From f20fece3a8cdd0e76a42c2737524b7652bf54d26 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 4 Aug 2021 18:41:51 +0300 Subject: [PATCH] Prepare v5.1.0. (#34674) --- README.md | 10 +- config.yml | 38 +- dist/css/bootstrap-grid.css | 397 +++--- dist/css/bootstrap-grid.css.map | Bin 190817 -> 196535 bytes dist/css/bootstrap-grid.min.css | 4 +- dist/css/bootstrap-grid.min.css.map | Bin 116090 -> 117439 bytes dist/css/bootstrap-grid.rtl.css | 397 +++--- dist/css/bootstrap-grid.rtl.css.map | Bin 190821 -> 196539 bytes dist/css/bootstrap-grid.rtl.min.css | 4 +- dist/css/bootstrap-grid.rtl.min.css.map | Bin 116167 -> 117516 bytes dist/css/bootstrap-reboot.css | 15 +- dist/css/bootstrap-reboot.css.map | Bin 100491 -> 105138 bytes dist/css/bootstrap-reboot.min.css | 4 +- dist/css/bootstrap-reboot.min.css.map | Bin 35173 -> 35330 bytes dist/css/bootstrap-reboot.rtl.css | 15 +- dist/css/bootstrap-reboot.rtl.css.map | Bin 100504 -> 105151 bytes dist/css/bootstrap-reboot.rtl.min.css | 4 +- dist/css/bootstrap-reboot.rtl.min.css.map | Bin 41460 -> 41570 bytes dist/css/bootstrap-utilities.css | 158 ++- dist/css/bootstrap-utilities.css.map | Bin 183048 -> 192271 bytes dist/css/bootstrap-utilities.min.css | 4 +- dist/css/bootstrap-utilities.min.css.map | Bin 107203 -> 111875 bytes dist/css/bootstrap-utilities.rtl.css | 158 ++- dist/css/bootstrap-utilities.rtl.css.map | Bin 182992 -> 192214 bytes dist/css/bootstrap-utilities.rtl.min.css | 4 +- dist/css/bootstrap-utilities.rtl.min.css.map | Bin 107038 -> 111710 bytes dist/css/bootstrap.css | 868 ++++++++---- dist/css/bootstrap.css.map | Bin 514512 -> 536547 bytes dist/css/bootstrap.min.css | 4 +- dist/css/bootstrap.min.css.map | Bin 431289 -> 449111 bytes dist/css/bootstrap.rtl.css | 868 ++++++++---- dist/css/bootstrap.rtl.css.map | Bin 514427 -> 536461 bytes dist/css/bootstrap.rtl.min.css | 4 +- dist/css/bootstrap.rtl.min.css.map | Bin 634884 -> 661035 bytes dist/js/bootstrap.bundle.js | 1236 +++++++++-------- dist/js/bootstrap.bundle.js.map | Bin 424464 -> 425643 bytes dist/js/bootstrap.bundle.min.js | 4 +- dist/js/bootstrap.bundle.min.js.map | Bin 325834 -> 327261 bytes dist/js/bootstrap.esm.js | 1188 ++++++++-------- dist/js/bootstrap.esm.js.map | Bin 289108 -> 288320 bytes dist/js/bootstrap.esm.min.js | 4 +- dist/js/bootstrap.esm.min.js.map | Bin 222599 -> 222508 bytes dist/js/bootstrap.js | 1190 ++++++++-------- dist/js/bootstrap.js.map | Bin 290309 -> 289522 bytes dist/js/bootstrap.min.js | 4 +- dist/js/bootstrap.min.js.map | Bin 217084 -> 217145 bytes js/dist/alert.js | 122 +- js/dist/alert.js.map | Bin 16963 -> 18266 bytes js/dist/base-component.js | 25 +- js/dist/base-component.js.map | Bin 14991 -> 15283 bytes js/dist/button.js | 19 +- js/dist/button.js.map | Bin 13964 -> 14229 bytes js/dist/carousel.js | 34 +- js/dist/carousel.js.map | Bin 48174 -> 48505 bytes js/dist/collapse.js | 224 ++- js/dist/collapse.js.map | Bin 34121 -> 32030 bytes js/dist/dom/data.js | 4 +- js/dist/dom/data.js.map | Bin 3052 -> 3052 bytes js/dist/dom/event-handler.js | 11 +- js/dist/dom/event-handler.js.map | Bin 29132 -> 29397 bytes js/dist/dom/manipulator.js | 8 +- js/dist/dom/manipulator.js.map | Bin 4449 -> 4410 bytes js/dist/dom/selector-engine.js | 52 +- js/dist/dom/selector-engine.js.map | Bin 3910 -> 14748 bytes js/dist/dropdown.js | 140 +- js/dist/dropdown.js.map | Bin 43965 -> 43367 bytes js/dist/modal.js | 250 +++- js/dist/modal.js.map | Bin 52045 -> 58534 bytes js/dist/offcanvas.js | 208 ++- js/dist/offcanvas.js.map | Bin 42386 -> 49154 bytes js/dist/popover.js | 71 +- js/dist/popover.js.map | Bin 18631 -> 16093 bytes js/dist/scrollspy.js | 75 +- js/dist/scrollspy.js.map | Bin 29932 -> 29623 bytes js/dist/tab.js | 35 +- js/dist/tab.js.map | Bin 24140 -> 24472 bytes js/dist/toast.js | 121 +- js/dist/toast.js.map | Bin 23372 -> 27108 bytes js/dist/tooltip.js | 104 +- js/dist/tooltip.js.map | Bin 60353 -> 61202 bytes js/index.esm.js | 2 +- js/index.umd.js | 2 +- js/src/alert.js | 2 +- js/src/base-component.js | 4 +- js/src/button.js | 2 +- js/src/carousel.js | 2 +- js/src/collapse.js | 2 +- js/src/dom/data.js | 2 +- js/src/dom/event-handler.js | 2 +- js/src/dom/manipulator.js | 2 +- js/src/dom/selector-engine.js | 2 +- js/src/dropdown.js | 2 +- js/src/modal.js | 2 +- js/src/offcanvas.js | 2 +- js/src/popover.js | 2 +- js/src/scrollspy.js | 2 +- js/src/tab.js | 2 +- js/src/toast.js | 2 +- js/src/tooltip.js | 2 +- js/src/util/backdrop.js | 2 +- js/src/util/component-functions.js | 2 +- js/src/util/focustrap.js | 2 +- js/src/util/index.js | 2 +- js/src/util/sanitizer.js | 2 +- js/src/util/scrollbar.js | 2 +- package-lock.json | 2 +- package.js | 2 +- package.json | 4 +- scss/bootstrap-grid.scss | 2 +- scss/bootstrap-reboot.scss | 2 +- scss/bootstrap-utilities.scss | 2 +- scss/bootstrap.scss | 2 +- site/content/docs/5.0/_index.html | 5 - site/content/docs/5.1/_index.html | 5 + site/content/docs/{5.0 => 5.1}/about/brand.md | 0 .../docs/{5.0 => 5.1}/about/license.md | 0 .../docs/{5.0 => 5.1}/about/overview.md | 2 +- site/content/docs/{5.0 => 5.1}/about/team.md | 0 .../docs/{5.0 => 5.1}/about/translations.md | 0 .../docs/{5.0 => 5.1}/components/accordion.md | 2 +- .../docs/{5.0 => 5.1}/components/alerts.md | 0 .../docs/{5.0 => 5.1}/components/badge.md | 0 .../{5.0 => 5.1}/components/breadcrumb.md | 0 .../{5.0 => 5.1}/components/button-group.md | 0 .../docs/{5.0 => 5.1}/components/buttons.md | 0 .../docs/{5.0 => 5.1}/components/card.md | 0 .../docs/{5.0 => 5.1}/components/carousel.md | 0 .../{5.0 => 5.1}/components/close-button.md | 0 .../docs/{5.0 => 5.1}/components/collapse.md | 0 .../docs/{5.0 => 5.1}/components/dropdowns.md | 0 .../{5.0 => 5.1}/components/list-group.md | 0 .../docs/{5.0 => 5.1}/components/modal.md | 0 .../docs/{5.0 => 5.1}/components/navbar.md | 0 .../docs/{5.0 => 5.1}/components/navs-tabs.md | 2 +- .../docs/{5.0 => 5.1}/components/offcanvas.md | 0 .../{5.0 => 5.1}/components/pagination.md | 0 .../{5.0 => 5.1}/components/placeholders.md | 0 .../docs/{5.0 => 5.1}/components/popovers.md | 0 .../docs/{5.0 => 5.1}/components/progress.md | 0 .../docs/{5.0 => 5.1}/components/scrollspy.md | 0 .../docs/{5.0 => 5.1}/components/spinners.md | 0 .../docs/{5.0 => 5.1}/components/toasts.md | 0 .../docs/{5.0 => 5.1}/components/tooltips.md | 0 .../docs/{5.0 => 5.1}/content/figures.md | 0 .../docs/{5.0 => 5.1}/content/images.md | 0 .../docs/{5.0 => 5.1}/content/reboot.md | 2 +- .../docs/{5.0 => 5.1}/content/tables.md | 0 .../docs/{5.0 => 5.1}/content/typography.md | 0 .../docs/{5.0 => 5.1}/customize/color.md | 0 .../docs/{5.0 => 5.1}/customize/components.md | 0 .../{5.0 => 5.1}/customize/css-variables.md | 0 .../docs/{5.0 => 5.1}/customize/optimize.md | 0 .../docs/{5.0 => 5.1}/customize/options.md | 0 .../docs/{5.0 => 5.1}/customize/overview.md | 2 +- .../docs/{5.0 => 5.1}/customize/sass.md | 0 .../docs/{5.0 => 5.1}/examples/.stylelintrc | 0 .../docs/{5.0 => 5.1}/examples/_index.md | 0 .../examples/album-rtl/index.html | 0 .../{5.0 => 5.1}/examples/album/index.html | 0 .../{5.0 => 5.1}/examples/blog-rtl/index.html | 0 .../docs/{5.0 => 5.1}/examples/blog/blog.css | 0 .../{5.0 => 5.1}/examples/blog/blog.rtl.css | 0 .../{5.0 => 5.1}/examples/blog/index.html | 0 .../examples/carousel-rtl/index.html | 0 .../examples/carousel/carousel.css | 0 .../examples/carousel/carousel.rtl.css | 0 .../{5.0 => 5.1}/examples/carousel/index.html | 0 .../examples/cheatsheet-rtl/index.html | 2 +- .../examples/cheatsheet/cheatsheet.css | 0 .../examples/cheatsheet/cheatsheet.js | 0 .../examples/cheatsheet/cheatsheet.rtl.css | 0 .../examples/cheatsheet/index.html | 2 +- .../examples/checkout-rtl/index.html | 0 .../examples/checkout/form-validation.css | 0 .../examples/checkout/form-validation.js | 0 .../{5.0 => 5.1}/examples/checkout/index.html | 0 .../{5.0 => 5.1}/examples/cover/cover.css | 0 .../{5.0 => 5.1}/examples/cover/index.html | 0 .../examples/dashboard-rtl/dashboard.js | 0 .../examples/dashboard-rtl/index.html | 0 .../examples/dashboard/dashboard.css | 0 .../examples/dashboard/dashboard.js | 0 .../examples/dashboard/dashboard.rtl.css | 0 .../examples/dashboard/index.html | 0 .../examples/dropdowns/dropdowns.css | 0 .../examples/dropdowns/index.html | 0 .../examples/features/features.css | 0 .../{5.0 => 5.1}/examples/features/index.html | 0 .../examples/features/unsplash-photo-1.jpg | Bin .../examples/features/unsplash-photo-2.jpg | Bin .../examples/features/unsplash-photo-3.jpg | Bin .../{5.0 => 5.1}/examples/footers/footers.css | 0 .../{5.0 => 5.1}/examples/footers/index.html | 0 .../docs/{5.0 => 5.1}/examples/grid/grid.css | 0 .../{5.0 => 5.1}/examples/grid/index.html | 0 .../{5.0 => 5.1}/examples/headers/headers.css | 0 .../{5.0 => 5.1}/examples/headers/index.html | 0 .../examples/heroes/bootstrap-docs.png | Bin .../examples/heroes/bootstrap-themes.png | Bin .../{5.0 => 5.1}/examples/heroes/heroes.css | 0 .../{5.0 => 5.1}/examples/heroes/index.html | 0 .../examples/jumbotron/index.html | 0 .../examples/list-groups/index.html | 0 .../examples/list-groups/list-groups.css | 0 .../{5.0 => 5.1}/examples/masonry/index.html | 0 .../{5.0 => 5.1}/examples/modals/index.html | 0 .../{5.0 => 5.1}/examples/modals/modals.css | 0 .../examples/navbar-bottom/index.html | 0 .../examples/navbar-fixed/index.html | 0 .../navbar-fixed/navbar-top-fixed.css | 0 .../examples/navbar-static/index.html | 0 .../examples/navbar-static/navbar-top.css | 0 .../{5.0 => 5.1}/examples/navbars/index.html | 0 .../{5.0 => 5.1}/examples/navbars/navbar.css | 0 .../examples/offcanvas-navbar/index.html | 2 +- .../examples/offcanvas-navbar/offcanvas.css | 0 .../examples/offcanvas-navbar/offcanvas.js | 0 .../{5.0 => 5.1}/examples/pricing/index.html | 0 .../{5.0 => 5.1}/examples/pricing/pricing.css | 0 .../{5.0 => 5.1}/examples/product/index.html | 0 .../{5.0 => 5.1}/examples/product/product.css | 0 .../{5.0 => 5.1}/examples/sidebars/index.html | 0 .../examples/sidebars/sidebars.css | 0 .../examples/sidebars/sidebars.js | 0 .../{5.0 => 5.1}/examples/sign-in/index.html | 0 .../{5.0 => 5.1}/examples/sign-in/signin.css | 0 .../examples/starter-template/index.html | 0 .../starter-template/starter-template.css | 0 .../examples/sticky-footer-navbar/index.html | 0 .../sticky-footer-navbar.css | 0 .../examples/sticky-footer/index.html | 0 .../examples/sticky-footer/sticky-footer.css | 0 .../docs/{5.0 => 5.1}/extend/approach.md | 2 +- .../content/docs/{5.0 => 5.1}/extend/icons.md | 0 .../docs/{5.0 => 5.1}/forms/checks-radios.md | 2 +- .../{5.0 => 5.1}/forms/floating-labels.md | 0 .../docs/{5.0 => 5.1}/forms/form-control.md | 0 .../docs/{5.0 => 5.1}/forms/input-group.md | 0 .../content/docs/{5.0 => 5.1}/forms/layout.md | 0 .../docs/{5.0 => 5.1}/forms/overview.md | 2 +- site/content/docs/{5.0 => 5.1}/forms/range.md | 0 .../content/docs/{5.0 => 5.1}/forms/select.md | 0 .../docs/{5.0 => 5.1}/forms/validation.md | 2 +- .../getting-started/accessibility.md | 0 .../getting-started/best-practices.md | 0 .../getting-started/browsers-devices.md | 0 .../{5.0 => 5.1}/getting-started/contents.md | 2 +- .../getting-started/contribute.md | 2 +- .../{5.0 => 5.1}/getting-started/download.md | 0 .../getting-started/introduction.md | 2 +- .../getting-started/javascript.md | 0 .../{5.0 => 5.1}/getting-started/parcel.md | 0 .../docs/{5.0 => 5.1}/getting-started/rfs.md | 0 .../docs/{5.0 => 5.1}/getting-started/rtl.md | 0 .../{5.0 => 5.1}/getting-started/webpack.md | 0 .../docs/{5.0 => 5.1}/helpers/clearfix.md | 2 +- .../{5.0 => 5.1}/helpers/colored-links.md | 0 .../docs/{5.0 => 5.1}/helpers/position.md | 0 .../docs/{5.0 => 5.1}/helpers/ratio.md | 0 .../docs/{5.0 => 5.1}/helpers/stacks.md | 0 .../{5.0 => 5.1}/helpers/stretched-link.md | 0 .../{5.0 => 5.1}/helpers/text-truncation.md | 0 .../{5.0 => 5.1}/helpers/vertical-rule.md | 0 .../{5.0 => 5.1}/helpers/visually-hidden.md | 2 +- .../docs/{5.0 => 5.1}/layout/breakpoints.md | 2 +- .../docs/{5.0 => 5.1}/layout/columns.md | 0 .../docs/{5.0 => 5.1}/layout/containers.md | 0 .../docs/{5.0 => 5.1}/layout/css-grid.md | 0 site/content/docs/{5.0 => 5.1}/layout/grid.md | 0 .../docs/{5.0 => 5.1}/layout/gutters.md | 0 .../docs/{5.0 => 5.1}/layout/utilities.md | 0 .../docs/{5.0 => 5.1}/layout/z-index.md | 0 site/content/docs/{5.0 => 5.1}/migration.md | 16 +- .../docs/{5.0 => 5.1}/utilities/api.md | 2 +- .../docs/{5.0 => 5.1}/utilities/background.md | 0 .../docs/{5.0 => 5.1}/utilities/borders.md | 0 .../docs/{5.0 => 5.1}/utilities/colors.md | 0 .../docs/{5.0 => 5.1}/utilities/display.md | 0 .../docs/{5.0 => 5.1}/utilities/flex.md | 0 .../docs/{5.0 => 5.1}/utilities/float.md | 0 .../{5.0 => 5.1}/utilities/interactions.md | 0 .../docs/{5.0 => 5.1}/utilities/opacity.md | 0 .../docs/{5.0 => 5.1}/utilities/overflow.md | 0 .../docs/{5.0 => 5.1}/utilities/position.md | 0 .../docs/{5.0 => 5.1}/utilities/shadows.md | 0 .../docs/{5.0 => 5.1}/utilities/sizing.md | 0 .../docs/{5.0 => 5.1}/utilities/spacing.md | 0 .../docs/{5.0 => 5.1}/utilities/text.md | 0 .../{5.0 => 5.1}/utilities/vertical-align.md | 0 .../docs/{5.0 => 5.1}/utilities/visibility.md | 0 site/content/docs/_index.html | 2 +- site/data/docs-versions.yml | 3 +- .../assets/brand/bootstrap-logo-black.svg | 0 .../assets/brand/bootstrap-logo-shadow.png | Bin .../assets/brand/bootstrap-logo-white.svg | 0 .../assets/brand/bootstrap-logo.svg | 0 .../assets/brand/bootstrap-social-logo.png | Bin .../assets/brand/bootstrap-social.png | Bin .../assets/img/bootstrap-icons.png | Bin .../assets/img/bootstrap-icons@2x.png | Bin .../assets/img/bootstrap-themes-collage.png | Bin .../img/bootstrap-themes-collage@2x.png | Bin .../assets/img/bootstrap-themes.png | Bin .../assets/img/bootstrap-themes@2x.png | Bin .../assets/img/examples/album-rtl.png | Bin .../assets/img/examples/album-rtl@2x.png | Bin .../assets/img/examples/album.png | Bin .../assets/img/examples/album@2x.png | Bin .../assets/img/examples/blog-rtl.png | Bin .../assets/img/examples/blog-rtl@2x.png | Bin .../{5.0 => 5.1}/assets/img/examples/blog.png | Bin .../assets/img/examples/blog@2x.png | Bin .../assets/img/examples/carousel-rtl.png | Bin .../assets/img/examples/carousel-rtl@2x.png | Bin .../assets/img/examples/carousel.png | Bin .../assets/img/examples/carousel@2x.png | Bin .../assets/img/examples/cheatsheet-rtl.png | Bin .../assets/img/examples/cheatsheet-rtl@2x.png | Bin .../assets/img/examples/cheatsheet.png | Bin .../assets/img/examples/cheatsheet@2x.png | Bin .../assets/img/examples/checkout-rtl.png | Bin .../assets/img/examples/checkout-rtl@2x.png | Bin .../assets/img/examples/checkout.png | Bin .../assets/img/examples/checkout@2x.png | Bin .../assets/img/examples/cover.png | Bin .../assets/img/examples/cover@2x.png | Bin .../assets/img/examples/dashboard-rtl.png | Bin .../assets/img/examples/dashboard-rtl@2x.png | Bin .../assets/img/examples/dashboard.png | Bin .../assets/img/examples/dashboard@2x.png | Bin .../assets/img/examples/dropdowns.png | Bin .../assets/img/examples/dropdowns@2x.png | Bin .../assets/img/examples/features.png | Bin .../assets/img/examples/features@2x.png | Bin .../assets/img/examples/footers.png | Bin .../assets/img/examples/footers@2x.png | Bin .../{5.0 => 5.1}/assets/img/examples/grid.png | Bin .../assets/img/examples/grid@2x.png | Bin .../assets/img/examples/headers.png | Bin .../assets/img/examples/headers@2x.png | Bin .../assets/img/examples/heroes.png | Bin .../assets/img/examples/heroes@2x.png | Bin .../assets/img/examples/jumbotron.png | Bin .../assets/img/examples/jumbotron@2x.png | Bin .../assets/img/examples/list-groups.png | Bin .../assets/img/examples/list-groups@2x.png | Bin .../assets/img/examples/masonry.png | Bin .../assets/img/examples/masonry@2x.png | Bin .../assets/img/examples/modals.png | Bin .../assets/img/examples/modals@2x.png | Bin .../assets/img/examples/navbar-bottom.png | Bin .../assets/img/examples/navbar-bottom@2x.png | Bin .../assets/img/examples/navbar-fixed.png | Bin .../assets/img/examples/navbar-fixed@2x.png | Bin .../assets/img/examples/navbar-static.png | Bin .../assets/img/examples/navbar-static@2x.png | Bin .../assets/img/examples/navbars.png | Bin .../assets/img/examples/navbars@2x.png | Bin .../assets/img/examples/offcanvas-navbar.png | Bin .../img/examples/offcanvas-navbar@2x.png | Bin .../assets/img/examples/pricing.png | Bin .../assets/img/examples/pricing@2x.png | Bin .../assets/img/examples/product.png | Bin .../assets/img/examples/product@2x.png | Bin .../assets/img/examples/sidebars.png | Bin .../assets/img/examples/sidebars@2x.png | Bin .../assets/img/examples/sign-in.png | Bin .../assets/img/examples/sign-in@2x.png | Bin .../assets/img/examples/starter-template.png | Bin .../img/examples/starter-template@2x.png | Bin .../img/examples/sticky-footer-navbar.png | Bin .../img/examples/sticky-footer-navbar@2x.png | Bin .../assets/img/examples/sticky-footer.png | Bin .../assets/img/examples/sticky-footer@2x.png | Bin .../img/favicons/android-chrome-192x192.png | Bin .../img/favicons/android-chrome-512x512.png | Bin .../assets/img/favicons/apple-touch-icon.png | Bin .../assets/img/favicons/favicon-16x16.png | Bin .../assets/img/favicons/favicon-32x32.png | Bin .../assets/img/favicons/favicon.ico | Bin .../assets/img/favicons/manifest.json | 0 .../assets/img/favicons/safari-pinned-tab.svg | 0 .../{5.0 => 5.1}/assets/js/validate-forms.js | 0 383 files changed, 4855 insertions(+), 3367 deletions(-) delete mode 100644 site/content/docs/5.0/_index.html create mode 100644 site/content/docs/5.1/_index.html rename site/content/docs/{5.0 => 5.1}/about/brand.md (100%) rename site/content/docs/{5.0 => 5.1}/about/license.md (100%) rename site/content/docs/{5.0 => 5.1}/about/overview.md (99%) rename site/content/docs/{5.0 => 5.1}/about/team.md (100%) rename site/content/docs/{5.0 => 5.1}/about/translations.md (100%) rename site/content/docs/{5.0 => 5.1}/components/accordion.md (99%) rename site/content/docs/{5.0 => 5.1}/components/alerts.md (100%) rename site/content/docs/{5.0 => 5.1}/components/badge.md (100%) rename site/content/docs/{5.0 => 5.1}/components/breadcrumb.md (100%) rename site/content/docs/{5.0 => 5.1}/components/button-group.md (100%) rename site/content/docs/{5.0 => 5.1}/components/buttons.md (100%) rename site/content/docs/{5.0 => 5.1}/components/card.md (100%) rename site/content/docs/{5.0 => 5.1}/components/carousel.md (100%) rename site/content/docs/{5.0 => 5.1}/components/close-button.md (100%) rename site/content/docs/{5.0 => 5.1}/components/collapse.md (100%) rename site/content/docs/{5.0 => 5.1}/components/dropdowns.md (100%) rename site/content/docs/{5.0 => 5.1}/components/list-group.md (100%) rename site/content/docs/{5.0 => 5.1}/components/modal.md (100%) rename site/content/docs/{5.0 => 5.1}/components/navbar.md (100%) rename site/content/docs/{5.0 => 5.1}/components/navs-tabs.md (99%) rename site/content/docs/{5.0 => 5.1}/components/offcanvas.md (100%) rename site/content/docs/{5.0 => 5.1}/components/pagination.md (100%) rename site/content/docs/{5.0 => 5.1}/components/placeholders.md (100%) rename site/content/docs/{5.0 => 5.1}/components/popovers.md (100%) rename site/content/docs/{5.0 => 5.1}/components/progress.md (100%) rename site/content/docs/{5.0 => 5.1}/components/scrollspy.md (100%) rename site/content/docs/{5.0 => 5.1}/components/spinners.md (100%) rename site/content/docs/{5.0 => 5.1}/components/toasts.md (100%) rename site/content/docs/{5.0 => 5.1}/components/tooltips.md (100%) rename site/content/docs/{5.0 => 5.1}/content/figures.md (100%) rename site/content/docs/{5.0 => 5.1}/content/images.md (100%) rename site/content/docs/{5.0 => 5.1}/content/reboot.md (99%) rename site/content/docs/{5.0 => 5.1}/content/tables.md (100%) rename site/content/docs/{5.0 => 5.1}/content/typography.md (100%) rename site/content/docs/{5.0 => 5.1}/customize/color.md (100%) rename site/content/docs/{5.0 => 5.1}/customize/components.md (100%) rename site/content/docs/{5.0 => 5.1}/customize/css-variables.md (100%) rename site/content/docs/{5.0 => 5.1}/customize/optimize.md (100%) rename site/content/docs/{5.0 => 5.1}/customize/options.md (100%) rename site/content/docs/{5.0 => 5.1}/customize/overview.md (99%) rename site/content/docs/{5.0 => 5.1}/customize/sass.md (100%) rename site/content/docs/{5.0 => 5.1}/examples/.stylelintrc (100%) rename site/content/docs/{5.0 => 5.1}/examples/_index.md (100%) rename site/content/docs/{5.0 => 5.1}/examples/album-rtl/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/album/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/blog-rtl/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/blog/blog.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/blog/blog.rtl.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/blog/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/carousel-rtl/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/carousel/carousel.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/carousel/carousel.rtl.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/carousel/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/cheatsheet-rtl/index.html (99%) rename site/content/docs/{5.0 => 5.1}/examples/cheatsheet/cheatsheet.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/cheatsheet/cheatsheet.js (100%) rename site/content/docs/{5.0 => 5.1}/examples/cheatsheet/cheatsheet.rtl.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/cheatsheet/index.html (99%) rename site/content/docs/{5.0 => 5.1}/examples/checkout-rtl/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/checkout/form-validation.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/checkout/form-validation.js (100%) rename site/content/docs/{5.0 => 5.1}/examples/checkout/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/cover/cover.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/cover/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/dashboard-rtl/dashboard.js (100%) rename site/content/docs/{5.0 => 5.1}/examples/dashboard-rtl/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/dashboard/dashboard.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/dashboard/dashboard.js (100%) rename site/content/docs/{5.0 => 5.1}/examples/dashboard/dashboard.rtl.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/dashboard/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/dropdowns/dropdowns.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/dropdowns/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/features/features.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/features/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/features/unsplash-photo-1.jpg (100%) rename site/content/docs/{5.0 => 5.1}/examples/features/unsplash-photo-2.jpg (100%) rename site/content/docs/{5.0 => 5.1}/examples/features/unsplash-photo-3.jpg (100%) rename site/content/docs/{5.0 => 5.1}/examples/footers/footers.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/footers/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/grid/grid.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/grid/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/headers/headers.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/headers/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/heroes/bootstrap-docs.png (100%) rename site/content/docs/{5.0 => 5.1}/examples/heroes/bootstrap-themes.png (100%) rename site/content/docs/{5.0 => 5.1}/examples/heroes/heroes.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/heroes/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/jumbotron/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/list-groups/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/list-groups/list-groups.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/masonry/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/modals/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/modals/modals.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/navbar-bottom/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/navbar-fixed/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/navbar-fixed/navbar-top-fixed.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/navbar-static/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/navbar-static/navbar-top.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/navbars/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/navbars/navbar.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/offcanvas-navbar/index.html (99%) rename site/content/docs/{5.0 => 5.1}/examples/offcanvas-navbar/offcanvas.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/offcanvas-navbar/offcanvas.js (100%) rename site/content/docs/{5.0 => 5.1}/examples/pricing/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/pricing/pricing.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/product/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/product/product.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/sidebars/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/sidebars/sidebars.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/sidebars/sidebars.js (100%) rename site/content/docs/{5.0 => 5.1}/examples/sign-in/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/sign-in/signin.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/starter-template/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/starter-template/starter-template.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/sticky-footer-navbar/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/sticky-footer-navbar/sticky-footer-navbar.css (100%) rename site/content/docs/{5.0 => 5.1}/examples/sticky-footer/index.html (100%) rename site/content/docs/{5.0 => 5.1}/examples/sticky-footer/sticky-footer.css (100%) rename site/content/docs/{5.0 => 5.1}/extend/approach.md (99%) rename site/content/docs/{5.0 => 5.1}/extend/icons.md (100%) rename site/content/docs/{5.0 => 5.1}/forms/checks-radios.md (99%) rename site/content/docs/{5.0 => 5.1}/forms/floating-labels.md (100%) rename site/content/docs/{5.0 => 5.1}/forms/form-control.md (100%) rename site/content/docs/{5.0 => 5.1}/forms/input-group.md (100%) rename site/content/docs/{5.0 => 5.1}/forms/layout.md (100%) rename site/content/docs/{5.0 => 5.1}/forms/overview.md (99%) rename site/content/docs/{5.0 => 5.1}/forms/range.md (100%) rename site/content/docs/{5.0 => 5.1}/forms/select.md (100%) rename site/content/docs/{5.0 => 5.1}/forms/validation.md (99%) rename site/content/docs/{5.0 => 5.1}/getting-started/accessibility.md (100%) rename site/content/docs/{5.0 => 5.1}/getting-started/best-practices.md (100%) rename site/content/docs/{5.0 => 5.1}/getting-started/browsers-devices.md (100%) rename site/content/docs/{5.0 => 5.1}/getting-started/contents.md (99%) rename site/content/docs/{5.0 => 5.1}/getting-started/contribute.md (99%) rename site/content/docs/{5.0 => 5.1}/getting-started/download.md (100%) rename site/content/docs/{5.0 => 5.1}/getting-started/introduction.md (99%) rename site/content/docs/{5.0 => 5.1}/getting-started/javascript.md (100%) rename site/content/docs/{5.0 => 5.1}/getting-started/parcel.md (100%) rename site/content/docs/{5.0 => 5.1}/getting-started/rfs.md (100%) rename site/content/docs/{5.0 => 5.1}/getting-started/rtl.md (100%) rename site/content/docs/{5.0 => 5.1}/getting-started/webpack.md (100%) rename site/content/docs/{5.0 => 5.1}/helpers/clearfix.md (96%) rename site/content/docs/{5.0 => 5.1}/helpers/colored-links.md (100%) rename site/content/docs/{5.0 => 5.1}/helpers/position.md (100%) rename site/content/docs/{5.0 => 5.1}/helpers/ratio.md (100%) rename site/content/docs/{5.0 => 5.1}/helpers/stacks.md (100%) rename site/content/docs/{5.0 => 5.1}/helpers/stretched-link.md (100%) rename site/content/docs/{5.0 => 5.1}/helpers/text-truncation.md (100%) rename site/content/docs/{5.0 => 5.1}/helpers/vertical-rule.md (100%) rename site/content/docs/{5.0 => 5.1}/helpers/visually-hidden.md (96%) rename site/content/docs/{5.0 => 5.1}/layout/breakpoints.md (99%) rename site/content/docs/{5.0 => 5.1}/layout/columns.md (100%) rename site/content/docs/{5.0 => 5.1}/layout/containers.md (100%) rename site/content/docs/{5.0 => 5.1}/layout/css-grid.md (100%) rename site/content/docs/{5.0 => 5.1}/layout/grid.md (100%) rename site/content/docs/{5.0 => 5.1}/layout/gutters.md (100%) rename site/content/docs/{5.0 => 5.1}/layout/utilities.md (100%) rename site/content/docs/{5.0 => 5.1}/layout/z-index.md (100%) rename site/content/docs/{5.0 => 5.1}/migration.md (98%) rename site/content/docs/{5.0 => 5.1}/utilities/api.md (99%) rename site/content/docs/{5.0 => 5.1}/utilities/background.md (100%) rename site/content/docs/{5.0 => 5.1}/utilities/borders.md (100%) rename site/content/docs/{5.0 => 5.1}/utilities/colors.md (100%) rename site/content/docs/{5.0 => 5.1}/utilities/display.md (100%) rename site/content/docs/{5.0 => 5.1}/utilities/flex.md (100%) rename site/content/docs/{5.0 => 5.1}/utilities/float.md (100%) rename site/content/docs/{5.0 => 5.1}/utilities/interactions.md (100%) rename site/content/docs/{5.0 => 5.1}/utilities/opacity.md (100%) rename site/content/docs/{5.0 => 5.1}/utilities/overflow.md (100%) rename site/content/docs/{5.0 => 5.1}/utilities/position.md (100%) rename site/content/docs/{5.0 => 5.1}/utilities/shadows.md (100%) rename site/content/docs/{5.0 => 5.1}/utilities/sizing.md (100%) rename site/content/docs/{5.0 => 5.1}/utilities/spacing.md (100%) rename site/content/docs/{5.0 => 5.1}/utilities/text.md (100%) rename site/content/docs/{5.0 => 5.1}/utilities/vertical-align.md (100%) rename site/content/docs/{5.0 => 5.1}/utilities/visibility.md (100%) rename site/static/docs/{5.0 => 5.1}/assets/brand/bootstrap-logo-black.svg (100%) rename site/static/docs/{5.0 => 5.1}/assets/brand/bootstrap-logo-shadow.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/brand/bootstrap-logo-white.svg (100%) rename site/static/docs/{5.0 => 5.1}/assets/brand/bootstrap-logo.svg (100%) rename site/static/docs/{5.0 => 5.1}/assets/brand/bootstrap-social-logo.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/brand/bootstrap-social.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/bootstrap-icons.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/bootstrap-icons@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/bootstrap-themes-collage.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/bootstrap-themes-collage@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/bootstrap-themes.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/bootstrap-themes@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/album-rtl.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/album-rtl@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/album.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/album@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/blog-rtl.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/blog-rtl@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/blog.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/blog@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/carousel-rtl.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/carousel-rtl@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/carousel.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/carousel@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/cheatsheet-rtl.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/cheatsheet-rtl@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/cheatsheet.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/cheatsheet@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/checkout-rtl.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/checkout-rtl@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/checkout.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/checkout@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/cover.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/cover@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/dashboard-rtl.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/dashboard-rtl@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/dashboard.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/dashboard@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/dropdowns.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/dropdowns@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/features.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/features@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/footers.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/footers@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/grid.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/grid@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/headers.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/headers@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/heroes.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/heroes@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/jumbotron.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/jumbotron@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/list-groups.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/list-groups@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/masonry.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/masonry@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/modals.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/modals@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/navbar-bottom.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/navbar-bottom@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/navbar-fixed.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/navbar-fixed@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/navbar-static.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/navbar-static@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/navbars.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/navbars@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/offcanvas-navbar.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/offcanvas-navbar@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/pricing.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/pricing@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/product.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/product@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/sidebars.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/sidebars@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/sign-in.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/sign-in@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/starter-template.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/starter-template@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/sticky-footer-navbar.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/sticky-footer-navbar@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/sticky-footer.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/examples/sticky-footer@2x.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/favicons/android-chrome-192x192.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/favicons/android-chrome-512x512.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/favicons/apple-touch-icon.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/favicons/favicon-16x16.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/favicons/favicon-32x32.png (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/favicons/favicon.ico (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/favicons/manifest.json (100%) rename site/static/docs/{5.0 => 5.1}/assets/img/favicons/safari-pinned-tab.svg (100%) rename site/static/docs/{5.0 => 5.1}/assets/js/validate-forms.js (100%) diff --git a/README.md b/README.md index 833128379..e260fcbeb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- Bootstrap logo + Bootstrap logo

@@ -9,7 +9,7 @@

Sleek, intuitive, and powerful front-end framework for faster and easier web development.
- Explore Bootstrap docs » + Explore Bootstrap docs »

Report bug @@ -46,14 +46,14 @@ Our default branch is for development of our Bootstrap 5 release. Head to the [` Several quick start options are available: -- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.0.2.zip) +- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.1.0.zip) - Clone the repo: `git clone https://github.com/twbs/bootstrap.git` - Install with [npm](https://www.npmjs.com/): `npm install bootstrap` - Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap` -- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.0.2` +- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.1.0` - Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass` -Read the [Getting started page](https://getbootstrap.com/docs/5.0/getting-started/introduction/) for information on the framework contents, templates and examples, and more. +Read the [Getting started page](https://getbootstrap.com/docs/5.1/getting-started/introduction/) for information on the framework contents, templates and examples, and more. ## Status diff --git a/config.yml b/config.yml index 99e74ab5e..4e0bd75fd 100644 --- a/config.yml +++ b/config.yml @@ -25,7 +25,7 @@ publishDir: "_site" module: mounts: - source: dist - target: static/docs/5.0/dist + target: static/docs/5.1/dist - source: site/assets target: assets - source: site/content @@ -36,20 +36,20 @@ module: target: layouts - source: site/static target: static - - source: site/static/docs/5.0/assets/img/favicons/apple-touch-icon.png + - source: site/static/docs/5.1/assets/img/favicons/apple-touch-icon.png target: static/apple-touch-icon.png - - source: site/static/docs/5.0/assets/img/favicons/favicon.ico + - source: site/static/docs/5.1/assets/img/favicons/favicon.ico target: static/favicon.ico params: description: "The most popular HTML, CSS, and JS library in the world." authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors" - social_image_path: /docs/5.0/assets/brand/bootstrap-social.png - social_logo_path: /docs/5.0/assets/brand/bootstrap-social-logo.png + social_image_path: /docs/5.1/assets/brand/bootstrap-social.png + social_logo_path: /docs/5.1/assets/brand/bootstrap-social-logo.png - current_version: "5.0.2" - current_ruby_version: "5.0.2" - docs_version: "5.0" + current_version: "5.1.0" + current_ruby_version: "5.1.0" + docs_version: "5.1" rfs_version: "9.0.3" github_org: "https://github.com/twbs" repo: "https://github.com/twbs/bootstrap" @@ -61,19 +61,19 @@ params: icons: "https://icons.getbootstrap.com/" download: - source: "https://github.com/twbs/bootstrap/archive/v5.0.2.zip" - dist: "https://github.com/twbs/bootstrap/releases/download/v5.0.2/bootstrap-5.0.2-dist.zip" - dist_examples: "https://github.com/twbs/bootstrap/releases/download/v5.0.2/bootstrap-5.0.2-examples.zip" + source: "https://github.com/twbs/bootstrap/archive/v5.1.0.zip" + dist: "https://github.com/twbs/bootstrap/releases/download/v5.1.0/bootstrap-5.1.0-dist.zip" + dist_examples: "https://github.com/twbs/bootstrap/releases/download/v5.1.0/bootstrap-5.1.0-examples.zip" cdn: # See https://www.srihash.org for info on how to generate the hashes - css: "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" - css_hash: "sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" - css_rtl: "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css" - css_rtl_hash: "sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" - js: "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" - js_hash: "sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" - js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" - js_bundle_hash: "sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" + css: "https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" + css_hash: "sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" + css_rtl: "https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.rtl.min.css" + css_rtl_hash: "sha384-XfhC/Sid4FIGSXYebcOtcSCRFkd/zZzAMVipf0bNWucloRvcKK2/dpVWodQbQ1Ek" + js: "https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.min.js" + js_hash: "sha384-cn7l7gDp0eyniUwwAZgrzD06kc/tftFf19TOAs2zVinnD/C7E91j9yyk5//jjpt/" + js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.bundle.min.js" + js_bundle_hash: "sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj" popper: "https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.3/dist/umd/popper.min.js" popper_hash: "sha384-eMNCOe7tC1doHpGoWe/6oMVemdAVTMs2xqW4mwXrXsW0L84Iytr2wi5v2QjrP/xp" diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css index 7acbf0042..430a001fb 100644 --- a/dist/css/bootstrap-grid.css +++ b/dist/css/bootstrap-grid.css @@ -1,5 +1,5 @@ /*! - * Bootstrap Grid v5.0.2 (https://getbootstrap.com/) + * Bootstrap Grid v5.1.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) @@ -101,206 +101,6 @@ width: 16.6666666667%; } -@media (min-width: 576px) { - .col-sm { - flex: 1 0 0%; - } - - .row-cols-sm-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-sm-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-sm-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-sm-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-sm-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-sm-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-sm-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} -@media (min-width: 768px) { - .col-md { - flex: 1 0 0%; - } - - .row-cols-md-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-md-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-md-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-md-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-md-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-md-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-md-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} -@media (min-width: 992px) { - .col-lg { - flex: 1 0 0%; - } - - .row-cols-lg-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-lg-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-lg-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-lg-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-lg-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-lg-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-lg-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} -@media (min-width: 1200px) { - .col-xl { - flex: 1 0 0%; - } - - .row-cols-xl-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-xl-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-xl-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-xl-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-xl-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-xl-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-xl-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} -@media (min-width: 1400px) { - .col-xxl { - flex: 1 0 0%; - } - - .row-cols-xxl-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-xxl-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-xxl-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-xxl-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-xxl-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-xxl-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-xxl-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} .col-auto { flex: 0 0 auto; width: auto; @@ -471,6 +271,45 @@ } @media (min-width: 576px) { + .col-sm { + flex: 1 0 0%; + } + + .row-cols-sm-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-sm-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-sm-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-sm-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-sm-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-sm-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-sm-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-sm-auto { flex: 0 0 auto; width: auto; @@ -645,6 +484,45 @@ } } @media (min-width: 768px) { + .col-md { + flex: 1 0 0%; + } + + .row-cols-md-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-md-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-md-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-md-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-md-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-md-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-md-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-md-auto { flex: 0 0 auto; width: auto; @@ -819,6 +697,45 @@ } } @media (min-width: 992px) { + .col-lg { + flex: 1 0 0%; + } + + .row-cols-lg-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-lg-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-lg-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-lg-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-lg-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-lg-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-lg-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-lg-auto { flex: 0 0 auto; width: auto; @@ -993,6 +910,45 @@ } } @media (min-width: 1200px) { + .col-xl { + flex: 1 0 0%; + } + + .row-cols-xl-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-xl-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-xl-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-xl-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-xl-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-xl-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-xl-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-xl-auto { flex: 0 0 auto; width: auto; @@ -1167,6 +1123,45 @@ } } @media (min-width: 1400px) { + .col-xxl { + flex: 1 0 0%; + } + + .row-cols-xxl-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-xxl-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-xxl-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-xxl-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-xxl-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-xxl-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-xxl-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-xxl-auto { flex: 0 0 auto; width: auto; diff --git a/dist/css/bootstrap-grid.css.map b/dist/css/bootstrap-grid.css.map index 9a62cf1ce68a2d4a9a85714fecf299a4474c8b36..c006d39bc083903f825511a385f657ef77021f28 100644 GIT binary patch delta 33924 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�Rl}$nDaI8?^@#2~kytd9Gd;Mnb5Wfpmpn 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 delta 29386 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 X`@fE!J^Qsk7=8ZX&;QZLe&+uHCa7K% diff --git a/dist/css/bootstrap-grid.min.css b/dist/css/bootstrap-grid.min.css index e09222199..316035986 100644 --- a/dist/css/bootstrap-grid.min.css +++ b/dist/css/bootstrap-grid.min.css @@ -1,7 +1,7 @@ /*! - * Bootstrap Grid v5.0.2 (https://getbootstrap.com/) + * Bootstrap Grid v5.1.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} + */.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} /*# sourceMappingURL=bootstrap-grid.min.css.map */ \ No newline at end of file diff --git a/dist/css/bootstrap-grid.min.css.map b/dist/css/bootstrap-grid.min.css.map index f8072729a371e63e35d812157a666d6de71b6a09..4f745dedae03f675dc6f6d21147f4f47732cb84d 100644 GIT binary patch delta 19153 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 VcY~=Y+oUHdqYbxr|2mlH`VZrb0-OK< delta 18816 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 diff --git a/dist/css/bootstrap-grid.rtl.css b/dist/css/bootstrap-grid.rtl.css index aad642871..3c339b5fb 100644 --- a/dist/css/bootstrap-grid.rtl.css +++ b/dist/css/bootstrap-grid.rtl.css @@ -1,5 +1,5 @@ /*! - * Bootstrap Grid v5.0.2 (https://getbootstrap.com/) + * Bootstrap Grid v5.1.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) @@ -101,206 +101,6 @@ width: 16.6666666667%; } -@media (min-width: 576px) { - .col-sm { - flex: 1 0 0%; - } - - .row-cols-sm-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-sm-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-sm-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-sm-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-sm-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-sm-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-sm-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} -@media (min-width: 768px) { - .col-md { - flex: 1 0 0%; - } - - .row-cols-md-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-md-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-md-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-md-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-md-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-md-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-md-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} -@media (min-width: 992px) { - .col-lg { - flex: 1 0 0%; - } - - .row-cols-lg-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-lg-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-lg-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-lg-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-lg-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-lg-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-lg-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} -@media (min-width: 1200px) { - .col-xl { - flex: 1 0 0%; - } - - .row-cols-xl-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-xl-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-xl-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-xl-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-xl-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-xl-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-xl-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} -@media (min-width: 1400px) { - .col-xxl { - flex: 1 0 0%; - } - - .row-cols-xxl-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-xxl-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-xxl-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-xxl-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-xxl-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-xxl-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-xxl-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} .col-auto { flex: 0 0 auto; width: auto; @@ -471,6 +271,45 @@ } @media (min-width: 576px) { + .col-sm { + flex: 1 0 0%; + } + + .row-cols-sm-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-sm-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-sm-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-sm-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-sm-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-sm-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-sm-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-sm-auto { flex: 0 0 auto; width: auto; @@ -645,6 +484,45 @@ } } @media (min-width: 768px) { + .col-md { + flex: 1 0 0%; + } + + .row-cols-md-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-md-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-md-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-md-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-md-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-md-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-md-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-md-auto { flex: 0 0 auto; width: auto; @@ -819,6 +697,45 @@ } } @media (min-width: 992px) { + .col-lg { + flex: 1 0 0%; + } + + .row-cols-lg-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-lg-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-lg-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-lg-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-lg-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-lg-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-lg-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-lg-auto { flex: 0 0 auto; width: auto; @@ -993,6 +910,45 @@ } } @media (min-width: 1200px) { + .col-xl { + flex: 1 0 0%; + } + + .row-cols-xl-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-xl-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-xl-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-xl-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-xl-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-xl-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-xl-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-xl-auto { flex: 0 0 auto; width: auto; @@ -1167,6 +1123,45 @@ } } @media (min-width: 1400px) { + .col-xxl { + flex: 1 0 0%; + } + + .row-cols-xxl-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-xxl-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-xxl-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-xxl-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-xxl-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-xxl-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-xxl-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-xxl-auto { flex: 0 0 auto; width: auto; diff --git a/dist/css/bootstrap-grid.rtl.css.map b/dist/css/bootstrap-grid.rtl.css.map index 937807c4327f7a7938c59a8b9f4ec4402044d7a8..33f5c3b2633f4c2ea0380cf718da3b9b9ffdf435 100644 GIT binary patch delta 34144 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 Mz1{tjM(dsb4-5HaGXMYp delta 29440 zcmai-ZLHkbdEcRlyVhpCT6t}4ZFlV|FCXeqUcL-DB&#NfbT!i6tI@9a)v=KVUGHki zA!mj&Lk`Iy8jM{RO=Bc}$t`>f6oJ1c{ggm)6|_N{0DVDWps@o4NsE3d45O$Kq%~64 z1yZ2p;raicxmT3bFNWv&o&Witx95=0%$5Bw{_j)Y{iCOT>s#l}XRqJAI=-2_e*CBB zp2r98wd4OIAIjH`FAtu-qMOZLTVKC=?b^Z3tJe;y>xWmzFM0>#tB2PP##g4-4|N;= z)qC;a8|VJ|L2=MFxb+(Nr>|YRc6EF-J$UKr)$w6?{rI;(`r#+@@iq0SzH$7yr$6+h zbK|D^HQEkB;!Y)7YuXpSE; zg6+5)K{4(|5ZvlU5Z~%XFu&D#u5WcNmHuSk>P9fqpG?it7rU0r7rT}l{i%7e8-d$? z!U)P2A2NdJi+T-i=`}dgYjCL7;83r@pI-Yj9ge zU>-eW1luFM21j}gCVCAfdJQIe4JLXG^e20w*Fb+VHB0a4HMpbKK!0lP=rw3RaSiS~ zWCYVYdJQIe4PMr3@RDAGm-HIEq}SkOy#_DqHPD~Rm-QOxPoDl{=ugQfRm)FhpX3M* zYsSrU0%6p#W?_lt5Wv1F4Qv5axEh2#5PeE}yhe|#K(k=dtpqsz~H@PeyDB|`Q`E?t4o`(vIuyUP7g{>BMo0+_9kTbKUG{F*m#IU{srH$PJ7|2g)h)cY z-e_m6a_X+SL&itJU41WqmT{eHN54lD)e6FNT1HK+wlueWDf^<`<|385s=Aby)B z1ZjJS)v7Or=wxeMKx!e>SRme>=$vjR0~EhQBX*a@FcQM1VQ*9@wb27>nKV3z4VO$L>Gi{LUvpY}(ddj_#)AG>sMzSQcFL8Yz` zT+Bp$>EZ~%`c!b2uC&}o@L}1wK^uE^ohKFf=q~jdg?qw`jM|f-mTxu}5f5<&RLrmM z*ddR81!nhUE>PG<(Hdq8F=K}rP_aiGN40M60yRdv&s@mDJz|ehnHvFt!mJH|;#x#J+o_GEt@~M=NlQXl?h*DqE`_iQ23+_cEHbd!}!(M<8VFY}Cuz zk*_yk=AO!0H_&IiWKd=8G(_Go*yRm^iFZ105G+myBLjKEppvf;j7O*B7J}>3K?6aX z!LNMq(le&+(qv2xbBo~8moA^%A=V)Fu$-Mo?H5Vvox_(yikz)Xy+rn&FlSw$aF2Mh zqv$|Cs)Flp?C>hhgvh{(mH|;#0oi@z0)>0T4x<=mVXwoiMZ0cdeO5tc?-6@+fxx{^WI)O*5QwSc@m;)xD` z;>AJltvFrl9+wO8qAUlh`^W^z8J+uWH3K1g^Q;3{y7e+3PxZ^93QV2C$ zMcVU!dniZ_9Ym%OuENxVkw+sAZUs^b5hIYHkPTL0)3o;bKZf0$?gj0>Hzsf^58c> zl8iu?YmntN3dq_@0gb^Itcm< zs{1tBX!&dddE4?cD+Egf`4-q2^Q2p7?E z8Vye=cL9QN#kD?l(Nj6EboXm%#QR|b(g>l(0r7?K_!}TeedEqf7c^Xfc@3i$X+qHk zq!B`m1L6zeX)!>OEqh}&&A0H`3F5dnK#dT|3=m%kH3mr1(1@CO10x|E_NF7d_P`3_ z7CR96LU=R{ki?=9hcLHbB!rp`NF#(A$GWlW9{s)`CW--3V$+D-&21P7;i7Ip8X?>~ z2gDab&CUQy92!wHcRHhk(!SCDfP46k`r`?yeaDl^xuJ^Y+qTo#J8UrO7R11Wl> z0!HYpkxwJs5M3#@69Nf^;G4cl zG=G(D5D@86)*b_xF7|m$J?lO=96^Fyy<8Pd1YPWEa;ol0#R+NC@YegVaKpD;9_+gqi>(-qMGfbldto)xOFufsXB$ z+ABmw+hD`smw%?cLJ$lYRJYo+(JdE^?)mt)f8o-_9Ko7F)zU%GXHd0_EG?f|kU#VC zC2xgbi6GxnyK9N>0Tvp0RJIq|MFYXaMtA3a_R_`7)*c0es^u2JA%ktpU4UThaG99T zsiXT?3gL;!L24m9t`>+Vgb5gc#6$XY8g&h&Ll_C7CbPY6$c01~@2;;>T} zK0@SuBnPSmQDlL5LU{TEkl3RUhn;#b62cwKL245IK-S&?Kpv6QDFH}4q7mP{(h-b= zaM(FWEreNSfp{J1t|4|80L4CyxTvWQBO%=J9HbUPjRoQfp(ap7|H!&KSSZ{tH|K$N zTn7)1WdqU(;fZxXd?8GE10)IA8#KGgJcN-TZtw=A5yA;LAifYW0!a)SaYyC`e1s^C z`dgaG2B;AvGXn92a0muSqW&RT_o~iaoSQHb!V+u)(g@k^x}VC%69>o_#J4>IB#Caq zh-4n!>~74p5Dt3-()5S};)Aq5&@iP9pd_Xd^JyN#NC@+31JVfLTpbW!288 z>JJnSuduuM6h;blgyrT2q!GfR(gE>%!~jVW_9i|Fe3Bgzvt|R-h=@DxfcQeFF+h@( zy~&|VVI+jBu+e09yAj0EIS~0m#0Vsr(TL^dd2gL6Y10-3VHEMm9@Db8ZsQa_|$p)wq#H4gUd?Czn10-3|NbZFd zjD%3L0cnId6gfb?AQA&4S!<)N+|1V6qhL_IZfy}9GN_8k0KqtiT-A&797AMKwX6`d z8B{Gt2%4vZX`$uI0)47-bAw>Rpei?A1VaS*OX-<%bGp&pEjH**m76(&HG&USI%wpd zQeKQo-QBF*ceh(1SR%MDH@6@|Axwc0h$(~_HLWn>N?RP_hrsb<1yTy>H0nKX3p5nO zbRU73Ju7ruVYHVAZ8XECxTY;29c<*jOhC(>F5r`>-nyCdJOZl8BH&;Mqhtva*-EBdJLU<93KujTG zWW&hjgt!qakkY>SV7a*k8ummZ5L1X8ItNA$jYw7?r4W{zTaevQkQ_Q7QwZle9l~fx zBfj3PKuRIhY(a)Xs2M4u%1slfD>qYDdn{e;ajeSC4T24W>Q-|R3>j2K4g+?VB9jhYJLeOJSm74~FiO*MNGXJ; ze+x1c!eNgnS- zD1;Z(2*eb^VNau5T`91LZsEn5S+)WxJ94Jn+yV_n#6=x}m_oSY(-=lEji_0HltQT4 zD#CIzR9*JV%>e3n`e485R68z(@ClTI)Iyl@7KkSVn%yJ-iW3@fgVO{?LO6jOq!uDZ zAf6EJNB|P2^ii6w+)Ps#36dFs)IvA}3&az`LlJ<)GaB*DKb^rxh?JW-P%VgWdlrb- zBLPS}rxAyp&SBIeIY72%z5r~2v;F;VdTAyr8qtW|WgvwRUIZ10Ekuk!LLuCU$cK-A>%np}11fwDfuah; z79xiZB-#= z?M((%xtSWe`=z0~?{2jXf(?VJh;$JQ8C3V*)YS5Y3At*SBUm%2%1sABAHj$Ix*0_; z;*XEo|6#lK%lEF_Tp?IS2&!_^LeOKd`yCX)B;L2&WwGwFKyY7fRv@+zo(LBt6vE>g zO)Yq!7YkS0J_!DK}l9P!L5? z3Zs-pJpCC+A%w%OKx`p=lXF2rl6|=u&0sX65r>e06hip!Re{(-sBu9;AM5HI$WVwHTvu+6fJ{L$qZN!+ zG~y6eAf*r@c2;cliAf^y0H>YbDt!c!!y%k8=BU_N65Dt3;V)n>1hfl73PL-Q0 zpb}_*cWgn1LYPk@5K{=}IxS#Sa6&A!Rv@J!XUokk&`?AyH%B0*5SE+M4U9H4B3Xfy zLOAR#$Z)fxNKQA9DI)Ipw1koRpEd1%dZlIsQVNkn2Qn1GRTycqyKM^M=%y8ns-6)@ zDTL+b7Gx-d8!-Ygh47$G>lbyoxu|KxOKR03^}A;&grY6TPzdKb0x^X!k*8ZsXiFbz zRy&|l5SM!kG8Dpca|B`vVSPAlVARlvWCc<_K-zM13p9KHwco>nm_0JJU}W`-K*}E3 zf((U7xj6zd1@SpMwP9q_h&jFjDTVOH*n$j&P%{ECg-E$MbztPsh~2F~N|3JHv=Hi{OyK?srfGV;6GOa_(yR`gE{D&}LATnwHIYef_ z+{e^~FrhXejSwcT1L6zmH0m|a07?QHQ8W)=)FT^^MhK6R1L6x|P8%ReNFS*-=OK&) z@s(`@(g@)yI3T_dY7CIXpb^R3fDg&O+S~v&L{e=!AifaZ?*>R>(ujkbn=leW%?70D z$eC)>0rEw}?hKG5I>aM}_rN?l#9uOzh!IF58g7IG;zx%MR+|P;60jYGXs)}P&C#7IHdhFi40gYQBIq%we%mwvo5MK!M z&j3j>`g9s~3(Yea38H8N(g@+^Iv~Cf9)1HPS<;BZo-g4eM2gJ~P$P&U2gDb`!*75j zD;jaw^A(JQ@I7t=(va+nO$W#)lHWEBkYr6GzIn~pFcQLHZ$KI$Ofm<=@5q^A(*R0x z8gWtQIgEsG$2TC25NaF{UkEjZA}ltS3ipf6tk8}{@!(i05L*aOtP2tfVa7)r-P>%# z-k{k{GN3{bH@E_^g>V8cNGL>%N*I+i;*Mk>g%G9bip>hh79=wQ359S7Q3a!lMm!W5 zNFjvp{S}BUM2bxpC=|qZy{Lv!O(T*Fq!7YkS0HwexF8|OsbVwQ!e~n)=2Hez2w^@| zAhr`e|GNFju)P-(KeZ42V)T!=y;V&uTcp%IJC45Sdkji^9uAv~yV zOS<1SLqWWxq9KfiG@>X2DTHvY6^Jc_iR^-eLa2#$E{t3nak(>)LI{h^3d9z|lF|hU zdnEGUl&y#P`Op{4?{g-EgK0)>LuT@=75&_-Rcxk9jHP`z$h2zm^v64F302_aV{WESc^ z3kJJiK@l7>s9FXH#>Of6+|cqhgR0o95VRR=-?_XIf+m6w{cSTfb$3e>9_qKv4T24V z4^_Ho6rNIEoJL38i|it5|F3S;ZxU^HyBxt9!F{!9fp|ig0s%-I>y9{t_Fq56+F~h$ znVW;uLb@ze?|BxGCy1f|B%acUB%Q)Y2+vXuQVU^HTOghgsWt*Hc01~J0*;kus3L_$^Hgk|#2=84B#1q271t9T^6QU-a!KWir4_2ENkk=ChAn}4myvEZ7jCv#osfDoGv_N*AARes% zD9&iaxuzM6gz)t)2dRZnV}W==s0kEN)n>fZMqRZzUuusvgR0uB5VRRox7r9nlR;HP zrYj6_#Xj4X8w48$yI(;O3>j4A=5(#)i#6x2_w3A{(&lJXqfz(Urh}l*pei?`Tz5Ci zIhwXGT_IR9sLD+XK@Y+GZ<_%~T$~+Jd)XA2s}LU79HbT^sR`l<=``vZ3V`AbjVMYt zFcQMu%|U7*Ofw6_6T;IUfW#$zq})tP7zv^%2dRbd^jjdF5Dq&4i7OiMO)jnAL$WV7 zbD)|?%1sNz6T)||03@zy#9^m3jD#@Da*(V;~Ss4qu=kj!3NYxLr3;IZ?xlD2%kV3kVXho-U0E2K(m_|K#4^o zZt&cKkq}N`1JVc)BM@H*cfI?t+-j}}oq4%Er+DFcP;NI7N{S$+e`d7|9cl`8MpSkx-zwt5s>Ezdc_T1C=e&OEb z?&Dv*XZ%au>?iL%`|tn8;C;XN^NSbW&Ssx@Yg1&$|K)3!@BQJ|zVpPrKl%FaoWJ*5 z|Fr#&U;f57&fk0c_y5`XFWmg*{hQxB_v{n*|Loi6e)s+NFZ}m&zdN}9gYTc4K5_r~ zzdUC=egAXk2f+&`fBwUB&z@ZPiNO;m&-jBMz5ky_gMa(plfV7@gJ*+gp^UHa5xrpy>FTefPqHRI&&fUceCx7jGgTHmM z{&(j-cKp3BzW?MOesA#H{eSYE!JnKv`Qm?Thx(Pj9Q?$|)889>_2j>PXYlm>U;6Ig z+4tQ4>Yok%!4oIjzZiV}rHF)K?`PKKG{N8s5PoCI6 s9Q^pnNB`%*Klzm(4t`R#ctN#z>-ZOc_34xQe=+#@{V)FSf&Je92Um<}A^-pY diff --git a/dist/css/bootstrap-grid.rtl.min.css b/dist/css/bootstrap-grid.rtl.min.css index ecaad353e..d3dfc1b67 100644 --- a/dist/css/bootstrap-grid.rtl.min.css +++ b/dist/css/bootstrap-grid.rtl.min.css @@ -1,7 +1,7 @@ /*! - * Bootstrap Grid v5.0.2 (https://getbootstrap.com/) + * Bootstrap Grid v5.1.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-left:var(--bs-gutter-x,.75rem);padding-right:var(--bs-gutter-x,.75rem);margin-left:auto;margin-right:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-left:calc(var(--bs-gutter-x) * -.5);margin-right:calc(var(--bs-gutter-x) * -.5)}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-left:calc(var(--bs-gutter-x) * .5);padding-right:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-right:8.33333333%}.offset-2{margin-right:16.66666667%}.offset-3{margin-right:25%}.offset-4{margin-right:33.33333333%}.offset-5{margin-right:41.66666667%}.offset-6{margin-right:50%}.offset-7{margin-right:58.33333333%}.offset-8{margin-right:66.66666667%}.offset-9{margin-right:75%}.offset-10{margin-right:83.33333333%}.offset-11{margin-right:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-right:0}.offset-sm-1{margin-right:8.33333333%}.offset-sm-2{margin-right:16.66666667%}.offset-sm-3{margin-right:25%}.offset-sm-4{margin-right:33.33333333%}.offset-sm-5{margin-right:41.66666667%}.offset-sm-6{margin-right:50%}.offset-sm-7{margin-right:58.33333333%}.offset-sm-8{margin-right:66.66666667%}.offset-sm-9{margin-right:75%}.offset-sm-10{margin-right:83.33333333%}.offset-sm-11{margin-right:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-right:0}.offset-md-1{margin-right:8.33333333%}.offset-md-2{margin-right:16.66666667%}.offset-md-3{margin-right:25%}.offset-md-4{margin-right:33.33333333%}.offset-md-5{margin-right:41.66666667%}.offset-md-6{margin-right:50%}.offset-md-7{margin-right:58.33333333%}.offset-md-8{margin-right:66.66666667%}.offset-md-9{margin-right:75%}.offset-md-10{margin-right:83.33333333%}.offset-md-11{margin-right:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-right:0}.offset-lg-1{margin-right:8.33333333%}.offset-lg-2{margin-right:16.66666667%}.offset-lg-3{margin-right:25%}.offset-lg-4{margin-right:33.33333333%}.offset-lg-5{margin-right:41.66666667%}.offset-lg-6{margin-right:50%}.offset-lg-7{margin-right:58.33333333%}.offset-lg-8{margin-right:66.66666667%}.offset-lg-9{margin-right:75%}.offset-lg-10{margin-right:83.33333333%}.offset-lg-11{margin-right:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-right:0}.offset-xl-1{margin-right:8.33333333%}.offset-xl-2{margin-right:16.66666667%}.offset-xl-3{margin-right:25%}.offset-xl-4{margin-right:33.33333333%}.offset-xl-5{margin-right:41.66666667%}.offset-xl-6{margin-right:50%}.offset-xl-7{margin-right:58.33333333%}.offset-xl-8{margin-right:66.66666667%}.offset-xl-9{margin-right:75%}.offset-xl-10{margin-right:83.33333333%}.offset-xl-11{margin-right:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-right:0}.offset-xxl-1{margin-right:8.33333333%}.offset-xxl-2{margin-right:16.66666667%}.offset-xxl-3{margin-right:25%}.offset-xxl-4{margin-right:33.33333333%}.offset-xxl-5{margin-right:41.66666667%}.offset-xxl-6{margin-right:50%}.offset-xxl-7{margin-right:58.33333333%}.offset-xxl-8{margin-right:66.66666667%}.offset-xxl-9{margin-right:75%}.offset-xxl-10{margin-right:83.33333333%}.offset-xxl-11{margin-right:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-left:0!important}.me-1{margin-left:.25rem!important}.me-2{margin-left:.5rem!important}.me-3{margin-left:1rem!important}.me-4{margin-left:1.5rem!important}.me-5{margin-left:3rem!important}.me-auto{margin-left:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-right:0!important}.ms-1{margin-right:.25rem!important}.ms-2{margin-right:.5rem!important}.ms-3{margin-right:1rem!important}.ms-4{margin-right:1.5rem!important}.ms-5{margin-right:3rem!important}.ms-auto{margin-right:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-left:0!important}.pe-1{padding-left:.25rem!important}.pe-2{padding-left:.5rem!important}.pe-3{padding-left:1rem!important}.pe-4{padding-left:1.5rem!important}.pe-5{padding-left:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-right:0!important}.ps-1{padding-right:.25rem!important}.ps-2{padding-right:.5rem!important}.ps-3{padding-right:1rem!important}.ps-4{padding-right:1.5rem!important}.ps-5{padding-right:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-left:0!important}.me-sm-1{margin-left:.25rem!important}.me-sm-2{margin-left:.5rem!important}.me-sm-3{margin-left:1rem!important}.me-sm-4{margin-left:1.5rem!important}.me-sm-5{margin-left:3rem!important}.me-sm-auto{margin-left:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-right:0!important}.ms-sm-1{margin-right:.25rem!important}.ms-sm-2{margin-right:.5rem!important}.ms-sm-3{margin-right:1rem!important}.ms-sm-4{margin-right:1.5rem!important}.ms-sm-5{margin-right:3rem!important}.ms-sm-auto{margin-right:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-left:0!important}.pe-sm-1{padding-left:.25rem!important}.pe-sm-2{padding-left:.5rem!important}.pe-sm-3{padding-left:1rem!important}.pe-sm-4{padding-left:1.5rem!important}.pe-sm-5{padding-left:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-right:0!important}.ps-sm-1{padding-right:.25rem!important}.ps-sm-2{padding-right:.5rem!important}.ps-sm-3{padding-right:1rem!important}.ps-sm-4{padding-right:1.5rem!important}.ps-sm-5{padding-right:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-left:0!important}.me-md-1{margin-left:.25rem!important}.me-md-2{margin-left:.5rem!important}.me-md-3{margin-left:1rem!important}.me-md-4{margin-left:1.5rem!important}.me-md-5{margin-left:3rem!important}.me-md-auto{margin-left:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-right:0!important}.ms-md-1{margin-right:.25rem!important}.ms-md-2{margin-right:.5rem!important}.ms-md-3{margin-right:1rem!important}.ms-md-4{margin-right:1.5rem!important}.ms-md-5{margin-right:3rem!important}.ms-md-auto{margin-right:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-left:0!important}.pe-md-1{padding-left:.25rem!important}.pe-md-2{padding-left:.5rem!important}.pe-md-3{padding-left:1rem!important}.pe-md-4{padding-left:1.5rem!important}.pe-md-5{padding-left:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-right:0!important}.ps-md-1{padding-right:.25rem!important}.ps-md-2{padding-right:.5rem!important}.ps-md-3{padding-right:1rem!important}.ps-md-4{padding-right:1.5rem!important}.ps-md-5{padding-right:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-left:0!important}.me-lg-1{margin-left:.25rem!important}.me-lg-2{margin-left:.5rem!important}.me-lg-3{margin-left:1rem!important}.me-lg-4{margin-left:1.5rem!important}.me-lg-5{margin-left:3rem!important}.me-lg-auto{margin-left:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-right:0!important}.ms-lg-1{margin-right:.25rem!important}.ms-lg-2{margin-right:.5rem!important}.ms-lg-3{margin-right:1rem!important}.ms-lg-4{margin-right:1.5rem!important}.ms-lg-5{margin-right:3rem!important}.ms-lg-auto{margin-right:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-left:0!important}.pe-lg-1{padding-left:.25rem!important}.pe-lg-2{padding-left:.5rem!important}.pe-lg-3{padding-left:1rem!important}.pe-lg-4{padding-left:1.5rem!important}.pe-lg-5{padding-left:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-right:0!important}.ps-lg-1{padding-right:.25rem!important}.ps-lg-2{padding-right:.5rem!important}.ps-lg-3{padding-right:1rem!important}.ps-lg-4{padding-right:1.5rem!important}.ps-lg-5{padding-right:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-left:0!important}.me-xl-1{margin-left:.25rem!important}.me-xl-2{margin-left:.5rem!important}.me-xl-3{margin-left:1rem!important}.me-xl-4{margin-left:1.5rem!important}.me-xl-5{margin-left:3rem!important}.me-xl-auto{margin-left:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-right:0!important}.ms-xl-1{margin-right:.25rem!important}.ms-xl-2{margin-right:.5rem!important}.ms-xl-3{margin-right:1rem!important}.ms-xl-4{margin-right:1.5rem!important}.ms-xl-5{margin-right:3rem!important}.ms-xl-auto{margin-right:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-left:0!important}.pe-xl-1{padding-left:.25rem!important}.pe-xl-2{padding-left:.5rem!important}.pe-xl-3{padding-left:1rem!important}.pe-xl-4{padding-left:1.5rem!important}.pe-xl-5{padding-left:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-right:0!important}.ps-xl-1{padding-right:.25rem!important}.ps-xl-2{padding-right:.5rem!important}.ps-xl-3{padding-right:1rem!important}.ps-xl-4{padding-right:1.5rem!important}.ps-xl-5{padding-right:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-left:0!important}.me-xxl-1{margin-left:.25rem!important}.me-xxl-2{margin-left:.5rem!important}.me-xxl-3{margin-left:1rem!important}.me-xxl-4{margin-left:1.5rem!important}.me-xxl-5{margin-left:3rem!important}.me-xxl-auto{margin-left:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-right:0!important}.ms-xxl-1{margin-right:.25rem!important}.ms-xxl-2{margin-right:.5rem!important}.ms-xxl-3{margin-right:1rem!important}.ms-xxl-4{margin-right:1.5rem!important}.ms-xxl-5{margin-right:3rem!important}.ms-xxl-auto{margin-right:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-left:0!important}.pe-xxl-1{padding-left:.25rem!important}.pe-xxl-2{padding-left:.5rem!important}.pe-xxl-3{padding-left:1rem!important}.pe-xxl-4{padding-left:1.5rem!important}.pe-xxl-5{padding-left:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-right:0!important}.ps-xxl-1{padding-right:.25rem!important}.ps-xxl-2{padding-right:.5rem!important}.ps-xxl-3{padding-right:1rem!important}.ps-xxl-4{padding-right:1.5rem!important}.ps-xxl-5{padding-right:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} + */.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-left:var(--bs-gutter-x,.75rem);padding-right:var(--bs-gutter-x,.75rem);margin-left:auto;margin-right:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-left:calc(var(--bs-gutter-x) * -.5);margin-right:calc(var(--bs-gutter-x) * -.5)}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-left:calc(var(--bs-gutter-x) * .5);padding-right:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-right:8.33333333%}.offset-2{margin-right:16.66666667%}.offset-3{margin-right:25%}.offset-4{margin-right:33.33333333%}.offset-5{margin-right:41.66666667%}.offset-6{margin-right:50%}.offset-7{margin-right:58.33333333%}.offset-8{margin-right:66.66666667%}.offset-9{margin-right:75%}.offset-10{margin-right:83.33333333%}.offset-11{margin-right:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-right:0}.offset-sm-1{margin-right:8.33333333%}.offset-sm-2{margin-right:16.66666667%}.offset-sm-3{margin-right:25%}.offset-sm-4{margin-right:33.33333333%}.offset-sm-5{margin-right:41.66666667%}.offset-sm-6{margin-right:50%}.offset-sm-7{margin-right:58.33333333%}.offset-sm-8{margin-right:66.66666667%}.offset-sm-9{margin-right:75%}.offset-sm-10{margin-right:83.33333333%}.offset-sm-11{margin-right:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-right:0}.offset-md-1{margin-right:8.33333333%}.offset-md-2{margin-right:16.66666667%}.offset-md-3{margin-right:25%}.offset-md-4{margin-right:33.33333333%}.offset-md-5{margin-right:41.66666667%}.offset-md-6{margin-right:50%}.offset-md-7{margin-right:58.33333333%}.offset-md-8{margin-right:66.66666667%}.offset-md-9{margin-right:75%}.offset-md-10{margin-right:83.33333333%}.offset-md-11{margin-right:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-right:0}.offset-lg-1{margin-right:8.33333333%}.offset-lg-2{margin-right:16.66666667%}.offset-lg-3{margin-right:25%}.offset-lg-4{margin-right:33.33333333%}.offset-lg-5{margin-right:41.66666667%}.offset-lg-6{margin-right:50%}.offset-lg-7{margin-right:58.33333333%}.offset-lg-8{margin-right:66.66666667%}.offset-lg-9{margin-right:75%}.offset-lg-10{margin-right:83.33333333%}.offset-lg-11{margin-right:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-right:0}.offset-xl-1{margin-right:8.33333333%}.offset-xl-2{margin-right:16.66666667%}.offset-xl-3{margin-right:25%}.offset-xl-4{margin-right:33.33333333%}.offset-xl-5{margin-right:41.66666667%}.offset-xl-6{margin-right:50%}.offset-xl-7{margin-right:58.33333333%}.offset-xl-8{margin-right:66.66666667%}.offset-xl-9{margin-right:75%}.offset-xl-10{margin-right:83.33333333%}.offset-xl-11{margin-right:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-right:0}.offset-xxl-1{margin-right:8.33333333%}.offset-xxl-2{margin-right:16.66666667%}.offset-xxl-3{margin-right:25%}.offset-xxl-4{margin-right:33.33333333%}.offset-xxl-5{margin-right:41.66666667%}.offset-xxl-6{margin-right:50%}.offset-xxl-7{margin-right:58.33333333%}.offset-xxl-8{margin-right:66.66666667%}.offset-xxl-9{margin-right:75%}.offset-xxl-10{margin-right:83.33333333%}.offset-xxl-11{margin-right:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-left:0!important}.me-1{margin-left:.25rem!important}.me-2{margin-left:.5rem!important}.me-3{margin-left:1rem!important}.me-4{margin-left:1.5rem!important}.me-5{margin-left:3rem!important}.me-auto{margin-left:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-right:0!important}.ms-1{margin-right:.25rem!important}.ms-2{margin-right:.5rem!important}.ms-3{margin-right:1rem!important}.ms-4{margin-right:1.5rem!important}.ms-5{margin-right:3rem!important}.ms-auto{margin-right:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-left:0!important}.pe-1{padding-left:.25rem!important}.pe-2{padding-left:.5rem!important}.pe-3{padding-left:1rem!important}.pe-4{padding-left:1.5rem!important}.pe-5{padding-left:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-right:0!important}.ps-1{padding-right:.25rem!important}.ps-2{padding-right:.5rem!important}.ps-3{padding-right:1rem!important}.ps-4{padding-right:1.5rem!important}.ps-5{padding-right:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-left:0!important}.me-sm-1{margin-left:.25rem!important}.me-sm-2{margin-left:.5rem!important}.me-sm-3{margin-left:1rem!important}.me-sm-4{margin-left:1.5rem!important}.me-sm-5{margin-left:3rem!important}.me-sm-auto{margin-left:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-right:0!important}.ms-sm-1{margin-right:.25rem!important}.ms-sm-2{margin-right:.5rem!important}.ms-sm-3{margin-right:1rem!important}.ms-sm-4{margin-right:1.5rem!important}.ms-sm-5{margin-right:3rem!important}.ms-sm-auto{margin-right:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-left:0!important}.pe-sm-1{padding-left:.25rem!important}.pe-sm-2{padding-left:.5rem!important}.pe-sm-3{padding-left:1rem!important}.pe-sm-4{padding-left:1.5rem!important}.pe-sm-5{padding-left:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-right:0!important}.ps-sm-1{padding-right:.25rem!important}.ps-sm-2{padding-right:.5rem!important}.ps-sm-3{padding-right:1rem!important}.ps-sm-4{padding-right:1.5rem!important}.ps-sm-5{padding-right:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-left:0!important}.me-md-1{margin-left:.25rem!important}.me-md-2{margin-left:.5rem!important}.me-md-3{margin-left:1rem!important}.me-md-4{margin-left:1.5rem!important}.me-md-5{margin-left:3rem!important}.me-md-auto{margin-left:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-right:0!important}.ms-md-1{margin-right:.25rem!important}.ms-md-2{margin-right:.5rem!important}.ms-md-3{margin-right:1rem!important}.ms-md-4{margin-right:1.5rem!important}.ms-md-5{margin-right:3rem!important}.ms-md-auto{margin-right:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-left:0!important}.pe-md-1{padding-left:.25rem!important}.pe-md-2{padding-left:.5rem!important}.pe-md-3{padding-left:1rem!important}.pe-md-4{padding-left:1.5rem!important}.pe-md-5{padding-left:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-right:0!important}.ps-md-1{padding-right:.25rem!important}.ps-md-2{padding-right:.5rem!important}.ps-md-3{padding-right:1rem!important}.ps-md-4{padding-right:1.5rem!important}.ps-md-5{padding-right:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-left:0!important}.me-lg-1{margin-left:.25rem!important}.me-lg-2{margin-left:.5rem!important}.me-lg-3{margin-left:1rem!important}.me-lg-4{margin-left:1.5rem!important}.me-lg-5{margin-left:3rem!important}.me-lg-auto{margin-left:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-right:0!important}.ms-lg-1{margin-right:.25rem!important}.ms-lg-2{margin-right:.5rem!important}.ms-lg-3{margin-right:1rem!important}.ms-lg-4{margin-right:1.5rem!important}.ms-lg-5{margin-right:3rem!important}.ms-lg-auto{margin-right:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-left:0!important}.pe-lg-1{padding-left:.25rem!important}.pe-lg-2{padding-left:.5rem!important}.pe-lg-3{padding-left:1rem!important}.pe-lg-4{padding-left:1.5rem!important}.pe-lg-5{padding-left:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-right:0!important}.ps-lg-1{padding-right:.25rem!important}.ps-lg-2{padding-right:.5rem!important}.ps-lg-3{padding-right:1rem!important}.ps-lg-4{padding-right:1.5rem!important}.ps-lg-5{padding-right:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-left:0!important}.me-xl-1{margin-left:.25rem!important}.me-xl-2{margin-left:.5rem!important}.me-xl-3{margin-left:1rem!important}.me-xl-4{margin-left:1.5rem!important}.me-xl-5{margin-left:3rem!important}.me-xl-auto{margin-left:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-right:0!important}.ms-xl-1{margin-right:.25rem!important}.ms-xl-2{margin-right:.5rem!important}.ms-xl-3{margin-right:1rem!important}.ms-xl-4{margin-right:1.5rem!important}.ms-xl-5{margin-right:3rem!important}.ms-xl-auto{margin-right:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-left:0!important}.pe-xl-1{padding-left:.25rem!important}.pe-xl-2{padding-left:.5rem!important}.pe-xl-3{padding-left:1rem!important}.pe-xl-4{padding-left:1.5rem!important}.pe-xl-5{padding-left:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-right:0!important}.ps-xl-1{padding-right:.25rem!important}.ps-xl-2{padding-right:.5rem!important}.ps-xl-3{padding-right:1rem!important}.ps-xl-4{padding-right:1.5rem!important}.ps-xl-5{padding-right:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-left:0!important}.me-xxl-1{margin-left:.25rem!important}.me-xxl-2{margin-left:.5rem!important}.me-xxl-3{margin-left:1rem!important}.me-xxl-4{margin-left:1.5rem!important}.me-xxl-5{margin-left:3rem!important}.me-xxl-auto{margin-left:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-right:0!important}.ms-xxl-1{margin-right:.25rem!important}.ms-xxl-2{margin-right:.5rem!important}.ms-xxl-3{margin-right:1rem!important}.ms-xxl-4{margin-right:1.5rem!important}.ms-xxl-5{margin-right:3rem!important}.ms-xxl-auto{margin-right:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-left:0!important}.pe-xxl-1{padding-left:.25rem!important}.pe-xxl-2{padding-left:.5rem!important}.pe-xxl-3{padding-left:1rem!important}.pe-xxl-4{padding-left:1.5rem!important}.pe-xxl-5{padding-left:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-right:0!important}.ps-xxl-1{padding-right:.25rem!important}.ps-xxl-2{padding-right:.5rem!important}.ps-xxl-3{padding-right:1rem!important}.ps-xxl-4{padding-right:1.5rem!important}.ps-xxl-5{padding-right:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} /*# sourceMappingURL=bootstrap-grid.rtl.min.css.map */ \ No newline at end of file diff --git a/dist/css/bootstrap-grid.rtl.min.css.map b/dist/css/bootstrap-grid.rtl.min.css.map index 5355107a3f449c1910d2db7b86cf3aca3eb104d4..86d302aa91468c4216bb5fa2b614db2a779820b8 100644 GIT binary patch delta 19198 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 delta 18950 zcmeHP-ESOM71uN&PNEbLRYEI5YCZ~xY~v3(#YP}lCr}^d}*N#n9=Bt~XtM?xo7(HIEoRr`7oreb2re^W`<{tC=p!sd}_V;aI>XIwO zkAK&99!zJdk4@F3x{2ebDvfHjT3M`)AD_31My!~Q6$L~=v8_v*<=w_-K`SF7r?@B` zoT+WhJz1HZUY(n-EV(0?sy=?ApY{o-Z9V0%69Jpn369kDD!{`4UwFy~K1pmr3v7Gd z1zwr=*coCAT42Y4Ju27*RO|z*+G_#cI^_ayp2`P~wI_y-f3BUZusi8_VSaJx#^WeYC)yJMFM% zPTLu&*COr8jGO9uZ4BU%0LJk3(E_{Cnskv@Ta)?F1^sL}fZ+;ymk01%8%uPi9hL~! zKUw{PKK1KQ!${`f$8fBu=M1cJ23A7?KQS9cJ@BnH;3qOXu7&klD=iw}Fiic0wJ1R! zJ@D;yBv@Gwc%Pu4kA^ZSFN@}ycV{n)txFt&i(!rYR2KDqDu?NC;Zkt$Q`tw)AsFTm z3q?;`sjf_Hwyfj(SY{}3VKfEaJW~OQz?Wc zqk(sJD#s_VMn@;Y8u_U#>itx19p(@m4i0`Q`{+3YLmYykfcH~*uBZoojQWub?}uhA zEgImk(K^N(^07QG=%WX|bq4r}R>1oN1$}NRm#Ste9hD0dGNyGmJ%udjJ%xn+HZY5l zD^S$N3wef7W(6MtbX#K+Lg)rQle0S@hT zBv@Gw4n9F2J@DhiAI~m8!c^aLXuGHn(F0GuMte&V<~WU#Y|@>jA;10@~%zFb!*6aE(H1xsZ^VmIDd})3OdIn3k0q1P>PqCc%2m zx*QF6Xl{nn3S`UzX8OGm7hOv<)Ql5Py2MDN;@K2URs~NsmC+0pd88`Cj8hZQA2_f8Dw*0 zki!a2(>sQ17Zr`^clR!HGKrX0{Vb}T$y7!(6`4%ss1|e{$EXcN72+q!VKMb~{`%=` zns1Ig@UgH2+q!fF^>9G>slcfgj!e4RdEztsvq)hy0x0Wc=jv#dS{%YTCEDzy@bPo$ zOz|Of&aVA{IfknlhgfWq1WPeDuxHi!rHrhLn|vzsIqhHwp|8-kN_#I+-$S7Z*O2E;gHMnlSCF) zd$<`h6R9112w~HpAW5MDgT$yz0|i|e0}2M^QA5G%GlX0eS-pWUjUh)EG_EG@giI^B zq;x2lmUTeEw5-%1Bvo)>k`|92LFWWIMf?--6;scm(Dqf43$qVbN~n`>&0aiLZvy`fyZ<0{3HPD(peW^I1>vszVtx0K5rKZ${4 zmh*<(!ICGg%AKNIDM^Sqf9@{ja*X3%Qm&K>e$ObE9KXMq;xZ4C#1&VWXSd2YyH$+g zFuzmEbx1G15=UymwT&UgR8lU>*|N5jl*{oJy&qxZO3GDIE+rngjwmTImz9!om6Xd; ztdeq-l*@ko!+ivV44030BldmERZ=dJyl|~9-*U+lpLqaMMoi+Za_HDLaG1-tT>iTv z9#HU5Z=PQuqfcr!&o635(>;ffrxLujD6)xQF~q!l%N3Y;Nx9rxu3`6Kv3$#wf2&ne zu99+63XwuH?sNgA7NlF-*T02xpYoELoF#6hoUuUD3|VO=ZVBE zG@$tW;-jy@_=JE{OCJGZvqTABD!G@-d^hAC92>xWSTmn8WjBr}EI>rO9_Y813#H>b zEcS9Sv-z&ey**GcFzEyo@>4>)oyxfniHxBi7FnBqNQ`CF1~{h8xXVvT!0&bdu$%Uq zp|rytKdX}F%C(Ij7VT$5#(4~N62sk47Q@g*4YQ+qwqE{*r)XwM`Bl?AS94Dl6oeQK z#{ExJ;M&WmOald7%)Ts^&!Yx{)dz%rSTqo(VXc0%jkL+^)M8q**^6me2RxXTl|n%T zj}{6hNd+h!(GQClXML^p9*Si18XC{esqUYLY`!e2%=1oVy|DF#>kSZQi1-&KevD1`DsbTyDRa3%RjooPUfF zd!i;pf+ds{w$E>iK^cf!bhewhG(gst+?PeQht%HeH*-aHn^wjeR=+Yi(IkV}9I@}+ zE#atz{}3pGqf2;8gWM2Jvbepursg(tsk<&~9&I;s0gb^i$sn5}iw3JNT$3ppCkJjy z`ua)4Y%`bInM`FwQ<1f)46~MwR^k}7fuTs5aahdZh1XmXAZ+H+Sb{6Kgw0$)A(>x1 zL57TBGnZoIn8c1L&UzU(bGg)hGnf16H*=|Ph?;v_s^%se?DVqQOIx#5+~H zi4H*2ZPUrfjAPa45Dhxt3cHz0a_2X5p%~ybd9=XsszNrULyo*nF&=*G8TqesjxWqs z{ALzRD`C8~LBU%&Xa!`ZQIdu9PgDjz=vfGcymPtQX>I$_I~r|j^QJt zog1w`^maY{pFK|K-Dv%Dp!eGszIxZFJ5IKQ&FG5Fm1jm^Qv%F1A4b+y@8AAF{Hy1m{UJR+#U z_6yDR^|Q;(jlqrf;O3d;#lfY<^MVM5<>vE8x+|BHFLZV^hr0i`oE*4vC4FvyW_t~?!WT)*OL$Jyz=iW$#-{k|MdIhrS7ZOk}q}-UQPCOcU(^@ w-2>N>diT;>BL3ofvZwp)YstsEKfjiIqx;#b$q{F5bYFZ+;{5u0^7VoL0gt^-l>h($ diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index 2cd30e0ea..c1bcf3b04 100644 --- a/dist/css/bootstrap-reboot.css +++ b/dist/css/bootstrap-reboot.css @@ -1,5 +1,5 @@ /*! - * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/) + * Bootstrap Reboot v5.1.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) @@ -19,12 +19,13 @@ body { margin: 0; - font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #212529; - background-color: #fff; + 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); } diff --git a/dist/css/bootstrap-reboot.css.map b/dist/css/bootstrap-reboot.css.map index b0e65f5f2334eac84b2218c5028b6ac9c503dc3d..c06c13a042b74b99bc69a0f71552e34db61a71f4 100644 GIT binary patch delta 7000 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 delta 2862 zcmZ8jOKcle6xFn8;-pP!S|ue-OHzu`(2VO(Y$vG~@MipGJa+8Fc1W5EDmkfRPyKhC z+Ky1YsF08VDPaVIUsWv_R)zW3&tz4{Y-trwa_N%LbA3i&k@j)>b5LdcKhj1=-CBrASD3V0;YAQ_7Z zYC|#-JrSJ0?2*86HdvR$6k32JLC0cTOiMVuMl6csvR5KvnTe$}5I1m6PJpc_FN<3e zo|O~NfHViv94kzc`(#oF$u5bO&&$00M!Wn5F0a!XrFG*wVYG>hL_~qowRwpkZilSm z={U7GmYKzAB}=xGl_l(?y(l+0VlM7-bLjFbWm)p3)= zW@u~!%voNy+7%2?0km(S1KJfOb!!0TL23$dOPO-q0fN>X5)Z;9@FHo+EFwoGN#9N`${5|VQ)ZO!sX zv&qU8ruVgR0Q{{*nl;0-W-)0#-Bdbb+0p1&%EUst-@w@f#9-xm0=VCR2@nw`u*!hB z!LhqdU{ydPE1<8b5{NUHkPC@5j;xO9AV?@iC?Yl~Q;>WEN6AWRmVT8G2+1X;Zge1J zqA@_EN8_Rs0Le8Oq8zG={HkGW0k6qhL^Dqe@LN}i1@_T-gKU^6C_8Y7xNIrV3~5Kh zqORg}h;%N`lk>2_8oC_k%%u&vc|!$-Hsmy(?zJ~nO>2{^qO3q#H>s?`SQz(kFc$3s z!KjYp9fe}>0S2tbt&QMd3Py;lG1BpNEG}})vI}aWfR8ps_QYm2qcmxjX_AHPZ;SCo zElHj7ZYeIV;=(e$V#~{9t1}4@FkZ6K2j?PiJOgu9`se6dR%awqiLN#)N9myq(g)#< zaGt77Uf7~xPNlP{sTNNdA|zLs!3PG4w8)SWqBQtiU5~f`gXhAOjk953BV1n}6TL)) zDXk>@BQU0wWq`&8!c*wR?|ox72g{c=25lFbT-Xls`qp4eLAFe)2fA39>P(;3xIY~U zf{zDv&w`q9C*1v!;Z3QoU}yZg78i?Bli_o)@H`2p>|_yeEi{_9Y?b40B-gE0fu_9A z66jH2TjT8K;3^trgU3peWJPztc@Et5P>1hMo@kyX(nA{S1}MZUdo}tx^G3e^)I=u4 z&_M#aJZnffruP`P`|Y+JCg{db{Zmai4CFE8qE(51bZ{^mjlv}OAix>nN|fAk-zvG~ zrLJ3^4)9wJpYjmzk)H<_eD_H&VYUD=#zidh0nBp<;SmmWjaB3NZR72MFS;^OKY4`z z*2I}dF~Xr(_w#y$6^a~t#85Tv9F84yUUawWl3Qqb2d8_+Hj9O-eM{d-U7C2R{kOeR zELQ!kdqeLC#?2EKhL~kDnb&g-`+9OKWqdR`I@oasmGNM1*tk7DconSv=L-`PIlYjw zXHt4PQ-#!B5=}r|Hj24o1&r&(YYjUUsJfb}SMAB1o-SCnj>b4P^>`okUr!tMVZHU) z@aH0L=`X<;`TBm0=4fNPG~ueG@*Q1`Bl0+%RM`a#TrYa5k^?*EcDcRod8m1^=iKJz zX6r?Kdbkz5^-_N;`P$u~)~)yN9%xy>w_L$=V!Df8(>rvyCUk?Vw9@|^5zWWW z3x~{~CxuaSZ&L7>f5VRhKIgvUys&$Azpe=rg84&8m^YVqgpcode{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important} + */*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important} /*# sourceMappingURL=bootstrap-reboot.min.css.map */ \ No newline at end of file diff --git a/dist/css/bootstrap-reboot.min.css.map b/dist/css/bootstrap-reboot.min.css.map index 2a72f387f2183a6a36956d96ffa2439962c3d84c..68401faf0f09977e537dbd370d80014155834131 100644 GIT binary patch delta 1773 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 delta 2865 zcmZWrO>7%g5Z3l5b=vgDEh#i9B_${g&AR@H?Kt%T-mc%S*N&aUPLrl;5l-sZTmP)> zIJF%id_aXmg_N*r4ML?z6&#RyvLKN_0wh!Ri zky4M%6PjUX5EzS2#Fzq*QepuLl_;jeazVn4sEaIVJm#ZI^2_GE-9ek1i7aFOzI){K z1TzXD6a>j(EEd?PayG=YU^@1kwCxzPdyX|N15&6+L2>>Wy7P%7TUgl&mDzAaW0YSc z=ULgBbt1#tRhZx3g#)in)2dlsHHXRYnWoaAWnH7Rlu3k4zl?K9$id3BBxt_@3=k6- zSYW_BaFC73SEhPH8d(9oO_fkW>`1=Gk<~FJf}~=EVq%j|avjIXN@|vWfd~l6CFX8) zAZ6pTfJl!gL>B;(YcgaxRX6#mVQc}f$*aUONdoYzD3U{>Jd3RCl;Tzpf=jLu#^xIazvvq*HOS3?yeYTDNSqvo3qLTLqPJ zs!HHTp*4+*pM$GtR1IFMNQyOGhraJ- z%`f&p6RrWHY$ofq^3iZepZf3OCz;!@+$jd<+7xAG%{+NvAW&jP!#ZPWtjhcz%TNC) zL2{kB$EM8UffH^Yvy9jic&^20hsKlss=0mO!fw|&Py0yUmA!*2MzQKx)z{PKhhEtE z+fgx$YOwvC{e8i_dF-s6MOIP;J>PIFrB>7C#=wbY=Qwe_7`$8@8lt{hTF+#wRzYUb zGLi7-qo(%*L%!AxA(U1eKvB?{QgaQ``9;U&Y7k5 z(RTdt&-+@x4hqN3w;tKe!lQxq-G6=?YdsthPPIN55xlLQGlEy}x9*Mz{aZ6U;rRxB#~WHTQ> yKH7RUDeP}OoEPk^BZ|code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:right}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:right;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:right}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=email],[type=number],[type=tel],[type=url]{direction:ltr}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important} + */*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-right:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-right:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:right}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:right;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:right}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=email],[type=number],[type=tel],[type=url]{direction:ltr}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important} /*# sourceMappingURL=bootstrap-reboot.rtl.min.css.map */ \ No newline at end of file diff --git a/dist/css/bootstrap-reboot.rtl.min.css.map b/dist/css/bootstrap-reboot.rtl.min.css.map index 0f1bec3018e255e515ab0ab38c655ec7fe8cb45e..777af62ba279222cced9628ec3ea998f67a12eb0 100644 GIT binary patch delta 2114 zcmd^8L2nyH6qb{;NuiaR1eHpt;3k#8bhl0u*G{M^Wp;OFy}Mp-786J-BxF0A^*U=W z@j9_xs4O9IqY~0cT)6N9Kti%Oa-tGfdf>p3-g-hvAaOzPW_H&}8;7~V# z+GM4~(z_)yDij<>863+->@Y|J9H1MH+UE+^nGlBT%S6aaN}g+qvC!kqb4j_{^sC9u za#KNqs)bhN3QJ=a-Z7i&S*HZEj#Ybr& z8?ZQscg6+P>AR=%T3;GdEWsRj z5KkX%ldTpiu}WsqeTOhY3bM za&R~0HRe?U`uTLJvQi`PnuyAs}q=jj-eb0P_5^zy|>cY|SeDdWM$U{+U-NJcE97W@WKykhmOmZ43Tx zF~?4oG4l=8^gNw>;it*#*Oo@-*OybHnX^}?URn2c(pPqZc2^9&yN=iif^Pcqt#o_e z_h|~xXAi2KH$-vqqbp!|)tc{!A9kD_uYZq2#c^cj=KJk*`rfE~{>v17_{sci$Eg9A zSPQlXVrSoXLi#JZK>wb-@aBI~ax7=uskS_Skf9HSi^J!Dv(htB1w6dxcy6QnR{A+Y zBWM)sdu>N-JQX`U);TZp2sR3?2Y%3bR!RZ_jgj<& z{H1tEPsBb$*#vvCkO}HU;cDS*RP$3p%{|!>2y>JEHn%wX=d&LtN7vMz^uO%=&zJrM D2j-A% delta 1876 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 L|K-)z&h7sX>ocC` delta 29831 zcmaK#eXQi>dEK#N=)+RvbYnHHTscyWCV)F@4>?25klnQL?&_|+E6b7OSUa`?w2Ebu zL*BW(GbD$ciBmRd(>ev(Aekl?L4im?kpe}4=0gS6X#WY?v}n=Bk!=Nz;UKUJ$0-W* z3+P`BQj~n(bI#tm6!yQn=l4ACdB2Bz?p*0-|LD;#{Nkg(aqZInGnfA38@C7F`;JF4 z?|ORU>b0BkcAq@(S0C{v_MdgV{}&I8ABiT{gX=9#>ivIvAizJ5Zo1X}%7Z_sf1XtP z^|^ogoBbEh{d2w9|Gx)+@IAJvqnlxQ{kS!}cH`#NYtQX&?|=KD=#l5Qw{Kp(dhLbN zXZP;ISKs&X@r(J5t4GhdFBUhh+_`q`+SO|>me1a9BR(;DcKNWM8?Hj$h;}g(0unFNWx z%o-C6IRcvy|1b=gkp8eWkp7I_6S>uE>H&1e>OS=ndSLbV`R5wD={Tk7^VZ;b7*o%! zUQ_3Y9jp5n^}y=!3uuQ+lfGcvr@m~=+8njR&^E|zOwE`DSHtQ)^(80E>hX*4%D5UY zTCatwZLZrH+W$6_!BTlY48baK%K_9)obc24#4U@^=<%W{{fKSOyI}@tH*a>zi$JNuzLKd3+*@Qr>wz6kXyaJs5@5osq-WTR*ydo174o# zr)~Qe_1x-BeGxbo_!srS>hUWV4PLPZ)VXVB&?=9z=f5P=2p=ePto zPU+{Y0d*ZStJl;yV#n(KMLn>399@UOw!y(nqwCh<9sZm1Jz2>a6o(!Zjk^aUeJgi0_g%qBFxD_>W2Ps6)1UBgI-r#}a&MVRA&_#(^+K;oQ6 zBxw#GOP+0?KW*>KGca2&5w%mkJsc*8tL-5uM9}^>-}Ct8`J%7}Cxx}%Km8Y4HHTVL zHL+u;GpZ&wDs2nL<-Hb~`3mX=>a8pGW9i`8-9eDAAiDug5I6l0LCJ=bV|TU*;w6x6 zY$pmEbniXUL~&bh5jDAAQvrhFihlNB9<;Qqtl#?WgW7%CZPW@;uA=za?16+L>|<18 zI&0eVAZH+j2ycuE#3gC2Fv$Z7iS*(WZDF*f5u3|E3K5=&3d9xR0(c;yAx&4B;Kqw~ zFxt_Goy$N95$04Nt_X8Hkg!K02R_dA1`iAx5m4c<3*225h%2HIfrKJjA{Rz3TVqZJ z(iB2Ws({=c@jyZmp6h4~qcM#*KN(0NBAq)i^S9^HmL4r#(k&N|eRLWCQ(0&zt+MIJ~f!klPmTRR@ohdJ30 z8@3SQhOLm~if{%!kWhrTKs18Uh(_!}22zM1rjMCnKK#Gpo z7duTIklRc0K*Ao0j$w36BW~dgq!7`}fw;%b#Uu|XR1%wumM~f}hZ{8mDMWb2D-c(N zTiCOtxf2S>=mbV5G-7iZNFlDvN1~NAI$hm(fd#W`M>lQp-j40y!ysQZ zHla0n;R@c`uDyx`&iWXw&Q|O`$q*!2UnI-5ZFt=yCCJVY^T5dF#z3=P(hwxcdqz2o zdZYx|iLkUX2ASnI_`t|641toOXH>vQgo{{$>_m7yj6r51@&Rd*l16N9S;DACN|0TT zj6r5SG6YFBJ)ceM(|!J~d#LPCOLjdn2ATE95G1K+#1D~Wg#qNi&fl zPT&wEsjboe2R`uB<@vIP3DuW6wS>Amr#AC3)EU%!uPj55WXnPD%3N;Iz6gg`g6u?i zDUCs9BHbA@AGt%IWJe=5x7@)G=HU^oAu-ikB#G#L~|EGWDax>2yYf}i= zU!s`%A;45`5j0VdB_?Q!pa4O!OAAX(5KqF=#i(ph_t?qntOVNK%f~~(*pg>Q&W&5` zZ^vIfx_Ya7zqH5rXdaDkyml9*&ae2?ZHl0p&O znDb}?qX~2DF>Z}O3K3L0<`sx5!W^$9?eBAs?u0^i9orFkF!E?*C#f|8DMVxh;)>X{ zZwCYtiZCZ?d>HvOV(&7LLWEtYKwJ^KWm_YVP{fu&+W}4CGnJ3oHBCDrphAeNSAn=a z;(>%B>~=JR(M(2W6SY1dg-E;LT|Mz=UIDp6_MxF25lARvAF$gI1uzO|WPdTx8i5od z8W4yp(r`a|K%tN=Pqs!Oj6xbQCj%)&m{WncB3uX$B($VEfA;gHH5$TbNF$Cl11Uu8 zZwA_#193&{z1_|nNZ2FM2tK15w;Fq1Wdu~T$PymC3d9xRcJx3(5#~hEGxlDHoqLeUvBe56ZFu;uApwHwz19J zf$BqL58ERR5_^Z;YA-1dGa#ak2~vw_UxN4|U5>fF0-)HZ5tC9MMk3r}IY=$S=OG8g z7vaGTK;kKV0$Y4;M>K_z5R-C{T7+YDKztE)I{=AiG~z0zGx&gX-zqY%Lr3!*s8$m1 z0SCkvVNL)N2Q*?%8o)?|=OG8FJ7TXdj@1G3mBi)(kT|3fuj({}kqC2gkXnQ}4u~J> z`r^6m>AT8^yaT7+|0 zg6u>%g=3JJ2=DnJND>|4ous|T>|5wEIxT^RT&$ z;Um&;u}Yww5O3Kr$V`Nt8-gSY8nFw@1&lVky%`uHMqGK3| za66VDI}yIEj6r51%o&0tOZqTpx$Jz}x6ri^7os%i=*~`rugGJNnFz-^1W8V4#Kl{l zU_c@)6qF}N_APYRLt`Y(L}Ub#WHjQ@TV^m4;dU%Rb|TDa#y~S6o`@kxa!Mo4!txYG zBJ5lVvJ;`v7-S}53I*L;=nyDb(TEGNT){|0#|UI6!V7c^G819W5F}aCXL#LwTj^-N zT*F9+*Gvhr6XE=fL1rSH?jcB$(@2{xhYv}EUpXDkOQ0Q*$QWeSBSVm+pb<+5%K}C{ zQiALZF~59b(imvgOB#YCC5<$q5=J7tF-nk~2ydA&$gDhSE|jf@K*@$iOj>SWB*Gh` z1lje-7-S}5J7*p&O~dbQ_g_@mmX9mzX`g3TP&ZUfrNDveLp^wV=8ZT+P*S5oQz^)5 zYg0gd+te+BCie>p5EO6GzNr)}x0oQRrczKrb)g=(@^DTOG-9f$6r?-b;OUNQVGqT@ zi$jT^9fG_fow!nDcAx{gft?MkqGaa#RNtZ8Zl=Dvgwg6 z$OPnErCwMnp>lG7(|U6lBzq!%D%zhmlVsHn#%Vi0}&7f=om> zKU0vA2wPiB;WKR?wQOOX$8-g>nUXMR3o;R5&J<+SBa0b~W^9d>f|VuBosEz-9g-#@ z+*(tRkqFPqB7jjqBj&6?HX_W~w!~BlCPKCg<}5QmKzb{ zQZ1CbBAfcr@RFOhmLXK}I6nV~f~&oWyL6gIs}Z zM7kVveQkjzLQI;1j6}G{77G|HXvD+50@;Z0;BG-CBB~Tjfkr}1S|l(^XvDFuKsF-m z_7-F!!d0Atj6lv+3Kl7hQW|l(S0Eb^j&%z%5n;|0WF*4#usDX#aqDwfDOdq*I%G_*injQji1H zO5)3=1LBMDDLDX%a~hGPIgCWu?Hr_T$%RUR1LP}-D;|Kv1&z2b(*i~!JnT70Ey7BH z1L8MA>~{bZmo(ybOiLJv@O32zsYRIMfcPTJ2@Gi~1@T5ks9B~P7>V#5IR~jlI93P5 z7vbUsAaO+>RtnPUrmYm5_E28gF4Q720`Wz7^a7B$rV+PeT4O*W%xQ9BB~SwK(Rw3 zUNfl!BN5I|4pNJ7x*ZT-M4JvIcHwicQjoeZB2uLw2dR6+0r7hz0Ex#O5X%AS7(Rv^ zR0?vSx|igD_#zq+NIantZ;W&TBN1IdAob+t#Y%w#1yiV_`=zFVZT~cY ztEm)}P2l1Yb~J?1kVZ_( zK#CrzKwJ@SaStRE;fzKj_>AbIN$Uq7a&QAs6 zim){gBwRFXj>j}gV3d$BDFZ1)m{WncJ>r3cBCHfdsqty<9H%tWrnBfyA;PUyfw&@k z9`!&%5#~h47|=0&n3J`{R0;|q+XZv^Fn^2uiGu7$rwQVk1_+9m*2LbH%cZqmQ#F-> z3aU%hR0^h0M^sIvAU&}yoSv}rcG(ZE#}Yw11=$^7g7^^PAt*$U{Z7Fmv+bW`=(nj9 zrcyA5I-_bT1<@&{_w=xb?Kkc~3K4Bg5LbkI%mWEUxW}Rud{*@7a?JIW0Tn__ zsz6*3?lBJ}6yXC=w1&}|MqK0!q!3Z1paOD*nB;+kA{=X!!ziZ_yPbg)B3#7^#05E5 zDe!v&SJS^J#Tey3msv=QQK))r(U z!a1CRj6}Fy7B!4&8u6ZAfow$Dd(2h}wm=ghCQU&`A{_K$3!^QKxGz^A8xdZZTabx} zDg{%Zkr0y>I~eU~#LlfiHX`i87GxsA9XkaXS#rKouyA1H$Ox~lE0B!{pOUvAlOCCZ zj6~S&g$p0|BNrVAMj|}yi!qGGY>kzI709L$(uja2BHWHs zkdX*qR~8c(O=!fN705<}Ia@>8O2I^kFQ`)_jYRm4yzpS;(THPRfow!rDcFKcL|7@9 zdLOZsf>94Gd>HvXBan>(nTT)}rXV8` z8ZBnWm4d|(Mnf9$t$ziw>5(nSq(`P8BSQ`<1&a}kMm-~t zjfh4BG7;g8F$Eck=mLs9YTj;6qK{sz6s&+Y(MNFsF=-1j5#fz71sV0oB8E}S)@s}$sjsu5+MeaBE|R86HITG$qk7i`gPl!NEl6@oShvVVQxK=tpJIz&*C+^794 zv7IOoWGe+*s1vHDQV>9m)3<4mhjW?Q2GS#dzjS+3yIk;6(s3A9rZn;V17M0f=ZL6S9%I6uoZj6~R439?%^ zOyYyf7--f@8iFMG#hhghqaG0+^Rv==77DT-ohFEDx<$|gLH4!`pvD{9e)m0r_OIMG7z9;Q zDX5^jR86H|3UvgPzp+2KS<}ikcv^87b_bXsK7^DA+9AkR3OuMGRZ}Tg)V9Hs8vQnv zf*fj1)l>?`P-jrt!}eQ|Aj$TyTkR#a#SDmOV}k5Nv@bzsB3+KTzJ@@_jz&yc?qDRs zJywG3MEF272APR)k%u6OLmyQNmJW=Bm{fx7L^#$l$V`OY9)ct;jkt^kJ(B=22=UItQ#a648Yt_X7)4=5Dk^%W&BN@&Dc$Uq7acCG?(MQG%Kgd(aG zL@A6?8gU^qkU~Vq2*efP1?qu>BFu@7;d4wMRSGhoLWtK)1>%Zuemsy+gwq`@VYH-? zHXTSoa<5WQ0l7q~6nG$Ek3=UhI-wD32pLGxBNd2i$U&vR0}6XdQ3j)oMj8=FA;KG@ z0&zuj0fB_st&5d{=oCh$G-6T)Qi$-zs6gBv@jyZm+d1=KX&UY-1&fvSJXu*!`|O)T zt*M$y!5Hcc>cOw*c_T(^3}TH2&0im^pl+bPZK{JH|9(M31SL7zH-CMQ<<_;JYAOX= zs1v9Mt~{Ipg5m-Vn(q`W3)|ot>f5GP2y)M*UY<{(j?SsgJS}a5r=_*IS1HIrY7w3# z2gDcQ$qYc^4O`!G#$f8ggH4#Ey5h9C8ko~3)wE1n~?cK>9s4i5#hZ}QF{}e$Z1=$^7g7^@U z`j{XeuIBB(gu0_@Dg_?YkgADYOl=D%Q?y_z1v%6jDtp-emncAd5p7J6c*ZH^sYz$( zr3eR^gVZ8jj=8=ZAYX_{0Z1Ishr|=?Fd@Ijj`q zK(&(CoCD&E@Tv|#;^;Q6Jm#d)ZS$6LD#Dx`q>dUUaa|oCUrC(Q03?o?!{*YsHL{h0 zPn{&U+y8RUGu?j@+uXm*F1wia&kuIWHuKT_o$wfFCd7t^AjyK3Y;L)@XPH>b_Wx*Q z968Tb7t%VqO6HdGK*GgsJ}L6UAWCe~aY9F4b{R+^!kh}k6=DB9kWhqsH%hI~?c=m( z1XPG{K`Rhfgq`zRvj6H&e)=8GhsJL>KlRZ;_ru=#so#0yhkp9E9)9EB{-fsxZ~U{L zd&gk^;a_<8jo1G1znkv=?=Qc9|LgzZf&H8R>AUxj{k?bXUw`w7{d52MvHj=Upa1S_ zk9X{m#mVQgr+@rMPo92y{~NE_@bGsZ+u!>8@7n*V33>3*S5BhOt`YNr*KN!PzVzt+ zy;>A2&(A+QPr_weK?Uo3B6d z&gg^atD&v3|Jv8yZRorI;Qep>z}NrxAKm@6FJAiM<-5Q8`{lo7cd~102{Vxu_@9Y~d47{@&FAls*)3Xo1F!=L#|KW>+&;O;n|E3r` zed+A$CvC=uo@yKX>pwgAi)X)74!-Mb`+BQ=^GDmCetS1~;_g4#48HvE+5hiyj?A!lkkeogB?ZIC= zd+LwdMjrf=!IiTozB72?>?i(v`_EthlfgUBe)>Cu_n-aq?+ji(``{lBKGe}y&VKLP NgNN?6^lv`&{{aKfLd5_8 diff --git a/dist/css/bootstrap-utilities.min.css b/dist/css/bootstrap-utilities.min.css index bd71a55c5..bdb903aeb 100644 --- a/dist/css/bootstrap-utilities.min.css +++ b/dist/css/bootstrap-utilities.min.css @@ -1,7 +1,7 @@ /*! - * Bootstrap Utilities v5.0.2 (https://getbootstrap.com/) + * Bootstrap Utilities v5.1.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{color:#0d6efd!important}.text-secondary{color:#6c757d!important}.text-success{color:#198754!important}.text-info{color:#0dcaf0!important}.text-warning{color:#ffc107!important}.text-danger{color:#dc3545!important}.text-light{color:#f8f9fa!important}.text-dark{color:#212529!important}.text-white{color:#fff!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-reset{color:inherit!important}.bg-primary{background-color:#0d6efd!important}.bg-secondary{background-color:#6c757d!important}.bg-success{background-color:#198754!important}.bg-info{background-color:#0dcaf0!important}.bg-warning{background-color:#ffc107!important}.bg-danger{background-color:#dc3545!important}.bg-light{background-color:#f8f9fa!important}.bg-dark{background-color:#212529!important}.bg-body{background-color:#fff!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} + */.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} /*# sourceMappingURL=bootstrap-utilities.min.css.map */ \ No newline at end of file diff --git a/dist/css/bootstrap-utilities.min.css.map b/dist/css/bootstrap-utilities.min.css.map index 619c189b82bec4a85ecfb99407bf51f46b75073f..2f7a71ce582e71e47e9826f2089544239b85378e 100644 GIT binary patch literal 111875 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%0DrBHj%5W--kDc5qm6R?@zgEI+1 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 CE}HoO delta 17735 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 diff --git a/dist/css/bootstrap-utilities.rtl.css b/dist/css/bootstrap-utilities.rtl.css index 1f3ee2358..1fced998a 100644 --- a/dist/css/bootstrap-utilities.rtl.css +++ b/dist/css/bootstrap-utilities.rtl.css @@ -1,5 +1,5 @@ /*! - * Bootstrap Utilities v5.0.2 (https://getbootstrap.com/) + * Bootstrap Utilities v5.1.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) @@ -162,6 +162,20 @@ z-index: 1020; } } +.hstack { + display: flex; + flex-direction: row; + align-items: center; + align-self: stretch; +} + +.vstack { + display: flex; + flex: 1 1 auto; + flex-direction: column; + align-self: stretch; +} + .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) { position: absolute !important; @@ -191,6 +205,15 @@ white-space: nowrap; } +.vr { + display: inline-block; + align-self: stretch; + width: 1px; + min-height: 1em; + background-color: currentColor; + opacity: 0.25; +} + .align-baseline { vertical-align: baseline !important; } @@ -227,6 +250,26 @@ float: none !important; } +.opacity-0 { + opacity: 0 !important; +} + +.opacity-25 { + opacity: 0.25 !important; +} + +.opacity-50 { + opacity: 0.5 !important; +} + +.opacity-75 { + opacity: 0.75 !important; +} + +.opacity-100 { + opacity: 1 !important; +} + .overflow-auto { overflow: auto !important; } @@ -1242,105 +1285,176 @@ white-space: nowrap !important; } .text-primary { - color: #0d6efd !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; } .text-secondary { - color: #6c757d !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; } .text-success { - color: #198754 !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; } .text-info { - color: #0dcaf0 !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; } .text-warning { - color: #ffc107 !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; } .text-danger { - color: #dc3545 !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; } .text-light { - color: #f8f9fa !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; } .text-dark { - color: #212529 !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; +} + +.text-black { + --bs-text-opacity: 1; + color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; } .text-white { - color: #fff !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; } .text-body { - color: #212529 !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important; } .text-muted { + --bs-text-opacity: 1; color: #6c757d !important; } .text-black-50 { + --bs-text-opacity: 1; color: rgba(0, 0, 0, 0.5) !important; } .text-white-50 { + --bs-text-opacity: 1; color: rgba(255, 255, 255, 0.5) !important; } .text-reset { + --bs-text-opacity: 1; color: inherit !important; } +.text-opacity-25 { + --bs-text-opacity: 0.25; +} + +.text-opacity-50 { + --bs-text-opacity: 0.5; +} + +.text-opacity-75 { + --bs-text-opacity: 0.75; +} + +.text-opacity-100 { + --bs-text-opacity: 1; +} + .bg-primary { - background-color: #0d6efd !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; } .bg-secondary { - background-color: #6c757d !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; } .bg-success { - background-color: #198754 !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; } .bg-info { - background-color: #0dcaf0 !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; } .bg-warning { - background-color: #ffc107 !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; } .bg-danger { - background-color: #dc3545 !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; } .bg-light { - background-color: #f8f9fa !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; } .bg-dark { - background-color: #212529 !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; } -.bg-body { - background-color: #fff !important; +.bg-black { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; } .bg-white { - background-color: #fff !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-body { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important; } .bg-transparent { + --bs-bg-opacity: 1; background-color: transparent !important; } +.bg-opacity-10 { + --bs-bg-opacity: 0.1; +} + +.bg-opacity-25 { + --bs-bg-opacity: 0.25; +} + +.bg-opacity-50 { + --bs-bg-opacity: 0.5; +} + +.bg-opacity-75 { + --bs-bg-opacity: 0.75; +} + +.bg-opacity-100 { + --bs-bg-opacity: 1; +} + .bg-gradient { background-image: var(--bs-gradient) !important; } diff --git a/dist/css/bootstrap-utilities.rtl.css.map b/dist/css/bootstrap-utilities.rtl.css.map index 4419dfedd3d0c310c155db3e8c917f2758e426d3..69cea4c4250193f081cdbac81ffb05a64d7bf328 100644 GIT binary patch delta 37578 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 St;T)z|2%v%d#myKng0uXt67o& delta 29537 zcmaK#U##TjdET+(XeF#IyPLXpT*!!Oq-cX#dq@sBLv|BDyQ{PIt}I1b$2#LU2r5eo zIppEtnISpkjMGkq!u@lRCib{F=#8ZW34GC_O{)ZJBnX;|UbtxN$c~)^4O%2|>Y#su zHb4RQq76#&d!A>{3>Uug?(_TJ@A>|`-#2_YqxJ9pr?1U2(_euXVlqmybAC!tqW2W<%q8_un4z@z-x7*Nll=SHs&b<5};^))A8^ys5)|J!E94h=qP3_8&0E)9%cQ)he2=pJ>8 z21bvb#RNjG(6gq0>g|BG&5q1+18RZ_9a%>AsA~pBkDi0U1nraOi~)6SS#I>2y83_a z#cj981Vhfi1Vldq0|q2NVhp4|ZE_+vdQIJjZW-O9UPAYc9zFl;)+8O5GbcSDPH*#%iEJ6*F@TBh8$J3M3}~Eu%otE#z&JO0OlZAMcE7>6n>ibdP#P1EWVT z!a(`@qL~2oHTySu{UY;^C(AOxV}L^gqesUuU|uH2#(+9kA~$+1of9y+M?Ez8cVp%o z5Y1qqJ7Z=H4)xsV^`UMV-8i@bXN4 z%=CY#=SJVwhrlwxJJfxnM=u>3ykrchD@l!BAL^FTJ)>{$Tw{Q5K=dgX@Yp1uG6siw zZuFWu?-#0LL%+ zNn=1==h)~qbi6m7vX271>%Y5@PI_8G~#(qPB9@7#^hU|T8MMC zKs*s$^&nA3BgP~dj6}HHIY=#Ha&CKLW&wFZe8BNRqB9ziBxf+{ksPG%5evk-NVaWB zH1mO?MbBsfqaMjYY7w0x5Kn|Rh7S@g>9gfsnJi%>#M7UH)FO`|5077=zQoSnrON; z4%8{tu5DPF9!|;!J#1$Ss4J*75nw6fKTpUo~vAi^<*HI}oc zJr8mQQi$-zs6cFz?KK9uKmm~or*I9UHI3L^22zMHg)0zSgm;Mx5_DwSzM9aCHZa=I zh#$NeNFl_dPX3H2sff?N&B2=3n>>66o@dWc}LZKfSrtK#Fz}E=#dJ< z7U840JKmb^0wHch=)%aQ5$D>xkL!j|i14gbAhrl&T#!HnF;{1y2P4lI?f&SAcYkuW zfVzTu=bG8My$i=eBTtPUa+?m(D4wAI=imSC$t;^-5>W44dr0USjm8&3w=*AVH08=% zxagVu>D2VURHF<1^AV;(BU_D34(?5If<`0LsJ$?aN!N;bk@&{%%;%sU(p8B@8#Q`J zPc9k-YQ#Gw3>uF%VNU{@&^~KXLkba{CJ;Re zEyA|T%y z67)!T0;3ZeaU(L2LWG-Ff!HV8!yp$ZP!PKdQy8U;;c{mng$U1h1!9XZgnhSM7A1<8Jf`&{F$#ymbikF8$>Cyx(d!z)} z^oRp8?U5l!oL}_m?w>S=(H?3aq)U*E2w#slAX5>}bqEp{7meE9(gHpr8DH#{KpP<* zaR+27A|sHvq!G6@En(CnCCCP(xqles08M*ALy&mYGg`r@M@o=Qk2oOHmf*z_uD~Hs zT+xVEcUr-yM@o>52oHn8KS{hQx^b(YpJsiD5_2OG77y1AfkXAaaU zR6cRtm<>VVH7CJqFI}U55l*iJ*@*D^a6qOa?H$pj?GPy5(1_io8yJc3Vktp3BD{?p zkf{iVJp_p@`ZyQ94`ZHYmhmjq%8>54Zi0nhqtRH64CxyAXyl_&WYf=(u95kwrFkEe z+L+^mR(KU#f^0-IM?;<&S-0*qUw6N9bp1|SFq)ShN3+nmb?^H1qvI2&!5uND{b-hf z6d=v9A*z6E1({FNqnQg5h?reyjK(k;)5x6Z#t5Vk!Rw1z1!A{k+l`JvE>NH#GvUU_ zg^^1mbBQ-bAccsGKx`3{2+f2*0(Z;q7!-Oi@<=$i45Sd@5GoK`#N=;d1QLjt_nOUw zCY{gr_+%oZE^V3_8FXBTa9=AByGLA*K!n2%rJ`HKU4?j9Cgt+4sf@~4< ze9+7YBoHxA%*~8^82L0ZZ~7Y}kU~Tg+5*`^Oh*?a5Har?8>0Y50gV`wffOQ)sX%NI zvk}{7MnHj(`5N(j6ebr^QqFT+#E)88ZjmVDMUEc3dC;6)?AOgW?Z147Zk=YifP2<&Oizg zB^`(@V&3OBxd0Mudnim`l+cJl8A#D16^PvBD#Q5Oem!fPk)v^{mCvL3n2zo2(m>O)tL`9I(yJz^R#wmI$Tn< zt7hC4RGaG8lE!=jbp-Ve-cxtu=IKioro*!ZY_7i8gqBb@P#+rVqET=mwE2!>X*xVz zKIm{e%c0g#^$o?$0`Ww6SbUHuH$8C>N3$fyphbAbbC6o3J+94@L86KiVoXxOrzPgejX^n3tsoK$#1r9_;e$kV&!~ox z2sa`Jsp~C+cz0VsUN6W8iPncP$r?sIl7rMD=H+~obA~j(JQ2qD4YAuNx5(Nz>aGEfCbf*`5{-6Wo3{4~RGVsZA6}hJppK}%^iz$R z*ci2KY<6AS66%I()Ao}y7is{N-?Mf@VtUUV)8VPZahr|p8u76rN23~zcFoOqb>={w zQoZrXMh(ZN!;>*a*tK0iT~Te?Zf6!$4=P94oMDj2-5*wSE4f$!5$1IcQj2hs7KkU( z#&q|U4-|PcVo>72NQ7ySgVZ8Cj~0k0!eiotL=*Z_oiF_I{Ch=h;!UK?l)Gaah6}z*5JOy!4eUK=i z5qCTZU?jqr9HbUuj0NHay05f!K+%v!9CtE=kq9>;Z;AN@{4?X$tY7;(2%aj~R7Xvv zGX#o9bY$U_j*R0{gxObuY(zL|2V^S3&(R@B93G*}Xf7^O>7?ON_r$jpVo(XP5#gjA zkf{h)cL)+k7mT`!DvjVHqDrR(+6eJlbwH*f9NZ8jp3{g!NarvTVTzR?8$&KuIu6iO zK`bAKAaP71KKG_EjC!O5*@$r14#>12sC0;iKygAN?s%HONQ4<%f^0;1*d36m2y6c# zNW49vk!ExPBN3)!39=Dk0pfs6MHn*#iBtM8CQVzPrqWpo@hwc*p`+uC2&-NPWGceB z4ng8m8gcW|Q%p#NwSRefwC(bK(?bq|rXn%|i8C7U=%pEqM3{~x$VP-QTL)+=#2a)7 z5}(nCtB{_-NQ8qcK{g^ZazLgcUG3lemk+ZcP`scKHzHlYNJPg7WFx|B(gB%@FlGo6 zFX=P9+5MvEXqGNvB*bf`1lfpieH@Uf2$y>Z66Z8h(&g|W*!Q5j|@TL zf=28uEnw6mCCH{D-7kt5*M+!bpTSMhUVJ;Vt8UOv|Gb9|b)9L!fv? zBL<}_7>O{Z1ljb612P3MwSQQdo=z&`(LTRUW(%k*s1GgREj02N+SUF;sBz6fn@s4Q zUzsjhZCnd9+BKn9XKSeAJ=KRAtuex`_D|PX0jgc?UqQ8@vUcvwdHN=3G-7C1`zIUI z;n{}cHd((HTB6Ygjdo4w)tL)5xS(!lbIWviYOzCph%P`@B0MZ>kg*7l-UMVM!ZSX% z;bYUMjp?4H7eFf^2CYHHJu(3qi7@Hr4vZWcaXS|vD-qTHYoM_ZKPo36BN48`d<>&8 zjTo~4S@p;oWDIhl_MZTa6vRt#?!w5W5p!e#vJ&Co)*xdM#!Ns)E!nUA=N^na8nL?t z$V!A)#u{WSA|sHI2sdIrfzPCQmfC-By8v2ENEoyR8H*_CKt??>pTcO$-dOuD4A~y9 zgp_m$8jEnQ6OfSz&&u3~kxwJWEI?Kwj9E9NtNq79Ca62h9F33oC@?*n+CL49-;!!q z&sR`ws$K0rfjXkvwM~YmhqEF2?P~uL>INz+>uyL)Zx@XMH8OkDHR5B%e1sJlaola~ zpF^#wcD26)bxO6X{loBf_oQ_a-tLlQ*VX|mi1}$_gxbGo zX}|W*+a}Fx!TOYjs{Jh>?*KI~zd)jlLCn4+Gu@quaMC$QEyB-H3&ay?E-q91`#{kd zjTn@i!AOLY&OvGsuC4{*iSUN>L81kHRQo3j7zr^b2dPCkI19uR;ShX~Xh|bxY_f!p zAs1`^9H>?h%SQ{u6XA2O4-(}xB1v)>iE!9CNZpWw+TQ~56vQ3(L85|2%-E!Wkq8fa z4pNJ-_P0R1tq{lU14Si`SjQ(Nj6_&~^l^H@UA|nt_gh$T@iE0`#9g`Xp5@F0X2dag5 zgIXY-2v@-eiPkjY;F2|rL}-+Q)FP_=Eg(;bwZ9J%ZD^!pw1JTbugM&w7GaD9;)$sC z_kkjdM!aSc3q~SbpB$tX;c{Cbo`{kTB(mZ2p!QE}7!j%V&q3-Qu|T{Y@j)Vo6Jmj% zIPmGnUhSU))x97K#1qksK%y~?cw;1E7>Vct0;$Kh4{Lu5$m<39AdyQW-WZ7sqaMjY zY7kTVJ5Z-oyV^hWOfM%M`#0O!J%n=47ihFXqqcx=elh^n`);8_G>Rvte^dKs6XRO! zscWcXs$K2xLye~Bp{xDVsp(+}^`W(Yg+?|*yV`#Ob@bgr6CbPV!?mmZOQ@R*>UQQr z4WK^w-aibmy21YHHb46TDMWbmDiB+QXWRt|MB13{SvnlTXhbFDyZ5k7FbAb|*D!V^sB zgg%VP8q(GNg^&r_tNquAAES|}{e7rWYI-%_<)^9fT2k$5{|c&2wX6LnP)Ag|+CMop zJ)E6#wB}gt)&3kP8xs@R)=-jB*-r*cnJ6!iU2O#0I%g`@2Aaf;fb*fKfpsKF(zz zg$QFR5L<-D(FF-wvS0g$C5%cMaZxjnLWDbBf!HF9aX|tR#)K>QtaM*#>41tAhrn@H zAhrlM!fgp^|G1_7+J9ad$J2`4s`g(1tqxH0@(W}v!t9%Xj6^u;c@3kQM*JLIfUHEC zi_6shYoM_ZgC-y&5l(u(hS8cvT-^o8N`yD$8e}Y@+J6Ex5@OJN1EUR%IJgDKN`ymL zgN#L(u@jJyAs1`^xdkIjMkq!XAS)3*_pU+4Ju(3qiE!9+8$R}j4{QGg(5gY^-Y)CNQ4E*d<>&8jTo~4S&1-a-I1pD z9}BVMoFHf5KcR;2hJS;S|MOhp(oY)Du8$K}4!UhSWi#j;VI_ zybm>6nGSbd?VqkNYN}n^3aU-DtNkZXM^O2#`d;myRHnnTisLpLyI1>{XtY5iQ~SG6 z1FBu^Kd()Pr!~gi)&4ounrc`3J5Z-kIl|_*h#>KLe^||}w8jdEFt1CHjfl=L$W)|_ z>F%o`P`sfLgVGI*M3@F8$VPxtlB^HOur`{ z9a%VKAcY9CuL7|}IB6Fo5aH)&IDyZEKF!5tYX1zV5ModTVvBInE=VB4)eWaGnqDyK ze)FG!6e6nqDK?H`Jdg{uzYi3xX~at~S;I(#H*^kCi*Rrjh$q4rA0*l| zKKr$QvVl>Hy5G>UyBwqz;gw;5cp@?ai7fWUjYur`SX&|{P!3f0f-DeEgfTuyWFPjH z*f0`d?VlU6J+6h6bO`c9I9DGea%jY}k~lCDVN4EEi!jD&NLTxNLMCXh_8%fX9ve?n z`)6b0S5WQh`8Cur)vosUp++ux=-Q^P>0wE=tNkmeHdI#Dd$s=rjYeu@Hg>P}Pdu!M z$8op6`7fbvsCKo#3pJqH)&BE|>EU#O9=h5;hgw7B2%CSx0mKtwzWE^0)bzy9iRNDd zm|~P7I>R8fNP8B#`^p0Hgc#(5L_Up}28jQBU)ZvyvS~?(4K^(Ua5=D&RMkG;V zWNQCUoW^&XfAZ$(_Md<5E?o9owr!dp{cjZAWm5a!+d4o~A$B|jiRZLrcj^3rWo#^) z|M#ZOkr`UGO&UjA!CV*@B$(gb9(=nK#wO?_rXz2+45Sd@2XqBui*WodNFc%;2ovLT z_ax~V0Tm+5sS3mv;o#hc?0)XGpLm<~A?MBSy!Men`-k0kUi)`%UjEF#dF=dWzA<>= z%|G}j|M$|H>1W?Ic=IPd|CPxu{LDLdzx{=G@Ba2zAK9J%hj)GM^$)avd^|5-e)-ir zfAZ5me){B-yB{{{?x%n2%I=^4gLm#e^LiKXxvxCF`;`toy8HB3uIx7d@SVHAFlhI` zzVi0n@Qt>!ckN#7{`ZmHv%mfJ-5YOwe`|2%Q`swP^xk6Yt-l28-QRobox3l-_0;FS zc5Crd>S|DAVre}208 z^H+c89o?V*Zu95c-!S^Gzy8FP@Pn_sbQ-?8L>J#_@KfJ>yld*b@x<=ezG=cv-gx4% z@PlS(o!1xNc;D_{{H|%({`m{P_m{h%|M+_!c=OMG|Ih#P{pFV~ed+4`&wumMmj?Gg z{ri{Zm+$|=A6*(ge*U5VbLr~+_x{gIf8#?x_Zx%nJ^#0Vb#VFq?EQnc9zFlfqrrRb z*MEKRj%(*n-Wxn}{^u_Y-go{BFAUuCEB6NOU}D{W>fYdI|JwK5dTIH}`Qq~6`|kfz zG5DTK=l{JN1n0k44xYOI;%e|)kDdSOPYs?p{~xanuAcwl-x<8){L7ynJbpjh4u1Cf z`A`3H_n!=|o&Vu~ z8N6^F|LNeboPYUSgAbhh-x^HMzxeIJ547|{=l}29gO8p6qd#frbAL9teE#)69{k|_ LU;5L5{pkM(tl9WW diff --git a/dist/css/bootstrap-utilities.rtl.min.css b/dist/css/bootstrap-utilities.rtl.min.css index 2a4049718..eac0d8b5a 100644 --- a/dist/css/bootstrap-utilities.rtl.min.css +++ b/dist/css/bootstrap-utilities.rtl.min.css @@ -1,7 +1,7 @@ /*! - * Bootstrap Utilities v5.0.2 (https://getbootstrap.com/) + * Bootstrap Utilities v5.1.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;right:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;left:0;right:0;z-index:1030}.fixed-bottom{position:fixed;left:0;bottom:0;right:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:right!important}.float-end{float:left!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{right:0!important}.start-50{right:50%!important}.start-100{right:100%!important}.end-0{left:0!important}.end-50{left:50%!important}.end-100{left:100%!important}.translate-middle{transform:translate(50%,-50%)!important}.translate-middle-x{transform:translateX(50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-left:1px solid #dee2e6!important}.border-end-0{border-left:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-right:1px solid #dee2e6!important}.border-start-0{border-right:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-left:0!important}.me-1{margin-left:.25rem!important}.me-2{margin-left:.5rem!important}.me-3{margin-left:1rem!important}.me-4{margin-left:1.5rem!important}.me-5{margin-left:3rem!important}.me-auto{margin-left:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-right:0!important}.ms-1{margin-right:.25rem!important}.ms-2{margin-right:.5rem!important}.ms-3{margin-right:1rem!important}.ms-4{margin-right:1.5rem!important}.ms-5{margin-right:3rem!important}.ms-auto{margin-right:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-left:0!important}.pe-1{padding-left:.25rem!important}.pe-2{padding-left:.5rem!important}.pe-3{padding-left:1rem!important}.pe-4{padding-left:1.5rem!important}.pe-5{padding-left:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-right:0!important}.ps-1{padding-right:.25rem!important}.ps-2{padding-right:.5rem!important}.ps-3{padding-right:1rem!important}.ps-4{padding-right:1.5rem!important}.ps-5{padding-right:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:right!important}.text-end{text-align:left!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-primary{color:#0d6efd!important}.text-secondary{color:#6c757d!important}.text-success{color:#198754!important}.text-info{color:#0dcaf0!important}.text-warning{color:#ffc107!important}.text-danger{color:#dc3545!important}.text-light{color:#f8f9fa!important}.text-dark{color:#212529!important}.text-white{color:#fff!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-reset{color:inherit!important}.bg-primary{background-color:#0d6efd!important}.bg-secondary{background-color:#6c757d!important}.bg-success{background-color:#198754!important}.bg-info{background-color:#0dcaf0!important}.bg-warning{background-color:#ffc107!important}.bg-danger{background-color:#dc3545!important}.bg-light{background-color:#f8f9fa!important}.bg-dark{background-color:#212529!important}.bg-body{background-color:#fff!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-right-radius:.25rem!important;border-top-left-radius:.25rem!important}.rounded-end{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-bottom{border-bottom-left-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-start{border-bottom-right-radius:.25rem!important;border-top-right-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:right!important}.float-sm-end{float:left!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-left:0!important}.me-sm-1{margin-left:.25rem!important}.me-sm-2{margin-left:.5rem!important}.me-sm-3{margin-left:1rem!important}.me-sm-4{margin-left:1.5rem!important}.me-sm-5{margin-left:3rem!important}.me-sm-auto{margin-left:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-right:0!important}.ms-sm-1{margin-right:.25rem!important}.ms-sm-2{margin-right:.5rem!important}.ms-sm-3{margin-right:1rem!important}.ms-sm-4{margin-right:1.5rem!important}.ms-sm-5{margin-right:3rem!important}.ms-sm-auto{margin-right:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-left:0!important}.pe-sm-1{padding-left:.25rem!important}.pe-sm-2{padding-left:.5rem!important}.pe-sm-3{padding-left:1rem!important}.pe-sm-4{padding-left:1.5rem!important}.pe-sm-5{padding-left:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-right:0!important}.ps-sm-1{padding-right:.25rem!important}.ps-sm-2{padding-right:.5rem!important}.ps-sm-3{padding-right:1rem!important}.ps-sm-4{padding-right:1.5rem!important}.ps-sm-5{padding-right:3rem!important}.text-sm-start{text-align:right!important}.text-sm-end{text-align:left!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:right!important}.float-md-end{float:left!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-left:0!important}.me-md-1{margin-left:.25rem!important}.me-md-2{margin-left:.5rem!important}.me-md-3{margin-left:1rem!important}.me-md-4{margin-left:1.5rem!important}.me-md-5{margin-left:3rem!important}.me-md-auto{margin-left:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-right:0!important}.ms-md-1{margin-right:.25rem!important}.ms-md-2{margin-right:.5rem!important}.ms-md-3{margin-right:1rem!important}.ms-md-4{margin-right:1.5rem!important}.ms-md-5{margin-right:3rem!important}.ms-md-auto{margin-right:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-left:0!important}.pe-md-1{padding-left:.25rem!important}.pe-md-2{padding-left:.5rem!important}.pe-md-3{padding-left:1rem!important}.pe-md-4{padding-left:1.5rem!important}.pe-md-5{padding-left:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-right:0!important}.ps-md-1{padding-right:.25rem!important}.ps-md-2{padding-right:.5rem!important}.ps-md-3{padding-right:1rem!important}.ps-md-4{padding-right:1.5rem!important}.ps-md-5{padding-right:3rem!important}.text-md-start{text-align:right!important}.text-md-end{text-align:left!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:right!important}.float-lg-end{float:left!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-left:0!important}.me-lg-1{margin-left:.25rem!important}.me-lg-2{margin-left:.5rem!important}.me-lg-3{margin-left:1rem!important}.me-lg-4{margin-left:1.5rem!important}.me-lg-5{margin-left:3rem!important}.me-lg-auto{margin-left:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-right:0!important}.ms-lg-1{margin-right:.25rem!important}.ms-lg-2{margin-right:.5rem!important}.ms-lg-3{margin-right:1rem!important}.ms-lg-4{margin-right:1.5rem!important}.ms-lg-5{margin-right:3rem!important}.ms-lg-auto{margin-right:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-left:0!important}.pe-lg-1{padding-left:.25rem!important}.pe-lg-2{padding-left:.5rem!important}.pe-lg-3{padding-left:1rem!important}.pe-lg-4{padding-left:1.5rem!important}.pe-lg-5{padding-left:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-right:0!important}.ps-lg-1{padding-right:.25rem!important}.ps-lg-2{padding-right:.5rem!important}.ps-lg-3{padding-right:1rem!important}.ps-lg-4{padding-right:1.5rem!important}.ps-lg-5{padding-right:3rem!important}.text-lg-start{text-align:right!important}.text-lg-end{text-align:left!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:right!important}.float-xl-end{float:left!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-left:0!important}.me-xl-1{margin-left:.25rem!important}.me-xl-2{margin-left:.5rem!important}.me-xl-3{margin-left:1rem!important}.me-xl-4{margin-left:1.5rem!important}.me-xl-5{margin-left:3rem!important}.me-xl-auto{margin-left:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-right:0!important}.ms-xl-1{margin-right:.25rem!important}.ms-xl-2{margin-right:.5rem!important}.ms-xl-3{margin-right:1rem!important}.ms-xl-4{margin-right:1.5rem!important}.ms-xl-5{margin-right:3rem!important}.ms-xl-auto{margin-right:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-left:0!important}.pe-xl-1{padding-left:.25rem!important}.pe-xl-2{padding-left:.5rem!important}.pe-xl-3{padding-left:1rem!important}.pe-xl-4{padding-left:1.5rem!important}.pe-xl-5{padding-left:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-right:0!important}.ps-xl-1{padding-right:.25rem!important}.ps-xl-2{padding-right:.5rem!important}.ps-xl-3{padding-right:1rem!important}.ps-xl-4{padding-right:1.5rem!important}.ps-xl-5{padding-right:3rem!important}.text-xl-start{text-align:right!important}.text-xl-end{text-align:left!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:right!important}.float-xxl-end{float:left!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-left:0!important}.me-xxl-1{margin-left:.25rem!important}.me-xxl-2{margin-left:.5rem!important}.me-xxl-3{margin-left:1rem!important}.me-xxl-4{margin-left:1.5rem!important}.me-xxl-5{margin-left:3rem!important}.me-xxl-auto{margin-left:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-right:0!important}.ms-xxl-1{margin-right:.25rem!important}.ms-xxl-2{margin-right:.5rem!important}.ms-xxl-3{margin-right:1rem!important}.ms-xxl-4{margin-right:1.5rem!important}.ms-xxl-5{margin-right:3rem!important}.ms-xxl-auto{margin-right:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-left:0!important}.pe-xxl-1{padding-left:.25rem!important}.pe-xxl-2{padding-left:.5rem!important}.pe-xxl-3{padding-left:1rem!important}.pe-xxl-4{padding-left:1.5rem!important}.pe-xxl-5{padding-left:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-right:0!important}.ps-xxl-1{padding-right:.25rem!important}.ps-xxl-2{padding-right:.5rem!important}.ps-xxl-3{padding-right:1rem!important}.ps-xxl-4{padding-right:1.5rem!important}.ps-xxl-5{padding-right:3rem!important}.text-xxl-start{text-align:right!important}.text-xxl-end{text-align:left!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} + */.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;right:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;left:0;right:0;z-index:1030}.fixed-bottom{position:fixed;left:0;bottom:0;right:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:right!important}.float-end{float:left!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{right:0!important}.start-50{right:50%!important}.start-100{right:100%!important}.end-0{left:0!important}.end-50{left:50%!important}.end-100{left:100%!important}.translate-middle{transform:translate(50%,-50%)!important}.translate-middle-x{transform:translateX(50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-left:1px solid #dee2e6!important}.border-end-0{border-left:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-right:1px solid #dee2e6!important}.border-start-0{border-right:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-left:0!important}.me-1{margin-left:.25rem!important}.me-2{margin-left:.5rem!important}.me-3{margin-left:1rem!important}.me-4{margin-left:1.5rem!important}.me-5{margin-left:3rem!important}.me-auto{margin-left:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-right:0!important}.ms-1{margin-right:.25rem!important}.ms-2{margin-right:.5rem!important}.ms-3{margin-right:1rem!important}.ms-4{margin-right:1.5rem!important}.ms-5{margin-right:3rem!important}.ms-auto{margin-right:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-left:0!important}.pe-1{padding-left:.25rem!important}.pe-2{padding-left:.5rem!important}.pe-3{padding-left:1rem!important}.pe-4{padding-left:1.5rem!important}.pe-5{padding-left:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-right:0!important}.ps-1{padding-right:.25rem!important}.ps-2{padding-right:.5rem!important}.ps-3{padding-right:1rem!important}.ps-4{padding-right:1.5rem!important}.ps-5{padding-right:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:right!important}.text-end{text-align:left!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-right-radius:.25rem!important;border-top-left-radius:.25rem!important}.rounded-end{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-bottom{border-bottom-left-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-start{border-bottom-right-radius:.25rem!important;border-top-right-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:right!important}.float-sm-end{float:left!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-left:0!important}.me-sm-1{margin-left:.25rem!important}.me-sm-2{margin-left:.5rem!important}.me-sm-3{margin-left:1rem!important}.me-sm-4{margin-left:1.5rem!important}.me-sm-5{margin-left:3rem!important}.me-sm-auto{margin-left:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-right:0!important}.ms-sm-1{margin-right:.25rem!important}.ms-sm-2{margin-right:.5rem!important}.ms-sm-3{margin-right:1rem!important}.ms-sm-4{margin-right:1.5rem!important}.ms-sm-5{margin-right:3rem!important}.ms-sm-auto{margin-right:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-left:0!important}.pe-sm-1{padding-left:.25rem!important}.pe-sm-2{padding-left:.5rem!important}.pe-sm-3{padding-left:1rem!important}.pe-sm-4{padding-left:1.5rem!important}.pe-sm-5{padding-left:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-right:0!important}.ps-sm-1{padding-right:.25rem!important}.ps-sm-2{padding-right:.5rem!important}.ps-sm-3{padding-right:1rem!important}.ps-sm-4{padding-right:1.5rem!important}.ps-sm-5{padding-right:3rem!important}.text-sm-start{text-align:right!important}.text-sm-end{text-align:left!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:right!important}.float-md-end{float:left!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-left:0!important}.me-md-1{margin-left:.25rem!important}.me-md-2{margin-left:.5rem!important}.me-md-3{margin-left:1rem!important}.me-md-4{margin-left:1.5rem!important}.me-md-5{margin-left:3rem!important}.me-md-auto{margin-left:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-right:0!important}.ms-md-1{margin-right:.25rem!important}.ms-md-2{margin-right:.5rem!important}.ms-md-3{margin-right:1rem!important}.ms-md-4{margin-right:1.5rem!important}.ms-md-5{margin-right:3rem!important}.ms-md-auto{margin-right:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-left:0!important}.pe-md-1{padding-left:.25rem!important}.pe-md-2{padding-left:.5rem!important}.pe-md-3{padding-left:1rem!important}.pe-md-4{padding-left:1.5rem!important}.pe-md-5{padding-left:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-right:0!important}.ps-md-1{padding-right:.25rem!important}.ps-md-2{padding-right:.5rem!important}.ps-md-3{padding-right:1rem!important}.ps-md-4{padding-right:1.5rem!important}.ps-md-5{padding-right:3rem!important}.text-md-start{text-align:right!important}.text-md-end{text-align:left!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:right!important}.float-lg-end{float:left!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-left:0!important}.me-lg-1{margin-left:.25rem!important}.me-lg-2{margin-left:.5rem!important}.me-lg-3{margin-left:1rem!important}.me-lg-4{margin-left:1.5rem!important}.me-lg-5{margin-left:3rem!important}.me-lg-auto{margin-left:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-right:0!important}.ms-lg-1{margin-right:.25rem!important}.ms-lg-2{margin-right:.5rem!important}.ms-lg-3{margin-right:1rem!important}.ms-lg-4{margin-right:1.5rem!important}.ms-lg-5{margin-right:3rem!important}.ms-lg-auto{margin-right:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-left:0!important}.pe-lg-1{padding-left:.25rem!important}.pe-lg-2{padding-left:.5rem!important}.pe-lg-3{padding-left:1rem!important}.pe-lg-4{padding-left:1.5rem!important}.pe-lg-5{padding-left:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-right:0!important}.ps-lg-1{padding-right:.25rem!important}.ps-lg-2{padding-right:.5rem!important}.ps-lg-3{padding-right:1rem!important}.ps-lg-4{padding-right:1.5rem!important}.ps-lg-5{padding-right:3rem!important}.text-lg-start{text-align:right!important}.text-lg-end{text-align:left!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:right!important}.float-xl-end{float:left!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-left:0!important}.me-xl-1{margin-left:.25rem!important}.me-xl-2{margin-left:.5rem!important}.me-xl-3{margin-left:1rem!important}.me-xl-4{margin-left:1.5rem!important}.me-xl-5{margin-left:3rem!important}.me-xl-auto{margin-left:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-right:0!important}.ms-xl-1{margin-right:.25rem!important}.ms-xl-2{margin-right:.5rem!important}.ms-xl-3{margin-right:1rem!important}.ms-xl-4{margin-right:1.5rem!important}.ms-xl-5{margin-right:3rem!important}.ms-xl-auto{margin-right:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-left:0!important}.pe-xl-1{padding-left:.25rem!important}.pe-xl-2{padding-left:.5rem!important}.pe-xl-3{padding-left:1rem!important}.pe-xl-4{padding-left:1.5rem!important}.pe-xl-5{padding-left:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-right:0!important}.ps-xl-1{padding-right:.25rem!important}.ps-xl-2{padding-right:.5rem!important}.ps-xl-3{padding-right:1rem!important}.ps-xl-4{padding-right:1.5rem!important}.ps-xl-5{padding-right:3rem!important}.text-xl-start{text-align:right!important}.text-xl-end{text-align:left!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:right!important}.float-xxl-end{float:left!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-left:0!important}.me-xxl-1{margin-left:.25rem!important}.me-xxl-2{margin-left:.5rem!important}.me-xxl-3{margin-left:1rem!important}.me-xxl-4{margin-left:1.5rem!important}.me-xxl-5{margin-left:3rem!important}.me-xxl-auto{margin-left:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-right:0!important}.ms-xxl-1{margin-right:.25rem!important}.ms-xxl-2{margin-right:.5rem!important}.ms-xxl-3{margin-right:1rem!important}.ms-xxl-4{margin-right:1.5rem!important}.ms-xxl-5{margin-right:3rem!important}.ms-xxl-auto{margin-right:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-left:0!important}.pe-xxl-1{padding-left:.25rem!important}.pe-xxl-2{padding-left:.5rem!important}.pe-xxl-3{padding-left:1rem!important}.pe-xxl-4{padding-left:1.5rem!important}.pe-xxl-5{padding-left:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-right:0!important}.ps-xxl-1{padding-right:.25rem!important}.ps-xxl-2{padding-right:.5rem!important}.ps-xxl-3{padding-right:1rem!important}.ps-xxl-4{padding-right:1.5rem!important}.ps-xxl-5{padding-right:3rem!important}.text-xxl-start{text-align:right!important}.text-xxl-end{text-align:left!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} /*# sourceMappingURL=bootstrap-utilities.rtl.min.css.map */ \ No newline at end of file diff --git a/dist/css/bootstrap-utilities.rtl.min.css.map b/dist/css/bootstrap-utilities.rtl.min.css.map index 9f4e31510bf3fbf375f56d2158e4f14bf8c702b6..b9ab9867b46209de1f334f845964fd3abcd22711 100644 GIT binary patch literal 111710 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 diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 892302a62..750da4e19 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Bootstrap v5.0.2 (https://getbootstrap.com/) + * Bootstrap v5.1.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) @@ -19,6 +19,15 @@ --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; @@ -27,9 +36,26 @@ --bs-danger: #dc3545; --bs-light: #f8f9fa; --bs-dark: #212529; + --bs-primary-rgb: 13, 110, 253; + --bs-secondary-rgb: 108, 117, 125; + --bs-success-rgb: 25, 135, 84; + --bs-info-rgb: 13, 202, 240; + --bs-warning-rgb: 255, 193, 7; + --bs-danger-rgb: 220, 53, 69; + --bs-light-rgb: 248, 249, 250; + --bs-dark-rgb: 33, 37, 41; + --bs-white-rgb: 255, 255, 255; + --bs-black-rgb: 0, 0, 0; + --bs-body-rgb: 33, 37, 41; --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); + --bs-body-font-family: var(--bs-font-sans-serif); + --bs-body-font-size: 1rem; + --bs-body-font-weight: 400; + --bs-body-line-height: 1.5; + --bs-body-color: #212529; + --bs-body-bg: #fff; } *, @@ -46,12 +72,13 @@ body { margin: 0; - font-family: var(--bs-font-sans-serif); - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #212529; - background-color: #fff; + 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); } @@ -685,206 +712,6 @@ progress { width: 16.6666666667%; } -@media (min-width: 576px) { - .col-sm { - flex: 1 0 0%; - } - - .row-cols-sm-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-sm-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-sm-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-sm-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-sm-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-sm-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-sm-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} -@media (min-width: 768px) { - .col-md { - flex: 1 0 0%; - } - - .row-cols-md-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-md-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-md-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-md-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-md-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-md-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-md-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} -@media (min-width: 992px) { - .col-lg { - flex: 1 0 0%; - } - - .row-cols-lg-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-lg-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-lg-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-lg-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-lg-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-lg-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-lg-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} -@media (min-width: 1200px) { - .col-xl { - flex: 1 0 0%; - } - - .row-cols-xl-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-xl-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-xl-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-xl-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-xl-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-xl-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-xl-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} -@media (min-width: 1400px) { - .col-xxl { - flex: 1 0 0%; - } - - .row-cols-xxl-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-xxl-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-xxl-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-xxl-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-xxl-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-xxl-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-xxl-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} .col-auto { flex: 0 0 auto; width: auto; @@ -1055,6 +882,45 @@ progress { } @media (min-width: 576px) { + .col-sm { + flex: 1 0 0%; + } + + .row-cols-sm-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-sm-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-sm-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-sm-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-sm-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-sm-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-sm-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-sm-auto { flex: 0 0 auto; width: auto; @@ -1229,6 +1095,45 @@ progress { } } @media (min-width: 768px) { + .col-md { + flex: 1 0 0%; + } + + .row-cols-md-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-md-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-md-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-md-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-md-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-md-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-md-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-md-auto { flex: 0 0 auto; width: auto; @@ -1403,6 +1308,45 @@ progress { } } @media (min-width: 992px) { + .col-lg { + flex: 1 0 0%; + } + + .row-cols-lg-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-lg-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-lg-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-lg-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-lg-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-lg-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-lg-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-lg-auto { flex: 0 0 auto; width: auto; @@ -1577,6 +1521,45 @@ progress { } } @media (min-width: 1200px) { + .col-xl { + flex: 1 0 0%; + } + + .row-cols-xl-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-xl-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-xl-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-xl-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-xl-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-xl-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-xl-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-xl-auto { flex: 0 0 auto; width: auto; @@ -1751,6 +1734,45 @@ progress { } } @media (min-width: 1400px) { + .col-xxl { + flex: 1 0 0%; + } + + .row-cols-xxl-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-xxl-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-xxl-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-xxl-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-xxl-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-xxl-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-xxl-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-xxl-auto { flex: 0 0 auto; width: auto; @@ -2266,7 +2288,7 @@ progress { } .form-control-sm { - min-height: calc(1.5em + (0.5rem + 2px)); + min-height: calc(1.5em + 0.5rem + 2px); padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; @@ -2285,7 +2307,7 @@ progress { } .form-control-lg { - min-height: calc(1.5em + (1rem + 2px)); + min-height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; @@ -2304,17 +2326,17 @@ progress { } textarea.form-control { - min-height: calc(1.5em + (0.75rem + 2px)); + min-height: calc(1.5em + 0.75rem + 2px); } textarea.form-control-sm { - min-height: calc(1.5em + (0.5rem + 2px)); + min-height: calc(1.5em + 0.5rem + 2px); } textarea.form-control-lg { - min-height: calc(1.5em + (1rem + 2px)); + min-height: calc(1.5em + 1rem + 2px); } .form-control-color { - max-width: 3rem; + width: 3rem; height: auto; padding: 0.375rem; } @@ -3430,6 +3452,16 @@ textarea.form-control-lg { transition: none; } } +.collapsing.collapse-horizontal { + width: 0; + height: auto; + transition: width 0.35s ease; +} +@media (prefers-reduced-motion: reduce) { + .collapsing.collapse-horizontal { + transition: none; + } +} .dropup, .dropend, @@ -4047,6 +4079,33 @@ textarea.form-control-lg { .navbar-expand-sm .navbar-toggler { display: none; } + .navbar-expand-sm .offcanvas-header { + display: none; + } + .navbar-expand-sm .offcanvas { + position: inherit; + bottom: 0; + z-index: 1000; + flex-grow: 1; + visibility: visible !important; + background-color: transparent; + border-right: 0; + border-left: 0; + transition: none; + transform: none; + } + .navbar-expand-sm .offcanvas-top, +.navbar-expand-sm .offcanvas-bottom { + height: auto; + border-top: 0; + border-bottom: 0; + } + .navbar-expand-sm .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } } @media (min-width: 768px) { .navbar-expand-md { @@ -4073,6 +4132,33 @@ textarea.form-control-lg { .navbar-expand-md .navbar-toggler { display: none; } + .navbar-expand-md .offcanvas-header { + display: none; + } + .navbar-expand-md .offcanvas { + position: inherit; + bottom: 0; + z-index: 1000; + flex-grow: 1; + visibility: visible !important; + background-color: transparent; + border-right: 0; + border-left: 0; + transition: none; + transform: none; + } + .navbar-expand-md .offcanvas-top, +.navbar-expand-md .offcanvas-bottom { + height: auto; + border-top: 0; + border-bottom: 0; + } + .navbar-expand-md .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } } @media (min-width: 992px) { .navbar-expand-lg { @@ -4099,6 +4185,33 @@ textarea.form-control-lg { .navbar-expand-lg .navbar-toggler { display: none; } + .navbar-expand-lg .offcanvas-header { + display: none; + } + .navbar-expand-lg .offcanvas { + position: inherit; + bottom: 0; + z-index: 1000; + flex-grow: 1; + visibility: visible !important; + background-color: transparent; + border-right: 0; + border-left: 0; + transition: none; + transform: none; + } + .navbar-expand-lg .offcanvas-top, +.navbar-expand-lg .offcanvas-bottom { + height: auto; + border-top: 0; + border-bottom: 0; + } + .navbar-expand-lg .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } } @media (min-width: 1200px) { .navbar-expand-xl { @@ -4125,6 +4238,33 @@ textarea.form-control-lg { .navbar-expand-xl .navbar-toggler { display: none; } + .navbar-expand-xl .offcanvas-header { + display: none; + } + .navbar-expand-xl .offcanvas { + position: inherit; + bottom: 0; + z-index: 1000; + flex-grow: 1; + visibility: visible !important; + background-color: transparent; + border-right: 0; + border-left: 0; + transition: none; + transform: none; + } + .navbar-expand-xl .offcanvas-top, +.navbar-expand-xl .offcanvas-bottom { + height: auto; + border-top: 0; + border-bottom: 0; + } + .navbar-expand-xl .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } } @media (min-width: 1400px) { .navbar-expand-xxl { @@ -4151,6 +4291,33 @@ textarea.form-control-lg { .navbar-expand-xxl .navbar-toggler { display: none; } + .navbar-expand-xxl .offcanvas-header { + display: none; + } + .navbar-expand-xxl .offcanvas { + position: inherit; + bottom: 0; + z-index: 1000; + flex-grow: 1; + visibility: visible !important; + background-color: transparent; + border-right: 0; + border-left: 0; + transition: none; + transform: none; + } + .navbar-expand-xxl .offcanvas-top, +.navbar-expand-xxl .offcanvas-bottom { + height: auto; + border-top: 0; + border-bottom: 0; + } + .navbar-expand-xxl .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } } .navbar-expand { flex-wrap: nowrap; @@ -4176,6 +4343,33 @@ textarea.form-control-lg { .navbar-expand .navbar-toggler { display: none; } +.navbar-expand .offcanvas-header { + display: none; +} +.navbar-expand .offcanvas { + position: inherit; + bottom: 0; + z-index: 1000; + flex-grow: 1; + visibility: visible !important; + background-color: transparent; + border-right: 0; + border-left: 0; + transition: none; + transform: none; +} +.navbar-expand .offcanvas-top, +.navbar-expand .offcanvas-bottom { + height: auto; + border-top: 0; + border-bottom: 0; +} +.navbar-expand .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; +} .navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); @@ -4299,9 +4493,6 @@ textarea.form-control-lg { margin-bottom: 0; } -.card-link:hover { - text-decoration: none; -} .card-link + .card-link { margin-left: 1rem; } @@ -5177,10 +5368,10 @@ textarea.form-control-lg { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } -.toast:not(.showing):not(.show) { +.toast.showing { opacity: 0; } -.toast.hide { +.toast:not(.show) { display: none; } @@ -5220,7 +5411,7 @@ textarea.form-control-lg { position: fixed; top: 0; left: 0; - z-index: 1060; + z-index: 1055; display: none; width: 100%; height: 100%; @@ -5285,7 +5476,7 @@ textarea.form-control-lg { position: fixed; top: 0; left: 0; - z-index: 1040; + z-index: 1050; width: 100vw; height: 100vh; background-color: #000; @@ -6010,7 +6201,7 @@ textarea.form-control-lg { .offcanvas { position: fixed; bottom: 0; - z-index: 1050; + z-index: 1045; display: flex; flex-direction: column; max-width: 100%; @@ -6026,6 +6217,22 @@ textarea.form-control-lg { } } +.offcanvas-backdrop { + position: fixed; + top: 0; + left: 0; + z-index: 1040; + width: 100vw; + height: 100vh; + background-color: #000; +} +.offcanvas-backdrop.fade { + opacity: 0; +} +.offcanvas-backdrop.show { + opacity: 0.5; +} + .offcanvas-header { display: flex; align-items: center; @@ -6089,6 +6296,69 @@ textarea.form-control-lg { transform: none; } +.placeholder { + display: inline-block; + min-height: 1em; + vertical-align: middle; + cursor: wait; + background-color: currentColor; + opacity: 0.5; +} +.placeholder.btn::before { + display: inline-block; + content: ""; +} + +.placeholder-xs { + min-height: 0.6em; +} + +.placeholder-sm { + min-height: 0.8em; +} + +.placeholder-lg { + min-height: 1.2em; +} + +.placeholder-glow .placeholder { + -webkit-animation: placeholder-glow 2s ease-in-out infinite; + animation: placeholder-glow 2s ease-in-out infinite; +} + +@-webkit-keyframes placeholder-glow { + 50% { + opacity: 0.2; + } +} + +@keyframes placeholder-glow { + 50% { + opacity: 0.2; + } +} +.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%; + -webkit-animation: placeholder-wave 2s linear infinite; + animation: placeholder-wave 2s linear infinite; +} + +@-webkit-keyframes placeholder-wave { + 100% { + -webkit-mask-position: -200% 0%; + mask-position: -200% 0%; + } +} + +@keyframes placeholder-wave { + 100% { + -webkit-mask-position: -200% 0%; + mask-position: -200% 0%; + } +} .clearfix::after { display: block; clear: both; @@ -6247,6 +6517,20 @@ textarea.form-control-lg { z-index: 1020; } } +.hstack { + display: flex; + flex-direction: row; + align-items: center; + align-self: stretch; +} + +.vstack { + display: flex; + flex: 1 1 auto; + flex-direction: column; + align-self: stretch; +} + .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) { position: absolute !important; @@ -6276,6 +6560,15 @@ textarea.form-control-lg { white-space: nowrap; } +.vr { + display: inline-block; + align-self: stretch; + width: 1px; + min-height: 1em; + background-color: currentColor; + opacity: 0.25; +} + .align-baseline { vertical-align: baseline !important; } @@ -6312,6 +6605,26 @@ textarea.form-control-lg { float: none !important; } +.opacity-0 { + opacity: 0 !important; +} + +.opacity-25 { + opacity: 0.25 !important; +} + +.opacity-50 { + opacity: 0.5 !important; +} + +.opacity-75 { + opacity: 0.75 !important; +} + +.opacity-100 { + opacity: 1 !important; +} + .overflow-auto { overflow: auto !important; } @@ -7335,105 +7648,176 @@ textarea.form-control-lg { /* rtl:end:remove */ .text-primary { - color: #0d6efd !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; } .text-secondary { - color: #6c757d !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; } .text-success { - color: #198754 !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; } .text-info { - color: #0dcaf0 !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; } .text-warning { - color: #ffc107 !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; } .text-danger { - color: #dc3545 !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; } .text-light { - color: #f8f9fa !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; } .text-dark { - color: #212529 !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; +} + +.text-black { + --bs-text-opacity: 1; + color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; } .text-white { - color: #fff !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; } .text-body { - color: #212529 !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important; } .text-muted { + --bs-text-opacity: 1; color: #6c757d !important; } .text-black-50 { + --bs-text-opacity: 1; color: rgba(0, 0, 0, 0.5) !important; } .text-white-50 { + --bs-text-opacity: 1; color: rgba(255, 255, 255, 0.5) !important; } .text-reset { + --bs-text-opacity: 1; color: inherit !important; } +.text-opacity-25 { + --bs-text-opacity: 0.25; +} + +.text-opacity-50 { + --bs-text-opacity: 0.5; +} + +.text-opacity-75 { + --bs-text-opacity: 0.75; +} + +.text-opacity-100 { + --bs-text-opacity: 1; +} + .bg-primary { - background-color: #0d6efd !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; } .bg-secondary { - background-color: #6c757d !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; } .bg-success { - background-color: #198754 !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; } .bg-info { - background-color: #0dcaf0 !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; } .bg-warning { - background-color: #ffc107 !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; } .bg-danger { - background-color: #dc3545 !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; } .bg-light { - background-color: #f8f9fa !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; } .bg-dark { - background-color: #212529 !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; } -.bg-body { - background-color: #fff !important; +.bg-black { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; } .bg-white { - background-color: #fff !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-body { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important; } .bg-transparent { + --bs-bg-opacity: 1; background-color: transparent !important; } +.bg-opacity-10 { + --bs-bg-opacity: 0.1; +} + +.bg-opacity-25 { + --bs-bg-opacity: 0.25; +} + +.bg-opacity-50 { + --bs-bg-opacity: 0.5; +} + +.bg-opacity-75 { + --bs-bg-opacity: 0.75; +} + +.bg-opacity-100 { + --bs-bg-opacity: 1; +} + .bg-gradient { background-image: var(--bs-gradient) !important; } diff --git a/dist/css/bootstrap.css.map b/dist/css/bootstrap.css.map index 9a09efea128a0f121dc0503dfe165557ddddc067..ade3b98a096cf8fab2de25a9d7c42f7338400116 100644 GIT binary patch delta 87726 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 delta 71791 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 y?LD diff --git a/dist/css/bootstrap.min.css b/dist/css/bootstrap.min.css index edfbbb03b..02ae65b5f 100644 --- a/dist/css/bootstrap.min.css +++ b/dist/css/bootstrap.min.css @@ -1,7 +1,7 @@ @charset "UTF-8";/*! - * Bootstrap v5.0.2 (https://getbootstrap.com/) + * Bootstrap v5.1.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--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-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + (.5rem + 2px));padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + (1rem + 2px));padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + (.75rem + 2px))}textarea.form-control-sm{min-height:calc(1.5em + (.5rem + 2px))}textarea.form-control-lg{min-height:calc(1.5em + (1rem + 2px))}.form-control-color{max-width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .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(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast:not(.showing):not(.show){opacity:0}.toast.hide{display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{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:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1050;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{color:#0d6efd!important}.text-secondary{color:#6c757d!important}.text-success{color:#198754!important}.text-info{color:#0dcaf0!important}.text-warning{color:#ffc107!important}.text-danger{color:#dc3545!important}.text-light{color:#f8f9fa!important}.text-dark{color:#212529!important}.text-white{color:#fff!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-reset{color:inherit!important}.bg-primary{background-color:#0d6efd!important}.bg-secondary{background-color:#6c757d!important}.bg-success{background-color:#198754!important}.bg-info{background-color:#0dcaf0!important}.bg-warning{background-color:#ffc107!important}.bg-danger{background-color:#dc3545!important}.bg-light{background-color:#f8f9fa!important}.bg-dark{background-color:#212529!important}.bg-body{background-color:#fff!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} + */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-rgb:33,37,41;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .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(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{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:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.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%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} /*# sourceMappingURL=bootstrap.min.css.map */ \ No newline at end of file diff --git a/dist/css/bootstrap.min.css.map b/dist/css/bootstrap.min.css.map index 3fe6cda5d093aac8666d45592c07d8eae2acb91e..afcd9e33e9eae3876cdc0dfaafa5a80e012b1631 100644 GIT binary patch delta 39787 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 delta 27418 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 oqIZ+=!1Lan#f~DVh * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-sm-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-sm-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-sm-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-sm-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-sm-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-sm-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} -@media (min-width: 768px) { - .col-md { - flex: 1 0 0%; - } - - .row-cols-md-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-md-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-md-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-md-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-md-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-md-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-md-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} -@media (min-width: 992px) { - .col-lg { - flex: 1 0 0%; - } - - .row-cols-lg-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-lg-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-lg-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-lg-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-lg-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-lg-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-lg-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} -@media (min-width: 1200px) { - .col-xl { - flex: 1 0 0%; - } - - .row-cols-xl-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-xl-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-xl-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-xl-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-xl-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-xl-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-xl-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} -@media (min-width: 1400px) { - .col-xxl { - flex: 1 0 0%; - } - - .row-cols-xxl-auto > * { - flex: 0 0 auto; - width: auto; - } - - .row-cols-xxl-1 > * { - flex: 0 0 auto; - width: 100%; - } - - .row-cols-xxl-2 > * { - flex: 0 0 auto; - width: 50%; - } - - .row-cols-xxl-3 > * { - flex: 0 0 auto; - width: 33.3333333333%; - } - - .row-cols-xxl-4 > * { - flex: 0 0 auto; - width: 25%; - } - - .row-cols-xxl-5 > * { - flex: 0 0 auto; - width: 20%; - } - - .row-cols-xxl-6 > * { - flex: 0 0 auto; - width: 16.6666666667%; - } -} .col-auto { flex: 0 0 auto; width: auto; @@ -1053,6 +880,45 @@ progress { } @media (min-width: 576px) { + .col-sm { + flex: 1 0 0%; + } + + .row-cols-sm-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-sm-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-sm-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-sm-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-sm-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-sm-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-sm-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-sm-auto { flex: 0 0 auto; width: auto; @@ -1227,6 +1093,45 @@ progress { } } @media (min-width: 768px) { + .col-md { + flex: 1 0 0%; + } + + .row-cols-md-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-md-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-md-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-md-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-md-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-md-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-md-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-md-auto { flex: 0 0 auto; width: auto; @@ -1401,6 +1306,45 @@ progress { } } @media (min-width: 992px) { + .col-lg { + flex: 1 0 0%; + } + + .row-cols-lg-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-lg-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-lg-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-lg-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-lg-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-lg-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-lg-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-lg-auto { flex: 0 0 auto; width: auto; @@ -1575,6 +1519,45 @@ progress { } } @media (min-width: 1200px) { + .col-xl { + flex: 1 0 0%; + } + + .row-cols-xl-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-xl-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-xl-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-xl-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-xl-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-xl-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-xl-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-xl-auto { flex: 0 0 auto; width: auto; @@ -1749,6 +1732,45 @@ progress { } } @media (min-width: 1400px) { + .col-xxl { + flex: 1 0 0%; + } + + .row-cols-xxl-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-xxl-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-xxl-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-xxl-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-xxl-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-xxl-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-xxl-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-xxl-auto { flex: 0 0 auto; width: auto; @@ -2264,7 +2286,7 @@ progress { } .form-control-sm { - min-height: calc(1.5em + (0.5rem + 2px)); + min-height: calc(1.5em + 0.5rem + 2px); padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; @@ -2283,7 +2305,7 @@ progress { } .form-control-lg { - min-height: calc(1.5em + (1rem + 2px)); + min-height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; @@ -2302,17 +2324,17 @@ progress { } textarea.form-control { - min-height: calc(1.5em + (0.75rem + 2px)); + min-height: calc(1.5em + 0.75rem + 2px); } textarea.form-control-sm { - min-height: calc(1.5em + (0.5rem + 2px)); + min-height: calc(1.5em + 0.5rem + 2px); } textarea.form-control-lg { - min-height: calc(1.5em + (1rem + 2px)); + min-height: calc(1.5em + 1rem + 2px); } .form-control-color { - max-width: 3rem; + width: 3rem; height: auto; padding: 0.375rem; } @@ -3428,6 +3450,16 @@ textarea.form-control-lg { transition: none; } } +.collapsing.collapse-horizontal { + width: 0; + height: auto; + transition: width 0.35s ease; +} +@media (prefers-reduced-motion: reduce) { + .collapsing.collapse-horizontal { + transition: none; + } +} .dropup, .dropend, @@ -4045,6 +4077,33 @@ textarea.form-control-lg { .navbar-expand-sm .navbar-toggler { display: none; } + .navbar-expand-sm .offcanvas-header { + display: none; + } + .navbar-expand-sm .offcanvas { + position: inherit; + bottom: 0; + z-index: 1000; + flex-grow: 1; + visibility: visible !important; + background-color: transparent; + border-left: 0; + border-right: 0; + transition: none; + transform: none; + } + .navbar-expand-sm .offcanvas-top, +.navbar-expand-sm .offcanvas-bottom { + height: auto; + border-top: 0; + border-bottom: 0; + } + .navbar-expand-sm .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } } @media (min-width: 768px) { .navbar-expand-md { @@ -4071,6 +4130,33 @@ textarea.form-control-lg { .navbar-expand-md .navbar-toggler { display: none; } + .navbar-expand-md .offcanvas-header { + display: none; + } + .navbar-expand-md .offcanvas { + position: inherit; + bottom: 0; + z-index: 1000; + flex-grow: 1; + visibility: visible !important; + background-color: transparent; + border-left: 0; + border-right: 0; + transition: none; + transform: none; + } + .navbar-expand-md .offcanvas-top, +.navbar-expand-md .offcanvas-bottom { + height: auto; + border-top: 0; + border-bottom: 0; + } + .navbar-expand-md .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } } @media (min-width: 992px) { .navbar-expand-lg { @@ -4097,6 +4183,33 @@ textarea.form-control-lg { .navbar-expand-lg .navbar-toggler { display: none; } + .navbar-expand-lg .offcanvas-header { + display: none; + } + .navbar-expand-lg .offcanvas { + position: inherit; + bottom: 0; + z-index: 1000; + flex-grow: 1; + visibility: visible !important; + background-color: transparent; + border-left: 0; + border-right: 0; + transition: none; + transform: none; + } + .navbar-expand-lg .offcanvas-top, +.navbar-expand-lg .offcanvas-bottom { + height: auto; + border-top: 0; + border-bottom: 0; + } + .navbar-expand-lg .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } } @media (min-width: 1200px) { .navbar-expand-xl { @@ -4123,6 +4236,33 @@ textarea.form-control-lg { .navbar-expand-xl .navbar-toggler { display: none; } + .navbar-expand-xl .offcanvas-header { + display: none; + } + .navbar-expand-xl .offcanvas { + position: inherit; + bottom: 0; + z-index: 1000; + flex-grow: 1; + visibility: visible !important; + background-color: transparent; + border-left: 0; + border-right: 0; + transition: none; + transform: none; + } + .navbar-expand-xl .offcanvas-top, +.navbar-expand-xl .offcanvas-bottom { + height: auto; + border-top: 0; + border-bottom: 0; + } + .navbar-expand-xl .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } } @media (min-width: 1400px) { .navbar-expand-xxl { @@ -4149,6 +4289,33 @@ textarea.form-control-lg { .navbar-expand-xxl .navbar-toggler { display: none; } + .navbar-expand-xxl .offcanvas-header { + display: none; + } + .navbar-expand-xxl .offcanvas { + position: inherit; + bottom: 0; + z-index: 1000; + flex-grow: 1; + visibility: visible !important; + background-color: transparent; + border-left: 0; + border-right: 0; + transition: none; + transform: none; + } + .navbar-expand-xxl .offcanvas-top, +.navbar-expand-xxl .offcanvas-bottom { + height: auto; + border-top: 0; + border-bottom: 0; + } + .navbar-expand-xxl .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } } .navbar-expand { flex-wrap: nowrap; @@ -4174,6 +4341,33 @@ textarea.form-control-lg { .navbar-expand .navbar-toggler { display: none; } +.navbar-expand .offcanvas-header { + display: none; +} +.navbar-expand .offcanvas { + position: inherit; + bottom: 0; + z-index: 1000; + flex-grow: 1; + visibility: visible !important; + background-color: transparent; + border-left: 0; + border-right: 0; + transition: none; + transform: none; +} +.navbar-expand .offcanvas-top, +.navbar-expand .offcanvas-bottom { + height: auto; + border-top: 0; + border-bottom: 0; +} +.navbar-expand .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; +} .navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); @@ -4297,9 +4491,6 @@ textarea.form-control-lg { margin-bottom: 0; } -.card-link:hover { - text-decoration: none; -} .card-link + .card-link { margin-right: 1rem; } @@ -5175,10 +5366,10 @@ textarea.form-control-lg { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } -.toast:not(.showing):not(.show) { +.toast.showing { opacity: 0; } -.toast.hide { +.toast:not(.show) { display: none; } @@ -5218,7 +5409,7 @@ textarea.form-control-lg { position: fixed; top: 0; right: 0; - z-index: 1060; + z-index: 1055; display: none; width: 100%; height: 100%; @@ -5283,7 +5474,7 @@ textarea.form-control-lg { position: fixed; top: 0; right: 0; - z-index: 1040; + z-index: 1050; width: 100vw; height: 100vh; background-color: #000; @@ -5995,7 +6186,7 @@ textarea.form-control-lg { .offcanvas { position: fixed; bottom: 0; - z-index: 1050; + z-index: 1045; display: flex; flex-direction: column; max-width: 100%; @@ -6011,6 +6202,22 @@ textarea.form-control-lg { } } +.offcanvas-backdrop { + position: fixed; + top: 0; + right: 0; + z-index: 1040; + width: 100vw; + height: 100vh; + background-color: #000; +} +.offcanvas-backdrop.fade { + opacity: 0; +} +.offcanvas-backdrop.show { + opacity: 0.5; +} + .offcanvas-header { display: flex; align-items: center; @@ -6074,6 +6281,69 @@ textarea.form-control-lg { transform: none; } +.placeholder { + display: inline-block; + min-height: 1em; + vertical-align: middle; + cursor: wait; + background-color: currentColor; + opacity: 0.5; +} +.placeholder.btn::before { + display: inline-block; + content: ""; +} + +.placeholder-xs { + min-height: 0.6em; +} + +.placeholder-sm { + min-height: 0.8em; +} + +.placeholder-lg { + min-height: 1.2em; +} + +.placeholder-glow .placeholder { + -webkit-animation: placeholder-glow 2s ease-in-out infinite; + animation: placeholder-glow 2s ease-in-out infinite; +} + +@-webkit-keyframes placeholder-glow { + 50% { + opacity: 0.2; + } +} + +@keyframes placeholder-glow { + 50% { + opacity: 0.2; + } +} +.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%; + -webkit-animation: placeholder-wave 2s linear infinite; + animation: placeholder-wave 2s linear infinite; +} + +@-webkit-keyframes placeholder-wave { + 100% { + -webkit-mask-position: -200% 0%; + mask-position: -200% 0%; + } +} + +@keyframes placeholder-wave { + 100% { + -webkit-mask-position: -200% 0%; + mask-position: -200% 0%; + } +} .clearfix::after { display: block; clear: both; @@ -6232,6 +6502,20 @@ textarea.form-control-lg { z-index: 1020; } } +.hstack { + display: flex; + flex-direction: row; + align-items: center; + align-self: stretch; +} + +.vstack { + display: flex; + flex: 1 1 auto; + flex-direction: column; + align-self: stretch; +} + .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) { position: absolute !important; @@ -6261,6 +6545,15 @@ textarea.form-control-lg { white-space: nowrap; } +.vr { + display: inline-block; + align-self: stretch; + width: 1px; + min-height: 1em; + background-color: currentColor; + opacity: 0.25; +} + .align-baseline { vertical-align: baseline !important; } @@ -6297,6 +6590,26 @@ textarea.form-control-lg { float: none !important; } +.opacity-0 { + opacity: 0 !important; +} + +.opacity-25 { + opacity: 0.25 !important; +} + +.opacity-50 { + opacity: 0.5 !important; +} + +.opacity-75 { + opacity: 0.75 !important; +} + +.opacity-100 { + opacity: 1 !important; +} + .overflow-auto { overflow: auto !important; } @@ -7312,105 +7625,176 @@ textarea.form-control-lg { white-space: nowrap !important; } .text-primary { - color: #0d6efd !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; } .text-secondary { - color: #6c757d !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; } .text-success { - color: #198754 !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; } .text-info { - color: #0dcaf0 !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; } .text-warning { - color: #ffc107 !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; } .text-danger { - color: #dc3545 !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; } .text-light { - color: #f8f9fa !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; } .text-dark { - color: #212529 !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; +} + +.text-black { + --bs-text-opacity: 1; + color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; } .text-white { - color: #fff !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; } .text-body { - color: #212529 !important; + --bs-text-opacity: 1; + color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important; } .text-muted { + --bs-text-opacity: 1; color: #6c757d !important; } .text-black-50 { + --bs-text-opacity: 1; color: rgba(0, 0, 0, 0.5) !important; } .text-white-50 { + --bs-text-opacity: 1; color: rgba(255, 255, 255, 0.5) !important; } .text-reset { + --bs-text-opacity: 1; color: inherit !important; } +.text-opacity-25 { + --bs-text-opacity: 0.25; +} + +.text-opacity-50 { + --bs-text-opacity: 0.5; +} + +.text-opacity-75 { + --bs-text-opacity: 0.75; +} + +.text-opacity-100 { + --bs-text-opacity: 1; +} + .bg-primary { - background-color: #0d6efd !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; } .bg-secondary { - background-color: #6c757d !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; } .bg-success { - background-color: #198754 !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; } .bg-info { - background-color: #0dcaf0 !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; } .bg-warning { - background-color: #ffc107 !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; } .bg-danger { - background-color: #dc3545 !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; } .bg-light { - background-color: #f8f9fa !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; } .bg-dark { - background-color: #212529 !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; } -.bg-body { - background-color: #fff !important; +.bg-black { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; } .bg-white { - background-color: #fff !important; + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-body { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important; } .bg-transparent { + --bs-bg-opacity: 1; background-color: transparent !important; } +.bg-opacity-10 { + --bs-bg-opacity: 0.1; +} + +.bg-opacity-25 { + --bs-bg-opacity: 0.25; +} + +.bg-opacity-50 { + --bs-bg-opacity: 0.5; +} + +.bg-opacity-75 { + --bs-bg-opacity: 0.75; +} + +.bg-opacity-100 { + --bs-bg-opacity: 1; +} + .bg-gradient { background-image: var(--bs-gradient) !important; } diff --git a/dist/css/bootstrap.rtl.css.map b/dist/css/bootstrap.rtl.css.map index 1de87aa019661695eec69553b996a5612a5e500a..187048eb120f6725e46bb4a414a37e3951f0ebf6 100644 GIT binary patch delta 87551 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 nwztw>VmW0{@R@)^{twTYPvTkOZOG%rn7SL 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:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:right}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:right;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:right}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=email],[type=number],[type=tel],[type=url]{direction:ltr}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-right:0;list-style:none}.list-inline{padding-right:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-left:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-left:var(--bs-gutter-x,.75rem);padding-right:var(--bs-gutter-x,.75rem);margin-left:auto;margin-right:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-left:calc(var(--bs-gutter-x) * -.5);margin-right:calc(var(--bs-gutter-x) * -.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-left:calc(var(--bs-gutter-x) * .5);padding-right:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-right:8.33333333%}.offset-2{margin-right:16.66666667%}.offset-3{margin-right:25%}.offset-4{margin-right:33.33333333%}.offset-5{margin-right:41.66666667%}.offset-6{margin-right:50%}.offset-7{margin-right:58.33333333%}.offset-8{margin-right:66.66666667%}.offset-9{margin-right:75%}.offset-10{margin-right:83.33333333%}.offset-11{margin-right:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-right:0}.offset-sm-1{margin-right:8.33333333%}.offset-sm-2{margin-right:16.66666667%}.offset-sm-3{margin-right:25%}.offset-sm-4{margin-right:33.33333333%}.offset-sm-5{margin-right:41.66666667%}.offset-sm-6{margin-right:50%}.offset-sm-7{margin-right:58.33333333%}.offset-sm-8{margin-right:66.66666667%}.offset-sm-9{margin-right:75%}.offset-sm-10{margin-right:83.33333333%}.offset-sm-11{margin-right:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-right:0}.offset-md-1{margin-right:8.33333333%}.offset-md-2{margin-right:16.66666667%}.offset-md-3{margin-right:25%}.offset-md-4{margin-right:33.33333333%}.offset-md-5{margin-right:41.66666667%}.offset-md-6{margin-right:50%}.offset-md-7{margin-right:58.33333333%}.offset-md-8{margin-right:66.66666667%}.offset-md-9{margin-right:75%}.offset-md-10{margin-right:83.33333333%}.offset-md-11{margin-right:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-right:0}.offset-lg-1{margin-right:8.33333333%}.offset-lg-2{margin-right:16.66666667%}.offset-lg-3{margin-right:25%}.offset-lg-4{margin-right:33.33333333%}.offset-lg-5{margin-right:41.66666667%}.offset-lg-6{margin-right:50%}.offset-lg-7{margin-right:58.33333333%}.offset-lg-8{margin-right:66.66666667%}.offset-lg-9{margin-right:75%}.offset-lg-10{margin-right:83.33333333%}.offset-lg-11{margin-right:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-right:0}.offset-xl-1{margin-right:8.33333333%}.offset-xl-2{margin-right:16.66666667%}.offset-xl-3{margin-right:25%}.offset-xl-4{margin-right:33.33333333%}.offset-xl-5{margin-right:41.66666667%}.offset-xl-6{margin-right:50%}.offset-xl-7{margin-right:58.33333333%}.offset-xl-8{margin-right:66.66666667%}.offset-xl-9{margin-right:75%}.offset-xl-10{margin-right:83.33333333%}.offset-xl-11{margin-right:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-right:0}.offset-xxl-1{margin-right:8.33333333%}.offset-xxl-2{margin-right:16.66666667%}.offset-xxl-3{margin-right:25%}.offset-xxl-4{margin-right:33.33333333%}.offset-xxl-5{margin-right:41.66666667%}.offset-xxl-6{margin-right:50%}.offset-xxl-7{margin-right:58.33333333%}.offset-xxl-8{margin-right:66.66666667%}.offset-xxl-9{margin-right:75%}.offset-xxl-10{margin-right:83.33333333%}.offset-xxl-11{margin-right:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{min-height:calc(1.5em + (.5rem + 2px));padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + (1rem + 2px));padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + (.75rem + 2px))}textarea.form-control-sm{min-height:calc(1.5em + (.5rem + 2px))}textarea.form-control-lg{min-height:calc(1.5em + (1rem + 2px))}.form-control-color{max-width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem .75rem .375rem 2.25rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:left .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-left:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-right:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-right:1rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-right:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:right;margin-right:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-right:2.5em}.form-switch .form-check-input{width:2em;margin-right:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:right center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:left center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-left:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;right:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:100% 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(-.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(-.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(-.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-left:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-left-radius:0;border-bottom-left-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-right:-1px;border-top-right-radius:0;border-bottom-right-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-left:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:left calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-left:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) left calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-left:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:left .75rem center,center left 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-right:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-left:calc(1.5em + .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:left calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-left:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) left calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-left:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:left .75rem center,center left 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-right:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-left:.3em solid transparent;border-bottom:0;border-right:.3em solid transparent}.dropdown-toggle:empty::after{margin-right:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:right;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;right:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:auto;right:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:0;right:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:auto;right:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:0;right:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:auto;right:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:0;right:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:auto;right:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:0;right:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:auto;right:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:0;right:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:auto;right:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:0;right:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:0;border-left:.3em solid transparent;border-bottom:.3em solid;border-right:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-right:0}.dropend .dropdown-menu[data-bs-popper]{top:0;left:auto;right:100%;margin-top:0;margin-right:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-left:0;border-bottom:.3em solid transparent;border-right:.3em solid}.dropend .dropdown-toggle:empty::after{margin-right:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;left:100%;right:auto;margin-top:0;margin-left:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-right:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-left:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-right:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-right:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-right-radius:0;border-bottom-right-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-right:0}.dropstart .dropdown-toggle-split::before{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-right-radius:0;border-top-left-radius:0}.nav{display:flex;flex-wrap:wrap;padding-right:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-right-radius:.25rem;border-top-left-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-left:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-right:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-right-radius:calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-right:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-left:-.5rem;margin-bottom:-.5rem;margin-right:-.5rem;border-bottom:0}.card-header-pills{margin-left:-.5rem;margin-right:-.5rem}.card-img-overlay{position:absolute;top:0;left:0;bottom:0;right:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-right-radius:calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-right:0;border-right:0}.card-group>.card:not(:last-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:not(:first-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-right-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:right;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-right:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-right-radius:calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-left:0;border-right:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-right:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:right;padding-left:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-right:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-right:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item:last-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-left:3rem}.alert-dismissible .btn-close{position:absolute;top:0;left:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-right:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-right-radius:inherit;border-top-left-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-right-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-right-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-right-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-right-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-right-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-right-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast:not(.showing):not(.show){opacity:0}.toast.hide{display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-right-radius:calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-left:-.375rem;margin-right:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;right:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-right-radius:calc(.3rem - 1px);border-top-left-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem auto -.5rem -.5rem}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:right;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:right;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;right:50%;display:block;width:1rem;margin-right:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-right-radius:calc(.3rem - 1px);border-top-left-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:right;width:100%;margin-left:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{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:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{right:0}.carousel-control-next{left:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.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='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")}.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='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")}.carousel-indicators{position:absolute;left:0;bottom:0;right:0;z-index:2;display:flex;justify-content:center;padding:0;margin-left:15%;margin-bottom:1rem;margin-right:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-left:3px;margin-right: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:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;left:15%;bottom:1.25rem;right:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-left-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1050;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-left:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-end{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-top{top:0;left:0;right:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{left:0;right:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;right:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;left:0;right:0;z-index:1030}.fixed-bottom{position:fixed;left:0;bottom:0;right:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:right!important}.float-end{float:left!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{right:0!important}.start-50{right:50%!important}.start-100{right:100%!important}.end-0{left:0!important}.end-50{left:50%!important}.end-100{left:100%!important}.translate-middle{transform:translate(50%,-50%)!important}.translate-middle-x{transform:translateX(50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-left:1px solid #dee2e6!important}.border-end-0{border-left:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-right:1px solid #dee2e6!important}.border-start-0{border-right:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-left:0!important}.me-1{margin-left:.25rem!important}.me-2{margin-left:.5rem!important}.me-3{margin-left:1rem!important}.me-4{margin-left:1.5rem!important}.me-5{margin-left:3rem!important}.me-auto{margin-left:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-right:0!important}.ms-1{margin-right:.25rem!important}.ms-2{margin-right:.5rem!important}.ms-3{margin-right:1rem!important}.ms-4{margin-right:1.5rem!important}.ms-5{margin-right:3rem!important}.ms-auto{margin-right:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-left:0!important}.pe-1{padding-left:.25rem!important}.pe-2{padding-left:.5rem!important}.pe-3{padding-left:1rem!important}.pe-4{padding-left:1.5rem!important}.pe-5{padding-left:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-right:0!important}.ps-1{padding-right:.25rem!important}.ps-2{padding-right:.5rem!important}.ps-3{padding-right:1rem!important}.ps-4{padding-right:1.5rem!important}.ps-5{padding-right:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:right!important}.text-end{text-align:left!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-primary{color:#0d6efd!important}.text-secondary{color:#6c757d!important}.text-success{color:#198754!important}.text-info{color:#0dcaf0!important}.text-warning{color:#ffc107!important}.text-danger{color:#dc3545!important}.text-light{color:#f8f9fa!important}.text-dark{color:#212529!important}.text-white{color:#fff!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-reset{color:inherit!important}.bg-primary{background-color:#0d6efd!important}.bg-secondary{background-color:#6c757d!important}.bg-success{background-color:#198754!important}.bg-info{background-color:#0dcaf0!important}.bg-warning{background-color:#ffc107!important}.bg-danger{background-color:#dc3545!important}.bg-light{background-color:#f8f9fa!important}.bg-dark{background-color:#212529!important}.bg-body{background-color:#fff!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-right-radius:.25rem!important;border-top-left-radius:.25rem!important}.rounded-end{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-bottom{border-bottom-left-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-start{border-bottom-right-radius:.25rem!important;border-top-right-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:right!important}.float-sm-end{float:left!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-left:0!important}.me-sm-1{margin-left:.25rem!important}.me-sm-2{margin-left:.5rem!important}.me-sm-3{margin-left:1rem!important}.me-sm-4{margin-left:1.5rem!important}.me-sm-5{margin-left:3rem!important}.me-sm-auto{margin-left:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-right:0!important}.ms-sm-1{margin-right:.25rem!important}.ms-sm-2{margin-right:.5rem!important}.ms-sm-3{margin-right:1rem!important}.ms-sm-4{margin-right:1.5rem!important}.ms-sm-5{margin-right:3rem!important}.ms-sm-auto{margin-right:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-left:0!important}.pe-sm-1{padding-left:.25rem!important}.pe-sm-2{padding-left:.5rem!important}.pe-sm-3{padding-left:1rem!important}.pe-sm-4{padding-left:1.5rem!important}.pe-sm-5{padding-left:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-right:0!important}.ps-sm-1{padding-right:.25rem!important}.ps-sm-2{padding-right:.5rem!important}.ps-sm-3{padding-right:1rem!important}.ps-sm-4{padding-right:1.5rem!important}.ps-sm-5{padding-right:3rem!important}.text-sm-start{text-align:right!important}.text-sm-end{text-align:left!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:right!important}.float-md-end{float:left!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-left:0!important}.me-md-1{margin-left:.25rem!important}.me-md-2{margin-left:.5rem!important}.me-md-3{margin-left:1rem!important}.me-md-4{margin-left:1.5rem!important}.me-md-5{margin-left:3rem!important}.me-md-auto{margin-left:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-right:0!important}.ms-md-1{margin-right:.25rem!important}.ms-md-2{margin-right:.5rem!important}.ms-md-3{margin-right:1rem!important}.ms-md-4{margin-right:1.5rem!important}.ms-md-5{margin-right:3rem!important}.ms-md-auto{margin-right:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-left:0!important}.pe-md-1{padding-left:.25rem!important}.pe-md-2{padding-left:.5rem!important}.pe-md-3{padding-left:1rem!important}.pe-md-4{padding-left:1.5rem!important}.pe-md-5{padding-left:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-right:0!important}.ps-md-1{padding-right:.25rem!important}.ps-md-2{padding-right:.5rem!important}.ps-md-3{padding-right:1rem!important}.ps-md-4{padding-right:1.5rem!important}.ps-md-5{padding-right:3rem!important}.text-md-start{text-align:right!important}.text-md-end{text-align:left!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:right!important}.float-lg-end{float:left!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-left:0!important}.me-lg-1{margin-left:.25rem!important}.me-lg-2{margin-left:.5rem!important}.me-lg-3{margin-left:1rem!important}.me-lg-4{margin-left:1.5rem!important}.me-lg-5{margin-left:3rem!important}.me-lg-auto{margin-left:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-right:0!important}.ms-lg-1{margin-right:.25rem!important}.ms-lg-2{margin-right:.5rem!important}.ms-lg-3{margin-right:1rem!important}.ms-lg-4{margin-right:1.5rem!important}.ms-lg-5{margin-right:3rem!important}.ms-lg-auto{margin-right:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-left:0!important}.pe-lg-1{padding-left:.25rem!important}.pe-lg-2{padding-left:.5rem!important}.pe-lg-3{padding-left:1rem!important}.pe-lg-4{padding-left:1.5rem!important}.pe-lg-5{padding-left:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-right:0!important}.ps-lg-1{padding-right:.25rem!important}.ps-lg-2{padding-right:.5rem!important}.ps-lg-3{padding-right:1rem!important}.ps-lg-4{padding-right:1.5rem!important}.ps-lg-5{padding-right:3rem!important}.text-lg-start{text-align:right!important}.text-lg-end{text-align:left!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:right!important}.float-xl-end{float:left!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-left:0!important}.me-xl-1{margin-left:.25rem!important}.me-xl-2{margin-left:.5rem!important}.me-xl-3{margin-left:1rem!important}.me-xl-4{margin-left:1.5rem!important}.me-xl-5{margin-left:3rem!important}.me-xl-auto{margin-left:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-right:0!important}.ms-xl-1{margin-right:.25rem!important}.ms-xl-2{margin-right:.5rem!important}.ms-xl-3{margin-right:1rem!important}.ms-xl-4{margin-right:1.5rem!important}.ms-xl-5{margin-right:3rem!important}.ms-xl-auto{margin-right:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-left:0!important}.pe-xl-1{padding-left:.25rem!important}.pe-xl-2{padding-left:.5rem!important}.pe-xl-3{padding-left:1rem!important}.pe-xl-4{padding-left:1.5rem!important}.pe-xl-5{padding-left:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-right:0!important}.ps-xl-1{padding-right:.25rem!important}.ps-xl-2{padding-right:.5rem!important}.ps-xl-3{padding-right:1rem!important}.ps-xl-4{padding-right:1.5rem!important}.ps-xl-5{padding-right:3rem!important}.text-xl-start{text-align:right!important}.text-xl-end{text-align:left!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:right!important}.float-xxl-end{float:left!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-left:0!important}.me-xxl-1{margin-left:.25rem!important}.me-xxl-2{margin-left:.5rem!important}.me-xxl-3{margin-left:1rem!important}.me-xxl-4{margin-left:1.5rem!important}.me-xxl-5{margin-left:3rem!important}.me-xxl-auto{margin-left:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-right:0!important}.ms-xxl-1{margin-right:.25rem!important}.ms-xxl-2{margin-right:.5rem!important}.ms-xxl-3{margin-right:1rem!important}.ms-xxl-4{margin-right:1.5rem!important}.ms-xxl-5{margin-right:3rem!important}.ms-xxl-auto{margin-right:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-left:0!important}.pe-xxl-1{padding-left:.25rem!important}.pe-xxl-2{padding-left:.5rem!important}.pe-xxl-3{padding-left:1rem!important}.pe-xxl-4{padding-left:1.5rem!important}.pe-xxl-5{padding-left:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-right:0!important}.ps-xxl-1{padding-right:.25rem!important}.ps-xxl-2{padding-right:.5rem!important}.ps-xxl-3{padding-right:1rem!important}.ps-xxl-4{padding-right:1.5rem!important}.ps-xxl-5{padding-right:3rem!important}.text-xxl-start{text-align:right!important}.text-xxl-end{text-align:left!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} + */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-rgb:33,37,41;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-right:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-right:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:right}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:right;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:right}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=email],[type=number],[type=tel],[type=url]{direction:ltr}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-right:0;list-style:none}.list-inline{padding-right:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-left:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-left:var(--bs-gutter-x,.75rem);padding-right:var(--bs-gutter-x,.75rem);margin-left:auto;margin-right:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-left:calc(var(--bs-gutter-x) * -.5);margin-right:calc(var(--bs-gutter-x) * -.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-left:calc(var(--bs-gutter-x) * .5);padding-right:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-right:8.33333333%}.offset-2{margin-right:16.66666667%}.offset-3{margin-right:25%}.offset-4{margin-right:33.33333333%}.offset-5{margin-right:41.66666667%}.offset-6{margin-right:50%}.offset-7{margin-right:58.33333333%}.offset-8{margin-right:66.66666667%}.offset-9{margin-right:75%}.offset-10{margin-right:83.33333333%}.offset-11{margin-right:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-right:0}.offset-sm-1{margin-right:8.33333333%}.offset-sm-2{margin-right:16.66666667%}.offset-sm-3{margin-right:25%}.offset-sm-4{margin-right:33.33333333%}.offset-sm-5{margin-right:41.66666667%}.offset-sm-6{margin-right:50%}.offset-sm-7{margin-right:58.33333333%}.offset-sm-8{margin-right:66.66666667%}.offset-sm-9{margin-right:75%}.offset-sm-10{margin-right:83.33333333%}.offset-sm-11{margin-right:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-right:0}.offset-md-1{margin-right:8.33333333%}.offset-md-2{margin-right:16.66666667%}.offset-md-3{margin-right:25%}.offset-md-4{margin-right:33.33333333%}.offset-md-5{margin-right:41.66666667%}.offset-md-6{margin-right:50%}.offset-md-7{margin-right:58.33333333%}.offset-md-8{margin-right:66.66666667%}.offset-md-9{margin-right:75%}.offset-md-10{margin-right:83.33333333%}.offset-md-11{margin-right:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-right:0}.offset-lg-1{margin-right:8.33333333%}.offset-lg-2{margin-right:16.66666667%}.offset-lg-3{margin-right:25%}.offset-lg-4{margin-right:33.33333333%}.offset-lg-5{margin-right:41.66666667%}.offset-lg-6{margin-right:50%}.offset-lg-7{margin-right:58.33333333%}.offset-lg-8{margin-right:66.66666667%}.offset-lg-9{margin-right:75%}.offset-lg-10{margin-right:83.33333333%}.offset-lg-11{margin-right:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-right:0}.offset-xl-1{margin-right:8.33333333%}.offset-xl-2{margin-right:16.66666667%}.offset-xl-3{margin-right:25%}.offset-xl-4{margin-right:33.33333333%}.offset-xl-5{margin-right:41.66666667%}.offset-xl-6{margin-right:50%}.offset-xl-7{margin-right:58.33333333%}.offset-xl-8{margin-right:66.66666667%}.offset-xl-9{margin-right:75%}.offset-xl-10{margin-right:83.33333333%}.offset-xl-11{margin-right:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-right:0}.offset-xxl-1{margin-right:8.33333333%}.offset-xxl-2{margin-right:16.66666667%}.offset-xxl-3{margin-right:25%}.offset-xxl-4{margin-right:33.33333333%}.offset-xxl-5{margin-right:41.66666667%}.offset-xxl-6{margin-right:50%}.offset-xxl-7{margin-right:58.33333333%}.offset-xxl-8{margin-right:66.66666667%}.offset-xxl-9{margin-right:75%}.offset-xxl-10{margin-right:83.33333333%}.offset-xxl-11{margin-right:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem .75rem .375rem 2.25rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:left .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-left:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-right:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-right:1rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-right:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:right;margin-right:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-right:2.5em}.form-switch .form-check-input{width:2em;margin-right:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:right center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:left center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-left:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;right:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:100% 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(-.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(-.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(-.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-left:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-left-radius:0;border-bottom-left-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-right:-1px;border-top-right-radius:0;border-bottom-right-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-left:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:left calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-left:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) left calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-left:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:left .75rem center,center left 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-right:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-left:calc(1.5em + .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:left calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-left:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) left calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-left:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:left .75rem center,center left 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-right:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-left:.3em solid transparent;border-bottom:0;border-right:.3em solid transparent}.dropdown-toggle:empty::after{margin-right:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:right;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;right:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:auto;right:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:0;right:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:auto;right:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:0;right:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:auto;right:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:0;right:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:auto;right:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:0;right:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:auto;right:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:0;right:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:auto;right:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:0;right:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:0;border-left:.3em solid transparent;border-bottom:.3em solid;border-right:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-right:0}.dropend .dropdown-menu[data-bs-popper]{top:0;left:auto;right:100%;margin-top:0;margin-right:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-left:0;border-bottom:.3em solid transparent;border-right:.3em solid}.dropend .dropdown-toggle:empty::after{margin-right:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;left:100%;right:auto;margin-top:0;margin-left:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-right:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-left:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-right:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-right:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-right-radius:0;border-bottom-right-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-right:0}.dropstart .dropdown-toggle-split::before{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-right-radius:0;border-top-left-radius:0}.nav{display:flex;flex-wrap:wrap;padding-right:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-right-radius:.25rem;border-top-left-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-left:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-right:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-left:0;border-right:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-left:0;border-right:0;transition:none;transform:none}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-left:0;border-right:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-left:0;border-right:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-left:0;border-right:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-left:0;border-right:0;transition:none;transform:none}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-right-radius:calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-right:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-left:-.5rem;margin-bottom:-.5rem;margin-right:-.5rem;border-bottom:0}.card-header-pills{margin-left:-.5rem;margin-right:-.5rem}.card-img-overlay{position:absolute;top:0;left:0;bottom:0;right:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-right-radius:calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-right:0;border-right:0}.card-group>.card:not(:last-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:not(:first-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-right-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:right;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-right:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-right-radius:calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-left:0;border-right:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-right:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:right;padding-left:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-right:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-right:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item:last-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-left:3rem}.alert-dismissible .btn-close{position:absolute;top:0;left:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-right:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-right-radius:inherit;border-top-left-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-right-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-right-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-right-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-right-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-right-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-right-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-right-radius:calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-left:-.375rem;margin-right:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;right:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-right-radius:calc(.3rem - 1px);border-top-left-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem auto -.5rem -.5rem}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:right;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:right;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;right:50%;display:block;width:1rem;margin-right:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-right-radius:calc(.3rem - 1px);border-top-left-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:right;width:100%;margin-left:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{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:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{right:0}.carousel-control-next{left:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.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='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")}.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='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")}.carousel-indicators{position:absolute;left:0;bottom:0;right:0;z-index:2;display:flex;justify-content:center;padding:0;margin-left:15%;margin-bottom:1rem;margin-right:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-left:3px;margin-right: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:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;left:15%;bottom:1.25rem;right:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-left-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;right:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-left:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-end{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-top{top:0;left:0;right:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{left:0;right:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.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%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;right:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;left:0;right:0;z-index:1030}.fixed-bottom{position:fixed;left:0;bottom:0;right:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:right!important}.float-end{float:left!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{right:0!important}.start-50{right:50%!important}.start-100{right:100%!important}.end-0{left:0!important}.end-50{left:50%!important}.end-100{left:100%!important}.translate-middle{transform:translate(50%,-50%)!important}.translate-middle-x{transform:translateX(50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-left:1px solid #dee2e6!important}.border-end-0{border-left:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-right:1px solid #dee2e6!important}.border-start-0{border-right:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-left:0!important}.me-1{margin-left:.25rem!important}.me-2{margin-left:.5rem!important}.me-3{margin-left:1rem!important}.me-4{margin-left:1.5rem!important}.me-5{margin-left:3rem!important}.me-auto{margin-left:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-right:0!important}.ms-1{margin-right:.25rem!important}.ms-2{margin-right:.5rem!important}.ms-3{margin-right:1rem!important}.ms-4{margin-right:1.5rem!important}.ms-5{margin-right:3rem!important}.ms-auto{margin-right:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-left:0!important}.pe-1{padding-left:.25rem!important}.pe-2{padding-left:.5rem!important}.pe-3{padding-left:1rem!important}.pe-4{padding-left:1.5rem!important}.pe-5{padding-left:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-right:0!important}.ps-1{padding-right:.25rem!important}.ps-2{padding-right:.5rem!important}.ps-3{padding-right:1rem!important}.ps-4{padding-right:1.5rem!important}.ps-5{padding-right:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:right!important}.text-end{text-align:left!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-right-radius:.25rem!important;border-top-left-radius:.25rem!important}.rounded-end{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-bottom{border-bottom-left-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-start{border-bottom-right-radius:.25rem!important;border-top-right-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:right!important}.float-sm-end{float:left!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-left:0!important}.me-sm-1{margin-left:.25rem!important}.me-sm-2{margin-left:.5rem!important}.me-sm-3{margin-left:1rem!important}.me-sm-4{margin-left:1.5rem!important}.me-sm-5{margin-left:3rem!important}.me-sm-auto{margin-left:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-right:0!important}.ms-sm-1{margin-right:.25rem!important}.ms-sm-2{margin-right:.5rem!important}.ms-sm-3{margin-right:1rem!important}.ms-sm-4{margin-right:1.5rem!important}.ms-sm-5{margin-right:3rem!important}.ms-sm-auto{margin-right:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-left:0!important}.pe-sm-1{padding-left:.25rem!important}.pe-sm-2{padding-left:.5rem!important}.pe-sm-3{padding-left:1rem!important}.pe-sm-4{padding-left:1.5rem!important}.pe-sm-5{padding-left:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-right:0!important}.ps-sm-1{padding-right:.25rem!important}.ps-sm-2{padding-right:.5rem!important}.ps-sm-3{padding-right:1rem!important}.ps-sm-4{padding-right:1.5rem!important}.ps-sm-5{padding-right:3rem!important}.text-sm-start{text-align:right!important}.text-sm-end{text-align:left!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:right!important}.float-md-end{float:left!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-left:0!important}.me-md-1{margin-left:.25rem!important}.me-md-2{margin-left:.5rem!important}.me-md-3{margin-left:1rem!important}.me-md-4{margin-left:1.5rem!important}.me-md-5{margin-left:3rem!important}.me-md-auto{margin-left:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-right:0!important}.ms-md-1{margin-right:.25rem!important}.ms-md-2{margin-right:.5rem!important}.ms-md-3{margin-right:1rem!important}.ms-md-4{margin-right:1.5rem!important}.ms-md-5{margin-right:3rem!important}.ms-md-auto{margin-right:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-left:0!important}.pe-md-1{padding-left:.25rem!important}.pe-md-2{padding-left:.5rem!important}.pe-md-3{padding-left:1rem!important}.pe-md-4{padding-left:1.5rem!important}.pe-md-5{padding-left:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-right:0!important}.ps-md-1{padding-right:.25rem!important}.ps-md-2{padding-right:.5rem!important}.ps-md-3{padding-right:1rem!important}.ps-md-4{padding-right:1.5rem!important}.ps-md-5{padding-right:3rem!important}.text-md-start{text-align:right!important}.text-md-end{text-align:left!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:right!important}.float-lg-end{float:left!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-left:0!important}.me-lg-1{margin-left:.25rem!important}.me-lg-2{margin-left:.5rem!important}.me-lg-3{margin-left:1rem!important}.me-lg-4{margin-left:1.5rem!important}.me-lg-5{margin-left:3rem!important}.me-lg-auto{margin-left:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-right:0!important}.ms-lg-1{margin-right:.25rem!important}.ms-lg-2{margin-right:.5rem!important}.ms-lg-3{margin-right:1rem!important}.ms-lg-4{margin-right:1.5rem!important}.ms-lg-5{margin-right:3rem!important}.ms-lg-auto{margin-right:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-left:0!important}.pe-lg-1{padding-left:.25rem!important}.pe-lg-2{padding-left:.5rem!important}.pe-lg-3{padding-left:1rem!important}.pe-lg-4{padding-left:1.5rem!important}.pe-lg-5{padding-left:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-right:0!important}.ps-lg-1{padding-right:.25rem!important}.ps-lg-2{padding-right:.5rem!important}.ps-lg-3{padding-right:1rem!important}.ps-lg-4{padding-right:1.5rem!important}.ps-lg-5{padding-right:3rem!important}.text-lg-start{text-align:right!important}.text-lg-end{text-align:left!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:right!important}.float-xl-end{float:left!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-left:0!important}.me-xl-1{margin-left:.25rem!important}.me-xl-2{margin-left:.5rem!important}.me-xl-3{margin-left:1rem!important}.me-xl-4{margin-left:1.5rem!important}.me-xl-5{margin-left:3rem!important}.me-xl-auto{margin-left:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-right:0!important}.ms-xl-1{margin-right:.25rem!important}.ms-xl-2{margin-right:.5rem!important}.ms-xl-3{margin-right:1rem!important}.ms-xl-4{margin-right:1.5rem!important}.ms-xl-5{margin-right:3rem!important}.ms-xl-auto{margin-right:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-left:0!important}.pe-xl-1{padding-left:.25rem!important}.pe-xl-2{padding-left:.5rem!important}.pe-xl-3{padding-left:1rem!important}.pe-xl-4{padding-left:1.5rem!important}.pe-xl-5{padding-left:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-right:0!important}.ps-xl-1{padding-right:.25rem!important}.ps-xl-2{padding-right:.5rem!important}.ps-xl-3{padding-right:1rem!important}.ps-xl-4{padding-right:1.5rem!important}.ps-xl-5{padding-right:3rem!important}.text-xl-start{text-align:right!important}.text-xl-end{text-align:left!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:right!important}.float-xxl-end{float:left!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-left:0!important}.me-xxl-1{margin-left:.25rem!important}.me-xxl-2{margin-left:.5rem!important}.me-xxl-3{margin-left:1rem!important}.me-xxl-4{margin-left:1.5rem!important}.me-xxl-5{margin-left:3rem!important}.me-xxl-auto{margin-left:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-right:0!important}.ms-xxl-1{margin-right:.25rem!important}.ms-xxl-2{margin-right:.5rem!important}.ms-xxl-3{margin-right:1rem!important}.ms-xxl-4{margin-right:1.5rem!important}.ms-xxl-5{margin-right:3rem!important}.ms-xxl-auto{margin-right:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-left:0!important}.pe-xxl-1{padding-left:.25rem!important}.pe-xxl-2{padding-left:.5rem!important}.pe-xxl-3{padding-left:1rem!important}.pe-xxl-4{padding-left:1.5rem!important}.pe-xxl-5{padding-left:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-right:0!important}.ps-xxl-1{padding-right:.25rem!important}.ps-xxl-2{padding-right:.5rem!important}.ps-xxl-3{padding-right:1rem!important}.ps-xxl-4{padding-right:1.5rem!important}.ps-xxl-5{padding-right:3rem!important}.text-xxl-start{text-align:right!important}.text-xxl-end{text-align:left!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} /*# sourceMappingURL=bootstrap.rtl.min.css.map */ \ No newline at end of file diff --git a/dist/css/bootstrap.rtl.min.css.map b/dist/css/bootstrap.rtl.min.css.map index e3d2c35fca899cbe04109a91e6a5d9e22143827a..8d1977fb21745b27e49e2825eb9651903ad1c99d 100644 GIT binary patch delta 46012 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 diff --git a/dist/js/bootstrap.bundle.js b/dist/js/bootstrap.bundle.js index d6ce66fe7..969ecb04b 100644 --- a/dist/js/bootstrap.bundle.js +++ b/dist/js/bootstrap.bundle.js @@ -1,5 +1,5 @@ /*! - * Bootstrap v5.0.2 (https://getbootstrap.com/) + * Bootstrap v5.1.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ @@ -11,82 +11,10 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.2): dom/selector-engine.js + * Bootstrap (v5.1.0): util/index.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - const NODE_TEXT = 3; - const SelectorEngine = { - find(selector, element = document.documentElement) { - return [].concat(...Element.prototype.querySelectorAll.call(element, selector)); - }, - - findOne(selector, element = document.documentElement) { - return Element.prototype.querySelector.call(element, selector); - }, - - children(element, selector) { - return [].concat(...element.children).filter(child => child.matches(selector)); - }, - - parents(element, selector) { - const parents = []; - let ancestor = element.parentNode; - - while (ancestor && ancestor.nodeType === Node.ELEMENT_NODE && ancestor.nodeType !== NODE_TEXT) { - if (ancestor.matches(selector)) { - parents.push(ancestor); - } - - ancestor = ancestor.parentNode; - } - - return parents; - }, - - prev(element, selector) { - let previous = element.previousElementSibling; - - while (previous) { - if (previous.matches(selector)) { - return [previous]; - } - - previous = previous.previousElementSibling; - } - - return []; - }, - - next(element, selector) { - let next = element.nextElementSibling; - - while (next) { - if (next.matches(selector)) { - return [next]; - } - - next = next.nextElementSibling; - } - - return []; - } - - }; - - /** - * -------------------------------------------------------------------------- - * Bootstrap (v5.0.2): util/index.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - * -------------------------------------------------------------------------- - */ - const MAX_UID = 1000000; const MILLISECONDS_MULTIPLIER = 1000; const TRANSITION_END = 'transitionend'; // Shoutout AngusCroll (https://goo.gl/pxwQGp) @@ -198,7 +126,7 @@ } if (typeof obj === 'string' && obj.length > 0) { - return SelectorEngine.findOne(obj); + return document.querySelector(obj); } return null; @@ -264,8 +192,20 @@ }; const noop = () => {}; + /** + * Trick to restart an element's animation + * + * @param {HTMLElement} element + * @return void + * + * @see https://www.charistheo.io/blog/2021/02/restart-a-css-animation-with-javascript/#restarting-a-css-animation + */ - const reflow = element => element.offsetHeight; + + const reflow = element => { + // eslint-disable-next-line no-unused-expressions + element.offsetHeight; + }; const getjQuery = () => { const { @@ -382,7 +322,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.2): dom/event-handler.js + * Bootstrap (v5.1.0): dom/event-handler.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -671,7 +611,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.2): dom/data.js + * Bootstrap (v5.1.0): dom/data.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -725,7 +665,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.2): base-component.js + * Bootstrap (v5.1.0): base-component.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -735,7 +675,7 @@ * ------------------------------------------------------------------------ */ - const VERSION = '5.0.2'; + const VERSION = '5.1.0'; class BaseComponent { constructor(element) { @@ -764,7 +704,7 @@ static getInstance(element) { - return Data.get(element, this.DATA_KEY); + return Data.get(getElement(element), this.DATA_KEY); } static getOrCreateInstance(element, config = {}) { @@ -791,7 +731,33 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.2): alert.js + * Bootstrap (v5.1.0): util/component-functions.js + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + * -------------------------------------------------------------------------- + */ + + const enableDismissTrigger = (component, method = 'hide') => { + const clickEvent = `click.dismiss${component.EVENT_KEY}`; + const name = component.NAME; + EventHandler.on(document, clickEvent, `[data-bs-dismiss="${name}"]`, function (event) { + if (['A', 'AREA'].includes(this.tagName)) { + event.preventDefault(); + } + + if (isDisabled(this)) { + return; + } + + const target = getElementFromSelector(this) || this.closest(`.${name}`); + const instance = component.getOrCreateInstance(target); // Method argument is left, for Alert and only, as it doesn't implement the 'hide' method + + instance[method](); + }); + }; + + /** + * -------------------------------------------------------------------------- + * Bootstrap (v5.1.0): alert.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -801,17 +767,13 @@ * ------------------------------------------------------------------------ */ - const NAME$c = 'alert'; - const DATA_KEY$b = 'bs.alert'; - const EVENT_KEY$b = `.${DATA_KEY$b}`; - const DATA_API_KEY$8 = '.data-api'; - const SELECTOR_DISMISS = '[data-bs-dismiss="alert"]'; - const EVENT_CLOSE = `close${EVENT_KEY$b}`; - const EVENT_CLOSED = `closed${EVENT_KEY$b}`; - const EVENT_CLICK_DATA_API$7 = `click${EVENT_KEY$b}${DATA_API_KEY$8}`; - const CLASS_NAME_ALERT = 'alert'; - const CLASS_NAME_FADE$6 = 'fade'; - const CLASS_NAME_SHOW$9 = 'show'; + const NAME$d = 'alert'; + const DATA_KEY$c = 'bs.alert'; + const EVENT_KEY$c = `.${DATA_KEY$c}`; + const EVENT_CLOSE = `close${EVENT_KEY$c}`; + const EVENT_CLOSED = `closed${EVENT_KEY$c}`; + const CLASS_NAME_FADE$5 = 'fade'; + const CLASS_NAME_SHOW$8 = 'show'; /** * ------------------------------------------------------------------------ * Class Definition @@ -821,41 +783,30 @@ class Alert extends BaseComponent { // Getters static get NAME() { - return NAME$c; + return NAME$d; } // Public - close(element) { - const rootElement = element ? this._getRootElement(element) : this._element; + close() { + const closeEvent = EventHandler.trigger(this._element, EVENT_CLOSE); - const customEvent = this._triggerCloseEvent(rootElement); - - if (customEvent === null || customEvent.defaultPrevented) { + if (closeEvent.defaultPrevented) { return; } - this._removeElement(rootElement); + this._element.classList.remove(CLASS_NAME_SHOW$8); + + const isAnimated = this._element.classList.contains(CLASS_NAME_FADE$5); + + this._queueCallback(() => this._destroyElement(), this._element, isAnimated); } // Private - _getRootElement(element) { - return getElementFromSelector(element) || element.closest(`.${CLASS_NAME_ALERT}`); - } + _destroyElement() { + this._element.remove(); - _triggerCloseEvent(element) { - return EventHandler.trigger(element, EVENT_CLOSE); - } - - _removeElement(element) { - element.classList.remove(CLASS_NAME_SHOW$9); - const isAnimated = element.classList.contains(CLASS_NAME_FADE$6); - - this._queueCallback(() => this._destroyElement(element), element, isAnimated); - } - - _destroyElement(element) { - element.remove(); - EventHandler.trigger(element, EVENT_CLOSED); + EventHandler.trigger(this._element, EVENT_CLOSED); + this.dispose(); } // Static @@ -863,22 +814,18 @@ return this.each(function () { const data = Alert.getOrCreateInstance(this); - if (config === 'close') { - data[config](this); + if (typeof config !== 'string') { + return; } + + if (data[config] === undefined || config.startsWith('_') || config === 'constructor') { + throw new TypeError(`No method named "${config}"`); + } + + data[config](this); }); } - static handleDismiss(alertInstance) { - return function (event) { - if (event) { - event.preventDefault(); - } - - alertInstance.close(this); - }; - } - } /** * ------------------------------------------------------------------------ @@ -887,7 +834,7 @@ */ - EventHandler.on(document, EVENT_CLICK_DATA_API$7, SELECTOR_DISMISS, Alert.handleDismiss(new Alert())); + enableDismissTrigger(Alert, 'close'); /** * ------------------------------------------------------------------------ * jQuery @@ -899,7 +846,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.2): button.js + * Bootstrap (v5.1.0): button.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -909,13 +856,13 @@ * ------------------------------------------------------------------------ */ - const NAME$b = 'button'; - const DATA_KEY$a = 'bs.button'; - const EVENT_KEY$a = `.${DATA_KEY$a}`; + const NAME$c = 'button'; + const DATA_KEY$b = 'bs.button'; + const EVENT_KEY$b = `.${DATA_KEY$b}`; const DATA_API_KEY$7 = '.data-api'; const CLASS_NAME_ACTIVE$3 = 'active'; const SELECTOR_DATA_TOGGLE$5 = '[data-bs-toggle="button"]'; - const EVENT_CLICK_DATA_API$6 = `click${EVENT_KEY$a}${DATA_API_KEY$7}`; + const EVENT_CLICK_DATA_API$6 = `click${EVENT_KEY$b}${DATA_API_KEY$7}`; /** * ------------------------------------------------------------------------ * Class Definition @@ -925,7 +872,7 @@ class Button extends BaseComponent { // Getters static get NAME() { - return NAME$b; + return NAME$c; } // Public @@ -970,7 +917,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.2): dom/manipulator.js + * Bootstrap (v5.1.0): dom/manipulator.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -1028,8 +975,8 @@ offset(element) { const rect = element.getBoundingClientRect(); return { - top: rect.top + document.body.scrollTop, - left: rect.left + document.body.scrollLeft + top: rect.top + window.pageYOffset, + left: rect.left + window.pageXOffset }; }, @@ -1044,7 +991,77 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.2): carousel.js + * Bootstrap (v5.1.0): dom/selector-engine.js + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + * -------------------------------------------------------------------------- + */ + const NODE_TEXT = 3; + const SelectorEngine = { + find(selector, element = document.documentElement) { + return [].concat(...Element.prototype.querySelectorAll.call(element, selector)); + }, + + findOne(selector, element = document.documentElement) { + return Element.prototype.querySelector.call(element, selector); + }, + + children(element, selector) { + return [].concat(...element.children).filter(child => child.matches(selector)); + }, + + parents(element, selector) { + const parents = []; + let ancestor = element.parentNode; + + while (ancestor && ancestor.nodeType === Node.ELEMENT_NODE && ancestor.nodeType !== NODE_TEXT) { + if (ancestor.matches(selector)) { + parents.push(ancestor); + } + + ancestor = ancestor.parentNode; + } + + return parents; + }, + + prev(element, selector) { + let previous = element.previousElementSibling; + + while (previous) { + if (previous.matches(selector)) { + return [previous]; + } + + previous = previous.previousElementSibling; + } + + return []; + }, + + next(element, selector) { + let next = element.nextElementSibling; + + while (next) { + if (next.matches(selector)) { + return [next]; + } + + next = next.nextElementSibling; + } + + return []; + }, + + focusableChildren(element) { + const focusables = ['a', 'button', 'input', 'textarea', 'select', 'details', '[tabindex]', '[contenteditable="true"]'].map(selector => `${selector}:not([tabindex^="-"])`).join(', '); + return this.find(focusables, element).filter(el => !isDisabled(el) && isVisible(el)); + } + + }; + + /** + * -------------------------------------------------------------------------- + * Bootstrap (v5.1.0): carousel.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -1054,16 +1071,16 @@ * ------------------------------------------------------------------------ */ - const NAME$a = 'carousel'; - const DATA_KEY$9 = 'bs.carousel'; - const EVENT_KEY$9 = `.${DATA_KEY$9}`; + const NAME$b = 'carousel'; + const DATA_KEY$a = 'bs.carousel'; + const EVENT_KEY$a = `.${DATA_KEY$a}`; const DATA_API_KEY$6 = '.data-api'; const ARROW_LEFT_KEY = 'ArrowLeft'; const ARROW_RIGHT_KEY = 'ArrowRight'; const TOUCHEVENT_COMPAT_WAIT = 500; // Time for mouse compat events to fire after touch const SWIPE_THRESHOLD = 40; - const Default$9 = { + const Default$a = { interval: 5000, keyboard: true, slide: false, @@ -1071,7 +1088,7 @@ wrap: true, touch: true }; - const DefaultType$9 = { + const DefaultType$a = { interval: '(number|boolean)', keyboard: 'boolean', slide: '(boolean|string)', @@ -1087,19 +1104,19 @@ [ARROW_LEFT_KEY]: DIRECTION_RIGHT, [ARROW_RIGHT_KEY]: DIRECTION_LEFT }; - const EVENT_SLIDE = `slide${EVENT_KEY$9}`; - const EVENT_SLID = `slid${EVENT_KEY$9}`; - const EVENT_KEYDOWN = `keydown${EVENT_KEY$9}`; - const EVENT_MOUSEENTER = `mouseenter${EVENT_KEY$9}`; - const EVENT_MOUSELEAVE = `mouseleave${EVENT_KEY$9}`; - const EVENT_TOUCHSTART = `touchstart${EVENT_KEY$9}`; - const EVENT_TOUCHMOVE = `touchmove${EVENT_KEY$9}`; - const EVENT_TOUCHEND = `touchend${EVENT_KEY$9}`; - const EVENT_POINTERDOWN = `pointerdown${EVENT_KEY$9}`; - const EVENT_POINTERUP = `pointerup${EVENT_KEY$9}`; - const EVENT_DRAG_START = `dragstart${EVENT_KEY$9}`; - const EVENT_LOAD_DATA_API$2 = `load${EVENT_KEY$9}${DATA_API_KEY$6}`; - const EVENT_CLICK_DATA_API$5 = `click${EVENT_KEY$9}${DATA_API_KEY$6}`; + const EVENT_SLIDE = `slide${EVENT_KEY$a}`; + const EVENT_SLID = `slid${EVENT_KEY$a}`; + const EVENT_KEYDOWN = `keydown${EVENT_KEY$a}`; + const EVENT_MOUSEENTER = `mouseenter${EVENT_KEY$a}`; + const EVENT_MOUSELEAVE = `mouseleave${EVENT_KEY$a}`; + const EVENT_TOUCHSTART = `touchstart${EVENT_KEY$a}`; + const EVENT_TOUCHMOVE = `touchmove${EVENT_KEY$a}`; + const EVENT_TOUCHEND = `touchend${EVENT_KEY$a}`; + const EVENT_POINTERDOWN = `pointerdown${EVENT_KEY$a}`; + const EVENT_POINTERUP = `pointerup${EVENT_KEY$a}`; + const EVENT_DRAG_START = `dragstart${EVENT_KEY$a}`; + const EVENT_LOAD_DATA_API$2 = `load${EVENT_KEY$a}${DATA_API_KEY$6}`; + const EVENT_CLICK_DATA_API$5 = `click${EVENT_KEY$a}${DATA_API_KEY$6}`; const CLASS_NAME_CAROUSEL = 'carousel'; const CLASS_NAME_ACTIVE$2 = 'active'; const CLASS_NAME_SLIDE = 'slide'; @@ -1146,11 +1163,11 @@ static get Default() { - return Default$9; + return Default$a; } static get NAME() { - return NAME$a; + return NAME$b; } // Public @@ -1228,11 +1245,11 @@ _getConfig(config) { - config = { ...Default$9, + config = { ...Default$a, ...Manipulator.getDataAttributes(this._element), ...(typeof config === 'object' ? config : {}) }; - typeCheckConfig(NAME$a, config, DefaultType$9); + typeCheckConfig(NAME$b, config, DefaultType$a); return config; } @@ -1589,7 +1606,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.2): collapse.js + * Bootstrap (v5.1.0): collapse.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -1599,27 +1616,28 @@ * ------------------------------------------------------------------------ */ - const NAME$9 = 'collapse'; - const DATA_KEY$8 = 'bs.collapse'; - const EVENT_KEY$8 = `.${DATA_KEY$8}`; + const NAME$a = 'collapse'; + const DATA_KEY$9 = 'bs.collapse'; + const EVENT_KEY$9 = `.${DATA_KEY$9}`; const DATA_API_KEY$5 = '.data-api'; - const Default$8 = { + const Default$9 = { toggle: true, - parent: '' + parent: null }; - const DefaultType$8 = { + const DefaultType$9 = { toggle: 'boolean', - parent: '(string|element)' + parent: '(null|element)' }; - const EVENT_SHOW$5 = `show${EVENT_KEY$8}`; - const EVENT_SHOWN$5 = `shown${EVENT_KEY$8}`; - const EVENT_HIDE$5 = `hide${EVENT_KEY$8}`; - const EVENT_HIDDEN$5 = `hidden${EVENT_KEY$8}`; - const EVENT_CLICK_DATA_API$4 = `click${EVENT_KEY$8}${DATA_API_KEY$5}`; - const CLASS_NAME_SHOW$8 = 'show'; + const EVENT_SHOW$5 = `show${EVENT_KEY$9}`; + const EVENT_SHOWN$5 = `shown${EVENT_KEY$9}`; + const EVENT_HIDE$5 = `hide${EVENT_KEY$9}`; + const EVENT_HIDDEN$5 = `hidden${EVENT_KEY$9}`; + const EVENT_CLICK_DATA_API$4 = `click${EVENT_KEY$9}${DATA_API_KEY$5}`; + const CLASS_NAME_SHOW$7 = 'show'; const CLASS_NAME_COLLAPSE = 'collapse'; const CLASS_NAME_COLLAPSING = 'collapsing'; const CLASS_NAME_COLLAPSED = 'collapsed'; + const CLASS_NAME_HORIZONTAL = 'collapse-horizontal'; const WIDTH = 'width'; const HEIGHT = 'height'; const SELECTOR_ACTIVES = '.show, .collapsing'; @@ -1635,7 +1653,7 @@ super(element); this._isTransitioning = false; this._config = this._getConfig(config); - this._triggerArray = SelectorEngine.find(`${SELECTOR_DATA_TOGGLE$4}[href="#${this._element.id}"],` + `${SELECTOR_DATA_TOGGLE$4}[data-bs-target="#${this._element.id}"]`); + this._triggerArray = []; const toggleList = SelectorEngine.find(SELECTOR_DATA_TOGGLE$4); for (let i = 0, len = toggleList.length; i < len; i++) { @@ -1650,10 +1668,10 @@ } } - this._parent = this._config.parent ? this._getParent() : null; + this._initializeChildren(); if (!this._config.parent) { - this._addAriaAndCollapsedClass(this._element, this._triggerArray); + this._addAriaAndCollapsedClass(this._triggerArray, this._isShown()); } if (this._config.toggle) { @@ -1663,16 +1681,16 @@ static get Default() { - return Default$8; + return Default$9; } static get NAME() { - return NAME$9; + return NAME$a; } // Public toggle() { - if (this._element.classList.contains(CLASS_NAME_SHOW$8)) { + if (this._isShown()) { this.hide(); } else { this.show(); @@ -1680,30 +1698,21 @@ } show() { - if (this._isTransitioning || this._element.classList.contains(CLASS_NAME_SHOW$8)) { + if (this._isTransitioning || this._isShown()) { return; } - let actives; + let actives = []; let activesData; - if (this._parent) { - actives = SelectorEngine.find(SELECTOR_ACTIVES, this._parent).filter(elem => { - if (typeof this._config.parent === 'string') { - return elem.getAttribute('data-bs-parent') === this._config.parent; - } - - return elem.classList.contains(CLASS_NAME_COLLAPSE); - }); - - if (actives.length === 0) { - actives = null; - } + if (this._config.parent) { + const children = SelectorEngine.find(`.${CLASS_NAME_COLLAPSE} .${CLASS_NAME_COLLAPSE}`, this._config.parent); + actives = SelectorEngine.find(SELECTOR_ACTIVES, this._config.parent).filter(elem => !children.includes(elem)); // remove children if greater depth } const container = SelectorEngine.findOne(this._selector); - if (actives) { + if (actives.length) { const tempActiveData = actives.find(elem => container !== elem); activesData = tempActiveData ? Collapse.getInstance(tempActiveData) : null; @@ -1718,17 +1727,17 @@ return; } - if (actives) { - actives.forEach(elemActive => { - if (container !== elemActive) { - Collapse.collapseInterface(elemActive, 'hide'); - } + actives.forEach(elemActive => { + if (container !== elemActive) { + Collapse.getOrCreateInstance(elemActive, { + toggle: false + }).hide(); + } - if (!activesData) { - Data.set(elemActive, DATA_KEY$8, null); - } - }); - } + if (!activesData) { + Data.set(elemActive, DATA_KEY$9, null); + } + }); const dimension = this._getDimension(); @@ -1738,22 +1747,18 @@ this._element.style[dimension] = 0; - if (this._triggerArray.length) { - this._triggerArray.forEach(element => { - element.classList.remove(CLASS_NAME_COLLAPSED); - element.setAttribute('aria-expanded', true); - }); - } + this._addAriaAndCollapsedClass(this._triggerArray, true); - this.setTransitioning(true); + this._isTransitioning = true; const complete = () => { + this._isTransitioning = false; + this._element.classList.remove(CLASS_NAME_COLLAPSING); - this._element.classList.add(CLASS_NAME_COLLAPSE, CLASS_NAME_SHOW$8); + this._element.classList.add(CLASS_NAME_COLLAPSE, CLASS_NAME_SHOW$7); this._element.style[dimension] = ''; - this.setTransitioning(false); EventHandler.trigger(this._element, EVENT_SHOWN$5); }; @@ -1766,7 +1771,7 @@ } hide() { - if (this._isTransitioning || !this._element.classList.contains(CLASS_NAME_SHOW$8)) { + if (this._isTransitioning || !this._isShown()) { return; } @@ -1783,26 +1788,23 @@ this._element.classList.add(CLASS_NAME_COLLAPSING); - this._element.classList.remove(CLASS_NAME_COLLAPSE, CLASS_NAME_SHOW$8); + this._element.classList.remove(CLASS_NAME_COLLAPSE, CLASS_NAME_SHOW$7); const triggerArrayLength = this._triggerArray.length; - if (triggerArrayLength > 0) { - for (let i = 0; i < triggerArrayLength; i++) { - const trigger = this._triggerArray[i]; - const elem = getElementFromSelector(trigger); + for (let i = 0; i < triggerArrayLength; i++) { + const trigger = this._triggerArray[i]; + const elem = getElementFromSelector(trigger); - if (elem && !elem.classList.contains(CLASS_NAME_SHOW$8)) { - trigger.classList.add(CLASS_NAME_COLLAPSED); - trigger.setAttribute('aria-expanded', false); - } + if (elem && !this._isShown(elem)) { + this._addAriaAndCollapsedClass([trigger], false); } } - this.setTransitioning(true); + this._isTransitioning = true; const complete = () => { - this.setTransitioning(false); + this._isTransitioning = false; this._element.classList.remove(CLASS_NAME_COLLAPSING); @@ -1816,45 +1818,47 @@ this._queueCallback(complete, this._element, true); } - setTransitioning(isTransitioning) { - this._isTransitioning = isTransitioning; + _isShown(element = this._element) { + return element.classList.contains(CLASS_NAME_SHOW$7); } // Private _getConfig(config) { - config = { ...Default$8, + config = { ...Default$9, + ...Manipulator.getDataAttributes(this._element), ...config }; config.toggle = Boolean(config.toggle); // Coerce string values - typeCheckConfig(NAME$9, config, DefaultType$8); + config.parent = getElement(config.parent); + typeCheckConfig(NAME$a, config, DefaultType$9); return config; } _getDimension() { - return this._element.classList.contains(WIDTH) ? WIDTH : HEIGHT; + return this._element.classList.contains(CLASS_NAME_HORIZONTAL) ? WIDTH : HEIGHT; } - _getParent() { - let { - parent - } = this._config; - parent = getElement(parent); - const selector = `${SELECTOR_DATA_TOGGLE$4}[data-bs-parent="${parent}"]`; - SelectorEngine.find(selector, parent).forEach(element => { - const selected = getElementFromSelector(element); - - this._addAriaAndCollapsedClass(selected, [element]); - }); - return parent; - } - - _addAriaAndCollapsedClass(element, triggerArray) { - if (!element || !triggerArray.length) { + _initializeChildren() { + if (!this._config.parent) { + return; + } + + const children = SelectorEngine.find(`.${CLASS_NAME_COLLAPSE} .${CLASS_NAME_COLLAPSE}`, this._config.parent); + SelectorEngine.find(SELECTOR_DATA_TOGGLE$4, this._config.parent).filter(elem => !children.includes(elem)).forEach(element => { + const selected = getElementFromSelector(element); + + if (selected) { + this._addAriaAndCollapsedClass([element], this._isShown(selected)); + } + }); + } + + _addAriaAndCollapsedClass(triggerArray, isOpen) { + if (!triggerArray.length) { return; } - const isOpen = element.classList.contains(CLASS_NAME_SHOW$8); triggerArray.forEach(elem => { if (isOpen) { elem.classList.remove(CLASS_NAME_COLLAPSED); @@ -1867,33 +1871,23 @@ } // Static - static collapseInterface(element, config) { - let data = Collapse.getInstance(element); - const _config = { ...Default$8, - ...Manipulator.getDataAttributes(element), - ...(typeof config === 'object' && config ? config : {}) - }; - - if (!data && _config.toggle && typeof config === 'string' && /show|hide/.test(config)) { - _config.toggle = false; - } - - if (!data) { - data = new Collapse(element, _config); - } - - if (typeof config === 'string') { - if (typeof data[config] === 'undefined') { - throw new TypeError(`No method named "${config}"`); - } - - data[config](); - } - } - static jQueryInterface(config) { return this.each(function () { - Collapse.collapseInterface(this, config); + const _config = {}; + + if (typeof config === 'string' && /show|hide/.test(config)) { + _config.toggle = false; + } + + const data = Collapse.getOrCreateInstance(this, _config); + + if (typeof config === 'string') { + if (typeof data[config] === 'undefined') { + throw new TypeError(`No method named "${config}"`); + } + + data[config](); + } }); } @@ -1911,26 +1905,12 @@ event.preventDefault(); } - const triggerData = Manipulator.getDataAttributes(this); const selector = getSelectorFromElement(this); const selectorElements = SelectorEngine.find(selector); selectorElements.forEach(element => { - const data = Collapse.getInstance(element); - let config; - - if (data) { - // update parent attribute - if (data._parent === null && typeof triggerData.parent === 'string') { - data._config.parent = triggerData.parent; - data._parent = data._getParent(); - } - - config = 'toggle'; - } else { - config = triggerData; - } - - Collapse.collapseInterface(element, config); + Collapse.getOrCreateInstance(element, { + toggle: false + }).toggle(); }); }); /** @@ -2098,17 +2078,31 @@ return placement.split('-')[0]; } - function getBoundingClientRect(element) { + var round$1 = Math.round; + function getBoundingClientRect(element, includeScale) { + if (includeScale === void 0) { + includeScale = false; + } + var rect = element.getBoundingClientRect(); + var scaleX = 1; + var scaleY = 1; + + if (isHTMLElement(element) && includeScale) { + // Fallback to 1 in case both values are `0` + scaleX = rect.width / element.offsetWidth || 1; + scaleY = rect.height / element.offsetHeight || 1; + } + return { - width: rect.width, - height: rect.height, - top: rect.top, - right: rect.right, - bottom: rect.bottom, - left: rect.left, - x: rect.left, - y: rect.top + width: round$1(rect.width / scaleX), + height: round$1(rect.height / scaleY), + top: round$1(rect.top / scaleY), + right: round$1(rect.right / scaleX), + bottom: round$1(rect.bottom / scaleY), + left: round$1(rect.left / scaleX), + x: round$1(rect.left / scaleX), + y: round$1(rect.top / scaleY) }; } @@ -3336,16 +3330,24 @@ } } + function isElementScaled(element) { + var rect = element.getBoundingClientRect(); + var scaleX = rect.width / element.offsetWidth || 1; + var scaleY = rect.height / element.offsetHeight || 1; + return scaleX !== 1 || scaleY !== 1; + } // Returns the composite rect of an element relative to its offsetParent. // Composite means it takes into account transforms as well as layout. + function getCompositeRect(elementOrVirtualElement, offsetParent, isFixed) { if (isFixed === void 0) { isFixed = false; } - var documentElement = getDocumentElement(offsetParent); - var rect = getBoundingClientRect(elementOrVirtualElement); var isOffsetParentAnElement = isHTMLElement(offsetParent); + var offsetParentIsScaled = isHTMLElement(offsetParent) && isElementScaled(offsetParent); + var documentElement = getDocumentElement(offsetParent); + var rect = getBoundingClientRect(elementOrVirtualElement, offsetParentIsScaled); var scroll = { scrollLeft: 0, scrollTop: 0 @@ -3362,7 +3364,7 @@ } if (isHTMLElement(offsetParent)) { - offsets = getBoundingClientRect(offsetParent); + offsets = getBoundingClientRect(offsetParent, true); offsets.x += offsetParent.clientLeft; offsets.y += offsetParent.clientTop; } else if (documentElement) { @@ -3698,7 +3700,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.2): dropdown.js + * Bootstrap (v5.1.0): dropdown.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -3708,27 +3710,26 @@ * ------------------------------------------------------------------------ */ - const NAME$8 = 'dropdown'; - const DATA_KEY$7 = 'bs.dropdown'; - const EVENT_KEY$7 = `.${DATA_KEY$7}`; + const NAME$9 = 'dropdown'; + const DATA_KEY$8 = 'bs.dropdown'; + const EVENT_KEY$8 = `.${DATA_KEY$8}`; const DATA_API_KEY$4 = '.data-api'; const ESCAPE_KEY$2 = 'Escape'; const SPACE_KEY = 'Space'; - const TAB_KEY = 'Tab'; + const TAB_KEY$1 = 'Tab'; const ARROW_UP_KEY = 'ArrowUp'; const ARROW_DOWN_KEY = 'ArrowDown'; const RIGHT_MOUSE_BUTTON = 2; // MouseEvent.button value for the secondary button, usually the right button const REGEXP_KEYDOWN = new RegExp(`${ARROW_UP_KEY}|${ARROW_DOWN_KEY}|${ESCAPE_KEY$2}`); - const EVENT_HIDE$4 = `hide${EVENT_KEY$7}`; - const EVENT_HIDDEN$4 = `hidden${EVENT_KEY$7}`; - const EVENT_SHOW$4 = `show${EVENT_KEY$7}`; - const EVENT_SHOWN$4 = `shown${EVENT_KEY$7}`; - const EVENT_CLICK = `click${EVENT_KEY$7}`; - const EVENT_CLICK_DATA_API$3 = `click${EVENT_KEY$7}${DATA_API_KEY$4}`; - const EVENT_KEYDOWN_DATA_API = `keydown${EVENT_KEY$7}${DATA_API_KEY$4}`; - const EVENT_KEYUP_DATA_API = `keyup${EVENT_KEY$7}${DATA_API_KEY$4}`; - const CLASS_NAME_SHOW$7 = 'show'; + const EVENT_HIDE$4 = `hide${EVENT_KEY$8}`; + const EVENT_HIDDEN$4 = `hidden${EVENT_KEY$8}`; + const EVENT_SHOW$4 = `show${EVENT_KEY$8}`; + const EVENT_SHOWN$4 = `shown${EVENT_KEY$8}`; + const EVENT_CLICK_DATA_API$3 = `click${EVENT_KEY$8}${DATA_API_KEY$4}`; + const EVENT_KEYDOWN_DATA_API = `keydown${EVENT_KEY$8}${DATA_API_KEY$4}`; + const EVENT_KEYUP_DATA_API = `keyup${EVENT_KEY$8}${DATA_API_KEY$4}`; + const CLASS_NAME_SHOW$6 = 'show'; const CLASS_NAME_DROPUP = 'dropup'; const CLASS_NAME_DROPEND = 'dropend'; const CLASS_NAME_DROPSTART = 'dropstart'; @@ -3743,7 +3744,7 @@ const PLACEMENT_BOTTOMEND = isRTL() ? 'bottom-start' : 'bottom-end'; const PLACEMENT_RIGHT = isRTL() ? 'left-start' : 'right-start'; const PLACEMENT_LEFT = isRTL() ? 'right-start' : 'left-start'; - const Default$7 = { + const Default$8 = { offset: [0, 2], boundary: 'clippingParents', reference: 'toggle', @@ -3751,7 +3752,7 @@ popperConfig: null, autoClose: true }; - const DefaultType$7 = { + const DefaultType$8 = { offset: '(array|string|function)', boundary: '(string|element)', reference: '(string|element|object)', @@ -3772,45 +3773,31 @@ this._config = this._getConfig(config); this._menu = this._getMenuElement(); this._inNavbar = this._detectNavbar(); - - this._addEventListeners(); } // Getters static get Default() { - return Default$7; + return Default$8; } static get DefaultType() { - return DefaultType$7; + return DefaultType$8; } static get NAME() { - return NAME$8; + return NAME$9; } // Public toggle() { - if (isDisabled(this._element)) { - return; - } - - const isActive = this._element.classList.contains(CLASS_NAME_SHOW$7); - - if (isActive) { - this.hide(); - return; - } - - this.show(); + return this._isShown() ? this.hide() : this.show(); } show() { - if (isDisabled(this._element) || this._menu.classList.contains(CLASS_NAME_SHOW$7)) { + if (isDisabled(this._element) || this._isShown(this._menu)) { return; } - const parent = Dropdown.getParentFromElement(this._element); const relatedTarget = { relatedTarget: this._element }; @@ -3818,34 +3805,14 @@ if (showEvent.defaultPrevented) { return; - } // Totally disable Popper for Dropdowns in Navbar + } + const parent = Dropdown.getParentFromElement(this._element); // Totally disable Popper for Dropdowns in Navbar if (this._inNavbar) { Manipulator.setDataAttribute(this._menu, 'popper', 'none'); } else { - if (typeof Popper === 'undefined') { - throw new TypeError('Bootstrap\'s dropdowns require Popper (https://popper.js.org)'); - } - - let referenceElement = this._element; - - if (this._config.reference === 'parent') { - referenceElement = parent; - } else if (isElement$1(this._config.reference)) { - referenceElement = getElement(this._config.reference); - } else if (typeof this._config.reference === 'object') { - referenceElement = this._config.reference; - } - - const popperConfig = this._getPopperConfig(); - - const isDisplayStatic = popperConfig.modifiers.find(modifier => modifier.name === 'applyStyles' && modifier.enabled === false); - this._popper = createPopper(referenceElement, this._menu, popperConfig); - - if (isDisplayStatic) { - Manipulator.setDataAttribute(this._menu, 'popper', 'static'); - } + this._createPopper(parent); } // If this is a touch-enabled device we add extra // empty mouseover listeners to the body's immediate children; // only needed because of broken event delegation on iOS @@ -3860,15 +3827,15 @@ this._element.setAttribute('aria-expanded', true); - this._menu.classList.toggle(CLASS_NAME_SHOW$7); + this._menu.classList.add(CLASS_NAME_SHOW$6); - this._element.classList.toggle(CLASS_NAME_SHOW$7); + this._element.classList.add(CLASS_NAME_SHOW$6); EventHandler.trigger(this._element, EVENT_SHOWN$4, relatedTarget); } hide() { - if (isDisabled(this._element) || !this._menu.classList.contains(CLASS_NAME_SHOW$7)) { + if (isDisabled(this._element) || !this._isShown(this._menu)) { return; } @@ -3896,13 +3863,6 @@ } // Private - _addEventListeners() { - EventHandler.on(this._element, EVENT_CLICK, event => { - event.preventDefault(); - this.toggle(); - }); - } - _completeHide(relatedTarget) { const hideEvent = EventHandler.trigger(this._element, EVENT_HIDE$4, relatedTarget); @@ -3920,9 +3880,9 @@ this._popper.destroy(); } - this._menu.classList.remove(CLASS_NAME_SHOW$7); + this._menu.classList.remove(CLASS_NAME_SHOW$6); - this._element.classList.remove(CLASS_NAME_SHOW$7); + this._element.classList.remove(CLASS_NAME_SHOW$6); this._element.setAttribute('aria-expanded', 'false'); @@ -3935,16 +3895,45 @@ ...Manipulator.getDataAttributes(this._element), ...config }; - typeCheckConfig(NAME$8, config, this.constructor.DefaultType); + typeCheckConfig(NAME$9, config, this.constructor.DefaultType); if (typeof config.reference === 'object' && !isElement$1(config.reference) && typeof config.reference.getBoundingClientRect !== 'function') { // Popper virtual elements require a getBoundingClientRect method - throw new TypeError(`${NAME$8.toUpperCase()}: Option "reference" provided type "object" without a required "getBoundingClientRect" method.`); + throw new TypeError(`${NAME$9.toUpperCase()}: Option "reference" provided type "object" without a required "getBoundingClientRect" method.`); } return config; } + _createPopper(parent) { + if (typeof Popper === 'undefined') { + throw new TypeError('Bootstrap\'s dropdowns require Popper (https://popper.js.org)'); + } + + let referenceElement = this._element; + + if (this._config.reference === 'parent') { + referenceElement = parent; + } else if (isElement$1(this._config.reference)) { + referenceElement = getElement(this._config.reference); + } else if (typeof this._config.reference === 'object') { + referenceElement = this._config.reference; + } + + const popperConfig = this._getPopperConfig(); + + const isDisplayStatic = popperConfig.modifiers.find(modifier => modifier.name === 'applyStyles' && modifier.enabled === false); + this._popper = createPopper(referenceElement, this._menu, popperConfig); + + if (isDisplayStatic) { + Manipulator.setDataAttribute(this._menu, 'popper', 'static'); + } + } + + _isShown(element = this._element) { + return element.classList.contains(CLASS_NAME_SHOW$6); + } + _getMenuElement() { return SelectorEngine.next(this._element, SELECTOR_MENU)[0]; } @@ -4034,26 +4023,24 @@ } // Static - static dropdownInterface(element, config) { - const data = Dropdown.getOrCreateInstance(element, config); + static jQueryInterface(config) { + return this.each(function () { + const data = Dropdown.getOrCreateInstance(this, config); + + if (typeof config !== 'string') { + return; + } - if (typeof config === 'string') { if (typeof data[config] === 'undefined') { throw new TypeError(`No method named "${config}"`); } data[config](); - } - } - - static jQueryInterface(config) { - return this.each(function () { - Dropdown.dropdownInterface(this, config); }); } static clearMenus(event) { - if (event && (event.button === RIGHT_MOUSE_BUTTON || event.type === 'keyup' && event.key !== TAB_KEY)) { + if (event && (event.button === RIGHT_MOUSE_BUTTON || event.type === 'keyup' && event.key !== TAB_KEY$1)) { return; } @@ -4066,7 +4053,7 @@ continue; } - if (!context._element.classList.contains(CLASS_NAME_SHOW$7)) { + if (!context._isShown()) { continue; } @@ -4083,7 +4070,7 @@ } // Tab navigation through the dropdown menu or events from contained inputs shouldn't close the menu - if (context._menu.contains(event.target) && (event.type === 'keyup' && event.key === TAB_KEY || /input|select|option|textarea|form/i.test(event.target.tagName))) { + if (context._menu.contains(event.target) && (event.type === 'keyup' && event.key === TAB_KEY$1 || /input|select|option|textarea|form/i.test(event.target.tagName))) { continue; } @@ -4112,7 +4099,7 @@ return; } - const isActive = this.classList.contains(CLASS_NAME_SHOW$7); + const isActive = this.classList.contains(CLASS_NAME_SHOW$6); if (!isActive && event.key === ESCAPE_KEY$2) { return; @@ -4125,20 +4112,20 @@ return; } - const getToggleButton = () => this.matches(SELECTOR_DATA_TOGGLE$3) ? this : SelectorEngine.prev(this, SELECTOR_DATA_TOGGLE$3)[0]; + const getToggleButton = this.matches(SELECTOR_DATA_TOGGLE$3) ? this : SelectorEngine.prev(this, SELECTOR_DATA_TOGGLE$3)[0]; + const instance = Dropdown.getOrCreateInstance(getToggleButton); if (event.key === ESCAPE_KEY$2) { - getToggleButton().focus(); - Dropdown.clearMenus(); + instance.hide(); return; } if (event.key === ARROW_UP_KEY || event.key === ARROW_DOWN_KEY) { if (!isActive) { - getToggleButton().click(); + instance.show(); } - Dropdown.getInstance(getToggleButton())._selectMenuItem(event); + instance._selectMenuItem(event); return; } @@ -4162,7 +4149,7 @@ EventHandler.on(document, EVENT_KEYUP_DATA_API, Dropdown.clearMenus); EventHandler.on(document, EVENT_CLICK_DATA_API$3, SELECTOR_DATA_TOGGLE$3, function (event) { event.preventDefault(); - Dropdown.dropdownInterface(this); + Dropdown.getOrCreateInstance(this).toggle(); }); /** * ------------------------------------------------------------------------ @@ -4175,7 +4162,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.2): util/scrollBar.js + * Bootstrap (v5.1.0): util/scrollBar.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -4279,11 +4266,12 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.2): util/backdrop.js + * Bootstrap (v5.1.0): util/backdrop.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ - const Default$6 = { + const Default$7 = { + className: 'modal-backdrop', isVisible: true, // if false, we use the backdrop helper without adding any element to the dom isAnimated: false, @@ -4291,17 +4279,17 @@ // give the choice to place backdrop under different elements clickCallback: null }; - const DefaultType$6 = { + const DefaultType$7 = { + className: 'string', isVisible: 'boolean', isAnimated: 'boolean', rootElement: '(element|string)', clickCallback: '(function|null)' }; - const NAME$7 = 'backdrop'; - const CLASS_NAME_BACKDROP = 'modal-backdrop'; - const CLASS_NAME_FADE$5 = 'fade'; - const CLASS_NAME_SHOW$6 = 'show'; - const EVENT_MOUSEDOWN = `mousedown.bs.${NAME$7}`; + const NAME$8 = 'backdrop'; + const CLASS_NAME_FADE$4 = 'fade'; + const CLASS_NAME_SHOW$5 = 'show'; + const EVENT_MOUSEDOWN = `mousedown.bs.${NAME$8}`; class Backdrop { constructor(config) { @@ -4322,7 +4310,7 @@ reflow(this._getElement()); } - this._getElement().classList.add(CLASS_NAME_SHOW$6); + this._getElement().classList.add(CLASS_NAME_SHOW$5); this._emulateAnimation(() => { execute(callback); @@ -4335,7 +4323,7 @@ return; } - this._getElement().classList.remove(CLASS_NAME_SHOW$6); + this._getElement().classList.remove(CLASS_NAME_SHOW$5); this._emulateAnimation(() => { this.dispose(); @@ -4347,10 +4335,10 @@ _getElement() { if (!this._element) { const backdrop = document.createElement('div'); - backdrop.className = CLASS_NAME_BACKDROP; + backdrop.className = this._config.className; if (this._config.isAnimated) { - backdrop.classList.add(CLASS_NAME_FADE$5); + backdrop.classList.add(CLASS_NAME_FADE$4); } this._element = backdrop; @@ -4360,12 +4348,12 @@ } _getConfig(config) { - config = { ...Default$6, + config = { ...Default$7, ...(typeof config === 'object' ? config : {}) }; // use getElement() with the default "body" to get a fresh Element on each instantiation config.rootElement = getElement(config.rootElement); - typeCheckConfig(NAME$7, config, DefaultType$6); + typeCheckConfig(NAME$8, config, DefaultType$7); return config; } @@ -4374,7 +4362,7 @@ return; } - this._config.rootElement.appendChild(this._getElement()); + this._config.rootElement.append(this._getElement()); EventHandler.on(this._getElement(), EVENT_MOUSEDOWN, () => { execute(this._config.clickCallback); @@ -4402,7 +4390,110 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.2): modal.js + * Bootstrap (v5.1.0): util/focustrap.js + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * -------------------------------------------------------------------------- + */ + const Default$6 = { + trapElement: null, + // The element to trap focus inside of + autofocus: true + }; + const DefaultType$6 = { + trapElement: 'element', + autofocus: 'boolean' + }; + const NAME$7 = 'focustrap'; + const DATA_KEY$7 = 'bs.focustrap'; + const EVENT_KEY$7 = `.${DATA_KEY$7}`; + const EVENT_FOCUSIN$1 = `focusin${EVENT_KEY$7}`; + const EVENT_KEYDOWN_TAB = `keydown.tab${EVENT_KEY$7}`; + const TAB_KEY = 'Tab'; + const TAB_NAV_FORWARD = 'forward'; + const TAB_NAV_BACKWARD = 'backward'; + + class FocusTrap { + constructor(config) { + this._config = this._getConfig(config); + this._isActive = false; + this._lastTabNavDirection = null; + } + + activate() { + const { + trapElement, + autofocus + } = this._config; + + if (this._isActive) { + return; + } + + if (autofocus) { + trapElement.focus(); + } + + EventHandler.off(document, EVENT_KEY$7); // guard against infinite focus loop + + EventHandler.on(document, EVENT_FOCUSIN$1, event => this._handleFocusin(event)); + EventHandler.on(document, EVENT_KEYDOWN_TAB, event => this._handleKeydown(event)); + this._isActive = true; + } + + deactivate() { + if (!this._isActive) { + return; + } + + this._isActive = false; + EventHandler.off(document, EVENT_KEY$7); + } // Private + + + _handleFocusin(event) { + const { + target + } = event; + const { + trapElement + } = this._config; + + if (target === document || target === trapElement || trapElement.contains(target)) { + return; + } + + const elements = SelectorEngine.focusableChildren(trapElement); + + if (elements.length === 0) { + trapElement.focus(); + } else if (this._lastTabNavDirection === TAB_NAV_BACKWARD) { + elements[elements.length - 1].focus(); + } else { + elements[0].focus(); + } + } + + _handleKeydown(event) { + if (event.key !== TAB_KEY) { + return; + } + + this._lastTabNavDirection = event.shiftKey ? TAB_NAV_BACKWARD : TAB_NAV_FORWARD; + } + + _getConfig(config) { + config = { ...Default$6, + ...(typeof config === 'object' ? config : {}) + }; + typeCheckConfig(NAME$7, config, DefaultType$6); + return config; + } + + } + + /** + * -------------------------------------------------------------------------- + * Bootstrap (v5.1.0): modal.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -4432,21 +4523,19 @@ const EVENT_HIDDEN$3 = `hidden${EVENT_KEY$6}`; const EVENT_SHOW$3 = `show${EVENT_KEY$6}`; const EVENT_SHOWN$3 = `shown${EVENT_KEY$6}`; - const EVENT_FOCUSIN$2 = `focusin${EVENT_KEY$6}`; const EVENT_RESIZE = `resize${EVENT_KEY$6}`; - const EVENT_CLICK_DISMISS$2 = `click.dismiss${EVENT_KEY$6}`; + const EVENT_CLICK_DISMISS = `click.dismiss${EVENT_KEY$6}`; const EVENT_KEYDOWN_DISMISS$1 = `keydown.dismiss${EVENT_KEY$6}`; const EVENT_MOUSEUP_DISMISS = `mouseup.dismiss${EVENT_KEY$6}`; const EVENT_MOUSEDOWN_DISMISS = `mousedown.dismiss${EVENT_KEY$6}`; const EVENT_CLICK_DATA_API$2 = `click${EVENT_KEY$6}${DATA_API_KEY$3}`; const CLASS_NAME_OPEN = 'modal-open'; - const CLASS_NAME_FADE$4 = 'fade'; - const CLASS_NAME_SHOW$5 = 'show'; + const CLASS_NAME_FADE$3 = 'fade'; + const CLASS_NAME_SHOW$4 = 'show'; const CLASS_NAME_STATIC = 'modal-static'; const SELECTOR_DIALOG = '.modal-dialog'; const SELECTOR_MODAL_BODY = '.modal-body'; const SELECTOR_DATA_TOGGLE$2 = '[data-bs-toggle="modal"]'; - const SELECTOR_DATA_DISMISS$2 = '[data-bs-dismiss="modal"]'; /** * ------------------------------------------------------------------------ * Class Definition @@ -4459,6 +4548,7 @@ this._config = this._getConfig(config); this._dialog = SelectorEngine.findOne(SELECTOR_DIALOG, this._element); this._backdrop = this._initializeBackDrop(); + this._focustrap = this._initializeFocusTrap(); this._isShown = false; this._ignoreBackdropClick = false; this._isTransitioning = false; @@ -4508,7 +4598,6 @@ this._setResizeEvent(); - EventHandler.on(this._element, EVENT_CLICK_DISMISS$2, SELECTOR_DATA_DISMISS$2, event => this.hide(event)); EventHandler.on(this._dialog, EVENT_MOUSEDOWN_DISMISS, () => { EventHandler.one(this._element, EVENT_MOUSEUP_DISMISS, event => { if (event.target === this._element) { @@ -4520,11 +4609,7 @@ this._showBackdrop(() => this._showElement(relatedTarget)); } - hide(event) { - if (event && ['A', 'AREA'].includes(event.target.tagName)) { - event.preventDefault(); - } - + hide() { if (!this._isShown || this._isTransitioning) { return; } @@ -4547,11 +4632,11 @@ this._setResizeEvent(); - EventHandler.off(document, EVENT_FOCUSIN$2); + this._focustrap.deactivate(); - this._element.classList.remove(CLASS_NAME_SHOW$5); + this._element.classList.remove(CLASS_NAME_SHOW$4); - EventHandler.off(this._element, EVENT_CLICK_DISMISS$2); + EventHandler.off(this._element, EVENT_CLICK_DISMISS); EventHandler.off(this._dialog, EVENT_MOUSEDOWN_DISMISS); this._queueCallback(() => this._hideModal(), this._element, isAnimated); @@ -4562,14 +4647,9 @@ this._backdrop.dispose(); - super.dispose(); - /** - * `document` has 2 events `EVENT_FOCUSIN` and `EVENT_CLICK_DATA_API` - * Do not move `document` in `htmlElements` array - * It will remove `EVENT_CLICK_DATA_API` event that should remain - */ + this._focustrap.deactivate(); - EventHandler.off(document, EVENT_FOCUSIN$2); + super.dispose(); } handleUpdate() { @@ -4585,6 +4665,12 @@ }); } + _initializeFocusTrap() { + return new FocusTrap({ + trapElement: this._element + }); + } + _getConfig(config) { config = { ...Default$5, ...Manipulator.getDataAttributes(this._element), @@ -4601,7 +4687,7 @@ if (!this._element.parentNode || this._element.parentNode.nodeType !== Node.ELEMENT_NODE) { // Don't move modal's DOM position - document.body.appendChild(this._element); + document.body.append(this._element); } this._element.style.display = 'block'; @@ -4622,15 +4708,11 @@ reflow(this._element); } - this._element.classList.add(CLASS_NAME_SHOW$5); - - if (this._config.focus) { - this._enforceFocus(); - } + this._element.classList.add(CLASS_NAME_SHOW$4); const transitionComplete = () => { if (this._config.focus) { - this._element.focus(); + this._focustrap.activate(); } this._isTransitioning = false; @@ -4642,16 +4724,6 @@ this._queueCallback(transitionComplete, this._dialog, isAnimated); } - _enforceFocus() { - EventHandler.off(document, EVENT_FOCUSIN$2); // guard against infinite focus loop - - EventHandler.on(document, EVENT_FOCUSIN$2, event => { - if (document !== event.target && this._element !== event.target && !this._element.contains(event.target)) { - this._element.focus(); - } - }); - } - _setEscapeEvent() { if (this._isShown) { EventHandler.on(this._element, EVENT_KEYDOWN_DISMISS$1, event => { @@ -4698,7 +4770,7 @@ } _showBackdrop(callback) { - EventHandler.on(this._element, EVENT_CLICK_DISMISS$2, event => { + EventHandler.on(this._element, EVENT_CLICK_DISMISS, event => { if (this._ignoreBackdropClick) { this._ignoreBackdropClick = false; return; @@ -4719,7 +4791,7 @@ } _isAnimated() { - return this._element.classList.contains(CLASS_NAME_FADE$4); + return this._element.classList.contains(CLASS_NAME_FADE$3); } _triggerBackdropTransition() { @@ -4830,6 +4902,7 @@ const data = Modal.getOrCreateInstance(target); data.toggle(this); }); + enableDismissTrigger(Modal); /** * ------------------------------------------------------------------------ * jQuery @@ -4841,7 +4914,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.2): offcanvas.js + * Bootstrap (v5.1.0): offcanvas.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -4867,17 +4940,15 @@ keyboard: 'boolean', scroll: 'boolean' }; - const CLASS_NAME_SHOW$4 = 'show'; + const CLASS_NAME_SHOW$3 = 'show'; + const CLASS_NAME_BACKDROP = 'offcanvas-backdrop'; const OPEN_SELECTOR = '.offcanvas.show'; const EVENT_SHOW$2 = `show${EVENT_KEY$5}`; const EVENT_SHOWN$2 = `shown${EVENT_KEY$5}`; const EVENT_HIDE$2 = `hide${EVENT_KEY$5}`; const EVENT_HIDDEN$2 = `hidden${EVENT_KEY$5}`; - const EVENT_FOCUSIN$1 = `focusin${EVENT_KEY$5}`; const EVENT_CLICK_DATA_API$1 = `click${EVENT_KEY$5}${DATA_API_KEY$2}`; - const EVENT_CLICK_DISMISS$1 = `click.dismiss${EVENT_KEY$5}`; const EVENT_KEYDOWN_DISMISS = `keydown.dismiss${EVENT_KEY$5}`; - const SELECTOR_DATA_DISMISS$1 = '[data-bs-dismiss="offcanvas"]'; const SELECTOR_DATA_TOGGLE$1 = '[data-bs-toggle="offcanvas"]'; /** * ------------------------------------------------------------------------ @@ -4891,6 +4962,7 @@ this._config = this._getConfig(config); this._isShown = false; this._backdrop = this._initializeBackDrop(); + this._focustrap = this._initializeFocusTrap(); this._addEventListeners(); } // Getters @@ -4929,8 +5001,6 @@ if (!this._config.scroll) { new ScrollBarHelper().hide(); - - this._enforceFocusOnElement(this._element); } this._element.removeAttribute('aria-hidden'); @@ -4939,9 +5009,13 @@ this._element.setAttribute('role', 'dialog'); - this._element.classList.add(CLASS_NAME_SHOW$4); + this._element.classList.add(CLASS_NAME_SHOW$3); const completeCallBack = () => { + if (!this._config.scroll) { + this._focustrap.activate(); + } + EventHandler.trigger(this._element, EVENT_SHOWN$2, { relatedTarget }); @@ -4961,13 +5035,13 @@ return; } - EventHandler.off(document, EVENT_FOCUSIN$1); + this._focustrap.deactivate(); this._element.blur(); this._isShown = false; - this._element.classList.remove(CLASS_NAME_SHOW$4); + this._element.classList.remove(CLASS_NAME_SHOW$3); this._backdrop.hide(); @@ -4993,8 +5067,9 @@ dispose() { this._backdrop.dispose(); + this._focustrap.deactivate(); + super.dispose(); - EventHandler.off(document, EVENT_FOCUSIN$1); } // Private @@ -5009,6 +5084,7 @@ _initializeBackDrop() { return new Backdrop({ + className: CLASS_NAME_BACKDROP, isVisible: this._config.backdrop, isAnimated: true, rootElement: this._element.parentNode, @@ -5016,19 +5092,13 @@ }); } - _enforceFocusOnElement(element) { - EventHandler.off(document, EVENT_FOCUSIN$1); // guard against infinite focus loop - - EventHandler.on(document, EVENT_FOCUSIN$1, event => { - if (document !== event.target && element !== event.target && !element.contains(event.target)) { - element.focus(); - } + _initializeFocusTrap() { + return new FocusTrap({ + trapElement: this._element }); - element.focus(); } _addEventListeners() { - EventHandler.on(this._element, EVENT_CLICK_DISMISS$1, SELECTOR_DATA_DISMISS$1, () => this.hide()); EventHandler.on(this._element, EVENT_KEYDOWN_DISMISS, event => { if (this._config.keyboard && event.key === ESCAPE_KEY) { this.hide(); @@ -5089,6 +5159,7 @@ data.toggle(this); }); EventHandler.on(window, EVENT_LOAD_DATA_API$1, () => SelectorEngine.find(OPEN_SELECTOR).forEach(el => Offcanvas.getOrCreateInstance(el).show())); + enableDismissTrigger(Offcanvas); /** * ------------------------------------------------------------------------ * jQuery @@ -5099,7 +5170,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.2): util/sanitizer.js + * Bootstrap (v5.1.0): util/sanitizer.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -5212,7 +5283,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.2): tooltip.js + * Bootstrap (v5.1.0): tooltip.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -5226,7 +5297,6 @@ const DATA_KEY$4 = 'bs.tooltip'; const EVENT_KEY$4 = `.${DATA_KEY$4}`; const CLASS_PREFIX$1 = 'bs-tooltip'; - const BSCLS_PREFIX_REGEX$1 = new RegExp(`(^|\\s)${CLASS_PREFIX$1}\\S+`, 'g'); const DISALLOWED_ATTRIBUTES = new Set(['sanitize', 'allowList', 'sanitizeFn']); const DefaultType$3 = { animation: 'boolean', @@ -5285,12 +5355,14 @@ MOUSEENTER: `mouseenter${EVENT_KEY$4}`, MOUSELEAVE: `mouseleave${EVENT_KEY$4}` }; - const CLASS_NAME_FADE$3 = 'fade'; + const CLASS_NAME_FADE$2 = 'fade'; const CLASS_NAME_MODAL = 'modal'; - const CLASS_NAME_SHOW$3 = 'show'; + const CLASS_NAME_SHOW$2 = 'show'; const HOVER_STATE_SHOW = 'show'; const HOVER_STATE_OUT = 'out'; const SELECTOR_TOOLTIP_INNER = '.tooltip-inner'; + const SELECTOR_MODAL = `.${CLASS_NAME_MODAL}`; + const EVENT_MODAL_HIDE = 'hide.bs.modal'; const TRIGGER_HOVER = 'hover'; const TRIGGER_FOCUS = 'focus'; const TRIGGER_CLICK = 'click'; @@ -5367,7 +5439,7 @@ context._leave(null, context); } } else { - if (this.getTipElement().classList.contains(CLASS_NAME_SHOW$3)) { + if (this.getTipElement().classList.contains(CLASS_NAME_SHOW$2)) { this._leave(null, this); return; @@ -5379,7 +5451,7 @@ dispose() { clearTimeout(this._timeout); - EventHandler.off(this._element.closest(`.${CLASS_NAME_MODAL}`), 'hide.bs.modal', this._hideModalHandler); + EventHandler.off(this._element.closest(SELECTOR_MODAL), EVENT_MODAL_HIDE, this._hideModalHandler); if (this.tip) { this.tip.remove(); @@ -5415,10 +5487,8 @@ this._element.setAttribute('aria-describedby', tipId); - this.setContent(); - if (this._config.animation) { - tip.classList.add(CLASS_NAME_FADE$3); + tip.classList.add(CLASS_NAME_FADE$2); } const placement = typeof this._config.placement === 'function' ? this._config.placement.call(this, tip, this._element) : this._config.placement; @@ -5433,7 +5503,7 @@ Data.set(tip, this.constructor.DATA_KEY, this); if (!this._element.ownerDocument.documentElement.contains(this.tip)) { - container.appendChild(tip); + container.append(tip); EventHandler.trigger(this._element, this.constructor.Event.INSERTED); } @@ -5443,8 +5513,9 @@ this._popper = createPopper(this._element, tip, this._getPopperConfig(attachment)); } - tip.classList.add(CLASS_NAME_SHOW$3); - const customClass = typeof this._config.customClass === 'function' ? this._config.customClass() : this._config.customClass; + tip.classList.add(CLASS_NAME_SHOW$2); + + const customClass = this._resolvePossibleFunction(this._config.customClass); if (customClass) { tip.classList.add(...customClass.split(' ')); @@ -5470,7 +5541,7 @@ } }; - const isAnimated = this.tip.classList.contains(CLASS_NAME_FADE$3); + const isAnimated = this.tip.classList.contains(CLASS_NAME_FADE$2); this._queueCallback(complete, this.tip, isAnimated); } @@ -5510,7 +5581,7 @@ return; } - tip.classList.remove(CLASS_NAME_SHOW$3); // If this is a touch-enabled device we remove the extra + tip.classList.remove(CLASS_NAME_SHOW$2); // If this is a touch-enabled device we remove the extra // empty mouseover listeners we added for iOS support if ('ontouchstart' in document.documentElement) { @@ -5520,7 +5591,7 @@ this._activeTrigger[TRIGGER_CLICK] = false; this._activeTrigger[TRIGGER_FOCUS] = false; this._activeTrigger[TRIGGER_HOVER] = false; - const isAnimated = this.tip.classList.contains(CLASS_NAME_FADE$3); + const isAnimated = this.tip.classList.contains(CLASS_NAME_FADE$2); this._queueCallback(complete, this.tip, isAnimated); @@ -5545,14 +5616,27 @@ const element = document.createElement('div'); element.innerHTML = this._config.template; - this.tip = element.children[0]; + const tip = element.children[0]; + this.setContent(tip); + tip.classList.remove(CLASS_NAME_FADE$2, CLASS_NAME_SHOW$2); + this.tip = tip; return this.tip; } - setContent() { - const tip = this.getTipElement(); - this.setElementContent(SelectorEngine.findOne(SELECTOR_TOOLTIP_INNER, tip), this.getTitle()); - tip.classList.remove(CLASS_NAME_FADE$3, CLASS_NAME_SHOW$3); + setContent(tip) { + this._sanitizeAndSetContent(tip, this.getTitle(), SELECTOR_TOOLTIP_INNER); + } + + _sanitizeAndSetContent(template, content, selector) { + const templateElement = SelectorEngine.findOne(selector, template); + + if (!content && templateElement) { + templateElement.remove(); + return; + } // we use append for html objects to maintain js events + + + this.setElementContent(templateElement, content); } setElementContent(element, content) { @@ -5566,7 +5650,7 @@ if (this._config.html) { if (content.parentNode !== element) { element.innerHTML = ''; - element.appendChild(content); + element.append(content); } } else { element.textContent = content.textContent; @@ -5587,13 +5671,9 @@ } getTitle() { - let title = this._element.getAttribute('data-bs-original-title'); + const title = this._element.getAttribute('data-bs-original-title') || this._config.title; - if (!title) { - title = typeof this._config.title === 'function' ? this._config.title.call(this._element) : this._config.title; - } - - return title; + return this._resolvePossibleFunction(title); } updateAttachment(attachment) { @@ -5610,15 +5690,7 @@ _initializeOnDelegatedTarget(event, context) { - const dataKey = this.constructor.DATA_KEY; - context = context || Data.get(event.delegateTarget, dataKey); - - if (!context) { - context = new this.constructor(event.delegateTarget, this._getDelegateConfig()); - Data.set(event.delegateTarget, dataKey, context); - } - - return context; + return context || this.constructor.getOrCreateInstance(event.delegateTarget, this._getDelegateConfig()); } _getOffset() { @@ -5637,6 +5709,10 @@ return offset; } + _resolvePossibleFunction(content) { + return typeof content === 'function' ? content.call(this._element) : content; + } + _getPopperConfig(attachment) { const defaultBsPopperConfig = { placement: attachment, @@ -5678,7 +5754,7 @@ } _addAttachmentClass(attachment) { - this.getTipElement().classList.add(`${CLASS_PREFIX$1}-${this.updateAttachment(attachment)}`); + this.getTipElement().classList.add(`${this._getBasicClassPrefix()}-${this.updateAttachment(attachment)}`); } _getAttachment(placement) { @@ -5705,7 +5781,7 @@ } }; - EventHandler.on(this._element.closest(`.${CLASS_NAME_MODAL}`), 'hide.bs.modal', this._hideModalHandler); + EventHandler.on(this._element.closest(SELECTOR_MODAL), EVENT_MODAL_HIDE, this._hideModalHandler); if (this._config.selector) { this._config = { ...this._config, @@ -5740,7 +5816,7 @@ context._activeTrigger[event.type === 'focusin' ? TRIGGER_FOCUS : TRIGGER_HOVER] = true; } - if (context.getTipElement().classList.contains(CLASS_NAME_SHOW$3) || context._hoverState === HOVER_STATE_SHOW) { + if (context.getTipElement().classList.contains(CLASS_NAME_SHOW$2) || context._hoverState === HOVER_STATE_SHOW) { context._hoverState = HOVER_STATE_SHOW; return; } @@ -5836,26 +5912,32 @@ _getDelegateConfig() { const config = {}; - if (this._config) { - for (const key in this._config) { - if (this.constructor.Default[key] !== this._config[key]) { - config[key] = this._config[key]; - } + for (const key in this._config) { + if (this.constructor.Default[key] !== this._config[key]) { + config[key] = this._config[key]; } - } + } // In the future can be replaced with: + // const keysWithDifferentValues = Object.entries(this._config).filter(entry => this.constructor.Default[entry[0]] !== this._config[entry[0]]) + // `Object.fromEntries(keysWithDifferentValues)` + return config; } _cleanTipClass() { const tip = this.getTipElement(); - const tabClass = tip.getAttribute('class').match(BSCLS_PREFIX_REGEX$1); + const basicClassPrefixRegex = new RegExp(`(^|\\s)${this._getBasicClassPrefix()}\\S+`, 'g'); + const tabClass = tip.getAttribute('class').match(basicClassPrefixRegex); if (tabClass !== null && tabClass.length > 0) { tabClass.map(token => token.trim()).forEach(tClass => tip.classList.remove(tClass)); } } + _getBasicClassPrefix() { + return CLASS_PREFIX$1; + } + _handlePopperPlacementChange(popperData) { const { state @@ -5900,7 +5982,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.2): popover.js + * Bootstrap (v5.1.0): popover.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -5914,7 +5996,6 @@ const DATA_KEY$3 = 'bs.popover'; const EVENT_KEY$3 = `.${DATA_KEY$3}`; const CLASS_PREFIX = 'bs-popover'; - const BSCLS_PREFIX_REGEX = new RegExp(`(^|\\s)${CLASS_PREFIX}\\S+`, 'g'); const Default$2 = { ...Tooltip.Default, placement: 'right', offset: [0, 8], @@ -5937,8 +6018,6 @@ MOUSEENTER: `mouseenter${EVENT_KEY$3}`, MOUSELEAVE: `mouseleave${EVENT_KEY$3}` }; - const CLASS_NAME_FADE$2 = 'fade'; - const CLASS_NAME_SHOW$2 = 'show'; const SELECTOR_TITLE = '.popover-header'; const SELECTOR_CONTENT = '.popover-body'; /** @@ -5970,55 +6049,19 @@ return this.getTitle() || this._getContent(); } - getTipElement() { - if (this.tip) { - return this.tip; - } + setContent(tip) { + this._sanitizeAndSetContent(tip, this.getTitle(), SELECTOR_TITLE); - this.tip = super.getTipElement(); - - if (!this.getTitle()) { - SelectorEngine.findOne(SELECTOR_TITLE, this.tip).remove(); - } - - if (!this._getContent()) { - SelectorEngine.findOne(SELECTOR_CONTENT, this.tip).remove(); - } - - return this.tip; - } - - setContent() { - const tip = this.getTipElement(); // we use append for html objects to maintain js events - - this.setElementContent(SelectorEngine.findOne(SELECTOR_TITLE, tip), this.getTitle()); - - let content = this._getContent(); - - if (typeof content === 'function') { - content = content.call(this._element); - } - - this.setElementContent(SelectorEngine.findOne(SELECTOR_CONTENT, tip), content); - tip.classList.remove(CLASS_NAME_FADE$2, CLASS_NAME_SHOW$2); + this._sanitizeAndSetContent(tip, this._getContent(), SELECTOR_CONTENT); } // Private - _addAttachmentClass(attachment) { - this.getTipElement().classList.add(`${CLASS_PREFIX}-${this.updateAttachment(attachment)}`); - } - _getContent() { - return this._element.getAttribute('data-bs-content') || this._config.content; + return this._resolvePossibleFunction(this._config.content); } - _cleanTipClass() { - const tip = this.getTipElement(); - const tabClass = tip.getAttribute('class').match(BSCLS_PREFIX_REGEX); - - if (tabClass !== null && tabClass.length > 0) { - tabClass.map(token => token.trim()).forEach(tClass => tip.classList.remove(tClass)); - } + _getBasicClassPrefix() { + return CLASS_PREFIX; } // Static @@ -6049,7 +6092,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.2): scrollspy.js + * Bootstrap (v5.1.0): scrollspy.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -6083,6 +6126,7 @@ const SELECTOR_NAV_LINKS = '.nav-link'; const SELECTOR_NAV_ITEMS = '.nav-item'; const SELECTOR_LIST_ITEMS = '.list-group-item'; + const SELECTOR_LINK_ITEMS = `${SELECTOR_NAV_LINKS}, ${SELECTOR_LIST_ITEMS}, .${CLASS_NAME_DROPDOWN_ITEM}`; const SELECTOR_DROPDOWN$1 = '.dropdown'; const SELECTOR_DROPDOWN_TOGGLE$1 = '.dropdown-toggle'; const METHOD_OFFSET = 'offset'; @@ -6098,7 +6142,6 @@ super(element); this._scrollElement = this._element.tagName === 'BODY' ? window : this._element; this._config = this._getConfig(config); - this._selector = `${this._config.target} ${SELECTOR_NAV_LINKS}, ${this._config.target} ${SELECTOR_LIST_ITEMS}, ${this._config.target} .${CLASS_NAME_DROPDOWN_ITEM}`; this._offsets = []; this._targets = []; this._activeTarget = null; @@ -6126,7 +6169,7 @@ this._offsets = []; this._targets = []; this._scrollHeight = this._getScrollHeight(); - const targets = SelectorEngine.find(this._selector); + const targets = SelectorEngine.find(SELECTOR_LINK_ITEMS, this._config.target); targets.map(element => { const targetSelector = getSelectorFromElement(element); const target = targetSelector ? SelectorEngine.findOne(targetSelector) : null; @@ -6158,20 +6201,7 @@ ...Manipulator.getDataAttributes(this._element), ...(typeof config === 'object' && config ? config : {}) }; - - if (typeof config.target !== 'string' && isElement$1(config.target)) { - let { - id - } = config.target; - - if (!id) { - id = getUID(NAME$2); - config.target.id = id; - } - - config.target = `#${id}`; - } - + config.target = getElement(config.target) || document.documentElement; typeCheckConfig(NAME$2, config, DefaultType$1); return config; } @@ -6231,16 +6261,13 @@ this._clear(); - const queries = this._selector.split(',').map(selector => `${selector}[data-bs-target="${target}"],${selector}[href="${target}"]`); - - const link = SelectorEngine.findOne(queries.join(',')); + const queries = SELECTOR_LINK_ITEMS.split(',').map(selector => `${selector}[data-bs-target="${target}"],${selector}[href="${target}"]`); + const link = SelectorEngine.findOne(queries.join(','), this._config.target); + link.classList.add(CLASS_NAME_ACTIVE$1); if (link.classList.contains(CLASS_NAME_DROPDOWN_ITEM)) { SelectorEngine.findOne(SELECTOR_DROPDOWN_TOGGLE$1, link.closest(SELECTOR_DROPDOWN$1)).classList.add(CLASS_NAME_ACTIVE$1); - link.classList.add(CLASS_NAME_ACTIVE$1); } else { - // Set triggered link as active - link.classList.add(CLASS_NAME_ACTIVE$1); SelectorEngine.parents(link, SELECTOR_NAV_LIST_GROUP$1).forEach(listGroup => { // Set triggered links parents as active // With both