From 8296745e0cff2791f4a2dbd07e7677d6a3ffed7b Mon Sep 17 00:00:00 2001 From: Noel Thomy Date: Mon, 21 Oct 2024 20:19:27 +0400 Subject: [PATCH 01/55] nouveau dossier --- .../css/bootstrap-grid.css | 5002 +++++++ .../css/bootstrap-grid.css.map | 1 + .../css/bootstrap-grid.min.css | 7 + .../css/bootstrap-grid.min.css.map | 1 + .../css/bootstrap-grid.rtl.css | 5001 +++++++ .../css/bootstrap-grid.rtl.css.map | 1 + .../css/bootstrap-grid.rtl.min.css | 7 + .../css/bootstrap-grid.rtl.min.css.map | 1 + .../css/bootstrap-reboot.css | 426 + .../css/bootstrap-reboot.css.map | 1 + .../css/bootstrap-reboot.min.css | 8 + .../css/bootstrap-reboot.min.css.map | 1 + .../css/bootstrap-reboot.rtl.css | 423 + .../css/bootstrap-reboot.rtl.css.map | 1 + .../css/bootstrap-reboot.rtl.min.css | 8 + .../css/bootstrap-reboot.rtl.min.css.map | 1 + .../css/bootstrap-utilities.css | 4752 +++++++ .../css/bootstrap-utilities.css.map | 1 + .../css/bootstrap-utilities.min.css | 7 + .../css/bootstrap-utilities.min.css.map | 1 + .../css/bootstrap-utilities.rtl.css | 4743 +++++++ .../css/bootstrap-utilities.rtl.css.map | 1 + .../css/bootstrap-utilities.rtl.min.css | 7 + .../css/bootstrap-utilities.rtl.min.css.map | 1 + .../bootstrap-5.0.2-dist/css/bootstrap.css | 10837 ++++++++++++++++ .../css/bootstrap.css.map | 1 + .../css/bootstrap.min.css | 7 + .../css/bootstrap.min.css.map | 1 + .../css/bootstrap.rtl.css | 10813 +++++++++++++++ .../css/bootstrap.rtl.css.map | 1 + .../css/bootstrap.rtl.min.css | 7 + .../css/bootstrap.rtl.min.css.map | 1 + .../js/bootstrap.bundle.js | 6748 ++++++++++ .../js/bootstrap.bundle.js.map | 1 + .../js/bootstrap.bundle.min.js | 7 + .../js/bootstrap.bundle.min.js.map | 1 + .../bootstrap-5.0.2-dist/js/bootstrap.esm.js | 4967 +++++++ .../js/bootstrap.esm.js.map | 1 + .../js/bootstrap.esm.min.js | 7 + .../js/bootstrap.esm.min.js.map | 1 + .../bootstrap-5.0.2-dist/js/bootstrap.js | 5016 +++++++ .../bootstrap-5.0.2-dist/js/bootstrap.js.map | 1 + .../bootstrap-5.0.2-dist/js/bootstrap.min.js | 7 + .../js/bootstrap.min.js.map | 1 + Thomy Noel/index.html | 22 + 45 files changed, 58851 insertions(+) create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.css create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.css.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.min.css create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.min.css.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.rtl.css create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.rtl.css.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.rtl.min.css create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.rtl.min.css.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-reboot.css create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-reboot.css.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-reboot.min.css create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-reboot.min.css.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-reboot.rtl.css create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-reboot.rtl.css.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-reboot.rtl.min.css create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-reboot.rtl.min.css.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-utilities.css create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-utilities.css.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-utilities.min.css create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-utilities.min.css.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-utilities.rtl.css create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-utilities.rtl.css.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-utilities.rtl.min.css create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-utilities.rtl.min.css.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap.css create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap.css.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap.min.css create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap.min.css.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap.rtl.css create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap.rtl.css.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap.rtl.min.css create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap.rtl.min.css.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/js/bootstrap.bundle.js create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/js/bootstrap.bundle.js.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/js/bootstrap.bundle.min.js create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/js/bootstrap.bundle.min.js.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/js/bootstrap.esm.js create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/js/bootstrap.esm.js.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/js/bootstrap.esm.min.js create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/js/bootstrap.esm.min.js.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/js/bootstrap.js create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/js/bootstrap.js.map create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/js/bootstrap.min.js create mode 100644 Thomy Noel/bootstrap-5.0.2-dist/js/bootstrap.min.js.map create mode 100644 Thomy Noel/index.html diff --git a/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.css b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.css new file mode 100644 index 0000000..7acbf00 --- /dev/null +++ b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.css @@ -0,0 +1,5002 @@ +/*! + * Bootstrap Grid v5.0.2 (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors + * Copyright 2011-2021 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */ +.container, +.container-fluid, +.container-xxl, +.container-xl, +.container-lg, +.container-md, +.container-sm { + width: 100%; + padding-right: var(--bs-gutter-x, 0.75rem); + padding-left: var(--bs-gutter-x, 0.75rem); + margin-right: auto; + margin-left: auto; +} + +@media (min-width: 576px) { + .container-sm, .container { + max-width: 540px; + } +} +@media (min-width: 768px) { + .container-md, .container-sm, .container { + max-width: 720px; + } +} +@media (min-width: 992px) { + .container-lg, .container-md, .container-sm, .container { + max-width: 960px; + } +} +@media (min-width: 1200px) { + .container-xl, .container-lg, .container-md, .container-sm, .container { + max-width: 1140px; + } +} +@media (min-width: 1400px) { + .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { + 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: 0.25rem !important; +} + +.m-2 { + margin: 0.5rem !important; +} + +.m-3 { + margin: 1rem !important; +} + +.m-4 { + margin: 1.5rem !important; +} + +.m-5 { + margin: 3rem !important; +} + +.m-auto { + margin: auto !important; +} + +.mx-0 { + margin-right: 0 !important; + margin-left: 0 !important; +} + +.mx-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; +} + +.mx-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; +} + +.mx-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; +} + +.mx-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; +} + +.mx-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; +} + +.mx-auto { + margin-right: auto !important; + margin-left: auto !important; +} + +.my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; +} + +.my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; +} + +.my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; +} + +.my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; +} + +.my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; +} + +.my-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; +} + +.my-auto { + margin-top: auto !important; + margin-bottom: auto !important; +} + +.mt-0 { + margin-top: 0 !important; +} + +.mt-1 { + margin-top: 0.25rem !important; +} + +.mt-2 { + margin-top: 0.5rem !important; +} + +.mt-3 { + margin-top: 1rem !important; +} + +.mt-4 { + margin-top: 1.5rem !important; +} + +.mt-5 { + margin-top: 3rem !important; +} + +.mt-auto { + margin-top: auto !important; +} + +.me-0 { + margin-right: 0 !important; +} + +.me-1 { + margin-right: 0.25rem !important; +} + +.me-2 { + margin-right: 0.5rem !important; +} + +.me-3 { + margin-right: 1rem !important; +} + +.me-4 { + margin-right: 1.5rem !important; +} + +.me-5 { + margin-right: 3rem !important; +} + +.me-auto { + margin-right: auto !important; +} + +.mb-0 { + margin-bottom: 0 !important; +} + +.mb-1 { + margin-bottom: 0.25rem !important; +} + +.mb-2 { + margin-bottom: 0.5rem !important; +} + +.mb-3 { + margin-bottom: 1rem !important; +} + +.mb-4 { + margin-bottom: 1.5rem !important; +} + +.mb-5 { + margin-bottom: 3rem !important; +} + +.mb-auto { + margin-bottom: auto !important; +} + +.ms-0 { + margin-left: 0 !important; +} + +.ms-1 { + margin-left: 0.25rem !important; +} + +.ms-2 { + margin-left: 0.5rem !important; +} + +.ms-3 { + margin-left: 1rem !important; +} + +.ms-4 { + margin-left: 1.5rem !important; +} + +.ms-5 { + margin-left: 3rem !important; +} + +.ms-auto { + margin-left: auto !important; +} + +.p-0 { + padding: 0 !important; +} + +.p-1 { + padding: 0.25rem !important; +} + +.p-2 { + padding: 0.5rem !important; +} + +.p-3 { + padding: 1rem !important; +} + +.p-4 { + padding: 1.5rem !important; +} + +.p-5 { + padding: 3rem !important; +} + +.px-0 { + padding-right: 0 !important; + padding-left: 0 !important; +} + +.px-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; +} + +.px-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; +} + +.px-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; +} + +.px-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; +} + +.px-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; +} + +.py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; +} + +.py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; +} + +.py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; +} + +.py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; +} + +.py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; +} + +.py-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; +} + +.pt-0 { + padding-top: 0 !important; +} + +.pt-1 { + padding-top: 0.25rem !important; +} + +.pt-2 { + padding-top: 0.5rem !important; +} + +.pt-3 { + padding-top: 1rem !important; +} + +.pt-4 { + padding-top: 1.5rem !important; +} + +.pt-5 { + padding-top: 3rem !important; +} + +.pe-0 { + padding-right: 0 !important; +} + +.pe-1 { + padding-right: 0.25rem !important; +} + +.pe-2 { + padding-right: 0.5rem !important; +} + +.pe-3 { + padding-right: 1rem !important; +} + +.pe-4 { + padding-right: 1.5rem !important; +} + +.pe-5 { + padding-right: 3rem !important; +} + +.pb-0 { + padding-bottom: 0 !important; +} + +.pb-1 { + padding-bottom: 0.25rem !important; +} + +.pb-2 { + padding-bottom: 0.5rem !important; +} + +.pb-3 { + padding-bottom: 1rem !important; +} + +.pb-4 { + padding-bottom: 1.5rem !important; +} + +.pb-5 { + padding-bottom: 3rem !important; +} + +.ps-0 { + padding-left: 0 !important; +} + +.ps-1 { + padding-left: 0.25rem !important; +} + +.ps-2 { + padding-left: 0.5rem !important; +} + +.ps-3 { + padding-left: 1rem !important; +} + +.ps-4 { + padding-left: 1.5rem !important; +} + +.ps-5 { + padding-left: 3rem !important; +} + +@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: 0.25rem !important; + } + + .m-sm-2 { + margin: 0.5rem !important; + } + + .m-sm-3 { + margin: 1rem !important; + } + + .m-sm-4 { + margin: 1.5rem !important; + } + + .m-sm-5 { + margin: 3rem !important; + } + + .m-sm-auto { + margin: auto !important; + } + + .mx-sm-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + + .mx-sm-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + + .mx-sm-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + + .mx-sm-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + + .mx-sm-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + + .mx-sm-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + + .mx-sm-auto { + margin-right: auto !important; + margin-left: auto !important; + } + + .my-sm-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + + .my-sm-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + + .my-sm-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + + .my-sm-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + + .my-sm-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + + .my-sm-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + + .my-sm-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + + .mt-sm-0 { + margin-top: 0 !important; + } + + .mt-sm-1 { + margin-top: 0.25rem !important; + } + + .mt-sm-2 { + margin-top: 0.5rem !important; + } + + .mt-sm-3 { + margin-top: 1rem !important; + } + + .mt-sm-4 { + margin-top: 1.5rem !important; + } + + .mt-sm-5 { + margin-top: 3rem !important; + } + + .mt-sm-auto { + margin-top: auto !important; + } + + .me-sm-0 { + margin-right: 0 !important; + } + + .me-sm-1 { + margin-right: 0.25rem !important; + } + + .me-sm-2 { + margin-right: 0.5rem !important; + } + + .me-sm-3 { + margin-right: 1rem !important; + } + + .me-sm-4 { + margin-right: 1.5rem !important; + } + + .me-sm-5 { + margin-right: 3rem !important; + } + + .me-sm-auto { + margin-right: auto !important; + } + + .mb-sm-0 { + margin-bottom: 0 !important; + } + + .mb-sm-1 { + margin-bottom: 0.25rem !important; + } + + .mb-sm-2 { + margin-bottom: 0.5rem !important; + } + + .mb-sm-3 { + margin-bottom: 1rem !important; + } + + .mb-sm-4 { + margin-bottom: 1.5rem !important; + } + + .mb-sm-5 { + margin-bottom: 3rem !important; + } + + .mb-sm-auto { + margin-bottom: auto !important; + } + + .ms-sm-0 { + margin-left: 0 !important; + } + + .ms-sm-1 { + margin-left: 0.25rem !important; + } + + .ms-sm-2 { + margin-left: 0.5rem !important; + } + + .ms-sm-3 { + margin-left: 1rem !important; + } + + .ms-sm-4 { + margin-left: 1.5rem !important; + } + + .ms-sm-5 { + margin-left: 3rem !important; + } + + .ms-sm-auto { + margin-left: auto !important; + } + + .p-sm-0 { + padding: 0 !important; + } + + .p-sm-1 { + padding: 0.25rem !important; + } + + .p-sm-2 { + padding: 0.5rem !important; + } + + .p-sm-3 { + padding: 1rem !important; + } + + .p-sm-4 { + padding: 1.5rem !important; + } + + .p-sm-5 { + padding: 3rem !important; + } + + .px-sm-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + + .px-sm-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + + .px-sm-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + + .px-sm-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + + .px-sm-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + + .px-sm-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + + .py-sm-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + + .py-sm-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + + .py-sm-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + + .py-sm-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + + .py-sm-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + + .py-sm-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + + .pt-sm-0 { + padding-top: 0 !important; + } + + .pt-sm-1 { + padding-top: 0.25rem !important; + } + + .pt-sm-2 { + padding-top: 0.5rem !important; + } + + .pt-sm-3 { + padding-top: 1rem !important; + } + + .pt-sm-4 { + padding-top: 1.5rem !important; + } + + .pt-sm-5 { + padding-top: 3rem !important; + } + + .pe-sm-0 { + padding-right: 0 !important; + } + + .pe-sm-1 { + padding-right: 0.25rem !important; + } + + .pe-sm-2 { + padding-right: 0.5rem !important; + } + + .pe-sm-3 { + padding-right: 1rem !important; + } + + .pe-sm-4 { + padding-right: 1.5rem !important; + } + + .pe-sm-5 { + padding-right: 3rem !important; + } + + .pb-sm-0 { + padding-bottom: 0 !important; + } + + .pb-sm-1 { + padding-bottom: 0.25rem !important; + } + + .pb-sm-2 { + padding-bottom: 0.5rem !important; + } + + .pb-sm-3 { + padding-bottom: 1rem !important; + } + + .pb-sm-4 { + padding-bottom: 1.5rem !important; + } + + .pb-sm-5 { + padding-bottom: 3rem !important; + } + + .ps-sm-0 { + padding-left: 0 !important; + } + + .ps-sm-1 { + padding-left: 0.25rem !important; + } + + .ps-sm-2 { + padding-left: 0.5rem !important; + } + + .ps-sm-3 { + padding-left: 1rem !important; + } + + .ps-sm-4 { + padding-left: 1.5rem !important; + } + + .ps-sm-5 { + padding-left: 3rem !important; + } +} +@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: 0.25rem !important; + } + + .m-md-2 { + margin: 0.5rem !important; + } + + .m-md-3 { + margin: 1rem !important; + } + + .m-md-4 { + margin: 1.5rem !important; + } + + .m-md-5 { + margin: 3rem !important; + } + + .m-md-auto { + margin: auto !important; + } + + .mx-md-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + + .mx-md-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + + .mx-md-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + + .mx-md-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + + .mx-md-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + + .mx-md-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + + .mx-md-auto { + margin-right: auto !important; + margin-left: auto !important; + } + + .my-md-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + + .my-md-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + + .my-md-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + + .my-md-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + + .my-md-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + + .my-md-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + + .my-md-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + + .mt-md-0 { + margin-top: 0 !important; + } + + .mt-md-1 { + margin-top: 0.25rem !important; + } + + .mt-md-2 { + margin-top: 0.5rem !important; + } + + .mt-md-3 { + margin-top: 1rem !important; + } + + .mt-md-4 { + margin-top: 1.5rem !important; + } + + .mt-md-5 { + margin-top: 3rem !important; + } + + .mt-md-auto { + margin-top: auto !important; + } + + .me-md-0 { + margin-right: 0 !important; + } + + .me-md-1 { + margin-right: 0.25rem !important; + } + + .me-md-2 { + margin-right: 0.5rem !important; + } + + .me-md-3 { + margin-right: 1rem !important; + } + + .me-md-4 { + margin-right: 1.5rem !important; + } + + .me-md-5 { + margin-right: 3rem !important; + } + + .me-md-auto { + margin-right: auto !important; + } + + .mb-md-0 { + margin-bottom: 0 !important; + } + + .mb-md-1 { + margin-bottom: 0.25rem !important; + } + + .mb-md-2 { + margin-bottom: 0.5rem !important; + } + + .mb-md-3 { + margin-bottom: 1rem !important; + } + + .mb-md-4 { + margin-bottom: 1.5rem !important; + } + + .mb-md-5 { + margin-bottom: 3rem !important; + } + + .mb-md-auto { + margin-bottom: auto !important; + } + + .ms-md-0 { + margin-left: 0 !important; + } + + .ms-md-1 { + margin-left: 0.25rem !important; + } + + .ms-md-2 { + margin-left: 0.5rem !important; + } + + .ms-md-3 { + margin-left: 1rem !important; + } + + .ms-md-4 { + margin-left: 1.5rem !important; + } + + .ms-md-5 { + margin-left: 3rem !important; + } + + .ms-md-auto { + margin-left: auto !important; + } + + .p-md-0 { + padding: 0 !important; + } + + .p-md-1 { + padding: 0.25rem !important; + } + + .p-md-2 { + padding: 0.5rem !important; + } + + .p-md-3 { + padding: 1rem !important; + } + + .p-md-4 { + padding: 1.5rem !important; + } + + .p-md-5 { + padding: 3rem !important; + } + + .px-md-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + + .px-md-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + + .px-md-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + + .px-md-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + + .px-md-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + + .px-md-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + + .py-md-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + + .py-md-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + + .py-md-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + + .py-md-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + + .py-md-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + + .py-md-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + + .pt-md-0 { + padding-top: 0 !important; + } + + .pt-md-1 { + padding-top: 0.25rem !important; + } + + .pt-md-2 { + padding-top: 0.5rem !important; + } + + .pt-md-3 { + padding-top: 1rem !important; + } + + .pt-md-4 { + padding-top: 1.5rem !important; + } + + .pt-md-5 { + padding-top: 3rem !important; + } + + .pe-md-0 { + padding-right: 0 !important; + } + + .pe-md-1 { + padding-right: 0.25rem !important; + } + + .pe-md-2 { + padding-right: 0.5rem !important; + } + + .pe-md-3 { + padding-right: 1rem !important; + } + + .pe-md-4 { + padding-right: 1.5rem !important; + } + + .pe-md-5 { + padding-right: 3rem !important; + } + + .pb-md-0 { + padding-bottom: 0 !important; + } + + .pb-md-1 { + padding-bottom: 0.25rem !important; + } + + .pb-md-2 { + padding-bottom: 0.5rem !important; + } + + .pb-md-3 { + padding-bottom: 1rem !important; + } + + .pb-md-4 { + padding-bottom: 1.5rem !important; + } + + .pb-md-5 { + padding-bottom: 3rem !important; + } + + .ps-md-0 { + padding-left: 0 !important; + } + + .ps-md-1 { + padding-left: 0.25rem !important; + } + + .ps-md-2 { + padding-left: 0.5rem !important; + } + + .ps-md-3 { + padding-left: 1rem !important; + } + + .ps-md-4 { + padding-left: 1.5rem !important; + } + + .ps-md-5 { + padding-left: 3rem !important; + } +} +@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: 0.25rem !important; + } + + .m-lg-2 { + margin: 0.5rem !important; + } + + .m-lg-3 { + margin: 1rem !important; + } + + .m-lg-4 { + margin: 1.5rem !important; + } + + .m-lg-5 { + margin: 3rem !important; + } + + .m-lg-auto { + margin: auto !important; + } + + .mx-lg-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + + .mx-lg-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + + .mx-lg-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + + .mx-lg-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + + .mx-lg-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + + .mx-lg-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + + .mx-lg-auto { + margin-right: auto !important; + margin-left: auto !important; + } + + .my-lg-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + + .my-lg-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + + .my-lg-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + + .my-lg-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + + .my-lg-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + + .my-lg-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + + .my-lg-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + + .mt-lg-0 { + margin-top: 0 !important; + } + + .mt-lg-1 { + margin-top: 0.25rem !important; + } + + .mt-lg-2 { + margin-top: 0.5rem !important; + } + + .mt-lg-3 { + margin-top: 1rem !important; + } + + .mt-lg-4 { + margin-top: 1.5rem !important; + } + + .mt-lg-5 { + margin-top: 3rem !important; + } + + .mt-lg-auto { + margin-top: auto !important; + } + + .me-lg-0 { + margin-right: 0 !important; + } + + .me-lg-1 { + margin-right: 0.25rem !important; + } + + .me-lg-2 { + margin-right: 0.5rem !important; + } + + .me-lg-3 { + margin-right: 1rem !important; + } + + .me-lg-4 { + margin-right: 1.5rem !important; + } + + .me-lg-5 { + margin-right: 3rem !important; + } + + .me-lg-auto { + margin-right: auto !important; + } + + .mb-lg-0 { + margin-bottom: 0 !important; + } + + .mb-lg-1 { + margin-bottom: 0.25rem !important; + } + + .mb-lg-2 { + margin-bottom: 0.5rem !important; + } + + .mb-lg-3 { + margin-bottom: 1rem !important; + } + + .mb-lg-4 { + margin-bottom: 1.5rem !important; + } + + .mb-lg-5 { + margin-bottom: 3rem !important; + } + + .mb-lg-auto { + margin-bottom: auto !important; + } + + .ms-lg-0 { + margin-left: 0 !important; + } + + .ms-lg-1 { + margin-left: 0.25rem !important; + } + + .ms-lg-2 { + margin-left: 0.5rem !important; + } + + .ms-lg-3 { + margin-left: 1rem !important; + } + + .ms-lg-4 { + margin-left: 1.5rem !important; + } + + .ms-lg-5 { + margin-left: 3rem !important; + } + + .ms-lg-auto { + margin-left: auto !important; + } + + .p-lg-0 { + padding: 0 !important; + } + + .p-lg-1 { + padding: 0.25rem !important; + } + + .p-lg-2 { + padding: 0.5rem !important; + } + + .p-lg-3 { + padding: 1rem !important; + } + + .p-lg-4 { + padding: 1.5rem !important; + } + + .p-lg-5 { + padding: 3rem !important; + } + + .px-lg-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + + .px-lg-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + + .px-lg-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + + .px-lg-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + + .px-lg-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + + .px-lg-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + + .py-lg-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + + .py-lg-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + + .py-lg-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + + .py-lg-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + + .py-lg-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + + .py-lg-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + + .pt-lg-0 { + padding-top: 0 !important; + } + + .pt-lg-1 { + padding-top: 0.25rem !important; + } + + .pt-lg-2 { + padding-top: 0.5rem !important; + } + + .pt-lg-3 { + padding-top: 1rem !important; + } + + .pt-lg-4 { + padding-top: 1.5rem !important; + } + + .pt-lg-5 { + padding-top: 3rem !important; + } + + .pe-lg-0 { + padding-right: 0 !important; + } + + .pe-lg-1 { + padding-right: 0.25rem !important; + } + + .pe-lg-2 { + padding-right: 0.5rem !important; + } + + .pe-lg-3 { + padding-right: 1rem !important; + } + + .pe-lg-4 { + padding-right: 1.5rem !important; + } + + .pe-lg-5 { + padding-right: 3rem !important; + } + + .pb-lg-0 { + padding-bottom: 0 !important; + } + + .pb-lg-1 { + padding-bottom: 0.25rem !important; + } + + .pb-lg-2 { + padding-bottom: 0.5rem !important; + } + + .pb-lg-3 { + padding-bottom: 1rem !important; + } + + .pb-lg-4 { + padding-bottom: 1.5rem !important; + } + + .pb-lg-5 { + padding-bottom: 3rem !important; + } + + .ps-lg-0 { + padding-left: 0 !important; + } + + .ps-lg-1 { + padding-left: 0.25rem !important; + } + + .ps-lg-2 { + padding-left: 0.5rem !important; + } + + .ps-lg-3 { + padding-left: 1rem !important; + } + + .ps-lg-4 { + padding-left: 1.5rem !important; + } + + .ps-lg-5 { + padding-left: 3rem !important; + } +} +@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: 0.25rem !important; + } + + .m-xl-2 { + margin: 0.5rem !important; + } + + .m-xl-3 { + margin: 1rem !important; + } + + .m-xl-4 { + margin: 1.5rem !important; + } + + .m-xl-5 { + margin: 3rem !important; + } + + .m-xl-auto { + margin: auto !important; + } + + .mx-xl-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + + .mx-xl-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + + .mx-xl-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + + .mx-xl-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + + .mx-xl-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + + .mx-xl-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + + .mx-xl-auto { + margin-right: auto !important; + margin-left: auto !important; + } + + .my-xl-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + + .my-xl-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + + .my-xl-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + + .my-xl-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + + .my-xl-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + + .my-xl-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + + .my-xl-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + + .mt-xl-0 { + margin-top: 0 !important; + } + + .mt-xl-1 { + margin-top: 0.25rem !important; + } + + .mt-xl-2 { + margin-top: 0.5rem !important; + } + + .mt-xl-3 { + margin-top: 1rem !important; + } + + .mt-xl-4 { + margin-top: 1.5rem !important; + } + + .mt-xl-5 { + margin-top: 3rem !important; + } + + .mt-xl-auto { + margin-top: auto !important; + } + + .me-xl-0 { + margin-right: 0 !important; + } + + .me-xl-1 { + margin-right: 0.25rem !important; + } + + .me-xl-2 { + margin-right: 0.5rem !important; + } + + .me-xl-3 { + margin-right: 1rem !important; + } + + .me-xl-4 { + margin-right: 1.5rem !important; + } + + .me-xl-5 { + margin-right: 3rem !important; + } + + .me-xl-auto { + margin-right: auto !important; + } + + .mb-xl-0 { + margin-bottom: 0 !important; + } + + .mb-xl-1 { + margin-bottom: 0.25rem !important; + } + + .mb-xl-2 { + margin-bottom: 0.5rem !important; + } + + .mb-xl-3 { + margin-bottom: 1rem !important; + } + + .mb-xl-4 { + margin-bottom: 1.5rem !important; + } + + .mb-xl-5 { + margin-bottom: 3rem !important; + } + + .mb-xl-auto { + margin-bottom: auto !important; + } + + .ms-xl-0 { + margin-left: 0 !important; + } + + .ms-xl-1 { + margin-left: 0.25rem !important; + } + + .ms-xl-2 { + margin-left: 0.5rem !important; + } + + .ms-xl-3 { + margin-left: 1rem !important; + } + + .ms-xl-4 { + margin-left: 1.5rem !important; + } + + .ms-xl-5 { + margin-left: 3rem !important; + } + + .ms-xl-auto { + margin-left: auto !important; + } + + .p-xl-0 { + padding: 0 !important; + } + + .p-xl-1 { + padding: 0.25rem !important; + } + + .p-xl-2 { + padding: 0.5rem !important; + } + + .p-xl-3 { + padding: 1rem !important; + } + + .p-xl-4 { + padding: 1.5rem !important; + } + + .p-xl-5 { + padding: 3rem !important; + } + + .px-xl-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + + .px-xl-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + + .px-xl-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + + .px-xl-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + + .px-xl-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + + .px-xl-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + + .py-xl-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + + .py-xl-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + + .py-xl-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + + .py-xl-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + + .py-xl-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + + .py-xl-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + + .pt-xl-0 { + padding-top: 0 !important; + } + + .pt-xl-1 { + padding-top: 0.25rem !important; + } + + .pt-xl-2 { + padding-top: 0.5rem !important; + } + + .pt-xl-3 { + padding-top: 1rem !important; + } + + .pt-xl-4 { + padding-top: 1.5rem !important; + } + + .pt-xl-5 { + padding-top: 3rem !important; + } + + .pe-xl-0 { + padding-right: 0 !important; + } + + .pe-xl-1 { + padding-right: 0.25rem !important; + } + + .pe-xl-2 { + padding-right: 0.5rem !important; + } + + .pe-xl-3 { + padding-right: 1rem !important; + } + + .pe-xl-4 { + padding-right: 1.5rem !important; + } + + .pe-xl-5 { + padding-right: 3rem !important; + } + + .pb-xl-0 { + padding-bottom: 0 !important; + } + + .pb-xl-1 { + padding-bottom: 0.25rem !important; + } + + .pb-xl-2 { + padding-bottom: 0.5rem !important; + } + + .pb-xl-3 { + padding-bottom: 1rem !important; + } + + .pb-xl-4 { + padding-bottom: 1.5rem !important; + } + + .pb-xl-5 { + padding-bottom: 3rem !important; + } + + .ps-xl-0 { + padding-left: 0 !important; + } + + .ps-xl-1 { + padding-left: 0.25rem !important; + } + + .ps-xl-2 { + padding-left: 0.5rem !important; + } + + .ps-xl-3 { + padding-left: 1rem !important; + } + + .ps-xl-4 { + padding-left: 1.5rem !important; + } + + .ps-xl-5 { + padding-left: 3rem !important; + } +} +@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: 0.25rem !important; + } + + .m-xxl-2 { + margin: 0.5rem !important; + } + + .m-xxl-3 { + margin: 1rem !important; + } + + .m-xxl-4 { + margin: 1.5rem !important; + } + + .m-xxl-5 { + margin: 3rem !important; + } + + .m-xxl-auto { + margin: auto !important; + } + + .mx-xxl-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + + .mx-xxl-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + + .mx-xxl-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + + .mx-xxl-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + + .mx-xxl-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + + .mx-xxl-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + + .mx-xxl-auto { + margin-right: auto !important; + margin-left: auto !important; + } + + .my-xxl-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + + .my-xxl-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + + .my-xxl-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + + .my-xxl-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + + .my-xxl-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + + .my-xxl-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + + .my-xxl-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + + .mt-xxl-0 { + margin-top: 0 !important; + } + + .mt-xxl-1 { + margin-top: 0.25rem !important; + } + + .mt-xxl-2 { + margin-top: 0.5rem !important; + } + + .mt-xxl-3 { + margin-top: 1rem !important; + } + + .mt-xxl-4 { + margin-top: 1.5rem !important; + } + + .mt-xxl-5 { + margin-top: 3rem !important; + } + + .mt-xxl-auto { + margin-top: auto !important; + } + + .me-xxl-0 { + margin-right: 0 !important; + } + + .me-xxl-1 { + margin-right: 0.25rem !important; + } + + .me-xxl-2 { + margin-right: 0.5rem !important; + } + + .me-xxl-3 { + margin-right: 1rem !important; + } + + .me-xxl-4 { + margin-right: 1.5rem !important; + } + + .me-xxl-5 { + margin-right: 3rem !important; + } + + .me-xxl-auto { + margin-right: auto !important; + } + + .mb-xxl-0 { + margin-bottom: 0 !important; + } + + .mb-xxl-1 { + margin-bottom: 0.25rem !important; + } + + .mb-xxl-2 { + margin-bottom: 0.5rem !important; + } + + .mb-xxl-3 { + margin-bottom: 1rem !important; + } + + .mb-xxl-4 { + margin-bottom: 1.5rem !important; + } + + .mb-xxl-5 { + margin-bottom: 3rem !important; + } + + .mb-xxl-auto { + margin-bottom: auto !important; + } + + .ms-xxl-0 { + margin-left: 0 !important; + } + + .ms-xxl-1 { + margin-left: 0.25rem !important; + } + + .ms-xxl-2 { + margin-left: 0.5rem !important; + } + + .ms-xxl-3 { + margin-left: 1rem !important; + } + + .ms-xxl-4 { + margin-left: 1.5rem !important; + } + + .ms-xxl-5 { + margin-left: 3rem !important; + } + + .ms-xxl-auto { + margin-left: auto !important; + } + + .p-xxl-0 { + padding: 0 !important; + } + + .p-xxl-1 { + padding: 0.25rem !important; + } + + .p-xxl-2 { + padding: 0.5rem !important; + } + + .p-xxl-3 { + padding: 1rem !important; + } + + .p-xxl-4 { + padding: 1.5rem !important; + } + + .p-xxl-5 { + padding: 3rem !important; + } + + .px-xxl-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + + .px-xxl-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + + .px-xxl-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + + .px-xxl-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + + .px-xxl-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + + .px-xxl-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + + .py-xxl-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + + .py-xxl-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + + .py-xxl-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + + .py-xxl-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + + .py-xxl-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + + .py-xxl-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + + .pt-xxl-0 { + padding-top: 0 !important; + } + + .pt-xxl-1 { + padding-top: 0.25rem !important; + } + + .pt-xxl-2 { + padding-top: 0.5rem !important; + } + + .pt-xxl-3 { + padding-top: 1rem !important; + } + + .pt-xxl-4 { + padding-top: 1.5rem !important; + } + + .pt-xxl-5 { + padding-top: 3rem !important; + } + + .pe-xxl-0 { + padding-right: 0 !important; + } + + .pe-xxl-1 { + padding-right: 0.25rem !important; + } + + .pe-xxl-2 { + padding-right: 0.5rem !important; + } + + .pe-xxl-3 { + padding-right: 1rem !important; + } + + .pe-xxl-4 { + padding-right: 1.5rem !important; + } + + .pe-xxl-5 { + padding-right: 3rem !important; + } + + .pb-xxl-0 { + padding-bottom: 0 !important; + } + + .pb-xxl-1 { + padding-bottom: 0.25rem !important; + } + + .pb-xxl-2 { + padding-bottom: 0.5rem !important; + } + + .pb-xxl-3 { + padding-bottom: 1rem !important; + } + + .pb-xxl-4 { + padding-bottom: 1.5rem !important; + } + + .pb-xxl-5 { + padding-bottom: 3rem !important; + } + + .ps-xxl-0 { + padding-left: 0 !important; + } + + .ps-xxl-1 { + padding-left: 0.25rem !important; + } + + .ps-xxl-2 { + padding-left: 0.5rem !important; + } + + .ps-xxl-3 { + padding-left: 1rem !important; + } + + .ps-xxl-4 { + padding-left: 1.5rem !important; + } + + .ps-xxl-5 { + padding-left: 3rem !important; + } +} +@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.css.map */ \ No newline at end of file diff --git a/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.css.map b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.css.map new file mode 100644 index 0000000..9a62cf1 --- /dev/null +++ b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../scss/bootstrap-grid.scss","../../scss/_containers.scss","../../scss/mixins/_container.scss","bootstrap-grid.css","../../scss/mixins/_breakpoints.scss","../../scss/_variables.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_utilities.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"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R;;EInpCM;;IAEE,sBAAA;EJspCR;;EI7pCM;;IAEE,qBAAA;EJgqCR;;EI7pCM;;IAEE,qBAAA;EJgqCR;;EIvqCM;;IAEE,mBAAA;EJ0qCR;;EIvqCM;;IAEE,mBAAA;EJ0qCR;;EIjrCM;;IAEE,qBAAA;EJorCR;;EIjrCM;;IAEE,qBAAA;EJorCR;;EI3rCM;;IAEE,mBAAA;EJ8rCR;;EI3rCM;;IAEE,mBAAA;EJ8rCR;AACF;AK5wCM;EAEI,0BAAA;AL6wCV;;AK/wCM;EAEI,gCAAA;ALixCV;;AKnxCM;EAEI,yBAAA;ALqxCV;;AKvxCM;EAEI,wBAAA;ALyxCV;;AK3xCM;EAEI,yBAAA;AL6xCV;;AK/xCM;EAEI,6BAAA;ALiyCV;;AKnyCM;EAEI,8BAAA;ALqyCV;;AKvyCM;EAEI,wBAAA;ALyyCV;;AK3yCM;EAEI,+BAAA;AL6yCV;;AK/yCM;EAEI,wBAAA;ALizCV;;AKnzCM;EAEI,yBAAA;ALqzCV;;AKvzCM;EAEI,8BAAA;ALyzCV;;AK3zCM;EAEI,iCAAA;AL6zCV;;AK/zCM;EAEI,sCAAA;ALi0CV;;AKn0CM;EAEI,yCAAA;ALq0CV;;AKv0CM;EAEI,uBAAA;ALy0CV;;AK30CM;EAEI,uBAAA;AL60CV;;AK/0CM;EAEI,yBAAA;ALi1CV;;AKn1CM;EAEI,yBAAA;ALq1CV;;AKv1CM;EAEI,0BAAA;ALy1CV;;AK31CM;EAEI,4BAAA;AL61CV;;AK/1CM;EAEI,kCAAA;ALi2CV;;AKn2CM;EAEI,sCAAA;ALq2CV;;AKv2CM;EAEI,oCAAA;ALy2CV;;AK32CM;EAEI,kCAAA;AL62CV;;AK/2CM;EAEI,yCAAA;ALi3CV;;AKn3CM;EAEI,wCAAA;ALq3CV;;AKv3CM;EAEI,wCAAA;ALy3CV;;AK33CM;EAEI,kCAAA;AL63CV;;AK/3CM;EAEI,gCAAA;ALi4CV;;AKn4CM;EAEI,8BAAA;ALq4CV;;AKv4CM;EAEI,gCAAA;ALy4CV;;AK34CM;EAEI,+BAAA;AL64CV;;AK/4CM;EAEI,oCAAA;ALi5CV;;AKn5CM;EAEI,kCAAA;ALq5CV;;AKv5CM;EAEI,gCAAA;ALy5CV;;AK35CM;EAEI,uC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;;EK78EI;IAEI,wBAAA;EL+8ER;;EKj9EI;IAEI,yBAAA;ELm9ER;;EKr9EI;IAEI,6BAAA;ELu9ER;;EKz9EI;IAEI,8BAAA;EL29ER;;EK79EI;IAEI,wBAAA;EL+9ER;;EKj+EI;IAEI,+BAAA;ELm+ER;;EKr+EI;IAEI,wBAAA;ELu+ER;;EKz+EI;IAEI,yBAAA;EL2+ER;;EK7+EI;IAEI,8BAAA;EL++ER;;EKj/EI;IAEI,iCAAA;ELm/ER;;EKr/EI;IAEI,sCAAA;ELu/ER;;EKz/EI;IAEI,yCAAA;EL2/ER;;EK7/EI;IAEI,uBAAA;EL+/ER;;EKjgFI;IAEI,uBAAA;ELmgFR;;EKrgFI;IAEI,yBAAA;ELugFR;;EKzgFI;IAEI,yBAAA;EL2gFR;;EK7gFI;IAEI,0BAAA;EL+gFR;;EKjhFI;IAEI,4BAAA;ELmhFR;;EKrhFI;IAEI,kCAAA;ELuhFR;;EKzhFI;IAEI,sCAAA;EL2hFR;;EK7hFI;IAEI,oCAAA;EL+hFR;;EKjiFI;IAEI,kCAAA;ELmiFR;;EKriFI;IAEI,yCAAA;ELuiFR;;EKziFI;IAEI,wCAAA;EL2iFR;;EK7iFI;IAEI,wCAAA;EL+iFR;;EKjjFI;IAEI,kCAAA;ELmjFR;;EKrjFI;IAEI,gCAAA;ELujFR;;EKzjFI;IAEI,8BAAA;EL2jFR;;EK7jFI;IAEI,gCAAA;EL+jFR;;EKjkFI;IAEI,+BAAA;ELmkFR;;EKrkFI;IAEI,oCAAA;ELukFR;;EKzkFI;IAEI,kCAAA;EL2kFR;;EK7kFI;IAEI,gCAAA;EL+kFR;;EKjlFI;IAEI,uCAAA;ELmlFR;;EKrlFI;IAEI,sCAAA;ELulFR;;EKzlFI;IAEI,iCAAA;EL2lFR;;EK7lFI;IAEI,2BAAA;EL+lFR;;EKjmFI;IAEI,iCAAA;ELmmFR;;EKrmFI;IAEI,+BAAA;ELumFR;;EKzmFI;IAEI,6BAAA;EL2mFR;;EK7mFI;IAEI,+BAAA;EL+mFR;;EKjnFI;IAEI,8BAAA;ELmnFR;;EKrnFI;IAEI,oBAAA;ELunFR;;EKznFI;IAEI,mBAAA;EL2nFR;;EK7nFI;IAEI,mBAAA;EL+nFR;;EKjoFI;IAEI,mBAAA;ELmoFR;;EK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I,gCAAA;ELq+FR;;EKv+FI;IAEI,8BAAA;ELy+FR;;EK3+FI;IAEI,4BAAA;EL6+FR;;EK/+FI;IAEI,kCAAA;ELi/FR;;EKn/FI;IAEI,iCAAA;ELq/FR;;EKv/FI;IAEI,+BAAA;ELy/FR;;EK3/FI;IAEI,iCAAA;EL6/FR;;EK//FI;IAEI,+BAAA;ELigGR;;EKngGI;IAEI,0BAAA;ELqgGR;;EKvgGI;IAEI,gCAAA;ELygGR;;EK3gGI;IAEI,+BAAA;EL6gGR;;EK/gGI;IAEI,6BAAA;ELihGR;;EKnhGI;IAEI,+BAAA;ELqhGR;;EKvhGI;IAEI,6BAAA;ELyhGR;AACF;AC9gGI;EIdE;IAEI,0BAAA;EL8hGR;;EKhiGI;IAEI,gCAAA;ELkiGR;;EKpiGI;IAEI,yBAAA;ELsiGR;;EKxiGI;IAEI,wBAAA;EL0iGR;;EK5iGI;IAEI,yBAAA;EL8iGR;;EKhjGI;IAEI,6BAAA;ELkjGR;;EKpjGI;IAEI,8BAAA;ELsjGR;;EKxjGI;IAEI,wBAAA;EL0jGR;;EK5jGI;IAEI,+BAAA;EL8jGR;;EKhkGI;IAEI,wBAAA;ELkkGR;;EKpkGI;IAEI,yBAAA;ELskGR;;EKxkGI;IAEI,8BAAA;EL0kGR;;EK5kGI;IAEI,iCAAA;EL8kGR;;EKhlGI;IAEI,sCAAA;ELklGR;;EKplGI;IAEI,yCAAA;ELslGR;;EKxlGI;IAEI,uBAAA;EL0lGR;;EK5lGI;IAEI,uBAAA;EL8lGR;;EKhmGI;IAEI,yBAAA;ELkmGR;;EKpmGI;IAEI,yBAAA;ELsmGR;;EKxmGI;IAEI,0BAAA;EL0mGR;;EK5mGI;IAEI,4BAAA;EL8mGR;;EKhnGI;IAEI,kCAAA;ELknGR;;EKpnGI;IAEI,sCAAA;ELsnGR;;EKxnGI;IAEI,oCAAA;EL0nGR;;EK5nGI;IAEI,kCAAA;EL8nGR;;EKhoGI;IAEI,yCAAA;ELkoGR;;EKpoGI;IAEI,wCAAA;ELsoGR;;EKxoGI;IAEI,wCAAA;EL0oGR;;EK5oGI;IAEI,kCAAA;EL8oGR;;EKhpGI;IAEI,gCAAA;ELkpGR;;EKppGI;IAEI,8BAAA;ELspGR;;EKxpGI;IAEI,gCAAA;EL0pGR;;EK5pG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AEI,uBAAA;ELqrHR;;EKvrHI;IAEI,uBAAA;ELyrHR;;EK3rHI;IAEI,yBAAA;EL6rHR;;EK/rHI;IAEI,yBAAA;ELisHR;;EKnsHI;IAEI,0BAAA;ELqsHR;;EKvsHI;IAEI,4BAAA;ELysHR;;EK3sHI;IAEI,kCAAA;EL6sHR;;EK/sHI;IAEI,sCAAA;ELitHR;;EKntHI;IAEI,oCAAA;ELqtHR;;EKvtHI;IAEI,kCAAA;ELytHR;;EK3tHI;IAEI,yCAAA;EL6tHR;;EK/tHI;IAEI,wCAAA;ELiuHR;;EKnuHI;IAEI,wCAAA;ELquHR;;EKvuHI;IAEI,kCAAA;ELyuHR;;EK3uHI;IAEI,gCAAA;EL6uHR;;EK/uHI;IAEI,8BAAA;ELivHR;;EKnvHI;IAEI,gCAAA;ELqvHR;;EKvvHI;IAEI,+BAAA;ELyvHR;;EK3vHI;IAEI,oCAAA;EL6vHR;;EK/vHI;IAEI,kCAAA;ELiwHR;;EKnwHI;IAEI,gCAAA;ELqwHR;;EKvwHI;IAEI,uCAAA;ELywHR;;EK3wHI;IAEI,sCAAA;EL6wHR;;EK/wHI;IAEI,iCAAA;ELixHR;;EKnxHI;IAEI,2BAAA;ELqxHR;;EKvxHI;IAEI,iCAAA;ELyxHR;;EK3xHI;IAEI,+BAAA;EL6xHR;;EK/xHI;IAEI,6BAAA;ELiyHR;;EKnyHI;IAEI,+BAAA;ELqyHR;;EKvyHI;IAEI,8BAAA;ELyyHR;;EK3yHI;IAEI,oBAAA;EL6yHR;;EK/yHI;IAEI,mBAAA;ELizHR;;EKnzHI;IAEI,mBAAA;ELqzHR;;EKvzHI;IAEI,mBAAA;ELyzHR;;EK3zHI;IAEI,mBAAA;EL6zHR;;EK/zHI;IAEI,mBAAA;ELi0HR;;EKn0HI;IAEI,mBAAA;ELq0HR;;EKv0HI;IAEI,mBAAA;ELy0HR;;EK30HI;IAEI,oBAAA;EL60HR;;EK/0HI;IAEI,0BAAA;ELi1HR;;EKn1HI;IAEI,yBAAA;ELq1HR;;EKv1HI;IAEI,uBAAA;ELy1HR;;EK31HI;IAEI,yBAAA;EL61HR;;EK/1HI;IAEI,uBAAA;ELi2HR;;EKn2HI;IAEI,uBAAA;ELq2HR;;EKv2HI;IAEI,0BAAA;IAAA,yBAAA;EL02HR;;E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2sIR;;EK7sII;IAEI,6BAAA;EL+sIR;AACF;ACpsII;EIdE;IAEI,0BAAA;ELotIR;;EKttII;IAEI,gCAAA;ELwtIR;;EK1tII;IAEI,yBAAA;EL4tIR;;EK9tII;IAEI,wBAAA;ELguIR;;EKluII;IAEI,yBAAA;ELouIR;;EKtuII;IAEI,6BAAA;ELwuIR;;EK1uII;IAEI,8BAAA;EL4uIR;;EK9uII;IAEI,wBAAA;ELgvIR;;EKlvII;IAEI,+BAAA;ELovIR;;EKtvII;IAEI,wBAAA;ELwvIR;;EK1vII;IAEI,yBAAA;EL4vIR;;EK9vII;IAEI,8BAAA;ELgwIR;;EKlwII;IAEI,iCAAA;ELowIR;;EKtwII;IAEI,sCAAA;ELwwIR;;EK1wII;IAEI,yCAAA;EL4wIR;;EK9wII;IAEI,uBAAA;ELgxIR;;EKlxII;IAEI,uBAAA;ELoxIR;;EKtxII;IAEI,yBAAA;ELwxIR;;EK1xII;IAEI,yBAAA;EL4xIR;;EK9xII;IAEI,0BAAA;ELgyIR;;EKlyII;IAEI,4BAAA;ELoyIR;;EKtyII;IAEI,kCAAA;ELwyIR;;EK1yII;IAEI,sCAAA;EL4yIR;;EK9yII;IAEI,oCAAA;ELgzIR;;EKlzII;IAEI,kCAAA;ELozIR;;EKtzII;IAEI,yCAAA;ELwzIR;;EK1zII;IAEI,wCAAA;EL4zIR;;EK9zII;IAEI,wCAAA;ELg0IR;;EKl0II;IAEI,kCAAA;ELo0IR;;EKt0II;IAEI,gCAAA;ELw0IR;;EK10II;IAEI,8BAAA;EL40IR;;EK90II;IAEI,gCAAA;ELg1IR;;EKl1II;IAEI,+BAAA;ELo1IR;;EKt1II;IAEI,oCAAA;ELw1IR;;EK11II;IAEI,kCAAA;EL41IR;;EK91II;IAEI,gCAAA;ELg2IR;;EKl2II;IAEI,uCAAA;ELo2IR;;EKt2II;IAEI,sCAAA;ELw2IR;;EK12II;IAEI,iCAAA;EL42IR;;EK92II;IAEI,2BAAA;ELg3IR;;EKl3II;IAEI,iCAAA;ELo3IR;;EKt3II;IAEI,+BAAA;ELw3IR;;EK13II;IAEI,6BAAA;EL43IR;;EK93II;IAEI,+BAAA;ELg4IR;;EKl4II;IAEI,8BA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R;;EKpuJI;IAEI,2BAAA;ELsuJR;;EKxuJI;IAEI,iCAAA;EL0uJR;;EK5uJI;IAEI,gCAAA;EL8uJR;;EKhvJI;IAEI,8BAAA;ELkvJR;;EKpvJI;IAEI,gCAAA;ELsvJR;;EKxvJI;IAEI,8BAAA;EL0vJR;;EK5vJI;IAEI,4BAAA;EL8vJR;;EKhwJI;IAEI,kCAAA;ELkwJR;;EKpwJI;IAEI,iCAAA;ELswJR;;EKxwJI;IAEI,+BAAA;EL0wJR;;EK5wJI;IAEI,iCAAA;EL8wJR;;EKhxJI;IAEI,+BAAA;ELkxJR;;EKpxJI;IAEI,0BAAA;ELsxJR;;EKxxJI;IAEI,gCAAA;EL0xJR;;EK5xJI;IAEI,+BAAA;EL8xJR;;EKhyJI;IAEI,6BAAA;ELkyJR;;EKpyJI;IAEI,+BAAA;ELsyJR;;EKxyJI;IAEI,6BAAA;EL0yJR;AACF;AMxzJA;EDWM;IAEI,0BAAA;EL+yJR;;EKjzJI;IAEI,gCAAA;ELmzJR;;EKrzJI;IAEI,yBAAA;ELuzJR;;EKzzJI;IAEI,wBAAA;EL2zJR;;EK7zJI;IAEI,yBAAA;EL+zJR;;EKj0JI;IAEI,6BAAA;ELm0JR;;EKr0JI;IAEI,8BAAA;ELu0JR;;EKz0JI;IAEI,wBAAA;EL20JR;;EK70JI;IAEI,+BAAA;EL+0JR;;EKj1JI;IAEI,wBAAA;ELm1JR;AACF","file":"bootstrap-grid.css","sourcesContent":["/*!\n * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n\n$include-column-box-sizing: true !default;\n\n@import \"functions\";\n@import \"variables\";\n\n@import \"mixins/lists\";\n@import \"mixins/breakpoints\";\n@import \"mixins/container\";\n@import \"mixins/grid\";\n@import \"mixins/utilities\";\n\n@import \"vendor/rfs\";\n\n@import \"containers\";\n@import \"grid\";\n\n@import \"utilities\";\n// Only use the utilities we need\n// stylelint-disable-next-line scss/dollar-variable-default\n$utilities: map-get-multiple(\n $utilities,\n (\n \"display\",\n \"order\",\n \"flex\",\n \"flex-direction\",\n \"flex-grow\",\n \"flex-shrink\",\n \"flex-wrap\",\n \"justify-content\",\n \"align-items\",\n \"align-content\",\n \"align-self\",\n \"margin\",\n \"margin-x\",\n \"margin-y\",\n \"margin-top\",\n \"margin-end\",\n \"margin-bottom\",\n \"margin-start\",\n \"negative-margin\",\n \"negative-margin-x\",\n \"negative-margin-y\",\n \"negative-margin-top\",\n \"negative-margin-end\",\n \"negative-margin-bottom\",\n \"negative-margin-start\",\n \"padding\",\n \"padding-x\",\n \"padding-y\",\n \"padding-top\",\n \"padding-end\",\n \"padding-bottom\",\n \"padding-start\",\n )\n);\n\n@import \"utilities/api\";\n","// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n@if $enable-grid-classes {\n // Single container class with breakpoint max-widths\n .container,\n // 100% wide container at all breakpoints\n .container-fluid {\n @include make-container();\n }\n\n // Responsive containers that are 100% wide until a breakpoint\n @each $breakpoint, $container-max-width in $container-max-widths {\n .container-#{$breakpoint} {\n @extend .container-fluid;\n }\n\n @include media-breakpoint-up($breakpoint, $grid-breakpoints) {\n %responsive-container-#{$breakpoint} {\n max-width: $container-max-width;\n }\n\n // Extend each breakpoint which is smaller or equal to the current breakpoint\n $extend-breakpoint: true;\n\n @each $name, $width in $grid-breakpoints {\n @if ($extend-breakpoint) {\n .container#{breakpoint-infix($name, $grid-breakpoints)} {\n @extend %responsive-container-#{$breakpoint};\n }\n\n // Once the current breakpoint is reached, stop extending\n @if ($breakpoint == $name) {\n $extend-breakpoint: false;\n }\n }\n }\n }\n }\n}\n","// Container mixins\n\n@mixin make-container($gutter: $container-padding-x) {\n width: 100%;\n padding-right: var(--#{$variable-prefix}gutter-x, #{$gutter});\n padding-left: var(--#{$variable-prefix}gutter-x, #{$gutter});\n margin-right: auto;\n margin-left: auto;\n}\n","/*!\n * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n.container,\n.container-fluid,\n.container-xxl,\n.container-xl,\n.container-lg,\n.container-md,\n.container-sm {\n width: 100%;\n padding-right: var(--bs-gutter-x, 0.75rem);\n padding-left: var(--bs-gutter-x, 0.75rem);\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container-sm, .container {\n max-width: 540px;\n }\n}\n@media (min-width: 768px) {\n .container-md, .container-sm, .container {\n max-width: 720px;\n }\n}\n@media (min-width: 992px) {\n .container-lg, .container-md, .container-sm, .container {\n max-width: 960px;\n }\n}\n@media (min-width: 1200px) {\n .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1140px;\n }\n}\n@media (min-width: 1400px) {\n .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1320px;\n }\n}\n.row {\n --bs-gutter-x: 1.5rem;\n --bs-gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n margin-top: calc(var(--bs-gutter-y) * -1);\n margin-right: calc(var(--bs-gutter-x) * -.5);\n margin-left: calc(var(--bs-gutter-x) * -.5);\n}\n.row > * {\n box-sizing: border-box;\n flex-shrink: 0;\n width: 100%;\n max-width: 100%;\n padding-right: calc(var(--bs-gutter-x) * .5);\n padding-left: calc(var(--bs-gutter-x) * .5);\n margin-top: var(--bs-gutter-y);\n}\n\n.col {\n flex: 1 0 0%;\n}\n\n.row-cols-auto > * {\n flex: 0 0 auto;\n width: auto;\n}\n\n.row-cols-1 > * {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.row-cols-2 > * {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.row-cols-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n}\n\n.row-cols-4 > * {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.row-cols-5 > * {\n flex: 0 0 auto;\n width: 20%;\n}\n\n.row-cols-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex: 1 0 0%;\n }\n\n .row-cols-sm-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-sm-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-sm-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-sm-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-sm-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-sm-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-sm-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n@media (min-width: 768px) {\n .col-md {\n flex: 1 0 0%;\n }\n\n .row-cols-md-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-md-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-md-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-md-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-md-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-md-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-md-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n@media (min-width: 992px) {\n .col-lg {\n flex: 1 0 0%;\n }\n\n .row-cols-lg-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-lg-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-lg-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-lg-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-lg-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-lg-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-lg-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n@media (min-width: 1200px) {\n .col-xl {\n flex: 1 0 0%;\n }\n\n .row-cols-xl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n@media (min-width: 1400px) {\n .col-xxl {\n flex: 1 0 0%;\n }\n\n .row-cols-xxl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xxl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xxl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xxl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xxl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xxl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xxl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n.col-auto {\n flex: 0 0 auto;\n width: auto;\n}\n\n.col-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n}\n\n.col-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n}\n\n.col-3 {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.col-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n}\n\n.col-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n}\n\n.col-6 {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.col-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n}\n\n.col-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n}\n\n.col-9 {\n flex: 0 0 auto;\n width: 75%;\n}\n\n.col-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n}\n\n.col-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n}\n\n.col-12 {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.offset-1 {\n margin-left: 8.33333333%;\n}\n\n.offset-2 {\n margin-left: 16.66666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.33333333%;\n}\n\n.offset-5 {\n margin-left: 41.66666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.33333333%;\n}\n\n.offset-8 {\n margin-left: 66.66666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.33333333%;\n}\n\n.offset-11 {\n margin-left: 91.66666667%;\n}\n\n.g-0,\n.gx-0 {\n --bs-gutter-x: 0;\n}\n\n.g-0,\n.gy-0 {\n --bs-gutter-y: 0;\n}\n\n.g-1,\n.gx-1 {\n --bs-gutter-x: 0.25rem;\n}\n\n.g-1,\n.gy-1 {\n --bs-gutter-y: 0.25rem;\n}\n\n.g-2,\n.gx-2 {\n --bs-gutter-x: 0.5rem;\n}\n\n.g-2,\n.gy-2 {\n --bs-gutter-y: 0.5rem;\n}\n\n.g-3,\n.gx-3 {\n --bs-gutter-x: 1rem;\n}\n\n.g-3,\n.gy-3 {\n --bs-gutter-y: 1rem;\n}\n\n.g-4,\n.gx-4 {\n --bs-gutter-x: 1.5rem;\n}\n\n.g-4,\n.gy-4 {\n --bs-gutter-y: 1.5rem;\n}\n\n.g-5,\n.gx-5 {\n --bs-gutter-x: 3rem;\n}\n\n.g-5,\n.gy-5 {\n --bs-gutter-y: 3rem;\n}\n\n@media (min-width: 576px) {\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-sm-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-sm-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-sm-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-sm-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-sm-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-sm-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-sm-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-sm-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-sm-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-sm-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-sm-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-sm-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-sm-0 {\n margin-left: 0;\n }\n\n .offset-sm-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-sm-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-sm-3 {\n margin-left: 25%;\n }\n\n .offset-sm-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-sm-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-sm-6 {\n margin-left: 50%;\n }\n\n .offset-sm-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-sm-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-sm-9 {\n margin-left: 75%;\n }\n\n .offset-sm-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-sm-11 {\n margin-left: 91.66666667%;\n }\n\n .g-sm-0,\n.gx-sm-0 {\n --bs-gutter-x: 0;\n }\n\n .g-sm-0,\n.gy-sm-0 {\n --bs-gutter-y: 0;\n }\n\n .g-sm-1,\n.gx-sm-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-sm-1,\n.gy-sm-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-sm-2,\n.gx-sm-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-sm-2,\n.gy-sm-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-sm-3,\n.gx-sm-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-sm-3,\n.gy-sm-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-sm-4,\n.gx-sm-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-sm-4,\n.gy-sm-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-sm-5,\n.gx-sm-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-sm-5,\n.gy-sm-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 768px) {\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-md-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-md-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-md-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-md-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-md-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-md-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-md-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-md-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-md-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-md-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-md-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-md-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-md-0 {\n margin-left: 0;\n }\n\n .offset-md-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-md-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-md-3 {\n margin-left: 25%;\n }\n\n .offset-md-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-md-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-md-6 {\n margin-left: 50%;\n }\n\n .offset-md-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-md-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-md-9 {\n margin-left: 75%;\n }\n\n .offset-md-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-md-11 {\n margin-left: 91.66666667%;\n }\n\n .g-md-0,\n.gx-md-0 {\n --bs-gutter-x: 0;\n }\n\n .g-md-0,\n.gy-md-0 {\n --bs-gutter-y: 0;\n }\n\n .g-md-1,\n.gx-md-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-md-1,\n.gy-md-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-md-2,\n.gx-md-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-md-2,\n.gy-md-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-md-3,\n.gx-md-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-md-3,\n.gy-md-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-md-4,\n.gx-md-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-md-4,\n.gy-md-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-md-5,\n.gx-md-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-md-5,\n.gy-md-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 992px) {\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-lg-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-lg-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-lg-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-lg-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-lg-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-lg-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-lg-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-lg-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-lg-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-lg-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-lg-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-lg-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-lg-0 {\n margin-left: 0;\n }\n\n .offset-lg-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-lg-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-lg-3 {\n margin-left: 25%;\n }\n\n .offset-lg-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-lg-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-lg-6 {\n margin-left: 50%;\n }\n\n .offset-lg-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-lg-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-lg-9 {\n margin-left: 75%;\n }\n\n .offset-lg-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-lg-11 {\n margin-left: 91.66666667%;\n }\n\n .g-lg-0,\n.gx-lg-0 {\n --bs-gutter-x: 0;\n }\n\n .g-lg-0,\n.gy-lg-0 {\n --bs-gutter-y: 0;\n }\n\n .g-lg-1,\n.gx-lg-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-lg-1,\n.gy-lg-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-lg-2,\n.gx-lg-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-lg-2,\n.gy-lg-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-lg-3,\n.gx-lg-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-lg-3,\n.gy-lg-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-lg-4,\n.gx-lg-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-lg-4,\n.gy-lg-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-lg-5,\n.gx-lg-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-lg-5,\n.gy-lg-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1200px) {\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xl-0 {\n margin-left: 0;\n }\n\n .offset-xl-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-xl-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-xl-3 {\n margin-left: 25%;\n }\n\n .offset-xl-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-xl-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-xl-6 {\n margin-left: 50%;\n }\n\n .offset-xl-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-xl-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-xl-9 {\n margin-left: 75%;\n }\n\n .offset-xl-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-xl-11 {\n margin-left: 91.66666667%;\n }\n\n .g-xl-0,\n.gx-xl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xl-0,\n.gy-xl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xl-1,\n.gx-xl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xl-1,\n.gy-xl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xl-2,\n.gx-xl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xl-2,\n.gy-xl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xl-3,\n.gx-xl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xl-3,\n.gy-xl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xl-4,\n.gx-xl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xl-4,\n.gy-xl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xl-5,\n.gx-xl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xl-5,\n.gy-xl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1400px) {\n .col-xxl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xxl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xxl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xxl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xxl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xxl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xxl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xxl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xxl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xxl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xxl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xxl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xxl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xxl-0 {\n margin-left: 0;\n }\n\n .offset-xxl-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-xxl-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-xxl-3 {\n margin-left: 25%;\n }\n\n .offset-xxl-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-xxl-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-xxl-6 {\n margin-left: 50%;\n }\n\n .offset-xxl-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-xxl-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-xxl-9 {\n margin-left: 75%;\n }\n\n .offset-xxl-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-xxl-11 {\n margin-left: 91.66666667%;\n }\n\n .g-xxl-0,\n.gx-xxl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xxl-0,\n.gy-xxl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xxl-1,\n.gx-xxl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xxl-1,\n.gy-xxl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xxl-2,\n.gx-xxl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xxl-2,\n.gy-xxl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xxl-3,\n.gx-xxl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xxl-3,\n.gy-xxl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xxl-4,\n.gx-xxl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xxl-4,\n.gy-xxl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xxl-5,\n.gx-xxl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xxl-5,\n.gy-xxl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-grid {\n display: grid !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-row {\n display: table-row !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n.d-none {\n display: none !important;\n}\n\n.flex-fill {\n flex: 1 1 auto !important;\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-column {\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-grow-0 {\n flex-grow: 0 !important;\n}\n\n.flex-grow-1 {\n flex-grow: 1 !important;\n}\n\n.flex-shrink-0 {\n flex-shrink: 0 !important;\n}\n\n.flex-shrink-1 {\n flex-shrink: 1 !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.justify-content-evenly {\n justify-content: space-evenly !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n.order-first {\n order: -1 !important;\n}\n\n.order-0 {\n order: 0 !important;\n}\n\n.order-1 {\n order: 1 !important;\n}\n\n.order-2 {\n order: 2 !important;\n}\n\n.order-3 {\n order: 3 !important;\n}\n\n.order-4 {\n order: 4 !important;\n}\n\n.order-5 {\n order: 5 !important;\n}\n\n.order-last {\n order: 6 !important;\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mx-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n}\n\n.mx-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n}\n\n.mx-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n}\n\n.mx-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n}\n\n.mx-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n}\n\n.mx-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n}\n\n.mx-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n}\n\n.my-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n}\n\n.my-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n}\n\n.my-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n}\n\n.my-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n}\n\n.my-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n}\n\n.my-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n}\n\n.my-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n}\n\n.mt-0 {\n margin-top: 0 !important;\n}\n\n.mt-1 {\n margin-top: 0.25rem !important;\n}\n\n.mt-2 {\n margin-top: 0.5rem !important;\n}\n\n.mt-3 {\n margin-top: 1rem !important;\n}\n\n.mt-4 {\n margin-top: 1.5rem !important;\n}\n\n.mt-5 {\n margin-top: 3rem !important;\n}\n\n.mt-auto {\n margin-top: auto !important;\n}\n\n.me-0 {\n margin-right: 0 !important;\n}\n\n.me-1 {\n margin-right: 0.25rem !important;\n}\n\n.me-2 {\n margin-right: 0.5rem !important;\n}\n\n.me-3 {\n margin-right: 1rem !important;\n}\n\n.me-4 {\n margin-right: 1.5rem !important;\n}\n\n.me-5 {\n margin-right: 3rem !important;\n}\n\n.me-auto {\n margin-right: auto !important;\n}\n\n.mb-0 {\n margin-bottom: 0 !important;\n}\n\n.mb-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.mb-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.mb-3 {\n margin-bottom: 1rem !important;\n}\n\n.mb-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.mb-5 {\n margin-bottom: 3rem !important;\n}\n\n.mb-auto {\n margin-bottom: auto !important;\n}\n\n.ms-0 {\n margin-left: 0 !important;\n}\n\n.ms-1 {\n margin-left: 0.25rem !important;\n}\n\n.ms-2 {\n margin-left: 0.5rem !important;\n}\n\n.ms-3 {\n margin-left: 1rem !important;\n}\n\n.ms-4 {\n margin-left: 1.5rem !important;\n}\n\n.ms-5 {\n margin-left: 3rem !important;\n}\n\n.ms-auto {\n margin-left: auto !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem !important;\n}\n\n.px-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n}\n\n.px-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n}\n\n.px-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n}\n\n.px-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n}\n\n.px-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n}\n\n.px-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n}\n\n.py-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n}\n\n.py-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n}\n\n.py-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n}\n\n.py-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n}\n\n.py-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n}\n\n.py-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n}\n\n.pt-0 {\n padding-top: 0 !important;\n}\n\n.pt-1 {\n padding-top: 0.25rem !important;\n}\n\n.pt-2 {\n padding-top: 0.5rem !important;\n}\n\n.pt-3 {\n padding-top: 1rem !important;\n}\n\n.pt-4 {\n padding-top: 1.5rem !important;\n}\n\n.pt-5 {\n padding-top: 3rem !important;\n}\n\n.pe-0 {\n padding-right: 0 !important;\n}\n\n.pe-1 {\n padding-right: 0.25rem !important;\n}\n\n.pe-2 {\n padding-right: 0.5rem !important;\n}\n\n.pe-3 {\n padding-right: 1rem !important;\n}\n\n.pe-4 {\n padding-right: 1.5rem !important;\n}\n\n.pe-5 {\n padding-right: 3rem !important;\n}\n\n.pb-0 {\n padding-bottom: 0 !important;\n}\n\n.pb-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pb-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pb-3 {\n padding-bottom: 1rem !important;\n}\n\n.pb-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pb-5 {\n padding-bottom: 3rem !important;\n}\n\n.ps-0 {\n padding-left: 0 !important;\n}\n\n.ps-1 {\n padding-left: 0.25rem !important;\n}\n\n.ps-2 {\n padding-left: 0.5rem !important;\n}\n\n.ps-3 {\n padding-left: 1rem !important;\n}\n\n.ps-4 {\n padding-left: 1.5rem !important;\n}\n\n.ps-5 {\n padding-left: 3rem !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-inline {\n display: inline !important;\n }\n\n .d-sm-inline-block {\n display: inline-block !important;\n }\n\n .d-sm-block {\n display: block !important;\n }\n\n .d-sm-grid {\n display: grid !important;\n }\n\n .d-sm-table {\n display: table !important;\n }\n\n .d-sm-table-row {\n display: table-row !important;\n }\n\n .d-sm-table-cell {\n display: table-cell !important;\n }\n\n .d-sm-flex {\n display: flex !important;\n }\n\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n\n .d-sm-none {\n display: none !important;\n }\n\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-sm-row {\n flex-direction: row !important;\n }\n\n .flex-sm-column {\n flex-direction: column !important;\n }\n\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-sm-center {\n justify-content: center !important;\n }\n\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n\n .justify-content-sm-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n\n .align-items-sm-center {\n align-items: center !important;\n }\n\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n\n .align-content-sm-center {\n align-content: center !important;\n }\n\n .align-content-sm-between {\n align-content: space-between !important;\n }\n\n .align-content-sm-around {\n align-content: space-around !important;\n }\n\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n\n .align-self-sm-auto {\n align-self: auto !important;\n }\n\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n\n .align-self-sm-center {\n align-self: center !important;\n }\n\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n\n .order-sm-first {\n order: -1 !important;\n }\n\n .order-sm-0 {\n order: 0 !important;\n }\n\n .order-sm-1 {\n order: 1 !important;\n }\n\n .order-sm-2 {\n order: 2 !important;\n }\n\n .order-sm-3 {\n order: 3 !important;\n }\n\n .order-sm-4 {\n order: 4 !important;\n }\n\n .order-sm-5 {\n order: 5 !important;\n }\n\n .order-sm-last {\n order: 6 !important;\n }\n\n .m-sm-0 {\n margin: 0 !important;\n }\n\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n\n .m-sm-3 {\n margin: 1rem !important;\n }\n\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n\n .m-sm-5 {\n margin: 3rem !important;\n }\n\n .m-sm-auto {\n margin: auto !important;\n }\n\n .mx-sm-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-sm-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-sm-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-sm-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n\n .mt-sm-auto {\n margin-top: auto !important;\n }\n\n .me-sm-0 {\n margin-right: 0 !important;\n }\n\n .me-sm-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-sm-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-sm-3 {\n margin-right: 1rem !important;\n }\n\n .me-sm-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-sm-5 {\n margin-right: 3rem !important;\n }\n\n .me-sm-auto {\n margin-right: auto !important;\n }\n\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n\n .ms-sm-0 {\n margin-left: 0 !important;\n }\n\n .ms-sm-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-sm-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-sm-3 {\n margin-left: 1rem !important;\n }\n\n .ms-sm-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-sm-5 {\n margin-left: 3rem !important;\n }\n\n .ms-sm-auto {\n margin-left: auto !important;\n }\n\n .p-sm-0 {\n padding: 0 !important;\n }\n\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n\n .p-sm-3 {\n padding: 1rem !important;\n }\n\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n\n .p-sm-5 {\n padding: 3rem !important;\n }\n\n .px-sm-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-sm-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-sm-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-sm-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-sm-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-sm-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n\n .pe-sm-0 {\n padding-right: 0 !important;\n }\n\n .pe-sm-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-sm-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-sm-3 {\n padding-right: 1rem !important;\n }\n\n .pe-sm-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-sm-5 {\n padding-right: 3rem !important;\n }\n\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-sm-0 {\n padding-left: 0 !important;\n }\n\n .ps-sm-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-sm-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-sm-3 {\n padding-left: 1rem !important;\n }\n\n .ps-sm-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-sm-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 768px) {\n .d-md-inline {\n display: inline !important;\n }\n\n .d-md-inline-block {\n display: inline-block !important;\n }\n\n .d-md-block {\n display: block !important;\n }\n\n .d-md-grid {\n display: grid !important;\n }\n\n .d-md-table {\n display: table !important;\n }\n\n .d-md-table-row {\n display: table-row !important;\n }\n\n .d-md-table-cell {\n display: table-cell !important;\n }\n\n .d-md-flex {\n display: flex !important;\n }\n\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n\n .d-md-none {\n display: none !important;\n }\n\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-md-row {\n flex-direction: row !important;\n }\n\n .flex-md-column {\n flex-direction: column !important;\n }\n\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-md-center {\n justify-content: center !important;\n }\n\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n\n .justify-content-md-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-md-start {\n align-items: flex-start !important;\n }\n\n .align-items-md-end {\n align-items: flex-end !important;\n }\n\n .align-items-md-center {\n align-items: center !important;\n }\n\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n\n .align-content-md-start {\n align-content: flex-start !important;\n }\n\n .align-content-md-end {\n align-content: flex-end !important;\n }\n\n .align-content-md-center {\n align-content: center !important;\n }\n\n .align-content-md-between {\n align-content: space-between !important;\n }\n\n .align-content-md-around {\n align-content: space-around !important;\n }\n\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n\n .align-self-md-auto {\n align-self: auto !important;\n }\n\n .align-self-md-start {\n align-self: flex-start !important;\n }\n\n .align-self-md-end {\n align-self: flex-end !important;\n }\n\n .align-self-md-center {\n align-self: center !important;\n }\n\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n\n .order-md-first {\n order: -1 !important;\n }\n\n .order-md-0 {\n order: 0 !important;\n }\n\n .order-md-1 {\n order: 1 !important;\n }\n\n .order-md-2 {\n order: 2 !important;\n }\n\n .order-md-3 {\n order: 3 !important;\n }\n\n .order-md-4 {\n order: 4 !important;\n }\n\n .order-md-5 {\n order: 5 !important;\n }\n\n .order-md-last {\n order: 6 !important;\n }\n\n .m-md-0 {\n margin: 0 !important;\n }\n\n .m-md-1 {\n margin: 0.25rem !important;\n }\n\n .m-md-2 {\n margin: 0.5rem !important;\n }\n\n .m-md-3 {\n margin: 1rem !important;\n }\n\n .m-md-4 {\n margin: 1.5rem !important;\n }\n\n .m-md-5 {\n margin: 3rem !important;\n }\n\n .m-md-auto {\n margin: auto !important;\n }\n\n .mx-md-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-md-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-md-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-md-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-md-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-md-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-md-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-md-0 {\n margin-top: 0 !important;\n }\n\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n\n .mt-md-auto {\n margin-top: auto !important;\n }\n\n .me-md-0 {\n margin-right: 0 !important;\n }\n\n .me-md-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-md-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-md-3 {\n margin-right: 1rem !important;\n }\n\n .me-md-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-md-5 {\n margin-right: 3rem !important;\n }\n\n .me-md-auto {\n margin-right: auto !important;\n }\n\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n\n .ms-md-0 {\n margin-left: 0 !important;\n }\n\n .ms-md-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-md-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-md-3 {\n margin-left: 1rem !important;\n }\n\n .ms-md-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-md-5 {\n margin-left: 3rem !important;\n }\n\n .ms-md-auto {\n margin-left: auto !important;\n }\n\n .p-md-0 {\n padding: 0 !important;\n }\n\n .p-md-1 {\n padding: 0.25rem !important;\n }\n\n .p-md-2 {\n padding: 0.5rem !important;\n }\n\n .p-md-3 {\n padding: 1rem !important;\n }\n\n .p-md-4 {\n padding: 1.5rem !important;\n }\n\n .p-md-5 {\n padding: 3rem !important;\n }\n\n .px-md-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-md-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-md-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-md-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-md-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-md-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-md-0 {\n padding-top: 0 !important;\n }\n\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n\n .pe-md-0 {\n padding-right: 0 !important;\n }\n\n .pe-md-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-md-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-md-3 {\n padding-right: 1rem !important;\n }\n\n .pe-md-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-md-5 {\n padding-right: 3rem !important;\n }\n\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-md-0 {\n padding-left: 0 !important;\n }\n\n .ps-md-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-md-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-md-3 {\n padding-left: 1rem !important;\n }\n\n .ps-md-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-md-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 992px) {\n .d-lg-inline {\n display: inline !important;\n }\n\n .d-lg-inline-block {\n display: inline-block !important;\n }\n\n .d-lg-block {\n display: block !important;\n }\n\n .d-lg-grid {\n display: grid !important;\n }\n\n .d-lg-table {\n display: table !important;\n }\n\n .d-lg-table-row {\n display: table-row !important;\n }\n\n .d-lg-table-cell {\n display: table-cell !important;\n }\n\n .d-lg-flex {\n display: flex !important;\n }\n\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n\n .d-lg-none {\n display: none !important;\n }\n\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-lg-row {\n flex-direction: row !important;\n }\n\n .flex-lg-column {\n flex-direction: column !important;\n }\n\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-lg-center {\n justify-content: center !important;\n }\n\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n\n .justify-content-lg-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n\n .align-items-lg-center {\n align-items: center !important;\n }\n\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n\n .align-content-lg-center {\n align-content: center !important;\n }\n\n .align-content-lg-between {\n align-content: space-between !important;\n }\n\n .align-content-lg-around {\n align-content: space-around !important;\n }\n\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n\n .align-self-lg-auto {\n align-self: auto !important;\n }\n\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n\n .align-self-lg-center {\n align-self: center !important;\n }\n\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n\n .order-lg-first {\n order: -1 !important;\n }\n\n .order-lg-0 {\n order: 0 !important;\n }\n\n .order-lg-1 {\n order: 1 !important;\n }\n\n .order-lg-2 {\n order: 2 !important;\n }\n\n .order-lg-3 {\n order: 3 !important;\n }\n\n .order-lg-4 {\n order: 4 !important;\n }\n\n .order-lg-5 {\n order: 5 !important;\n }\n\n .order-lg-last {\n order: 6 !important;\n }\n\n .m-lg-0 {\n margin: 0 !important;\n }\n\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n\n .m-lg-3 {\n margin: 1rem !important;\n }\n\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n\n .m-lg-5 {\n margin: 3rem !important;\n }\n\n .m-lg-auto {\n margin: auto !important;\n }\n\n .mx-lg-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-lg-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-lg-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-lg-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n\n .mt-lg-auto {\n margin-top: auto !important;\n }\n\n .me-lg-0 {\n margin-right: 0 !important;\n }\n\n .me-lg-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-lg-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-lg-3 {\n margin-right: 1rem !important;\n }\n\n .me-lg-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-lg-5 {\n margin-right: 3rem !important;\n }\n\n .me-lg-auto {\n margin-right: auto !important;\n }\n\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n\n .ms-lg-0 {\n margin-left: 0 !important;\n }\n\n .ms-lg-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-lg-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-lg-3 {\n margin-left: 1rem !important;\n }\n\n .ms-lg-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-lg-5 {\n margin-left: 3rem !important;\n }\n\n .ms-lg-auto {\n margin-left: auto !important;\n }\n\n .p-lg-0 {\n padding: 0 !important;\n }\n\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n\n .p-lg-3 {\n padding: 1rem !important;\n }\n\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n\n .p-lg-5 {\n padding: 3rem !important;\n }\n\n .px-lg-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-lg-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-lg-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-lg-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-lg-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-lg-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n\n .pe-lg-0 {\n padding-right: 0 !important;\n }\n\n .pe-lg-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-lg-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-lg-3 {\n padding-right: 1rem !important;\n }\n\n .pe-lg-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-lg-5 {\n padding-right: 3rem !important;\n }\n\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-lg-0 {\n padding-left: 0 !important;\n }\n\n .ps-lg-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-lg-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-lg-3 {\n padding-left: 1rem !important;\n }\n\n .ps-lg-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-lg-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 1200px) {\n .d-xl-inline {\n display: inline !important;\n }\n\n .d-xl-inline-block {\n display: inline-block !important;\n }\n\n .d-xl-block {\n display: block !important;\n }\n\n .d-xl-grid {\n display: grid !important;\n }\n\n .d-xl-table {\n display: table !important;\n }\n\n .d-xl-table-row {\n display: table-row !important;\n }\n\n .d-xl-table-cell {\n display: table-cell !important;\n }\n\n .d-xl-flex {\n display: flex !important;\n }\n\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xl-none {\n display: none !important;\n }\n\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xl-row {\n flex-direction: row !important;\n }\n\n .flex-xl-column {\n flex-direction: column !important;\n }\n\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xl-center {\n justify-content: center !important;\n }\n\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xl-center {\n align-items: center !important;\n }\n\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xl-center {\n align-content: center !important;\n }\n\n .align-content-xl-between {\n align-content: space-between !important;\n }\n\n .align-content-xl-around {\n align-content: space-around !important;\n }\n\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xl-auto {\n align-self: auto !important;\n }\n\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xl-center {\n align-self: center !important;\n }\n\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n\n .order-xl-first {\n order: -1 !important;\n }\n\n .order-xl-0 {\n order: 0 !important;\n }\n\n .order-xl-1 {\n order: 1 !important;\n }\n\n .order-xl-2 {\n order: 2 !important;\n }\n\n .order-xl-3 {\n order: 3 !important;\n }\n\n .order-xl-4 {\n order: 4 !important;\n }\n\n .order-xl-5 {\n order: 5 !important;\n }\n\n .order-xl-last {\n order: 6 !important;\n }\n\n .m-xl-0 {\n margin: 0 !important;\n }\n\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xl-3 {\n margin: 1rem !important;\n }\n\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xl-5 {\n margin: 3rem !important;\n }\n\n .m-xl-auto {\n margin: auto !important;\n }\n\n .mx-xl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-xl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-xl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-xl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xl-auto {\n margin-top: auto !important;\n }\n\n .me-xl-0 {\n margin-right: 0 !important;\n }\n\n .me-xl-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-xl-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-xl-3 {\n margin-right: 1rem !important;\n }\n\n .me-xl-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-xl-5 {\n margin-right: 3rem !important;\n }\n\n .me-xl-auto {\n margin-right: auto !important;\n }\n\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xl-0 {\n margin-left: 0 !important;\n }\n\n .ms-xl-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-xl-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-xl-3 {\n margin-left: 1rem !important;\n }\n\n .ms-xl-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-xl-5 {\n margin-left: 3rem !important;\n }\n\n .ms-xl-auto {\n margin-left: auto !important;\n }\n\n .p-xl-0 {\n padding: 0 !important;\n }\n\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xl-3 {\n padding: 1rem !important;\n }\n\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xl-5 {\n padding: 3rem !important;\n }\n\n .px-xl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-xl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-xl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-xl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-xl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-xl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xl-0 {\n padding-right: 0 !important;\n }\n\n .pe-xl-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-xl-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-xl-3 {\n padding-right: 1rem !important;\n }\n\n .pe-xl-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-xl-5 {\n padding-right: 3rem !important;\n }\n\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xl-0 {\n padding-left: 0 !important;\n }\n\n .ps-xl-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-xl-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-xl-3 {\n padding-left: 1rem !important;\n }\n\n .ps-xl-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-xl-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 1400px) {\n .d-xxl-inline {\n display: inline !important;\n }\n\n .d-xxl-inline-block {\n display: inline-block !important;\n }\n\n .d-xxl-block {\n display: block !important;\n }\n\n .d-xxl-grid {\n display: grid !important;\n }\n\n .d-xxl-table {\n display: table !important;\n }\n\n .d-xxl-table-row {\n display: table-row !important;\n }\n\n .d-xxl-table-cell {\n display: table-cell !important;\n }\n\n .d-xxl-flex {\n display: flex !important;\n }\n\n .d-xxl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xxl-none {\n display: none !important;\n }\n\n .flex-xxl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xxl-row {\n flex-direction: row !important;\n }\n\n .flex-xxl-column {\n flex-direction: column !important;\n }\n\n .flex-xxl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xxl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xxl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xxl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xxl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xxl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xxl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xxl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xxl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xxl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xxl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xxl-center {\n justify-content: center !important;\n }\n\n .justify-content-xxl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xxl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xxl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xxl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xxl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xxl-center {\n align-items: center !important;\n }\n\n .align-items-xxl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xxl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xxl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xxl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xxl-center {\n align-content: center !important;\n }\n\n .align-content-xxl-between {\n align-content: space-between !important;\n }\n\n .align-content-xxl-around {\n align-content: space-around !important;\n }\n\n .align-content-xxl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xxl-auto {\n align-self: auto !important;\n }\n\n .align-self-xxl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xxl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xxl-center {\n align-self: center !important;\n }\n\n .align-self-xxl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xxl-stretch {\n align-self: stretch !important;\n }\n\n .order-xxl-first {\n order: -1 !important;\n }\n\n .order-xxl-0 {\n order: 0 !important;\n }\n\n .order-xxl-1 {\n order: 1 !important;\n }\n\n .order-xxl-2 {\n order: 2 !important;\n }\n\n .order-xxl-3 {\n order: 3 !important;\n }\n\n .order-xxl-4 {\n order: 4 !important;\n }\n\n .order-xxl-5 {\n order: 5 !important;\n }\n\n .order-xxl-last {\n order: 6 !important;\n }\n\n .m-xxl-0 {\n margin: 0 !important;\n }\n\n .m-xxl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xxl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xxl-3 {\n margin: 1rem !important;\n }\n\n .m-xxl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xxl-5 {\n margin: 3rem !important;\n }\n\n .m-xxl-auto {\n margin: auto !important;\n }\n\n .mx-xxl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-xxl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-xxl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-xxl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-xxl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-xxl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-xxl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-xxl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xxl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xxl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xxl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xxl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xxl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xxl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xxl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xxl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xxl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xxl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xxl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xxl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xxl-auto {\n margin-top: auto !important;\n }\n\n .me-xxl-0 {\n margin-right: 0 !important;\n }\n\n .me-xxl-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-xxl-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-xxl-3 {\n margin-right: 1rem !important;\n }\n\n .me-xxl-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-xxl-5 {\n margin-right: 3rem !important;\n }\n\n .me-xxl-auto {\n margin-right: auto !important;\n }\n\n .mb-xxl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xxl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xxl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xxl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xxl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xxl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xxl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xxl-0 {\n margin-left: 0 !important;\n }\n\n .ms-xxl-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-xxl-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-xxl-3 {\n margin-left: 1rem !important;\n }\n\n .ms-xxl-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-xxl-5 {\n margin-left: 3rem !important;\n }\n\n .ms-xxl-auto {\n margin-left: auto !important;\n }\n\n .p-xxl-0 {\n padding: 0 !important;\n }\n\n .p-xxl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xxl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xxl-3 {\n padding: 1rem !important;\n }\n\n .p-xxl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xxl-5 {\n padding: 3rem !important;\n }\n\n .px-xxl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-xxl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-xxl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-xxl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-xxl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-xxl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-xxl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xxl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xxl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xxl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xxl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xxl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xxl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xxl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xxl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xxl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xxl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xxl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xxl-0 {\n padding-right: 0 !important;\n }\n\n .pe-xxl-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-xxl-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-xxl-3 {\n padding-right: 1rem !important;\n }\n\n .pe-xxl-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-xxl-5 {\n padding-right: 3rem !important;\n }\n\n .pb-xxl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xxl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xxl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xxl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xxl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xxl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xxl-0 {\n padding-left: 0 !important;\n }\n\n .ps-xxl-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-xxl-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-xxl-3 {\n padding-left: 1rem !important;\n }\n\n .ps-xxl-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-xxl-5 {\n padding-left: 3rem !important;\n }\n}\n@media print {\n .d-print-inline {\n display: inline !important;\n }\n\n .d-print-inline-block {\n display: inline-block !important;\n }\n\n .d-print-block {\n display: block !important;\n }\n\n .d-print-grid {\n display: grid !important;\n }\n\n .d-print-table {\n display: table !important;\n }\n\n .d-print-table-row {\n display: table-row !important;\n }\n\n .d-print-table-cell {\n display: table-cell !important;\n }\n\n .d-print-flex {\n display: flex !important;\n }\n\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n\n .d-print-none {\n display: none !important;\n }\n}\n\n/*# sourceMappingURL=bootstrap-grid.css.map */\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @if not $n {\n @error \"breakpoint `#{$name}` not found in `#{$breakpoints}`\";\n }\n @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width.\n// The maximum value is reduced by 0.02px to work around the limitations of\n// `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $max: map-get($breakpoints, $name);\n @return if($max and $max > 0, $max - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $next: breakpoint-next($name, $breakpoints);\n $max: breakpoint-max($next);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($next, $breakpoints) {\n @content;\n }\n }\n}\n","// Variables\n//\n// Variables should follow the `$component-state-property-size` formula for\n// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.\n\n// Color system\n\n// scss-docs-start gray-color-variables\n$white: #fff !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n$black: #000 !default;\n// scss-docs-end gray-color-variables\n\n// fusv-disable\n// scss-docs-start gray-colors-map\n$grays: (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n) !default;\n// scss-docs-end gray-colors-map\n// fusv-enable\n\n// scss-docs-start color-variables\n$blue: #0d6efd !default;\n$indigo: #6610f2 !default;\n$purple: #6f42c1 !default;\n$pink: #d63384 !default;\n$red: #dc3545 !default;\n$orange: #fd7e14 !default;\n$yellow: #ffc107 !default;\n$green: #198754 !default;\n$teal: #20c997 !default;\n$cyan: #0dcaf0 !default;\n// scss-docs-end color-variables\n\n// scss-docs-start colors-map\n$colors: (\n \"blue\": $blue,\n \"indigo\": $indigo,\n \"purple\": $purple,\n \"pink\": $pink,\n \"red\": $red,\n \"orange\": $orange,\n \"yellow\": $yellow,\n \"green\": $green,\n \"teal\": $teal,\n \"cyan\": $cyan,\n \"white\": $white,\n \"gray\": $gray-600,\n \"gray-dark\": $gray-800\n) !default;\n// scss-docs-end colors-map\n\n// scss-docs-start theme-color-variables\n$primary: $blue !default;\n$secondary: $gray-600 !default;\n$success: $green !default;\n$info: $cyan !default;\n$warning: $yellow !default;\n$danger: $red !default;\n$light: $gray-100 !default;\n$dark: $gray-900 !default;\n// scss-docs-end theme-color-variables\n\n// scss-docs-start theme-colors-map\n$theme-colors: (\n \"primary\": $primary,\n \"secondary\": $secondary,\n \"success\": $success,\n \"info\": $info,\n \"warning\": $warning,\n \"danger\": $danger,\n \"light\": $light,\n \"dark\": $dark\n) !default;\n// scss-docs-end theme-colors-map\n\n// The contrast ratio to reach against white, to determine if color changes from \"light\" to \"dark\". Acceptable values for WCAG 2.0 are 3, 4.5 and 7.\n// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast\n$min-contrast-ratio: 4.5 !default;\n\n// Customize the light and dark text colors for use in our color contrast function.\n$color-contrast-dark: $black !default;\n$color-contrast-light: $white !default;\n\n// fusv-disable\n$blue-100: tint-color($blue, 80%) !default;\n$blue-200: tint-color($blue, 60%) !default;\n$blue-300: tint-color($blue, 40%) !default;\n$blue-400: tint-color($blue, 20%) !default;\n$blue-500: $blue !default;\n$blue-600: shade-color($blue, 20%) !default;\n$blue-700: shade-color($blue, 40%) !default;\n$blue-800: shade-color($blue, 60%) !default;\n$blue-900: shade-color($blue, 80%) !default;\n\n$indigo-100: tint-color($indigo, 80%) !default;\n$indigo-200: tint-color($indigo, 60%) !default;\n$indigo-300: tint-color($indigo, 40%) !default;\n$indigo-400: tint-color($indigo, 20%) !default;\n$indigo-500: $indigo !default;\n$indigo-600: shade-color($indigo, 20%) !default;\n$indigo-700: shade-color($indigo, 40%) !default;\n$indigo-800: shade-color($indigo, 60%) !default;\n$indigo-900: shade-color($indigo, 80%) !default;\n\n$purple-100: tint-color($purple, 80%) !default;\n$purple-200: tint-color($purple, 60%) !default;\n$purple-300: tint-color($purple, 40%) !default;\n$purple-400: tint-color($purple, 20%) !default;\n$purple-500: $purple !default;\n$purple-600: shade-color($purple, 20%) !default;\n$purple-700: shade-color($purple, 40%) !default;\n$purple-800: shade-color($purple, 60%) !default;\n$purple-900: shade-color($purple, 80%) !default;\n\n$pink-100: tint-color($pink, 80%) !default;\n$pink-200: tint-color($pink, 60%) !default;\n$pink-300: tint-color($pink, 40%) !default;\n$pink-400: tint-color($pink, 20%) !default;\n$pink-500: $pink !default;\n$pink-600: shade-color($pink, 20%) !default;\n$pink-700: shade-color($pink, 40%) !default;\n$pink-800: shade-color($pink, 60%) !default;\n$pink-900: shade-color($pink, 80%) !default;\n\n$red-100: tint-color($red, 80%) !default;\n$red-200: tint-color($red, 60%) !default;\n$red-300: tint-color($red, 40%) !default;\n$red-400: tint-color($red, 20%) !default;\n$red-500: $red !default;\n$red-600: shade-color($red, 20%) !default;\n$red-700: shade-color($red, 40%) !default;\n$red-800: shade-color($red, 60%) !default;\n$red-900: shade-color($red, 80%) !default;\n\n$orange-100: tint-color($orange, 80%) !default;\n$orange-200: tint-color($orange, 60%) !default;\n$orange-300: tint-color($orange, 40%) !default;\n$orange-400: tint-color($orange, 20%) !default;\n$orange-500: $orange !default;\n$orange-600: shade-color($orange, 20%) !default;\n$orange-700: shade-color($orange, 40%) !default;\n$orange-800: shade-color($orange, 60%) !default;\n$orange-900: shade-color($orange, 80%) !default;\n\n$yellow-100: tint-color($yellow, 80%) !default;\n$yellow-200: tint-color($yellow, 60%) !default;\n$yellow-300: tint-color($yellow, 40%) !default;\n$yellow-400: tint-color($yellow, 20%) !default;\n$yellow-500: $yellow !default;\n$yellow-600: shade-color($yellow, 20%) !default;\n$yellow-700: shade-color($yellow, 40%) !default;\n$yellow-800: shade-color($yellow, 60%) !default;\n$yellow-900: shade-color($yellow, 80%) !default;\n\n$green-100: tint-color($green, 80%) !default;\n$green-200: tint-color($green, 60%) !default;\n$green-300: tint-color($green, 40%) !default;\n$green-400: tint-color($green, 20%) !default;\n$green-500: $green !default;\n$green-600: shade-color($green, 20%) !default;\n$green-700: shade-color($green, 40%) !default;\n$green-800: shade-color($green, 60%) !default;\n$green-900: shade-color($green, 80%) !default;\n\n$teal-100: tint-color($teal, 80%) !default;\n$teal-200: tint-color($teal, 60%) !default;\n$teal-300: tint-color($teal, 40%) !default;\n$teal-400: tint-color($teal, 20%) !default;\n$teal-500: $teal !default;\n$teal-600: shade-color($teal, 20%) !default;\n$teal-700: shade-color($teal, 40%) !default;\n$teal-800: shade-color($teal, 60%) !default;\n$teal-900: shade-color($teal, 80%) !default;\n\n$cyan-100: tint-color($cyan, 80%) !default;\n$cyan-200: tint-color($cyan, 60%) !default;\n$cyan-300: tint-color($cyan, 40%) !default;\n$cyan-400: tint-color($cyan, 20%) !default;\n$cyan-500: $cyan !default;\n$cyan-600: shade-color($cyan, 20%) !default;\n$cyan-700: shade-color($cyan, 40%) !default;\n$cyan-800: shade-color($cyan, 60%) !default;\n$cyan-900: shade-color($cyan, 80%) !default;\n// fusv-enable\n\n// Characters which are escaped by the escape-svg function\n$escaped-characters: (\n (\"<\", \"%3c\"),\n (\">\", \"%3e\"),\n (\"#\", \"%23\"),\n (\"(\", \"%28\"),\n (\")\", \"%29\"),\n) !default;\n\n// Options\n//\n// Quickly modify global styling by enabling or disabling optional features.\n\n$enable-caret: true !default;\n$enable-rounded: true !default;\n$enable-shadows: false !default;\n$enable-gradients: false !default;\n$enable-transitions: true !default;\n$enable-reduced-motion: true !default;\n$enable-smooth-scroll: true !default;\n$enable-grid-classes: true !default;\n$enable-button-pointers: true !default;\n$enable-rfs: true !default;\n$enable-validation-icons: true !default;\n$enable-negative-margins: false !default;\n$enable-deprecation-messages: true !default;\n$enable-important-utilities: true !default;\n\n// Prefix for :root CSS variables\n\n$variable-prefix: bs- !default;\n\n// Gradient\n//\n// The gradient which is added to components if `$enable-gradients` is `true`\n// This gradient is also added to elements with `.bg-gradient`\n// scss-docs-start variable-gradient\n$gradient: linear-gradient(180deg, rgba($white, .15), rgba($white, 0)) !default;\n// scss-docs-end variable-gradient\n\n// Spacing\n//\n// Control the default styling of most Bootstrap elements by modifying these\n// variables. Mostly focused on spacing.\n// You can add more entries to the $spacers map, should you need more variation.\n\n// scss-docs-start spacer-variables-maps\n$spacer: 1rem !default;\n$spacers: (\n 0: 0,\n 1: $spacer * .25,\n 2: $spacer * .5,\n 3: $spacer,\n 4: $spacer * 1.5,\n 5: $spacer * 3,\n) !default;\n\n$negative-spacers: if($enable-negative-margins, negativify-map($spacers), null) !default;\n// scss-docs-end spacer-variables-maps\n\n// Position\n//\n// Define the edge positioning anchors of the position utilities.\n\n// scss-docs-start position-map\n$position-values: (\n 0: 0,\n 50: 50%,\n 100: 100%\n) !default;\n// scss-docs-end position-map\n\n// Body\n//\n// Settings for the `` element.\n\n$body-bg: $white !default;\n$body-color: $gray-900 !default;\n$body-text-align: null !default;\n\n\n// Links\n//\n// Style anchor elements.\n\n$link-color: $primary !default;\n$link-decoration: underline !default;\n$link-shade-percentage: 20% !default;\n$link-hover-color: shift-color($link-color, $link-shade-percentage) !default;\n$link-hover-decoration: null !default;\n\n$stretched-link-pseudo-element: after !default;\n$stretched-link-z-index: 1 !default;\n\n// Paragraphs\n//\n// Style p element.\n\n$paragraph-margin-bottom: 1rem !default;\n\n\n// Grid breakpoints\n//\n// Define the minimum dimensions at which your layout will change,\n// adapting to different screen sizes, for use in media queries.\n\n// scss-docs-start grid-breakpoints\n$grid-breakpoints: (\n xs: 0,\n sm: 576px,\n md: 768px,\n lg: 992px,\n xl: 1200px,\n xxl: 1400px\n) !default;\n// scss-docs-end grid-breakpoints\n\n@include _assert-ascending($grid-breakpoints, \"$grid-breakpoints\");\n@include _assert-starts-at-zero($grid-breakpoints, \"$grid-breakpoints\");\n\n\n// Grid containers\n//\n// Define the maximum width of `.container` for different screen sizes.\n\n// scss-docs-start container-max-widths\n$container-max-widths: (\n sm: 540px,\n md: 720px,\n lg: 960px,\n xl: 1140px,\n xxl: 1320px\n) !default;\n// scss-docs-end container-max-widths\n\n@include _assert-ascending($container-max-widths, \"$container-max-widths\");\n\n\n// Grid columns\n//\n// Set the number of columns and specify the width of the gutters.\n\n$grid-columns: 12 !default;\n$grid-gutter-width: 1.5rem !default;\n$grid-row-columns: 6 !default;\n\n$gutters: $spacers !default;\n\n// Container padding\n\n$container-padding-x: $grid-gutter-width * .5 !default;\n\n\n// Components\n//\n// Define common padding and border radius sizes and more.\n\n// scss-docs-start border-variables\n$border-width: 1px !default;\n$border-widths: (\n 1: 1px,\n 2: 2px,\n 3: 3px,\n 4: 4px,\n 5: 5px\n) !default;\n\n$border-color: $gray-300 !default;\n// scss-docs-end border-variables\n\n// scss-docs-start border-radius-variables\n$border-radius: .25rem !default;\n$border-radius-sm: .2rem !default;\n$border-radius-lg: .3rem !default;\n$border-radius-pill: 50rem !default;\n// scss-docs-end border-radius-variables\n\n// scss-docs-start box-shadow-variables\n$box-shadow: 0 .5rem 1rem rgba($black, .15) !default;\n$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;\n$box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;\n$box-shadow-inset: inset 0 1px 2px rgba($black, .075) !default;\n// scss-docs-end box-shadow-variables\n\n$component-active-color: $white !default;\n$component-active-bg: $primary !default;\n\n// scss-docs-start caret-variables\n$caret-width: .3em !default;\n$caret-vertical-align: $caret-width * .85 !default;\n$caret-spacing: $caret-width * .85 !default;\n// scss-docs-end caret-variables\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n// scss-docs-start collapse-transition\n$transition-collapse: height .35s ease !default;\n// scss-docs-end collapse-transition\n\n// stylelint-disable function-disallowed-list\n// scss-docs-start aspect-ratios\n$aspect-ratios: (\n \"1x1\": 100%,\n \"4x3\": calc(3 / 4 * 100%),\n \"16x9\": calc(9 / 16 * 100%),\n \"21x9\": calc(9 / 21 * 100%)\n) !default;\n// scss-docs-end aspect-ratios\n// stylelint-enable function-disallowed-list\n\n// Typography\n//\n// Font, line-height, and color for body text, headings, and more.\n\n// scss-docs-start font-variables\n// stylelint-disable value-keyword-case\n$font-family-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\" !default;\n$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !default;\n// stylelint-enable value-keyword-case\n$font-family-base: var(--#{$variable-prefix}font-sans-serif) !default;\n$font-family-code: var(--#{$variable-prefix}font-monospace) !default;\n\n// $font-size-root affects the value of `rem`, which is used for as well font sizes, paddings, and margins\n// $font-size-base affects the font size of the body text\n$font-size-root: null !default;\n$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`\n$font-size-sm: $font-size-base * .875 !default;\n$font-size-lg: $font-size-base * 1.25 !default;\n\n$font-weight-lighter: lighter !default;\n$font-weight-light: 300 !default;\n$font-weight-normal: 400 !default;\n$font-weight-bold: 700 !default;\n$font-weight-bolder: bolder !default;\n\n$font-weight-base: $font-weight-normal !default;\n\n$line-height-base: 1.5 !default;\n$line-height-sm: 1.25 !default;\n$line-height-lg: 2 !default;\n\n$h1-font-size: $font-size-base * 2.5 !default;\n$h2-font-size: $font-size-base * 2 !default;\n$h3-font-size: $font-size-base * 1.75 !default;\n$h4-font-size: $font-size-base * 1.5 !default;\n$h5-font-size: $font-size-base * 1.25 !default;\n$h6-font-size: $font-size-base !default;\n// scss-docs-end font-variables\n\n// scss-docs-start font-sizes\n$font-sizes: (\n 1: $h1-font-size,\n 2: $h2-font-size,\n 3: $h3-font-size,\n 4: $h4-font-size,\n 5: $h5-font-size,\n 6: $h6-font-size\n) !default;\n// scss-docs-end font-sizes\n\n// scss-docs-start headings-variables\n$headings-margin-bottom: $spacer * .5 !default;\n$headings-font-family: null !default;\n$headings-font-style: null !default;\n$headings-font-weight: 500 !default;\n$headings-line-height: 1.2 !default;\n$headings-color: null !default;\n// scss-docs-end headings-variables\n\n// scss-docs-start display-headings\n$display-font-sizes: (\n 1: 5rem,\n 2: 4.5rem,\n 3: 4rem,\n 4: 3.5rem,\n 5: 3rem,\n 6: 2.5rem\n) !default;\n\n$display-font-weight: 300 !default;\n$display-line-height: $headings-line-height !default;\n// scss-docs-end display-headings\n\n// scss-docs-start type-variables\n$lead-font-size: $font-size-base * 1.25 !default;\n$lead-font-weight: 300 !default;\n\n$small-font-size: .875em !default;\n\n$sub-sup-font-size: .75em !default;\n\n$text-muted: $gray-600 !default;\n\n$initialism-font-size: $small-font-size !default;\n\n$blockquote-margin-y: $spacer !default;\n$blockquote-font-size: $font-size-base * 1.25 !default;\n$blockquote-footer-color: $gray-600 !default;\n$blockquote-footer-font-size: $small-font-size !default;\n\n$hr-margin-y: $spacer !default;\n$hr-color: inherit !default;\n$hr-height: $border-width !default;\n$hr-opacity: .25 !default;\n\n$legend-margin-bottom: .5rem !default;\n$legend-font-size: 1.5rem !default;\n$legend-font-weight: null !default;\n\n$mark-padding: .2em !default;\n\n$dt-font-weight: $font-weight-bold !default;\n\n$nested-kbd-font-weight: $font-weight-bold !default;\n\n$list-inline-padding: .5rem !default;\n\n$mark-bg: #fcf8e3 !default;\n// scss-docs-end type-variables\n\n\n// Tables\n//\n// Customizes the `.table` component with basic values, each used across all table variations.\n\n// scss-docs-start table-variables\n$table-cell-padding-y: .5rem !default;\n$table-cell-padding-x: .5rem !default;\n$table-cell-padding-y-sm: .25rem !default;\n$table-cell-padding-x-sm: .25rem !default;\n\n$table-cell-vertical-align: top !default;\n\n$table-color: $body-color !default;\n$table-bg: transparent !default;\n$table-accent-bg: transparent !default;\n\n$table-th-font-weight: null !default;\n\n$table-striped-color: $table-color !default;\n$table-striped-bg-factor: .05 !default;\n$table-striped-bg: rgba($black, $table-striped-bg-factor) !default;\n\n$table-active-color: $table-color !default;\n$table-active-bg-factor: .1 !default;\n$table-active-bg: rgba($black, $table-active-bg-factor) !default;\n\n$table-hover-color: $table-color !default;\n$table-hover-bg-factor: .075 !default;\n$table-hover-bg: rgba($black, $table-hover-bg-factor) !default;\n\n$table-border-factor: .1 !default;\n$table-border-width: $border-width !default;\n$table-border-color: $border-color !default;\n\n$table-striped-order: odd !default;\n\n$table-group-separator-color: currentColor !default;\n\n$table-caption-color: $text-muted !default;\n\n$table-bg-scale: -80% !default;\n// scss-docs-end table-variables\n\n// scss-docs-start table-loop\n$table-variants: (\n \"primary\": shift-color($primary, $table-bg-scale),\n \"secondary\": shift-color($secondary, $table-bg-scale),\n \"success\": shift-color($success, $table-bg-scale),\n \"info\": shift-color($info, $table-bg-scale),\n \"warning\": shift-color($warning, $table-bg-scale),\n \"danger\": shift-color($danger, $table-bg-scale),\n \"light\": $light,\n \"dark\": $dark,\n) !default;\n// scss-docs-end table-loop\n\n\n// Buttons + Forms\n//\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\n\n// scss-docs-start input-btn-variables\n$input-btn-padding-y: .375rem !default;\n$input-btn-padding-x: .75rem !default;\n$input-btn-font-family: null !default;\n$input-btn-font-size: $font-size-base !default;\n$input-btn-line-height: $line-height-base !default;\n\n$input-btn-focus-width: .25rem !default;\n$input-btn-focus-color-opacity: .25 !default;\n$input-btn-focus-color: rgba($component-active-bg, $input-btn-focus-color-opacity) !default;\n$input-btn-focus-blur: 0 !default;\n$input-btn-focus-box-shadow: 0 0 $input-btn-focus-blur $input-btn-focus-width $input-btn-focus-color !default;\n\n$input-btn-padding-y-sm: .25rem !default;\n$input-btn-padding-x-sm: .5rem !default;\n$input-btn-font-size-sm: $font-size-sm !default;\n\n$input-btn-padding-y-lg: .5rem !default;\n$input-btn-padding-x-lg: 1rem !default;\n$input-btn-font-size-lg: $font-size-lg !default;\n\n$input-btn-border-width: $border-width !default;\n// scss-docs-end input-btn-variables\n\n\n// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\n// scss-docs-start btn-variables\n$btn-padding-y: $input-btn-padding-y !default;\n$btn-padding-x: $input-btn-padding-x !default;\n$btn-font-family: $input-btn-font-family !default;\n$btn-font-size: $input-btn-font-size !default;\n$btn-line-height: $input-btn-line-height !default;\n$btn-white-space: null !default; // Set to `nowrap` to prevent text wrapping\n\n$btn-padding-y-sm: $input-btn-padding-y-sm !default;\n$btn-padding-x-sm: $input-btn-padding-x-sm !default;\n$btn-font-size-sm: $input-btn-font-size-sm !default;\n\n$btn-padding-y-lg: $input-btn-padding-y-lg !default;\n$btn-padding-x-lg: $input-btn-padding-x-lg !default;\n$btn-font-size-lg: $input-btn-font-size-lg !default;\n\n$btn-border-width: $input-btn-border-width !default;\n\n$btn-font-weight: $font-weight-normal !default;\n$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;\n$btn-focus-width: $input-btn-focus-width !default;\n$btn-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$btn-disabled-opacity: .65 !default;\n$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;\n\n$btn-link-color: $link-color !default;\n$btn-link-hover-color: $link-hover-color !default;\n$btn-link-disabled-color: $gray-600 !default;\n\n// Allows for customizing button radius independently from global border radius\n$btn-border-radius: $border-radius !default;\n$btn-border-radius-sm: $border-radius-sm !default;\n$btn-border-radius-lg: $border-radius-lg !default;\n\n$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$btn-hover-bg-shade-amount: 15% !default;\n$btn-hover-bg-tint-amount: 15% !default;\n$btn-hover-border-shade-amount: 20% !default;\n$btn-hover-border-tint-amount: 10% !default;\n$btn-active-bg-shade-amount: 20% !default;\n$btn-active-bg-tint-amount: 20% !default;\n$btn-active-border-shade-amount: 25% !default;\n$btn-active-border-tint-amount: 10% !default;\n// scss-docs-end btn-variables\n\n\n// Forms\n\n// scss-docs-start form-text-variables\n$form-text-margin-top: .25rem !default;\n$form-text-font-size: $small-font-size !default;\n$form-text-font-style: null !default;\n$form-text-font-weight: null !default;\n$form-text-color: $text-muted !default;\n// scss-docs-end form-text-variables\n\n// scss-docs-start form-label-variables\n$form-label-margin-bottom: .5rem !default;\n$form-label-font-size: null !default;\n$form-label-font-style: null !default;\n$form-label-font-weight: null !default;\n$form-label-color: null !default;\n// scss-docs-end form-label-variables\n\n// scss-docs-start form-input-variables\n$input-padding-y: $input-btn-padding-y !default;\n$input-padding-x: $input-btn-padding-x !default;\n$input-font-family: $input-btn-font-family !default;\n$input-font-size: $input-btn-font-size !default;\n$input-font-weight: $font-weight-base !default;\n$input-line-height: $input-btn-line-height !default;\n\n$input-padding-y-sm: $input-btn-padding-y-sm !default;\n$input-padding-x-sm: $input-btn-padding-x-sm !default;\n$input-font-size-sm: $input-btn-font-size-sm !default;\n\n$input-padding-y-lg: $input-btn-padding-y-lg !default;\n$input-padding-x-lg: $input-btn-padding-x-lg !default;\n$input-font-size-lg: $input-btn-font-size-lg !default;\n\n$input-bg: $white !default;\n$input-disabled-bg: $gray-200 !default;\n$input-disabled-border-color: null !default;\n\n$input-color: $body-color !default;\n$input-border-color: $gray-400 !default;\n$input-border-width: $input-btn-border-width !default;\n$input-box-shadow: $box-shadow-inset !default;\n\n$input-border-radius: $border-radius !default;\n$input-border-radius-sm: $border-radius-sm !default;\n$input-border-radius-lg: $border-radius-lg !default;\n\n$input-focus-bg: $input-bg !default;\n$input-focus-border-color: tint-color($component-active-bg, 50%) !default;\n$input-focus-color: $input-color !default;\n$input-focus-width: $input-btn-focus-width !default;\n$input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$input-placeholder-color: $gray-600 !default;\n$input-plaintext-color: $body-color !default;\n\n$input-height-border: $input-border-width * 2 !default;\n\n$input-height-inner: add($input-line-height * 1em, $input-padding-y * 2) !default;\n$input-height-inner-half: add($input-line-height * .5em, $input-padding-y) !default;\n$input-height-inner-quarter: add($input-line-height * .25em, $input-padding-y * .5) !default;\n\n$input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)) !default;\n$input-height-sm: add($input-line-height * 1em, add($input-padding-y-sm * 2, $input-height-border, false)) !default;\n$input-height-lg: add($input-line-height * 1em, add($input-padding-y-lg * 2, $input-height-border, false)) !default;\n\n$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n// scss-docs-end form-input-variables\n\n// scss-docs-start form-check-variables\n$form-check-input-width: 1em !default;\n$form-check-min-height: $font-size-base * $line-height-base !default;\n$form-check-padding-start: $form-check-input-width + .5em !default;\n$form-check-margin-bottom: .125rem !default;\n$form-check-label-color: null !default;\n$form-check-label-cursor: null !default;\n$form-check-transition: null !default;\n\n$form-check-input-active-filter: brightness(90%) !default;\n\n$form-check-input-bg: $input-bg !default;\n$form-check-input-border: 1px solid rgba($black, .25) !default;\n$form-check-input-border-radius: .25em !default;\n$form-check-radio-border-radius: 50% !default;\n$form-check-input-focus-border: $input-focus-border-color !default;\n$form-check-input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$form-check-input-checked-color: $component-active-color !default;\n$form-check-input-checked-bg-color: $component-active-bg !default;\n$form-check-input-checked-border-color: $form-check-input-checked-bg-color !default;\n$form-check-input-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-check-radio-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-check-input-indeterminate-color: $component-active-color !default;\n$form-check-input-indeterminate-bg-color: $component-active-bg !default;\n$form-check-input-indeterminate-border-color: $form-check-input-indeterminate-bg-color !default;\n$form-check-input-indeterminate-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-check-input-disabled-opacity: .5 !default;\n$form-check-label-disabled-opacity: $form-check-input-disabled-opacity !default;\n$form-check-btn-check-disabled-opacity: $btn-disabled-opacity !default;\n\n$form-check-inline-margin-end: 1rem !default;\n// scss-docs-end form-check-variables\n\n// scss-docs-start form-switch-variables\n$form-switch-color: rgba(0, 0, 0, .25) !default;\n$form-switch-width: 2em !default;\n$form-switch-padding-start: $form-switch-width + .5em !default;\n$form-switch-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-switch-border-radius: $form-switch-width !default;\n$form-switch-transition: background-position .15s ease-in-out !default;\n\n$form-switch-focus-color: $input-focus-border-color !default;\n$form-switch-focus-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-switch-checked-color: $component-active-color !default;\n$form-switch-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-switch-checked-bg-position: right center !default;\n// scss-docs-end form-switch-variables\n\n// scss-docs-start input-group-variables\n$input-group-addon-padding-y: $input-padding-y !default;\n$input-group-addon-padding-x: $input-padding-x !default;\n$input-group-addon-font-weight: $input-font-weight !default;\n$input-group-addon-color: $input-color !default;\n$input-group-addon-bg: $gray-200 !default;\n$input-group-addon-border-color: $input-border-color !default;\n// scss-docs-end input-group-variables\n\n// scss-docs-start form-select-variables\n$form-select-padding-y: $input-padding-y !default;\n$form-select-padding-x: $input-padding-x !default;\n$form-select-font-family: $input-font-family !default;\n$form-select-font-size: $input-font-size !default;\n$form-select-indicator-padding: $form-select-padding-x * 3 !default; // Extra padding for background-image\n$form-select-font-weight: $input-font-weight !default;\n$form-select-line-height: $input-line-height !default;\n$form-select-color: $input-color !default;\n$form-select-bg: $input-bg !default;\n$form-select-disabled-color: null !default;\n$form-select-disabled-bg: $gray-200 !default;\n$form-select-disabled-border-color: $input-disabled-border-color !default;\n$form-select-bg-position: right $form-select-padding-x center !default;\n$form-select-bg-size: 16px 12px !default; // In pixels because image dimensions\n$form-select-indicator-color: $gray-800 !default;\n$form-select-indicator: url(\"data:image/svg+xml,\") !default;\n\n$form-select-feedback-icon-padding-end: $form-select-padding-x * 2.5 + $form-select-indicator-padding !default;\n$form-select-feedback-icon-position: center right $form-select-indicator-padding !default;\n$form-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half !default;\n\n$form-select-border-width: $input-border-width !default;\n$form-select-border-color: $input-border-color !default;\n$form-select-border-radius: $border-radius !default;\n$form-select-box-shadow: $box-shadow-inset !default;\n\n$form-select-focus-border-color: $input-focus-border-color !default;\n$form-select-focus-width: $input-focus-width !default;\n$form-select-focus-box-shadow: 0 0 0 $form-select-focus-width $input-btn-focus-color !default;\n\n$form-select-padding-y-sm: $input-padding-y-sm !default;\n$form-select-padding-x-sm: $input-padding-x-sm !default;\n$form-select-font-size-sm: $input-font-size-sm !default;\n\n$form-select-padding-y-lg: $input-padding-y-lg !default;\n$form-select-padding-x-lg: $input-padding-x-lg !default;\n$form-select-font-size-lg: $input-font-size-lg !default;\n\n$form-select-transition: $input-transition !default;\n// scss-docs-end form-select-variables\n\n// scss-docs-start form-range-variables\n$form-range-track-width: 100% !default;\n$form-range-track-height: .5rem !default;\n$form-range-track-cursor: pointer !default;\n$form-range-track-bg: $gray-300 !default;\n$form-range-track-border-radius: 1rem !default;\n$form-range-track-box-shadow: $box-shadow-inset !default;\n\n$form-range-thumb-width: 1rem !default;\n$form-range-thumb-height: $form-range-thumb-width !default;\n$form-range-thumb-bg: $component-active-bg !default;\n$form-range-thumb-border: 0 !default;\n$form-range-thumb-border-radius: 1rem !default;\n$form-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;\n$form-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;\n$form-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in Edge\n$form-range-thumb-active-bg: tint-color($component-active-bg, 70%) !default;\n$form-range-thumb-disabled-bg: $gray-500 !default;\n$form-range-thumb-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n// scss-docs-end form-range-variables\n\n// scss-docs-start form-file-variables\n$form-file-button-color: $input-color !default;\n$form-file-button-bg: $input-group-addon-bg !default;\n$form-file-button-hover-bg: shade-color($form-file-button-bg, 5%) !default;\n// scss-docs-end form-file-variables\n\n// scss-docs-start form-floating-variables\n$form-floating-height: add(3.5rem, $input-height-border) !default;\n$form-floating-line-height: 1.25 !default;\n$form-floating-padding-x: $input-padding-x !default;\n$form-floating-padding-y: 1rem !default;\n$form-floating-input-padding-t: 1.625rem !default;\n$form-floating-input-padding-b: .625rem !default;\n$form-floating-label-opacity: .65 !default;\n$form-floating-label-transform: scale(.85) translateY(-.5rem) translateX(.15rem) !default;\n$form-floating-transition: opacity .1s ease-in-out, transform .1s ease-in-out !default;\n// scss-docs-end form-floating-variables\n\n// Form validation\n\n// scss-docs-start form-feedback-variables\n$form-feedback-margin-top: $form-text-margin-top !default;\n$form-feedback-font-size: $form-text-font-size !default;\n$form-feedback-font-style: $form-text-font-style !default;\n$form-feedback-valid-color: $success !default;\n$form-feedback-invalid-color: $danger !default;\n\n$form-feedback-icon-valid-color: $form-feedback-valid-color !default;\n$form-feedback-icon-valid: url(\"data:image/svg+xml,\") !default;\n$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;\n$form-feedback-icon-invalid: url(\"data:image/svg+xml,\") !default;\n// scss-docs-end form-feedback-variables\n\n// scss-docs-start form-validation-states\n$form-validation-states: (\n \"valid\": (\n \"color\": $form-feedback-valid-color,\n \"icon\": $form-feedback-icon-valid\n ),\n \"invalid\": (\n \"color\": $form-feedback-invalid-color,\n \"icon\": $form-feedback-icon-invalid\n )\n) !default;\n// scss-docs-end form-validation-states\n\n// Z-index master list\n//\n// Warning: Avoid customizing these values. They're used for a bird's eye view\n// of components dependent on the z-axis and are designed to all work together.\n\n// scss-docs-start zindex-stack\n$zindex-dropdown: 1000 !default;\n$zindex-sticky: 1020 !default;\n$zindex-fixed: 1030 !default;\n$zindex-modal-backdrop: 1040 !default;\n$zindex-offcanvas: 1050 !default;\n$zindex-modal: 1060 !default;\n$zindex-popover: 1070 !default;\n$zindex-tooltip: 1080 !default;\n// scss-docs-end zindex-stack\n\n\n// Navs\n\n// scss-docs-start nav-variables\n$nav-link-padding-y: .5rem !default;\n$nav-link-padding-x: 1rem !default;\n$nav-link-font-size: null !default;\n$nav-link-font-weight: null !default;\n$nav-link-color: $link-color !default;\n$nav-link-hover-color: $link-hover-color !default;\n$nav-link-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out !default;\n$nav-link-disabled-color: $gray-600 !default;\n\n$nav-tabs-border-color: $gray-300 !default;\n$nav-tabs-border-width: $border-width !default;\n$nav-tabs-border-radius: $border-radius !default;\n$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;\n$nav-tabs-link-active-color: $gray-700 !default;\n$nav-tabs-link-active-bg: $body-bg !default;\n$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;\n\n$nav-pills-border-radius: $border-radius !default;\n$nav-pills-link-active-color: $component-active-color !default;\n$nav-pills-link-active-bg: $component-active-bg !default;\n// scss-docs-end nav-variables\n\n\n// Navbar\n\n// scss-docs-start navbar-variables\n$navbar-padding-y: $spacer * .5 !default;\n$navbar-padding-x: null !default;\n\n$navbar-nav-link-padding-x: .5rem !default;\n\n$navbar-brand-font-size: $font-size-lg !default;\n// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link\n$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;\n$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;\n$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) * .5 !default;\n$navbar-brand-margin-end: 1rem !default;\n\n$navbar-toggler-padding-y: .25rem !default;\n$navbar-toggler-padding-x: .75rem !default;\n$navbar-toggler-font-size: $font-size-lg !default;\n$navbar-toggler-border-radius: $btn-border-radius !default;\n$navbar-toggler-focus-width: $btn-focus-width !default;\n$navbar-toggler-transition: box-shadow .15s ease-in-out !default;\n// scss-docs-end navbar-variables\n\n// scss-docs-start navbar-theme-variables\n$navbar-dark-color: rgba($white, .55) !default;\n$navbar-dark-hover-color: rgba($white, .75) !default;\n$navbar-dark-active-color: $white !default;\n$navbar-dark-disabled-color: rgba($white, .25) !default;\n$navbar-dark-toggler-icon-bg: url(\"data:image/svg+xml,\") !default;\n$navbar-dark-toggler-border-color: rgba($white, .1) !default;\n\n$navbar-light-color: rgba($black, .55) !default;\n$navbar-light-hover-color: rgba($black, .7) !default;\n$navbar-light-active-color: rgba($black, .9) !default;\n$navbar-light-disabled-color: rgba($black, .3) !default;\n$navbar-light-toggler-icon-bg: url(\"data:image/svg+xml,\") !default;\n$navbar-light-toggler-border-color: rgba($black, .1) !default;\n\n$navbar-light-brand-color: $navbar-light-active-color !default;\n$navbar-light-brand-hover-color: $navbar-light-active-color !default;\n$navbar-dark-brand-color: $navbar-dark-active-color !default;\n$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;\n// scss-docs-end navbar-theme-variables\n\n\n// Dropdowns\n//\n// Dropdown menu container and contents.\n\n// scss-docs-start dropdown-variables\n$dropdown-min-width: 10rem !default;\n$dropdown-padding-x: 0 !default;\n$dropdown-padding-y: .5rem !default;\n$dropdown-spacer: .125rem !default;\n$dropdown-font-size: $font-size-base !default;\n$dropdown-color: $body-color !default;\n$dropdown-bg: $white !default;\n$dropdown-border-color: rgba($black, .15) !default;\n$dropdown-border-radius: $border-radius !default;\n$dropdown-border-width: $border-width !default;\n$dropdown-inner-border-radius: subtract($dropdown-border-radius, $dropdown-border-width) !default;\n$dropdown-divider-bg: $dropdown-border-color !default;\n$dropdown-divider-margin-y: $spacer * .5 !default;\n$dropdown-box-shadow: $box-shadow !default;\n\n$dropdown-link-color: $gray-900 !default;\n$dropdown-link-hover-color: shade-color($gray-900, 10%) !default;\n$dropdown-link-hover-bg: $gray-200 !default;\n\n$dropdown-link-active-color: $component-active-color !default;\n$dropdown-link-active-bg: $component-active-bg !default;\n\n$dropdown-link-disabled-color: $gray-500 !default;\n\n$dropdown-item-padding-y: $spacer * .25 !default;\n$dropdown-item-padding-x: $spacer !default;\n\n$dropdown-header-color: $gray-600 !default;\n$dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x !default;\n// scss-docs-end dropdown-variables\n\n// scss-docs-start dropdown-dark-variables\n$dropdown-dark-color: $gray-300 !default;\n$dropdown-dark-bg: $gray-800 !default;\n$dropdown-dark-border-color: $dropdown-border-color !default;\n$dropdown-dark-divider-bg: $dropdown-divider-bg !default;\n$dropdown-dark-box-shadow: null !default;\n$dropdown-dark-link-color: $dropdown-dark-color !default;\n$dropdown-dark-link-hover-color: $white !default;\n$dropdown-dark-link-hover-bg: rgba($white, .15) !default;\n$dropdown-dark-link-active-color: $dropdown-link-active-color !default;\n$dropdown-dark-link-active-bg: $dropdown-link-active-bg !default;\n$dropdown-dark-link-disabled-color: $gray-500 !default;\n$dropdown-dark-header-color: $gray-500 !default;\n// scss-docs-end dropdown-dark-variables\n\n\n// Pagination\n\n// scss-docs-start pagination-variables\n$pagination-padding-y: .375rem !default;\n$pagination-padding-x: .75rem !default;\n$pagination-padding-y-sm: .25rem !default;\n$pagination-padding-x-sm: .5rem !default;\n$pagination-padding-y-lg: .75rem !default;\n$pagination-padding-x-lg: 1.5rem !default;\n\n$pagination-color: $link-color !default;\n$pagination-bg: $white !default;\n$pagination-border-width: $border-width !default;\n$pagination-border-radius: $border-radius !default;\n$pagination-margin-start: -$pagination-border-width !default;\n$pagination-border-color: $gray-300 !default;\n\n$pagination-focus-color: $link-hover-color !default;\n$pagination-focus-bg: $gray-200 !default;\n$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$pagination-focus-outline: 0 !default;\n\n$pagination-hover-color: $link-hover-color !default;\n$pagination-hover-bg: $gray-200 !default;\n$pagination-hover-border-color: $gray-300 !default;\n\n$pagination-active-color: $component-active-color !default;\n$pagination-active-bg: $component-active-bg !default;\n$pagination-active-border-color: $pagination-active-bg !default;\n\n$pagination-disabled-color: $gray-600 !default;\n$pagination-disabled-bg: $white !default;\n$pagination-disabled-border-color: $gray-300 !default;\n\n$pagination-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$pagination-border-radius-sm: $border-radius-sm !default;\n$pagination-border-radius-lg: $border-radius-lg !default;\n// scss-docs-end pagination-variables\n\n\n// Cards\n\n// scss-docs-start card-variables\n$card-spacer-y: $spacer !default;\n$card-spacer-x: $spacer !default;\n$card-title-spacer-y: $spacer * .5 !default;\n$card-border-width: $border-width !default;\n$card-border-radius: $border-radius !default;\n$card-border-color: rgba($black, .125) !default;\n$card-inner-border-radius: subtract($card-border-radius, $card-border-width) !default;\n$card-cap-padding-y: $card-spacer-y * .5 !default;\n$card-cap-padding-x: $card-spacer-x !default;\n$card-cap-bg: rgba($black, .03) !default;\n$card-cap-color: null !default;\n$card-height: null !default;\n$card-color: null !default;\n$card-bg: $white !default;\n$card-img-overlay-padding: $spacer !default;\n$card-group-margin: $grid-gutter-width * .5 !default;\n// scss-docs-end card-variables\n\n// Accordion\n\n// scss-docs-start accordion-variables\n$accordion-padding-y: 1rem !default;\n$accordion-padding-x: 1.25rem !default;\n$accordion-color: $body-color !default;\n$accordion-bg: $body-bg !default;\n$accordion-border-width: $border-width !default;\n$accordion-border-color: rgba($black, .125) !default;\n$accordion-border-radius: $border-radius !default;\n$accordion-inner-border-radius: subtract($accordion-border-radius, $accordion-border-width) !default;\n\n$accordion-body-padding-y: $accordion-padding-y !default;\n$accordion-body-padding-x: $accordion-padding-x !default;\n\n$accordion-button-padding-y: $accordion-padding-y !default;\n$accordion-button-padding-x: $accordion-padding-x !default;\n$accordion-button-color: $accordion-color !default;\n$accordion-button-bg: $accordion-bg !default;\n$accordion-transition: $btn-transition, border-radius .15s ease !default;\n$accordion-button-active-bg: tint-color($component-active-bg, 90%) !default;\n$accordion-button-active-color: shade-color($primary, 10%) !default;\n\n$accordion-button-focus-border-color: $input-focus-border-color !default;\n$accordion-button-focus-box-shadow: $btn-focus-box-shadow !default;\n\n$accordion-icon-width: 1.25rem !default;\n$accordion-icon-color: $accordion-color !default;\n$accordion-icon-active-color: $accordion-button-active-color !default;\n$accordion-icon-transition: transform .2s ease-in-out !default;\n$accordion-icon-transform: rotate(-180deg) !default;\n\n$accordion-button-icon: url(\"data:image/svg+xml,\") !default;\n$accordion-button-active-icon: url(\"data:image/svg+xml,\") !default;\n// scss-docs-end accordion-variables\n\n// Tooltips\n\n// scss-docs-start tooltip-variables\n$tooltip-font-size: $font-size-sm !default;\n$tooltip-max-width: 200px !default;\n$tooltip-color: $white !default;\n$tooltip-bg: $black !default;\n$tooltip-border-radius: $border-radius !default;\n$tooltip-opacity: .9 !default;\n$tooltip-padding-y: $spacer * .25 !default;\n$tooltip-padding-x: $spacer * .5 !default;\n$tooltip-margin: 0 !default;\n\n$tooltip-arrow-width: .8rem !default;\n$tooltip-arrow-height: .4rem !default;\n$tooltip-arrow-color: $tooltip-bg !default;\n// scss-docs-end tooltip-variables\n\n// Form tooltips must come after regular tooltips\n// scss-docs-start tooltip-feedback-variables\n$form-feedback-tooltip-padding-y: $tooltip-padding-y !default;\n$form-feedback-tooltip-padding-x: $tooltip-padding-x !default;\n$form-feedback-tooltip-font-size: $tooltip-font-size !default;\n$form-feedback-tooltip-line-height: null !default;\n$form-feedback-tooltip-opacity: $tooltip-opacity !default;\n$form-feedback-tooltip-border-radius: $tooltip-border-radius !default;\n// scss-docs-end tooltip-feedback-variables\n\n\n// Popovers\n\n// scss-docs-start popover-variables\n$popover-font-size: $font-size-sm !default;\n$popover-bg: $white !default;\n$popover-max-width: 276px !default;\n$popover-border-width: $border-width !default;\n$popover-border-color: rgba($black, .2) !default;\n$popover-border-radius: $border-radius-lg !default;\n$popover-inner-border-radius: subtract($popover-border-radius, $popover-border-width) !default;\n$popover-box-shadow: $box-shadow !default;\n\n$popover-header-bg: shade-color($popover-bg, 6%) !default;\n$popover-header-color: $headings-color !default;\n$popover-header-padding-y: .5rem !default;\n$popover-header-padding-x: $spacer !default;\n\n$popover-body-color: $body-color !default;\n$popover-body-padding-y: $spacer !default;\n$popover-body-padding-x: $spacer !default;\n\n$popover-arrow-width: 1rem !default;\n$popover-arrow-height: .5rem !default;\n$popover-arrow-color: $popover-bg !default;\n\n$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;\n// scss-docs-end popover-variables\n\n\n// Toasts\n\n// scss-docs-start toast-variables\n$toast-max-width: 350px !default;\n$toast-padding-x: .75rem !default;\n$toast-padding-y: .5rem !default;\n$toast-font-size: .875rem !default;\n$toast-color: null !default;\n$toast-background-color: rgba($white, .85) !default;\n$toast-border-width: 1px !default;\n$toast-border-color: rgba(0, 0, 0, .1) !default;\n$toast-border-radius: $border-radius !default;\n$toast-box-shadow: $box-shadow !default;\n$toast-spacing: $container-padding-x !default;\n\n$toast-header-color: $gray-600 !default;\n$toast-header-background-color: rgba($white, .85) !default;\n$toast-header-border-color: rgba(0, 0, 0, .05) !default;\n// scss-docs-end toast-variables\n\n\n// Badges\n\n// scss-docs-start badge-variables\n$badge-font-size: .75em !default;\n$badge-font-weight: $font-weight-bold !default;\n$badge-color: $white !default;\n$badge-padding-y: .35em !default;\n$badge-padding-x: .65em !default;\n$badge-border-radius: $border-radius !default;\n// scss-docs-end badge-variables\n\n\n// Modals\n\n// scss-docs-start modal-variables\n$modal-inner-padding: $spacer !default;\n\n$modal-footer-margin-between: .5rem !default;\n\n$modal-dialog-margin: .5rem !default;\n$modal-dialog-margin-y-sm-up: 1.75rem !default;\n\n$modal-title-line-height: $line-height-base !default;\n\n$modal-content-color: null !default;\n$modal-content-bg: $white !default;\n$modal-content-border-color: rgba($black, .2) !default;\n$modal-content-border-width: $border-width !default;\n$modal-content-border-radius: $border-radius-lg !default;\n$modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width) !default;\n$modal-content-box-shadow-xs: $box-shadow-sm !default;\n$modal-content-box-shadow-sm-up: $box-shadow !default;\n\n$modal-backdrop-bg: $black !default;\n$modal-backdrop-opacity: .5 !default;\n$modal-header-border-color: $border-color !default;\n$modal-footer-border-color: $modal-header-border-color !default;\n$modal-header-border-width: $modal-content-border-width !default;\n$modal-footer-border-width: $modal-header-border-width !default;\n$modal-header-padding-y: $modal-inner-padding !default;\n$modal-header-padding-x: $modal-inner-padding !default;\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility\n\n$modal-sm: 300px !default;\n$modal-md: 500px !default;\n$modal-lg: 800px !default;\n$modal-xl: 1140px !default;\n\n$modal-fade-transform: translate(0, -50px) !default;\n$modal-show-transform: none !default;\n$modal-transition: transform .3s ease-out !default;\n$modal-scale-transform: scale(1.02) !default;\n// scss-docs-end modal-variables\n\n\n// Alerts\n//\n// Define alert colors, border radius, and padding.\n\n// scss-docs-start alert-variables\n$alert-padding-y: $spacer !default;\n$alert-padding-x: $spacer !default;\n$alert-margin-bottom: 1rem !default;\n$alert-border-radius: $border-radius !default;\n$alert-link-font-weight: $font-weight-bold !default;\n$alert-border-width: $border-width !default;\n$alert-bg-scale: -80% !default;\n$alert-border-scale: -70% !default;\n$alert-color-scale: 40% !default;\n$alert-dismissible-padding-r: $alert-padding-x * 3 !default; // 3x covers width of x plus default padding on either side\n// scss-docs-end alert-variables\n\n\n// Progress bars\n\n// scss-docs-start progress-variables\n$progress-height: 1rem !default;\n$progress-font-size: $font-size-base * .75 !default;\n$progress-bg: $gray-200 !default;\n$progress-border-radius: $border-radius !default;\n$progress-box-shadow: $box-shadow-inset !default;\n$progress-bar-color: $white !default;\n$progress-bar-bg: $primary !default;\n$progress-bar-animation-timing: 1s linear infinite !default;\n$progress-bar-transition: width .6s ease !default;\n// scss-docs-end progress-variables\n\n\n// List group\n\n// scss-docs-start list-group-variables\n$list-group-color: $gray-900 !default;\n$list-group-bg: $white !default;\n$list-group-border-color: rgba($black, .125) !default;\n$list-group-border-width: $border-width !default;\n$list-group-border-radius: $border-radius !default;\n\n$list-group-item-padding-y: $spacer * .5 !default;\n$list-group-item-padding-x: $spacer !default;\n$list-group-item-bg-scale: -80% !default;\n$list-group-item-color-scale: 40% !default;\n\n$list-group-hover-bg: $gray-100 !default;\n$list-group-active-color: $component-active-color !default;\n$list-group-active-bg: $component-active-bg !default;\n$list-group-active-border-color: $list-group-active-bg !default;\n\n$list-group-disabled-color: $gray-600 !default;\n$list-group-disabled-bg: $list-group-bg !default;\n\n$list-group-action-color: $gray-700 !default;\n$list-group-action-hover-color: $list-group-action-color !default;\n\n$list-group-action-active-color: $body-color !default;\n$list-group-action-active-bg: $gray-200 !default;\n// scss-docs-end list-group-variables\n\n\n// Image thumbnails\n\n// scss-docs-start thumbnail-variables\n$thumbnail-padding: .25rem !default;\n$thumbnail-bg: $body-bg !default;\n$thumbnail-border-width: $border-width !default;\n$thumbnail-border-color: $gray-300 !default;\n$thumbnail-border-radius: $border-radius !default;\n$thumbnail-box-shadow: $box-shadow-sm !default;\n// scss-docs-end thumbnail-variables\n\n\n// Figures\n\n// scss-docs-start figure-variables\n$figure-caption-font-size: $small-font-size !default;\n$figure-caption-color: $gray-600 !default;\n// scss-docs-end figure-variables\n\n\n// Breadcrumbs\n\n// scss-docs-start breadcrumb-variables\n$breadcrumb-font-size: null !default;\n$breadcrumb-padding-y: 0 !default;\n$breadcrumb-padding-x: 0 !default;\n$breadcrumb-item-padding-x: .5rem !default;\n$breadcrumb-margin-bottom: 1rem !default;\n$breadcrumb-bg: null !default;\n$breadcrumb-divider-color: $gray-600 !default;\n$breadcrumb-active-color: $gray-600 !default;\n$breadcrumb-divider: quote(\"/\") !default;\n$breadcrumb-divider-flipped: $breadcrumb-divider !default;\n$breadcrumb-border-radius: null !default;\n// scss-docs-end breadcrumb-variables\n\n// Carousel\n\n// scss-docs-start carousel-variables\n$carousel-control-color: $white !default;\n$carousel-control-width: 15% !default;\n$carousel-control-opacity: .5 !default;\n$carousel-control-hover-opacity: .9 !default;\n$carousel-control-transition: opacity .15s ease !default;\n\n$carousel-indicator-width: 30px !default;\n$carousel-indicator-height: 3px !default;\n$carousel-indicator-hit-area-height: 10px !default;\n$carousel-indicator-spacer: 3px !default;\n$carousel-indicator-opacity: .5 !default;\n$carousel-indicator-active-bg: $white !default;\n$carousel-indicator-active-opacity: 1 !default;\n$carousel-indicator-transition: opacity .6s ease !default;\n\n$carousel-caption-width: 70% !default;\n$carousel-caption-color: $white !default;\n$carousel-caption-padding-y: 1.25rem !default;\n$carousel-caption-spacer: 1.25rem !default;\n\n$carousel-control-icon-width: 2rem !default;\n\n$carousel-control-prev-icon-bg: url(\"data:image/svg+xml,\") !default;\n$carousel-control-next-icon-bg: url(\"data:image/svg+xml,\") !default;\n\n$carousel-transition-duration: .6s !default;\n$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)\n\n$carousel-dark-indicator-active-bg: $black !default;\n$carousel-dark-caption-color: $black !default;\n$carousel-dark-control-icon-filter: invert(1) grayscale(100) !default;\n// scss-docs-end carousel-variables\n\n\n// Spinners\n\n// scss-docs-start spinner-variables\n$spinner-width: 2rem !default;\n$spinner-height: $spinner-width !default;\n$spinner-vertical-align: -.125em !default;\n$spinner-border-width: .25em !default;\n$spinner-animation-speed: .75s !default;\n\n$spinner-width-sm: 1rem !default;\n$spinner-height-sm: $spinner-width-sm !default;\n$spinner-border-width-sm: .2em !default;\n// scss-docs-end spinner-variables\n\n\n// Close\n\n// scss-docs-start close-variables\n$btn-close-width: 1em !default;\n$btn-close-height: $btn-close-width !default;\n$btn-close-padding-x: .25em !default;\n$btn-close-padding-y: $btn-close-padding-x !default;\n$btn-close-color: $black !default;\n$btn-close-bg: url(\"data:image/svg+xml,\") !default;\n$btn-close-focus-shadow: $input-btn-focus-box-shadow !default;\n$btn-close-opacity: .5 !default;\n$btn-close-hover-opacity: .75 !default;\n$btn-close-focus-opacity: 1 !default;\n$btn-close-disabled-opacity: .25 !default;\n$btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !default;\n// scss-docs-end close-variables\n\n\n// Offcanvas\n\n// scss-docs-start offcanvas-variables\n$offcanvas-padding-y: $modal-inner-padding !default;\n$offcanvas-padding-x: $modal-inner-padding !default;\n$offcanvas-horizontal-width: 400px !default;\n$offcanvas-vertical-height: 30vh !default;\n$offcanvas-transition-duration: .3s !default;\n$offcanvas-border-color: $modal-content-border-color !default;\n$offcanvas-border-width: $modal-content-border-width !default;\n$offcanvas-title-line-height: $modal-title-line-height !default;\n$offcanvas-bg-color: $modal-content-bg !default;\n$offcanvas-color: $modal-content-color !default;\n$offcanvas-box-shadow: $modal-content-box-shadow-xs !default;\n// scss-docs-end offcanvas-variables\n\n// Code\n\n$code-font-size: $small-font-size !default;\n$code-color: $pink !default;\n\n$kbd-padding-y: .2rem !default;\n$kbd-padding-x: .4rem !default;\n$kbd-font-size: $code-font-size !default;\n$kbd-color: $white !default;\n$kbd-bg: $gray-900 !default;\n\n$pre-color: null !default;\n","// Row\n//\n// Rows contain your columns.\n\n@if $enable-grid-classes {\n .row {\n @include make-row();\n\n > * {\n @include make-col-ready();\n }\n }\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n@if $enable-grid-classes {\n @include make-grid-columns();\n}\n","// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n@mixin make-row($gutter: $grid-gutter-width) {\n --#{$variable-prefix}gutter-x: #{$gutter};\n --#{$variable-prefix}gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n margin-top: calc(var(--#{$variable-prefix}gutter-y) * -1); // stylelint-disable-line function-disallowed-list\n margin-right: calc(var(--#{$variable-prefix}gutter-x) * -.5); // stylelint-disable-line function-disallowed-list\n margin-left: calc(var(--#{$variable-prefix}gutter-x) * -.5); // stylelint-disable-line function-disallowed-list\n}\n\n@mixin make-col-ready($gutter: $grid-gutter-width) {\n // Add box sizing if only the grid is loaded\n box-sizing: if(variable-exists(include-column-box-sizing) and $include-column-box-sizing, border-box, null);\n // Prevent columns from becoming too narrow when at smaller grid tiers by\n // always setting `width: 100%;`. This works because we set the width\n // later on to override this initial width.\n flex-shrink: 0;\n width: 100%;\n max-width: 100%; // Prevent `.col-auto`, `.col` (& responsive variants) from breaking out the grid\n padding-right: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n padding-left: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n margin-top: var(--#{$variable-prefix}gutter-y);\n}\n\n@mixin make-col($size: false, $columns: $grid-columns) {\n @if $size {\n flex: 0 0 auto;\n width: percentage(divide($size, $columns));\n\n } @else {\n flex: 1 1 0;\n max-width: 100%;\n }\n}\n\n@mixin make-col-auto() {\n flex: 0 0 auto;\n width: auto;\n}\n\n@mixin make-col-offset($size, $columns: $grid-columns) {\n $num: divide($size, $columns);\n margin-left: if($num == 0, 0, percentage($num));\n}\n\n// Row columns\n//\n// Specify on a parent element(e.g., .row) to force immediate children into NN\n// numberof columns. Supports wrapping to new lines, but does not do a Masonry\n// style grid.\n@mixin row-cols($count) {\n > * {\n flex: 0 0 auto;\n width: divide(100%, $count);\n }\n}\n\n// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `$grid-columns`.\n\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n // .row-cols defaults must all appear before .col overrides so they can be overridden.\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n // Provide basic `.col-{bp}` classes for equal-width flexbox columns\n .col#{$infix} {\n flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4\n }\n\n .row-cols#{$infix}-auto > * {\n @include make-col-auto();\n }\n\n @if $grid-row-columns > 0 {\n @for $i from 1 through $grid-row-columns {\n .row-cols#{$infix}-#{$i} {\n @include row-cols($i);\n }\n }\n }\n }\n }\n\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n .col#{$infix}-auto {\n @include make-col-auto();\n }\n\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @include make-col($i, $columns);\n }\n }\n\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\n @for $i from 0 through ($columns - 1) {\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n .offset#{$infix}-#{$i} {\n @include make-col-offset($i, $columns);\n }\n }\n }\n }\n\n // Gutters\n //\n // Make use of `.g-*`, `.gx-*` or `.gy-*` utilities to change spacing between the columns.\n @each $key, $value in $gutters {\n .g#{$infix}-#{$key},\n .gx#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-x: #{$value};\n }\n\n .g#{$infix}-#{$key},\n .gy#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-y: #{$value};\n }\n }\n }\n }\n}\n","// Utility generator\n// Used to generate utilities & print utilities\n@mixin generate-utility($utility, $infix, $is-rfs-media-query: false) {\n $values: map-get($utility, values);\n\n // If the values are a list or string, convert it into a map\n @if type-of($values) == \"string\" or type-of(nth($values, 1)) != \"list\" {\n $values: zip($values, $values);\n }\n\n @each $key, $value in $values {\n $properties: map-get($utility, property);\n\n // Multiple properties are possible, for example with vertical or horizontal margins or paddings\n @if type-of($properties) == \"string\" {\n $properties: append((), $properties);\n }\n\n // Use custom class if present\n $property-class: if(map-has-key($utility, class), map-get($utility, class), nth($properties, 1));\n $property-class: if($property-class == null, \"\", $property-class);\n\n // State params to generate pseudo-classes\n $state: if(map-has-key($utility, state), map-get($utility, state), ());\n\n $infix: if($property-class == \"\" and str-slice($infix, 1, 1) == \"-\", str-slice($infix, 2), $infix);\n\n // Don't prefix if value key is null (eg. with shadow class)\n $property-class-modifier: if($key, if($property-class == \"\" and $infix == \"\", \"\", \"-\") + $key, \"\");\n\n @if map-get($utility, rfs) {\n // Inside the media query\n @if $is-rfs-media-query {\n $val: rfs-value($value);\n\n // Do not render anything if fluid and non fluid values are the same\n $value: if($val == rfs-fluid-value($value), null, $val);\n }\n @else {\n $value: rfs-fluid-value($value);\n }\n }\n\n $is-rtl: map-get($utility, rtl);\n\n @if $value != null {\n @if $is-rtl == false {\n /* rtl:begin:remove */\n }\n .#{$property-class + $infix + $property-class-modifier} {\n @each $property in $properties {\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n @each $property in $properties {\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n }\n @if $is-rtl == false {\n /* rtl:end:remove */\n }\n }\n }\n}\n","// Loop over each breakpoint\n@each $breakpoint in map-keys($grid-breakpoints) {\n\n // Generate media query if needed\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix);\n }\n }\n }\n}\n\n// RFS rescaling\n@media (min-width: $rfs-mq-value) {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @if (map-get($grid-breakpoints, $breakpoint) < $rfs-breakpoint) {\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and map-get($utility, rfs) and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix, true);\n }\n }\n }\n }\n}\n\n\n// Print utilities\n@media print {\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Then check if the utility needs print styles\n @if type-of($utility) == \"map\" and map-get($utility, print) == true {\n @include generate-utility($utility, \"-print\");\n }\n }\n}\n"]} \ No newline at end of file diff --git a/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.min.css b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.min.css new file mode 100644 index 0000000..e092221 --- /dev/null +++ b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.min.css @@ -0,0 +1,7 @@ +/*! + * Bootstrap Grid v5.0.2 (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors + * Copyright 2011-2021 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */.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}} +/*# sourceMappingURL=bootstrap-grid.min.css.map */ \ No newline at end of file diff --git a/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.min.css.map b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.min.css.map new file mode 100644 index 0000000..f807272 --- /dev/null +++ b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.min.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../scss/bootstrap-grid.scss","../../scss/_containers.scss","dist/css/bootstrap-grid.css","../../scss/mixins/_container.scss","../../scss/mixins/_breakpoints.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_utilities.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n\n$include-column-box-sizing: true !default;\n\n@import \"functions\";\n@import \"variables\";\n\n@import \"mixins/lists\";\n@import \"mixins/breakpoints\";\n@import \"mixins/container\";\n@import \"mixins/grid\";\n@import \"mixins/utilities\";\n\n@import \"vendor/rfs\";\n\n@import \"containers\";\n@import \"grid\";\n\n@import \"utilities\";\n// Only use the utilities we need\n// stylelint-disable-next-line scss/dollar-variable-default\n$utilities: map-get-multiple(\n $utilities,\n (\n \"display\",\n \"order\",\n \"flex\",\n \"flex-direction\",\n \"flex-grow\",\n \"flex-shrink\",\n \"flex-wrap\",\n \"justify-content\",\n \"align-items\",\n \"align-content\",\n \"align-self\",\n \"margin\",\n \"margin-x\",\n \"margin-y\",\n \"margin-top\",\n \"margin-end\",\n \"margin-bottom\",\n \"margin-start\",\n \"negative-margin\",\n \"negative-margin-x\",\n \"negative-margin-y\",\n \"negative-margin-top\",\n \"negative-margin-end\",\n \"negative-margin-bottom\",\n \"negative-margin-start\",\n \"padding\",\n \"padding-x\",\n \"padding-y\",\n \"padding-top\",\n \"padding-end\",\n \"padding-bottom\",\n \"padding-start\",\n )\n);\n\n@import \"utilities/api\";\n","// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n@if $enable-grid-classes {\n // Single container class with breakpoint max-widths\n .container,\n // 100% wide container at all breakpoints\n .container-fluid {\n @include make-container();\n }\n\n // Responsive containers that are 100% wide until a breakpoint\n @each $breakpoint, $container-max-width in $container-max-widths {\n .container-#{$breakpoint} {\n @extend .container-fluid;\n }\n\n @include media-breakpoint-up($breakpoint, $grid-breakpoints) {\n %responsive-container-#{$breakpoint} {\n max-width: $container-max-width;\n }\n\n // Extend each breakpoint which is smaller or equal to the current breakpoint\n $extend-breakpoint: true;\n\n @each $name, $width in $grid-breakpoints {\n @if ($extend-breakpoint) {\n .container#{breakpoint-infix($name, $grid-breakpoints)} {\n @extend %responsive-container-#{$breakpoint};\n }\n\n // Once the current breakpoint is reached, stop extending\n @if ($breakpoint == $name) {\n $extend-breakpoint: false;\n }\n }\n }\n }\n }\n}\n","/*!\n * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n.container,\n.container-fluid,\n.container-xxl,\n.container-xl,\n.container-lg,\n.container-md,\n.container-sm {\n width: 100%;\n padding-right: var(--bs-gutter-x, 0.75rem);\n padding-left: var(--bs-gutter-x, 0.75rem);\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container-sm, .container {\n max-width: 540px;\n }\n}\n@media (min-width: 768px) {\n .container-md, .container-sm, .container {\n max-width: 720px;\n }\n}\n@media (min-width: 992px) {\n .container-lg, .container-md, .container-sm, .container {\n max-width: 960px;\n }\n}\n@media (min-width: 1200px) {\n .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1140px;\n }\n}\n@media (min-width: 1400px) {\n .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1320px;\n }\n}\n.row {\n --bs-gutter-x: 1.5rem;\n --bs-gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n margin-top: calc(var(--bs-gutter-y) * -1);\n margin-right: calc(var(--bs-gutter-x) * -.5);\n margin-left: calc(var(--bs-gutter-x) * -.5);\n}\n.row > * {\n box-sizing: border-box;\n flex-shrink: 0;\n width: 100%;\n max-width: 100%;\n padding-right: calc(var(--bs-gutter-x) * .5);\n padding-left: calc(var(--bs-gutter-x) * .5);\n margin-top: var(--bs-gutter-y);\n}\n\n.col {\n flex: 1 0 0%;\n}\n\n.row-cols-auto > * {\n flex: 0 0 auto;\n width: auto;\n}\n\n.row-cols-1 > * {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.row-cols-2 > * {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.row-cols-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n}\n\n.row-cols-4 > * {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.row-cols-5 > * {\n flex: 0 0 auto;\n width: 20%;\n}\n\n.row-cols-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex: 1 0 0%;\n }\n\n .row-cols-sm-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-sm-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-sm-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-sm-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-sm-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-sm-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-sm-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n@media (min-width: 768px) {\n .col-md {\n flex: 1 0 0%;\n }\n\n .row-cols-md-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-md-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-md-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-md-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-md-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-md-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-md-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n@media (min-width: 992px) {\n .col-lg {\n flex: 1 0 0%;\n }\n\n .row-cols-lg-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-lg-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-lg-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-lg-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-lg-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-lg-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-lg-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n@media (min-width: 1200px) {\n .col-xl {\n flex: 1 0 0%;\n }\n\n .row-cols-xl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n@media (min-width: 1400px) {\n .col-xxl {\n flex: 1 0 0%;\n }\n\n .row-cols-xxl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xxl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xxl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xxl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xxl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xxl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xxl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n.col-auto {\n flex: 0 0 auto;\n width: auto;\n}\n\n.col-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n}\n\n.col-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n}\n\n.col-3 {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.col-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n}\n\n.col-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n}\n\n.col-6 {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.col-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n}\n\n.col-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n}\n\n.col-9 {\n flex: 0 0 auto;\n width: 75%;\n}\n\n.col-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n}\n\n.col-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n}\n\n.col-12 {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.offset-1 {\n margin-left: 8.33333333%;\n}\n\n.offset-2 {\n margin-left: 16.66666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.33333333%;\n}\n\n.offset-5 {\n margin-left: 41.66666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.33333333%;\n}\n\n.offset-8 {\n margin-left: 66.66666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.33333333%;\n}\n\n.offset-11 {\n margin-left: 91.66666667%;\n}\n\n.g-0,\n.gx-0 {\n --bs-gutter-x: 0;\n}\n\n.g-0,\n.gy-0 {\n --bs-gutter-y: 0;\n}\n\n.g-1,\n.gx-1 {\n --bs-gutter-x: 0.25rem;\n}\n\n.g-1,\n.gy-1 {\n --bs-gutter-y: 0.25rem;\n}\n\n.g-2,\n.gx-2 {\n --bs-gutter-x: 0.5rem;\n}\n\n.g-2,\n.gy-2 {\n --bs-gutter-y: 0.5rem;\n}\n\n.g-3,\n.gx-3 {\n --bs-gutter-x: 1rem;\n}\n\n.g-3,\n.gy-3 {\n --bs-gutter-y: 1rem;\n}\n\n.g-4,\n.gx-4 {\n --bs-gutter-x: 1.5rem;\n}\n\n.g-4,\n.gy-4 {\n --bs-gutter-y: 1.5rem;\n}\n\n.g-5,\n.gx-5 {\n --bs-gutter-x: 3rem;\n}\n\n.g-5,\n.gy-5 {\n --bs-gutter-y: 3rem;\n}\n\n@media (min-width: 576px) {\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-sm-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-sm-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-sm-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-sm-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-sm-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-sm-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-sm-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-sm-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-sm-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-sm-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-sm-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-sm-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-sm-0 {\n margin-left: 0;\n }\n\n .offset-sm-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-sm-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-sm-3 {\n margin-left: 25%;\n }\n\n .offset-sm-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-sm-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-sm-6 {\n margin-left: 50%;\n }\n\n .offset-sm-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-sm-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-sm-9 {\n margin-left: 75%;\n }\n\n .offset-sm-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-sm-11 {\n margin-left: 91.66666667%;\n }\n\n .g-sm-0,\n.gx-sm-0 {\n --bs-gutter-x: 0;\n }\n\n .g-sm-0,\n.gy-sm-0 {\n --bs-gutter-y: 0;\n }\n\n .g-sm-1,\n.gx-sm-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-sm-1,\n.gy-sm-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-sm-2,\n.gx-sm-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-sm-2,\n.gy-sm-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-sm-3,\n.gx-sm-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-sm-3,\n.gy-sm-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-sm-4,\n.gx-sm-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-sm-4,\n.gy-sm-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-sm-5,\n.gx-sm-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-sm-5,\n.gy-sm-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 768px) {\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-md-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-md-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-md-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-md-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-md-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-md-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-md-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-md-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-md-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-md-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-md-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-md-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-md-0 {\n margin-left: 0;\n }\n\n .offset-md-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-md-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-md-3 {\n margin-left: 25%;\n }\n\n .offset-md-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-md-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-md-6 {\n margin-left: 50%;\n }\n\n .offset-md-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-md-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-md-9 {\n margin-left: 75%;\n }\n\n .offset-md-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-md-11 {\n margin-left: 91.66666667%;\n }\n\n .g-md-0,\n.gx-md-0 {\n --bs-gutter-x: 0;\n }\n\n .g-md-0,\n.gy-md-0 {\n --bs-gutter-y: 0;\n }\n\n .g-md-1,\n.gx-md-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-md-1,\n.gy-md-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-md-2,\n.gx-md-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-md-2,\n.gy-md-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-md-3,\n.gx-md-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-md-3,\n.gy-md-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-md-4,\n.gx-md-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-md-4,\n.gy-md-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-md-5,\n.gx-md-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-md-5,\n.gy-md-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 992px) {\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-lg-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-lg-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-lg-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-lg-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-lg-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-lg-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-lg-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-lg-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-lg-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-lg-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-lg-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-lg-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-lg-0 {\n margin-left: 0;\n }\n\n .offset-lg-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-lg-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-lg-3 {\n margin-left: 25%;\n }\n\n .offset-lg-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-lg-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-lg-6 {\n margin-left: 50%;\n }\n\n .offset-lg-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-lg-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-lg-9 {\n margin-left: 75%;\n }\n\n .offset-lg-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-lg-11 {\n margin-left: 91.66666667%;\n }\n\n .g-lg-0,\n.gx-lg-0 {\n --bs-gutter-x: 0;\n }\n\n .g-lg-0,\n.gy-lg-0 {\n --bs-gutter-y: 0;\n }\n\n .g-lg-1,\n.gx-lg-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-lg-1,\n.gy-lg-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-lg-2,\n.gx-lg-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-lg-2,\n.gy-lg-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-lg-3,\n.gx-lg-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-lg-3,\n.gy-lg-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-lg-4,\n.gx-lg-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-lg-4,\n.gy-lg-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-lg-5,\n.gx-lg-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-lg-5,\n.gy-lg-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1200px) {\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xl-0 {\n margin-left: 0;\n }\n\n .offset-xl-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-xl-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-xl-3 {\n margin-left: 25%;\n }\n\n .offset-xl-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-xl-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-xl-6 {\n margin-left: 50%;\n }\n\n .offset-xl-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-xl-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-xl-9 {\n margin-left: 75%;\n }\n\n .offset-xl-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-xl-11 {\n margin-left: 91.66666667%;\n }\n\n .g-xl-0,\n.gx-xl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xl-0,\n.gy-xl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xl-1,\n.gx-xl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xl-1,\n.gy-xl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xl-2,\n.gx-xl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xl-2,\n.gy-xl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xl-3,\n.gx-xl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xl-3,\n.gy-xl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xl-4,\n.gx-xl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xl-4,\n.gy-xl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xl-5,\n.gx-xl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xl-5,\n.gy-xl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1400px) {\n .col-xxl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xxl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xxl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xxl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xxl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xxl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xxl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xxl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xxl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xxl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xxl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xxl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xxl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xxl-0 {\n margin-left: 0;\n }\n\n .offset-xxl-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-xxl-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-xxl-3 {\n margin-left: 25%;\n }\n\n .offset-xxl-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-xxl-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-xxl-6 {\n margin-left: 50%;\n }\n\n .offset-xxl-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-xxl-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-xxl-9 {\n margin-left: 75%;\n }\n\n .offset-xxl-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-xxl-11 {\n margin-left: 91.66666667%;\n }\n\n .g-xxl-0,\n.gx-xxl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xxl-0,\n.gy-xxl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xxl-1,\n.gx-xxl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xxl-1,\n.gy-xxl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xxl-2,\n.gx-xxl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xxl-2,\n.gy-xxl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xxl-3,\n.gx-xxl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xxl-3,\n.gy-xxl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xxl-4,\n.gx-xxl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xxl-4,\n.gy-xxl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xxl-5,\n.gx-xxl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xxl-5,\n.gy-xxl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-grid {\n display: grid !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-row {\n display: table-row !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n.d-none {\n display: none !important;\n}\n\n.flex-fill {\n flex: 1 1 auto !important;\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-column {\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-grow-0 {\n flex-grow: 0 !important;\n}\n\n.flex-grow-1 {\n flex-grow: 1 !important;\n}\n\n.flex-shrink-0 {\n flex-shrink: 0 !important;\n}\n\n.flex-shrink-1 {\n flex-shrink: 1 !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.justify-content-evenly {\n justify-content: space-evenly !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n.order-first {\n order: -1 !important;\n}\n\n.order-0 {\n order: 0 !important;\n}\n\n.order-1 {\n order: 1 !important;\n}\n\n.order-2 {\n order: 2 !important;\n}\n\n.order-3 {\n order: 3 !important;\n}\n\n.order-4 {\n order: 4 !important;\n}\n\n.order-5 {\n order: 5 !important;\n}\n\n.order-last {\n order: 6 !important;\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mx-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n}\n\n.mx-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n}\n\n.mx-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n}\n\n.mx-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n}\n\n.mx-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n}\n\n.mx-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n}\n\n.mx-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n}\n\n.my-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n}\n\n.my-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n}\n\n.my-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n}\n\n.my-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n}\n\n.my-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n}\n\n.my-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n}\n\n.my-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n}\n\n.mt-0 {\n margin-top: 0 !important;\n}\n\n.mt-1 {\n margin-top: 0.25rem !important;\n}\n\n.mt-2 {\n margin-top: 0.5rem !important;\n}\n\n.mt-3 {\n margin-top: 1rem !important;\n}\n\n.mt-4 {\n margin-top: 1.5rem !important;\n}\n\n.mt-5 {\n margin-top: 3rem !important;\n}\n\n.mt-auto {\n margin-top: auto !important;\n}\n\n.me-0 {\n margin-right: 0 !important;\n}\n\n.me-1 {\n margin-right: 0.25rem !important;\n}\n\n.me-2 {\n margin-right: 0.5rem !important;\n}\n\n.me-3 {\n margin-right: 1rem !important;\n}\n\n.me-4 {\n margin-right: 1.5rem !important;\n}\n\n.me-5 {\n margin-right: 3rem !important;\n}\n\n.me-auto {\n margin-right: auto !important;\n}\n\n.mb-0 {\n margin-bottom: 0 !important;\n}\n\n.mb-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.mb-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.mb-3 {\n margin-bottom: 1rem !important;\n}\n\n.mb-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.mb-5 {\n margin-bottom: 3rem !important;\n}\n\n.mb-auto {\n margin-bottom: auto !important;\n}\n\n.ms-0 {\n margin-left: 0 !important;\n}\n\n.ms-1 {\n margin-left: 0.25rem !important;\n}\n\n.ms-2 {\n margin-left: 0.5rem !important;\n}\n\n.ms-3 {\n margin-left: 1rem !important;\n}\n\n.ms-4 {\n margin-left: 1.5rem !important;\n}\n\n.ms-5 {\n margin-left: 3rem !important;\n}\n\n.ms-auto {\n margin-left: auto !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem !important;\n}\n\n.px-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n}\n\n.px-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n}\n\n.px-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n}\n\n.px-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n}\n\n.px-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n}\n\n.px-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n}\n\n.py-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n}\n\n.py-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n}\n\n.py-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n}\n\n.py-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n}\n\n.py-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n}\n\n.py-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n}\n\n.pt-0 {\n padding-top: 0 !important;\n}\n\n.pt-1 {\n padding-top: 0.25rem !important;\n}\n\n.pt-2 {\n padding-top: 0.5rem !important;\n}\n\n.pt-3 {\n padding-top: 1rem !important;\n}\n\n.pt-4 {\n padding-top: 1.5rem !important;\n}\n\n.pt-5 {\n padding-top: 3rem !important;\n}\n\n.pe-0 {\n padding-right: 0 !important;\n}\n\n.pe-1 {\n padding-right: 0.25rem !important;\n}\n\n.pe-2 {\n padding-right: 0.5rem !important;\n}\n\n.pe-3 {\n padding-right: 1rem !important;\n}\n\n.pe-4 {\n padding-right: 1.5rem !important;\n}\n\n.pe-5 {\n padding-right: 3rem !important;\n}\n\n.pb-0 {\n padding-bottom: 0 !important;\n}\n\n.pb-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pb-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pb-3 {\n padding-bottom: 1rem !important;\n}\n\n.pb-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pb-5 {\n padding-bottom: 3rem !important;\n}\n\n.ps-0 {\n padding-left: 0 !important;\n}\n\n.ps-1 {\n padding-left: 0.25rem !important;\n}\n\n.ps-2 {\n padding-left: 0.5rem !important;\n}\n\n.ps-3 {\n padding-left: 1rem !important;\n}\n\n.ps-4 {\n padding-left: 1.5rem !important;\n}\n\n.ps-5 {\n padding-left: 3rem !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-inline {\n display: inline !important;\n }\n\n .d-sm-inline-block {\n display: inline-block !important;\n }\n\n .d-sm-block {\n display: block !important;\n }\n\n .d-sm-grid {\n display: grid !important;\n }\n\n .d-sm-table {\n display: table !important;\n }\n\n .d-sm-table-row {\n display: table-row !important;\n }\n\n .d-sm-table-cell {\n display: table-cell !important;\n }\n\n .d-sm-flex {\n display: flex !important;\n }\n\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n\n .d-sm-none {\n display: none !important;\n }\n\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-sm-row {\n flex-direction: row !important;\n }\n\n .flex-sm-column {\n flex-direction: column !important;\n }\n\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-sm-center {\n justify-content: center !important;\n }\n\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n\n .justify-content-sm-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n\n .align-items-sm-center {\n align-items: center !important;\n }\n\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n\n .align-content-sm-center {\n align-content: center !important;\n }\n\n .align-content-sm-between {\n align-content: space-between !important;\n }\n\n .align-content-sm-around {\n align-content: space-around !important;\n }\n\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n\n .align-self-sm-auto {\n align-self: auto !important;\n }\n\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n\n .align-self-sm-center {\n align-self: center !important;\n }\n\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n\n .order-sm-first {\n order: -1 !important;\n }\n\n .order-sm-0 {\n order: 0 !important;\n }\n\n .order-sm-1 {\n order: 1 !important;\n }\n\n .order-sm-2 {\n order: 2 !important;\n }\n\n .order-sm-3 {\n order: 3 !important;\n }\n\n .order-sm-4 {\n order: 4 !important;\n }\n\n .order-sm-5 {\n order: 5 !important;\n }\n\n .order-sm-last {\n order: 6 !important;\n }\n\n .m-sm-0 {\n margin: 0 !important;\n }\n\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n\n .m-sm-3 {\n margin: 1rem !important;\n }\n\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n\n .m-sm-5 {\n margin: 3rem !important;\n }\n\n .m-sm-auto {\n margin: auto !important;\n }\n\n .mx-sm-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-sm-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-sm-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-sm-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n\n .mt-sm-auto {\n margin-top: auto !important;\n }\n\n .me-sm-0 {\n margin-right: 0 !important;\n }\n\n .me-sm-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-sm-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-sm-3 {\n margin-right: 1rem !important;\n }\n\n .me-sm-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-sm-5 {\n margin-right: 3rem !important;\n }\n\n .me-sm-auto {\n margin-right: auto !important;\n }\n\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n\n .ms-sm-0 {\n margin-left: 0 !important;\n }\n\n .ms-sm-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-sm-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-sm-3 {\n margin-left: 1rem !important;\n }\n\n .ms-sm-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-sm-5 {\n margin-left: 3rem !important;\n }\n\n .ms-sm-auto {\n margin-left: auto !important;\n }\n\n .p-sm-0 {\n padding: 0 !important;\n }\n\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n\n .p-sm-3 {\n padding: 1rem !important;\n }\n\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n\n .p-sm-5 {\n padding: 3rem !important;\n }\n\n .px-sm-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-sm-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-sm-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-sm-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-sm-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-sm-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n\n .pe-sm-0 {\n padding-right: 0 !important;\n }\n\n .pe-sm-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-sm-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-sm-3 {\n padding-right: 1rem !important;\n }\n\n .pe-sm-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-sm-5 {\n padding-right: 3rem !important;\n }\n\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-sm-0 {\n padding-left: 0 !important;\n }\n\n .ps-sm-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-sm-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-sm-3 {\n padding-left: 1rem !important;\n }\n\n .ps-sm-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-sm-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 768px) {\n .d-md-inline {\n display: inline !important;\n }\n\n .d-md-inline-block {\n display: inline-block !important;\n }\n\n .d-md-block {\n display: block !important;\n }\n\n .d-md-grid {\n display: grid !important;\n }\n\n .d-md-table {\n display: table !important;\n }\n\n .d-md-table-row {\n display: table-row !important;\n }\n\n .d-md-table-cell {\n display: table-cell !important;\n }\n\n .d-md-flex {\n display: flex !important;\n }\n\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n\n .d-md-none {\n display: none !important;\n }\n\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-md-row {\n flex-direction: row !important;\n }\n\n .flex-md-column {\n flex-direction: column !important;\n }\n\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-md-center {\n justify-content: center !important;\n }\n\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n\n .justify-content-md-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-md-start {\n align-items: flex-start !important;\n }\n\n .align-items-md-end {\n align-items: flex-end !important;\n }\n\n .align-items-md-center {\n align-items: center !important;\n }\n\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n\n .align-content-md-start {\n align-content: flex-start !important;\n }\n\n .align-content-md-end {\n align-content: flex-end !important;\n }\n\n .align-content-md-center {\n align-content: center !important;\n }\n\n .align-content-md-between {\n align-content: space-between !important;\n }\n\n .align-content-md-around {\n align-content: space-around !important;\n }\n\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n\n .align-self-md-auto {\n align-self: auto !important;\n }\n\n .align-self-md-start {\n align-self: flex-start !important;\n }\n\n .align-self-md-end {\n align-self: flex-end !important;\n }\n\n .align-self-md-center {\n align-self: center !important;\n }\n\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n\n .order-md-first {\n order: -1 !important;\n }\n\n .order-md-0 {\n order: 0 !important;\n }\n\n .order-md-1 {\n order: 1 !important;\n }\n\n .order-md-2 {\n order: 2 !important;\n }\n\n .order-md-3 {\n order: 3 !important;\n }\n\n .order-md-4 {\n order: 4 !important;\n }\n\n .order-md-5 {\n order: 5 !important;\n }\n\n .order-md-last {\n order: 6 !important;\n }\n\n .m-md-0 {\n margin: 0 !important;\n }\n\n .m-md-1 {\n margin: 0.25rem !important;\n }\n\n .m-md-2 {\n margin: 0.5rem !important;\n }\n\n .m-md-3 {\n margin: 1rem !important;\n }\n\n .m-md-4 {\n margin: 1.5rem !important;\n }\n\n .m-md-5 {\n margin: 3rem !important;\n }\n\n .m-md-auto {\n margin: auto !important;\n }\n\n .mx-md-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-md-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-md-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-md-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-md-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-md-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-md-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-md-0 {\n margin-top: 0 !important;\n }\n\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n\n .mt-md-auto {\n margin-top: auto !important;\n }\n\n .me-md-0 {\n margin-right: 0 !important;\n }\n\n .me-md-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-md-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-md-3 {\n margin-right: 1rem !important;\n }\n\n .me-md-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-md-5 {\n margin-right: 3rem !important;\n }\n\n .me-md-auto {\n margin-right: auto !important;\n }\n\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n\n .ms-md-0 {\n margin-left: 0 !important;\n }\n\n .ms-md-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-md-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-md-3 {\n margin-left: 1rem !important;\n }\n\n .ms-md-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-md-5 {\n margin-left: 3rem !important;\n }\n\n .ms-md-auto {\n margin-left: auto !important;\n }\n\n .p-md-0 {\n padding: 0 !important;\n }\n\n .p-md-1 {\n padding: 0.25rem !important;\n }\n\n .p-md-2 {\n padding: 0.5rem !important;\n }\n\n .p-md-3 {\n padding: 1rem !important;\n }\n\n .p-md-4 {\n padding: 1.5rem !important;\n }\n\n .p-md-5 {\n padding: 3rem !important;\n }\n\n .px-md-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-md-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-md-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-md-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-md-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-md-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-md-0 {\n padding-top: 0 !important;\n }\n\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n\n .pe-md-0 {\n padding-right: 0 !important;\n }\n\n .pe-md-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-md-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-md-3 {\n padding-right: 1rem !important;\n }\n\n .pe-md-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-md-5 {\n padding-right: 3rem !important;\n }\n\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-md-0 {\n padding-left: 0 !important;\n }\n\n .ps-md-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-md-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-md-3 {\n padding-left: 1rem !important;\n }\n\n .ps-md-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-md-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 992px) {\n .d-lg-inline {\n display: inline !important;\n }\n\n .d-lg-inline-block {\n display: inline-block !important;\n }\n\n .d-lg-block {\n display: block !important;\n }\n\n .d-lg-grid {\n display: grid !important;\n }\n\n .d-lg-table {\n display: table !important;\n }\n\n .d-lg-table-row {\n display: table-row !important;\n }\n\n .d-lg-table-cell {\n display: table-cell !important;\n }\n\n .d-lg-flex {\n display: flex !important;\n }\n\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n\n .d-lg-none {\n display: none !important;\n }\n\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-lg-row {\n flex-direction: row !important;\n }\n\n .flex-lg-column {\n flex-direction: column !important;\n }\n\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-lg-center {\n justify-content: center !important;\n }\n\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n\n .justify-content-lg-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n\n .align-items-lg-center {\n align-items: center !important;\n }\n\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n\n .align-content-lg-center {\n align-content: center !important;\n }\n\n .align-content-lg-between {\n align-content: space-between !important;\n }\n\n .align-content-lg-around {\n align-content: space-around !important;\n }\n\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n\n .align-self-lg-auto {\n align-self: auto !important;\n }\n\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n\n .align-self-lg-center {\n align-self: center !important;\n }\n\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n\n .order-lg-first {\n order: -1 !important;\n }\n\n .order-lg-0 {\n order: 0 !important;\n }\n\n .order-lg-1 {\n order: 1 !important;\n }\n\n .order-lg-2 {\n order: 2 !important;\n }\n\n .order-lg-3 {\n order: 3 !important;\n }\n\n .order-lg-4 {\n order: 4 !important;\n }\n\n .order-lg-5 {\n order: 5 !important;\n }\n\n .order-lg-last {\n order: 6 !important;\n }\n\n .m-lg-0 {\n margin: 0 !important;\n }\n\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n\n .m-lg-3 {\n margin: 1rem !important;\n }\n\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n\n .m-lg-5 {\n margin: 3rem !important;\n }\n\n .m-lg-auto {\n margin: auto !important;\n }\n\n .mx-lg-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-lg-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-lg-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-lg-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n\n .mt-lg-auto {\n margin-top: auto !important;\n }\n\n .me-lg-0 {\n margin-right: 0 !important;\n }\n\n .me-lg-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-lg-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-lg-3 {\n margin-right: 1rem !important;\n }\n\n .me-lg-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-lg-5 {\n margin-right: 3rem !important;\n }\n\n .me-lg-auto {\n margin-right: auto !important;\n }\n\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n\n .ms-lg-0 {\n margin-left: 0 !important;\n }\n\n .ms-lg-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-lg-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-lg-3 {\n margin-left: 1rem !important;\n }\n\n .ms-lg-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-lg-5 {\n margin-left: 3rem !important;\n }\n\n .ms-lg-auto {\n margin-left: auto !important;\n }\n\n .p-lg-0 {\n padding: 0 !important;\n }\n\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n\n .p-lg-3 {\n padding: 1rem !important;\n }\n\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n\n .p-lg-5 {\n padding: 3rem !important;\n }\n\n .px-lg-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-lg-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-lg-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-lg-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-lg-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-lg-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n\n .pe-lg-0 {\n padding-right: 0 !important;\n }\n\n .pe-lg-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-lg-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-lg-3 {\n padding-right: 1rem !important;\n }\n\n .pe-lg-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-lg-5 {\n padding-right: 3rem !important;\n }\n\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-lg-0 {\n padding-left: 0 !important;\n }\n\n .ps-lg-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-lg-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-lg-3 {\n padding-left: 1rem !important;\n }\n\n .ps-lg-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-lg-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 1200px) {\n .d-xl-inline {\n display: inline !important;\n }\n\n .d-xl-inline-block {\n display: inline-block !important;\n }\n\n .d-xl-block {\n display: block !important;\n }\n\n .d-xl-grid {\n display: grid !important;\n }\n\n .d-xl-table {\n display: table !important;\n }\n\n .d-xl-table-row {\n display: table-row !important;\n }\n\n .d-xl-table-cell {\n display: table-cell !important;\n }\n\n .d-xl-flex {\n display: flex !important;\n }\n\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xl-none {\n display: none !important;\n }\n\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xl-row {\n flex-direction: row !important;\n }\n\n .flex-xl-column {\n flex-direction: column !important;\n }\n\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xl-center {\n justify-content: center !important;\n }\n\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xl-center {\n align-items: center !important;\n }\n\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xl-center {\n align-content: center !important;\n }\n\n .align-content-xl-between {\n align-content: space-between !important;\n }\n\n .align-content-xl-around {\n align-content: space-around !important;\n }\n\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xl-auto {\n align-self: auto !important;\n }\n\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xl-center {\n align-self: center !important;\n }\n\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n\n .order-xl-first {\n order: -1 !important;\n }\n\n .order-xl-0 {\n order: 0 !important;\n }\n\n .order-xl-1 {\n order: 1 !important;\n }\n\n .order-xl-2 {\n order: 2 !important;\n }\n\n .order-xl-3 {\n order: 3 !important;\n }\n\n .order-xl-4 {\n order: 4 !important;\n }\n\n .order-xl-5 {\n order: 5 !important;\n }\n\n .order-xl-last {\n order: 6 !important;\n }\n\n .m-xl-0 {\n margin: 0 !important;\n }\n\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xl-3 {\n margin: 1rem !important;\n }\n\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xl-5 {\n margin: 3rem !important;\n }\n\n .m-xl-auto {\n margin: auto !important;\n }\n\n .mx-xl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-xl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-xl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-xl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xl-auto {\n margin-top: auto !important;\n }\n\n .me-xl-0 {\n margin-right: 0 !important;\n }\n\n .me-xl-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-xl-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-xl-3 {\n margin-right: 1rem !important;\n }\n\n .me-xl-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-xl-5 {\n margin-right: 3rem !important;\n }\n\n .me-xl-auto {\n margin-right: auto !important;\n }\n\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xl-0 {\n margin-left: 0 !important;\n }\n\n .ms-xl-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-xl-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-xl-3 {\n margin-left: 1rem !important;\n }\n\n .ms-xl-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-xl-5 {\n margin-left: 3rem !important;\n }\n\n .ms-xl-auto {\n margin-left: auto !important;\n }\n\n .p-xl-0 {\n padding: 0 !important;\n }\n\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xl-3 {\n padding: 1rem !important;\n }\n\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xl-5 {\n padding: 3rem !important;\n }\n\n .px-xl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-xl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-xl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-xl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-xl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-xl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xl-0 {\n padding-right: 0 !important;\n }\n\n .pe-xl-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-xl-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-xl-3 {\n padding-right: 1rem !important;\n }\n\n .pe-xl-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-xl-5 {\n padding-right: 3rem !important;\n }\n\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xl-0 {\n padding-left: 0 !important;\n }\n\n .ps-xl-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-xl-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-xl-3 {\n padding-left: 1rem !important;\n }\n\n .ps-xl-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-xl-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 1400px) {\n .d-xxl-inline {\n display: inline !important;\n }\n\n .d-xxl-inline-block {\n display: inline-block !important;\n }\n\n .d-xxl-block {\n display: block !important;\n }\n\n .d-xxl-grid {\n display: grid !important;\n }\n\n .d-xxl-table {\n display: table !important;\n }\n\n .d-xxl-table-row {\n display: table-row !important;\n }\n\n .d-xxl-table-cell {\n display: table-cell !important;\n }\n\n .d-xxl-flex {\n display: flex !important;\n }\n\n .d-xxl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xxl-none {\n display: none !important;\n }\n\n .flex-xxl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xxl-row {\n flex-direction: row !important;\n }\n\n .flex-xxl-column {\n flex-direction: column !important;\n }\n\n .flex-xxl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xxl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xxl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xxl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xxl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xxl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xxl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xxl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xxl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xxl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xxl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xxl-center {\n justify-content: center !important;\n }\n\n .justify-content-xxl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xxl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xxl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xxl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xxl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xxl-center {\n align-items: center !important;\n }\n\n .align-items-xxl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xxl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xxl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xxl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xxl-center {\n align-content: center !important;\n }\n\n .align-content-xxl-between {\n align-content: space-between !important;\n }\n\n .align-content-xxl-around {\n align-content: space-around !important;\n }\n\n .align-content-xxl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xxl-auto {\n align-self: auto !important;\n }\n\n .align-self-xxl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xxl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xxl-center {\n align-self: center !important;\n }\n\n .align-self-xxl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xxl-stretch {\n align-self: stretch !important;\n }\n\n .order-xxl-first {\n order: -1 !important;\n }\n\n .order-xxl-0 {\n order: 0 !important;\n }\n\n .order-xxl-1 {\n order: 1 !important;\n }\n\n .order-xxl-2 {\n order: 2 !important;\n }\n\n .order-xxl-3 {\n order: 3 !important;\n }\n\n .order-xxl-4 {\n order: 4 !important;\n }\n\n .order-xxl-5 {\n order: 5 !important;\n }\n\n .order-xxl-last {\n order: 6 !important;\n }\n\n .m-xxl-0 {\n margin: 0 !important;\n }\n\n .m-xxl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xxl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xxl-3 {\n margin: 1rem !important;\n }\n\n .m-xxl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xxl-5 {\n margin: 3rem !important;\n }\n\n .m-xxl-auto {\n margin: auto !important;\n }\n\n .mx-xxl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-xxl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-xxl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-xxl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-xxl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-xxl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-xxl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-xxl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xxl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xxl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xxl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xxl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xxl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xxl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xxl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xxl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xxl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xxl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xxl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xxl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xxl-auto {\n margin-top: auto !important;\n }\n\n .me-xxl-0 {\n margin-right: 0 !important;\n }\n\n .me-xxl-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-xxl-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-xxl-3 {\n margin-right: 1rem !important;\n }\n\n .me-xxl-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-xxl-5 {\n margin-right: 3rem !important;\n }\n\n .me-xxl-auto {\n margin-right: auto !important;\n }\n\n .mb-xxl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xxl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xxl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xxl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xxl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xxl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xxl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xxl-0 {\n margin-left: 0 !important;\n }\n\n .ms-xxl-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-xxl-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-xxl-3 {\n margin-left: 1rem !important;\n }\n\n .ms-xxl-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-xxl-5 {\n margin-left: 3rem !important;\n }\n\n .ms-xxl-auto {\n margin-left: auto !important;\n }\n\n .p-xxl-0 {\n padding: 0 !important;\n }\n\n .p-xxl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xxl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xxl-3 {\n padding: 1rem !important;\n }\n\n .p-xxl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xxl-5 {\n padding: 3rem !important;\n }\n\n .px-xxl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-xxl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-xxl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-xxl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-xxl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-xxl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-xxl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xxl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xxl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xxl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xxl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xxl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xxl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xxl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xxl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xxl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xxl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xxl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xxl-0 {\n padding-right: 0 !important;\n }\n\n .pe-xxl-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-xxl-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-xxl-3 {\n padding-right: 1rem !important;\n }\n\n .pe-xxl-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-xxl-5 {\n padding-right: 3rem !important;\n }\n\n .pb-xxl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xxl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xxl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xxl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xxl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xxl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xxl-0 {\n padding-left: 0 !important;\n }\n\n .ps-xxl-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-xxl-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-xxl-3 {\n padding-left: 1rem !important;\n }\n\n .ps-xxl-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-xxl-5 {\n padding-left: 3rem !important;\n }\n}\n@media print {\n .d-print-inline {\n display: inline !important;\n }\n\n .d-print-inline-block {\n display: inline-block !important;\n }\n\n .d-print-block {\n display: block !important;\n }\n\n .d-print-grid {\n display: grid !important;\n }\n\n .d-print-table {\n display: table !important;\n }\n\n .d-print-table-row {\n display: table-row !important;\n }\n\n .d-print-table-cell {\n display: table-cell !important;\n }\n\n .d-print-flex {\n display: flex !important;\n }\n\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n\n .d-print-none {\n display: none !important;\n }\n}\n\n/*# sourceMappingURL=bootstrap-grid.css.map */","// Container mixins\n\n@mixin make-container($gutter: $container-padding-x) {\n width: 100%;\n padding-right: var(--#{$variable-prefix}gutter-x, #{$gutter});\n padding-left: var(--#{$variable-prefix}gutter-x, #{$gutter});\n margin-right: auto;\n margin-left: auto;\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @if not $n {\n @error \"breakpoint `#{$name}` not found in `#{$breakpoints}`\";\n }\n @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width.\n// The maximum value is reduced by 0.02px to work around the limitations of\n// `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $max: map-get($breakpoints, $name);\n @return if($max and $max > 0, $max - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $next: breakpoint-next($name, $breakpoints);\n $max: breakpoint-max($next);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($next, $breakpoints) {\n @content;\n }\n }\n}\n","// Row\n//\n// Rows contain your columns.\n\n@if $enable-grid-classes {\n .row {\n @include make-row();\n\n > * {\n @include make-col-ready();\n }\n }\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n@if $enable-grid-classes {\n @include make-grid-columns();\n}\n","// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n@mixin make-row($gutter: $grid-gutter-width) {\n --#{$variable-prefix}gutter-x: #{$gutter};\n --#{$variable-prefix}gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n margin-top: calc(var(--#{$variable-prefix}gutter-y) * -1); // stylelint-disable-line function-disallowed-list\n margin-right: calc(var(--#{$variable-prefix}gutter-x) * -.5); // stylelint-disable-line function-disallowed-list\n margin-left: calc(var(--#{$variable-prefix}gutter-x) * -.5); // stylelint-disable-line function-disallowed-list\n}\n\n@mixin make-col-ready($gutter: $grid-gutter-width) {\n // Add box sizing if only the grid is loaded\n box-sizing: if(variable-exists(include-column-box-sizing) and $include-column-box-sizing, border-box, null);\n // Prevent columns from becoming too narrow when at smaller grid tiers by\n // always setting `width: 100%;`. This works because we set the width\n // later on to override this initial width.\n flex-shrink: 0;\n width: 100%;\n max-width: 100%; // Prevent `.col-auto`, `.col` (& responsive variants) from breaking out the grid\n padding-right: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n padding-left: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n margin-top: var(--#{$variable-prefix}gutter-y);\n}\n\n@mixin make-col($size: false, $columns: $grid-columns) {\n @if $size {\n flex: 0 0 auto;\n width: percentage(divide($size, $columns));\n\n } @else {\n flex: 1 1 0;\n max-width: 100%;\n }\n}\n\n@mixin make-col-auto() {\n flex: 0 0 auto;\n width: auto;\n}\n\n@mixin make-col-offset($size, $columns: $grid-columns) {\n $num: divide($size, $columns);\n margin-left: if($num == 0, 0, percentage($num));\n}\n\n// Row columns\n//\n// Specify on a parent element(e.g., .row) to force immediate children into NN\n// numberof columns. Supports wrapping to new lines, but does not do a Masonry\n// style grid.\n@mixin row-cols($count) {\n > * {\n flex: 0 0 auto;\n width: divide(100%, $count);\n }\n}\n\n// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `$grid-columns`.\n\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n // .row-cols defaults must all appear before .col overrides so they can be overridden.\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n // Provide basic `.col-{bp}` classes for equal-width flexbox columns\n .col#{$infix} {\n flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4\n }\n\n .row-cols#{$infix}-auto > * {\n @include make-col-auto();\n }\n\n @if $grid-row-columns > 0 {\n @for $i from 1 through $grid-row-columns {\n .row-cols#{$infix}-#{$i} {\n @include row-cols($i);\n }\n }\n }\n }\n }\n\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n .col#{$infix}-auto {\n @include make-col-auto();\n }\n\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @include make-col($i, $columns);\n }\n }\n\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\n @for $i from 0 through ($columns - 1) {\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n .offset#{$infix}-#{$i} {\n @include make-col-offset($i, $columns);\n }\n }\n }\n }\n\n // Gutters\n //\n // Make use of `.g-*`, `.gx-*` or `.gy-*` utilities to change spacing between the columns.\n @each $key, $value in $gutters {\n .g#{$infix}-#{$key},\n .gx#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-x: #{$value};\n }\n\n .g#{$infix}-#{$key},\n .gy#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-y: #{$value};\n }\n }\n }\n }\n}\n","// Utility generator\n// Used to generate utilities & print utilities\n@mixin generate-utility($utility, $infix, $is-rfs-media-query: false) {\n $values: map-get($utility, values);\n\n // If the values are a list or string, convert it into a map\n @if type-of($values) == \"string\" or type-of(nth($values, 1)) != \"list\" {\n $values: zip($values, $values);\n }\n\n @each $key, $value in $values {\n $properties: map-get($utility, property);\n\n // Multiple properties are possible, for example with vertical or horizontal margins or paddings\n @if type-of($properties) == \"string\" {\n $properties: append((), $properties);\n }\n\n // Use custom class if present\n $property-class: if(map-has-key($utility, class), map-get($utility, class), nth($properties, 1));\n $property-class: if($property-class == null, \"\", $property-class);\n\n // State params to generate pseudo-classes\n $state: if(map-has-key($utility, state), map-get($utility, state), ());\n\n $infix: if($property-class == \"\" and str-slice($infix, 1, 1) == \"-\", str-slice($infix, 2), $infix);\n\n // Don't prefix if value key is null (eg. with shadow class)\n $property-class-modifier: if($key, if($property-class == \"\" and $infix == \"\", \"\", \"-\") + $key, \"\");\n\n @if map-get($utility, rfs) {\n // Inside the media query\n @if $is-rfs-media-query {\n $val: rfs-value($value);\n\n // Do not render anything if fluid and non fluid values are the same\n $value: if($val == rfs-fluid-value($value), null, $val);\n }\n @else {\n $value: rfs-fluid-value($value);\n }\n }\n\n $is-rtl: map-get($utility, rtl);\n\n @if $value != null {\n @if $is-rtl == false {\n /* rtl:begin:remove */\n }\n .#{$property-class + $infix + $property-class-modifier} {\n @each $property in $properties {\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n @each $property in $properties {\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n }\n @if $is-rtl == false {\n /* rtl:end:remove */\n }\n }\n }\n}\n","// Loop over each breakpoint\n@each $breakpoint in map-keys($grid-breakpoints) {\n\n // Generate media query if needed\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix);\n }\n }\n }\n}\n\n// RFS rescaling\n@media (min-width: $rfs-mq-value) {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @if (map-get($grid-breakpoints, $breakpoint) < $rfs-breakpoint) {\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and map-get($utility, rfs) and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix, true);\n }\n }\n }\n }\n}\n\n\n// Print utilities\n@media print {\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Then check if the utility needs print styles\n @if type-of($utility) == \"map\" and map-get($utility, print) == true {\n @include generate-utility($utility, \"-print\");\n }\n }\n}\n"]} \ No newline at end of file diff --git a/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.rtl.css b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.rtl.css new file mode 100644 index 0000000..aad6428 --- /dev/null +++ b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.rtl.css @@ -0,0 +1,5001 @@ +/*! + * Bootstrap Grid v5.0.2 (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors + * Copyright 2011-2021 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */ +.container, +.container-fluid, +.container-xxl, +.container-xl, +.container-lg, +.container-md, +.container-sm { + width: 100%; + padding-left: var(--bs-gutter-x, 0.75rem); + padding-right: var(--bs-gutter-x, 0.75rem); + margin-left: auto; + margin-right: auto; +} + +@media (min-width: 576px) { + .container-sm, .container { + max-width: 540px; + } +} +@media (min-width: 768px) { + .container-md, .container-sm, .container { + max-width: 720px; + } +} +@media (min-width: 992px) { + .container-lg, .container-md, .container-sm, .container { + max-width: 960px; + } +} +@media (min-width: 1200px) { + .container-xl, .container-lg, .container-md, .container-sm, .container { + max-width: 1140px; + } +} +@media (min-width: 1400px) { + .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { + 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: 0.25rem !important; +} + +.m-2 { + margin: 0.5rem !important; +} + +.m-3 { + margin: 1rem !important; +} + +.m-4 { + margin: 1.5rem !important; +} + +.m-5 { + margin: 3rem !important; +} + +.m-auto { + margin: auto !important; +} + +.mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; +} + +.mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; +} + +.mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.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: 0.25rem !important; + margin-bottom: 0.25rem !important; +} + +.my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; +} + +.my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; +} + +.my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; +} + +.my-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; +} + +.my-auto { + margin-top: auto !important; + margin-bottom: auto !important; +} + +.mt-0 { + margin-top: 0 !important; +} + +.mt-1 { + margin-top: 0.25rem !important; +} + +.mt-2 { + margin-top: 0.5rem !important; +} + +.mt-3 { + margin-top: 1rem !important; +} + +.mt-4 { + margin-top: 1.5rem !important; +} + +.mt-5 { + margin-top: 3rem !important; +} + +.mt-auto { + margin-top: auto !important; +} + +.me-0 { + margin-left: 0 !important; +} + +.me-1 { + margin-left: 0.25rem !important; +} + +.me-2 { + margin-left: 0.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: 0.25rem !important; +} + +.mb-2 { + margin-bottom: 0.5rem !important; +} + +.mb-3 { + margin-bottom: 1rem !important; +} + +.mb-4 { + margin-bottom: 1.5rem !important; +} + +.mb-5 { + margin-bottom: 3rem !important; +} + +.mb-auto { + margin-bottom: auto !important; +} + +.ms-0 { + margin-right: 0 !important; +} + +.ms-1 { + margin-right: 0.25rem !important; +} + +.ms-2 { + margin-right: 0.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: 0.25rem !important; +} + +.p-2 { + padding: 0.5rem !important; +} + +.p-3 { + padding: 1rem !important; +} + +.p-4 { + padding: 1.5rem !important; +} + +.p-5 { + padding: 3rem !important; +} + +.px-0 { + padding-left: 0 !important; + padding-right: 0 !important; +} + +.px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; +} + +.px-2 { + padding-left: 0.5rem !important; + padding-right: 0.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: 0.25rem !important; + padding-bottom: 0.25rem !important; +} + +.py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; +} + +.py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; +} + +.py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; +} + +.py-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; +} + +.pt-0 { + padding-top: 0 !important; +} + +.pt-1 { + padding-top: 0.25rem !important; +} + +.pt-2 { + padding-top: 0.5rem !important; +} + +.pt-3 { + padding-top: 1rem !important; +} + +.pt-4 { + padding-top: 1.5rem !important; +} + +.pt-5 { + padding-top: 3rem !important; +} + +.pe-0 { + padding-left: 0 !important; +} + +.pe-1 { + padding-left: 0.25rem !important; +} + +.pe-2 { + padding-left: 0.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: 0.25rem !important; +} + +.pb-2 { + padding-bottom: 0.5rem !important; +} + +.pb-3 { + padding-bottom: 1rem !important; +} + +.pb-4 { + padding-bottom: 1.5rem !important; +} + +.pb-5 { + padding-bottom: 3rem !important; +} + +.ps-0 { + padding-right: 0 !important; +} + +.ps-1 { + padding-right: 0.25rem !important; +} + +.ps-2 { + padding-right: 0.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: 0.25rem !important; + } + + .m-sm-2 { + margin: 0.5rem !important; + } + + .m-sm-3 { + margin: 1rem !important; + } + + .m-sm-4 { + margin: 1.5rem !important; + } + + .m-sm-5 { + margin: 3rem !important; + } + + .m-sm-auto { + margin: auto !important; + } + + .mx-sm-0 { + margin-left: 0 !important; + margin-right: 0 !important; + } + + .mx-sm-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + + .mx-sm-2 { + margin-left: 0.5rem !important; + margin-right: 0.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: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + + .my-sm-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + + .my-sm-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + + .my-sm-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + + .my-sm-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + + .my-sm-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + + .mt-sm-0 { + margin-top: 0 !important; + } + + .mt-sm-1 { + margin-top: 0.25rem !important; + } + + .mt-sm-2 { + margin-top: 0.5rem !important; + } + + .mt-sm-3 { + margin-top: 1rem !important; + } + + .mt-sm-4 { + margin-top: 1.5rem !important; + } + + .mt-sm-5 { + margin-top: 3rem !important; + } + + .mt-sm-auto { + margin-top: auto !important; + } + + .me-sm-0 { + margin-left: 0 !important; + } + + .me-sm-1 { + margin-left: 0.25rem !important; + } + + .me-sm-2 { + margin-left: 0.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: 0.25rem !important; + } + + .mb-sm-2 { + margin-bottom: 0.5rem !important; + } + + .mb-sm-3 { + margin-bottom: 1rem !important; + } + + .mb-sm-4 { + margin-bottom: 1.5rem !important; + } + + .mb-sm-5 { + margin-bottom: 3rem !important; + } + + .mb-sm-auto { + margin-bottom: auto !important; + } + + .ms-sm-0 { + margin-right: 0 !important; + } + + .ms-sm-1 { + margin-right: 0.25rem !important; + } + + .ms-sm-2 { + margin-right: 0.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: 0.25rem !important; + } + + .p-sm-2 { + padding: 0.5rem !important; + } + + .p-sm-3 { + padding: 1rem !important; + } + + .p-sm-4 { + padding: 1.5rem !important; + } + + .p-sm-5 { + padding: 3rem !important; + } + + .px-sm-0 { + padding-left: 0 !important; + padding-right: 0 !important; + } + + .px-sm-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + + .px-sm-2 { + padding-left: 0.5rem !important; + padding-right: 0.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: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + + .py-sm-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + + .py-sm-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + + .py-sm-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + + .py-sm-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + + .pt-sm-0 { + padding-top: 0 !important; + } + + .pt-sm-1 { + padding-top: 0.25rem !important; + } + + .pt-sm-2 { + padding-top: 0.5rem !important; + } + + .pt-sm-3 { + padding-top: 1rem !important; + } + + .pt-sm-4 { + padding-top: 1.5rem !important; + } + + .pt-sm-5 { + padding-top: 3rem !important; + } + + .pe-sm-0 { + padding-left: 0 !important; + } + + .pe-sm-1 { + padding-left: 0.25rem !important; + } + + .pe-sm-2 { + padding-left: 0.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: 0.25rem !important; + } + + .pb-sm-2 { + padding-bottom: 0.5rem !important; + } + + .pb-sm-3 { + padding-bottom: 1rem !important; + } + + .pb-sm-4 { + padding-bottom: 1.5rem !important; + } + + .pb-sm-5 { + padding-bottom: 3rem !important; + } + + .ps-sm-0 { + padding-right: 0 !important; + } + + .ps-sm-1 { + padding-right: 0.25rem !important; + } + + .ps-sm-2 { + padding-right: 0.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: 0.25rem !important; + } + + .m-md-2 { + margin: 0.5rem !important; + } + + .m-md-3 { + margin: 1rem !important; + } + + .m-md-4 { + margin: 1.5rem !important; + } + + .m-md-5 { + margin: 3rem !important; + } + + .m-md-auto { + margin: auto !important; + } + + .mx-md-0 { + margin-left: 0 !important; + margin-right: 0 !important; + } + + .mx-md-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + + .mx-md-2 { + margin-left: 0.5rem !important; + margin-right: 0.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: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + + .my-md-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + + .my-md-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + + .my-md-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + + .my-md-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + + .my-md-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + + .mt-md-0 { + margin-top: 0 !important; + } + + .mt-md-1 { + margin-top: 0.25rem !important; + } + + .mt-md-2 { + margin-top: 0.5rem !important; + } + + .mt-md-3 { + margin-top: 1rem !important; + } + + .mt-md-4 { + margin-top: 1.5rem !important; + } + + .mt-md-5 { + margin-top: 3rem !important; + } + + .mt-md-auto { + margin-top: auto !important; + } + + .me-md-0 { + margin-left: 0 !important; + } + + .me-md-1 { + margin-left: 0.25rem !important; + } + + .me-md-2 { + margin-left: 0.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: 0.25rem !important; + } + + .mb-md-2 { + margin-bottom: 0.5rem !important; + } + + .mb-md-3 { + margin-bottom: 1rem !important; + } + + .mb-md-4 { + margin-bottom: 1.5rem !important; + } + + .mb-md-5 { + margin-bottom: 3rem !important; + } + + .mb-md-auto { + margin-bottom: auto !important; + } + + .ms-md-0 { + margin-right: 0 !important; + } + + .ms-md-1 { + margin-right: 0.25rem !important; + } + + .ms-md-2 { + margin-right: 0.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: 0.25rem !important; + } + + .p-md-2 { + padding: 0.5rem !important; + } + + .p-md-3 { + padding: 1rem !important; + } + + .p-md-4 { + padding: 1.5rem !important; + } + + .p-md-5 { + padding: 3rem !important; + } + + .px-md-0 { + padding-left: 0 !important; + padding-right: 0 !important; + } + + .px-md-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + + .px-md-2 { + padding-left: 0.5rem !important; + padding-right: 0.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: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + + .py-md-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + + .py-md-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + + .py-md-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + + .py-md-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + + .pt-md-0 { + padding-top: 0 !important; + } + + .pt-md-1 { + padding-top: 0.25rem !important; + } + + .pt-md-2 { + padding-top: 0.5rem !important; + } + + .pt-md-3 { + padding-top: 1rem !important; + } + + .pt-md-4 { + padding-top: 1.5rem !important; + } + + .pt-md-5 { + padding-top: 3rem !important; + } + + .pe-md-0 { + padding-left: 0 !important; + } + + .pe-md-1 { + padding-left: 0.25rem !important; + } + + .pe-md-2 { + padding-left: 0.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: 0.25rem !important; + } + + .pb-md-2 { + padding-bottom: 0.5rem !important; + } + + .pb-md-3 { + padding-bottom: 1rem !important; + } + + .pb-md-4 { + padding-bottom: 1.5rem !important; + } + + .pb-md-5 { + padding-bottom: 3rem !important; + } + + .ps-md-0 { + padding-right: 0 !important; + } + + .ps-md-1 { + padding-right: 0.25rem !important; + } + + .ps-md-2 { + padding-right: 0.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: 0.25rem !important; + } + + .m-lg-2 { + margin: 0.5rem !important; + } + + .m-lg-3 { + margin: 1rem !important; + } + + .m-lg-4 { + margin: 1.5rem !important; + } + + .m-lg-5 { + margin: 3rem !important; + } + + .m-lg-auto { + margin: auto !important; + } + + .mx-lg-0 { + margin-left: 0 !important; + margin-right: 0 !important; + } + + .mx-lg-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + + .mx-lg-2 { + margin-left: 0.5rem !important; + margin-right: 0.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: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + + .my-lg-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + + .my-lg-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + + .my-lg-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + + .my-lg-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + + .my-lg-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + + .mt-lg-0 { + margin-top: 0 !important; + } + + .mt-lg-1 { + margin-top: 0.25rem !important; + } + + .mt-lg-2 { + margin-top: 0.5rem !important; + } + + .mt-lg-3 { + margin-top: 1rem !important; + } + + .mt-lg-4 { + margin-top: 1.5rem !important; + } + + .mt-lg-5 { + margin-top: 3rem !important; + } + + .mt-lg-auto { + margin-top: auto !important; + } + + .me-lg-0 { + margin-left: 0 !important; + } + + .me-lg-1 { + margin-left: 0.25rem !important; + } + + .me-lg-2 { + margin-left: 0.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: 0.25rem !important; + } + + .mb-lg-2 { + margin-bottom: 0.5rem !important; + } + + .mb-lg-3 { + margin-bottom: 1rem !important; + } + + .mb-lg-4 { + margin-bottom: 1.5rem !important; + } + + .mb-lg-5 { + margin-bottom: 3rem !important; + } + + .mb-lg-auto { + margin-bottom: auto !important; + } + + .ms-lg-0 { + margin-right: 0 !important; + } + + .ms-lg-1 { + margin-right: 0.25rem !important; + } + + .ms-lg-2 { + margin-right: 0.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: 0.25rem !important; + } + + .p-lg-2 { + padding: 0.5rem !important; + } + + .p-lg-3 { + padding: 1rem !important; + } + + .p-lg-4 { + padding: 1.5rem !important; + } + + .p-lg-5 { + padding: 3rem !important; + } + + .px-lg-0 { + padding-left: 0 !important; + padding-right: 0 !important; + } + + .px-lg-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + + .px-lg-2 { + padding-left: 0.5rem !important; + padding-right: 0.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: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + + .py-lg-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + + .py-lg-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + + .py-lg-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + + .py-lg-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + + .pt-lg-0 { + padding-top: 0 !important; + } + + .pt-lg-1 { + padding-top: 0.25rem !important; + } + + .pt-lg-2 { + padding-top: 0.5rem !important; + } + + .pt-lg-3 { + padding-top: 1rem !important; + } + + .pt-lg-4 { + padding-top: 1.5rem !important; + } + + .pt-lg-5 { + padding-top: 3rem !important; + } + + .pe-lg-0 { + padding-left: 0 !important; + } + + .pe-lg-1 { + padding-left: 0.25rem !important; + } + + .pe-lg-2 { + padding-left: 0.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: 0.25rem !important; + } + + .pb-lg-2 { + padding-bottom: 0.5rem !important; + } + + .pb-lg-3 { + padding-bottom: 1rem !important; + } + + .pb-lg-4 { + padding-bottom: 1.5rem !important; + } + + .pb-lg-5 { + padding-bottom: 3rem !important; + } + + .ps-lg-0 { + padding-right: 0 !important; + } + + .ps-lg-1 { + padding-right: 0.25rem !important; + } + + .ps-lg-2 { + padding-right: 0.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: 0.25rem !important; + } + + .m-xl-2 { + margin: 0.5rem !important; + } + + .m-xl-3 { + margin: 1rem !important; + } + + .m-xl-4 { + margin: 1.5rem !important; + } + + .m-xl-5 { + margin: 3rem !important; + } + + .m-xl-auto { + margin: auto !important; + } + + .mx-xl-0 { + margin-left: 0 !important; + margin-right: 0 !important; + } + + .mx-xl-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + + .mx-xl-2 { + margin-left: 0.5rem !important; + margin-right: 0.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: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + + .my-xl-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + + .my-xl-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + + .my-xl-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + + .my-xl-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + + .my-xl-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + + .mt-xl-0 { + margin-top: 0 !important; + } + + .mt-xl-1 { + margin-top: 0.25rem !important; + } + + .mt-xl-2 { + margin-top: 0.5rem !important; + } + + .mt-xl-3 { + margin-top: 1rem !important; + } + + .mt-xl-4 { + margin-top: 1.5rem !important; + } + + .mt-xl-5 { + margin-top: 3rem !important; + } + + .mt-xl-auto { + margin-top: auto !important; + } + + .me-xl-0 { + margin-left: 0 !important; + } + + .me-xl-1 { + margin-left: 0.25rem !important; + } + + .me-xl-2 { + margin-left: 0.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: 0.25rem !important; + } + + .mb-xl-2 { + margin-bottom: 0.5rem !important; + } + + .mb-xl-3 { + margin-bottom: 1rem !important; + } + + .mb-xl-4 { + margin-bottom: 1.5rem !important; + } + + .mb-xl-5 { + margin-bottom: 3rem !important; + } + + .mb-xl-auto { + margin-bottom: auto !important; + } + + .ms-xl-0 { + margin-right: 0 !important; + } + + .ms-xl-1 { + margin-right: 0.25rem !important; + } + + .ms-xl-2 { + margin-right: 0.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: 0.25rem !important; + } + + .p-xl-2 { + padding: 0.5rem !important; + } + + .p-xl-3 { + padding: 1rem !important; + } + + .p-xl-4 { + padding: 1.5rem !important; + } + + .p-xl-5 { + padding: 3rem !important; + } + + .px-xl-0 { + padding-left: 0 !important; + padding-right: 0 !important; + } + + .px-xl-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + + .px-xl-2 { + padding-left: 0.5rem !important; + padding-right: 0.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: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + + .py-xl-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + + .py-xl-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + + .py-xl-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + + .py-xl-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + + .pt-xl-0 { + padding-top: 0 !important; + } + + .pt-xl-1 { + padding-top: 0.25rem !important; + } + + .pt-xl-2 { + padding-top: 0.5rem !important; + } + + .pt-xl-3 { + padding-top: 1rem !important; + } + + .pt-xl-4 { + padding-top: 1.5rem !important; + } + + .pt-xl-5 { + padding-top: 3rem !important; + } + + .pe-xl-0 { + padding-left: 0 !important; + } + + .pe-xl-1 { + padding-left: 0.25rem !important; + } + + .pe-xl-2 { + padding-left: 0.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: 0.25rem !important; + } + + .pb-xl-2 { + padding-bottom: 0.5rem !important; + } + + .pb-xl-3 { + padding-bottom: 1rem !important; + } + + .pb-xl-4 { + padding-bottom: 1.5rem !important; + } + + .pb-xl-5 { + padding-bottom: 3rem !important; + } + + .ps-xl-0 { + padding-right: 0 !important; + } + + .ps-xl-1 { + padding-right: 0.25rem !important; + } + + .ps-xl-2 { + padding-right: 0.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: 0.25rem !important; + } + + .m-xxl-2 { + margin: 0.5rem !important; + } + + .m-xxl-3 { + margin: 1rem !important; + } + + .m-xxl-4 { + margin: 1.5rem !important; + } + + .m-xxl-5 { + margin: 3rem !important; + } + + .m-xxl-auto { + margin: auto !important; + } + + .mx-xxl-0 { + margin-left: 0 !important; + margin-right: 0 !important; + } + + .mx-xxl-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + + .mx-xxl-2 { + margin-left: 0.5rem !important; + margin-right: 0.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: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + + .my-xxl-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + + .my-xxl-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + + .my-xxl-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + + .my-xxl-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + + .my-xxl-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + + .mt-xxl-0 { + margin-top: 0 !important; + } + + .mt-xxl-1 { + margin-top: 0.25rem !important; + } + + .mt-xxl-2 { + margin-top: 0.5rem !important; + } + + .mt-xxl-3 { + margin-top: 1rem !important; + } + + .mt-xxl-4 { + margin-top: 1.5rem !important; + } + + .mt-xxl-5 { + margin-top: 3rem !important; + } + + .mt-xxl-auto { + margin-top: auto !important; + } + + .me-xxl-0 { + margin-left: 0 !important; + } + + .me-xxl-1 { + margin-left: 0.25rem !important; + } + + .me-xxl-2 { + margin-left: 0.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: 0.25rem !important; + } + + .mb-xxl-2 { + margin-bottom: 0.5rem !important; + } + + .mb-xxl-3 { + margin-bottom: 1rem !important; + } + + .mb-xxl-4 { + margin-bottom: 1.5rem !important; + } + + .mb-xxl-5 { + margin-bottom: 3rem !important; + } + + .mb-xxl-auto { + margin-bottom: auto !important; + } + + .ms-xxl-0 { + margin-right: 0 !important; + } + + .ms-xxl-1 { + margin-right: 0.25rem !important; + } + + .ms-xxl-2 { + margin-right: 0.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: 0.25rem !important; + } + + .p-xxl-2 { + padding: 0.5rem !important; + } + + .p-xxl-3 { + padding: 1rem !important; + } + + .p-xxl-4 { + padding: 1.5rem !important; + } + + .p-xxl-5 { + padding: 3rem !important; + } + + .px-xxl-0 { + padding-left: 0 !important; + padding-right: 0 !important; + } + + .px-xxl-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + + .px-xxl-2 { + padding-left: 0.5rem !important; + padding-right: 0.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: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + + .py-xxl-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + + .py-xxl-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + + .py-xxl-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + + .py-xxl-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + + .pt-xxl-0 { + padding-top: 0 !important; + } + + .pt-xxl-1 { + padding-top: 0.25rem !important; + } + + .pt-xxl-2 { + padding-top: 0.5rem !important; + } + + .pt-xxl-3 { + padding-top: 1rem !important; + } + + .pt-xxl-4 { + padding-top: 1.5rem !important; + } + + .pt-xxl-5 { + padding-top: 3rem !important; + } + + .pe-xxl-0 { + padding-left: 0 !important; + } + + .pe-xxl-1 { + padding-left: 0.25rem !important; + } + + .pe-xxl-2 { + padding-left: 0.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: 0.25rem !important; + } + + .pb-xxl-2 { + padding-bottom: 0.5rem !important; + } + + .pb-xxl-3 { + padding-bottom: 1rem !important; + } + + .pb-xxl-4 { + padding-bottom: 1.5rem !important; + } + + .pb-xxl-5 { + padding-bottom: 3rem !important; + } + + .ps-xxl-0 { + padding-right: 0 !important; + } + + .ps-xxl-1 { + padding-right: 0.25rem !important; + } + + .ps-xxl-2 { + padding-right: 0.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.css.map */ \ No newline at end of file diff --git a/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.rtl.css.map b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.rtl.css.map new file mode 100644 index 0000000..937807c --- /dev/null +++ b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.rtl.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../scss/bootstrap-grid.scss","../../scss/_containers.scss","../../scss/mixins/_container.scss","bootstrap-grid.css","../../scss/mixins/_breakpoints.scss","../../scss/_variables.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_utilities.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"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R;;EInpCM;;IAEE,sBAAA;EJspCR;;EI7pCM;;IAEE,qBAAA;EJgqCR;;EI7pCM;;IAEE,qBAAA;EJgqCR;;EIvqCM;;IAEE,mBAAA;EJ0qCR;;EIvqCM;;IAEE,mBAAA;EJ0qCR;;EIjrCM;;IAEE,qBAAA;EJorCR;;EIjrCM;;IAEE,qBAAA;EJorCR;;EI3rCM;;IAEE,mBAAA;EJ8rCR;;EI3rCM;;IAEE,mBAAA;EJ8rCR;AACF;AK5wCM;EAEI,0BAAA;AL6wCV;;AK/wCM;EAEI,gCAAA;ALixCV;;AKnxCM;EAEI,yBAAA;ALqxCV;;AKvxCM;EAEI,wBAAA;ALyxCV;;AK3xCM;EAEI,yBAAA;AL6xCV;;AK/xCM;EAEI,6BAAA;ALiyCV;;AKnyCM;EAEI,8BAAA;ALqyCV;;AKvyCM;EAEI,wBAAA;ALyyCV;;AK3yCM;EAEI,+BAAA;AL6yCV;;AK/yCM;EAEI,wBAAA;ALizCV;;AKnzCM;EAEI,yBAAA;ALqzCV;;AKvzCM;EAEI,8BAAA;ALyzCV;;AK3zCM;EAEI,iCAAA;AL6zCV;;AK/zCM;EAEI,sCAAA;ALi0CV;;AKn0CM;EAEI,yCAAA;ALq0CV;;AKv0CM;EAEI,uBAAA;ALy0CV;;AK30CM;EAEI,uBAAA;AL60CV;;AK/0CM;EAEI,yBAAA;ALi1CV;;AKn1CM;EAEI,yBAAA;ALq1CV;;AKv1CM;EAEI,0BAAA;ALy1CV;;AK31CM;EAEI,4BAAA;AL61CV;;AK/1CM;EAEI,kCAAA;ALi2CV;;AKn2CM;EAEI,sCAAA;ALq2CV;;AKv2CM;EAEI,oCAAA;ALy2CV;;AK32CM;EAEI,kCAAA;AL62CV;;AK/2CM;EAEI,yCAAA;ALi3CV;;AKn3CM;EAEI,wCAAA;ALq3CV;;AKv3CM;EAEI,wCAAA;ALy3CV;;AK33CM;EAEI,kCAAA;AL63CV;;AK/3CM;EAEI,gCAAA;ALi4CV;;AKn4CM;EAEI,8BAAA;ALq4CV;;AKv4CM;EAEI,gCAAA;ALy4CV;;AK34CM;EAEI,+BAAA;AL64CV;;AK/4CM;EAEI,oCAAA;ALi5CV;;AKn5CM;EAEI,kCAAA;ALq5CV;;AKv5CM;EAEI,gCAAA;ALy5CV;;AK35CM;EAEI,uC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;;EK78EI;IAEI,wBAAA;EL+8ER;;EKj9EI;IAEI,yBAAA;ELm9ER;;EKr9EI;IAEI,6BAAA;ELu9ER;;EKz9EI;IAEI,8BAAA;EL29ER;;EK79EI;IAEI,wBAAA;EL+9ER;;EKj+EI;IAEI,+BAAA;ELm+ER;;EKr+EI;IAEI,wBAAA;ELu+ER;;EKz+EI;IAEI,yBAAA;EL2+ER;;EK7+EI;IAEI,8BAAA;EL++ER;;EKj/EI;IAEI,iCAAA;ELm/ER;;EKr/EI;IAEI,sCAAA;ELu/ER;;EKz/EI;IAEI,yCAAA;EL2/ER;;EK7/EI;IAEI,uBAAA;EL+/ER;;EKjgFI;IAEI,uBAAA;ELmgFR;;EKrgFI;IAEI,yBAAA;ELugFR;;EKzgFI;IAEI,yBAAA;EL2gFR;;EK7gFI;IAEI,0BAAA;EL+gFR;;EKjhFI;IAEI,4BAAA;ELmhFR;;EKrhFI;IAEI,kCAAA;ELuhFR;;EKzhFI;IAEI,sCAAA;EL2hFR;;EK7hFI;IAEI,oCAAA;EL+hFR;;EKjiFI;IAEI,kCAAA;ELmiFR;;EKriFI;IAEI,yCAAA;ELuiFR;;EKziFI;IAEI,wCAAA;EL2iFR;;EK7iFI;IAEI,wCAAA;EL+iFR;;EKjjFI;IAEI,kCAAA;ELmjFR;;EKrjFI;IAEI,gCAAA;ELujFR;;EKzjFI;IAEI,8BAAA;EL2jFR;;EK7jFI;IAEI,gCAAA;EL+jFR;;EKjkFI;IAEI,+BAAA;ELmkFR;;EKrkFI;IAEI,oCAAA;ELukFR;;EKzkFI;IAEI,kCAAA;EL2kFR;;EK7kFI;IAEI,gCAAA;EL+kFR;;EKjlFI;IAEI,uCAAA;ELmlFR;;EKrlFI;IAEI,sCAAA;ELulFR;;EKzlFI;IAEI,iCAAA;EL2lFR;;EK7lFI;IAEI,2BAAA;EL+lFR;;EKjmFI;IAEI,iCAAA;ELmmFR;;EKrmFI;IAEI,+BAAA;ELumFR;;EKzmFI;IAEI,6BAAA;EL2mFR;;EK7mFI;IAEI,+BAAA;EL+mFR;;EKjnFI;IAEI,8BAAA;ELmnFR;;EKrnFI;IAEI,oBAAA;ELunFR;;EKznFI;IAEI,mBAAA;EL2nFR;;EK7nFI;IAEI,mBAAA;EL+nFR;;EKjoFI;IAEI,mBAAA;ELmoFR;;EK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I,+BAAA;ELq+FR;;EKv+FI;IAEI,6BAAA;ELy+FR;;EK3+FI;IAEI,4BAAA;EL6+FR;;EK/+FI;IAEI,kCAAA;ELi/FR;;EKn/FI;IAEI,iCAAA;ELq/FR;;EKv/FI;IAEI,+BAAA;ELy/FR;;EK3/FI;IAEI,iCAAA;EL6/FR;;EK//FI;IAEI,+BAAA;ELigGR;;EKngGI;IAEI,2BAAA;ELqgGR;;EKvgGI;IAEI,iCAAA;ELygGR;;EK3gGI;IAEI,gCAAA;EL6gGR;;EK/gGI;IAEI,8BAAA;ELihGR;;EKnhGI;IAEI,gCAAA;ELqhGR;;EKvhGI;IAEI,8BAAA;ELyhGR;AACF;AC9gGI;EIdE;IAEI,0BAAA;EL8hGR;;EKhiGI;IAEI,gCAAA;ELkiGR;;EKpiGI;IAEI,yBAAA;ELsiGR;;EKxiGI;IAEI,wBAAA;EL0iGR;;EK5iGI;IAEI,yBAAA;EL8iGR;;EKhjGI;IAEI,6BAAA;ELkjGR;;EKpjGI;IAEI,8BAAA;ELsjGR;;EKxjGI;IAEI,wBAAA;EL0jGR;;EK5jGI;IAEI,+BAAA;EL8jGR;;EKhkGI;IAEI,wBAAA;ELkkGR;;EKpkGI;IAEI,yBAAA;ELskGR;;EKxkGI;IAEI,8BAAA;EL0kGR;;EK5kGI;IAEI,iCAAA;EL8kGR;;EKhlGI;IAEI,sCAAA;ELklGR;;EKplGI;IAEI,yCAAA;ELslGR;;EKxlGI;IAEI,uBAAA;EL0lGR;;EK5lGI;IAEI,uBAAA;EL8lGR;;EKhmGI;IAEI,yBAAA;ELkmGR;;EKpmGI;IAEI,yBAAA;ELsmGR;;EKxmGI;IAEI,0BAAA;EL0mGR;;EK5mGI;IAEI,4BAAA;EL8mGR;;EKhnGI;IAEI,kCAAA;ELknGR;;EKpnGI;IAEI,sCAAA;ELsnGR;;EKxnGI;IAEI,oCAAA;EL0nGR;;EK5nGI;IAEI,kCAAA;EL8nGR;;EKhoGI;IAEI,yCAAA;ELkoGR;;EKpoGI;IAEI,wCAAA;ELsoGR;;EKxoGI;IAEI,wCAAA;EL0oGR;;EK5oGI;IAEI,kCAAA;EL8oGR;;EKhpGI;IAEI,gCAAA;ELkpGR;;EKppGI;IAEI,8BAAA;ELspGR;;EKxpGI;IAEI,gCAAA;EL0pGR;;EK5pG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AEI,uBAAA;ELqrHR;;EKvrHI;IAEI,uBAAA;ELyrHR;;EK3rHI;IAEI,yBAAA;EL6rHR;;EK/rHI;IAEI,yBAAA;ELisHR;;EKnsHI;IAEI,0BAAA;ELqsHR;;EKvsHI;IAEI,4BAAA;ELysHR;;EK3sHI;IAEI,kCAAA;EL6sHR;;EK/sHI;IAEI,sCAAA;ELitHR;;EKntHI;IAEI,oCAAA;ELqtHR;;EKvtHI;IAEI,kCAAA;ELytHR;;EK3tHI;IAEI,yCAAA;EL6tHR;;EK/tHI;IAEI,wCAAA;ELiuHR;;EKnuHI;IAEI,wCAAA;ELquHR;;EKvuHI;IAEI,kCAAA;ELyuHR;;EK3uHI;IAEI,gCAAA;EL6uHR;;EK/uHI;IAEI,8BAAA;ELivHR;;EKnvHI;IAEI,gCAAA;ELqvHR;;EKvvHI;IAEI,+BAAA;ELyvHR;;EK3vHI;IAEI,oCAAA;EL6vHR;;EK/vHI;IAEI,kCAAA;ELiwHR;;EKnwHI;IAEI,gCAAA;ELqwHR;;EKvwHI;IAEI,uCAAA;ELywHR;;EK3wHI;IAEI,sCAAA;EL6wHR;;EK/wHI;IAEI,iCAAA;ELixHR;;EKnxHI;IAEI,2BAAA;ELqxHR;;EKvxHI;IAEI,iCAAA;ELyxHR;;EK3xHI;IAEI,+BAAA;EL6xHR;;EK/xHI;IAEI,6BAAA;ELiyHR;;EKnyHI;IAEI,+BAAA;ELqyHR;;EKvyHI;IAEI,8BAAA;ELyyHR;;EK3yHI;IAEI,oBAAA;EL6yHR;;EK/yHI;IAEI,mBAAA;ELizHR;;EKnzHI;IAEI,mBAAA;ELqzHR;;EKvzHI;IAEI,mBAAA;ELyzHR;;EK3zHI;IAEI,mBAAA;EL6zHR;;EK/zHI;IAEI,mBAAA;ELi0HR;;EKn0HI;IAEI,mBAAA;ELq0HR;;EKv0HI;IAEI,mBAAA;ELy0HR;;EK30HI;IAEI,oBAAA;EL60HR;;EK/0HI;IAEI,0BAAA;ELi1HR;;EKn1HI;IAEI,yBAAA;ELq1HR;;EKv1HI;IAEI,uBAAA;ELy1HR;;EK31HI;IAEI,yBAAA;EL61HR;;EK/1HI;IAEI,uBAAA;ELi2HR;;EKn2HI;IAEI,uBAAA;ELq2HR;;EKv2HI;IAEI,yBAAA;IAAA,0BAAA;EL02HR;;EK52HI;IAEI,+BAAA;IAAA,gCAAA;EL+2HR;;EKj3HI;IAEI,8BAAA;IAAA,+BAAA;ELo3HR;;EKt3HI;IAEI,4BAAA;IAAA,6BAAA;ELy3HR;;EK33HI;IAEI,8BAAA;IAAA,+BAAA;EL83HR;;EKh4HI;IAEI,4BAAA;IAAA,6BAAA;ELm4HR;;EKr4HI;IAEI,4BAAA;IAAA,6BAAA;ELw4HR;;EK14HI;IAEI,wBAAA;IAAA,2BAAA;EL64HR;;EK/4HI;IAEI,8BAAA;IAAA,iCAAA;ELk5HR;;EKp5HI;IAEI,6BAAA;IAAA,gCAAA;ELu5HR;;EKz5HI;IAEI,2BAAA;IAAA,8BAAA;EL45HR;;EK95HI;IAEI,6BAAA;IAAA,gCAAA;ELi6HR;;EKn6HI;IAEI,2BAAA;IAAA,8BAAA;ELs6HR;;EKx6HI;IAEI,2BAAA;IAAA,8BAAA;EL26HR;;EK76HI;IAEI,wBAAA;EL+6HR;;EKj7HI;IAEI,8BAAA;ELm7HR;;EKr7HI;IAEI,6BAAA;ELu7HR;;EKz7HI;IAEI,2BAAA;EL27HR;;EK77HI;IAEI,6BAAA;EL+7HR;;EKj8HI;IAEI,2BAAA;ELm8HR;;EKr8HI;IAEI,2BAAA;ELu8HR;;EKz8HI;IAEI,yBAAA;EL28HR;;EK78HI;IAEI,+BAAA;EL+8HR;;EKj9HI;IAEI,8BAAA;ELm9HR;;EKr9HI;IAEI,4BAAA;ELu9HR;;EKz9HI;IAEI,8BAAA;EL29HR;;EK79HI;IAEI,4BAAA;EL+9HR;;EKj+HI;IAEI,4BAAA;ELm+HR;;EKr+HI;IAEI,2BAAA;ELu+HR;;EKz+HI;IAEI,iCAAA;EL2+HR;;EK7+HI;IAEI,gCAAA;EL++HR;;EKj/HI;IAEI,8BAAA;ELm/HR;;EKr/HI;IAEI,gCAAA;ELu/HR;;EKz/HI;IAEI,8BAAA;EL2/HR;;EK7/HI;IAEI,8BAAA;EL+/HR;;EKjgII;IAEI,0BAAA;ELmgIR;;EKrgII;IAEI,gCAAA;ELugIR;;EKzgII;IAEI,+BAAA;EL2gIR;;EK7gII;IAEI,6BAAA;EL+gIR;;EKjhII;IAEI,+BAAA;ELmhIR;;EKrhII;IAEI,6BAAA;ELuhIR;;EKzhII;IAEI,6BAAA;EL2hIR;;EK7hII;IAEI,qBAAA;EL+hIR;;EKjiII;IAEI,2BAAA;ELmiIR;;EKriII;IAEI,0BAAA;ELuiIR;;EKziII;IAEI,wBAAA;EL2iIR;;EK7iII;IAEI,0BAAA;EL+iIR;;EKjjII;IAEI,wBAAA;ELmjIR;;EKrjII;IAEI,0BAAA;IAAA,2BAAA;ELwjIR;;EK1jII;IAEI,gCAAA;IAAA,iCAAA;EL6jIR;;EK/jII;IAEI,+BAAA;IAAA,gCAAA;ELkkIR;;EKpkII;IAEI,6BAAA;IAAA,8BAAA;ELukIR;;EKzkII;IAEI,+BAAA;IAAA,gCAAA;EL4kIR;;EK9kII;IAEI,6BAAA;IAAA,8BAAA;ELilIR;;EKnlII;IAEI,yBAAA;IAAA,4BAAA;ELslIR;;EKxlII;IAEI,+BAAA;IAAA,kCAAA;EL2lIR;;EK7lII;IAEI,8BAAA;IAAA,iCAAA;ELgmIR;;EKlmII;IAEI,4BAAA;IAAA,+BAAA;ELqmIR;;EKvmII;IAEI,8BAAA;IAAA,iCAAA;EL0mIR;;EK5mII;IAEI,4BAAA;IAAA,+BAAA;EL+mIR;;EKjnII;IAEI,yBAAA;ELmnIR;;EKrnII;IAEI,+BAAA;ELunIR;;EKznII;IAEI,8BAAA;EL2nIR;;EK7nII;IAEI,4BAAA;EL+nIR;;EKjoII;IAEI,8BAAA;ELmoIR;;EKroII;IAEI,4BAAA;ELuoIR;;EKzoII;IAEI,0BAAA;EL2oIR;;EK7oII;IAEI,gCAAA;EL+oIR;;EKjpII;IAEI,+BAAA;ELmpIR;;EKrpII;IAEI,6BAAA;ELupIR;;EKzpII;IAEI,+BAAA;EL2pIR;;EK7pII;IAEI,6BAAA;EL+pIR;;EKjqII;IAEI,4BAAA;ELmqIR;;EKrqII;IAEI,kCAAA;ELuqIR;;EKzqII;IAEI,iCAAA;EL2qIR;;EK7qII;IAEI,+BAAA;EL+qIR;;EKjrII;IAEI,iCAAA;ELmrIR;;EKrrII;IAEI,+BAAA;ELurIR;;EKzrII;IAEI,2BAAA;EL2rIR;;EK7rII;IAEI,iCAAA;EL+rIR;;EKjsII;IAEI,gCAAA;ELmsIR;;EKrsII;IAEI,8BAAA;ELusIR;;EKzsII;IAEI,gCAAA;EL2sIR;;EK7sII;IAEI,8BAAA;EL+sIR;AACF;ACpsII;EIdE;IAEI,0BAAA;ELotIR;;EKttII;IAEI,gCAAA;ELwtIR;;EK1tII;IAEI,yBAAA;EL4tIR;;EK9tII;IAEI,wBAAA;ELguIR;;EKluII;IAEI,yBAAA;ELouIR;;EKtuII;IAEI,6BAAA;ELwuIR;;EK1uII;IAEI,8BAAA;EL4uIR;;EK9uII;IAEI,wBAAA;ELgvIR;;EKlvII;IAEI,+BAAA;ELovIR;;EKtvII;IAEI,wBAAA;ELwvIR;;EK1vII;IAEI,yBAAA;EL4vIR;;EK9vII;IAEI,8BAAA;ELgwIR;;EKlwII;IAEI,iCAAA;ELowIR;;EKtwII;IAEI,sCAAA;ELwwIR;;EK1wII;IAEI,yCAAA;EL4wIR;;EK9wII;IAEI,uBAAA;ELgxIR;;EKlxII;IAEI,uBAAA;ELoxIR;;EKtxII;IAEI,yBAAA;ELwxIR;;EK1xII;IAEI,yBAAA;EL4xIR;;EK9xII;IAEI,0BAAA;ELgyIR;;EKlyII;IAEI,4BAAA;ELoyIR;;EKtyII;IAEI,kCAAA;ELwyIR;;EK1yII;IAEI,sCAAA;EL4yIR;;EK9yII;IAEI,oCAAA;ELgzIR;;EKlzII;IAEI,kCAAA;ELozIR;;EKtzII;IAEI,yCAAA;ELwzIR;;EK1zII;IAEI,wCAAA;EL4zIR;;EK9zII;IAEI,wCAAA;ELg0IR;;EKl0II;IAEI,kCAAA;ELo0IR;;EKt0II;IAEI,gCAAA;ELw0IR;;EK10II;IAEI,8BAAA;EL40IR;;EK90II;IAEI,gCAAA;ELg1IR;;EKl1II;IAEI,+BAAA;ELo1IR;;EKt1II;IAEI,oCAAA;ELw1IR;;EK11II;IAEI,kCAAA;EL41IR;;EK91II;IAEI,gCAAA;ELg2IR;;EKl2II;IAEI,uCAAA;ELo2IR;;EKt2II;IAEI,sCAAA;ELw2IR;;EK12II;IAEI,iCAAA;EL42IR;;EK92II;IAEI,2BAAA;ELg3IR;;EKl3II;IAEI,iCAAA;ELo3IR;;EKt3II;IAEI,+BAAA;ELw3IR;;EK13II;IAEI,6BAAA;EL43IR;;EK93II;IAEI,+BAAA;ELg4IR;;EKl4II;IAEI,8BA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R;;EKpuJI;IAEI,0BAAA;ELsuJR;;EKxuJI;IAEI,gCAAA;EL0uJR;;EK5uJI;IAEI,+BAAA;EL8uJR;;EKhvJI;IAEI,6BAAA;ELkvJR;;EKpvJI;IAEI,+BAAA;ELsvJR;;EKxvJI;IAEI,6BAAA;EL0vJR;;EK5vJI;IAEI,4BAAA;EL8vJR;;EKhwJI;IAEI,kCAAA;ELkwJR;;EKpwJI;IAEI,iCAAA;ELswJR;;EKxwJI;IAEI,+BAAA;EL0wJR;;EK5wJI;IAEI,iCAAA;EL8wJR;;EKhxJI;IAEI,+BAAA;ELkxJR;;EKpxJI;IAEI,2BAAA;ELsxJR;;EKxxJI;IAEI,iCAAA;EL0xJR;;EK5xJI;IAEI,gCAAA;EL8xJR;;EKhyJI;IAEI,8BAAA;ELkyJR;;EKpyJI;IAEI,gCAAA;ELsyJR;;EKxyJI;IAEI,8BAAA;EL0yJR;AACF;AMxzJA;EDWM;IAEI,0BAAA;EL+yJR;;EKjzJI;IAEI,gCAAA;ELmzJR;;EKrzJI;IAEI,yBAAA;ELuzJR;;EKzzJI;IAEI,wBAAA;EL2zJR;;EK7zJI;IAEI,yBAAA;EL+zJR;;EKj0JI;IAEI,6BAAA;ELm0JR;;EKr0JI;IAEI,8BAAA;ELu0JR;;EKz0JI;IAEI,wBAAA;EL20JR;;EK70JI;IAEI,+BAAA;EL+0JR;;EKj1JI;IAEI,wBAAA;ELm1JR;AACF","file":"bootstrap-grid.rtl.css","sourcesContent":["/*!\n * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n\n$include-column-box-sizing: true !default;\n\n@import \"functions\";\n@import \"variables\";\n\n@import \"mixins/lists\";\n@import \"mixins/breakpoints\";\n@import \"mixins/container\";\n@import \"mixins/grid\";\n@import \"mixins/utilities\";\n\n@import \"vendor/rfs\";\n\n@import \"containers\";\n@import \"grid\";\n\n@import \"utilities\";\n// Only use the utilities we need\n// stylelint-disable-next-line scss/dollar-variable-default\n$utilities: map-get-multiple(\n $utilities,\n (\n \"display\",\n \"order\",\n \"flex\",\n \"flex-direction\",\n \"flex-grow\",\n \"flex-shrink\",\n \"flex-wrap\",\n \"justify-content\",\n \"align-items\",\n \"align-content\",\n \"align-self\",\n \"margin\",\n \"margin-x\",\n \"margin-y\",\n \"margin-top\",\n \"margin-end\",\n \"margin-bottom\",\n \"margin-start\",\n \"negative-margin\",\n \"negative-margin-x\",\n \"negative-margin-y\",\n \"negative-margin-top\",\n \"negative-margin-end\",\n \"negative-margin-bottom\",\n \"negative-margin-start\",\n \"padding\",\n \"padding-x\",\n \"padding-y\",\n \"padding-top\",\n \"padding-end\",\n \"padding-bottom\",\n \"padding-start\",\n )\n);\n\n@import \"utilities/api\";\n","// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n@if $enable-grid-classes {\n // Single container class with breakpoint max-widths\n .container,\n // 100% wide container at all breakpoints\n .container-fluid {\n @include make-container();\n }\n\n // Responsive containers that are 100% wide until a breakpoint\n @each $breakpoint, $container-max-width in $container-max-widths {\n .container-#{$breakpoint} {\n @extend .container-fluid;\n }\n\n @include media-breakpoint-up($breakpoint, $grid-breakpoints) {\n %responsive-container-#{$breakpoint} {\n max-width: $container-max-width;\n }\n\n // Extend each breakpoint which is smaller or equal to the current breakpoint\n $extend-breakpoint: true;\n\n @each $name, $width in $grid-breakpoints {\n @if ($extend-breakpoint) {\n .container#{breakpoint-infix($name, $grid-breakpoints)} {\n @extend %responsive-container-#{$breakpoint};\n }\n\n // Once the current breakpoint is reached, stop extending\n @if ($breakpoint == $name) {\n $extend-breakpoint: false;\n }\n }\n }\n }\n }\n}\n","// Container mixins\n\n@mixin make-container($gutter: $container-padding-x) {\n width: 100%;\n padding-right: var(--#{$variable-prefix}gutter-x, #{$gutter});\n padding-left: var(--#{$variable-prefix}gutter-x, #{$gutter});\n margin-right: auto;\n margin-left: auto;\n}\n","/*!\n * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n.container,\n.container-fluid,\n.container-xxl,\n.container-xl,\n.container-lg,\n.container-md,\n.container-sm {\n width: 100%;\n padding-right: var(--bs-gutter-x, 0.75rem);\n padding-left: var(--bs-gutter-x, 0.75rem);\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container-sm, .container {\n max-width: 540px;\n }\n}\n@media (min-width: 768px) {\n .container-md, .container-sm, .container {\n max-width: 720px;\n }\n}\n@media (min-width: 992px) {\n .container-lg, .container-md, .container-sm, .container {\n max-width: 960px;\n }\n}\n@media (min-width: 1200px) {\n .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1140px;\n }\n}\n@media (min-width: 1400px) {\n .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1320px;\n }\n}\n.row {\n --bs-gutter-x: 1.5rem;\n --bs-gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n margin-top: calc(var(--bs-gutter-y) * -1);\n margin-right: calc(var(--bs-gutter-x) * -.5);\n margin-left: calc(var(--bs-gutter-x) * -.5);\n}\n.row > * {\n box-sizing: border-box;\n flex-shrink: 0;\n width: 100%;\n max-width: 100%;\n padding-right: calc(var(--bs-gutter-x) * .5);\n padding-left: calc(var(--bs-gutter-x) * .5);\n margin-top: var(--bs-gutter-y);\n}\n\n.col {\n flex: 1 0 0%;\n}\n\n.row-cols-auto > * {\n flex: 0 0 auto;\n width: auto;\n}\n\n.row-cols-1 > * {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.row-cols-2 > * {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.row-cols-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n}\n\n.row-cols-4 > * {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.row-cols-5 > * {\n flex: 0 0 auto;\n width: 20%;\n}\n\n.row-cols-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex: 1 0 0%;\n }\n\n .row-cols-sm-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-sm-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-sm-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-sm-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-sm-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-sm-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-sm-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n@media (min-width: 768px) {\n .col-md {\n flex: 1 0 0%;\n }\n\n .row-cols-md-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-md-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-md-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-md-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-md-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-md-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-md-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n@media (min-width: 992px) {\n .col-lg {\n flex: 1 0 0%;\n }\n\n .row-cols-lg-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-lg-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-lg-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-lg-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-lg-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-lg-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-lg-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n@media (min-width: 1200px) {\n .col-xl {\n flex: 1 0 0%;\n }\n\n .row-cols-xl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n@media (min-width: 1400px) {\n .col-xxl {\n flex: 1 0 0%;\n }\n\n .row-cols-xxl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xxl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xxl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xxl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xxl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xxl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xxl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n.col-auto {\n flex: 0 0 auto;\n width: auto;\n}\n\n.col-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n}\n\n.col-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n}\n\n.col-3 {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.col-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n}\n\n.col-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n}\n\n.col-6 {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.col-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n}\n\n.col-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n}\n\n.col-9 {\n flex: 0 0 auto;\n width: 75%;\n}\n\n.col-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n}\n\n.col-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n}\n\n.col-12 {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.offset-1 {\n margin-left: 8.33333333%;\n}\n\n.offset-2 {\n margin-left: 16.66666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.33333333%;\n}\n\n.offset-5 {\n margin-left: 41.66666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.33333333%;\n}\n\n.offset-8 {\n margin-left: 66.66666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.33333333%;\n}\n\n.offset-11 {\n margin-left: 91.66666667%;\n}\n\n.g-0,\n.gx-0 {\n --bs-gutter-x: 0;\n}\n\n.g-0,\n.gy-0 {\n --bs-gutter-y: 0;\n}\n\n.g-1,\n.gx-1 {\n --bs-gutter-x: 0.25rem;\n}\n\n.g-1,\n.gy-1 {\n --bs-gutter-y: 0.25rem;\n}\n\n.g-2,\n.gx-2 {\n --bs-gutter-x: 0.5rem;\n}\n\n.g-2,\n.gy-2 {\n --bs-gutter-y: 0.5rem;\n}\n\n.g-3,\n.gx-3 {\n --bs-gutter-x: 1rem;\n}\n\n.g-3,\n.gy-3 {\n --bs-gutter-y: 1rem;\n}\n\n.g-4,\n.gx-4 {\n --bs-gutter-x: 1.5rem;\n}\n\n.g-4,\n.gy-4 {\n --bs-gutter-y: 1.5rem;\n}\n\n.g-5,\n.gx-5 {\n --bs-gutter-x: 3rem;\n}\n\n.g-5,\n.gy-5 {\n --bs-gutter-y: 3rem;\n}\n\n@media (min-width: 576px) {\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-sm-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-sm-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-sm-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-sm-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-sm-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-sm-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-sm-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-sm-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-sm-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-sm-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-sm-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-sm-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-sm-0 {\n margin-left: 0;\n }\n\n .offset-sm-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-sm-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-sm-3 {\n margin-left: 25%;\n }\n\n .offset-sm-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-sm-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-sm-6 {\n margin-left: 50%;\n }\n\n .offset-sm-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-sm-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-sm-9 {\n margin-left: 75%;\n }\n\n .offset-sm-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-sm-11 {\n margin-left: 91.66666667%;\n }\n\n .g-sm-0,\n.gx-sm-0 {\n --bs-gutter-x: 0;\n }\n\n .g-sm-0,\n.gy-sm-0 {\n --bs-gutter-y: 0;\n }\n\n .g-sm-1,\n.gx-sm-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-sm-1,\n.gy-sm-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-sm-2,\n.gx-sm-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-sm-2,\n.gy-sm-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-sm-3,\n.gx-sm-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-sm-3,\n.gy-sm-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-sm-4,\n.gx-sm-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-sm-4,\n.gy-sm-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-sm-5,\n.gx-sm-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-sm-5,\n.gy-sm-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 768px) {\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-md-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-md-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-md-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-md-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-md-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-md-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-md-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-md-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-md-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-md-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-md-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-md-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-md-0 {\n margin-left: 0;\n }\n\n .offset-md-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-md-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-md-3 {\n margin-left: 25%;\n }\n\n .offset-md-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-md-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-md-6 {\n margin-left: 50%;\n }\n\n .offset-md-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-md-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-md-9 {\n margin-left: 75%;\n }\n\n .offset-md-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-md-11 {\n margin-left: 91.66666667%;\n }\n\n .g-md-0,\n.gx-md-0 {\n --bs-gutter-x: 0;\n }\n\n .g-md-0,\n.gy-md-0 {\n --bs-gutter-y: 0;\n }\n\n .g-md-1,\n.gx-md-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-md-1,\n.gy-md-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-md-2,\n.gx-md-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-md-2,\n.gy-md-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-md-3,\n.gx-md-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-md-3,\n.gy-md-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-md-4,\n.gx-md-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-md-4,\n.gy-md-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-md-5,\n.gx-md-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-md-5,\n.gy-md-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 992px) {\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-lg-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-lg-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-lg-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-lg-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-lg-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-lg-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-lg-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-lg-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-lg-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-lg-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-lg-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-lg-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-lg-0 {\n margin-left: 0;\n }\n\n .offset-lg-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-lg-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-lg-3 {\n margin-left: 25%;\n }\n\n .offset-lg-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-lg-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-lg-6 {\n margin-left: 50%;\n }\n\n .offset-lg-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-lg-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-lg-9 {\n margin-left: 75%;\n }\n\n .offset-lg-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-lg-11 {\n margin-left: 91.66666667%;\n }\n\n .g-lg-0,\n.gx-lg-0 {\n --bs-gutter-x: 0;\n }\n\n .g-lg-0,\n.gy-lg-0 {\n --bs-gutter-y: 0;\n }\n\n .g-lg-1,\n.gx-lg-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-lg-1,\n.gy-lg-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-lg-2,\n.gx-lg-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-lg-2,\n.gy-lg-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-lg-3,\n.gx-lg-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-lg-3,\n.gy-lg-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-lg-4,\n.gx-lg-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-lg-4,\n.gy-lg-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-lg-5,\n.gx-lg-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-lg-5,\n.gy-lg-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1200px) {\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xl-0 {\n margin-left: 0;\n }\n\n .offset-xl-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-xl-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-xl-3 {\n margin-left: 25%;\n }\n\n .offset-xl-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-xl-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-xl-6 {\n margin-left: 50%;\n }\n\n .offset-xl-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-xl-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-xl-9 {\n margin-left: 75%;\n }\n\n .offset-xl-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-xl-11 {\n margin-left: 91.66666667%;\n }\n\n .g-xl-0,\n.gx-xl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xl-0,\n.gy-xl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xl-1,\n.gx-xl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xl-1,\n.gy-xl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xl-2,\n.gx-xl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xl-2,\n.gy-xl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xl-3,\n.gx-xl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xl-3,\n.gy-xl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xl-4,\n.gx-xl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xl-4,\n.gy-xl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xl-5,\n.gx-xl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xl-5,\n.gy-xl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1400px) {\n .col-xxl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xxl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xxl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xxl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xxl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xxl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xxl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xxl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xxl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xxl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xxl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xxl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xxl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xxl-0 {\n margin-left: 0;\n }\n\n .offset-xxl-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-xxl-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-xxl-3 {\n margin-left: 25%;\n }\n\n .offset-xxl-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-xxl-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-xxl-6 {\n margin-left: 50%;\n }\n\n .offset-xxl-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-xxl-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-xxl-9 {\n margin-left: 75%;\n }\n\n .offset-xxl-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-xxl-11 {\n margin-left: 91.66666667%;\n }\n\n .g-xxl-0,\n.gx-xxl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xxl-0,\n.gy-xxl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xxl-1,\n.gx-xxl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xxl-1,\n.gy-xxl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xxl-2,\n.gx-xxl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xxl-2,\n.gy-xxl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xxl-3,\n.gx-xxl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xxl-3,\n.gy-xxl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xxl-4,\n.gx-xxl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xxl-4,\n.gy-xxl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xxl-5,\n.gx-xxl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xxl-5,\n.gy-xxl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-grid {\n display: grid !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-row {\n display: table-row !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n.d-none {\n display: none !important;\n}\n\n.flex-fill {\n flex: 1 1 auto !important;\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-column {\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-grow-0 {\n flex-grow: 0 !important;\n}\n\n.flex-grow-1 {\n flex-grow: 1 !important;\n}\n\n.flex-shrink-0 {\n flex-shrink: 0 !important;\n}\n\n.flex-shrink-1 {\n flex-shrink: 1 !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.justify-content-evenly {\n justify-content: space-evenly !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n.order-first {\n order: -1 !important;\n}\n\n.order-0 {\n order: 0 !important;\n}\n\n.order-1 {\n order: 1 !important;\n}\n\n.order-2 {\n order: 2 !important;\n}\n\n.order-3 {\n order: 3 !important;\n}\n\n.order-4 {\n order: 4 !important;\n}\n\n.order-5 {\n order: 5 !important;\n}\n\n.order-last {\n order: 6 !important;\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mx-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n}\n\n.mx-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n}\n\n.mx-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n}\n\n.mx-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n}\n\n.mx-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n}\n\n.mx-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n}\n\n.mx-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n}\n\n.my-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n}\n\n.my-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n}\n\n.my-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n}\n\n.my-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n}\n\n.my-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n}\n\n.my-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n}\n\n.my-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n}\n\n.mt-0 {\n margin-top: 0 !important;\n}\n\n.mt-1 {\n margin-top: 0.25rem !important;\n}\n\n.mt-2 {\n margin-top: 0.5rem !important;\n}\n\n.mt-3 {\n margin-top: 1rem !important;\n}\n\n.mt-4 {\n margin-top: 1.5rem !important;\n}\n\n.mt-5 {\n margin-top: 3rem !important;\n}\n\n.mt-auto {\n margin-top: auto !important;\n}\n\n.me-0 {\n margin-right: 0 !important;\n}\n\n.me-1 {\n margin-right: 0.25rem !important;\n}\n\n.me-2 {\n margin-right: 0.5rem !important;\n}\n\n.me-3 {\n margin-right: 1rem !important;\n}\n\n.me-4 {\n margin-right: 1.5rem !important;\n}\n\n.me-5 {\n margin-right: 3rem !important;\n}\n\n.me-auto {\n margin-right: auto !important;\n}\n\n.mb-0 {\n margin-bottom: 0 !important;\n}\n\n.mb-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.mb-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.mb-3 {\n margin-bottom: 1rem !important;\n}\n\n.mb-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.mb-5 {\n margin-bottom: 3rem !important;\n}\n\n.mb-auto {\n margin-bottom: auto !important;\n}\n\n.ms-0 {\n margin-left: 0 !important;\n}\n\n.ms-1 {\n margin-left: 0.25rem !important;\n}\n\n.ms-2 {\n margin-left: 0.5rem !important;\n}\n\n.ms-3 {\n margin-left: 1rem !important;\n}\n\n.ms-4 {\n margin-left: 1.5rem !important;\n}\n\n.ms-5 {\n margin-left: 3rem !important;\n}\n\n.ms-auto {\n margin-left: auto !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem !important;\n}\n\n.px-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n}\n\n.px-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n}\n\n.px-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n}\n\n.px-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n}\n\n.px-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n}\n\n.px-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n}\n\n.py-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n}\n\n.py-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n}\n\n.py-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n}\n\n.py-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n}\n\n.py-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n}\n\n.py-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n}\n\n.pt-0 {\n padding-top: 0 !important;\n}\n\n.pt-1 {\n padding-top: 0.25rem !important;\n}\n\n.pt-2 {\n padding-top: 0.5rem !important;\n}\n\n.pt-3 {\n padding-top: 1rem !important;\n}\n\n.pt-4 {\n padding-top: 1.5rem !important;\n}\n\n.pt-5 {\n padding-top: 3rem !important;\n}\n\n.pe-0 {\n padding-right: 0 !important;\n}\n\n.pe-1 {\n padding-right: 0.25rem !important;\n}\n\n.pe-2 {\n padding-right: 0.5rem !important;\n}\n\n.pe-3 {\n padding-right: 1rem !important;\n}\n\n.pe-4 {\n padding-right: 1.5rem !important;\n}\n\n.pe-5 {\n padding-right: 3rem !important;\n}\n\n.pb-0 {\n padding-bottom: 0 !important;\n}\n\n.pb-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pb-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pb-3 {\n padding-bottom: 1rem !important;\n}\n\n.pb-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pb-5 {\n padding-bottom: 3rem !important;\n}\n\n.ps-0 {\n padding-left: 0 !important;\n}\n\n.ps-1 {\n padding-left: 0.25rem !important;\n}\n\n.ps-2 {\n padding-left: 0.5rem !important;\n}\n\n.ps-3 {\n padding-left: 1rem !important;\n}\n\n.ps-4 {\n padding-left: 1.5rem !important;\n}\n\n.ps-5 {\n padding-left: 3rem !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-inline {\n display: inline !important;\n }\n\n .d-sm-inline-block {\n display: inline-block !important;\n }\n\n .d-sm-block {\n display: block !important;\n }\n\n .d-sm-grid {\n display: grid !important;\n }\n\n .d-sm-table {\n display: table !important;\n }\n\n .d-sm-table-row {\n display: table-row !important;\n }\n\n .d-sm-table-cell {\n display: table-cell !important;\n }\n\n .d-sm-flex {\n display: flex !important;\n }\n\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n\n .d-sm-none {\n display: none !important;\n }\n\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-sm-row {\n flex-direction: row !important;\n }\n\n .flex-sm-column {\n flex-direction: column !important;\n }\n\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-sm-center {\n justify-content: center !important;\n }\n\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n\n .justify-content-sm-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n\n .align-items-sm-center {\n align-items: center !important;\n }\n\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n\n .align-content-sm-center {\n align-content: center !important;\n }\n\n .align-content-sm-between {\n align-content: space-between !important;\n }\n\n .align-content-sm-around {\n align-content: space-around !important;\n }\n\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n\n .align-self-sm-auto {\n align-self: auto !important;\n }\n\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n\n .align-self-sm-center {\n align-self: center !important;\n }\n\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n\n .order-sm-first {\n order: -1 !important;\n }\n\n .order-sm-0 {\n order: 0 !important;\n }\n\n .order-sm-1 {\n order: 1 !important;\n }\n\n .order-sm-2 {\n order: 2 !important;\n }\n\n .order-sm-3 {\n order: 3 !important;\n }\n\n .order-sm-4 {\n order: 4 !important;\n }\n\n .order-sm-5 {\n order: 5 !important;\n }\n\n .order-sm-last {\n order: 6 !important;\n }\n\n .m-sm-0 {\n margin: 0 !important;\n }\n\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n\n .m-sm-3 {\n margin: 1rem !important;\n }\n\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n\n .m-sm-5 {\n margin: 3rem !important;\n }\n\n .m-sm-auto {\n margin: auto !important;\n }\n\n .mx-sm-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-sm-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-sm-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-sm-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n\n .mt-sm-auto {\n margin-top: auto !important;\n }\n\n .me-sm-0 {\n margin-right: 0 !important;\n }\n\n .me-sm-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-sm-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-sm-3 {\n margin-right: 1rem !important;\n }\n\n .me-sm-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-sm-5 {\n margin-right: 3rem !important;\n }\n\n .me-sm-auto {\n margin-right: auto !important;\n }\n\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n\n .ms-sm-0 {\n margin-left: 0 !important;\n }\n\n .ms-sm-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-sm-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-sm-3 {\n margin-left: 1rem !important;\n }\n\n .ms-sm-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-sm-5 {\n margin-left: 3rem !important;\n }\n\n .ms-sm-auto {\n margin-left: auto !important;\n }\n\n .p-sm-0 {\n padding: 0 !important;\n }\n\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n\n .p-sm-3 {\n padding: 1rem !important;\n }\n\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n\n .p-sm-5 {\n padding: 3rem !important;\n }\n\n .px-sm-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-sm-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-sm-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-sm-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-sm-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-sm-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n\n .pe-sm-0 {\n padding-right: 0 !important;\n }\n\n .pe-sm-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-sm-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-sm-3 {\n padding-right: 1rem !important;\n }\n\n .pe-sm-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-sm-5 {\n padding-right: 3rem !important;\n }\n\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-sm-0 {\n padding-left: 0 !important;\n }\n\n .ps-sm-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-sm-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-sm-3 {\n padding-left: 1rem !important;\n }\n\n .ps-sm-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-sm-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 768px) {\n .d-md-inline {\n display: inline !important;\n }\n\n .d-md-inline-block {\n display: inline-block !important;\n }\n\n .d-md-block {\n display: block !important;\n }\n\n .d-md-grid {\n display: grid !important;\n }\n\n .d-md-table {\n display: table !important;\n }\n\n .d-md-table-row {\n display: table-row !important;\n }\n\n .d-md-table-cell {\n display: table-cell !important;\n }\n\n .d-md-flex {\n display: flex !important;\n }\n\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n\n .d-md-none {\n display: none !important;\n }\n\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-md-row {\n flex-direction: row !important;\n }\n\n .flex-md-column {\n flex-direction: column !important;\n }\n\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-md-center {\n justify-content: center !important;\n }\n\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n\n .justify-content-md-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-md-start {\n align-items: flex-start !important;\n }\n\n .align-items-md-end {\n align-items: flex-end !important;\n }\n\n .align-items-md-center {\n align-items: center !important;\n }\n\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n\n .align-content-md-start {\n align-content: flex-start !important;\n }\n\n .align-content-md-end {\n align-content: flex-end !important;\n }\n\n .align-content-md-center {\n align-content: center !important;\n }\n\n .align-content-md-between {\n align-content: space-between !important;\n }\n\n .align-content-md-around {\n align-content: space-around !important;\n }\n\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n\n .align-self-md-auto {\n align-self: auto !important;\n }\n\n .align-self-md-start {\n align-self: flex-start !important;\n }\n\n .align-self-md-end {\n align-self: flex-end !important;\n }\n\n .align-self-md-center {\n align-self: center !important;\n }\n\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n\n .order-md-first {\n order: -1 !important;\n }\n\n .order-md-0 {\n order: 0 !important;\n }\n\n .order-md-1 {\n order: 1 !important;\n }\n\n .order-md-2 {\n order: 2 !important;\n }\n\n .order-md-3 {\n order: 3 !important;\n }\n\n .order-md-4 {\n order: 4 !important;\n }\n\n .order-md-5 {\n order: 5 !important;\n }\n\n .order-md-last {\n order: 6 !important;\n }\n\n .m-md-0 {\n margin: 0 !important;\n }\n\n .m-md-1 {\n margin: 0.25rem !important;\n }\n\n .m-md-2 {\n margin: 0.5rem !important;\n }\n\n .m-md-3 {\n margin: 1rem !important;\n }\n\n .m-md-4 {\n margin: 1.5rem !important;\n }\n\n .m-md-5 {\n margin: 3rem !important;\n }\n\n .m-md-auto {\n margin: auto !important;\n }\n\n .mx-md-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-md-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-md-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-md-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-md-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-md-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-md-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-md-0 {\n margin-top: 0 !important;\n }\n\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n\n .mt-md-auto {\n margin-top: auto !important;\n }\n\n .me-md-0 {\n margin-right: 0 !important;\n }\n\n .me-md-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-md-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-md-3 {\n margin-right: 1rem !important;\n }\n\n .me-md-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-md-5 {\n margin-right: 3rem !important;\n }\n\n .me-md-auto {\n margin-right: auto !important;\n }\n\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n\n .ms-md-0 {\n margin-left: 0 !important;\n }\n\n .ms-md-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-md-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-md-3 {\n margin-left: 1rem !important;\n }\n\n .ms-md-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-md-5 {\n margin-left: 3rem !important;\n }\n\n .ms-md-auto {\n margin-left: auto !important;\n }\n\n .p-md-0 {\n padding: 0 !important;\n }\n\n .p-md-1 {\n padding: 0.25rem !important;\n }\n\n .p-md-2 {\n padding: 0.5rem !important;\n }\n\n .p-md-3 {\n padding: 1rem !important;\n }\n\n .p-md-4 {\n padding: 1.5rem !important;\n }\n\n .p-md-5 {\n padding: 3rem !important;\n }\n\n .px-md-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-md-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-md-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-md-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-md-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-md-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-md-0 {\n padding-top: 0 !important;\n }\n\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n\n .pe-md-0 {\n padding-right: 0 !important;\n }\n\n .pe-md-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-md-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-md-3 {\n padding-right: 1rem !important;\n }\n\n .pe-md-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-md-5 {\n padding-right: 3rem !important;\n }\n\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-md-0 {\n padding-left: 0 !important;\n }\n\n .ps-md-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-md-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-md-3 {\n padding-left: 1rem !important;\n }\n\n .ps-md-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-md-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 992px) {\n .d-lg-inline {\n display: inline !important;\n }\n\n .d-lg-inline-block {\n display: inline-block !important;\n }\n\n .d-lg-block {\n display: block !important;\n }\n\n .d-lg-grid {\n display: grid !important;\n }\n\n .d-lg-table {\n display: table !important;\n }\n\n .d-lg-table-row {\n display: table-row !important;\n }\n\n .d-lg-table-cell {\n display: table-cell !important;\n }\n\n .d-lg-flex {\n display: flex !important;\n }\n\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n\n .d-lg-none {\n display: none !important;\n }\n\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-lg-row {\n flex-direction: row !important;\n }\n\n .flex-lg-column {\n flex-direction: column !important;\n }\n\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-lg-center {\n justify-content: center !important;\n }\n\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n\n .justify-content-lg-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n\n .align-items-lg-center {\n align-items: center !important;\n }\n\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n\n .align-content-lg-center {\n align-content: center !important;\n }\n\n .align-content-lg-between {\n align-content: space-between !important;\n }\n\n .align-content-lg-around {\n align-content: space-around !important;\n }\n\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n\n .align-self-lg-auto {\n align-self: auto !important;\n }\n\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n\n .align-self-lg-center {\n align-self: center !important;\n }\n\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n\n .order-lg-first {\n order: -1 !important;\n }\n\n .order-lg-0 {\n order: 0 !important;\n }\n\n .order-lg-1 {\n order: 1 !important;\n }\n\n .order-lg-2 {\n order: 2 !important;\n }\n\n .order-lg-3 {\n order: 3 !important;\n }\n\n .order-lg-4 {\n order: 4 !important;\n }\n\n .order-lg-5 {\n order: 5 !important;\n }\n\n .order-lg-last {\n order: 6 !important;\n }\n\n .m-lg-0 {\n margin: 0 !important;\n }\n\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n\n .m-lg-3 {\n margin: 1rem !important;\n }\n\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n\n .m-lg-5 {\n margin: 3rem !important;\n }\n\n .m-lg-auto {\n margin: auto !important;\n }\n\n .mx-lg-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-lg-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-lg-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-lg-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n\n .mt-lg-auto {\n margin-top: auto !important;\n }\n\n .me-lg-0 {\n margin-right: 0 !important;\n }\n\n .me-lg-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-lg-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-lg-3 {\n margin-right: 1rem !important;\n }\n\n .me-lg-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-lg-5 {\n margin-right: 3rem !important;\n }\n\n .me-lg-auto {\n margin-right: auto !important;\n }\n\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n\n .ms-lg-0 {\n margin-left: 0 !important;\n }\n\n .ms-lg-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-lg-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-lg-3 {\n margin-left: 1rem !important;\n }\n\n .ms-lg-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-lg-5 {\n margin-left: 3rem !important;\n }\n\n .ms-lg-auto {\n margin-left: auto !important;\n }\n\n .p-lg-0 {\n padding: 0 !important;\n }\n\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n\n .p-lg-3 {\n padding: 1rem !important;\n }\n\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n\n .p-lg-5 {\n padding: 3rem !important;\n }\n\n .px-lg-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-lg-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-lg-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-lg-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-lg-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-lg-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n\n .pe-lg-0 {\n padding-right: 0 !important;\n }\n\n .pe-lg-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-lg-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-lg-3 {\n padding-right: 1rem !important;\n }\n\n .pe-lg-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-lg-5 {\n padding-right: 3rem !important;\n }\n\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-lg-0 {\n padding-left: 0 !important;\n }\n\n .ps-lg-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-lg-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-lg-3 {\n padding-left: 1rem !important;\n }\n\n .ps-lg-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-lg-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 1200px) {\n .d-xl-inline {\n display: inline !important;\n }\n\n .d-xl-inline-block {\n display: inline-block !important;\n }\n\n .d-xl-block {\n display: block !important;\n }\n\n .d-xl-grid {\n display: grid !important;\n }\n\n .d-xl-table {\n display: table !important;\n }\n\n .d-xl-table-row {\n display: table-row !important;\n }\n\n .d-xl-table-cell {\n display: table-cell !important;\n }\n\n .d-xl-flex {\n display: flex !important;\n }\n\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xl-none {\n display: none !important;\n }\n\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xl-row {\n flex-direction: row !important;\n }\n\n .flex-xl-column {\n flex-direction: column !important;\n }\n\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xl-center {\n justify-content: center !important;\n }\n\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xl-center {\n align-items: center !important;\n }\n\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xl-center {\n align-content: center !important;\n }\n\n .align-content-xl-between {\n align-content: space-between !important;\n }\n\n .align-content-xl-around {\n align-content: space-around !important;\n }\n\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xl-auto {\n align-self: auto !important;\n }\n\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xl-center {\n align-self: center !important;\n }\n\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n\n .order-xl-first {\n order: -1 !important;\n }\n\n .order-xl-0 {\n order: 0 !important;\n }\n\n .order-xl-1 {\n order: 1 !important;\n }\n\n .order-xl-2 {\n order: 2 !important;\n }\n\n .order-xl-3 {\n order: 3 !important;\n }\n\n .order-xl-4 {\n order: 4 !important;\n }\n\n .order-xl-5 {\n order: 5 !important;\n }\n\n .order-xl-last {\n order: 6 !important;\n }\n\n .m-xl-0 {\n margin: 0 !important;\n }\n\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xl-3 {\n margin: 1rem !important;\n }\n\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xl-5 {\n margin: 3rem !important;\n }\n\n .m-xl-auto {\n margin: auto !important;\n }\n\n .mx-xl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-xl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-xl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-xl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xl-auto {\n margin-top: auto !important;\n }\n\n .me-xl-0 {\n margin-right: 0 !important;\n }\n\n .me-xl-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-xl-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-xl-3 {\n margin-right: 1rem !important;\n }\n\n .me-xl-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-xl-5 {\n margin-right: 3rem !important;\n }\n\n .me-xl-auto {\n margin-right: auto !important;\n }\n\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xl-0 {\n margin-left: 0 !important;\n }\n\n .ms-xl-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-xl-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-xl-3 {\n margin-left: 1rem !important;\n }\n\n .ms-xl-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-xl-5 {\n margin-left: 3rem !important;\n }\n\n .ms-xl-auto {\n margin-left: auto !important;\n }\n\n .p-xl-0 {\n padding: 0 !important;\n }\n\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xl-3 {\n padding: 1rem !important;\n }\n\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xl-5 {\n padding: 3rem !important;\n }\n\n .px-xl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-xl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-xl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-xl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-xl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-xl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xl-0 {\n padding-right: 0 !important;\n }\n\n .pe-xl-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-xl-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-xl-3 {\n padding-right: 1rem !important;\n }\n\n .pe-xl-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-xl-5 {\n padding-right: 3rem !important;\n }\n\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xl-0 {\n padding-left: 0 !important;\n }\n\n .ps-xl-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-xl-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-xl-3 {\n padding-left: 1rem !important;\n }\n\n .ps-xl-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-xl-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 1400px) {\n .d-xxl-inline {\n display: inline !important;\n }\n\n .d-xxl-inline-block {\n display: inline-block !important;\n }\n\n .d-xxl-block {\n display: block !important;\n }\n\n .d-xxl-grid {\n display: grid !important;\n }\n\n .d-xxl-table {\n display: table !important;\n }\n\n .d-xxl-table-row {\n display: table-row !important;\n }\n\n .d-xxl-table-cell {\n display: table-cell !important;\n }\n\n .d-xxl-flex {\n display: flex !important;\n }\n\n .d-xxl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xxl-none {\n display: none !important;\n }\n\n .flex-xxl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xxl-row {\n flex-direction: row !important;\n }\n\n .flex-xxl-column {\n flex-direction: column !important;\n }\n\n .flex-xxl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xxl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xxl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xxl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xxl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xxl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xxl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xxl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xxl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xxl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xxl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xxl-center {\n justify-content: center !important;\n }\n\n .justify-content-xxl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xxl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xxl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xxl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xxl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xxl-center {\n align-items: center !important;\n }\n\n .align-items-xxl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xxl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xxl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xxl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xxl-center {\n align-content: center !important;\n }\n\n .align-content-xxl-between {\n align-content: space-between !important;\n }\n\n .align-content-xxl-around {\n align-content: space-around !important;\n }\n\n .align-content-xxl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xxl-auto {\n align-self: auto !important;\n }\n\n .align-self-xxl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xxl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xxl-center {\n align-self: center !important;\n }\n\n .align-self-xxl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xxl-stretch {\n align-self: stretch !important;\n }\n\n .order-xxl-first {\n order: -1 !important;\n }\n\n .order-xxl-0 {\n order: 0 !important;\n }\n\n .order-xxl-1 {\n order: 1 !important;\n }\n\n .order-xxl-2 {\n order: 2 !important;\n }\n\n .order-xxl-3 {\n order: 3 !important;\n }\n\n .order-xxl-4 {\n order: 4 !important;\n }\n\n .order-xxl-5 {\n order: 5 !important;\n }\n\n .order-xxl-last {\n order: 6 !important;\n }\n\n .m-xxl-0 {\n margin: 0 !important;\n }\n\n .m-xxl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xxl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xxl-3 {\n margin: 1rem !important;\n }\n\n .m-xxl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xxl-5 {\n margin: 3rem !important;\n }\n\n .m-xxl-auto {\n margin: auto !important;\n }\n\n .mx-xxl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-xxl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-xxl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-xxl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-xxl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-xxl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-xxl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-xxl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xxl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xxl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xxl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xxl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xxl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xxl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xxl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xxl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xxl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xxl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xxl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xxl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xxl-auto {\n margin-top: auto !important;\n }\n\n .me-xxl-0 {\n margin-right: 0 !important;\n }\n\n .me-xxl-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-xxl-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-xxl-3 {\n margin-right: 1rem !important;\n }\n\n .me-xxl-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-xxl-5 {\n margin-right: 3rem !important;\n }\n\n .me-xxl-auto {\n margin-right: auto !important;\n }\n\n .mb-xxl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xxl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xxl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xxl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xxl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xxl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xxl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xxl-0 {\n margin-left: 0 !important;\n }\n\n .ms-xxl-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-xxl-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-xxl-3 {\n margin-left: 1rem !important;\n }\n\n .ms-xxl-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-xxl-5 {\n margin-left: 3rem !important;\n }\n\n .ms-xxl-auto {\n margin-left: auto !important;\n }\n\n .p-xxl-0 {\n padding: 0 !important;\n }\n\n .p-xxl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xxl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xxl-3 {\n padding: 1rem !important;\n }\n\n .p-xxl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xxl-5 {\n padding: 3rem !important;\n }\n\n .px-xxl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-xxl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-xxl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-xxl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-xxl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-xxl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-xxl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xxl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xxl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xxl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xxl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xxl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xxl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xxl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xxl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xxl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xxl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xxl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xxl-0 {\n padding-right: 0 !important;\n }\n\n .pe-xxl-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-xxl-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-xxl-3 {\n padding-right: 1rem !important;\n }\n\n .pe-xxl-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-xxl-5 {\n padding-right: 3rem !important;\n }\n\n .pb-xxl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xxl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xxl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xxl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xxl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xxl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xxl-0 {\n padding-left: 0 !important;\n }\n\n .ps-xxl-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-xxl-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-xxl-3 {\n padding-left: 1rem !important;\n }\n\n .ps-xxl-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-xxl-5 {\n padding-left: 3rem !important;\n }\n}\n@media print {\n .d-print-inline {\n display: inline !important;\n }\n\n .d-print-inline-block {\n display: inline-block !important;\n }\n\n .d-print-block {\n display: block !important;\n }\n\n .d-print-grid {\n display: grid !important;\n }\n\n .d-print-table {\n display: table !important;\n }\n\n .d-print-table-row {\n display: table-row !important;\n }\n\n .d-print-table-cell {\n display: table-cell !important;\n }\n\n .d-print-flex {\n display: flex !important;\n }\n\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n\n .d-print-none {\n display: none !important;\n }\n}\n\n/*# sourceMappingURL=bootstrap-grid.css.map */\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @if not $n {\n @error \"breakpoint `#{$name}` not found in `#{$breakpoints}`\";\n }\n @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width.\n// The maximum value is reduced by 0.02px to work around the limitations of\n// `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $max: map-get($breakpoints, $name);\n @return if($max and $max > 0, $max - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $next: breakpoint-next($name, $breakpoints);\n $max: breakpoint-max($next);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($next, $breakpoints) {\n @content;\n }\n }\n}\n","// Variables\n//\n// Variables should follow the `$component-state-property-size` formula for\n// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.\n\n// Color system\n\n// scss-docs-start gray-color-variables\n$white: #fff !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n$black: #000 !default;\n// scss-docs-end gray-color-variables\n\n// fusv-disable\n// scss-docs-start gray-colors-map\n$grays: (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n) !default;\n// scss-docs-end gray-colors-map\n// fusv-enable\n\n// scss-docs-start color-variables\n$blue: #0d6efd !default;\n$indigo: #6610f2 !default;\n$purple: #6f42c1 !default;\n$pink: #d63384 !default;\n$red: #dc3545 !default;\n$orange: #fd7e14 !default;\n$yellow: #ffc107 !default;\n$green: #198754 !default;\n$teal: #20c997 !default;\n$cyan: #0dcaf0 !default;\n// scss-docs-end color-variables\n\n// scss-docs-start colors-map\n$colors: (\n \"blue\": $blue,\n \"indigo\": $indigo,\n \"purple\": $purple,\n \"pink\": $pink,\n \"red\": $red,\n \"orange\": $orange,\n \"yellow\": $yellow,\n \"green\": $green,\n \"teal\": $teal,\n \"cyan\": $cyan,\n \"white\": $white,\n \"gray\": $gray-600,\n \"gray-dark\": $gray-800\n) !default;\n// scss-docs-end colors-map\n\n// scss-docs-start theme-color-variables\n$primary: $blue !default;\n$secondary: $gray-600 !default;\n$success: $green !default;\n$info: $cyan !default;\n$warning: $yellow !default;\n$danger: $red !default;\n$light: $gray-100 !default;\n$dark: $gray-900 !default;\n// scss-docs-end theme-color-variables\n\n// scss-docs-start theme-colors-map\n$theme-colors: (\n \"primary\": $primary,\n \"secondary\": $secondary,\n \"success\": $success,\n \"info\": $info,\n \"warning\": $warning,\n \"danger\": $danger,\n \"light\": $light,\n \"dark\": $dark\n) !default;\n// scss-docs-end theme-colors-map\n\n// The contrast ratio to reach against white, to determine if color changes from \"light\" to \"dark\". Acceptable values for WCAG 2.0 are 3, 4.5 and 7.\n// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast\n$min-contrast-ratio: 4.5 !default;\n\n// Customize the light and dark text colors for use in our color contrast function.\n$color-contrast-dark: $black !default;\n$color-contrast-light: $white !default;\n\n// fusv-disable\n$blue-100: tint-color($blue, 80%) !default;\n$blue-200: tint-color($blue, 60%) !default;\n$blue-300: tint-color($blue, 40%) !default;\n$blue-400: tint-color($blue, 20%) !default;\n$blue-500: $blue !default;\n$blue-600: shade-color($blue, 20%) !default;\n$blue-700: shade-color($blue, 40%) !default;\n$blue-800: shade-color($blue, 60%) !default;\n$blue-900: shade-color($blue, 80%) !default;\n\n$indigo-100: tint-color($indigo, 80%) !default;\n$indigo-200: tint-color($indigo, 60%) !default;\n$indigo-300: tint-color($indigo, 40%) !default;\n$indigo-400: tint-color($indigo, 20%) !default;\n$indigo-500: $indigo !default;\n$indigo-600: shade-color($indigo, 20%) !default;\n$indigo-700: shade-color($indigo, 40%) !default;\n$indigo-800: shade-color($indigo, 60%) !default;\n$indigo-900: shade-color($indigo, 80%) !default;\n\n$purple-100: tint-color($purple, 80%) !default;\n$purple-200: tint-color($purple, 60%) !default;\n$purple-300: tint-color($purple, 40%) !default;\n$purple-400: tint-color($purple, 20%) !default;\n$purple-500: $purple !default;\n$purple-600: shade-color($purple, 20%) !default;\n$purple-700: shade-color($purple, 40%) !default;\n$purple-800: shade-color($purple, 60%) !default;\n$purple-900: shade-color($purple, 80%) !default;\n\n$pink-100: tint-color($pink, 80%) !default;\n$pink-200: tint-color($pink, 60%) !default;\n$pink-300: tint-color($pink, 40%) !default;\n$pink-400: tint-color($pink, 20%) !default;\n$pink-500: $pink !default;\n$pink-600: shade-color($pink, 20%) !default;\n$pink-700: shade-color($pink, 40%) !default;\n$pink-800: shade-color($pink, 60%) !default;\n$pink-900: shade-color($pink, 80%) !default;\n\n$red-100: tint-color($red, 80%) !default;\n$red-200: tint-color($red, 60%) !default;\n$red-300: tint-color($red, 40%) !default;\n$red-400: tint-color($red, 20%) !default;\n$red-500: $red !default;\n$red-600: shade-color($red, 20%) !default;\n$red-700: shade-color($red, 40%) !default;\n$red-800: shade-color($red, 60%) !default;\n$red-900: shade-color($red, 80%) !default;\n\n$orange-100: tint-color($orange, 80%) !default;\n$orange-200: tint-color($orange, 60%) !default;\n$orange-300: tint-color($orange, 40%) !default;\n$orange-400: tint-color($orange, 20%) !default;\n$orange-500: $orange !default;\n$orange-600: shade-color($orange, 20%) !default;\n$orange-700: shade-color($orange, 40%) !default;\n$orange-800: shade-color($orange, 60%) !default;\n$orange-900: shade-color($orange, 80%) !default;\n\n$yellow-100: tint-color($yellow, 80%) !default;\n$yellow-200: tint-color($yellow, 60%) !default;\n$yellow-300: tint-color($yellow, 40%) !default;\n$yellow-400: tint-color($yellow, 20%) !default;\n$yellow-500: $yellow !default;\n$yellow-600: shade-color($yellow, 20%) !default;\n$yellow-700: shade-color($yellow, 40%) !default;\n$yellow-800: shade-color($yellow, 60%) !default;\n$yellow-900: shade-color($yellow, 80%) !default;\n\n$green-100: tint-color($green, 80%) !default;\n$green-200: tint-color($green, 60%) !default;\n$green-300: tint-color($green, 40%) !default;\n$green-400: tint-color($green, 20%) !default;\n$green-500: $green !default;\n$green-600: shade-color($green, 20%) !default;\n$green-700: shade-color($green, 40%) !default;\n$green-800: shade-color($green, 60%) !default;\n$green-900: shade-color($green, 80%) !default;\n\n$teal-100: tint-color($teal, 80%) !default;\n$teal-200: tint-color($teal, 60%) !default;\n$teal-300: tint-color($teal, 40%) !default;\n$teal-400: tint-color($teal, 20%) !default;\n$teal-500: $teal !default;\n$teal-600: shade-color($teal, 20%) !default;\n$teal-700: shade-color($teal, 40%) !default;\n$teal-800: shade-color($teal, 60%) !default;\n$teal-900: shade-color($teal, 80%) !default;\n\n$cyan-100: tint-color($cyan, 80%) !default;\n$cyan-200: tint-color($cyan, 60%) !default;\n$cyan-300: tint-color($cyan, 40%) !default;\n$cyan-400: tint-color($cyan, 20%) !default;\n$cyan-500: $cyan !default;\n$cyan-600: shade-color($cyan, 20%) !default;\n$cyan-700: shade-color($cyan, 40%) !default;\n$cyan-800: shade-color($cyan, 60%) !default;\n$cyan-900: shade-color($cyan, 80%) !default;\n// fusv-enable\n\n// Characters which are escaped by the escape-svg function\n$escaped-characters: (\n (\"<\", \"%3c\"),\n (\">\", \"%3e\"),\n (\"#\", \"%23\"),\n (\"(\", \"%28\"),\n (\")\", \"%29\"),\n) !default;\n\n// Options\n//\n// Quickly modify global styling by enabling or disabling optional features.\n\n$enable-caret: true !default;\n$enable-rounded: true !default;\n$enable-shadows: false !default;\n$enable-gradients: false !default;\n$enable-transitions: true !default;\n$enable-reduced-motion: true !default;\n$enable-smooth-scroll: true !default;\n$enable-grid-classes: true !default;\n$enable-button-pointers: true !default;\n$enable-rfs: true !default;\n$enable-validation-icons: true !default;\n$enable-negative-margins: false !default;\n$enable-deprecation-messages: true !default;\n$enable-important-utilities: true !default;\n\n// Prefix for :root CSS variables\n\n$variable-prefix: bs- !default;\n\n// Gradient\n//\n// The gradient which is added to components if `$enable-gradients` is `true`\n// This gradient is also added to elements with `.bg-gradient`\n// scss-docs-start variable-gradient\n$gradient: linear-gradient(180deg, rgba($white, .15), rgba($white, 0)) !default;\n// scss-docs-end variable-gradient\n\n// Spacing\n//\n// Control the default styling of most Bootstrap elements by modifying these\n// variables. Mostly focused on spacing.\n// You can add more entries to the $spacers map, should you need more variation.\n\n// scss-docs-start spacer-variables-maps\n$spacer: 1rem !default;\n$spacers: (\n 0: 0,\n 1: $spacer * .25,\n 2: $spacer * .5,\n 3: $spacer,\n 4: $spacer * 1.5,\n 5: $spacer * 3,\n) !default;\n\n$negative-spacers: if($enable-negative-margins, negativify-map($spacers), null) !default;\n// scss-docs-end spacer-variables-maps\n\n// Position\n//\n// Define the edge positioning anchors of the position utilities.\n\n// scss-docs-start position-map\n$position-values: (\n 0: 0,\n 50: 50%,\n 100: 100%\n) !default;\n// scss-docs-end position-map\n\n// Body\n//\n// Settings for the `` element.\n\n$body-bg: $white !default;\n$body-color: $gray-900 !default;\n$body-text-align: null !default;\n\n\n// Links\n//\n// Style anchor elements.\n\n$link-color: $primary !default;\n$link-decoration: underline !default;\n$link-shade-percentage: 20% !default;\n$link-hover-color: shift-color($link-color, $link-shade-percentage) !default;\n$link-hover-decoration: null !default;\n\n$stretched-link-pseudo-element: after !default;\n$stretched-link-z-index: 1 !default;\n\n// Paragraphs\n//\n// Style p element.\n\n$paragraph-margin-bottom: 1rem !default;\n\n\n// Grid breakpoints\n//\n// Define the minimum dimensions at which your layout will change,\n// adapting to different screen sizes, for use in media queries.\n\n// scss-docs-start grid-breakpoints\n$grid-breakpoints: (\n xs: 0,\n sm: 576px,\n md: 768px,\n lg: 992px,\n xl: 1200px,\n xxl: 1400px\n) !default;\n// scss-docs-end grid-breakpoints\n\n@include _assert-ascending($grid-breakpoints, \"$grid-breakpoints\");\n@include _assert-starts-at-zero($grid-breakpoints, \"$grid-breakpoints\");\n\n\n// Grid containers\n//\n// Define the maximum width of `.container` for different screen sizes.\n\n// scss-docs-start container-max-widths\n$container-max-widths: (\n sm: 540px,\n md: 720px,\n lg: 960px,\n xl: 1140px,\n xxl: 1320px\n) !default;\n// scss-docs-end container-max-widths\n\n@include _assert-ascending($container-max-widths, \"$container-max-widths\");\n\n\n// Grid columns\n//\n// Set the number of columns and specify the width of the gutters.\n\n$grid-columns: 12 !default;\n$grid-gutter-width: 1.5rem !default;\n$grid-row-columns: 6 !default;\n\n$gutters: $spacers !default;\n\n// Container padding\n\n$container-padding-x: $grid-gutter-width * .5 !default;\n\n\n// Components\n//\n// Define common padding and border radius sizes and more.\n\n// scss-docs-start border-variables\n$border-width: 1px !default;\n$border-widths: (\n 1: 1px,\n 2: 2px,\n 3: 3px,\n 4: 4px,\n 5: 5px\n) !default;\n\n$border-color: $gray-300 !default;\n// scss-docs-end border-variables\n\n// scss-docs-start border-radius-variables\n$border-radius: .25rem !default;\n$border-radius-sm: .2rem !default;\n$border-radius-lg: .3rem !default;\n$border-radius-pill: 50rem !default;\n// scss-docs-end border-radius-variables\n\n// scss-docs-start box-shadow-variables\n$box-shadow: 0 .5rem 1rem rgba($black, .15) !default;\n$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;\n$box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;\n$box-shadow-inset: inset 0 1px 2px rgba($black, .075) !default;\n// scss-docs-end box-shadow-variables\n\n$component-active-color: $white !default;\n$component-active-bg: $primary !default;\n\n// scss-docs-start caret-variables\n$caret-width: .3em !default;\n$caret-vertical-align: $caret-width * .85 !default;\n$caret-spacing: $caret-width * .85 !default;\n// scss-docs-end caret-variables\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n// scss-docs-start collapse-transition\n$transition-collapse: height .35s ease !default;\n// scss-docs-end collapse-transition\n\n// stylelint-disable function-disallowed-list\n// scss-docs-start aspect-ratios\n$aspect-ratios: (\n \"1x1\": 100%,\n \"4x3\": calc(3 / 4 * 100%),\n \"16x9\": calc(9 / 16 * 100%),\n \"21x9\": calc(9 / 21 * 100%)\n) !default;\n// scss-docs-end aspect-ratios\n// stylelint-enable function-disallowed-list\n\n// Typography\n//\n// Font, line-height, and color for body text, headings, and more.\n\n// scss-docs-start font-variables\n// stylelint-disable value-keyword-case\n$font-family-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\" !default;\n$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !default;\n// stylelint-enable value-keyword-case\n$font-family-base: var(--#{$variable-prefix}font-sans-serif) !default;\n$font-family-code: var(--#{$variable-prefix}font-monospace) !default;\n\n// $font-size-root affects the value of `rem`, which is used for as well font sizes, paddings, and margins\n// $font-size-base affects the font size of the body text\n$font-size-root: null !default;\n$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`\n$font-size-sm: $font-size-base * .875 !default;\n$font-size-lg: $font-size-base * 1.25 !default;\n\n$font-weight-lighter: lighter !default;\n$font-weight-light: 300 !default;\n$font-weight-normal: 400 !default;\n$font-weight-bold: 700 !default;\n$font-weight-bolder: bolder !default;\n\n$font-weight-base: $font-weight-normal !default;\n\n$line-height-base: 1.5 !default;\n$line-height-sm: 1.25 !default;\n$line-height-lg: 2 !default;\n\n$h1-font-size: $font-size-base * 2.5 !default;\n$h2-font-size: $font-size-base * 2 !default;\n$h3-font-size: $font-size-base * 1.75 !default;\n$h4-font-size: $font-size-base * 1.5 !default;\n$h5-font-size: $font-size-base * 1.25 !default;\n$h6-font-size: $font-size-base !default;\n// scss-docs-end font-variables\n\n// scss-docs-start font-sizes\n$font-sizes: (\n 1: $h1-font-size,\n 2: $h2-font-size,\n 3: $h3-font-size,\n 4: $h4-font-size,\n 5: $h5-font-size,\n 6: $h6-font-size\n) !default;\n// scss-docs-end font-sizes\n\n// scss-docs-start headings-variables\n$headings-margin-bottom: $spacer * .5 !default;\n$headings-font-family: null !default;\n$headings-font-style: null !default;\n$headings-font-weight: 500 !default;\n$headings-line-height: 1.2 !default;\n$headings-color: null !default;\n// scss-docs-end headings-variables\n\n// scss-docs-start display-headings\n$display-font-sizes: (\n 1: 5rem,\n 2: 4.5rem,\n 3: 4rem,\n 4: 3.5rem,\n 5: 3rem,\n 6: 2.5rem\n) !default;\n\n$display-font-weight: 300 !default;\n$display-line-height: $headings-line-height !default;\n// scss-docs-end display-headings\n\n// scss-docs-start type-variables\n$lead-font-size: $font-size-base * 1.25 !default;\n$lead-font-weight: 300 !default;\n\n$small-font-size: .875em !default;\n\n$sub-sup-font-size: .75em !default;\n\n$text-muted: $gray-600 !default;\n\n$initialism-font-size: $small-font-size !default;\n\n$blockquote-margin-y: $spacer !default;\n$blockquote-font-size: $font-size-base * 1.25 !default;\n$blockquote-footer-color: $gray-600 !default;\n$blockquote-footer-font-size: $small-font-size !default;\n\n$hr-margin-y: $spacer !default;\n$hr-color: inherit !default;\n$hr-height: $border-width !default;\n$hr-opacity: .25 !default;\n\n$legend-margin-bottom: .5rem !default;\n$legend-font-size: 1.5rem !default;\n$legend-font-weight: null !default;\n\n$mark-padding: .2em !default;\n\n$dt-font-weight: $font-weight-bold !default;\n\n$nested-kbd-font-weight: $font-weight-bold !default;\n\n$list-inline-padding: .5rem !default;\n\n$mark-bg: #fcf8e3 !default;\n// scss-docs-end type-variables\n\n\n// Tables\n//\n// Customizes the `.table` component with basic values, each used across all table variations.\n\n// scss-docs-start table-variables\n$table-cell-padding-y: .5rem !default;\n$table-cell-padding-x: .5rem !default;\n$table-cell-padding-y-sm: .25rem !default;\n$table-cell-padding-x-sm: .25rem !default;\n\n$table-cell-vertical-align: top !default;\n\n$table-color: $body-color !default;\n$table-bg: transparent !default;\n$table-accent-bg: transparent !default;\n\n$table-th-font-weight: null !default;\n\n$table-striped-color: $table-color !default;\n$table-striped-bg-factor: .05 !default;\n$table-striped-bg: rgba($black, $table-striped-bg-factor) !default;\n\n$table-active-color: $table-color !default;\n$table-active-bg-factor: .1 !default;\n$table-active-bg: rgba($black, $table-active-bg-factor) !default;\n\n$table-hover-color: $table-color !default;\n$table-hover-bg-factor: .075 !default;\n$table-hover-bg: rgba($black, $table-hover-bg-factor) !default;\n\n$table-border-factor: .1 !default;\n$table-border-width: $border-width !default;\n$table-border-color: $border-color !default;\n\n$table-striped-order: odd !default;\n\n$table-group-separator-color: currentColor !default;\n\n$table-caption-color: $text-muted !default;\n\n$table-bg-scale: -80% !default;\n// scss-docs-end table-variables\n\n// scss-docs-start table-loop\n$table-variants: (\n \"primary\": shift-color($primary, $table-bg-scale),\n \"secondary\": shift-color($secondary, $table-bg-scale),\n \"success\": shift-color($success, $table-bg-scale),\n \"info\": shift-color($info, $table-bg-scale),\n \"warning\": shift-color($warning, $table-bg-scale),\n \"danger\": shift-color($danger, $table-bg-scale),\n \"light\": $light,\n \"dark\": $dark,\n) !default;\n// scss-docs-end table-loop\n\n\n// Buttons + Forms\n//\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\n\n// scss-docs-start input-btn-variables\n$input-btn-padding-y: .375rem !default;\n$input-btn-padding-x: .75rem !default;\n$input-btn-font-family: null !default;\n$input-btn-font-size: $font-size-base !default;\n$input-btn-line-height: $line-height-base !default;\n\n$input-btn-focus-width: .25rem !default;\n$input-btn-focus-color-opacity: .25 !default;\n$input-btn-focus-color: rgba($component-active-bg, $input-btn-focus-color-opacity) !default;\n$input-btn-focus-blur: 0 !default;\n$input-btn-focus-box-shadow: 0 0 $input-btn-focus-blur $input-btn-focus-width $input-btn-focus-color !default;\n\n$input-btn-padding-y-sm: .25rem !default;\n$input-btn-padding-x-sm: .5rem !default;\n$input-btn-font-size-sm: $font-size-sm !default;\n\n$input-btn-padding-y-lg: .5rem !default;\n$input-btn-padding-x-lg: 1rem !default;\n$input-btn-font-size-lg: $font-size-lg !default;\n\n$input-btn-border-width: $border-width !default;\n// scss-docs-end input-btn-variables\n\n\n// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\n// scss-docs-start btn-variables\n$btn-padding-y: $input-btn-padding-y !default;\n$btn-padding-x: $input-btn-padding-x !default;\n$btn-font-family: $input-btn-font-family !default;\n$btn-font-size: $input-btn-font-size !default;\n$btn-line-height: $input-btn-line-height !default;\n$btn-white-space: null !default; // Set to `nowrap` to prevent text wrapping\n\n$btn-padding-y-sm: $input-btn-padding-y-sm !default;\n$btn-padding-x-sm: $input-btn-padding-x-sm !default;\n$btn-font-size-sm: $input-btn-font-size-sm !default;\n\n$btn-padding-y-lg: $input-btn-padding-y-lg !default;\n$btn-padding-x-lg: $input-btn-padding-x-lg !default;\n$btn-font-size-lg: $input-btn-font-size-lg !default;\n\n$btn-border-width: $input-btn-border-width !default;\n\n$btn-font-weight: $font-weight-normal !default;\n$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;\n$btn-focus-width: $input-btn-focus-width !default;\n$btn-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$btn-disabled-opacity: .65 !default;\n$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;\n\n$btn-link-color: $link-color !default;\n$btn-link-hover-color: $link-hover-color !default;\n$btn-link-disabled-color: $gray-600 !default;\n\n// Allows for customizing button radius independently from global border radius\n$btn-border-radius: $border-radius !default;\n$btn-border-radius-sm: $border-radius-sm !default;\n$btn-border-radius-lg: $border-radius-lg !default;\n\n$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$btn-hover-bg-shade-amount: 15% !default;\n$btn-hover-bg-tint-amount: 15% !default;\n$btn-hover-border-shade-amount: 20% !default;\n$btn-hover-border-tint-amount: 10% !default;\n$btn-active-bg-shade-amount: 20% !default;\n$btn-active-bg-tint-amount: 20% !default;\n$btn-active-border-shade-amount: 25% !default;\n$btn-active-border-tint-amount: 10% !default;\n// scss-docs-end btn-variables\n\n\n// Forms\n\n// scss-docs-start form-text-variables\n$form-text-margin-top: .25rem !default;\n$form-text-font-size: $small-font-size !default;\n$form-text-font-style: null !default;\n$form-text-font-weight: null !default;\n$form-text-color: $text-muted !default;\n// scss-docs-end form-text-variables\n\n// scss-docs-start form-label-variables\n$form-label-margin-bottom: .5rem !default;\n$form-label-font-size: null !default;\n$form-label-font-style: null !default;\n$form-label-font-weight: null !default;\n$form-label-color: null !default;\n// scss-docs-end form-label-variables\n\n// scss-docs-start form-input-variables\n$input-padding-y: $input-btn-padding-y !default;\n$input-padding-x: $input-btn-padding-x !default;\n$input-font-family: $input-btn-font-family !default;\n$input-font-size: $input-btn-font-size !default;\n$input-font-weight: $font-weight-base !default;\n$input-line-height: $input-btn-line-height !default;\n\n$input-padding-y-sm: $input-btn-padding-y-sm !default;\n$input-padding-x-sm: $input-btn-padding-x-sm !default;\n$input-font-size-sm: $input-btn-font-size-sm !default;\n\n$input-padding-y-lg: $input-btn-padding-y-lg !default;\n$input-padding-x-lg: $input-btn-padding-x-lg !default;\n$input-font-size-lg: $input-btn-font-size-lg !default;\n\n$input-bg: $white !default;\n$input-disabled-bg: $gray-200 !default;\n$input-disabled-border-color: null !default;\n\n$input-color: $body-color !default;\n$input-border-color: $gray-400 !default;\n$input-border-width: $input-btn-border-width !default;\n$input-box-shadow: $box-shadow-inset !default;\n\n$input-border-radius: $border-radius !default;\n$input-border-radius-sm: $border-radius-sm !default;\n$input-border-radius-lg: $border-radius-lg !default;\n\n$input-focus-bg: $input-bg !default;\n$input-focus-border-color: tint-color($component-active-bg, 50%) !default;\n$input-focus-color: $input-color !default;\n$input-focus-width: $input-btn-focus-width !default;\n$input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$input-placeholder-color: $gray-600 !default;\n$input-plaintext-color: $body-color !default;\n\n$input-height-border: $input-border-width * 2 !default;\n\n$input-height-inner: add($input-line-height * 1em, $input-padding-y * 2) !default;\n$input-height-inner-half: add($input-line-height * .5em, $input-padding-y) !default;\n$input-height-inner-quarter: add($input-line-height * .25em, $input-padding-y * .5) !default;\n\n$input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)) !default;\n$input-height-sm: add($input-line-height * 1em, add($input-padding-y-sm * 2, $input-height-border, false)) !default;\n$input-height-lg: add($input-line-height * 1em, add($input-padding-y-lg * 2, $input-height-border, false)) !default;\n\n$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n// scss-docs-end form-input-variables\n\n// scss-docs-start form-check-variables\n$form-check-input-width: 1em !default;\n$form-check-min-height: $font-size-base * $line-height-base !default;\n$form-check-padding-start: $form-check-input-width + .5em !default;\n$form-check-margin-bottom: .125rem !default;\n$form-check-label-color: null !default;\n$form-check-label-cursor: null !default;\n$form-check-transition: null !default;\n\n$form-check-input-active-filter: brightness(90%) !default;\n\n$form-check-input-bg: $input-bg !default;\n$form-check-input-border: 1px solid rgba($black, .25) !default;\n$form-check-input-border-radius: .25em !default;\n$form-check-radio-border-radius: 50% !default;\n$form-check-input-focus-border: $input-focus-border-color !default;\n$form-check-input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$form-check-input-checked-color: $component-active-color !default;\n$form-check-input-checked-bg-color: $component-active-bg !default;\n$form-check-input-checked-border-color: $form-check-input-checked-bg-color !default;\n$form-check-input-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-check-radio-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-check-input-indeterminate-color: $component-active-color !default;\n$form-check-input-indeterminate-bg-color: $component-active-bg !default;\n$form-check-input-indeterminate-border-color: $form-check-input-indeterminate-bg-color !default;\n$form-check-input-indeterminate-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-check-input-disabled-opacity: .5 !default;\n$form-check-label-disabled-opacity: $form-check-input-disabled-opacity !default;\n$form-check-btn-check-disabled-opacity: $btn-disabled-opacity !default;\n\n$form-check-inline-margin-end: 1rem !default;\n// scss-docs-end form-check-variables\n\n// scss-docs-start form-switch-variables\n$form-switch-color: rgba(0, 0, 0, .25) !default;\n$form-switch-width: 2em !default;\n$form-switch-padding-start: $form-switch-width + .5em !default;\n$form-switch-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-switch-border-radius: $form-switch-width !default;\n$form-switch-transition: background-position .15s ease-in-out !default;\n\n$form-switch-focus-color: $input-focus-border-color !default;\n$form-switch-focus-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-switch-checked-color: $component-active-color !default;\n$form-switch-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-switch-checked-bg-position: right center !default;\n// scss-docs-end form-switch-variables\n\n// scss-docs-start input-group-variables\n$input-group-addon-padding-y: $input-padding-y !default;\n$input-group-addon-padding-x: $input-padding-x !default;\n$input-group-addon-font-weight: $input-font-weight !default;\n$input-group-addon-color: $input-color !default;\n$input-group-addon-bg: $gray-200 !default;\n$input-group-addon-border-color: $input-border-color !default;\n// scss-docs-end input-group-variables\n\n// scss-docs-start form-select-variables\n$form-select-padding-y: $input-padding-y !default;\n$form-select-padding-x: $input-padding-x !default;\n$form-select-font-family: $input-font-family !default;\n$form-select-font-size: $input-font-size !default;\n$form-select-indicator-padding: $form-select-padding-x * 3 !default; // Extra padding for background-image\n$form-select-font-weight: $input-font-weight !default;\n$form-select-line-height: $input-line-height !default;\n$form-select-color: $input-color !default;\n$form-select-bg: $input-bg !default;\n$form-select-disabled-color: null !default;\n$form-select-disabled-bg: $gray-200 !default;\n$form-select-disabled-border-color: $input-disabled-border-color !default;\n$form-select-bg-position: right $form-select-padding-x center !default;\n$form-select-bg-size: 16px 12px !default; // In pixels because image dimensions\n$form-select-indicator-color: $gray-800 !default;\n$form-select-indicator: url(\"data:image/svg+xml,\") !default;\n\n$form-select-feedback-icon-padding-end: $form-select-padding-x * 2.5 + $form-select-indicator-padding !default;\n$form-select-feedback-icon-position: center right $form-select-indicator-padding !default;\n$form-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half !default;\n\n$form-select-border-width: $input-border-width !default;\n$form-select-border-color: $input-border-color !default;\n$form-select-border-radius: $border-radius !default;\n$form-select-box-shadow: $box-shadow-inset !default;\n\n$form-select-focus-border-color: $input-focus-border-color !default;\n$form-select-focus-width: $input-focus-width !default;\n$form-select-focus-box-shadow: 0 0 0 $form-select-focus-width $input-btn-focus-color !default;\n\n$form-select-padding-y-sm: $input-padding-y-sm !default;\n$form-select-padding-x-sm: $input-padding-x-sm !default;\n$form-select-font-size-sm: $input-font-size-sm !default;\n\n$form-select-padding-y-lg: $input-padding-y-lg !default;\n$form-select-padding-x-lg: $input-padding-x-lg !default;\n$form-select-font-size-lg: $input-font-size-lg !default;\n\n$form-select-transition: $input-transition !default;\n// scss-docs-end form-select-variables\n\n// scss-docs-start form-range-variables\n$form-range-track-width: 100% !default;\n$form-range-track-height: .5rem !default;\n$form-range-track-cursor: pointer !default;\n$form-range-track-bg: $gray-300 !default;\n$form-range-track-border-radius: 1rem !default;\n$form-range-track-box-shadow: $box-shadow-inset !default;\n\n$form-range-thumb-width: 1rem !default;\n$form-range-thumb-height: $form-range-thumb-width !default;\n$form-range-thumb-bg: $component-active-bg !default;\n$form-range-thumb-border: 0 !default;\n$form-range-thumb-border-radius: 1rem !default;\n$form-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;\n$form-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;\n$form-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in Edge\n$form-range-thumb-active-bg: tint-color($component-active-bg, 70%) !default;\n$form-range-thumb-disabled-bg: $gray-500 !default;\n$form-range-thumb-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n// scss-docs-end form-range-variables\n\n// scss-docs-start form-file-variables\n$form-file-button-color: $input-color !default;\n$form-file-button-bg: $input-group-addon-bg !default;\n$form-file-button-hover-bg: shade-color($form-file-button-bg, 5%) !default;\n// scss-docs-end form-file-variables\n\n// scss-docs-start form-floating-variables\n$form-floating-height: add(3.5rem, $input-height-border) !default;\n$form-floating-line-height: 1.25 !default;\n$form-floating-padding-x: $input-padding-x !default;\n$form-floating-padding-y: 1rem !default;\n$form-floating-input-padding-t: 1.625rem !default;\n$form-floating-input-padding-b: .625rem !default;\n$form-floating-label-opacity: .65 !default;\n$form-floating-label-transform: scale(.85) translateY(-.5rem) translateX(.15rem) !default;\n$form-floating-transition: opacity .1s ease-in-out, transform .1s ease-in-out !default;\n// scss-docs-end form-floating-variables\n\n// Form validation\n\n// scss-docs-start form-feedback-variables\n$form-feedback-margin-top: $form-text-margin-top !default;\n$form-feedback-font-size: $form-text-font-size !default;\n$form-feedback-font-style: $form-text-font-style !default;\n$form-feedback-valid-color: $success !default;\n$form-feedback-invalid-color: $danger !default;\n\n$form-feedback-icon-valid-color: $form-feedback-valid-color !default;\n$form-feedback-icon-valid: url(\"data:image/svg+xml,\") !default;\n$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;\n$form-feedback-icon-invalid: url(\"data:image/svg+xml,\") !default;\n// scss-docs-end form-feedback-variables\n\n// scss-docs-start form-validation-states\n$form-validation-states: (\n \"valid\": (\n \"color\": $form-feedback-valid-color,\n \"icon\": $form-feedback-icon-valid\n ),\n \"invalid\": (\n \"color\": $form-feedback-invalid-color,\n \"icon\": $form-feedback-icon-invalid\n )\n) !default;\n// scss-docs-end form-validation-states\n\n// Z-index master list\n//\n// Warning: Avoid customizing these values. They're used for a bird's eye view\n// of components dependent on the z-axis and are designed to all work together.\n\n// scss-docs-start zindex-stack\n$zindex-dropdown: 1000 !default;\n$zindex-sticky: 1020 !default;\n$zindex-fixed: 1030 !default;\n$zindex-modal-backdrop: 1040 !default;\n$zindex-offcanvas: 1050 !default;\n$zindex-modal: 1060 !default;\n$zindex-popover: 1070 !default;\n$zindex-tooltip: 1080 !default;\n// scss-docs-end zindex-stack\n\n\n// Navs\n\n// scss-docs-start nav-variables\n$nav-link-padding-y: .5rem !default;\n$nav-link-padding-x: 1rem !default;\n$nav-link-font-size: null !default;\n$nav-link-font-weight: null !default;\n$nav-link-color: $link-color !default;\n$nav-link-hover-color: $link-hover-color !default;\n$nav-link-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out !default;\n$nav-link-disabled-color: $gray-600 !default;\n\n$nav-tabs-border-color: $gray-300 !default;\n$nav-tabs-border-width: $border-width !default;\n$nav-tabs-border-radius: $border-radius !default;\n$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;\n$nav-tabs-link-active-color: $gray-700 !default;\n$nav-tabs-link-active-bg: $body-bg !default;\n$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;\n\n$nav-pills-border-radius: $border-radius !default;\n$nav-pills-link-active-color: $component-active-color !default;\n$nav-pills-link-active-bg: $component-active-bg !default;\n// scss-docs-end nav-variables\n\n\n// Navbar\n\n// scss-docs-start navbar-variables\n$navbar-padding-y: $spacer * .5 !default;\n$navbar-padding-x: null !default;\n\n$navbar-nav-link-padding-x: .5rem !default;\n\n$navbar-brand-font-size: $font-size-lg !default;\n// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link\n$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;\n$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;\n$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) * .5 !default;\n$navbar-brand-margin-end: 1rem !default;\n\n$navbar-toggler-padding-y: .25rem !default;\n$navbar-toggler-padding-x: .75rem !default;\n$navbar-toggler-font-size: $font-size-lg !default;\n$navbar-toggler-border-radius: $btn-border-radius !default;\n$navbar-toggler-focus-width: $btn-focus-width !default;\n$navbar-toggler-transition: box-shadow .15s ease-in-out !default;\n// scss-docs-end navbar-variables\n\n// scss-docs-start navbar-theme-variables\n$navbar-dark-color: rgba($white, .55) !default;\n$navbar-dark-hover-color: rgba($white, .75) !default;\n$navbar-dark-active-color: $white !default;\n$navbar-dark-disabled-color: rgba($white, .25) !default;\n$navbar-dark-toggler-icon-bg: url(\"data:image/svg+xml,\") !default;\n$navbar-dark-toggler-border-color: rgba($white, .1) !default;\n\n$navbar-light-color: rgba($black, .55) !default;\n$navbar-light-hover-color: rgba($black, .7) !default;\n$navbar-light-active-color: rgba($black, .9) !default;\n$navbar-light-disabled-color: rgba($black, .3) !default;\n$navbar-light-toggler-icon-bg: url(\"data:image/svg+xml,\") !default;\n$navbar-light-toggler-border-color: rgba($black, .1) !default;\n\n$navbar-light-brand-color: $navbar-light-active-color !default;\n$navbar-light-brand-hover-color: $navbar-light-active-color !default;\n$navbar-dark-brand-color: $navbar-dark-active-color !default;\n$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;\n// scss-docs-end navbar-theme-variables\n\n\n// Dropdowns\n//\n// Dropdown menu container and contents.\n\n// scss-docs-start dropdown-variables\n$dropdown-min-width: 10rem !default;\n$dropdown-padding-x: 0 !default;\n$dropdown-padding-y: .5rem !default;\n$dropdown-spacer: .125rem !default;\n$dropdown-font-size: $font-size-base !default;\n$dropdown-color: $body-color !default;\n$dropdown-bg: $white !default;\n$dropdown-border-color: rgba($black, .15) !default;\n$dropdown-border-radius: $border-radius !default;\n$dropdown-border-width: $border-width !default;\n$dropdown-inner-border-radius: subtract($dropdown-border-radius, $dropdown-border-width) !default;\n$dropdown-divider-bg: $dropdown-border-color !default;\n$dropdown-divider-margin-y: $spacer * .5 !default;\n$dropdown-box-shadow: $box-shadow !default;\n\n$dropdown-link-color: $gray-900 !default;\n$dropdown-link-hover-color: shade-color($gray-900, 10%) !default;\n$dropdown-link-hover-bg: $gray-200 !default;\n\n$dropdown-link-active-color: $component-active-color !default;\n$dropdown-link-active-bg: $component-active-bg !default;\n\n$dropdown-link-disabled-color: $gray-500 !default;\n\n$dropdown-item-padding-y: $spacer * .25 !default;\n$dropdown-item-padding-x: $spacer !default;\n\n$dropdown-header-color: $gray-600 !default;\n$dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x !default;\n// scss-docs-end dropdown-variables\n\n// scss-docs-start dropdown-dark-variables\n$dropdown-dark-color: $gray-300 !default;\n$dropdown-dark-bg: $gray-800 !default;\n$dropdown-dark-border-color: $dropdown-border-color !default;\n$dropdown-dark-divider-bg: $dropdown-divider-bg !default;\n$dropdown-dark-box-shadow: null !default;\n$dropdown-dark-link-color: $dropdown-dark-color !default;\n$dropdown-dark-link-hover-color: $white !default;\n$dropdown-dark-link-hover-bg: rgba($white, .15) !default;\n$dropdown-dark-link-active-color: $dropdown-link-active-color !default;\n$dropdown-dark-link-active-bg: $dropdown-link-active-bg !default;\n$dropdown-dark-link-disabled-color: $gray-500 !default;\n$dropdown-dark-header-color: $gray-500 !default;\n// scss-docs-end dropdown-dark-variables\n\n\n// Pagination\n\n// scss-docs-start pagination-variables\n$pagination-padding-y: .375rem !default;\n$pagination-padding-x: .75rem !default;\n$pagination-padding-y-sm: .25rem !default;\n$pagination-padding-x-sm: .5rem !default;\n$pagination-padding-y-lg: .75rem !default;\n$pagination-padding-x-lg: 1.5rem !default;\n\n$pagination-color: $link-color !default;\n$pagination-bg: $white !default;\n$pagination-border-width: $border-width !default;\n$pagination-border-radius: $border-radius !default;\n$pagination-margin-start: -$pagination-border-width !default;\n$pagination-border-color: $gray-300 !default;\n\n$pagination-focus-color: $link-hover-color !default;\n$pagination-focus-bg: $gray-200 !default;\n$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$pagination-focus-outline: 0 !default;\n\n$pagination-hover-color: $link-hover-color !default;\n$pagination-hover-bg: $gray-200 !default;\n$pagination-hover-border-color: $gray-300 !default;\n\n$pagination-active-color: $component-active-color !default;\n$pagination-active-bg: $component-active-bg !default;\n$pagination-active-border-color: $pagination-active-bg !default;\n\n$pagination-disabled-color: $gray-600 !default;\n$pagination-disabled-bg: $white !default;\n$pagination-disabled-border-color: $gray-300 !default;\n\n$pagination-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$pagination-border-radius-sm: $border-radius-sm !default;\n$pagination-border-radius-lg: $border-radius-lg !default;\n// scss-docs-end pagination-variables\n\n\n// Cards\n\n// scss-docs-start card-variables\n$card-spacer-y: $spacer !default;\n$card-spacer-x: $spacer !default;\n$card-title-spacer-y: $spacer * .5 !default;\n$card-border-width: $border-width !default;\n$card-border-radius: $border-radius !default;\n$card-border-color: rgba($black, .125) !default;\n$card-inner-border-radius: subtract($card-border-radius, $card-border-width) !default;\n$card-cap-padding-y: $card-spacer-y * .5 !default;\n$card-cap-padding-x: $card-spacer-x !default;\n$card-cap-bg: rgba($black, .03) !default;\n$card-cap-color: null !default;\n$card-height: null !default;\n$card-color: null !default;\n$card-bg: $white !default;\n$card-img-overlay-padding: $spacer !default;\n$card-group-margin: $grid-gutter-width * .5 !default;\n// scss-docs-end card-variables\n\n// Accordion\n\n// scss-docs-start accordion-variables\n$accordion-padding-y: 1rem !default;\n$accordion-padding-x: 1.25rem !default;\n$accordion-color: $body-color !default;\n$accordion-bg: $body-bg !default;\n$accordion-border-width: $border-width !default;\n$accordion-border-color: rgba($black, .125) !default;\n$accordion-border-radius: $border-radius !default;\n$accordion-inner-border-radius: subtract($accordion-border-radius, $accordion-border-width) !default;\n\n$accordion-body-padding-y: $accordion-padding-y !default;\n$accordion-body-padding-x: $accordion-padding-x !default;\n\n$accordion-button-padding-y: $accordion-padding-y !default;\n$accordion-button-padding-x: $accordion-padding-x !default;\n$accordion-button-color: $accordion-color !default;\n$accordion-button-bg: $accordion-bg !default;\n$accordion-transition: $btn-transition, border-radius .15s ease !default;\n$accordion-button-active-bg: tint-color($component-active-bg, 90%) !default;\n$accordion-button-active-color: shade-color($primary, 10%) !default;\n\n$accordion-button-focus-border-color: $input-focus-border-color !default;\n$accordion-button-focus-box-shadow: $btn-focus-box-shadow !default;\n\n$accordion-icon-width: 1.25rem !default;\n$accordion-icon-color: $accordion-color !default;\n$accordion-icon-active-color: $accordion-button-active-color !default;\n$accordion-icon-transition: transform .2s ease-in-out !default;\n$accordion-icon-transform: rotate(-180deg) !default;\n\n$accordion-button-icon: url(\"data:image/svg+xml,\") !default;\n$accordion-button-active-icon: url(\"data:image/svg+xml,\") !default;\n// scss-docs-end accordion-variables\n\n// Tooltips\n\n// scss-docs-start tooltip-variables\n$tooltip-font-size: $font-size-sm !default;\n$tooltip-max-width: 200px !default;\n$tooltip-color: $white !default;\n$tooltip-bg: $black !default;\n$tooltip-border-radius: $border-radius !default;\n$tooltip-opacity: .9 !default;\n$tooltip-padding-y: $spacer * .25 !default;\n$tooltip-padding-x: $spacer * .5 !default;\n$tooltip-margin: 0 !default;\n\n$tooltip-arrow-width: .8rem !default;\n$tooltip-arrow-height: .4rem !default;\n$tooltip-arrow-color: $tooltip-bg !default;\n// scss-docs-end tooltip-variables\n\n// Form tooltips must come after regular tooltips\n// scss-docs-start tooltip-feedback-variables\n$form-feedback-tooltip-padding-y: $tooltip-padding-y !default;\n$form-feedback-tooltip-padding-x: $tooltip-padding-x !default;\n$form-feedback-tooltip-font-size: $tooltip-font-size !default;\n$form-feedback-tooltip-line-height: null !default;\n$form-feedback-tooltip-opacity: $tooltip-opacity !default;\n$form-feedback-tooltip-border-radius: $tooltip-border-radius !default;\n// scss-docs-end tooltip-feedback-variables\n\n\n// Popovers\n\n// scss-docs-start popover-variables\n$popover-font-size: $font-size-sm !default;\n$popover-bg: $white !default;\n$popover-max-width: 276px !default;\n$popover-border-width: $border-width !default;\n$popover-border-color: rgba($black, .2) !default;\n$popover-border-radius: $border-radius-lg !default;\n$popover-inner-border-radius: subtract($popover-border-radius, $popover-border-width) !default;\n$popover-box-shadow: $box-shadow !default;\n\n$popover-header-bg: shade-color($popover-bg, 6%) !default;\n$popover-header-color: $headings-color !default;\n$popover-header-padding-y: .5rem !default;\n$popover-header-padding-x: $spacer !default;\n\n$popover-body-color: $body-color !default;\n$popover-body-padding-y: $spacer !default;\n$popover-body-padding-x: $spacer !default;\n\n$popover-arrow-width: 1rem !default;\n$popover-arrow-height: .5rem !default;\n$popover-arrow-color: $popover-bg !default;\n\n$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;\n// scss-docs-end popover-variables\n\n\n// Toasts\n\n// scss-docs-start toast-variables\n$toast-max-width: 350px !default;\n$toast-padding-x: .75rem !default;\n$toast-padding-y: .5rem !default;\n$toast-font-size: .875rem !default;\n$toast-color: null !default;\n$toast-background-color: rgba($white, .85) !default;\n$toast-border-width: 1px !default;\n$toast-border-color: rgba(0, 0, 0, .1) !default;\n$toast-border-radius: $border-radius !default;\n$toast-box-shadow: $box-shadow !default;\n$toast-spacing: $container-padding-x !default;\n\n$toast-header-color: $gray-600 !default;\n$toast-header-background-color: rgba($white, .85) !default;\n$toast-header-border-color: rgba(0, 0, 0, .05) !default;\n// scss-docs-end toast-variables\n\n\n// Badges\n\n// scss-docs-start badge-variables\n$badge-font-size: .75em !default;\n$badge-font-weight: $font-weight-bold !default;\n$badge-color: $white !default;\n$badge-padding-y: .35em !default;\n$badge-padding-x: .65em !default;\n$badge-border-radius: $border-radius !default;\n// scss-docs-end badge-variables\n\n\n// Modals\n\n// scss-docs-start modal-variables\n$modal-inner-padding: $spacer !default;\n\n$modal-footer-margin-between: .5rem !default;\n\n$modal-dialog-margin: .5rem !default;\n$modal-dialog-margin-y-sm-up: 1.75rem !default;\n\n$modal-title-line-height: $line-height-base !default;\n\n$modal-content-color: null !default;\n$modal-content-bg: $white !default;\n$modal-content-border-color: rgba($black, .2) !default;\n$modal-content-border-width: $border-width !default;\n$modal-content-border-radius: $border-radius-lg !default;\n$modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width) !default;\n$modal-content-box-shadow-xs: $box-shadow-sm !default;\n$modal-content-box-shadow-sm-up: $box-shadow !default;\n\n$modal-backdrop-bg: $black !default;\n$modal-backdrop-opacity: .5 !default;\n$modal-header-border-color: $border-color !default;\n$modal-footer-border-color: $modal-header-border-color !default;\n$modal-header-border-width: $modal-content-border-width !default;\n$modal-footer-border-width: $modal-header-border-width !default;\n$modal-header-padding-y: $modal-inner-padding !default;\n$modal-header-padding-x: $modal-inner-padding !default;\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility\n\n$modal-sm: 300px !default;\n$modal-md: 500px !default;\n$modal-lg: 800px !default;\n$modal-xl: 1140px !default;\n\n$modal-fade-transform: translate(0, -50px) !default;\n$modal-show-transform: none !default;\n$modal-transition: transform .3s ease-out !default;\n$modal-scale-transform: scale(1.02) !default;\n// scss-docs-end modal-variables\n\n\n// Alerts\n//\n// Define alert colors, border radius, and padding.\n\n// scss-docs-start alert-variables\n$alert-padding-y: $spacer !default;\n$alert-padding-x: $spacer !default;\n$alert-margin-bottom: 1rem !default;\n$alert-border-radius: $border-radius !default;\n$alert-link-font-weight: $font-weight-bold !default;\n$alert-border-width: $border-width !default;\n$alert-bg-scale: -80% !default;\n$alert-border-scale: -70% !default;\n$alert-color-scale: 40% !default;\n$alert-dismissible-padding-r: $alert-padding-x * 3 !default; // 3x covers width of x plus default padding on either side\n// scss-docs-end alert-variables\n\n\n// Progress bars\n\n// scss-docs-start progress-variables\n$progress-height: 1rem !default;\n$progress-font-size: $font-size-base * .75 !default;\n$progress-bg: $gray-200 !default;\n$progress-border-radius: $border-radius !default;\n$progress-box-shadow: $box-shadow-inset !default;\n$progress-bar-color: $white !default;\n$progress-bar-bg: $primary !default;\n$progress-bar-animation-timing: 1s linear infinite !default;\n$progress-bar-transition: width .6s ease !default;\n// scss-docs-end progress-variables\n\n\n// List group\n\n// scss-docs-start list-group-variables\n$list-group-color: $gray-900 !default;\n$list-group-bg: $white !default;\n$list-group-border-color: rgba($black, .125) !default;\n$list-group-border-width: $border-width !default;\n$list-group-border-radius: $border-radius !default;\n\n$list-group-item-padding-y: $spacer * .5 !default;\n$list-group-item-padding-x: $spacer !default;\n$list-group-item-bg-scale: -80% !default;\n$list-group-item-color-scale: 40% !default;\n\n$list-group-hover-bg: $gray-100 !default;\n$list-group-active-color: $component-active-color !default;\n$list-group-active-bg: $component-active-bg !default;\n$list-group-active-border-color: $list-group-active-bg !default;\n\n$list-group-disabled-color: $gray-600 !default;\n$list-group-disabled-bg: $list-group-bg !default;\n\n$list-group-action-color: $gray-700 !default;\n$list-group-action-hover-color: $list-group-action-color !default;\n\n$list-group-action-active-color: $body-color !default;\n$list-group-action-active-bg: $gray-200 !default;\n// scss-docs-end list-group-variables\n\n\n// Image thumbnails\n\n// scss-docs-start thumbnail-variables\n$thumbnail-padding: .25rem !default;\n$thumbnail-bg: $body-bg !default;\n$thumbnail-border-width: $border-width !default;\n$thumbnail-border-color: $gray-300 !default;\n$thumbnail-border-radius: $border-radius !default;\n$thumbnail-box-shadow: $box-shadow-sm !default;\n// scss-docs-end thumbnail-variables\n\n\n// Figures\n\n// scss-docs-start figure-variables\n$figure-caption-font-size: $small-font-size !default;\n$figure-caption-color: $gray-600 !default;\n// scss-docs-end figure-variables\n\n\n// Breadcrumbs\n\n// scss-docs-start breadcrumb-variables\n$breadcrumb-font-size: null !default;\n$breadcrumb-padding-y: 0 !default;\n$breadcrumb-padding-x: 0 !default;\n$breadcrumb-item-padding-x: .5rem !default;\n$breadcrumb-margin-bottom: 1rem !default;\n$breadcrumb-bg: null !default;\n$breadcrumb-divider-color: $gray-600 !default;\n$breadcrumb-active-color: $gray-600 !default;\n$breadcrumb-divider: quote(\"/\") !default;\n$breadcrumb-divider-flipped: $breadcrumb-divider !default;\n$breadcrumb-border-radius: null !default;\n// scss-docs-end breadcrumb-variables\n\n// Carousel\n\n// scss-docs-start carousel-variables\n$carousel-control-color: $white !default;\n$carousel-control-width: 15% !default;\n$carousel-control-opacity: .5 !default;\n$carousel-control-hover-opacity: .9 !default;\n$carousel-control-transition: opacity .15s ease !default;\n\n$carousel-indicator-width: 30px !default;\n$carousel-indicator-height: 3px !default;\n$carousel-indicator-hit-area-height: 10px !default;\n$carousel-indicator-spacer: 3px !default;\n$carousel-indicator-opacity: .5 !default;\n$carousel-indicator-active-bg: $white !default;\n$carousel-indicator-active-opacity: 1 !default;\n$carousel-indicator-transition: opacity .6s ease !default;\n\n$carousel-caption-width: 70% !default;\n$carousel-caption-color: $white !default;\n$carousel-caption-padding-y: 1.25rem !default;\n$carousel-caption-spacer: 1.25rem !default;\n\n$carousel-control-icon-width: 2rem !default;\n\n$carousel-control-prev-icon-bg: url(\"data:image/svg+xml,\") !default;\n$carousel-control-next-icon-bg: url(\"data:image/svg+xml,\") !default;\n\n$carousel-transition-duration: .6s !default;\n$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)\n\n$carousel-dark-indicator-active-bg: $black !default;\n$carousel-dark-caption-color: $black !default;\n$carousel-dark-control-icon-filter: invert(1) grayscale(100) !default;\n// scss-docs-end carousel-variables\n\n\n// Spinners\n\n// scss-docs-start spinner-variables\n$spinner-width: 2rem !default;\n$spinner-height: $spinner-width !default;\n$spinner-vertical-align: -.125em !default;\n$spinner-border-width: .25em !default;\n$spinner-animation-speed: .75s !default;\n\n$spinner-width-sm: 1rem !default;\n$spinner-height-sm: $spinner-width-sm !default;\n$spinner-border-width-sm: .2em !default;\n// scss-docs-end spinner-variables\n\n\n// Close\n\n// scss-docs-start close-variables\n$btn-close-width: 1em !default;\n$btn-close-height: $btn-close-width !default;\n$btn-close-padding-x: .25em !default;\n$btn-close-padding-y: $btn-close-padding-x !default;\n$btn-close-color: $black !default;\n$btn-close-bg: url(\"data:image/svg+xml,\") !default;\n$btn-close-focus-shadow: $input-btn-focus-box-shadow !default;\n$btn-close-opacity: .5 !default;\n$btn-close-hover-opacity: .75 !default;\n$btn-close-focus-opacity: 1 !default;\n$btn-close-disabled-opacity: .25 !default;\n$btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !default;\n// scss-docs-end close-variables\n\n\n// Offcanvas\n\n// scss-docs-start offcanvas-variables\n$offcanvas-padding-y: $modal-inner-padding !default;\n$offcanvas-padding-x: $modal-inner-padding !default;\n$offcanvas-horizontal-width: 400px !default;\n$offcanvas-vertical-height: 30vh !default;\n$offcanvas-transition-duration: .3s !default;\n$offcanvas-border-color: $modal-content-border-color !default;\n$offcanvas-border-width: $modal-content-border-width !default;\n$offcanvas-title-line-height: $modal-title-line-height !default;\n$offcanvas-bg-color: $modal-content-bg !default;\n$offcanvas-color: $modal-content-color !default;\n$offcanvas-box-shadow: $modal-content-box-shadow-xs !default;\n// scss-docs-end offcanvas-variables\n\n// Code\n\n$code-font-size: $small-font-size !default;\n$code-color: $pink !default;\n\n$kbd-padding-y: .2rem !default;\n$kbd-padding-x: .4rem !default;\n$kbd-font-size: $code-font-size !default;\n$kbd-color: $white !default;\n$kbd-bg: $gray-900 !default;\n\n$pre-color: null !default;\n","// Row\n//\n// Rows contain your columns.\n\n@if $enable-grid-classes {\n .row {\n @include make-row();\n\n > * {\n @include make-col-ready();\n }\n }\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n@if $enable-grid-classes {\n @include make-grid-columns();\n}\n","// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n@mixin make-row($gutter: $grid-gutter-width) {\n --#{$variable-prefix}gutter-x: #{$gutter};\n --#{$variable-prefix}gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n margin-top: calc(var(--#{$variable-prefix}gutter-y) * -1); // stylelint-disable-line function-disallowed-list\n margin-right: calc(var(--#{$variable-prefix}gutter-x) * -.5); // stylelint-disable-line function-disallowed-list\n margin-left: calc(var(--#{$variable-prefix}gutter-x) * -.5); // stylelint-disable-line function-disallowed-list\n}\n\n@mixin make-col-ready($gutter: $grid-gutter-width) {\n // Add box sizing if only the grid is loaded\n box-sizing: if(variable-exists(include-column-box-sizing) and $include-column-box-sizing, border-box, null);\n // Prevent columns from becoming too narrow when at smaller grid tiers by\n // always setting `width: 100%;`. This works because we set the width\n // later on to override this initial width.\n flex-shrink: 0;\n width: 100%;\n max-width: 100%; // Prevent `.col-auto`, `.col` (& responsive variants) from breaking out the grid\n padding-right: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n padding-left: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n margin-top: var(--#{$variable-prefix}gutter-y);\n}\n\n@mixin make-col($size: false, $columns: $grid-columns) {\n @if $size {\n flex: 0 0 auto;\n width: percentage(divide($size, $columns));\n\n } @else {\n flex: 1 1 0;\n max-width: 100%;\n }\n}\n\n@mixin make-col-auto() {\n flex: 0 0 auto;\n width: auto;\n}\n\n@mixin make-col-offset($size, $columns: $grid-columns) {\n $num: divide($size, $columns);\n margin-left: if($num == 0, 0, percentage($num));\n}\n\n// Row columns\n//\n// Specify on a parent element(e.g., .row) to force immediate children into NN\n// numberof columns. Supports wrapping to new lines, but does not do a Masonry\n// style grid.\n@mixin row-cols($count) {\n > * {\n flex: 0 0 auto;\n width: divide(100%, $count);\n }\n}\n\n// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `$grid-columns`.\n\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n // .row-cols defaults must all appear before .col overrides so they can be overridden.\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n // Provide basic `.col-{bp}` classes for equal-width flexbox columns\n .col#{$infix} {\n flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4\n }\n\n .row-cols#{$infix}-auto > * {\n @include make-col-auto();\n }\n\n @if $grid-row-columns > 0 {\n @for $i from 1 through $grid-row-columns {\n .row-cols#{$infix}-#{$i} {\n @include row-cols($i);\n }\n }\n }\n }\n }\n\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n .col#{$infix}-auto {\n @include make-col-auto();\n }\n\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @include make-col($i, $columns);\n }\n }\n\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\n @for $i from 0 through ($columns - 1) {\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n .offset#{$infix}-#{$i} {\n @include make-col-offset($i, $columns);\n }\n }\n }\n }\n\n // Gutters\n //\n // Make use of `.g-*`, `.gx-*` or `.gy-*` utilities to change spacing between the columns.\n @each $key, $value in $gutters {\n .g#{$infix}-#{$key},\n .gx#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-x: #{$value};\n }\n\n .g#{$infix}-#{$key},\n .gy#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-y: #{$value};\n }\n }\n }\n }\n}\n","// Utility generator\n// Used to generate utilities & print utilities\n@mixin generate-utility($utility, $infix, $is-rfs-media-query: false) {\n $values: map-get($utility, values);\n\n // If the values are a list or string, convert it into a map\n @if type-of($values) == \"string\" or type-of(nth($values, 1)) != \"list\" {\n $values: zip($values, $values);\n }\n\n @each $key, $value in $values {\n $properties: map-get($utility, property);\n\n // Multiple properties are possible, for example with vertical or horizontal margins or paddings\n @if type-of($properties) == \"string\" {\n $properties: append((), $properties);\n }\n\n // Use custom class if present\n $property-class: if(map-has-key($utility, class), map-get($utility, class), nth($properties, 1));\n $property-class: if($property-class == null, \"\", $property-class);\n\n // State params to generate pseudo-classes\n $state: if(map-has-key($utility, state), map-get($utility, state), ());\n\n $infix: if($property-class == \"\" and str-slice($infix, 1, 1) == \"-\", str-slice($infix, 2), $infix);\n\n // Don't prefix if value key is null (eg. with shadow class)\n $property-class-modifier: if($key, if($property-class == \"\" and $infix == \"\", \"\", \"-\") + $key, \"\");\n\n @if map-get($utility, rfs) {\n // Inside the media query\n @if $is-rfs-media-query {\n $val: rfs-value($value);\n\n // Do not render anything if fluid and non fluid values are the same\n $value: if($val == rfs-fluid-value($value), null, $val);\n }\n @else {\n $value: rfs-fluid-value($value);\n }\n }\n\n $is-rtl: map-get($utility, rtl);\n\n @if $value != null {\n @if $is-rtl == false {\n /* rtl:begin:remove */\n }\n .#{$property-class + $infix + $property-class-modifier} {\n @each $property in $properties {\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n @each $property in $properties {\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n }\n @if $is-rtl == false {\n /* rtl:end:remove */\n }\n }\n }\n}\n","// Loop over each breakpoint\n@each $breakpoint in map-keys($grid-breakpoints) {\n\n // Generate media query if needed\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix);\n }\n }\n }\n}\n\n// RFS rescaling\n@media (min-width: $rfs-mq-value) {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @if (map-get($grid-breakpoints, $breakpoint) < $rfs-breakpoint) {\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and map-get($utility, rfs) and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix, true);\n }\n }\n }\n }\n}\n\n\n// Print utilities\n@media print {\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Then check if the utility needs print styles\n @if type-of($utility) == \"map\" and map-get($utility, print) == true {\n @include generate-utility($utility, \"-print\");\n }\n }\n}\n"]} \ No newline at end of file diff --git a/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.rtl.min.css b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.rtl.min.css new file mode 100644 index 0000000..ecaad35 --- /dev/null +++ b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.rtl.min.css @@ -0,0 +1,7 @@ +/*! + * Bootstrap Grid v5.0.2 (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors + * Copyright 2011-2021 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */.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}} +/*# sourceMappingURL=bootstrap-grid.rtl.min.css.map */ \ No newline at end of file diff --git a/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.rtl.min.css.map b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.rtl.min.css.map new file mode 100644 index 0000000..5355107 --- /dev/null +++ b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-grid.rtl.min.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../scss/bootstrap-grid.scss","../../scss/_containers.scss","dist/css/bootstrap-grid.rtl.css","../../scss/mixins/_container.scss","../../scss/mixins/_breakpoints.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_utilities.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n\n$include-column-box-sizing: true !default;\n\n@import \"functions\";\n@import \"variables\";\n\n@import \"mixins/lists\";\n@import \"mixins/breakpoints\";\n@import \"mixins/container\";\n@import \"mixins/grid\";\n@import \"mixins/utilities\";\n\n@import \"vendor/rfs\";\n\n@import \"containers\";\n@import \"grid\";\n\n@import \"utilities\";\n// Only use the utilities we need\n// stylelint-disable-next-line scss/dollar-variable-default\n$utilities: map-get-multiple(\n $utilities,\n (\n \"display\",\n \"order\",\n \"flex\",\n \"flex-direction\",\n \"flex-grow\",\n \"flex-shrink\",\n \"flex-wrap\",\n \"justify-content\",\n \"align-items\",\n \"align-content\",\n \"align-self\",\n \"margin\",\n \"margin-x\",\n \"margin-y\",\n \"margin-top\",\n \"margin-end\",\n \"margin-bottom\",\n \"margin-start\",\n \"negative-margin\",\n \"negative-margin-x\",\n \"negative-margin-y\",\n \"negative-margin-top\",\n \"negative-margin-end\",\n \"negative-margin-bottom\",\n \"negative-margin-start\",\n \"padding\",\n \"padding-x\",\n \"padding-y\",\n \"padding-top\",\n \"padding-end\",\n \"padding-bottom\",\n \"padding-start\",\n )\n);\n\n@import \"utilities/api\";\n","// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n@if $enable-grid-classes {\n // Single container class with breakpoint max-widths\n .container,\n // 100% wide container at all breakpoints\n .container-fluid {\n @include make-container();\n }\n\n // Responsive containers that are 100% wide until a breakpoint\n @each $breakpoint, $container-max-width in $container-max-widths {\n .container-#{$breakpoint} {\n @extend .container-fluid;\n }\n\n @include media-breakpoint-up($breakpoint, $grid-breakpoints) {\n %responsive-container-#{$breakpoint} {\n max-width: $container-max-width;\n }\n\n // Extend each breakpoint which is smaller or equal to the current breakpoint\n $extend-breakpoint: true;\n\n @each $name, $width in $grid-breakpoints {\n @if ($extend-breakpoint) {\n .container#{breakpoint-infix($name, $grid-breakpoints)} {\n @extend %responsive-container-#{$breakpoint};\n }\n\n // Once the current breakpoint is reached, stop extending\n @if ($breakpoint == $name) {\n $extend-breakpoint: false;\n }\n }\n }\n }\n }\n}\n","/*!\n * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n.container,\n.container-fluid,\n.container-xxl,\n.container-xl,\n.container-lg,\n.container-md,\n.container-sm {\n width: 100%;\n padding-left: var(--bs-gutter-x, 0.75rem);\n padding-right: var(--bs-gutter-x, 0.75rem);\n margin-left: auto;\n margin-right: auto;\n}\n\n@media (min-width: 576px) {\n .container-sm, .container {\n max-width: 540px;\n }\n}\n@media (min-width: 768px) {\n .container-md, .container-sm, .container {\n max-width: 720px;\n }\n}\n@media (min-width: 992px) {\n .container-lg, .container-md, .container-sm, .container {\n max-width: 960px;\n }\n}\n@media (min-width: 1200px) {\n .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1140px;\n }\n}\n@media (min-width: 1400px) {\n .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1320px;\n }\n}\n.row {\n --bs-gutter-x: 1.5rem;\n --bs-gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n margin-top: calc(var(--bs-gutter-y) * -1);\n margin-left: calc(var(--bs-gutter-x) * -.5);\n margin-right: calc(var(--bs-gutter-x) * -.5);\n}\n.row > * {\n box-sizing: border-box;\n flex-shrink: 0;\n width: 100%;\n max-width: 100%;\n padding-left: calc(var(--bs-gutter-x) * .5);\n padding-right: calc(var(--bs-gutter-x) * .5);\n margin-top: var(--bs-gutter-y);\n}\n\n.col {\n flex: 1 0 0%;\n}\n\n.row-cols-auto > * {\n flex: 0 0 auto;\n width: auto;\n}\n\n.row-cols-1 > * {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.row-cols-2 > * {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.row-cols-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n}\n\n.row-cols-4 > * {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.row-cols-5 > * {\n flex: 0 0 auto;\n width: 20%;\n}\n\n.row-cols-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex: 1 0 0%;\n }\n\n .row-cols-sm-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-sm-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-sm-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-sm-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-sm-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-sm-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-sm-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n@media (min-width: 768px) {\n .col-md {\n flex: 1 0 0%;\n }\n\n .row-cols-md-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-md-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-md-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-md-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-md-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-md-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-md-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n@media (min-width: 992px) {\n .col-lg {\n flex: 1 0 0%;\n }\n\n .row-cols-lg-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-lg-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-lg-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-lg-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-lg-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-lg-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-lg-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n@media (min-width: 1200px) {\n .col-xl {\n flex: 1 0 0%;\n }\n\n .row-cols-xl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n@media (min-width: 1400px) {\n .col-xxl {\n flex: 1 0 0%;\n }\n\n .row-cols-xxl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xxl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xxl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xxl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xxl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xxl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xxl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n}\n.col-auto {\n flex: 0 0 auto;\n width: auto;\n}\n\n.col-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n}\n\n.col-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n}\n\n.col-3 {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.col-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n}\n\n.col-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n}\n\n.col-6 {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.col-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n}\n\n.col-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n}\n\n.col-9 {\n flex: 0 0 auto;\n width: 75%;\n}\n\n.col-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n}\n\n.col-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n}\n\n.col-12 {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.offset-1 {\n margin-right: 8.33333333%;\n}\n\n.offset-2 {\n margin-right: 16.66666667%;\n}\n\n.offset-3 {\n margin-right: 25%;\n}\n\n.offset-4 {\n margin-right: 33.33333333%;\n}\n\n.offset-5 {\n margin-right: 41.66666667%;\n}\n\n.offset-6 {\n margin-right: 50%;\n}\n\n.offset-7 {\n margin-right: 58.33333333%;\n}\n\n.offset-8 {\n margin-right: 66.66666667%;\n}\n\n.offset-9 {\n margin-right: 75%;\n}\n\n.offset-10 {\n margin-right: 83.33333333%;\n}\n\n.offset-11 {\n margin-right: 91.66666667%;\n}\n\n.g-0,\n.gx-0 {\n --bs-gutter-x: 0;\n}\n\n.g-0,\n.gy-0 {\n --bs-gutter-y: 0;\n}\n\n.g-1,\n.gx-1 {\n --bs-gutter-x: 0.25rem;\n}\n\n.g-1,\n.gy-1 {\n --bs-gutter-y: 0.25rem;\n}\n\n.g-2,\n.gx-2 {\n --bs-gutter-x: 0.5rem;\n}\n\n.g-2,\n.gy-2 {\n --bs-gutter-y: 0.5rem;\n}\n\n.g-3,\n.gx-3 {\n --bs-gutter-x: 1rem;\n}\n\n.g-3,\n.gy-3 {\n --bs-gutter-y: 1rem;\n}\n\n.g-4,\n.gx-4 {\n --bs-gutter-x: 1.5rem;\n}\n\n.g-4,\n.gy-4 {\n --bs-gutter-y: 1.5rem;\n}\n\n.g-5,\n.gx-5 {\n --bs-gutter-x: 3rem;\n}\n\n.g-5,\n.gy-5 {\n --bs-gutter-y: 3rem;\n}\n\n@media (min-width: 576px) {\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-sm-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-sm-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-sm-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-sm-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-sm-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-sm-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-sm-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-sm-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-sm-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-sm-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-sm-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-sm-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-sm-0 {\n margin-right: 0;\n }\n\n .offset-sm-1 {\n margin-right: 8.33333333%;\n }\n\n .offset-sm-2 {\n margin-right: 16.66666667%;\n }\n\n .offset-sm-3 {\n margin-right: 25%;\n }\n\n .offset-sm-4 {\n margin-right: 33.33333333%;\n }\n\n .offset-sm-5 {\n margin-right: 41.66666667%;\n }\n\n .offset-sm-6 {\n margin-right: 50%;\n }\n\n .offset-sm-7 {\n margin-right: 58.33333333%;\n }\n\n .offset-sm-8 {\n margin-right: 66.66666667%;\n }\n\n .offset-sm-9 {\n margin-right: 75%;\n }\n\n .offset-sm-10 {\n margin-right: 83.33333333%;\n }\n\n .offset-sm-11 {\n margin-right: 91.66666667%;\n }\n\n .g-sm-0,\n.gx-sm-0 {\n --bs-gutter-x: 0;\n }\n\n .g-sm-0,\n.gy-sm-0 {\n --bs-gutter-y: 0;\n }\n\n .g-sm-1,\n.gx-sm-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-sm-1,\n.gy-sm-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-sm-2,\n.gx-sm-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-sm-2,\n.gy-sm-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-sm-3,\n.gx-sm-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-sm-3,\n.gy-sm-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-sm-4,\n.gx-sm-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-sm-4,\n.gy-sm-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-sm-5,\n.gx-sm-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-sm-5,\n.gy-sm-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 768px) {\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-md-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-md-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-md-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-md-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-md-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-md-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-md-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-md-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-md-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-md-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-md-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-md-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-md-0 {\n margin-right: 0;\n }\n\n .offset-md-1 {\n margin-right: 8.33333333%;\n }\n\n .offset-md-2 {\n margin-right: 16.66666667%;\n }\n\n .offset-md-3 {\n margin-right: 25%;\n }\n\n .offset-md-4 {\n margin-right: 33.33333333%;\n }\n\n .offset-md-5 {\n margin-right: 41.66666667%;\n }\n\n .offset-md-6 {\n margin-right: 50%;\n }\n\n .offset-md-7 {\n margin-right: 58.33333333%;\n }\n\n .offset-md-8 {\n margin-right: 66.66666667%;\n }\n\n .offset-md-9 {\n margin-right: 75%;\n }\n\n .offset-md-10 {\n margin-right: 83.33333333%;\n }\n\n .offset-md-11 {\n margin-right: 91.66666667%;\n }\n\n .g-md-0,\n.gx-md-0 {\n --bs-gutter-x: 0;\n }\n\n .g-md-0,\n.gy-md-0 {\n --bs-gutter-y: 0;\n }\n\n .g-md-1,\n.gx-md-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-md-1,\n.gy-md-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-md-2,\n.gx-md-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-md-2,\n.gy-md-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-md-3,\n.gx-md-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-md-3,\n.gy-md-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-md-4,\n.gx-md-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-md-4,\n.gy-md-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-md-5,\n.gx-md-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-md-5,\n.gy-md-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 992px) {\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-lg-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-lg-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-lg-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-lg-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-lg-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-lg-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-lg-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-lg-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-lg-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-lg-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-lg-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-lg-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-lg-0 {\n margin-right: 0;\n }\n\n .offset-lg-1 {\n margin-right: 8.33333333%;\n }\n\n .offset-lg-2 {\n margin-right: 16.66666667%;\n }\n\n .offset-lg-3 {\n margin-right: 25%;\n }\n\n .offset-lg-4 {\n margin-right: 33.33333333%;\n }\n\n .offset-lg-5 {\n margin-right: 41.66666667%;\n }\n\n .offset-lg-6 {\n margin-right: 50%;\n }\n\n .offset-lg-7 {\n margin-right: 58.33333333%;\n }\n\n .offset-lg-8 {\n margin-right: 66.66666667%;\n }\n\n .offset-lg-9 {\n margin-right: 75%;\n }\n\n .offset-lg-10 {\n margin-right: 83.33333333%;\n }\n\n .offset-lg-11 {\n margin-right: 91.66666667%;\n }\n\n .g-lg-0,\n.gx-lg-0 {\n --bs-gutter-x: 0;\n }\n\n .g-lg-0,\n.gy-lg-0 {\n --bs-gutter-y: 0;\n }\n\n .g-lg-1,\n.gx-lg-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-lg-1,\n.gy-lg-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-lg-2,\n.gx-lg-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-lg-2,\n.gy-lg-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-lg-3,\n.gx-lg-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-lg-3,\n.gy-lg-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-lg-4,\n.gx-lg-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-lg-4,\n.gy-lg-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-lg-5,\n.gx-lg-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-lg-5,\n.gy-lg-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1200px) {\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xl-0 {\n margin-right: 0;\n }\n\n .offset-xl-1 {\n margin-right: 8.33333333%;\n }\n\n .offset-xl-2 {\n margin-right: 16.66666667%;\n }\n\n .offset-xl-3 {\n margin-right: 25%;\n }\n\n .offset-xl-4 {\n margin-right: 33.33333333%;\n }\n\n .offset-xl-5 {\n margin-right: 41.66666667%;\n }\n\n .offset-xl-6 {\n margin-right: 50%;\n }\n\n .offset-xl-7 {\n margin-right: 58.33333333%;\n }\n\n .offset-xl-8 {\n margin-right: 66.66666667%;\n }\n\n .offset-xl-9 {\n margin-right: 75%;\n }\n\n .offset-xl-10 {\n margin-right: 83.33333333%;\n }\n\n .offset-xl-11 {\n margin-right: 91.66666667%;\n }\n\n .g-xl-0,\n.gx-xl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xl-0,\n.gy-xl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xl-1,\n.gx-xl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xl-1,\n.gy-xl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xl-2,\n.gx-xl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xl-2,\n.gy-xl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xl-3,\n.gx-xl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xl-3,\n.gy-xl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xl-4,\n.gx-xl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xl-4,\n.gy-xl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xl-5,\n.gx-xl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xl-5,\n.gy-xl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1400px) {\n .col-xxl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xxl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xxl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xxl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xxl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xxl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xxl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xxl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xxl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xxl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xxl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xxl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xxl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xxl-0 {\n margin-right: 0;\n }\n\n .offset-xxl-1 {\n margin-right: 8.33333333%;\n }\n\n .offset-xxl-2 {\n margin-right: 16.66666667%;\n }\n\n .offset-xxl-3 {\n margin-right: 25%;\n }\n\n .offset-xxl-4 {\n margin-right: 33.33333333%;\n }\n\n .offset-xxl-5 {\n margin-right: 41.66666667%;\n }\n\n .offset-xxl-6 {\n margin-right: 50%;\n }\n\n .offset-xxl-7 {\n margin-right: 58.33333333%;\n }\n\n .offset-xxl-8 {\n margin-right: 66.66666667%;\n }\n\n .offset-xxl-9 {\n margin-right: 75%;\n }\n\n .offset-xxl-10 {\n margin-right: 83.33333333%;\n }\n\n .offset-xxl-11 {\n margin-right: 91.66666667%;\n }\n\n .g-xxl-0,\n.gx-xxl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xxl-0,\n.gy-xxl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xxl-1,\n.gx-xxl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xxl-1,\n.gy-xxl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xxl-2,\n.gx-xxl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xxl-2,\n.gy-xxl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xxl-3,\n.gx-xxl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xxl-3,\n.gy-xxl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xxl-4,\n.gx-xxl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xxl-4,\n.gy-xxl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xxl-5,\n.gx-xxl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xxl-5,\n.gy-xxl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-grid {\n display: grid !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-row {\n display: table-row !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n.d-none {\n display: none !important;\n}\n\n.flex-fill {\n flex: 1 1 auto !important;\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-column {\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-grow-0 {\n flex-grow: 0 !important;\n}\n\n.flex-grow-1 {\n flex-grow: 1 !important;\n}\n\n.flex-shrink-0 {\n flex-shrink: 0 !important;\n}\n\n.flex-shrink-1 {\n flex-shrink: 1 !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.justify-content-evenly {\n justify-content: space-evenly !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n.order-first {\n order: -1 !important;\n}\n\n.order-0 {\n order: 0 !important;\n}\n\n.order-1 {\n order: 1 !important;\n}\n\n.order-2 {\n order: 2 !important;\n}\n\n.order-3 {\n order: 3 !important;\n}\n\n.order-4 {\n order: 4 !important;\n}\n\n.order-5 {\n order: 5 !important;\n}\n\n.order-last {\n order: 6 !important;\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mx-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n}\n\n.mx-1 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n}\n\n.mx-2 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n}\n\n.mx-3 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n}\n\n.mx-4 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n}\n\n.mx-5 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n}\n\n.mx-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n}\n\n.my-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n}\n\n.my-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n}\n\n.my-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n}\n\n.my-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n}\n\n.my-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n}\n\n.my-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n}\n\n.my-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n}\n\n.mt-0 {\n margin-top: 0 !important;\n}\n\n.mt-1 {\n margin-top: 0.25rem !important;\n}\n\n.mt-2 {\n margin-top: 0.5rem !important;\n}\n\n.mt-3 {\n margin-top: 1rem !important;\n}\n\n.mt-4 {\n margin-top: 1.5rem !important;\n}\n\n.mt-5 {\n margin-top: 3rem !important;\n}\n\n.mt-auto {\n margin-top: auto !important;\n}\n\n.me-0 {\n margin-left: 0 !important;\n}\n\n.me-1 {\n margin-left: 0.25rem !important;\n}\n\n.me-2 {\n margin-left: 0.5rem !important;\n}\n\n.me-3 {\n margin-left: 1rem !important;\n}\n\n.me-4 {\n margin-left: 1.5rem !important;\n}\n\n.me-5 {\n margin-left: 3rem !important;\n}\n\n.me-auto {\n margin-left: auto !important;\n}\n\n.mb-0 {\n margin-bottom: 0 !important;\n}\n\n.mb-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.mb-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.mb-3 {\n margin-bottom: 1rem !important;\n}\n\n.mb-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.mb-5 {\n margin-bottom: 3rem !important;\n}\n\n.mb-auto {\n margin-bottom: auto !important;\n}\n\n.ms-0 {\n margin-right: 0 !important;\n}\n\n.ms-1 {\n margin-right: 0.25rem !important;\n}\n\n.ms-2 {\n margin-right: 0.5rem !important;\n}\n\n.ms-3 {\n margin-right: 1rem !important;\n}\n\n.ms-4 {\n margin-right: 1.5rem !important;\n}\n\n.ms-5 {\n margin-right: 3rem !important;\n}\n\n.ms-auto {\n margin-right: auto !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem !important;\n}\n\n.px-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n}\n\n.px-1 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n}\n\n.px-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n}\n\n.px-3 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n}\n\n.px-4 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n}\n\n.px-5 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n}\n\n.py-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n}\n\n.py-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n}\n\n.py-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n}\n\n.py-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n}\n\n.py-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n}\n\n.py-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n}\n\n.pt-0 {\n padding-top: 0 !important;\n}\n\n.pt-1 {\n padding-top: 0.25rem !important;\n}\n\n.pt-2 {\n padding-top: 0.5rem !important;\n}\n\n.pt-3 {\n padding-top: 1rem !important;\n}\n\n.pt-4 {\n padding-top: 1.5rem !important;\n}\n\n.pt-5 {\n padding-top: 3rem !important;\n}\n\n.pe-0 {\n padding-left: 0 !important;\n}\n\n.pe-1 {\n padding-left: 0.25rem !important;\n}\n\n.pe-2 {\n padding-left: 0.5rem !important;\n}\n\n.pe-3 {\n padding-left: 1rem !important;\n}\n\n.pe-4 {\n padding-left: 1.5rem !important;\n}\n\n.pe-5 {\n padding-left: 3rem !important;\n}\n\n.pb-0 {\n padding-bottom: 0 !important;\n}\n\n.pb-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pb-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pb-3 {\n padding-bottom: 1rem !important;\n}\n\n.pb-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pb-5 {\n padding-bottom: 3rem !important;\n}\n\n.ps-0 {\n padding-right: 0 !important;\n}\n\n.ps-1 {\n padding-right: 0.25rem !important;\n}\n\n.ps-2 {\n padding-right: 0.5rem !important;\n}\n\n.ps-3 {\n padding-right: 1rem !important;\n}\n\n.ps-4 {\n padding-right: 1.5rem !important;\n}\n\n.ps-5 {\n padding-right: 3rem !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-inline {\n display: inline !important;\n }\n\n .d-sm-inline-block {\n display: inline-block !important;\n }\n\n .d-sm-block {\n display: block !important;\n }\n\n .d-sm-grid {\n display: grid !important;\n }\n\n .d-sm-table {\n display: table !important;\n }\n\n .d-sm-table-row {\n display: table-row !important;\n }\n\n .d-sm-table-cell {\n display: table-cell !important;\n }\n\n .d-sm-flex {\n display: flex !important;\n }\n\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n\n .d-sm-none {\n display: none !important;\n }\n\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-sm-row {\n flex-direction: row !important;\n }\n\n .flex-sm-column {\n flex-direction: column !important;\n }\n\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-sm-center {\n justify-content: center !important;\n }\n\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n\n .justify-content-sm-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n\n .align-items-sm-center {\n align-items: center !important;\n }\n\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n\n .align-content-sm-center {\n align-content: center !important;\n }\n\n .align-content-sm-between {\n align-content: space-between !important;\n }\n\n .align-content-sm-around {\n align-content: space-around !important;\n }\n\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n\n .align-self-sm-auto {\n align-self: auto !important;\n }\n\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n\n .align-self-sm-center {\n align-self: center !important;\n }\n\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n\n .order-sm-first {\n order: -1 !important;\n }\n\n .order-sm-0 {\n order: 0 !important;\n }\n\n .order-sm-1 {\n order: 1 !important;\n }\n\n .order-sm-2 {\n order: 2 !important;\n }\n\n .order-sm-3 {\n order: 3 !important;\n }\n\n .order-sm-4 {\n order: 4 !important;\n }\n\n .order-sm-5 {\n order: 5 !important;\n }\n\n .order-sm-last {\n order: 6 !important;\n }\n\n .m-sm-0 {\n margin: 0 !important;\n }\n\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n\n .m-sm-3 {\n margin: 1rem !important;\n }\n\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n\n .m-sm-5 {\n margin: 3rem !important;\n }\n\n .m-sm-auto {\n margin: auto !important;\n }\n\n .mx-sm-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n }\n\n .mx-sm-1 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n }\n\n .mx-sm-2 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n }\n\n .mx-sm-3 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n }\n\n .mx-sm-4 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n }\n\n .mx-sm-5 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n }\n\n .mx-sm-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n }\n\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n\n .mt-sm-auto {\n margin-top: auto !important;\n }\n\n .me-sm-0 {\n margin-left: 0 !important;\n }\n\n .me-sm-1 {\n margin-left: 0.25rem !important;\n }\n\n .me-sm-2 {\n margin-left: 0.5rem !important;\n }\n\n .me-sm-3 {\n margin-left: 1rem !important;\n }\n\n .me-sm-4 {\n margin-left: 1.5rem !important;\n }\n\n .me-sm-5 {\n margin-left: 3rem !important;\n }\n\n .me-sm-auto {\n margin-left: auto !important;\n }\n\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n\n .ms-sm-0 {\n margin-right: 0 !important;\n }\n\n .ms-sm-1 {\n margin-right: 0.25rem !important;\n }\n\n .ms-sm-2 {\n margin-right: 0.5rem !important;\n }\n\n .ms-sm-3 {\n margin-right: 1rem !important;\n }\n\n .ms-sm-4 {\n margin-right: 1.5rem !important;\n }\n\n .ms-sm-5 {\n margin-right: 3rem !important;\n }\n\n .ms-sm-auto {\n margin-right: auto !important;\n }\n\n .p-sm-0 {\n padding: 0 !important;\n }\n\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n\n .p-sm-3 {\n padding: 1rem !important;\n }\n\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n\n .p-sm-5 {\n padding: 3rem !important;\n }\n\n .px-sm-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n .px-sm-1 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n }\n\n .px-sm-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n }\n\n .px-sm-3 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n }\n\n .px-sm-4 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n }\n\n .px-sm-5 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n }\n\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n\n .pe-sm-0 {\n padding-left: 0 !important;\n }\n\n .pe-sm-1 {\n padding-left: 0.25rem !important;\n }\n\n .pe-sm-2 {\n padding-left: 0.5rem !important;\n }\n\n .pe-sm-3 {\n padding-left: 1rem !important;\n }\n\n .pe-sm-4 {\n padding-left: 1.5rem !important;\n }\n\n .pe-sm-5 {\n padding-left: 3rem !important;\n }\n\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-sm-0 {\n padding-right: 0 !important;\n }\n\n .ps-sm-1 {\n padding-right: 0.25rem !important;\n }\n\n .ps-sm-2 {\n padding-right: 0.5rem !important;\n }\n\n .ps-sm-3 {\n padding-right: 1rem !important;\n }\n\n .ps-sm-4 {\n padding-right: 1.5rem !important;\n }\n\n .ps-sm-5 {\n padding-right: 3rem !important;\n }\n}\n@media (min-width: 768px) {\n .d-md-inline {\n display: inline !important;\n }\n\n .d-md-inline-block {\n display: inline-block !important;\n }\n\n .d-md-block {\n display: block !important;\n }\n\n .d-md-grid {\n display: grid !important;\n }\n\n .d-md-table {\n display: table !important;\n }\n\n .d-md-table-row {\n display: table-row !important;\n }\n\n .d-md-table-cell {\n display: table-cell !important;\n }\n\n .d-md-flex {\n display: flex !important;\n }\n\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n\n .d-md-none {\n display: none !important;\n }\n\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-md-row {\n flex-direction: row !important;\n }\n\n .flex-md-column {\n flex-direction: column !important;\n }\n\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-md-center {\n justify-content: center !important;\n }\n\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n\n .justify-content-md-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-md-start {\n align-items: flex-start !important;\n }\n\n .align-items-md-end {\n align-items: flex-end !important;\n }\n\n .align-items-md-center {\n align-items: center !important;\n }\n\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n\n .align-content-md-start {\n align-content: flex-start !important;\n }\n\n .align-content-md-end {\n align-content: flex-end !important;\n }\n\n .align-content-md-center {\n align-content: center !important;\n }\n\n .align-content-md-between {\n align-content: space-between !important;\n }\n\n .align-content-md-around {\n align-content: space-around !important;\n }\n\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n\n .align-self-md-auto {\n align-self: auto !important;\n }\n\n .align-self-md-start {\n align-self: flex-start !important;\n }\n\n .align-self-md-end {\n align-self: flex-end !important;\n }\n\n .align-self-md-center {\n align-self: center !important;\n }\n\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n\n .order-md-first {\n order: -1 !important;\n }\n\n .order-md-0 {\n order: 0 !important;\n }\n\n .order-md-1 {\n order: 1 !important;\n }\n\n .order-md-2 {\n order: 2 !important;\n }\n\n .order-md-3 {\n order: 3 !important;\n }\n\n .order-md-4 {\n order: 4 !important;\n }\n\n .order-md-5 {\n order: 5 !important;\n }\n\n .order-md-last {\n order: 6 !important;\n }\n\n .m-md-0 {\n margin: 0 !important;\n }\n\n .m-md-1 {\n margin: 0.25rem !important;\n }\n\n .m-md-2 {\n margin: 0.5rem !important;\n }\n\n .m-md-3 {\n margin: 1rem !important;\n }\n\n .m-md-4 {\n margin: 1.5rem !important;\n }\n\n .m-md-5 {\n margin: 3rem !important;\n }\n\n .m-md-auto {\n margin: auto !important;\n }\n\n .mx-md-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n }\n\n .mx-md-1 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n }\n\n .mx-md-2 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n }\n\n .mx-md-3 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n }\n\n .mx-md-4 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n }\n\n .mx-md-5 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n }\n\n .mx-md-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n }\n\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-md-0 {\n margin-top: 0 !important;\n }\n\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n\n .mt-md-auto {\n margin-top: auto !important;\n }\n\n .me-md-0 {\n margin-left: 0 !important;\n }\n\n .me-md-1 {\n margin-left: 0.25rem !important;\n }\n\n .me-md-2 {\n margin-left: 0.5rem !important;\n }\n\n .me-md-3 {\n margin-left: 1rem !important;\n }\n\n .me-md-4 {\n margin-left: 1.5rem !important;\n }\n\n .me-md-5 {\n margin-left: 3rem !important;\n }\n\n .me-md-auto {\n margin-left: auto !important;\n }\n\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n\n .ms-md-0 {\n margin-right: 0 !important;\n }\n\n .ms-md-1 {\n margin-right: 0.25rem !important;\n }\n\n .ms-md-2 {\n margin-right: 0.5rem !important;\n }\n\n .ms-md-3 {\n margin-right: 1rem !important;\n }\n\n .ms-md-4 {\n margin-right: 1.5rem !important;\n }\n\n .ms-md-5 {\n margin-right: 3rem !important;\n }\n\n .ms-md-auto {\n margin-right: auto !important;\n }\n\n .p-md-0 {\n padding: 0 !important;\n }\n\n .p-md-1 {\n padding: 0.25rem !important;\n }\n\n .p-md-2 {\n padding: 0.5rem !important;\n }\n\n .p-md-3 {\n padding: 1rem !important;\n }\n\n .p-md-4 {\n padding: 1.5rem !important;\n }\n\n .p-md-5 {\n padding: 3rem !important;\n }\n\n .px-md-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n .px-md-1 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n }\n\n .px-md-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n }\n\n .px-md-3 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n }\n\n .px-md-4 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n }\n\n .px-md-5 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n }\n\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-md-0 {\n padding-top: 0 !important;\n }\n\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n\n .pe-md-0 {\n padding-left: 0 !important;\n }\n\n .pe-md-1 {\n padding-left: 0.25rem !important;\n }\n\n .pe-md-2 {\n padding-left: 0.5rem !important;\n }\n\n .pe-md-3 {\n padding-left: 1rem !important;\n }\n\n .pe-md-4 {\n padding-left: 1.5rem !important;\n }\n\n .pe-md-5 {\n padding-left: 3rem !important;\n }\n\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-md-0 {\n padding-right: 0 !important;\n }\n\n .ps-md-1 {\n padding-right: 0.25rem !important;\n }\n\n .ps-md-2 {\n padding-right: 0.5rem !important;\n }\n\n .ps-md-3 {\n padding-right: 1rem !important;\n }\n\n .ps-md-4 {\n padding-right: 1.5rem !important;\n }\n\n .ps-md-5 {\n padding-right: 3rem !important;\n }\n}\n@media (min-width: 992px) {\n .d-lg-inline {\n display: inline !important;\n }\n\n .d-lg-inline-block {\n display: inline-block !important;\n }\n\n .d-lg-block {\n display: block !important;\n }\n\n .d-lg-grid {\n display: grid !important;\n }\n\n .d-lg-table {\n display: table !important;\n }\n\n .d-lg-table-row {\n display: table-row !important;\n }\n\n .d-lg-table-cell {\n display: table-cell !important;\n }\n\n .d-lg-flex {\n display: flex !important;\n }\n\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n\n .d-lg-none {\n display: none !important;\n }\n\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-lg-row {\n flex-direction: row !important;\n }\n\n .flex-lg-column {\n flex-direction: column !important;\n }\n\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-lg-center {\n justify-content: center !important;\n }\n\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n\n .justify-content-lg-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n\n .align-items-lg-center {\n align-items: center !important;\n }\n\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n\n .align-content-lg-center {\n align-content: center !important;\n }\n\n .align-content-lg-between {\n align-content: space-between !important;\n }\n\n .align-content-lg-around {\n align-content: space-around !important;\n }\n\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n\n .align-self-lg-auto {\n align-self: auto !important;\n }\n\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n\n .align-self-lg-center {\n align-self: center !important;\n }\n\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n\n .order-lg-first {\n order: -1 !important;\n }\n\n .order-lg-0 {\n order: 0 !important;\n }\n\n .order-lg-1 {\n order: 1 !important;\n }\n\n .order-lg-2 {\n order: 2 !important;\n }\n\n .order-lg-3 {\n order: 3 !important;\n }\n\n .order-lg-4 {\n order: 4 !important;\n }\n\n .order-lg-5 {\n order: 5 !important;\n }\n\n .order-lg-last {\n order: 6 !important;\n }\n\n .m-lg-0 {\n margin: 0 !important;\n }\n\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n\n .m-lg-3 {\n margin: 1rem !important;\n }\n\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n\n .m-lg-5 {\n margin: 3rem !important;\n }\n\n .m-lg-auto {\n margin: auto !important;\n }\n\n .mx-lg-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n }\n\n .mx-lg-1 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n }\n\n .mx-lg-2 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n }\n\n .mx-lg-3 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n }\n\n .mx-lg-4 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n }\n\n .mx-lg-5 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n }\n\n .mx-lg-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n }\n\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n\n .mt-lg-auto {\n margin-top: auto !important;\n }\n\n .me-lg-0 {\n margin-left: 0 !important;\n }\n\n .me-lg-1 {\n margin-left: 0.25rem !important;\n }\n\n .me-lg-2 {\n margin-left: 0.5rem !important;\n }\n\n .me-lg-3 {\n margin-left: 1rem !important;\n }\n\n .me-lg-4 {\n margin-left: 1.5rem !important;\n }\n\n .me-lg-5 {\n margin-left: 3rem !important;\n }\n\n .me-lg-auto {\n margin-left: auto !important;\n }\n\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n\n .ms-lg-0 {\n margin-right: 0 !important;\n }\n\n .ms-lg-1 {\n margin-right: 0.25rem !important;\n }\n\n .ms-lg-2 {\n margin-right: 0.5rem !important;\n }\n\n .ms-lg-3 {\n margin-right: 1rem !important;\n }\n\n .ms-lg-4 {\n margin-right: 1.5rem !important;\n }\n\n .ms-lg-5 {\n margin-right: 3rem !important;\n }\n\n .ms-lg-auto {\n margin-right: auto !important;\n }\n\n .p-lg-0 {\n padding: 0 !important;\n }\n\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n\n .p-lg-3 {\n padding: 1rem !important;\n }\n\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n\n .p-lg-5 {\n padding: 3rem !important;\n }\n\n .px-lg-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n .px-lg-1 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n }\n\n .px-lg-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n }\n\n .px-lg-3 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n }\n\n .px-lg-4 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n }\n\n .px-lg-5 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n }\n\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n\n .pe-lg-0 {\n padding-left: 0 !important;\n }\n\n .pe-lg-1 {\n padding-left: 0.25rem !important;\n }\n\n .pe-lg-2 {\n padding-left: 0.5rem !important;\n }\n\n .pe-lg-3 {\n padding-left: 1rem !important;\n }\n\n .pe-lg-4 {\n padding-left: 1.5rem !important;\n }\n\n .pe-lg-5 {\n padding-left: 3rem !important;\n }\n\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-lg-0 {\n padding-right: 0 !important;\n }\n\n .ps-lg-1 {\n padding-right: 0.25rem !important;\n }\n\n .ps-lg-2 {\n padding-right: 0.5rem !important;\n }\n\n .ps-lg-3 {\n padding-right: 1rem !important;\n }\n\n .ps-lg-4 {\n padding-right: 1.5rem !important;\n }\n\n .ps-lg-5 {\n padding-right: 3rem !important;\n }\n}\n@media (min-width: 1200px) {\n .d-xl-inline {\n display: inline !important;\n }\n\n .d-xl-inline-block {\n display: inline-block !important;\n }\n\n .d-xl-block {\n display: block !important;\n }\n\n .d-xl-grid {\n display: grid !important;\n }\n\n .d-xl-table {\n display: table !important;\n }\n\n .d-xl-table-row {\n display: table-row !important;\n }\n\n .d-xl-table-cell {\n display: table-cell !important;\n }\n\n .d-xl-flex {\n display: flex !important;\n }\n\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xl-none {\n display: none !important;\n }\n\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xl-row {\n flex-direction: row !important;\n }\n\n .flex-xl-column {\n flex-direction: column !important;\n }\n\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xl-center {\n justify-content: center !important;\n }\n\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xl-center {\n align-items: center !important;\n }\n\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xl-center {\n align-content: center !important;\n }\n\n .align-content-xl-between {\n align-content: space-between !important;\n }\n\n .align-content-xl-around {\n align-content: space-around !important;\n }\n\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xl-auto {\n align-self: auto !important;\n }\n\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xl-center {\n align-self: center !important;\n }\n\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n\n .order-xl-first {\n order: -1 !important;\n }\n\n .order-xl-0 {\n order: 0 !important;\n }\n\n .order-xl-1 {\n order: 1 !important;\n }\n\n .order-xl-2 {\n order: 2 !important;\n }\n\n .order-xl-3 {\n order: 3 !important;\n }\n\n .order-xl-4 {\n order: 4 !important;\n }\n\n .order-xl-5 {\n order: 5 !important;\n }\n\n .order-xl-last {\n order: 6 !important;\n }\n\n .m-xl-0 {\n margin: 0 !important;\n }\n\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xl-3 {\n margin: 1rem !important;\n }\n\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xl-5 {\n margin: 3rem !important;\n }\n\n .m-xl-auto {\n margin: auto !important;\n }\n\n .mx-xl-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n }\n\n .mx-xl-1 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n }\n\n .mx-xl-2 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n }\n\n .mx-xl-3 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n }\n\n .mx-xl-4 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n }\n\n .mx-xl-5 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n }\n\n .mx-xl-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n }\n\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xl-auto {\n margin-top: auto !important;\n }\n\n .me-xl-0 {\n margin-left: 0 !important;\n }\n\n .me-xl-1 {\n margin-left: 0.25rem !important;\n }\n\n .me-xl-2 {\n margin-left: 0.5rem !important;\n }\n\n .me-xl-3 {\n margin-left: 1rem !important;\n }\n\n .me-xl-4 {\n margin-left: 1.5rem !important;\n }\n\n .me-xl-5 {\n margin-left: 3rem !important;\n }\n\n .me-xl-auto {\n margin-left: auto !important;\n }\n\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xl-0 {\n margin-right: 0 !important;\n }\n\n .ms-xl-1 {\n margin-right: 0.25rem !important;\n }\n\n .ms-xl-2 {\n margin-right: 0.5rem !important;\n }\n\n .ms-xl-3 {\n margin-right: 1rem !important;\n }\n\n .ms-xl-4 {\n margin-right: 1.5rem !important;\n }\n\n .ms-xl-5 {\n margin-right: 3rem !important;\n }\n\n .ms-xl-auto {\n margin-right: auto !important;\n }\n\n .p-xl-0 {\n padding: 0 !important;\n }\n\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xl-3 {\n padding: 1rem !important;\n }\n\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xl-5 {\n padding: 3rem !important;\n }\n\n .px-xl-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n .px-xl-1 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n }\n\n .px-xl-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n }\n\n .px-xl-3 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n }\n\n .px-xl-4 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n }\n\n .px-xl-5 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n }\n\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xl-0 {\n padding-left: 0 !important;\n }\n\n .pe-xl-1 {\n padding-left: 0.25rem !important;\n }\n\n .pe-xl-2 {\n padding-left: 0.5rem !important;\n }\n\n .pe-xl-3 {\n padding-left: 1rem !important;\n }\n\n .pe-xl-4 {\n padding-left: 1.5rem !important;\n }\n\n .pe-xl-5 {\n padding-left: 3rem !important;\n }\n\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xl-0 {\n padding-right: 0 !important;\n }\n\n .ps-xl-1 {\n padding-right: 0.25rem !important;\n }\n\n .ps-xl-2 {\n padding-right: 0.5rem !important;\n }\n\n .ps-xl-3 {\n padding-right: 1rem !important;\n }\n\n .ps-xl-4 {\n padding-right: 1.5rem !important;\n }\n\n .ps-xl-5 {\n padding-right: 3rem !important;\n }\n}\n@media (min-width: 1400px) {\n .d-xxl-inline {\n display: inline !important;\n }\n\n .d-xxl-inline-block {\n display: inline-block !important;\n }\n\n .d-xxl-block {\n display: block !important;\n }\n\n .d-xxl-grid {\n display: grid !important;\n }\n\n .d-xxl-table {\n display: table !important;\n }\n\n .d-xxl-table-row {\n display: table-row !important;\n }\n\n .d-xxl-table-cell {\n display: table-cell !important;\n }\n\n .d-xxl-flex {\n display: flex !important;\n }\n\n .d-xxl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xxl-none {\n display: none !important;\n }\n\n .flex-xxl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xxl-row {\n flex-direction: row !important;\n }\n\n .flex-xxl-column {\n flex-direction: column !important;\n }\n\n .flex-xxl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xxl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xxl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xxl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xxl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xxl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xxl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xxl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xxl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xxl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xxl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xxl-center {\n justify-content: center !important;\n }\n\n .justify-content-xxl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xxl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xxl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xxl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xxl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xxl-center {\n align-items: center !important;\n }\n\n .align-items-xxl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xxl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xxl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xxl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xxl-center {\n align-content: center !important;\n }\n\n .align-content-xxl-between {\n align-content: space-between !important;\n }\n\n .align-content-xxl-around {\n align-content: space-around !important;\n }\n\n .align-content-xxl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xxl-auto {\n align-self: auto !important;\n }\n\n .align-self-xxl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xxl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xxl-center {\n align-self: center !important;\n }\n\n .align-self-xxl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xxl-stretch {\n align-self: stretch !important;\n }\n\n .order-xxl-first {\n order: -1 !important;\n }\n\n .order-xxl-0 {\n order: 0 !important;\n }\n\n .order-xxl-1 {\n order: 1 !important;\n }\n\n .order-xxl-2 {\n order: 2 !important;\n }\n\n .order-xxl-3 {\n order: 3 !important;\n }\n\n .order-xxl-4 {\n order: 4 !important;\n }\n\n .order-xxl-5 {\n order: 5 !important;\n }\n\n .order-xxl-last {\n order: 6 !important;\n }\n\n .m-xxl-0 {\n margin: 0 !important;\n }\n\n .m-xxl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xxl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xxl-3 {\n margin: 1rem !important;\n }\n\n .m-xxl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xxl-5 {\n margin: 3rem !important;\n }\n\n .m-xxl-auto {\n margin: auto !important;\n }\n\n .mx-xxl-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n }\n\n .mx-xxl-1 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n }\n\n .mx-xxl-2 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n }\n\n .mx-xxl-3 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n }\n\n .mx-xxl-4 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n }\n\n .mx-xxl-5 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n }\n\n .mx-xxl-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n }\n\n .my-xxl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xxl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xxl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xxl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xxl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xxl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xxl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xxl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xxl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xxl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xxl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xxl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xxl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xxl-auto {\n margin-top: auto !important;\n }\n\n .me-xxl-0 {\n margin-left: 0 !important;\n }\n\n .me-xxl-1 {\n margin-left: 0.25rem !important;\n }\n\n .me-xxl-2 {\n margin-left: 0.5rem !important;\n }\n\n .me-xxl-3 {\n margin-left: 1rem !important;\n }\n\n .me-xxl-4 {\n margin-left: 1.5rem !important;\n }\n\n .me-xxl-5 {\n margin-left: 3rem !important;\n }\n\n .me-xxl-auto {\n margin-left: auto !important;\n }\n\n .mb-xxl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xxl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xxl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xxl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xxl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xxl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xxl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xxl-0 {\n margin-right: 0 !important;\n }\n\n .ms-xxl-1 {\n margin-right: 0.25rem !important;\n }\n\n .ms-xxl-2 {\n margin-right: 0.5rem !important;\n }\n\n .ms-xxl-3 {\n margin-right: 1rem !important;\n }\n\n .ms-xxl-4 {\n margin-right: 1.5rem !important;\n }\n\n .ms-xxl-5 {\n margin-right: 3rem !important;\n }\n\n .ms-xxl-auto {\n margin-right: auto !important;\n }\n\n .p-xxl-0 {\n padding: 0 !important;\n }\n\n .p-xxl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xxl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xxl-3 {\n padding: 1rem !important;\n }\n\n .p-xxl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xxl-5 {\n padding: 3rem !important;\n }\n\n .px-xxl-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n .px-xxl-1 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n }\n\n .px-xxl-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n }\n\n .px-xxl-3 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n }\n\n .px-xxl-4 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n }\n\n .px-xxl-5 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n }\n\n .py-xxl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xxl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xxl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xxl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xxl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xxl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xxl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xxl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xxl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xxl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xxl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xxl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xxl-0 {\n padding-left: 0 !important;\n }\n\n .pe-xxl-1 {\n padding-left: 0.25rem !important;\n }\n\n .pe-xxl-2 {\n padding-left: 0.5rem !important;\n }\n\n .pe-xxl-3 {\n padding-left: 1rem !important;\n }\n\n .pe-xxl-4 {\n padding-left: 1.5rem !important;\n }\n\n .pe-xxl-5 {\n padding-left: 3rem !important;\n }\n\n .pb-xxl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xxl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xxl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xxl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xxl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xxl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xxl-0 {\n padding-right: 0 !important;\n }\n\n .ps-xxl-1 {\n padding-right: 0.25rem !important;\n }\n\n .ps-xxl-2 {\n padding-right: 0.5rem !important;\n }\n\n .ps-xxl-3 {\n padding-right: 1rem !important;\n }\n\n .ps-xxl-4 {\n padding-right: 1.5rem !important;\n }\n\n .ps-xxl-5 {\n padding-right: 3rem !important;\n }\n}\n@media print {\n .d-print-inline {\n display: inline !important;\n }\n\n .d-print-inline-block {\n display: inline-block !important;\n }\n\n .d-print-block {\n display: block !important;\n }\n\n .d-print-grid {\n display: grid !important;\n }\n\n .d-print-table {\n display: table !important;\n }\n\n .d-print-table-row {\n display: table-row !important;\n }\n\n .d-print-table-cell {\n display: table-cell !important;\n }\n\n .d-print-flex {\n display: flex !important;\n }\n\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n\n .d-print-none {\n display: none !important;\n }\n}\n/*# sourceMappingURL=bootstrap-grid.rtl.css.map */","// Container mixins\n\n@mixin make-container($gutter: $container-padding-x) {\n width: 100%;\n padding-right: var(--#{$variable-prefix}gutter-x, #{$gutter});\n padding-left: var(--#{$variable-prefix}gutter-x, #{$gutter});\n margin-right: auto;\n margin-left: auto;\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @if not $n {\n @error \"breakpoint `#{$name}` not found in `#{$breakpoints}`\";\n }\n @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width.\n// The maximum value is reduced by 0.02px to work around the limitations of\n// `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $max: map-get($breakpoints, $name);\n @return if($max and $max > 0, $max - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $next: breakpoint-next($name, $breakpoints);\n $max: breakpoint-max($next);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($next, $breakpoints) {\n @content;\n }\n }\n}\n","// Row\n//\n// Rows contain your columns.\n\n@if $enable-grid-classes {\n .row {\n @include make-row();\n\n > * {\n @include make-col-ready();\n }\n }\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n@if $enable-grid-classes {\n @include make-grid-columns();\n}\n","// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n@mixin make-row($gutter: $grid-gutter-width) {\n --#{$variable-prefix}gutter-x: #{$gutter};\n --#{$variable-prefix}gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n margin-top: calc(var(--#{$variable-prefix}gutter-y) * -1); // stylelint-disable-line function-disallowed-list\n margin-right: calc(var(--#{$variable-prefix}gutter-x) * -.5); // stylelint-disable-line function-disallowed-list\n margin-left: calc(var(--#{$variable-prefix}gutter-x) * -.5); // stylelint-disable-line function-disallowed-list\n}\n\n@mixin make-col-ready($gutter: $grid-gutter-width) {\n // Add box sizing if only the grid is loaded\n box-sizing: if(variable-exists(include-column-box-sizing) and $include-column-box-sizing, border-box, null);\n // Prevent columns from becoming too narrow when at smaller grid tiers by\n // always setting `width: 100%;`. This works because we set the width\n // later on to override this initial width.\n flex-shrink: 0;\n width: 100%;\n max-width: 100%; // Prevent `.col-auto`, `.col` (& responsive variants) from breaking out the grid\n padding-right: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n padding-left: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n margin-top: var(--#{$variable-prefix}gutter-y);\n}\n\n@mixin make-col($size: false, $columns: $grid-columns) {\n @if $size {\n flex: 0 0 auto;\n width: percentage(divide($size, $columns));\n\n } @else {\n flex: 1 1 0;\n max-width: 100%;\n }\n}\n\n@mixin make-col-auto() {\n flex: 0 0 auto;\n width: auto;\n}\n\n@mixin make-col-offset($size, $columns: $grid-columns) {\n $num: divide($size, $columns);\n margin-left: if($num == 0, 0, percentage($num));\n}\n\n// Row columns\n//\n// Specify on a parent element(e.g., .row) to force immediate children into NN\n// numberof columns. Supports wrapping to new lines, but does not do a Masonry\n// style grid.\n@mixin row-cols($count) {\n > * {\n flex: 0 0 auto;\n width: divide(100%, $count);\n }\n}\n\n// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `$grid-columns`.\n\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n // .row-cols defaults must all appear before .col overrides so they can be overridden.\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n // Provide basic `.col-{bp}` classes for equal-width flexbox columns\n .col#{$infix} {\n flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4\n }\n\n .row-cols#{$infix}-auto > * {\n @include make-col-auto();\n }\n\n @if $grid-row-columns > 0 {\n @for $i from 1 through $grid-row-columns {\n .row-cols#{$infix}-#{$i} {\n @include row-cols($i);\n }\n }\n }\n }\n }\n\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n .col#{$infix}-auto {\n @include make-col-auto();\n }\n\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @include make-col($i, $columns);\n }\n }\n\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\n @for $i from 0 through ($columns - 1) {\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n .offset#{$infix}-#{$i} {\n @include make-col-offset($i, $columns);\n }\n }\n }\n }\n\n // Gutters\n //\n // Make use of `.g-*`, `.gx-*` or `.gy-*` utilities to change spacing between the columns.\n @each $key, $value in $gutters {\n .g#{$infix}-#{$key},\n .gx#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-x: #{$value};\n }\n\n .g#{$infix}-#{$key},\n .gy#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-y: #{$value};\n }\n }\n }\n }\n}\n","// Utility generator\n// Used to generate utilities & print utilities\n@mixin generate-utility($utility, $infix, $is-rfs-media-query: false) {\n $values: map-get($utility, values);\n\n // If the values are a list or string, convert it into a map\n @if type-of($values) == \"string\" or type-of(nth($values, 1)) != \"list\" {\n $values: zip($values, $values);\n }\n\n @each $key, $value in $values {\n $properties: map-get($utility, property);\n\n // Multiple properties are possible, for example with vertical or horizontal margins or paddings\n @if type-of($properties) == \"string\" {\n $properties: append((), $properties);\n }\n\n // Use custom class if present\n $property-class: if(map-has-key($utility, class), map-get($utility, class), nth($properties, 1));\n $property-class: if($property-class == null, \"\", $property-class);\n\n // State params to generate pseudo-classes\n $state: if(map-has-key($utility, state), map-get($utility, state), ());\n\n $infix: if($property-class == \"\" and str-slice($infix, 1, 1) == \"-\", str-slice($infix, 2), $infix);\n\n // Don't prefix if value key is null (eg. with shadow class)\n $property-class-modifier: if($key, if($property-class == \"\" and $infix == \"\", \"\", \"-\") + $key, \"\");\n\n @if map-get($utility, rfs) {\n // Inside the media query\n @if $is-rfs-media-query {\n $val: rfs-value($value);\n\n // Do not render anything if fluid and non fluid values are the same\n $value: if($val == rfs-fluid-value($value), null, $val);\n }\n @else {\n $value: rfs-fluid-value($value);\n }\n }\n\n $is-rtl: map-get($utility, rtl);\n\n @if $value != null {\n @if $is-rtl == false {\n /* rtl:begin:remove */\n }\n .#{$property-class + $infix + $property-class-modifier} {\n @each $property in $properties {\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n @each $property in $properties {\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n }\n @if $is-rtl == false {\n /* rtl:end:remove */\n }\n }\n }\n}\n","// Loop over each breakpoint\n@each $breakpoint in map-keys($grid-breakpoints) {\n\n // Generate media query if needed\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix);\n }\n }\n }\n}\n\n// RFS rescaling\n@media (min-width: $rfs-mq-value) {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @if (map-get($grid-breakpoints, $breakpoint) < $rfs-breakpoint) {\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and map-get($utility, rfs) and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix, true);\n }\n }\n }\n }\n}\n\n\n// Print utilities\n@media print {\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Then check if the utility needs print styles\n @if type-of($utility) == \"map\" and map-get($utility, print) == true {\n @include generate-utility($utility, \"-print\");\n }\n }\n}\n"]} \ No newline at end of file diff --git a/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-reboot.css b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-reboot.css new file mode 100644 index 0000000..2cd30e0 --- /dev/null +++ b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-reboot.css @@ -0,0 +1,426 @@ +/*! + * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors + * Copyright 2011-2021 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) + */ +*, +*::before, +*::after { + box-sizing: border-box; +} + +@media (prefers-reduced-motion: no-preference) { + :root { + scroll-behavior: smooth; + } +} + +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; + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} + +hr { + margin: 1rem 0; + color: inherit; + background-color: currentColor; + border: 0; + opacity: 0.25; +} + +hr:not([size]) { + height: 1px; +} + +h6, h5, h4, h3, h2, h1 { + margin-top: 0; + margin-bottom: 0.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 + 0.9vw); +} +@media (min-width: 1200px) { + h2 { + font-size: 2rem; + } +} + +h3 { + font-size: calc(1.3rem + 0.6vw); +} +@media (min-width: 1200px) { + h3 { + font-size: 1.75rem; + } +} + +h4 { + font-size: calc(1.275rem + 0.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[title], +abbr[data-bs-original-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; +} + +ol, +ul, +dl { + margin-top: 0; + margin-bottom: 1rem; +} + +ol ol, +ul ul, +ol ul, +ul ol { + margin-bottom: 0; +} + +dt { + font-weight: 700; +} + +dd { + margin-bottom: 0.5rem; + margin-left: 0; +} + +blockquote { + margin: 0 0 1rem; +} + +b, +strong { + font-weight: bolder; +} + +small { + font-size: 0.875em; +} + +mark { + padding: 0.2em; + background-color: #fcf8e3; +} + +sub, +sup { + position: relative; + font-size: 0.75em; + line-height: 0; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +a { + color: #0d6efd; + text-decoration: underline; +} +a:hover { + color: #0a58ca; +} + +a:not([href]):not([class]), a:not([href]):not([class]):hover { + color: inherit; + text-decoration: none; +} + +pre, +code, +kbd, +samp { + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + font-size: 1em; + direction: ltr /* rtl:ignore */; + unicode-bidi: bidi-override; +} + +pre { + display: block; + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; + font-size: 0.875em; +} +pre code { + font-size: inherit; + color: inherit; + word-break: normal; +} + +code { + font-size: 0.875em; + color: #d63384; + word-wrap: break-word; +} +a > code { + color: inherit; +} + +kbd { + padding: 0.2rem 0.4rem; + font-size: 0.875em; + color: #fff; + background-color: #212529; + border-radius: 0.2rem; +} +kbd kbd { + padding: 0; + font-size: 1em; + font-weight: 700; +} + +figure { + margin: 0 0 1rem; +} + +img, +svg { + vertical-align: middle; +} + +table { + caption-side: bottom; + border-collapse: collapse; +} + +caption { + padding-top: 0.5rem; + padding-bottom: 0.5rem; + color: #6c757d; + text-align: left; +} + +th { + text-align: inherit; + text-align: -webkit-match-parent; +} + +thead, +tbody, +tfoot, +tr, +td, +th { + border-color: inherit; + border-style: solid; + border-width: 0; +} + +label { + display: inline-block; +} + +button { + border-radius: 0; +} + +button:focus:not(:focus-visible) { + outline: 0; +} + +input, +button, +select, +optgroup, +textarea { + margin: 0; + font-family: inherit; + font-size: inherit; + line-height: inherit; +} + +button, +select { + text-transform: none; +} + +[role=button] { + cursor: pointer; +} + +select { + word-wrap: normal; +} +select:disabled { + opacity: 1; +} + +[list]::-webkit-calendar-picker-indicator { + display: none; +} + +button, +[type=button], +[type=reset], +[type=submit] { + -webkit-appearance: button; +} +button:not(:disabled), +[type=button]:not(:disabled), +[type=reset]:not(:disabled), +[type=submit]:not(:disabled) { + cursor: pointer; +} + +::-moz-focus-inner { + padding: 0; + border-style: none; +} + +textarea { + resize: vertical; +} + +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; +} + +legend { + float: left; + width: 100%; + padding: 0; + margin-bottom: 0.5rem; + font-size: calc(1.275rem + 0.3vw); + line-height: inherit; +} +@media (min-width: 1200px) { + legend { + font-size: 1.5rem; + } +} +legend + * { + clear: left; +} + +::-webkit-datetime-edit-fields-wrapper, +::-webkit-datetime-edit-text, +::-webkit-datetime-edit-minute, +::-webkit-datetime-edit-hour-field, +::-webkit-datetime-edit-day-field, +::-webkit-datetime-edit-month-field, +::-webkit-datetime-edit-year-field { + padding: 0; +} + +::-webkit-inner-spin-button { + height: auto; +} + +[type=search] { + outline-offset: -2px; + -webkit-appearance: textfield; +} + +/* rtl:raw: +[type="tel"], +[type="url"], +[type="email"], +[type="number"] { + direction: ltr; +} +*/ +::-webkit-search-decoration { + -webkit-appearance: none; +} + +::-webkit-color-swatch-wrapper { + padding: 0; +} + +::file-selector-button { + font: inherit; +} + +::-webkit-file-upload-button { + font: inherit; + -webkit-appearance: button; +} + +output { + display: inline-block; +} + +iframe { + border: 0; +} + +summary { + display: list-item; + cursor: pointer; +} + +progress { + vertical-align: baseline; +} + +[hidden] { + display: none !important; +} + +/*# sourceMappingURL=bootstrap-reboot.css.map */ \ No newline at end of file diff --git a/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-reboot.css.map b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-reboot.css.map new file mode 100644 index 0000000..b0e65f5 --- /dev/null +++ b/Thomy Noel/bootstrap-5.0.2-dist/css/bootstrap-reboot.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../scss/bootstrap-reboot.scss","../../scss/_reboot.scss","bootstrap-reboot.css","../../scss/_variables.scss","../../scss/vendor/_rfs.scss","../../scss/mixins/_border-radius.scss"],"names":[],"mappings":"AAAA;;;;;;EAAA;ACeA;;;EAGE,sBAAA;ACPF;;ADoBI;EAJJ;IAKM,uBAAA;EChBJ;AACF;;AD4BA;EACE,SAAA;EACA,4MEmX4B;EC7HxB,eALI;EH/OR,gBEgY4B;EF/X5B,gBEqY4B;EFpY5B,cElCS;EFoCT,sBE7CS;EF8CT,8BAAA;EACA,6CAAA;AC1BF;;ADmCA;EACE,cAAA;EACA,cEqb4B;EFpb5B,8BAAA;EACA,SAAA;EACA,aEob4B;ADpd9B;;ADmCA;EACE,WE+R4B;AD/T9B;;AD0CA;EACE,aAAA;EACA,qBE0X4B;EFvX5B,gBE0X4B;EFzX5B,gBE0X4B;ADna9B;;AD6CA;EG4MQ,iCAAA;AFrPR;AEmFI;EH1CJ;IGmNQ,iBAAA;EFxPN;AACF;;ADyCA;EGuMQ,iCAAA;AF5OR;AE0EI;EHrCJ;IG8MQ,eAAA;EF/ON;AACF;;ADqCA;EGkMQ,+BAAA;AFnOR;AEiEI;EHhCJ;IGyMQ,kBAAA;EFtON;AACF;;ADiCA;EG6LQ,iCAAA;AF1NR;AEwDI;EH3BJ;IGoMQ,iBAAA;EF7NN;AACF;;AD6BA;EGoLM,kBALI;AFxMV;;AD8BA;EG+KM,eALI;AFpMV;;ADqCA;EACE,aAAA;EACA,mBEyK0B;AD3M5B;;AD6CA;;EAEE,yCAAA;EAAA,iCAAA;EACA,YAAA;EACA,sCAAA;EAAA,8BAAA;AC1CF;;ADgDA;EACE,mBAAA;EACA,kBAAA;EACA,oBAAA;AC7CF;;ADmDA;;EAEE,kBAAA;AChDF;;ADmDA;;;EAGE,aAAA;EACA,mBAAA;AChDF;;ADmDA;;;;EAIE,gBAAA;AChDF;;ADmDA;EACE,gBE6P4B;AD7S9B;;ADqDA;EACE,qBAAA;EACA,cAAA;AClDF;;ADwDA;EACE,gBAAA;ACrDF;;AD6DA;;EAEE,mBEsO4B;ADhS9B;;ADkEA;EGgFM,kBALI;AFzIV;;ADqEA;EACE,cEkS4B;EFjS5B,yBEyS4B;AD3W9B;;AD2EA;;EAEE,kBAAA;EG4DI,iBALI;EHrDR,cAAA;EACA,wBAAA;ACxEF;;AD2EA;EAAM,eAAA;ACvEN;;ADwEA;EAAM,WAAA;ACpEN;;ADyEA;EACE,cEhNQ;EFiNR,0BEyCwC;AD/G1C;ADwEE;EACE,cEwCsC;AD9G1C;;ADiFE;EAEE,cAAA;EACA,qBAAA;AC/EJ;;ADsFA;;;;EAIE,iGEgJ4B;EC9HxB,cALI;EHXR,+BAAA;EACA,2BAAA;ACnFF;;AD0FA;EACE,cAAA;EACA,aAAA;EACA,mBAAA;EACA,cAAA;EGII,kBALI;AFrFV;AD2FE;EGDI,kBALI;EHQN,cAAA;EACA,kBAAA;ACzFJ;;AD6FA;EGRM,kBALI;EHeR,cEtQQ;EFuQR,qBAAA;AC1FF;AD6FE;EACE,cAAA;AC3FJ;;AD+FA;EACE,sBAAA;EGpBI,kBALI;EH2BR,WEnTS;EFoTT,yBE3SS;EEEP,qBAAA;AH8MJ;AD8FE;EACE,UAAA;EG3BE,cALI;EHkCN,gBEgH0B;AD5M9B;;ADqGA;EACE,gBAAA;AClGF;;ADwGA;;EAEE,sBAAA;ACrGF;;AD6GA;EACE,oBAAA;EACA,yBAAA;AC1GF;;AD6GA;EACE,mBE8K4B;EF7K5B,sBE6K4B;EF5K5B,cEtVS;EFuVT,gBAAA;AC1GF;;ADiHA;EAEE,mBAAA;EACA,gCAAA;AC/GF;;ADkHA;;;;;;EAME,qBAAA;EACA,mBAAA;EACA,eAAA;AC/GF;;ADuHA;EACE,qBAAA;ACpHF;;AD0HA;EAEE,gBAAA;ACxHF;;ADgIA;EACE,UAAA;AC7HF;;ADkIA;;;;;EAKE,SAAA;EACA,oBAAA;EG1HI,kBALI;EHiIR,oBAAA;AC/HF;;ADmIA;;EAEE,oBAAA;AChIF;;ADqIA;EACE,eAAA;AClIF;;ADqIA;EAGE,iBAAA;ACpIF;ADuIE;EACE,UAAA;ACrIJ;;AD4IA;EACE,aAAA;ACzIF;;ADiJA;;;;EAIE,0BAAA;AC9IF;ADiJI;;;;EACE,eAAA;AC5IN;;ADmJA;EACE,UAAA;EACA,kBAAA;AChJF;;ADqJA;EACE,gBAAA;AClJF;;AD4JA;EACE,YAAA;EACA,UAAA;EACA,SAAA;EACA,SAAA;ACzJF;;ADiKA;EACE,WAAA;EACA,WAAA;EACA,UAAA;EACA,qBEG4B;EClNtB,iCAAA;EHkNN,oBAAA;AC/JF;AErNI;EH6WJ;IGpMQ,iBAAA;EFgDN;AACF;AD4JE;EACE,WAAA;AC1JJ;;ADiKA;;;;;;;EAOE,UAAA;AC9JF;;ADiKA;EACE,YAAA;AC9JF;;ADuKA;EACE,oBAAA;EACA,6BAAA;ACpKF;;AD4KA;;;;;;;CAAA;AAWA;EACE,wBAAA;AC5KF;;ADiLA;EACE,UAAA;AC9KF;;ADoLA;EACE,aAAA;ACjLF;;ADuLA;EACE,aAAA;EACA,0BAAA;ACpLF;;ADyLA;EACE,qBAAA;ACtLF;;AD2LA;EACE,SAAA;ACxLF;;AD+LA;EACE,kBAAA;EACA,eAAA;AC5LF;;ADoMA;EACE,wBAAA;ACjMF;;ADyMA;EACE,wBAAA;ACtMF","file":"bootstrap-reboot.css","sourcesContent":["/*!\n * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n\n@import \"functions\";\n@import \"variables\";\n// Prevent the usage of custom properties since we don't add them to `:root` in reboot\n$font-family-base: $font-family-sans-serif; // stylelint-disable-line scss/dollar-variable-default\n$font-family-code: $font-family-monospace; // stylelint-disable-line scss/dollar-variable-default\n@import \"mixins\";\n@import \"reboot\";\n","// stylelint-disable declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\n\n// Root\n//\n// Ability to the value of the root font sizes, affecting the value of `rem`.\n// null by default, thus nothing is generated.\n\n:root {\n font-size: $font-size-root;\n\n @if $enable-smooth-scroll {\n @media (prefers-reduced-motion: no-preference) {\n scroll-behavior: smooth;\n }\n }\n}\n\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Prevent adjustments of font size after orientation changes in iOS.\n// 4. Change the default tap highlight to be completely transparent in iOS.\n\nbody {\n margin: 0; // 1\n font-family: $font-family-base;\n @include font-size($font-size-base);\n font-weight: $font-weight-base;\n line-height: $line-height-base;\n color: $body-color;\n text-align: $body-text-align;\n background-color: $body-bg; // 2\n -webkit-text-size-adjust: 100%; // 3\n -webkit-tap-highlight-color: rgba($black, 0); // 4\n}\n\n\n// Content grouping\n//\n// 1. Reset Firefox's gray color\n// 2. Set correct height and prevent the `size` attribute to make the `hr` look like an input field\n\nhr {\n margin: $hr-margin-y 0;\n color: $hr-color; // 1\n background-color: currentColor;\n border: 0;\n opacity: $hr-opacity;\n}\n\nhr:not([size]) {\n height: $hr-height; // 2\n}\n\n\n// Typography\n//\n// 1. Remove top margins from headings\n// By default, `

`-`

` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n\n%heading {\n margin-top: 0; // 1\n margin-bottom: $headings-margin-bottom;\n font-family: $headings-font-family;\n font-style: $headings-font-style;\n font-weight: $headings-font-weight;\n line-height: $headings-line-height;\n color: $headings-color;\n}\n\nh1 {\n @extend %heading;\n @include font-size($h1-font-size);\n}\n\nh2 {\n @extend %heading;\n @include font-size($h2-font-size);\n}\n\nh3 {\n @extend %heading;\n @include font-size($h3-font-size);\n}\n\nh4 {\n @extend %heading;\n @include font-size($h4-font-size);\n}\n\nh5 {\n @extend %heading;\n @include font-size($h5-font-size);\n}\n\nh6 {\n @extend %heading;\n @include font-size($h6-font-size);\n}\n\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `

`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\n\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-bs-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-bs-original-title] { // 1\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n text-decoration-skip-ink: none; // 4\n}\n\n\n// Address\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\n\n// Lists\n\nol,\nul {\n padding-left: 2rem;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\n// 1. Undo browser default\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // 1\n}\n\n\n// Blockquote\n\nblockquote {\n margin: 0 0 1rem;\n}\n\n\n// Strong\n//\n// Add the correct font weight in Chrome, Edge, and Safari\n\nb,\nstrong {\n font-weight: $font-weight-bolder;\n}\n\n\n// Small\n//\n// Add the correct font size in all browsers\n\nsmall {\n @include font-size($small-font-size);\n}\n\n\n// Mark\n\nmark {\n padding: $mark-padding;\n background-color: $mark-bg;\n}\n\n\n// Sub and Sup\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n\nsub,\nsup {\n position: relative;\n @include font-size($sub-sup-font-size);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n// Links\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n\n &:hover {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([class]) {\n &,\n &:hover {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n// Code\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-code;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n direction: ltr #{\"/* rtl:ignore */\"};\n unicode-bidi: bidi-override;\n}\n\n// 1. Remove browser default top margin\n// 2. Reset browser default of `1em` to use `rem`s\n// 3. Don't allow content to break outside\n\npre {\n display: block;\n margin-top: 0; // 1\n margin-bottom: 1rem; // 2\n overflow: auto; // 3\n @include font-size($code-font-size);\n color: $pre-color;\n\n // Account for some code outputs that place code tags in pre tags\n code {\n @include font-size(inherit);\n color: inherit;\n word-break: normal;\n }\n}\n\ncode {\n @include font-size($code-font-size);\n color: $code-color;\n word-wrap: break-word;\n\n // Streamline the style when inside anchors to avoid broken underline and more\n a > & {\n color: inherit;\n }\n}\n\nkbd {\n padding: $kbd-padding-y $kbd-padding-x;\n @include font-size($kbd-font-size);\n color: $kbd-color;\n background-color: $kbd-bg;\n @include border-radius($border-radius-sm);\n\n kbd {\n padding: 0;\n @include font-size(1em);\n font-weight: $nested-kbd-font-weight;\n }\n}\n\n\n// Figures\n//\n// Apply a consistent margin strategy (matches our type styles).\n\nfigure {\n margin: 0 0 1rem;\n}\n\n\n// Images and content\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\n\n// Tables\n//\n// Prevent double borders\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: $table-cell-padding-y;\n padding-bottom: $table-cell-padding-y;\n color: $table-caption-color;\n text-align: left;\n}\n\n// 1. Removes font-weight bold by inheriting\n// 2. Matches default `` alignment by inheriting `text-align`.\n// 3. Fix alignment for Safari\n\nth {\n font-weight: $table-th-font-weight; // 1\n text-align: inherit; // 2\n text-align: -webkit-match-parent; // 3\n}\n\nthead,\ntbody,\ntfoot,\ntr,\ntd,\nth {\n border-color: inherit;\n border-style: solid;\n border-width: 0;\n}\n\n\n// Forms\n//\n// 1. Allow labels to use `margin` for spacing.\n\nlabel {\n display: inline-block; // 1\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n// See https://github.com/twbs/bootstrap/issues/24093\n\nbutton {\n // stylelint-disable-next-line property-disallowed-list\n border-radius: 0;\n}\n\n// Explicitly remove focus outline in Chromium when it shouldn't be\n// visible (e.g. as result of mouse click or touch tap). It already\n// should be doing this automatically, but seems to currently be\n// confused and applies its very visible two-tone outline anyway.\n\nbutton:focus:not(:focus-visible) {\n outline: 0;\n}\n\n// 1. Remove the margin in Firefox and Safari\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // 1\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\n// Remove the inheritance of text transform in Firefox\nbutton,\nselect {\n text-transform: none;\n}\n// Set the cursor for non-` +

+ + +
+ +
CAMPUS INFORMATIQUE ET MARKETING DIGITAL
+
+
+ +

Connectez vous

+ +
+ + +
+
+ + +
+ +
+ + +
+ +

© 2017–2024

+
+ + liste des étudiants + + + + + + + + + \ No newline at end of file diff --git a/Thomy Noel/index.html b/Thomy Noel/index.html index 196836c..50d2c81 100644 --- a/Thomy Noel/index.html +++ b/Thomy Noel/index.html @@ -5,13 +5,39 @@ Coucou + -

Message pour le monde!

-

Hello!

+ +
+
+
+ Case 1 +
+
+ Case 2 +
+
+ Case 3 +
+
+
+
+ Case 1 +
+
+ Case 2 +
+
+ Case 3 +
+
+ +
+ diff --git a/Thomy Noel/liste.html b/Thomy Noel/liste.html new file mode 100644 index 0000000..7b3ad11 --- /dev/null +++ b/Thomy Noel/liste.html @@ -0,0 +1,108 @@ + + + + + + Liste + + + + + + +
+ +
CAMPUS INFORMATIQUE ET MARKETING DIGITAL
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#NomPrénom
1MarcOtto
2JeanThornton
3StéphaneThornton
4Juliengence
5Nicolasmartin
6ericThomas
+
+ + + + + + + diff --git a/Thomy Noel/style.css b/Thomy Noel/style.css new file mode 100644 index 0000000..480964b --- /dev/null +++ b/Thomy Noel/style.css @@ -0,0 +1,44 @@ +form{ + width: 20%; + margin: 64px auto; + +} +#navig{ + height: 100px; + background-color: #009BDE; + color: white; +} +nav a{ + color: white; +} +a{ + color: white; + display: block; + width: 10%; + margin: 0 auto; +} +#btn{ + background-color: #FFC329; + border: none; + border-radius: 10px; +} +.Liste{ + width: 50%; + margin: 64px auto; +} +.header{ + display: flex; + width: 70%; + height: 200px; + margin: 0 auto; +} +.logo{ + background-image: url("Logo-EXPERNET-2024.png"); + background-size: contain; + background-repeat: no-repeat; + width: 10%; + height: 100px; +} +.text{ + color: #009BDE; +} \ No newline at end of file From a0cb6f50b2fd4b33f8ca7190d6a1f660b1610cf5 Mon Sep 17 00:00:00 2001 From: Toma Date: Tue, 22 Oct 2024 14:24:12 +0400 Subject: [PATCH 05/55] fix css --- BToma/list.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/BToma/list.html b/BToma/list.html index 1fa0ab5..b2933b4 100644 --- a/BToma/list.html +++ b/BToma/list.html @@ -5,6 +5,20 @@ Tic Tac Toc | Azylos + From cd029ae6091f2201af5c9e2f9a77acccc13c21af Mon Sep 17 00:00:00 2001 From: GRONDIN Clarel Date: Tue, 22 Oct 2024 14:25:58 +0400 Subject: [PATCH 06/55] Clarel commit --- GRONDINClarel/expernet.png | Bin 0 -> 199838 bytes GRONDINClarel/index.html | 75 +++++++++++++++++++++++++++++++++---- GRONDINClarel/login.html | 55 +++++++++++++++++++++++++++ 3 files changed, 123 insertions(+), 7 deletions(-) create mode 100644 GRONDINClarel/expernet.png create mode 100644 GRONDINClarel/login.html diff --git a/GRONDINClarel/expernet.png b/GRONDINClarel/expernet.png new file mode 100644 index 0000000000000000000000000000000000000000..b770e78d6a2fa510b8f7e916c5569ba15b9b3eda GIT binary patch literal 199838 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 z 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�@; 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 literal 0 HcmV?d00001 diff --git a/GRONDINClarel/index.html b/GRONDINClarel/index.html index 72bcddd..4bb8a49 100644 --- a/GRONDINClarel/index.html +++ b/GRONDINClarel/index.html @@ -6,15 +6,76 @@ Page de Clarel - - -

Ceci est la page de Clarel

-
+ diff --git a/AHOVEYSaintGeorge/liste.html b/AHOVEYSaintGeorge/liste.html new file mode 100644 index 0000000..d636e43 --- /dev/null +++ b/AHOVEYSaintGeorge/liste.html @@ -0,0 +1,57 @@ + + + + + + +
+
+
+ Logo +
+
+

CENTRE DE FORMATION INFORMATIQUE
+ À LA RÉUNION DEPUIS 2002 !

+
+
+ +

+

Liste des étudiants en CDA8

+ + +
+
+
+ AHOVEY Saint-George +
+
+ AH-YONG Emjy +
+
+ BARRET Toma +
+
+ CELEMANI Theo +
+
+ RAMASSY Cheun +
+
+ DEMONTIS Matisse +
+
+ GRONDIN Clarel +
+
+ HOARAU Jeremy +
+
+ MUNIER Jerome +
+
+ PEDRE Gabriel +
+
+
+ + \ No newline at end of file diff --git a/AHOVEYSaintGeorge/logo.png b/AHOVEYSaintGeorge/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..5623447b4cfd7f63164e4581422d7861dde4283f GIT binary patch literal 8183 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 literal 0 HcmV?d00001 diff --git a/AHOVEYSaintGeorge/test.html b/AHOVEYSaintGeorge/test.html new file mode 100644 index 0000000..0c0ef9f --- /dev/null +++ b/AHOVEYSaintGeorge/test.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + Coucou + + + +
+
+ + +
+ Case 1 +
+
+
+ Case 2 +
+
+
+
+ Case 3 +
+
+ + + + + + + \ No newline at end of file From 3d9a64cc3270d63129213b57e9b1d6ba31cc25df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20CELEMANI?= Date: Tue, 22 Oct 2024 14:50:06 +0400 Subject: [PATCH 11/55] Modif CSS --- CELEMANITheo/index.html | 2 +- CELEMANITheo/liste.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CELEMANITheo/index.html b/CELEMANITheo/index.html index 4596cd7..ef70979 100644 --- a/CELEMANITheo/index.html +++ b/CELEMANITheo/index.html @@ -15,7 +15,7 @@
- +

Formulaire de connexion

diff --git a/CELEMANITheo/liste.html b/CELEMANITheo/liste.html index ac3fe02..7f9d661 100644 --- a/CELEMANITheo/liste.html +++ b/CELEMANITheo/liste.html @@ -10,10 +10,10 @@
-
- +
+
-
+

LISTE CONCEPTEUR DEVELOPPEUR APPLICATION

From 177244c58a49f2d091691d3922adfafa5b12a678 Mon Sep 17 00:00:00 2001 From: Noel Thomy Date: Mon, 21 Oct 2024 23:40:49 +0400 Subject: [PATCH 12/55] ExerciceBootstrapV3 --- Thomy Noel/liste.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Thomy Noel/liste.html b/Thomy Noel/liste.html index f97532d..7188402 100644 --- a/Thomy Noel/liste.html +++ b/Thomy Noel/liste.html @@ -99,6 +99,7 @@
+ Retour From 796c6619d0f8919f81556224fa4471686f7e84e3 Mon Sep 17 00:00:00 2001 From: GRONDIN Clarel Date: Tue, 22 Oct 2024 14:51:28 +0400 Subject: [PATCH 13/55] clarel adjustments --- GRONDINClarel/index.html | 2 +- GRONDINClarel/login.html | 5 ++--- GRONDINClarel/logo.png | Bin 0 -> 8183 bytes 3 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 GRONDINClarel/logo.png diff --git a/GRONDINClarel/index.html b/GRONDINClarel/index.html index 4bb8a49..a4a4289 100644 --- a/GRONDINClarel/index.html +++ b/GRONDINClarel/index.html @@ -7,7 +7,7 @@ - +

CDA8 : Expernet 2024-2026

diff --git a/GRONDINClarel/login.html b/GRONDINClarel/login.html index 02bafaf..4432aec 100644 --- a/GRONDINClarel/login.html +++ b/GRONDINClarel/login.html @@ -11,9 +11,8 @@
- expernet - - + logo_expernet +
diff --git a/GRONDINClarel/logo.png b/GRONDINClarel/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..5623447b4cfd7f63164e4581422d7861dde4283f GIT binary patch literal 8183 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 literal 0 HcmV?d00001 From 6f1221b2424fe94821d8ad3874b840a9bd65ea04 Mon Sep 17 00:00:00 2001 From: Noel Thomy Date: Mon, 21 Oct 2024 23:47:30 +0400 Subject: [PATCH 14/55] ExerciceBootstrapV --- Thomy Noel/index.html | 98 ++++++++++++++++++++++++++++++------------- 1 file changed, 68 insertions(+), 30 deletions(-) diff --git a/Thomy Noel/index.html b/Thomy Noel/index.html index 50d2c81..6d28ec9 100644 --- a/Thomy Noel/index.html +++ b/Thomy Noel/index.html @@ -3,43 +3,81 @@ - - Coucou - - - + connection + + + - - -
-
-
- Case 1 -
-
- Case 2 -
-
- Case 3 -
-
-
-
- Case 1 -
-
- Case 2 -
-
- Case 3 -
+ +
+ +
CAMPUS INFORMATIQUE ET MARKETING DIGITAL
+
+
-
+

Connectez vous

+
+ + +
+
+ + +
+ +
+ + +
+ +

© 2017–2024

+ + liste des étudiants + + From 33683a5971d4638d5a783d35d5a3612631a921f6 Mon Sep 17 00:00:00 2001 From: devilghostg Date: Tue, 22 Oct 2024 10:18:54 +0400 Subject: [PATCH 15/55] test --- .DS_Store | Bin 0 -> 8196 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..0c9342ad16e2c0e53f3b6c6bc53286f359f26813 GIT binary patch literal 8196 zcmeHM%}yIJ5dKVQNuULe^iXM^AQF9okOoy$Kqb-#XtId{)rO7oQ_)Mc6342yo_PhH zpx3@rPwh9hH?^HjdqPygM)oZBe4g>=v6oo@sMfr{59|S`v5MT?VpCCMTQGH1V;dQW3@kGsx%*?Z@D4dfUjEL5q+W2e@k=pILT*;VyZ}_{6kMPNvhzzHiv!Mm zLfIgu&l#o|^5>5SmZP%AU+vm3Sgmj@oX#~rGGir6v-&{c`9YF28m^tuN_847d`Iv1$oO#R4D_rM6`>3wmPl?q(rletkYf) zbv{Dxtb6KwM8%2GG346Vtcv1gD{9->(@lIJ4-nDH<*@|H7F8;sZ)qb>7o z$o=8zZ!GjHRw1{Br@h77qT9vKUJlK&sB{{DaGenbP2fylu9F`(Alopy`% z)e0XZ*G^d9vq}-Y!blBaqtkIposLs3{$a@HgsOsRT3Hy$9+rFf5Fmf~#`nKwKQ<4Q Ff#0Jzp(_9Y literal 0 HcmV?d00001 From 51eea29f07a5dc6bf3a5c271a5a9759317053b7a Mon Sep 17 00:00:00 2001 From: 3thernitydev <3thernitydev@gmail.com> Date: Tue, 22 Oct 2024 11:03:16 +0400 Subject: [PATCH 16/55] add index.html and styles.css --- Hoarau-Julien/index.html | 13 +++++++++++++ Hoarau-Julien/styles.css | 15 +++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 Hoarau-Julien/index.html create mode 100644 Hoarau-Julien/styles.css diff --git a/Hoarau-Julien/index.html b/Hoarau-Julien/index.html new file mode 100644 index 0000000..9e1ad91 --- /dev/null +++ b/Hoarau-Julien/index.html @@ -0,0 +1,13 @@ + + + + + + + Expernet | CDA8 HJ + + +

Hello World!

+

Welcome in my world 😊

+ + \ No newline at end of file diff --git a/Hoarau-Julien/styles.css b/Hoarau-Julien/styles.css new file mode 100644 index 0000000..1da6beb --- /dev/null +++ b/Hoarau-Julien/styles.css @@ -0,0 +1,15 @@ +* { + margin: 0; + padding: 0; + font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", + sans-serif; +} + +body { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + color: whitesmoke; + background-color: black; +} From 1b6a5373070cfcefe37764eb94f2b23727f40ed3 Mon Sep 17 00:00:00 2001 From: gaad pasou Date: Tue, 22 Oct 2024 11:27:34 +0400 Subject: [PATCH 17/55] creation index.html --- SebastienM/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 SebastienM/index.html diff --git a/SebastienM/index.html b/SebastienM/index.html new file mode 100644 index 0000000..8934ac5 --- /dev/null +++ b/SebastienM/index.html @@ -0,0 +1,17 @@ + + + Coucou + + + + +

Message pour le monde!

+

Hello!

+ + + + + + + + From 62e29c13d9977399d1ca7a6b0726df4d91361888 Mon Sep 17 00:00:00 2001 From: 3thernitydev <3thernitydev@gmail.com> Date: Tue, 22 Oct 2024 11:27:42 +0400 Subject: [PATCH 18/55] add bootstrap to the project --- Hoarau-Julien/index.html | 44 ++++++++++++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 11 deletions(-) diff --git a/Hoarau-Julien/index.html b/Hoarau-Julien/index.html index 9e1ad91..a4ebd57 100644 --- a/Hoarau-Julien/index.html +++ b/Hoarau-Julien/index.html @@ -1,13 +1,35 @@ - - - - - Expernet | CDA8 HJ - - -

Hello World!

-

Welcome in my world 😊

- - \ No newline at end of file + + + + + + + + Expernet | CDA8 HJ + + +

Hello World!

+

Welcome in my world 😊

+ + + + + + + + From 52aa4f375355f03b719e9fe2c7c1e140f563cdf2 Mon Sep 17 00:00:00 2001 From: Toma Date: Tue, 22 Oct 2024 11:28:14 +0400 Subject: [PATCH 19/55] add toma html --- BToma/index.html | 75 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 BToma/index.html diff --git a/BToma/index.html b/BToma/index.html new file mode 100644 index 0000000..db3bc16 --- /dev/null +++ b/BToma/index.html @@ -0,0 +1,75 @@ + + + + + + Tic Tac Toc | Azylos + + + + +
+
+
+ Loading... +
+
+ Loading... +
+
+ Loading... +
+
+ Loading... +
+
+ Loading... +
+
+ Loading... +
+
+ Loading... +
+
+ Loading... +
+
+
+ + "" + + + \ No newline at end of file From 20c4285072e8b0cfd9b0ee867c4ac00cc2d893cb Mon Sep 17 00:00:00 2001 From: gaad pasou Date: Tue, 22 Oct 2024 11:29:12 +0400 Subject: [PATCH 20/55] creation index.html --- Thomy.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Thomy.txt b/Thomy.txt index cbddc01..b508de4 100644 --- a/Thomy.txt +++ b/Thomy.txt @@ -1 +1,3 @@ -tomy j'ai pirater ton fichier texte \ No newline at end of file +tes collab +tomy j'ai pirater ton fichier texte + From 68823259930a926b69f5b0043855e53e317a1772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20CELEMANI?= Date: Tue, 22 Oct 2024 11:29:37 +0400 Subject: [PATCH 21/55] =?UTF-8?q?Cr=C3=A9ation=20page=20HTML?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CELEMANITheo/index.html | 18 ++++++++++++++++++ Theo.txt | 2 -- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 CELEMANITheo/index.html delete mode 100644 Theo.txt diff --git a/CELEMANITheo/index.html b/CELEMANITheo/index.html new file mode 100644 index 0000000..b1d6cb7 --- /dev/null +++ b/CELEMANITheo/index.html @@ -0,0 +1,18 @@ + + + + + + + + Coucou + + +

Message pour le monde !

+

Hello !

+ + + + + + \ No newline at end of file diff --git a/Theo.txt b/Theo.txt deleted file mode 100644 index 2cc6669..0000000 --- a/Theo.txt +++ /dev/null @@ -1,2 +0,0 @@ -Théo -aled \ No newline at end of file From af9f76158c70ce720c92a5f238641f59d7bc2a29 Mon Sep 17 00:00:00 2001 From: Jeremy Hoarau Date: Tue, 22 Oct 2024 11:36:35 +0400 Subject: [PATCH 22/55] creation index;html --- Jeremy_Hoarau/index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Jeremy_Hoarau/index.html diff --git a/Jeremy_Hoarau/index.html b/Jeremy_Hoarau/index.html new file mode 100644 index 0000000..fd51d74 --- /dev/null +++ b/Jeremy_Hoarau/index.html @@ -0,0 +1,19 @@ + + + CDA + + + + +
+

Message

+

hello

+
+ + + + + + + + From 30b78598a52b4dd0507cf7ab8a897b2135d7c4ad Mon Sep 17 00:00:00 2001 From: Mat911 Date: Tue, 22 Oct 2024 13:03:24 +0400 Subject: [PATCH 23/55] add 3 col and suppr button --- Demontis matisse/index.html | 45 +++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/Demontis matisse/index.html b/Demontis matisse/index.html index 6a3797f..e523e94 100644 --- a/Demontis matisse/index.html +++ b/Demontis matisse/index.html @@ -1,34 +1,35 @@ - - Document -
+ diff --git a/AHYONG_Emjy/liste.html b/AHYONG_Emjy/liste.html index 00bd1c0..8ea240b 100644 --- a/AHYONG_Emjy/liste.html +++ b/AHYONG_Emjy/liste.html @@ -25,26 +25,28 @@
+
+ From 9a9db146ed51a9572e2e496796650d5075b1197b Mon Sep 17 00:00:00 2001 From: 3thernitydev <3thernitydev@gmail.com> Date: Tue, 22 Oct 2024 14:55:41 +0400 Subject: [PATCH 52/55] add readme.md --- Hoarau-Julien/readme.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Hoarau-Julien/readme.md diff --git a/Hoarau-Julien/readme.md b/Hoarau-Julien/readme.md new file mode 100644 index 0000000..babfb27 --- /dev/null +++ b/Hoarau-Julien/readme.md @@ -0,0 +1,5 @@ +# Bienvenue sur mon repertoire ! + +Voici une liste vers les pages de mes projets: + +- https://farad77.github.io/Bidule/Hoarau-Julien/exo-1/index.html (Expernet liste des élèves) \ No newline at end of file From 9d600820e7b32b552dce2ca03a6e0674f387bf17 Mon Sep 17 00:00:00 2001 From: devilghostg <30460612+devilghostg@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:57:15 +0400 Subject: [PATCH 53/55] Add files via upload --- dorian/test bootstrap/index.html | 86 ++++++++++++++++++++ dorian/test bootstrap/list.html | 107 +++++++++++++++++++++++++ dorian/test bootstrap/public/fond.webp | Bin 0 -> 49162 bytes dorian/test bootstrap/public/logo.png | Bin 0 -> 8183 bytes dorian/test bootstrap/style.css | 10 +++ 5 files changed, 203 insertions(+) create mode 100644 dorian/test bootstrap/index.html create mode 100644 dorian/test bootstrap/list.html create mode 100644 dorian/test bootstrap/public/fond.webp create mode 100644 dorian/test bootstrap/public/logo.png create mode 100644 dorian/test bootstrap/style.css diff --git a/dorian/test bootstrap/index.html b/dorian/test bootstrap/index.html new file mode 100644 index 0000000..6f757bb --- /dev/null +++ b/dorian/test bootstrap/index.html @@ -0,0 +1,86 @@ + + + + + + + + + + Document + + +
+
+
+ + +
+
+
+
+ +

CENTRE DE FORMATION INFORMATIQUEÀ LA RÉUNION DEPUIS 2002 !

+
+
+ + +
+
+
+ +
+
+
+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Esse sequi animi officia accusamus, ad reprehenderit dolor iusto ab suscipit nihil deleniti, aspernatur at quia cumque delectus, necessitatibus sunt. Accusantium, inventore!

+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +

+ Direction vers la liste des étudiant +

+
+
+
+
+ + + \ No newline at end of file diff --git a/dorian/test bootstrap/list.html b/dorian/test bootstrap/list.html new file mode 100644 index 0000000..1e93d2c --- /dev/null +++ b/dorian/test bootstrap/list.html @@ -0,0 +1,107 @@ + + + + + + + + + + Document + + +
+
+
+ + +
+
+
+
+ +

CENTRE DE FORMATION INFORMATIQUEÀ LA RÉUNION DEPUIS 2002 !

+
+
+ + +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NumNomPrenomFormation
1BoyerDorianCDA
2ClementThéoCDA
3GrondinClarelCDA
3MunierJeromeCDA
3PedreGabrielCDA
3DemontisMatisseCDA
3AhyongEmjyCDA
3AhoveySaintGeorgeCDA
+
+ + \ No newline at end of file diff --git a/dorian/test bootstrap/public/fond.webp b/dorian/test bootstrap/public/fond.webp new file mode 100644 index 0000000000000000000000000000000000000000..5065c9690b4ccd32103166f02192ceaddf4ce7e3 GIT binary patch literal 49162 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 literal 0 HcmV?d00001 diff --git a/dorian/test bootstrap/public/logo.png b/dorian/test bootstrap/public/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..5623447b4cfd7f63164e4581422d7861dde4283f GIT binary patch literal 8183 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 literal 0 HcmV?d00001 diff --git a/dorian/test bootstrap/style.css b/dorian/test bootstrap/style.css new file mode 100644 index 0000000..307c5a6 --- /dev/null +++ b/dorian/test bootstrap/style.css @@ -0,0 +1,10 @@ +#logo{ + width: 20%; +} +main { + background: url(public/fond.webp); +} +#card{ + backdrop-filter: blur(10px); + background-color: rgba(255, 255, 255, 0.4); +} \ No newline at end of file From a836496e9ae702ea9b28e5c0fa9fde39300d7af6 Mon Sep 17 00:00:00 2001 From: Jeremy Hoarau Date: Tue, 22 Oct 2024 15:05:35 +0400 Subject: [PATCH 54/55] Ajout index.html et liste.html --- Jeremy_Hoarau/index.html | 48 +++++++++++-- Jeremy_Hoarau/liste.html | 147 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 191 insertions(+), 4 deletions(-) create mode 100644 Jeremy_Hoarau/liste.html diff --git a/Jeremy_Hoarau/index.html b/Jeremy_Hoarau/index.html index fd51d74..f53d058 100644 --- a/Jeremy_Hoarau/index.html +++ b/Jeremy_Hoarau/index.html @@ -5,13 +5,53 @@ -

-

Message

-

hello

+ + +
+
+
+ + +
+ + +
+
+ + +
+ +
+ + +
+ + +

Ou

+ Connexion anonyme +
+
+
+
+

© 2024 EXPER.net

+
+
- diff --git a/Jeremy_Hoarau/liste.html b/Jeremy_Hoarau/liste.html new file mode 100644 index 0000000..fe580e0 --- /dev/null +++ b/Jeremy_Hoarau/liste.html @@ -0,0 +1,147 @@ + + + + Title + + + + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#NomPrénom
1AHOVEYSaint George
2AHYONGEmjy
3B.Toma
4CELEMANITheo
5RAMASSYCheun
6Demontismatisse
7GRONDINClarel
8HoarauJérémy
9MUNIERJerome
10PedreGabriel
12NoelThomy
13--dorian
+
+
+
+ +
+
+

© 2024 EXPER.net

+
+
+ + + + + + + From b0beee852f3150386c22a5d0df78753defa8c329 Mon Sep 17 00:00:00 2001 From: Jeremy Hoarau Date: Tue, 22 Oct 2024 15:10:55 +0400 Subject: [PATCH 55/55] =?UTF-8?q?M=C3=A0J=20d'index.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jeremy_Hoarau/index.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Jeremy_Hoarau/index.html b/Jeremy_Hoarau/index.html index f53d058..7e77cc9 100644 --- a/Jeremy_Hoarau/index.html +++ b/Jeremy_Hoarau/index.html @@ -2,6 +2,11 @@ CDA + @@ -39,9 +44,9 @@
- +

Ou

- Connexion anonyme + Connexion anonyme
-
-
Bienvenue mon Rèf
-
+ +

CDA8 : Expernet 2024-2026

+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NOM :Prénom :
AHOVEYSaint-George
BARRETToma
CELEMANIThéo
RAMASSYCheun
DEMONTISMatisse
DORIANDorian
GRONDINClarel
HOARAUJérèmy
MUNIERJérome
PEDREGabriel
NOELThomy
diff --git a/GRONDINClarel/login.html b/GRONDINClarel/login.html new file mode 100644 index 0000000..02bafaf --- /dev/null +++ b/GRONDINClarel/login.html @@ -0,0 +1,55 @@ + + + + + + Connexion + + + + + +
+
+ expernet + + +
+ + +
+ + +
+ + +
+ + +
+
+ +
+ + +
+
+ + +
+ + + + + +
+

Pas inscrit ? S'inscrire

+

ou se connecter en anonyme avec :

+ Anonyme + +
+ + \ No newline at end of file From 989ef381f5544418caf3b96aa9572bdaaedf79ed Mon Sep 17 00:00:00 2001 From: Noel Thomy Date: Mon, 21 Oct 2024 23:38:02 +0400 Subject: [PATCH 07/55] ExerciceBootstarpV2 --- Thomy Noel/connection.html | 2 +- Thomy Noel/liste.html | 4 ++-- Thomy Noel/style.css | 9 ++++++++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Thomy Noel/connection.html b/Thomy Noel/connection.html index 4b0624b..6d28ec9 100644 --- a/Thomy Noel/connection.html +++ b/Thomy Noel/connection.html @@ -51,7 +51,7 @@
CAMPUS INFORMATIQUE ET MARKETING DIGITAL
-
+

Connectez vous

diff --git a/Thomy Noel/liste.html b/Thomy Noel/liste.html index 7b3ad11..f97532d 100644 --- a/Thomy Noel/liste.html +++ b/Thomy Noel/liste.html @@ -47,6 +47,7 @@
CAMPUS INFORMATIQUE ET MARKETING DIGITAL
+

Listes des étudiants

@@ -76,8 +77,7 @@ - - + diff --git a/Thomy Noel/style.css b/Thomy Noel/style.css index 480964b..663bd58 100644 --- a/Thomy Noel/style.css +++ b/Thomy Noel/style.css @@ -1,8 +1,15 @@ -form{ +#connection{ width: 20%; margin: 64px auto; + background-color: rgb(245, 238, 230); + border-radius: 10%; + box-shadow: black; + padding: 32px; } +h1{ + text-align: center; +} #navig{ height: 100px; background-color: #009BDE; From ab3075d9d29479b1375bf6732ba6bc44811467cb Mon Sep 17 00:00:00 2001 From: AHOVEY Saint-George Date: Tue, 22 Oct 2024 11:29:23 +0400 Subject: [PATCH 08/55] index --- AHOVEYSaintGeorge/index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 AHOVEYSaintGeorge/index.html diff --git a/AHOVEYSaintGeorge/index.html b/AHOVEYSaintGeorge/index.html new file mode 100644 index 0000000..054c678 --- /dev/null +++ b/AHOVEYSaintGeorge/index.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + + Coucou + + +

Message pour le monde

+ +

Hello !

+ + \ No newline at end of file From 176f9f7ee107a572bdd5f5c1874401e3af7677d9 Mon Sep 17 00:00:00 2001 From: Pedre Gabriel Date: Tue, 22 Oct 2024 14:21:14 +0400 Subject: [PATCH 09/55] premierexercicev3 --- Pedre_Gabriel/Exercice/index.html | 33 ------- Pedre_Gabriel/Exercice/liste.html | 151 ------------------------------ Pedre_Gabriel/Exercice/style.css | 32 ------- Pedre_Gabriel/test.txt | 0 4 files changed, 216 deletions(-) delete mode 100644 Pedre_Gabriel/Exercice/index.html delete mode 100644 Pedre_Gabriel/Exercice/liste.html delete mode 100644 Pedre_Gabriel/Exercice/style.css delete mode 100644 Pedre_Gabriel/test.txt diff --git a/Pedre_Gabriel/Exercice/index.html b/Pedre_Gabriel/Exercice/index.html deleted file mode 100644 index 2f04ee0..0000000 --- a/Pedre_Gabriel/Exercice/index.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - Connexion - CDA8 - - - - -
-
-

Connexion à CDA8

- -
- - -
-
- - -
- - - -
-
- - - - diff --git a/Pedre_Gabriel/Exercice/liste.html b/Pedre_Gabriel/Exercice/liste.html deleted file mode 100644 index 377c016..0000000 --- a/Pedre_Gabriel/Exercice/liste.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - Liste des étudiants CDA8 - - - - - - - - -
-

Liste des étudiants de la classe CDA8

-
Thornton
4 Julien
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#PrénomEmail
1AHOVEYSaintGeorge1@exemple.com
2AHYONG_Emjy2@exemple.com
3BToma3@exemple.com
4CELEMANITheo4@exemple.com
5Cheun RAMASSY5@exemple.com
6Demontis matisse6@exemple.com
7GRONDINClarel7@exemple.com
8Jeremy_Hoarau8@exemple.com
9MUNIERJerome9@exemple.com
10SebastienM10@exemple.com
11Thomy Noel11@exemple.com
12dorian12@exemple.com
13Pedre Gabriel13@exemple.com
-
- - -
-
-
-
-
CDA8 - Expernet
-

- Campus informatique et marketing digital. Préparez vos diplômes en alternance de BAC+2 à BAC+5. -

-
- -
-
    -
-
-
-
-
- © 2024 CDA8 - Expernet -
-
- - - - - - - - - - - - - - - - - diff --git a/Pedre_Gabriel/Exercice/style.css b/Pedre_Gabriel/Exercice/style.css deleted file mode 100644 index b8fd6d2..0000000 --- a/Pedre_Gabriel/Exercice/style.css +++ /dev/null @@ -1,32 +0,0 @@ -body { - font-family: 'Arial', sans-serif; - background-color: #faf8f8; -} - -.navbar { - border-bottom: 2px solid #0056b3; -} - -.table { - border-collapse: separate; - border-spacing: 0 10px; -} - -.table-primary { - background-color: #0056b3; - color: white; -} - -.btn-warning { - background-color: #ffcc00; - border: none; -} - -.footer { - background-color: #f1f1f1; - padding: 20px 0; -} - -.text-primary { - color: #0056b3 !important; -} diff --git a/Pedre_Gabriel/test.txt b/Pedre_Gabriel/test.txt deleted file mode 100644 index e69de29..0000000 From 11e529606f44fb07a91c9306c3791973d79b3005 Mon Sep 17 00:00:00 2001 From: AHOVEY Saint-George Date: Tue, 22 Oct 2024 14:22:50 +0400 Subject: [PATCH 10/55] exo --- AHOVEYSaintGeorge/index.html | 46 +++++++++++++++++++--------- AHOVEYSaintGeorge/liste.html | 57 +++++++++++++++++++++++++++++++++++ AHOVEYSaintGeorge/logo.png | Bin 0 -> 8183 bytes AHOVEYSaintGeorge/test.html | 53 ++++++++++++++++++++++++++++++++ 4 files changed, 142 insertions(+), 14 deletions(-) create mode 100644 AHOVEYSaintGeorge/liste.html create mode 100644 AHOVEYSaintGeorge/logo.png create mode 100644 AHOVEYSaintGeorge/test.html diff --git a/AHOVEYSaintGeorge/index.html b/AHOVEYSaintGeorge/index.html index 054c678..43f4d3b 100644 --- a/AHOVEYSaintGeorge/index.html +++ b/AHOVEYSaintGeorge/index.html @@ -1,20 +1,38 @@ - - - + + +
+
+
+ Logo +
+
+

CENTRE DE FORMATION INFORMATIQUE
+ À LA RÉUNION DEPUIS 2002 !

+
+
- - - - Coucou - - -

Message pour le monde

- -

Hello !

- - \ No newline at end of file +

+
+
+
+ + +
+
+ + +
+ +

+ Se connecter anonymement +

+
+
+
+