From de7af5ee0738d08ef2d6702654834beb5bfce35e Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 13 May 2020 21:53:43 +0300 Subject: Dist (#30694) --- dist/css/bootstrap-grid.css | 3635 +++++----- dist/css/bootstrap-grid.css.map | 2 +- dist/css/bootstrap-grid.min.css | 2 +- dist/css/bootstrap-grid.min.css.map | 2 +- dist/css/bootstrap-reboot.css | 28 +- dist/css/bootstrap-reboot.css.map | 2 +- dist/css/bootstrap-reboot.min.css | 2 +- dist/css/bootstrap-reboot.min.css.map | 2 +- dist/css/bootstrap-utilities.css | 1085 ++- dist/css/bootstrap-utilities.css.map | 2 +- dist/css/bootstrap-utilities.min.css | 2 +- dist/css/bootstrap-utilities.min.css.map | 2 +- dist/css/bootstrap.css | 10496 ++++++++++++++--------------- dist/css/bootstrap.css.map | 2 +- dist/css/bootstrap.min.css | 2 +- dist/css/bootstrap.min.css.map | 2 +- 16 files changed, 7331 insertions(+), 7937 deletions(-) (limited to 'dist/css') diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css index e11686242..0341c47a9 100644 --- a/dist/css/bootstrap-grid.css +++ b/dist/css/bootstrap-grid.css @@ -36,7 +36,13 @@ } } -.container-fluid, .container-sm, .container-md, .container-lg, .container-xl { +@media (min-width: 1400px) { + .container { + max-width: 1320px; + } +} + +.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { width: 100%; padding-right: 1rem; padding-left: 1rem; @@ -68,11 +74,20 @@ } } +@media (min-width: 1400px) { + .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { + max-width: 1320px; + } +} + .row { + --bs-gutter-x: 1.5rem; + --bs-gutter-y: 0; display: flex; flex-wrap: wrap; - margin-right: -0.75rem; - margin-left: -0.75rem; + margin-top: calc(var(--bs-gutter-y) * -1); + margin-right: calc(var(--bs-gutter-x) / -2); + margin-left: calc(var(--bs-gutter-x) / -2); } .row > * { @@ -80,1225 +95,1073 @@ flex-shrink: 0; width: 100%; max-width: 100%; - padding-right: 0.75rem; - padding-left: 0.75rem; + padding-right: calc(var(--bs-gutter-x) / 2); + padding-left: calc(var(--bs-gutter-x) / 2); + margin-top: var(--bs-gutter-y); } -.g-0, -.gx-0 { - margin-right: 0; - margin-left: 0; +.col { + flex: 1 0 0%; + min-width: 0; } -.g-0 > *, -.gx-0 > * { - padding-right: 0; - padding-left: 0; +.row-cols-auto > * { + flex: 0 0 auto; + width: auto; } -.g-0, -.gy-0 { - margin-top: 0; +.row-cols-1 > * { + flex: 0 0 auto; + width: 100%; } -.g-0 > *, -.gy-0 > * { - margin-top: 0; +.row-cols-2 > * { + flex: 0 0 auto; + width: 50%; } -.g-1, -.gx-1 { - margin-right: -0.125rem; - margin-left: -0.125rem; +.row-cols-3 > * { + flex: 0 0 auto; + width: 33.333333%; } -.g-1 > *, -.gx-1 > * { - padding-right: 0.125rem; - padding-left: 0.125rem; +.row-cols-4 > * { + flex: 0 0 auto; + width: 25%; } -.g-1, -.gy-1 { - margin-top: -0.25rem; +.row-cols-5 > * { + flex: 0 0 auto; + width: 20%; } -.g-1 > *, -.gy-1 > * { - margin-top: 0.25rem; +.row-cols-6 > * { + flex: 0 0 auto; + width: 16.666667%; } -.g-2, -.gx-2 { - margin-right: -0.25rem; - margin-left: -0.25rem; +.col-auto { + flex: 0 0 auto; + width: auto; } -.g-2 > *, -.gx-2 > * { - padding-right: 0.25rem; - padding-left: 0.25rem; +.col-1 { + flex: 0 0 auto; + width: 8.333333%; } -.g-2, -.gy-2 { - margin-top: -0.5rem; +.col-2 { + flex: 0 0 auto; + width: 16.666667%; } -.g-2 > *, -.gy-2 > * { - margin-top: 0.5rem; +.col-3 { + flex: 0 0 auto; + width: 25%; } -.g-3, -.gx-3 { - margin-right: -0.5rem; - margin-left: -0.5rem; +.col-4 { + flex: 0 0 auto; + width: 33.333333%; } -.g-3 > *, -.gx-3 > * { - padding-right: 0.5rem; - padding-left: 0.5rem; +.col-5 { + flex: 0 0 auto; + width: 41.666667%; } -.g-3, -.gy-3 { - margin-top: -1rem; +.col-6 { + flex: 0 0 auto; + width: 50%; } -.g-3 > *, -.gy-3 > * { - margin-top: 1rem; +.col-7 { + flex: 0 0 auto; + width: 58.333333%; } -.g-4, -.gx-4 { - margin-right: -0.75rem; - margin-left: -0.75rem; +.col-8 { + flex: 0 0 auto; + width: 66.666667%; } -.g-4 > *, -.gx-4 > * { - padding-right: 0.75rem; - padding-left: 0.75rem; +.col-9 { + flex: 0 0 auto; + width: 75%; } -.g-4, -.gy-4 { - margin-top: -1.5rem; +.col-10 { + flex: 0 0 auto; + width: 83.333333%; } -.g-4 > *, -.gy-4 > * { - margin-top: 1.5rem; +.col-11 { + flex: 0 0 auto; + width: 91.666667%; } -.g-5, -.gx-5 { - margin-right: -1.5rem; - margin-left: -1.5rem; +.col-12 { + flex: 0 0 auto; + width: 100%; +} + +.offset-1 { + margin-left: 8.333333%; +} + +.offset-2 { + margin-left: 16.666667%; +} + +.offset-3 { + margin-left: 25%; +} + +.offset-4 { + margin-left: 33.333333%; +} + +.offset-5 { + margin-left: 41.666667%; +} + +.offset-6 { + margin-left: 50%; +} + +.offset-7 { + margin-left: 58.333333%; +} + +.offset-8 { + margin-left: 66.666667%; +} + +.offset-9 { + margin-left: 75%; } -.g-5 > *, -.gx-5 > * { - padding-right: 1.5rem; - padding-left: 1.5rem; +.offset-10 { + margin-left: 83.333333%; +} + +.offset-11 { + margin-left: 91.666667%; +} + +.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, -.gy-5 { - margin-top: -3rem; +.gx-5 { + --bs-gutter-x: 3rem; } -.g-5 > *, -.gy-5 > * { - margin-top: 3rem; +.g-5, +.gy-5 { + --bs-gutter-y: 3rem; } @media (min-width: 576px) { - .g-sm-0, - .gx-sm-0 { - margin-right: 0; - margin-left: 0; + .col-sm { + flex: 1 0 0%; + min-width: 0; } - .g-sm-0 > *, - .gx-sm-0 > * { - padding-right: 0; - padding-left: 0; + .row-cols-sm-auto > * { + flex: 0 0 auto; + width: auto; } - .g-sm-0, - .gy-sm-0 { - margin-top: 0; + .row-cols-sm-1 > * { + flex: 0 0 auto; + width: 100%; } - .g-sm-0 > *, - .gy-sm-0 > * { - margin-top: 0; + .row-cols-sm-2 > * { + flex: 0 0 auto; + width: 50%; } - .g-sm-1, - .gx-sm-1 { - margin-right: -0.125rem; - margin-left: -0.125rem; + .row-cols-sm-3 > * { + flex: 0 0 auto; + width: 33.333333%; } - .g-sm-1 > *, - .gx-sm-1 > * { - padding-right: 0.125rem; - padding-left: 0.125rem; + .row-cols-sm-4 > * { + flex: 0 0 auto; + width: 25%; } - .g-sm-1, - .gy-sm-1 { - margin-top: -0.25rem; + .row-cols-sm-5 > * { + flex: 0 0 auto; + width: 20%; } - .g-sm-1 > *, - .gy-sm-1 > * { - margin-top: 0.25rem; + .row-cols-sm-6 > * { + flex: 0 0 auto; + width: 16.666667%; } - .g-sm-2, - .gx-sm-2 { - margin-right: -0.25rem; - margin-left: -0.25rem; + .col-sm-auto { + flex: 0 0 auto; + width: auto; } - .g-sm-2 > *, - .gx-sm-2 > * { - padding-right: 0.25rem; - padding-left: 0.25rem; + .col-sm-1 { + flex: 0 0 auto; + width: 8.333333%; } - .g-sm-2, - .gy-sm-2 { - margin-top: -0.5rem; + .col-sm-2 { + flex: 0 0 auto; + width: 16.666667%; } - .g-sm-2 > *, - .gy-sm-2 > * { - margin-top: 0.5rem; + .col-sm-3 { + flex: 0 0 auto; + width: 25%; } - .g-sm-3, - .gx-sm-3 { - margin-right: -0.5rem; - margin-left: -0.5rem; + .col-sm-4 { + flex: 0 0 auto; + width: 33.333333%; } - .g-sm-3 > *, - .gx-sm-3 > * { - padding-right: 0.5rem; - padding-left: 0.5rem; + .col-sm-5 { + flex: 0 0 auto; + width: 41.666667%; } - .g-sm-3, - .gy-sm-3 { - margin-top: -1rem; + .col-sm-6 { + flex: 0 0 auto; + width: 50%; } - .g-sm-3 > *, - .gy-sm-3 > * { - margin-top: 1rem; + .col-sm-7 { + flex: 0 0 auto; + width: 58.333333%; } - .g-sm-4, - .gx-sm-4 { - margin-right: -0.75rem; - margin-left: -0.75rem; + .col-sm-8 { + flex: 0 0 auto; + width: 66.666667%; } - .g-sm-4 > *, - .gx-sm-4 > * { - padding-right: 0.75rem; - padding-left: 0.75rem; + .col-sm-9 { + flex: 0 0 auto; + width: 75%; } - .g-sm-4, - .gy-sm-4 { - margin-top: -1.5rem; + .col-sm-10 { + flex: 0 0 auto; + width: 83.333333%; } - .g-sm-4 > *, - .gy-sm-4 > * { - margin-top: 1.5rem; - } - .g-sm-5, - .gx-sm-5 { - margin-right: -1.5rem; - margin-left: -1.5rem; - } - .g-sm-5 > *, - .gx-sm-5 > * { - padding-right: 1.5rem; - padding-left: 1.5rem; - } - .g-sm-5, - .gy-sm-5 { - margin-top: -3rem; + .col-sm-11 { + flex: 0 0 auto; + width: 91.666667%; } - .g-sm-5 > *, - .gy-sm-5 > * { - margin-top: 3rem; + .col-sm-12 { + flex: 0 0 auto; + width: 100%; } -} - -@media (min-width: 768px) { - .g-md-0, - .gx-md-0 { - margin-right: 0; + .offset-sm-0 { margin-left: 0; } - .g-md-0 > *, - .gx-md-0 > * { - padding-right: 0; - padding-left: 0; + .offset-sm-1 { + margin-left: 8.333333%; } - .g-md-0, - .gy-md-0 { - margin-top: 0; + .offset-sm-2 { + margin-left: 16.666667%; } - .g-md-0 > *, - .gy-md-0 > * { - margin-top: 0; + .offset-sm-3 { + margin-left: 25%; } - .g-md-1, - .gx-md-1 { - margin-right: -0.125rem; - margin-left: -0.125rem; + .offset-sm-4 { + margin-left: 33.333333%; } - .g-md-1 > *, - .gx-md-1 > * { - padding-right: 0.125rem; - padding-left: 0.125rem; + .offset-sm-5 { + margin-left: 41.666667%; } - .g-md-1, - .gy-md-1 { - margin-top: -0.25rem; + .offset-sm-6 { + margin-left: 50%; } - .g-md-1 > *, - .gy-md-1 > * { - margin-top: 0.25rem; + .offset-sm-7 { + margin-left: 58.333333%; } - .g-md-2, - .gx-md-2 { - margin-right: -0.25rem; - margin-left: -0.25rem; + .offset-sm-8 { + margin-left: 66.666667%; } - .g-md-2 > *, - .gx-md-2 > * { - padding-right: 0.25rem; - padding-left: 0.25rem; + .offset-sm-9 { + margin-left: 75%; } - .g-md-2, - .gy-md-2 { - margin-top: -0.5rem; + .offset-sm-10 { + margin-left: 83.333333%; } - .g-md-2 > *, - .gy-md-2 > * { - margin-top: 0.5rem; + .offset-sm-11 { + margin-left: 91.666667%; } - .g-md-3, - .gx-md-3 { - margin-right: -0.5rem; - margin-left: -0.5rem; + .g-sm-0, + .gx-sm-0 { + --bs-gutter-x: 0; } - .g-md-3 > *, - .gx-md-3 > * { - padding-right: 0.5rem; - padding-left: 0.5rem; + .g-sm-0, + .gy-sm-0 { + --bs-gutter-y: 0; } - .g-md-3, - .gy-md-3 { - margin-top: -1rem; + .g-sm-1, + .gx-sm-1 { + --bs-gutter-x: 0.25rem; } - .g-md-3 > *, - .gy-md-3 > * { - margin-top: 1rem; + .g-sm-1, + .gy-sm-1 { + --bs-gutter-y: 0.25rem; } - .g-md-4, - .gx-md-4 { - margin-right: -0.75rem; - margin-left: -0.75rem; + .g-sm-2, + .gx-sm-2 { + --bs-gutter-x: 0.5rem; } - .g-md-4 > *, - .gx-md-4 > * { - padding-right: 0.75rem; - padding-left: 0.75rem; + .g-sm-2, + .gy-sm-2 { + --bs-gutter-y: 0.5rem; } - .g-md-4, - .gy-md-4 { - margin-top: -1.5rem; + .g-sm-3, + .gx-sm-3 { + --bs-gutter-x: 1rem; } - .g-md-4 > *, - .gy-md-4 > * { - margin-top: 1.5rem; + .g-sm-3, + .gy-sm-3 { + --bs-gutter-y: 1rem; } - .g-md-5, - .gx-md-5 { - margin-right: -1.5rem; - margin-left: -1.5rem; + .g-sm-4, + .gx-sm-4 { + --bs-gutter-x: 1.5rem; } - .g-md-5 > *, - .gx-md-5 > * { - padding-right: 1.5rem; - padding-left: 1.5rem; + .g-sm-4, + .gy-sm-4 { + --bs-gutter-y: 1.5rem; } - .g-md-5, - .gy-md-5 { - margin-top: -3rem; + .g-sm-5, + .gx-sm-5 { + --bs-gutter-x: 3rem; } - .g-md-5 > *, - .gy-md-5 > * { - margin-top: 3rem; + .g-sm-5, + .gy-sm-5 { + --bs-gutter-y: 3rem; } } -@media (min-width: 992px) { - .g-lg-0, - .gx-lg-0 { - margin-right: 0; - margin-left: 0; - } - .g-lg-0 > *, - .gx-lg-0 > * { - padding-right: 0; - padding-left: 0; - } - .g-lg-0, - .gy-lg-0 { - margin-top: 0; - } - .g-lg-0 > *, - .gy-lg-0 > * { - margin-top: 0; +@media (min-width: 768px) { + .col-md { + flex: 1 0 0%; + min-width: 0; } - .g-lg-1, - .gx-lg-1 { - margin-right: -0.125rem; - margin-left: -0.125rem; + .row-cols-md-auto > * { + flex: 0 0 auto; + width: auto; } - .g-lg-1 > *, - .gx-lg-1 > * { - padding-right: 0.125rem; - padding-left: 0.125rem; + .row-cols-md-1 > * { + flex: 0 0 auto; + width: 100%; } - .g-lg-1, - .gy-lg-1 { - margin-top: -0.25rem; + .row-cols-md-2 > * { + flex: 0 0 auto; + width: 50%; } - .g-lg-1 > *, - .gy-lg-1 > * { - margin-top: 0.25rem; + .row-cols-md-3 > * { + flex: 0 0 auto; + width: 33.333333%; } - .g-lg-2, - .gx-lg-2 { - margin-right: -0.25rem; - margin-left: -0.25rem; + .row-cols-md-4 > * { + flex: 0 0 auto; + width: 25%; } - .g-lg-2 > *, - .gx-lg-2 > * { - padding-right: 0.25rem; - padding-left: 0.25rem; + .row-cols-md-5 > * { + flex: 0 0 auto; + width: 20%; } - .g-lg-2, - .gy-lg-2 { - margin-top: -0.5rem; + .row-cols-md-6 > * { + flex: 0 0 auto; + width: 16.666667%; } - .g-lg-2 > *, - .gy-lg-2 > * { - margin-top: 0.5rem; + .col-md-auto { + flex: 0 0 auto; + width: auto; } - .g-lg-3, - .gx-lg-3 { - margin-right: -0.5rem; - margin-left: -0.5rem; + .col-md-1 { + flex: 0 0 auto; + width: 8.333333%; } - .g-lg-3 > *, - .gx-lg-3 > * { - padding-right: 0.5rem; - padding-left: 0.5rem; + .col-md-2 { + flex: 0 0 auto; + width: 16.666667%; } - .g-lg-3, - .gy-lg-3 { - margin-top: -1rem; + .col-md-3 { + flex: 0 0 auto; + width: 25%; } - .g-lg-3 > *, - .gy-lg-3 > * { - margin-top: 1rem; + .col-md-4 { + flex: 0 0 auto; + width: 33.333333%; } - .g-lg-4, - .gx-lg-4 { - margin-right: -0.75rem; - margin-left: -0.75rem; + .col-md-5 { + flex: 0 0 auto; + width: 41.666667%; } - .g-lg-4 > *, - .gx-lg-4 > * { - padding-right: 0.75rem; - padding-left: 0.75rem; + .col-md-6 { + flex: 0 0 auto; + width: 50%; } - .g-lg-4, - .gy-lg-4 { - margin-top: -1.5rem; + .col-md-7 { + flex: 0 0 auto; + width: 58.333333%; } - .g-lg-4 > *, - .gy-lg-4 > * { - margin-top: 1.5rem; + .col-md-8 { + flex: 0 0 auto; + width: 66.666667%; } - .g-lg-5, - .gx-lg-5 { - margin-right: -1.5rem; - margin-left: -1.5rem; + .col-md-9 { + flex: 0 0 auto; + width: 75%; } - .g-lg-5 > *, - .gx-lg-5 > * { - padding-right: 1.5rem; - padding-left: 1.5rem; + .col-md-10 { + flex: 0 0 auto; + width: 83.333333%; } - .g-lg-5, - .gy-lg-5 { - margin-top: -3rem; + .col-md-11 { + flex: 0 0 auto; + width: 91.666667%; } - .g-lg-5 > *, - .gy-lg-5 > * { - margin-top: 3rem; + .col-md-12 { + flex: 0 0 auto; + width: 100%; } -} - -@media (min-width: 1200px) { - .g-xl-0, - .gx-xl-0 { - margin-right: 0; + .offset-md-0 { margin-left: 0; } - .g-xl-0 > *, - .gx-xl-0 > * { - padding-right: 0; - padding-left: 0; + .offset-md-1 { + margin-left: 8.333333%; } - .g-xl-0, - .gy-xl-0 { - margin-top: 0; + .offset-md-2 { + margin-left: 16.666667%; } - .g-xl-0 > *, - .gy-xl-0 > * { - margin-top: 0; + .offset-md-3 { + margin-left: 25%; } - .g-xl-1, - .gx-xl-1 { - margin-right: -0.125rem; - margin-left: -0.125rem; + .offset-md-4 { + margin-left: 33.333333%; } - .g-xl-1 > *, - .gx-xl-1 > * { - padding-right: 0.125rem; - padding-left: 0.125rem; + .offset-md-5 { + margin-left: 41.666667%; } - .g-xl-1, - .gy-xl-1 { - margin-top: -0.25rem; + .offset-md-6 { + margin-left: 50%; } - .g-xl-1 > *, - .gy-xl-1 > * { - margin-top: 0.25rem; + .offset-md-7 { + margin-left: 58.333333%; } - .g-xl-2, - .gx-xl-2 { - margin-right: -0.25rem; - margin-left: -0.25rem; + .offset-md-8 { + margin-left: 66.666667%; } - .g-xl-2 > *, - .gx-xl-2 > * { - padding-right: 0.25rem; - padding-left: 0.25rem; + .offset-md-9 { + margin-left: 75%; } - .g-xl-2, - .gy-xl-2 { - margin-top: -0.5rem; + .offset-md-10 { + margin-left: 83.333333%; } - .g-xl-2 > *, - .gy-xl-2 > * { - margin-top: 0.5rem; + .offset-md-11 { + margin-left: 91.666667%; } - .g-xl-3, - .gx-xl-3 { - margin-right: -0.5rem; - margin-left: -0.5rem; + .g-md-0, + .gx-md-0 { + --bs-gutter-x: 0; } - .g-xl-3 > *, - .gx-xl-3 > * { - padding-right: 0.5rem; - padding-left: 0.5rem; + .g-md-0, + .gy-md-0 { + --bs-gutter-y: 0; } - .g-xl-3, - .gy-xl-3 { - margin-top: -1rem; + .g-md-1, + .gx-md-1 { + --bs-gutter-x: 0.25rem; } - .g-xl-3 > *, - .gy-xl-3 > * { - margin-top: 1rem; + .g-md-1, + .gy-md-1 { + --bs-gutter-y: 0.25rem; } - .g-xl-4, - .gx-xl-4 { - margin-right: -0.75rem; - margin-left: -0.75rem; + .g-md-2, + .gx-md-2 { + --bs-gutter-x: 0.5rem; } - .g-xl-4 > *, - .gx-xl-4 > * { - padding-right: 0.75rem; - padding-left: 0.75rem; + .g-md-2, + .gy-md-2 { + --bs-gutter-y: 0.5rem; } - .g-xl-4, - .gy-xl-4 { - margin-top: -1.5rem; + .g-md-3, + .gx-md-3 { + --bs-gutter-x: 1rem; } - .g-xl-4 > *, - .gy-xl-4 > * { - margin-top: 1.5rem; + .g-md-3, + .gy-md-3 { + --bs-gutter-y: 1rem; } - .g-xl-5, - .gx-xl-5 { - margin-right: -1.5rem; - margin-left: -1.5rem; + .g-md-4, + .gx-md-4 { + --bs-gutter-x: 1.5rem; } - .g-xl-5 > *, - .gx-xl-5 > * { - padding-right: 1.5rem; - padding-left: 1.5rem; + .g-md-4, + .gy-md-4 { + --bs-gutter-y: 1.5rem; } - .g-xl-5, - .gy-xl-5 { - margin-top: -3rem; + .g-md-5, + .gx-md-5 { + --bs-gutter-x: 3rem; } - .g-xl-5 > *, - .gy-xl-5 > * { - margin-top: 3rem; + .g-md-5, + .gy-md-5 { + --bs-gutter-y: 3rem; } } -.col { - flex: 1 0 0%; - min-width: 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.333333%; -} - -.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.666667%; -} - -.col-auto { - flex: 0 0 auto; - width: auto; -} - -.col-1 { - flex: 0 0 auto; - width: 8.333333%; -} - -.col-2 { - flex: 0 0 auto; - width: 16.666667%; -} - -.col-3 { - flex: 0 0 auto; - width: 25%; -} - -.col-4 { - flex: 0 0 auto; - width: 33.333333%; -} - -.col-5 { - flex: 0 0 auto; - width: 41.666667%; -} - -.col-6 { - flex: 0 0 auto; - width: 50%; -} - -.col-7 { - flex: 0 0 auto; - width: 58.333333%; -} - -.col-8 { - flex: 0 0 auto; - width: 66.666667%; -} - -.col-9 { - flex: 0 0 auto; - width: 75%; -} - -.col-10 { - flex: 0 0 auto; - width: 83.333333%; -} - -.col-11 { - flex: 0 0 auto; - width: 91.666667%; -} - -.col-12 { - flex: 0 0 auto; - width: 100%; -} - -.offset-1 { - margin-left: 8.333333%; -} - -.offset-2 { - margin-left: 16.666667%; -} - -.offset-3 { - margin-left: 25%; -} - -.offset-4 { - margin-left: 33.333333%; -} - -.offset-5 { - margin-left: 41.666667%; -} - -.offset-6 { - margin-left: 50%; -} - -.offset-7 { - margin-left: 58.333333%; -} - -.offset-8 { - margin-left: 66.666667%; -} - -.offset-9 { - margin-left: 75%; -} - -.offset-10 { - margin-left: 83.333333%; -} - -.offset-11 { - margin-left: 91.666667%; -} - -@media (min-width: 576px) { - .col-sm { +@media (min-width: 992px) { + .col-lg { flex: 1 0 0%; min-width: 0; } - .row-cols-sm-auto > * { + .row-cols-lg-auto > * { flex: 0 0 auto; width: auto; } - .row-cols-sm-1 > * { + .row-cols-lg-1 > * { flex: 0 0 auto; width: 100%; } - .row-cols-sm-2 > * { + .row-cols-lg-2 > * { flex: 0 0 auto; width: 50%; } - .row-cols-sm-3 > * { + .row-cols-lg-3 > * { flex: 0 0 auto; width: 33.333333%; } - .row-cols-sm-4 > * { + .row-cols-lg-4 > * { flex: 0 0 auto; width: 25%; } - .row-cols-sm-5 > * { + .row-cols-lg-5 > * { flex: 0 0 auto; width: 20%; } - .row-cols-sm-6 > * { + .row-cols-lg-6 > * { flex: 0 0 auto; width: 16.666667%; } - .col-sm-auto { + .col-lg-auto { flex: 0 0 auto; width: auto; } - .col-sm-1 { + .col-lg-1 { flex: 0 0 auto; width: 8.333333%; } - .col-sm-2 { + .col-lg-2 { flex: 0 0 auto; width: 16.666667%; } - .col-sm-3 { + .col-lg-3 { flex: 0 0 auto; width: 25%; } - .col-sm-4 { + .col-lg-4 { flex: 0 0 auto; width: 33.333333%; } - .col-sm-5 { + .col-lg-5 { flex: 0 0 auto; width: 41.666667%; } - .col-sm-6 { + .col-lg-6 { flex: 0 0 auto; width: 50%; } - .col-sm-7 { + .col-lg-7 { flex: 0 0 auto; width: 58.333333%; } - .col-sm-8 { + .col-lg-8 { flex: 0 0 auto; width: 66.666667%; } - .col-sm-9 { + .col-lg-9 { flex: 0 0 auto; width: 75%; } - .col-sm-10 { + .col-lg-10 { flex: 0 0 auto; width: 83.333333%; } - .col-sm-11 { + .col-lg-11 { flex: 0 0 auto; width: 91.666667%; } - .col-sm-12 { + .col-lg-12 { flex: 0 0 auto; width: 100%; } - .offset-sm-0 { + .offset-lg-0 { margin-left: 0; } - .offset-sm-1 { + .offset-lg-1 { margin-left: 8.333333%; } - .offset-sm-2 { + .offset-lg-2 { margin-left: 16.666667%; } - .offset-sm-3 { + .offset-lg-3 { margin-left: 25%; } - .offset-sm-4 { + .offset-lg-4 { margin-left: 33.333333%; } - .offset-sm-5 { + .offset-lg-5 { margin-left: 41.666667%; } - .offset-sm-6 { + .offset-lg-6 { margin-left: 50%; } - .offset-sm-7 { + .offset-lg-7 { margin-left: 58.333333%; } - .offset-sm-8 { + .offset-lg-8 { margin-left: 66.666667%; } - .offset-sm-9 { + .offset-lg-9 { margin-left: 75%; } - .offset-sm-10 { + .offset-lg-10 { margin-left: 83.333333%; } - .offset-sm-11 { + .offset-lg-11 { margin-left: 91.666667%; } -} - -@media (min-width: 768px) { - .col-md { - flex: 1 0 0%; - min-width: 0; + .g-lg-0, + .gx-lg-0 { + --bs-gutter-x: 0; } - .row-cols-md-auto > * { - flex: 0 0 auto; - width: auto; + .g-lg-0, + .gy-lg-0 { + --bs-gutter-y: 0; } - .row-cols-md-1 > * { - flex: 0 0 auto; - width: 100%; + .g-lg-1, + .gx-lg-1 { + --bs-gutter-x: 0.25rem; } - .row-cols-md-2 > * { - flex: 0 0 auto; - width: 50%; + .g-lg-1, + .gy-lg-1 { + --bs-gutter-y: 0.25rem; } - .row-cols-md-3 > * { - flex: 0 0 auto; - width: 33.333333%; + .g-lg-2, + .gx-lg-2 { + --bs-gutter-x: 0.5rem; } - .row-cols-md-4 > * { - flex: 0 0 auto; - width: 25%; + .g-lg-2, + .gy-lg-2 { + --bs-gutter-y: 0.5rem; } - .row-cols-md-5 > * { - flex: 0 0 auto; - width: 20%; + .g-lg-3, + .gx-lg-3 { + --bs-gutter-x: 1rem; } - .row-cols-md-6 > * { - flex: 0 0 auto; - width: 16.666667%; - } - .col-md-auto { - flex: 0 0 auto; - width: auto; - } - .col-md-1 { - flex: 0 0 auto; - width: 8.333333%; - } - .col-md-2 { - flex: 0 0 auto; - width: 16.666667%; - } - .col-md-3 { - flex: 0 0 auto; - width: 25%; - } - .col-md-4 { - flex: 0 0 auto; - width: 33.333333%; - } - .col-md-5 { - flex: 0 0 auto; - width: 41.666667%; - } - .col-md-6 { - flex: 0 0 auto; - width: 50%; - } - .col-md-7 { - flex: 0 0 auto; - width: 58.333333%; - } - .col-md-8 { - flex: 0 0 auto; - width: 66.666667%; - } - .col-md-9 { - flex: 0 0 auto; - width: 75%; - } - .col-md-10 { - flex: 0 0 auto; - width: 83.333333%; - } - .col-md-11 { - flex: 0 0 auto; - width: 91.666667%; - } - .col-md-12 { - flex: 0 0 auto; - width: 100%; - } - .offset-md-0 { - margin-left: 0; - } - .offset-md-1 { - margin-left: 8.333333%; - } - .offset-md-2 { - margin-left: 16.666667%; - } - .offset-md-3 { - margin-left: 25%; - } - .offset-md-4 { - margin-left: 33.333333%; - } - .offset-md-5 { - margin-left: 41.666667%; - } - .offset-md-6 { - margin-left: 50%; - } - .offset-md-7 { - margin-left: 58.333333%; + .g-lg-3, + .gy-lg-3 { + --bs-gutter-y: 1rem; } - .offset-md-8 { - margin-left: 66.666667%; + .g-lg-4, + .gx-lg-4 { + --bs-gutter-x: 1.5rem; } - .offset-md-9 { - margin-left: 75%; + .g-lg-4, + .gy-lg-4 { + --bs-gutter-y: 1.5rem; } - .offset-md-10 { - margin-left: 83.333333%; + .g-lg-5, + .gx-lg-5 { + --bs-gutter-x: 3rem; } - .offset-md-11 { - margin-left: 91.666667%; + .g-lg-5, + .gy-lg-5 { + --bs-gutter-y: 3rem; } } -@media (min-width: 992px) { - .col-lg { +@media (min-width: 1200px) { + .col-xl { flex: 1 0 0%; min-width: 0; } - .row-cols-lg-auto > * { + .row-cols-xl-auto > * { flex: 0 0 auto; width: auto; } - .row-cols-lg-1 > * { + .row-cols-xl-1 > * { flex: 0 0 auto; width: 100%; } - .row-cols-lg-2 > * { + .row-cols-xl-2 > * { flex: 0 0 auto; width: 50%; } - .row-cols-lg-3 > * { + .row-cols-xl-3 > * { flex: 0 0 auto; width: 33.333333%; } - .row-cols-lg-4 > * { + .row-cols-xl-4 > * { flex: 0 0 auto; width: 25%; } - .row-cols-lg-5 > * { + .row-cols-xl-5 > * { flex: 0 0 auto; width: 20%; } - .row-cols-lg-6 > * { + .row-cols-xl-6 > * { flex: 0 0 auto; width: 16.666667%; } - .col-lg-auto { + .col-xl-auto { flex: 0 0 auto; width: auto; } - .col-lg-1 { + .col-xl-1 { flex: 0 0 auto; width: 8.333333%; } - .col-lg-2 { + .col-xl-2 { flex: 0 0 auto; width: 16.666667%; } - .col-lg-3 { + .col-xl-3 { flex: 0 0 auto; width: 25%; } - .col-lg-4 { + .col-xl-4 { flex: 0 0 auto; width: 33.333333%; } - .col-lg-5 { + .col-xl-5 { flex: 0 0 auto; width: 41.666667%; } - .col-lg-6 { + .col-xl-6 { flex: 0 0 auto; width: 50%; } - .col-lg-7 { + .col-xl-7 { flex: 0 0 auto; width: 58.333333%; } - .col-lg-8 { + .col-xl-8 { flex: 0 0 auto; width: 66.666667%; } - .col-lg-9 { + .col-xl-9 { flex: 0 0 auto; width: 75%; } - .col-lg-10 { + .col-xl-10 { flex: 0 0 auto; width: 83.333333%; } - .col-lg-11 { + .col-xl-11 { flex: 0 0 auto; width: 91.666667%; } - .col-lg-12 { + .col-xl-12 { flex: 0 0 auto; width: 100%; } - .offset-lg-0 { + .offset-xl-0 { margin-left: 0; } - .offset-lg-1 { + .offset-xl-1 { margin-left: 8.333333%; } - .offset-lg-2 { + .offset-xl-2 { margin-left: 16.666667%; } - .offset-lg-3 { + .offset-xl-3 { margin-left: 25%; } - .offset-lg-4 { + .offset-xl-4 { margin-left: 33.333333%; } - .offset-lg-5 { + .offset-xl-5 { margin-left: 41.666667%; } - .offset-lg-6 { + .offset-xl-6 { margin-left: 50%; } - .offset-lg-7 { + .offset-xl-7 { margin-left: 58.333333%; } - .offset-lg-8 { + .offset-xl-8 { margin-left: 66.666667%; } - .offset-lg-9 { + .offset-xl-9 { margin-left: 75%; } - .offset-lg-10 { + .offset-xl-10 { margin-left: 83.333333%; } - .offset-lg-11 { + .offset-xl-11 { margin-left: 91.666667%; } + .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: 1200px) { - .col-xl { +@media (min-width: 1400px) { + .col-xxl { flex: 1 0 0%; min-width: 0; } - .row-cols-xl-auto > * { + .row-cols-xxl-auto > * { flex: 0 0 auto; width: auto; } - .row-cols-xl-1 > * { + .row-cols-xxl-1 > * { flex: 0 0 auto; width: 100%; } - .row-cols-xl-2 > * { + .row-cols-xxl-2 > * { flex: 0 0 auto; width: 50%; } - .row-cols-xl-3 > * { + .row-cols-xxl-3 > * { flex: 0 0 auto; width: 33.333333%; } - .row-cols-xl-4 > * { + .row-cols-xxl-4 > * { flex: 0 0 auto; width: 25%; } - .row-cols-xl-5 > * { + .row-cols-xxl-5 > * { flex: 0 0 auto; width: 20%; } - .row-cols-xl-6 > * { + .row-cols-xxl-6 > * { flex: 0 0 auto; width: 16.666667%; } - .col-xl-auto { + .col-xxl-auto { flex: 0 0 auto; width: auto; } - .col-xl-1 { + .col-xxl-1 { flex: 0 0 auto; width: 8.333333%; } - .col-xl-2 { + .col-xxl-2 { flex: 0 0 auto; width: 16.666667%; } - .col-xl-3 { + .col-xxl-3 { flex: 0 0 auto; width: 25%; } - .col-xl-4 { + .col-xxl-4 { flex: 0 0 auto; width: 33.333333%; } - .col-xl-5 { + .col-xxl-5 { flex: 0 0 auto; width: 41.666667%; } - .col-xl-6 { + .col-xxl-6 { flex: 0 0 auto; width: 50%; } - .col-xl-7 { + .col-xxl-7 { flex: 0 0 auto; width: 58.333333%; } - .col-xl-8 { + .col-xxl-8 { flex: 0 0 auto; width: 66.666667%; } - .col-xl-9 { + .col-xxl-9 { flex: 0 0 auto; width: 75%; } - .col-xl-10 { + .col-xxl-10 { flex: 0 0 auto; width: 83.333333%; } - .col-xl-11 { + .col-xxl-11 { flex: 0 0 auto; width: 91.666667%; } - .col-xl-12 { + .col-xxl-12 { flex: 0 0 auto; width: 100%; } - .offset-xl-0 { + .offset-xxl-0 { margin-left: 0; } - .offset-xl-1 { + .offset-xxl-1 { margin-left: 8.333333%; } - .offset-xl-2 { + .offset-xxl-2 { margin-left: 16.666667%; } - .offset-xl-3 { + .offset-xxl-3 { margin-left: 25%; } - .offset-xl-4 { + .offset-xxl-4 { margin-left: 33.333333%; } - .offset-xl-5 { + .offset-xxl-5 { margin-left: 41.666667%; } - .offset-xl-6 { + .offset-xxl-6 { margin-left: 50%; } - .offset-xl-7 { + .offset-xxl-7 { margin-left: 58.333333%; } - .offset-xl-8 { + .offset-xxl-8 { margin-left: 66.666667%; } - .offset-xl-9 { + .offset-xxl-9 { margin-left: 75%; } - .offset-xl-10 { + .offset-xxl-10 { margin-left: 83.333333%; } - .offset-xl-11 { + .offset-xxl-11 { margin-left: 91.666667%; } + .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-none { @@ -1695,178 +1558,28 @@ margin-left: auto !important; } -.m-n1 { - margin: -0.25rem !important; +.p-0 { + padding: 0 !important; } -.m-n2 { - margin: -0.5rem !important; +.p-1 { + padding: 0.25rem !important; } -.m-n3 { - margin: -1rem !important; +.p-2 { + padding: 0.5rem !important; } -.m-n4 { - margin: -1.5rem !important; +.p-3 { + padding: 1rem !important; } -.m-n5 { - margin: -3rem !important; +.p-4 { + padding: 1.5rem !important; } -.mx-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; -} - -.mx-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; -} - -.mx-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; -} - -.mx-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; -} - -.mx-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; -} - -.my-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; -} - -.my-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; -} - -.my-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; -} - -.my-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; -} - -.my-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; -} - -.mt-n1 { - margin-top: -0.25rem !important; -} - -.mt-n2 { - margin-top: -0.5rem !important; -} - -.mt-n3 { - margin-top: -1rem !important; -} - -.mt-n4 { - margin-top: -1.5rem !important; -} - -.mt-n5 { - margin-top: -3rem !important; -} - -.mr-n1 { - margin-right: -0.25rem !important; -} - -.mr-n2 { - margin-right: -0.5rem !important; -} - -.mr-n3 { - margin-right: -1rem !important; -} - -.mr-n4 { - margin-right: -1.5rem !important; -} - -.mr-n5 { - margin-right: -3rem !important; -} - -.mb-n1 { - margin-bottom: -0.25rem !important; -} - -.mb-n2 { - margin-bottom: -0.5rem !important; -} - -.mb-n3 { - margin-bottom: -1rem !important; -} - -.mb-n4 { - margin-bottom: -1.5rem !important; -} - -.mb-n5 { - margin-bottom: -3rem !important; -} - -.ml-n1 { - margin-left: -0.25rem !important; -} - -.ml-n2 { - margin-left: -0.5rem !important; -} - -.ml-n3 { - margin-left: -1rem !important; -} - -.ml-n4 { - margin-left: -1.5rem !important; -} - -.ml-n5 { - margin-left: -3rem !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; +.p-5 { + padding: 3rem !important; } .px-0 { @@ -2025,2222 +1738,2202 @@ padding-left: 3rem !important; } -@media (min-width: 576px) { - .d-sm-none { +@media (min-width: 576px) { + .d-sm-none { + display: none !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-block { + display: block !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; + } + .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; + } + .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; + } + .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; + } + .mr-sm-0 { + margin-right: 0 !important; + } + .mr-sm-1 { + margin-right: 0.25rem !important; + } + .mr-sm-2 { + margin-right: 0.5rem !important; + } + .mr-sm-3 { + margin-right: 1rem !important; + } + .mr-sm-4 { + margin-right: 1.5rem !important; + } + .mr-sm-5 { + margin-right: 3rem !important; + } + .mr-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; + } + .ml-sm-0 { + margin-left: 0 !important; + } + .ml-sm-1 { + margin-left: 0.25rem !important; + } + .ml-sm-2 { + margin-left: 0.5rem !important; + } + .ml-sm-3 { + margin-left: 1rem !important; + } + .ml-sm-4 { + margin-left: 1.5rem !important; + } + .ml-sm-5 { + margin-left: 3rem !important; + } + .ml-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; + } + .pr-sm-0 { + padding-right: 0 !important; + } + .pr-sm-1 { + padding-right: 0.25rem !important; + } + .pr-sm-2 { + padding-right: 0.5rem !important; + } + .pr-sm-3 { + padding-right: 1rem !important; + } + .pr-sm-4 { + padding-right: 1.5rem !important; + } + .pr-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; + } + .pl-sm-0 { + padding-left: 0 !important; + } + .pl-sm-1 { + padding-left: 0.25rem !important; + } + .pl-sm-2 { + padding-left: 0.5rem !important; + } + .pl-sm-3 { + padding-left: 1rem !important; + } + .pl-sm-4 { + padding-left: 1.5rem !important; + } + .pl-sm-5 { + padding-left: 3rem !important; + } +} + +@media (min-width: 768px) { + .d-md-none { display: none !important; } - .d-sm-inline { + .d-md-inline { display: inline !important; } - .d-sm-inline-block { + .d-md-inline-block { display: inline-block !important; } - .d-sm-block { + .d-md-block { display: block !important; } - .d-sm-table { + .d-md-table { display: table !important; } - .d-sm-table-row { + .d-md-table-row { display: table-row !important; } - .d-sm-table-cell { + .d-md-table-cell { display: table-cell !important; } - .d-sm-flex { + .d-md-flex { display: flex !important; } - .d-sm-inline-flex { + .d-md-inline-flex { display: inline-flex !important; } - .flex-sm-fill { + .flex-md-fill { flex: 1 1 auto !important; } - .flex-sm-row { + .flex-md-row { flex-direction: row !important; } - .flex-sm-column { + .flex-md-column { flex-direction: column !important; } - .flex-sm-row-reverse { + .flex-md-row-reverse { flex-direction: row-reverse !important; } - .flex-sm-column-reverse { + .flex-md-column-reverse { flex-direction: column-reverse !important; } - .flex-sm-grow-0 { + .flex-md-grow-0 { flex-grow: 0 !important; } - .flex-sm-grow-1 { + .flex-md-grow-1 { flex-grow: 1 !important; } - .justify-content-sm-start { + .justify-content-md-start { justify-content: flex-start !important; } - .justify-content-sm-end { + .justify-content-md-end { justify-content: flex-end !important; } - .justify-content-sm-center { + .justify-content-md-center { justify-content: center !important; } - .justify-content-sm-between { + .justify-content-md-between { justify-content: space-between !important; } - .justify-content-sm-around { + .justify-content-md-around { justify-content: space-around !important; } - .align-items-sm-start { + .align-items-md-start { align-items: flex-start !important; } - .align-items-sm-end { + .align-items-md-end { align-items: flex-end !important; } - .align-items-sm-center { + .align-items-md-center { align-items: center !important; } - .align-items-sm-baseline { + .align-items-md-baseline { align-items: baseline !important; } - .align-items-sm-stretch { + .align-items-md-stretch { align-items: stretch !important; } - .align-content-sm-start { + .align-content-md-start { align-content: flex-start !important; } - .align-content-sm-end { + .align-content-md-end { align-content: flex-end !important; } - .align-content-sm-center { + .align-content-md-center { align-content: center !important; } - .align-content-sm-between { + .align-content-md-between { align-content: space-between !important; } - .align-content-sm-around { + .align-content-md-around { align-content: space-around !important; } - .align-content-sm-stretch { + .align-content-md-stretch { align-content: stretch !important; } - .align-self-sm-auto { + .align-self-md-auto { align-self: auto !important; } - .align-self-sm-start { + .align-self-md-start { align-self: flex-start !important; } - .align-self-sm-end { + .align-self-md-end { align-self: flex-end !important; } - .align-self-sm-center { + .align-self-md-center { align-self: center !important; } - .align-self-sm-baseline { + .align-self-md-baseline { align-self: baseline !important; } - .align-self-sm-stretch { + .align-self-md-stretch { align-self: stretch !important; } - .order-sm-first { + .order-md-first { order: -1 !important; } - .order-sm-0 { + .order-md-0 { order: 0 !important; } - .order-sm-1 { + .order-md-1 { order: 1 !important; } - .order-sm-2 { + .order-md-2 { order: 2 !important; } - .order-sm-3 { + .order-md-3 { order: 3 !important; } - .order-sm-4 { + .order-md-4 { order: 4 !important; } - .order-sm-5 { + .order-md-5 { order: 5 !important; } - .order-sm-last { + .order-md-last { order: 6 !important; } - .m-sm-0 { + .m-md-0 { margin: 0 !important; } - .m-sm-1 { + .m-md-1 { margin: 0.25rem !important; } - .m-sm-2 { + .m-md-2 { margin: 0.5rem !important; } - .m-sm-3 { + .m-md-3 { margin: 1rem !important; } - .m-sm-4 { + .m-md-4 { margin: 1.5rem !important; } - .m-sm-5 { + .m-md-5 { margin: 3rem !important; } - .m-sm-auto { + .m-md-auto { margin: auto !important; } - .mx-sm-0 { + .mx-md-0 { margin-right: 0 !important; margin-left: 0 !important; } - .mx-sm-1 { + .mx-md-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .mx-sm-2 { + .mx-md-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .mx-sm-3 { + .mx-md-3 { margin-right: 1rem !important; margin-left: 1rem !important; } - .mx-sm-4 { + .mx-md-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .mx-sm-5 { + .mx-md-5 { margin-right: 3rem !important; margin-left: 3rem !important; } - .mx-sm-auto { + .mx-md-auto { margin-right: auto !important; margin-left: auto !important; } - .my-sm-0 { + .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; } - .my-sm-1 { + .my-md-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } - .my-sm-2 { + .my-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } - .my-sm-3 { + .my-md-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } - .my-sm-4 { + .my-md-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } - .my-sm-5 { + .my-md-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } - .my-sm-auto { + .my-md-auto { margin-top: auto !important; margin-bottom: auto !important; } - .mt-sm-0 { + .mt-md-0 { margin-top: 0 !important; } - .mt-sm-1 { + .mt-md-1 { margin-top: 0.25rem !important; } - .mt-sm-2 { + .mt-md-2 { margin-top: 0.5rem !important; } - .mt-sm-3 { + .mt-md-3 { margin-top: 1rem !important; } - .mt-sm-4 { + .mt-md-4 { margin-top: 1.5rem !important; } - .mt-sm-5 { + .mt-md-5 { margin-top: 3rem !important; } - .mt-sm-auto { + .mt-md-auto { margin-top: auto !important; } - .mr-sm-0 { + .mr-md-0 { margin-right: 0 !important; } - .mr-sm-1 { + .mr-md-1 { margin-right: 0.25rem !important; } - .mr-sm-2 { + .mr-md-2 { margin-right: 0.5rem !important; } - .mr-sm-3 { + .mr-md-3 { margin-right: 1rem !important; } - .mr-sm-4 { + .mr-md-4 { margin-right: 1.5rem !important; } - .mr-sm-5 { + .mr-md-5 { margin-right: 3rem !important; } - .mr-sm-auto { + .mr-md-auto { margin-right: auto !important; } - .mb-sm-0 { + .mb-md-0 { margin-bottom: 0 !important; } - .mb-sm-1 { + .mb-md-1 { margin-bottom: 0.25rem !important; } - .mb-sm-2 { + .mb-md-2 { margin-bottom: 0.5rem !important; } - .mb-sm-3 { + .mb-md-3 { margin-bottom: 1rem !important; } - .mb-sm-4 { + .mb-md-4 { margin-bottom: 1.5rem !important; } - .mb-sm-5 { + .mb-md-5 { margin-bottom: 3rem !important; } - .mb-sm-auto { + .mb-md-auto { margin-bottom: auto !important; } - .ml-sm-0 { + .ml-md-0 { margin-left: 0 !important; } - .ml-sm-1 { + .ml-md-1 { margin-left: 0.25rem !important; } - .ml-sm-2 { + .ml-md-2 { margin-left: 0.5rem !important; } - .ml-sm-3 { + .ml-md-3 { margin-left: 1rem !important; } - .ml-sm-4 { + .ml-md-4 { margin-left: 1.5rem !important; } - .ml-sm-5 { + .ml-md-5 { margin-left: 3rem !important; } - .ml-sm-auto { + .ml-md-auto { margin-left: auto !important; } - .m-sm-n1 { - margin: -0.25rem !important; - } - .m-sm-n2 { - margin: -0.5rem !important; - } - .m-sm-n3 { - margin: -1rem !important; - } - .m-sm-n4 { - margin: -1.5rem !important; - } - .m-sm-n5 { - margin: -3rem !important; - } - .mx-sm-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; - } - .mx-sm-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; - } - .mx-sm-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; - } - .mx-sm-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; - } - .mx-sm-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; - } - .my-sm-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - .my-sm-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - .my-sm-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - .my-sm-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - .my-sm-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - .mt-sm-n1 { - margin-top: -0.25rem !important; - } - .mt-sm-n2 { - margin-top: -0.5rem !important; - } - .mt-sm-n3 { - margin-top: -1rem !important; - } - .mt-sm-n4 { - margin-top: -1.5rem !important; - } - .mt-sm-n5 { - margin-top: -3rem !important; - } - .mr-sm-n1 { - margin-right: -0.25rem !important; - } - .mr-sm-n2 { - margin-right: -0.5rem !important; - } - .mr-sm-n3 { - margin-right: -1rem !important; - } - .mr-sm-n4 { - margin-right: -1.5rem !important; - } - .mr-sm-n5 { - margin-right: -3rem !important; - } - .mb-sm-n1 { - margin-bottom: -0.25rem !important; - } - .mb-sm-n2 { - margin-bottom: -0.5rem !important; - } - .mb-sm-n3 { - margin-bottom: -1rem !important; - } - .mb-sm-n4 { - margin-bottom: -1.5rem !important; - } - .mb-sm-n5 { - margin-bottom: -3rem !important; - } - .ml-sm-n1 { - margin-left: -0.25rem !important; - } - .ml-sm-n2 { - margin-left: -0.5rem !important; - } - .ml-sm-n3 { - margin-left: -1rem !important; - } - .ml-sm-n4 { - margin-left: -1.5rem !important; - } - .ml-sm-n5 { - margin-left: -3rem !important; - } - .p-sm-0 { + .p-md-0 { padding: 0 !important; } - .p-sm-1 { + .p-md-1 { padding: 0.25rem !important; } - .p-sm-2 { + .p-md-2 { padding: 0.5rem !important; } - .p-sm-3 { + .p-md-3 { padding: 1rem !important; } - .p-sm-4 { + .p-md-4 { padding: 1.5rem !important; } - .p-sm-5 { + .p-md-5 { padding: 3rem !important; } - .px-sm-0 { + .px-md-0 { padding-right: 0 !important; padding-left: 0 !important; } - .px-sm-1 { + .px-md-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .px-sm-2 { + .px-md-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .px-sm-3 { + .px-md-3 { padding-right: 1rem !important; padding-left: 1rem !important; } - .px-sm-4 { + .px-md-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .px-sm-5 { + .px-md-5 { padding-right: 3rem !important; padding-left: 3rem !important; } - .py-sm-0 { + .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; } - .py-sm-1 { + .py-md-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } - .py-sm-2 { + .py-md-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } - .py-sm-3 { + .py-md-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } - .py-sm-4 { + .py-md-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } - .py-sm-5 { + .py-md-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } - .pt-sm-0 { + .pt-md-0 { padding-top: 0 !important; } - .pt-sm-1 { + .pt-md-1 { padding-top: 0.25rem !important; } - .pt-sm-2 { + .pt-md-2 { padding-top: 0.5rem !important; } - .pt-sm-3 { + .pt-md-3 { padding-top: 1rem !important; } - .pt-sm-4 { + .pt-md-4 { padding-top: 1.5rem !important; } - .pt-sm-5 { + .pt-md-5 { padding-top: 3rem !important; } - .pr-sm-0 { + .pr-md-0 { padding-right: 0 !important; } - .pr-sm-1 { + .pr-md-1 { padding-right: 0.25rem !important; } - .pr-sm-2 { + .pr-md-2 { padding-right: 0.5rem !important; } - .pr-sm-3 { + .pr-md-3 { padding-right: 1rem !important; } - .pr-sm-4 { + .pr-md-4 { padding-right: 1.5rem !important; } - .pr-sm-5 { + .pr-md-5 { padding-right: 3rem !important; } - .pb-sm-0 { + .pb-md-0 { padding-bottom: 0 !important; } - .pb-sm-1 { + .pb-md-1 { padding-bottom: 0.25rem !important; } - .pb-sm-2 { + .pb-md-2 { padding-bottom: 0.5rem !important; } - .pb-sm-3 { + .pb-md-3 { padding-bottom: 1rem !important; } - .pb-sm-4 { + .pb-md-4 { padding-bottom: 1.5rem !important; } - .pb-sm-5 { + .pb-md-5 { padding-bottom: 3rem !important; } - .pl-sm-0 { + .pl-md-0 { padding-left: 0 !important; } - .pl-sm-1 { + .pl-md-1 { padding-left: 0.25rem !important; } - .pl-sm-2 { + .pl-md-2 { padding-left: 0.5rem !important; } - .pl-sm-3 { + .pl-md-3 { padding-left: 1rem !important; } - .pl-sm-4 { + .pl-md-4 { padding-left: 1.5rem !important; } - .pl-sm-5 { + .pl-md-5 { padding-left: 3rem !important; } } -@media (min-width: 768px) { - .d-md-none { +@media (min-width: 992px) { + .d-lg-none { display: none !important; } - .d-md-inline { + .d-lg-inline { display: inline !important; } - .d-md-inline-block { + .d-lg-inline-block { display: inline-block !important; } - .d-md-block { + .d-lg-block { display: block !important; } - .d-md-table { + .d-lg-table { display: table !important; } - .d-md-table-row { + .d-lg-table-row { display: table-row !important; } - .d-md-table-cell { + .d-lg-table-cell { display: table-cell !important; } - .d-md-flex { + .d-lg-flex { display: flex !important; } - .d-md-inline-flex { + .d-lg-inline-flex { display: inline-flex !important; } - .flex-md-fill { + .flex-lg-fill { flex: 1 1 auto !important; } - .flex-md-row { + .flex-lg-row { flex-direction: row !important; } - .flex-md-column { + .flex-lg-column { flex-direction: column !important; } - .flex-md-row-reverse { + .flex-lg-row-reverse { flex-direction: row-reverse !important; } - .flex-md-column-reverse { + .flex-lg-column-reverse { flex-direction: column-reverse !important; } - .flex-md-grow-0 { + .flex-lg-grow-0 { flex-grow: 0 !important; } - .flex-md-grow-1 { + .flex-lg-grow-1 { flex-grow: 1 !important; } - .justify-content-md-start { + .justify-content-lg-start { justify-content: flex-start !important; } - .justify-content-md-end { + .justify-content-lg-end { justify-content: flex-end !important; } - .justify-content-md-center { + .justify-content-lg-center { justify-content: center !important; } - .justify-content-md-between { + .justify-content-lg-between { justify-content: space-between !important; } - .justify-content-md-around { + .justify-content-lg-around { justify-content: space-around !important; } - .align-items-md-start { + .align-items-lg-start { align-items: flex-start !important; } - .align-items-md-end { + .align-items-lg-end { align-items: flex-end !important; } - .align-items-md-center { + .align-items-lg-center { align-items: center !important; } - .align-items-md-baseline { + .align-items-lg-baseline { align-items: baseline !important; } - .align-items-md-stretch { + .align-items-lg-stretch { align-items: stretch !important; } - .align-content-md-start { + .align-content-lg-start { align-content: flex-start !important; } - .align-content-md-end { + .align-content-lg-end { align-content: flex-end !important; } - .align-content-md-center { + .align-content-lg-center { align-content: center !important; } - .align-content-md-between { + .align-content-lg-between { align-content: space-between !important; } - .align-content-md-around { + .align-content-lg-around { align-content: space-around !important; } - .align-content-md-stretch { + .align-content-lg-stretch { align-content: stretch !important; } - .align-self-md-auto { + .align-self-lg-auto { align-self: auto !important; } - .align-self-md-start { + .align-self-lg-start { align-self: flex-start !important; } - .align-self-md-end { + .align-self-lg-end { align-self: flex-end !important; } - .align-self-md-center { + .align-self-lg-center { align-self: center !important; } - .align-self-md-baseline { + .align-self-lg-baseline { align-self: baseline !important; } - .align-self-md-stretch { + .align-self-lg-stretch { align-self: stretch !important; } - .order-md-first { + .order-lg-first { order: -1 !important; } - .order-md-0 { + .order-lg-0 { order: 0 !important; } - .order-md-1 { + .order-lg-1 { order: 1 !important; } - .order-md-2 { + .order-lg-2 { order: 2 !important; } - .order-md-3 { + .order-lg-3 { order: 3 !important; } - .order-md-4 { + .order-lg-4 { order: 4 !important; } - .order-md-5 { + .order-lg-5 { order: 5 !important; } - .order-md-last { + .order-lg-last { order: 6 !important; } - .m-md-0 { + .m-lg-0 { margin: 0 !important; } - .m-md-1 { + .m-lg-1 { margin: 0.25rem !important; } - .m-md-2 { + .m-lg-2 { margin: 0.5rem !important; } - .m-md-3 { + .m-lg-3 { margin: 1rem !important; } - .m-md-4 { + .m-lg-4 { margin: 1.5rem !important; } - .m-md-5 { + .m-lg-5 { margin: 3rem !important; } - .m-md-auto { + .m-lg-auto { margin: auto !important; } - .mx-md-0 { + .mx-lg-0 { margin-right: 0 !important; margin-left: 0 !important; } - .mx-md-1 { + .mx-lg-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .mx-md-2 { + .mx-lg-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .mx-md-3 { + .mx-lg-3 { margin-right: 1rem !important; margin-left: 1rem !important; } - .mx-md-4 { + .mx-lg-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .mx-md-5 { + .mx-lg-5 { margin-right: 3rem !important; margin-left: 3rem !important; } - .mx-md-auto { + .mx-lg-auto { margin-right: auto !important; margin-left: auto !important; } - .my-md-0 { + .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; } - .my-md-1 { + .my-lg-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } - .my-md-2 { + .my-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } - .my-md-3 { + .my-lg-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } - .my-md-4 { + .my-lg-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } - .my-md-5 { + .my-lg-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } - .my-md-auto { + .my-lg-auto { margin-top: auto !important; margin-bottom: auto !important; } - .mt-md-0 { + .mt-lg-0 { margin-top: 0 !important; } - .mt-md-1 { + .mt-lg-1 { margin-top: 0.25rem !important; } - .mt-md-2 { + .mt-lg-2 { margin-top: 0.5rem !important; } - .mt-md-3 { + .mt-lg-3 { margin-top: 1rem !important; } - .mt-md-4 { + .mt-lg-4 { margin-top: 1.5rem !important; } - .mt-md-5 { + .mt-lg-5 { margin-top: 3rem !important; } - .mt-md-auto { + .mt-lg-auto { margin-top: auto !important; } - .mr-md-0 { + .mr-lg-0 { margin-right: 0 !important; } - .mr-md-1 { + .mr-lg-1 { margin-right: 0.25rem !important; } - .mr-md-2 { + .mr-lg-2 { margin-right: 0.5rem !important; } - .mr-md-3 { + .mr-lg-3 { margin-right: 1rem !important; } - .mr-md-4 { + .mr-lg-4 { margin-right: 1.5rem !important; } - .mr-md-5 { + .mr-lg-5 { margin-right: 3rem !important; } - .mr-md-auto { + .mr-lg-auto { margin-right: auto !important; } - .mb-md-0 { + .mb-lg-0 { margin-bottom: 0 !important; } - .mb-md-1 { + .mb-lg-1 { margin-bottom: 0.25rem !important; } - .mb-md-2 { + .mb-lg-2 { margin-bottom: 0.5rem !important; } - .mb-md-3 { + .mb-lg-3 { margin-bottom: 1rem !important; } - .mb-md-4 { + .mb-lg-4 { margin-bottom: 1.5rem !important; } - .mb-md-5 { + .mb-lg-5 { margin-bottom: 3rem !important; } - .mb-md-auto { + .mb-lg-auto { margin-bottom: auto !important; } - .ml-md-0 { + .ml-lg-0 { margin-left: 0 !important; } - .ml-md-1 { + .ml-lg-1 { margin-left: 0.25rem !important; } - .ml-md-2 { + .ml-lg-2 { margin-left: 0.5rem !important; } - .ml-md-3 { + .ml-lg-3 { margin-left: 1rem !important; } - .ml-md-4 { + .ml-lg-4 { margin-left: 1.5rem !important; } - .ml-md-5 { + .ml-lg-5 { margin-left: 3rem !important; } - .ml-md-auto { + .ml-lg-auto { margin-left: auto !important; } - .m-md-n1 { - margin: -0.25rem !important; - } - .m-md-n2 { - margin: -0.5rem !important; - } - .m-md-n3 { - margin: -1rem !important; - } - .m-md-n4 { - margin: -1.5rem !important; - } - .m-md-n5 { - margin: -3rem !important; - } - .mx-md-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; - } - .mx-md-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; - } - .mx-md-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; - } - .mx-md-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; - } - .mx-md-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; - } - .my-md-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - .my-md-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - .my-md-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - .my-md-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - .my-md-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - .mt-md-n1 { - margin-top: -0.25rem !important; - } - .mt-md-n2 { - margin-top: -0.5rem !important; - } - .mt-md-n3 { - margin-top: -1rem !important; - } - .mt-md-n4 { - margin-top: -1.5rem !important; - } - .mt-md-n5 { - margin-top: -3rem !important; - } - .mr-md-n1 { - margin-right: -0.25rem !important; - } - .mr-md-n2 { - margin-right: -0.5rem !important; - } - .mr-md-n3 { - margin-right: -1rem !important; - } - .mr-md-n4 { - margin-right: -1.5rem !important; - } - .mr-md-n5 { - margin-right: -3rem !important; - } - .mb-md-n1 { - margin-bottom: -0.25rem !important; - } - .mb-md-n2 { - margin-bottom: -0.5rem !important; - } - .mb-md-n3 { - margin-bottom: -1rem !important; - } - .mb-md-n4 { - margin-bottom: -1.5rem !important; - } - .mb-md-n5 { - margin-bottom: -3rem !important; - } - .ml-md-n1 { - margin-left: -0.25rem !important; - } - .ml-md-n2 { - margin-left: -0.5rem !important; - } - .ml-md-n3 { - margin-left: -1rem !important; - } - .ml-md-n4 { - margin-left: -1.5rem !important; - } - .ml-md-n5 { - margin-left: -3rem !important; - } - .p-md-0 { + .p-lg-0 { padding: 0 !important; } - .p-md-1 { + .p-lg-1 { padding: 0.25rem !important; } - .p-md-2 { + .p-lg-2 { padding: 0.5rem !important; } - .p-md-3 { + .p-lg-3 { padding: 1rem !important; } - .p-md-4 { + .p-lg-4 { padding: 1.5rem !important; } - .p-md-5 { + .p-lg-5 { padding: 3rem !important; } - .px-md-0 { + .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; } - .px-md-1 { + .px-lg-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .px-md-2 { + .px-lg-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .px-md-3 { + .px-lg-3 { padding-right: 1rem !important; padding-left: 1rem !important; } - .px-md-4 { + .px-lg-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .px-md-5 { + .px-lg-5 { padding-right: 3rem !important; padding-left: 3rem !important; } - .py-md-0 { + .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; } - .py-md-1 { + .py-lg-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } - .py-md-2 { + .py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } - .py-md-3 { + .py-lg-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } - .py-md-4 { + .py-lg-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } - .py-md-5 { + .py-lg-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } - .pt-md-0 { + .pt-lg-0 { padding-top: 0 !important; } - .pt-md-1 { + .pt-lg-1 { padding-top: 0.25rem !important; } - .pt-md-2 { + .pt-lg-2 { padding-top: 0.5rem !important; } - .pt-md-3 { + .pt-lg-3 { padding-top: 1rem !important; } - .pt-md-4 { + .pt-lg-4 { padding-top: 1.5rem !important; } - .pt-md-5 { + .pt-lg-5 { padding-top: 3rem !important; } - .pr-md-0 { + .pr-lg-0 { padding-right: 0 !important; } - .pr-md-1 { + .pr-lg-1 { padding-right: 0.25rem !important; } - .pr-md-2 { + .pr-lg-2 { padding-right: 0.5rem !important; } - .pr-md-3 { + .pr-lg-3 { padding-right: 1rem !important; } - .pr-md-4 { + .pr-lg-4 { padding-right: 1.5rem !important; } - .pr-md-5 { + .pr-lg-5 { padding-right: 3rem !important; } - .pb-md-0 { + .pb-lg-0 { padding-bottom: 0 !important; } - .pb-md-1 { + .pb-lg-1 { padding-bottom: 0.25rem !important; } - .pb-md-2 { + .pb-lg-2 { padding-bottom: 0.5rem !important; } - .pb-md-3 { + .pb-lg-3 { padding-bottom: 1rem !important; } - .pb-md-4 { + .pb-lg-4 { padding-bottom: 1.5rem !important; } - .pb-md-5 { + .pb-lg-5 { padding-bottom: 3rem !important; } - .pl-md-0 { + .pl-lg-0 { padding-left: 0 !important; } - .pl-md-1 { + .pl-lg-1 { padding-left: 0.25rem !important; } - .pl-md-2 { + .pl-lg-2 { padding-left: 0.5rem !important; } - .pl-md-3 { + .pl-lg-3 { padding-left: 1rem !important; } - .pl-md-4 { + .pl-lg-4 { padding-left: 1.5rem !important; } - .pl-md-5 { + .pl-lg-5 { padding-left: 3rem !important; } } -@media (min-width: 992px) { - .d-lg-none { +@media (min-width: 1200px) { + .d-xl-none { display: none !important; } - .d-lg-inline { + .d-xl-inline { display: inline !important; } - .d-lg-inline-block { + .d-xl-inline-block { display: inline-block !important; } - .d-lg-block { + .d-xl-block { display: block !important; } - .d-lg-table { + .d-xl-table { display: table !important; } - .d-lg-table-row { + .d-xl-table-row { display: table-row !important; } - .d-lg-table-cell { + .d-xl-table-cell { display: table-cell !important; } - .d-lg-flex { + .d-xl-flex { display: flex !important; } - .d-lg-inline-flex { + .d-xl-inline-flex { display: inline-flex !important; } - .flex-lg-fill { + .flex-xl-fill { flex: 1 1 auto !important; } - .flex-lg-row { + .flex-xl-row { flex-direction: row !important; } - .flex-lg-column { + .flex-xl-column { flex-direction: column !important; } - .flex-lg-row-reverse { + .flex-xl-row-reverse { flex-direction: row-reverse !important; } - .flex-lg-column-reverse { + .flex-xl-column-reverse { flex-direction: column-reverse !important; } - .flex-lg-grow-0 { + .flex-xl-grow-0 { flex-grow: 0 !important; } - .flex-lg-grow-1 { + .flex-xl-grow-1 { flex-grow: 1 !important; } - .justify-content-lg-start { + .justify-content-xl-start { justify-content: flex-start !important; } - .justify-content-lg-end { + .justify-content-xl-end { justify-content: flex-end !important; } - .justify-content-lg-center { + .justify-content-xl-center { justify-content: center !important; } - .justify-content-lg-between { + .justify-content-xl-between { justify-content: space-between !important; } - .justify-content-lg-around { + .justify-content-xl-around { justify-content: space-around !important; } - .align-items-lg-start { + .align-items-xl-start { align-items: flex-start !important; } - .align-items-lg-end { + .align-items-xl-end { align-items: flex-end !important; } - .align-items-lg-center { + .align-items-xl-center { align-items: center !important; } - .align-items-lg-baseline { + .align-items-xl-baseline { align-items: baseline !important; } - .align-items-lg-stretch { + .align-items-xl-stretch { align-items: stretch !important; } - .align-content-lg-start { + .align-content-xl-start { align-content: flex-start !important; } - .align-content-lg-end { + .align-content-xl-end { align-content: flex-end !important; } - .align-content-lg-center { + .align-content-xl-center { align-content: center !important; } - .align-content-lg-between { + .align-content-xl-between { align-content: space-between !important; } - .align-content-lg-around { + .align-content-xl-around { align-content: space-around !important; } - .align-content-lg-stretch { + .align-content-xl-stretch { align-content: stretch !important; } - .align-self-lg-auto { + .align-self-xl-auto { align-self: auto !important; } - .align-self-lg-start { + .align-self-xl-start { align-self: flex-start !important; } - .align-self-lg-end { + .align-self-xl-end { align-self: flex-end !important; } - .align-self-lg-center { + .align-self-xl-center { align-self: center !important; } - .align-self-lg-baseline { + .align-self-xl-baseline { align-self: baseline !important; } - .align-self-lg-stretch { + .align-self-xl-stretch { align-self: stretch !important; } - .order-lg-first { + .order-xl-first { order: -1 !important; } - .order-lg-0 { + .order-xl-0 { order: 0 !important; } - .order-lg-1 { + .order-xl-1 { order: 1 !important; } - .order-lg-2 { + .order-xl-2 { order: 2 !important; } - .order-lg-3 { + .order-xl-3 { order: 3 !important; } - .order-lg-4 { + .order-xl-4 { order: 4 !important; } - .order-lg-5 { + .order-xl-5 { order: 5 !important; } - .order-lg-last { + .order-xl-last { order: 6 !important; } - .m-lg-0 { + .m-xl-0 { margin: 0 !important; } - .m-lg-1 { + .m-xl-1 { margin: 0.25rem !important; } - .m-lg-2 { + .m-xl-2 { margin: 0.5rem !important; } - .m-lg-3 { + .m-xl-3 { margin: 1rem !important; } - .m-lg-4 { + .m-xl-4 { margin: 1.5rem !important; } - .m-lg-5 { + .m-xl-5 { margin: 3rem !important; } - .m-lg-auto { + .m-xl-auto { margin: auto !important; } - .mx-lg-0 { + .mx-xl-0 { margin-right: 0 !important; margin-left: 0 !important; } - .mx-lg-1 { + .mx-xl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .mx-lg-2 { + .mx-xl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .mx-lg-3 { + .mx-xl-3 { margin-right: 1rem !important; margin-left: 1rem !important; } - .mx-lg-4 { + .mx-xl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .mx-lg-5 { + .mx-xl-5 { margin-right: 3rem !important; margin-left: 3rem !important; } - .mx-lg-auto { + .mx-xl-auto { margin-right: auto !important; margin-left: auto !important; } - .my-lg-0 { + .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } - .my-lg-1 { + .my-xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } - .my-lg-2 { + .my-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } - .my-lg-3 { + .my-xl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } - .my-lg-4 { + .my-xl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } - .my-lg-5 { + .my-xl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } - .my-lg-auto { + .my-xl-auto { margin-top: auto !important; margin-bottom: auto !important; } - .mt-lg-0 { + .mt-xl-0 { margin-top: 0 !important; } - .mt-lg-1 { + .mt-xl-1 { margin-top: 0.25rem !important; } - .mt-lg-2 { + .mt-xl-2 { margin-top: 0.5rem !important; } - .mt-lg-3 { + .mt-xl-3 { margin-top: 1rem !important; } - .mt-lg-4 { + .mt-xl-4 { margin-top: 1.5rem !important; } - .mt-lg-5 { + .mt-xl-5 { margin-top: 3rem !important; } - .mt-lg-auto { + .mt-xl-auto { margin-top: auto !important; } - .mr-lg-0 { + .mr-xl-0 { margin-right: 0 !important; } - .mr-lg-1 { + .mr-xl-1 { margin-right: 0.25rem !important; } - .mr-lg-2 { + .mr-xl-2 { margin-right: 0.5rem !important; } - .mr-lg-3 { + .mr-xl-3 { margin-right: 1rem !important; } - .mr-lg-4 { + .mr-xl-4 { margin-right: 1.5rem !important; } - .mr-lg-5 { + .mr-xl-5 { margin-right: 3rem !important; } - .mr-lg-auto { + .mr-xl-auto { margin-right: auto !important; } - .mb-lg-0 { + .mb-xl-0 { margin-bottom: 0 !important; } - .mb-lg-1 { + .mb-xl-1 { margin-bottom: 0.25rem !important; } - .mb-lg-2 { + .mb-xl-2 { margin-bottom: 0.5rem !important; } - .mb-lg-3 { + .mb-xl-3 { margin-bottom: 1rem !important; } - .mb-lg-4 { + .mb-xl-4 { margin-bottom: 1.5rem !important; } - .mb-lg-5 { + .mb-xl-5 { margin-bottom: 3rem !important; } - .mb-lg-auto { + .mb-xl-auto { margin-bottom: auto !important; } - .ml-lg-0 { + .ml-xl-0 { margin-left: 0 !important; } - .ml-lg-1 { + .ml-xl-1 { margin-left: 0.25rem !important; } - .ml-lg-2 { + .ml-xl-2 { margin-left: 0.5rem !important; } - .ml-lg-3 { + .ml-xl-3 { margin-left: 1rem !important; } - .ml-lg-4 { + .ml-xl-4 { margin-left: 1.5rem !important; } - .ml-lg-5 { + .ml-xl-5 { margin-left: 3rem !important; } - .ml-lg-auto { + .ml-xl-auto { margin-left: auto !important; } - .m-lg-n1 { - margin: -0.25rem !important; - } - .m-lg-n2 { - margin: -0.5rem !important; - } - .m-lg-n3 { - margin: -1rem !important; - } - .m-lg-n4 { - margin: -1.5rem !important; - } - .m-lg-n5 { - margin: -3rem !important; - } - .mx-lg-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; - } - .mx-lg-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; - } - .mx-lg-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; - } - .mx-lg-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; - } - .mx-lg-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; - } - .my-lg-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - .my-lg-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - .my-lg-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - .my-lg-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - .my-lg-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - .mt-lg-n1 { - margin-top: -0.25rem !important; - } - .mt-lg-n2 { - margin-top: -0.5rem !important; - } - .mt-lg-n3 { - margin-top: -1rem !important; - } - .mt-lg-n4 { - margin-top: -1.5rem !important; - } - .mt-lg-n5 { - margin-top: -3rem !important; - } - .mr-lg-n1 { - margin-right: -0.25rem !important; - } - .mr-lg-n2 { - margin-right: -0.5rem !important; - } - .mr-lg-n3 { - margin-right: -1rem !important; - } - .mr-lg-n4 { - margin-right: -1.5rem !important; - } - .mr-lg-n5 { - margin-right: -3rem !important; - } - .mb-lg-n1 { - margin-bottom: -0.25rem !important; - } - .mb-lg-n2 { - margin-bottom: -0.5rem !important; - } - .mb-lg-n3 { - margin-bottom: -1rem !important; - } - .mb-lg-n4 { - margin-bottom: -1.5rem !important; - } - .mb-lg-n5 { - margin-bottom: -3rem !important; - } - .ml-lg-n1 { - margin-left: -0.25rem !important; - } - .ml-lg-n2 { - margin-left: -0.5rem !important; - } - .ml-lg-n3 { - margin-left: -1rem !important; - } - .ml-lg-n4 { - margin-left: -1.5rem !important; - } - .ml-lg-n5 { - margin-left: -3rem !important; - } - .p-lg-0 { + .p-xl-0 { padding: 0 !important; } - .p-lg-1 { + .p-xl-1 { padding: 0.25rem !important; } - .p-lg-2 { + .p-xl-2 { padding: 0.5rem !important; } - .p-lg-3 { + .p-xl-3 { padding: 1rem !important; } - .p-lg-4 { + .p-xl-4 { padding: 1.5rem !important; } - .p-lg-5 { + .p-xl-5 { padding: 3rem !important; } - .px-lg-0 { + .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; } - .px-lg-1 { + .px-xl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .px-lg-2 { + .px-xl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .px-lg-3 { + .px-xl-3 { padding-right: 1rem !important; padding-left: 1rem !important; } - .px-lg-4 { + .px-xl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .px-lg-5 { + .px-xl-5 { padding-right: 3rem !important; padding-left: 3rem !important; } - .py-lg-0 { + .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } - .py-lg-1 { + .py-xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } - .py-lg-2 { + .py-xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } - .py-lg-3 { + .py-xl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } - .py-lg-4 { + .py-xl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } - .py-lg-5 { + .py-xl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } - .pt-lg-0 { + .pt-xl-0 { padding-top: 0 !important; } - .pt-lg-1 { + .pt-xl-1 { padding-top: 0.25rem !important; } - .pt-lg-2 { + .pt-xl-2 { padding-top: 0.5rem !important; } - .pt-lg-3 { + .pt-xl-3 { padding-top: 1rem !important; } - .pt-lg-4 { + .pt-xl-4 { padding-top: 1.5rem !important; } - .pt-lg-5 { + .pt-xl-5 { padding-top: 3rem !important; } - .pr-lg-0 { + .pr-xl-0 { padding-right: 0 !important; } - .pr-lg-1 { + .pr-xl-1 { padding-right: 0.25rem !important; } - .pr-lg-2 { + .pr-xl-2 { padding-right: 0.5rem !important; } - .pr-lg-3 { + .pr-xl-3 { padding-right: 1rem !important; } - .pr-lg-4 { + .pr-xl-4 { padding-right: 1.5rem !important; } - .pr-lg-5 { + .pr-xl-5 { padding-right: 3rem !important; } - .pb-lg-0 { + .pb-xl-0 { padding-bottom: 0 !important; } - .pb-lg-1 { + .pb-xl-1 { padding-bottom: 0.25rem !important; } - .pb-lg-2 { + .pb-xl-2 { padding-bottom: 0.5rem !important; } - .pb-lg-3 { + .pb-xl-3 { padding-bottom: 1rem !important; } - .pb-lg-4 { + .pb-xl-4 { padding-bottom: 1.5rem !important; } - .pb-lg-5 { + .pb-xl-5 { padding-bottom: 3rem !important; } - .pl-lg-0 { + .pl-xl-0 { padding-left: 0 !important; } - .pl-lg-1 { + .pl-xl-1 { padding-left: 0.25rem !important; } - .pl-lg-2 { + .pl-xl-2 { padding-left: 0.5rem !important; } - .pl-lg-3 { + .pl-xl-3 { padding-left: 1rem !important; } - .pl-lg-4 { + .pl-xl-4 { padding-left: 1.5rem !important; } - .pl-lg-5 { + .pl-xl-5 { padding-left: 3rem !important; } } -@media (min-width: 1200px) { - .d-xl-none { +@media (min-width: 1400px) { + .d-xxl-none { display: none !important; } - .d-xl-inline { + .d-xxl-inline { display: inline !important; } - .d-xl-inline-block { + .d-xxl-inline-block { display: inline-block !important; } - .d-xl-block { + .d-xxl-block { display: block !important; } - .d-xl-table { + .d-xxl-table { display: table !important; } - .d-xl-table-row { + .d-xxl-table-row { display: table-row !important; } - .d-xl-table-cell { + .d-xxl-table-cell { display: table-cell !important; } - .d-xl-flex { + .d-xxl-flex { display: flex !important; } - .d-xl-inline-flex { + .d-xxl-inline-flex { display: inline-flex !important; } - .flex-xl-fill { + .flex-xxl-fill { flex: 1 1 auto !important; } - .flex-xl-row { + .flex-xxl-row { flex-direction: row !important; } - .flex-xl-column { + .flex-xxl-column { flex-direction: column !important; } - .flex-xl-row-reverse { + .flex-xxl-row-reverse { flex-direction: row-reverse !important; } - .flex-xl-column-reverse { + .flex-xxl-column-reverse { flex-direction: column-reverse !important; } - .flex-xl-grow-0 { + .flex-xxl-grow-0 { flex-grow: 0 !important; } - .flex-xl-grow-1 { + .flex-xxl-grow-1 { flex-grow: 1 !important; } - .justify-content-xl-start { + .justify-content-xxl-start { justify-content: flex-start !important; } - .justify-content-xl-end { + .justify-content-xxl-end { justify-content: flex-end !important; } - .justify-content-xl-center { + .justify-content-xxl-center { justify-content: center !important; } - .justify-content-xl-between { + .justify-content-xxl-between { justify-content: space-between !important; } - .justify-content-xl-around { + .justify-content-xxl-around { justify-content: space-around !important; } - .align-items-xl-start { + .align-items-xxl-start { align-items: flex-start !important; } - .align-items-xl-end { + .align-items-xxl-end { align-items: flex-end !important; } - .align-items-xl-center { + .align-items-xxl-center { align-items: center !important; } - .align-items-xl-baseline { + .align-items-xxl-baseline { align-items: baseline !important; } - .align-items-xl-stretch { + .align-items-xxl-stretch { align-items: stretch !important; } - .align-content-xl-start { + .align-content-xxl-start { align-content: flex-start !important; } - .align-content-xl-end { + .align-content-xxl-end { align-content: flex-end !important; } - .align-content-xl-center { + .align-content-xxl-center { align-content: center !important; } - .align-content-xl-between { + .align-content-xxl-between { align-content: space-between !important; } - .align-content-xl-around { + .align-content-xxl-around { align-content: space-around !important; } - .align-content-xl-stretch { + .align-content-xxl-stretch { align-content: stretch !important; } - .align-self-xl-auto { + .align-self-xxl-auto { align-self: auto !important; } - .align-self-xl-start { + .align-self-xxl-start { align-self: flex-start !important; } - .align-self-xl-end { + .align-self-xxl-end { align-self: flex-end !important; } - .align-self-xl-center { + .align-self-xxl-center { align-self: center !important; } - .align-self-xl-baseline { + .align-self-xxl-baseline { align-self: baseline !important; } - .align-self-xl-stretch { + .align-self-xxl-stretch { align-self: stretch !important; } - .order-xl-first { + .order-xxl-first { order: -1 !important; } - .order-xl-0 { + .order-xxl-0 { order: 0 !important; } - .order-xl-1 { + .order-xxl-1 { order: 1 !important; } - .order-xl-2 { + .order-xxl-2 { order: 2 !important; } - .order-xl-3 { + .order-xxl-3 { order: 3 !important; } - .order-xl-4 { + .order-xxl-4 { order: 4 !important; } - .order-xl-5 { + .order-xxl-5 { order: 5 !important; } - .order-xl-last { + .order-xxl-last { order: 6 !important; } - .m-xl-0 { + .m-xxl-0 { margin: 0 !important; } - .m-xl-1 { + .m-xxl-1 { margin: 0.25rem !important; } - .m-xl-2 { + .m-xxl-2 { margin: 0.5rem !important; } - .m-xl-3 { + .m-xxl-3 { margin: 1rem !important; } - .m-xl-4 { + .m-xxl-4 { margin: 1.5rem !important; } - .m-xl-5 { + .m-xxl-5 { margin: 3rem !important; } - .m-xl-auto { + .m-xxl-auto { margin: auto !important; } - .mx-xl-0 { + .mx-xxl-0 { margin-right: 0 !important; margin-left: 0 !important; } - .mx-xl-1 { + .mx-xxl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .mx-xl-2 { + .mx-xxl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .mx-xl-3 { + .mx-xxl-3 { margin-right: 1rem !important; margin-left: 1rem !important; } - .mx-xl-4 { + .mx-xxl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .mx-xl-5 { + .mx-xxl-5 { margin-right: 3rem !important; margin-left: 3rem !important; } - .mx-xl-auto { + .mx-xxl-auto { margin-right: auto !important; margin-left: auto !important; } - .my-xl-0 { + .my-xxl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } - .my-xl-1 { + .my-xxl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } - .my-xl-2 { + .my-xxl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } - .my-xl-3 { + .my-xxl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } - .my-xl-4 { + .my-xxl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } - .my-xl-5 { + .my-xxl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } - .my-xl-auto { + .my-xxl-auto { margin-top: auto !important; margin-bottom: auto !important; } - .mt-xl-0 { + .mt-xxl-0 { margin-top: 0 !important; } - .mt-xl-1 { + .mt-xxl-1 { margin-top: 0.25rem !important; } - .mt-xl-2 { + .mt-xxl-2 { margin-top: 0.5rem !important; } - .mt-xl-3 { + .mt-xxl-3 { margin-top: 1rem !important; } - .mt-xl-4 { + .mt-xxl-4 { margin-top: 1.5rem !important; } - .mt-xl-5 { + .mt-xxl-5 { margin-top: 3rem !important; } - .mt-xl-auto { + .mt-xxl-auto { margin-top: auto !important; } - .mr-xl-0 { + .mr-xxl-0 { margin-right: 0 !important; } - .mr-xl-1 { + .mr-xxl-1 { margin-right: 0.25rem !important; } - .mr-xl-2 { + .mr-xxl-2 { margin-right: 0.5rem !important; } - .mr-xl-3 { + .mr-xxl-3 { margin-right: 1rem !important; } - .mr-xl-4 { + .mr-xxl-4 { margin-right: 1.5rem !important; } - .mr-xl-5 { + .mr-xxl-5 { margin-right: 3rem !important; } - .mr-xl-auto { + .mr-xxl-auto { margin-right: auto !important; } - .mb-xl-0 { + .mb-xxl-0 { margin-bottom: 0 !important; } - .mb-xl-1 { + .mb-xxl-1 { margin-bottom: 0.25rem !important; } - .mb-xl-2 { + .mb-xxl-2 { margin-bottom: 0.5rem !important; } - .mb-xl-3 { + .mb-xxl-3 { margin-bottom: 1rem !important; } - .mb-xl-4 { + .mb-xxl-4 { margin-bottom: 1.5rem !important; } - .mb-xl-5 { + .mb-xxl-5 { margin-bottom: 3rem !important; } - .mb-xl-auto { + .mb-xxl-auto { margin-bottom: auto !important; } - .ml-xl-0 { + .ml-xxl-0 { margin-left: 0 !important; } - .ml-xl-1 { + .ml-xxl-1 { margin-left: 0.25rem !important; } - .ml-xl-2 { + .ml-xxl-2 { margin-left: 0.5rem !important; } - .ml-xl-3 { + .ml-xxl-3 { margin-left: 1rem !important; } - .ml-xl-4 { + .ml-xxl-4 { margin-left: 1.5rem !important; } - .ml-xl-5 { + .ml-xxl-5 { margin-left: 3rem !important; } - .ml-xl-auto { + .ml-xxl-auto { margin-left: auto !important; } - .m-xl-n1 { - margin: -0.25rem !important; - } - .m-xl-n2 { - margin: -0.5rem !important; - } - .m-xl-n3 { - margin: -1rem !important; - } - .m-xl-n4 { - margin: -1.5rem !important; - } - .m-xl-n5 { - margin: -3rem !important; - } - .mx-xl-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; - } - .mx-xl-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; - } - .mx-xl-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; - } - .mx-xl-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; - } - .mx-xl-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; - } - .my-xl-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - .my-xl-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - .my-xl-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - .my-xl-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - .my-xl-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - .mt-xl-n1 { - margin-top: -0.25rem !important; - } - .mt-xl-n2 { - margin-top: -0.5rem !important; - } - .mt-xl-n3 { - margin-top: -1rem !important; - } - .mt-xl-n4 { - margin-top: -1.5rem !important; - } - .mt-xl-n5 { - margin-top: -3rem !important; - } - .mr-xl-n1 { - margin-right: -0.25rem !important; - } - .mr-xl-n2 { - margin-right: -0.5rem !important; - } - .mr-xl-n3 { - margin-right: -1rem !important; - } - .mr-xl-n4 { - margin-right: -1.5rem !important; - } - .mr-xl-n5 { - margin-right: -3rem !important; - } - .mb-xl-n1 { - margin-bottom: -0.25rem !important; - } - .mb-xl-n2 { - margin-bottom: -0.5rem !important; - } - .mb-xl-n3 { - margin-bottom: -1rem !important; - } - .mb-xl-n4 { - margin-bottom: -1.5rem !important; - } - .mb-xl-n5 { - margin-bottom: -3rem !important; - } - .ml-xl-n1 { - margin-left: -0.25rem !important; - } - .ml-xl-n2 { - margin-left: -0.5rem !important; - } - .ml-xl-n3 { - margin-left: -1rem !important; - } - .ml-xl-n4 { - margin-left: -1.5rem !important; - } - .ml-xl-n5 { - margin-left: -3rem !important; - } - .p-xl-0 { + .p-xxl-0 { padding: 0 !important; } - .p-xl-1 { + .p-xxl-1 { padding: 0.25rem !important; } - .p-xl-2 { + .p-xxl-2 { padding: 0.5rem !important; } - .p-xl-3 { + .p-xxl-3 { padding: 1rem !important; } - .p-xl-4 { + .p-xxl-4 { padding: 1.5rem !important; } - .p-xl-5 { + .p-xxl-5 { padding: 3rem !important; } - .px-xl-0 { + .px-xxl-0 { padding-right: 0 !important; padding-left: 0 !important; } - .px-xl-1 { + .px-xxl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .px-xl-2 { + .px-xxl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .px-xl-3 { + .px-xxl-3 { padding-right: 1rem !important; padding-left: 1rem !important; } - .px-xl-4 { + .px-xxl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .px-xl-5 { + .px-xxl-5 { padding-right: 3rem !important; padding-left: 3rem !important; } - .py-xl-0 { + .py-xxl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } - .py-xl-1 { + .py-xxl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } - .py-xl-2 { + .py-xxl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } - .py-xl-3 { + .py-xxl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } - .py-xl-4 { + .py-xxl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } - .py-xl-5 { + .py-xxl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } - .pt-xl-0 { + .pt-xxl-0 { padding-top: 0 !important; } - .pt-xl-1 { + .pt-xxl-1 { padding-top: 0.25rem !important; } - .pt-xl-2 { + .pt-xxl-2 { padding-top: 0.5rem !important; } - .pt-xl-3 { + .pt-xxl-3 { padding-top: 1rem !important; } - .pt-xl-4 { + .pt-xxl-4 { padding-top: 1.5rem !important; } - .pt-xl-5 { + .pt-xxl-5 { padding-top: 3rem !important; } - .pr-xl-0 { + .pr-xxl-0 { padding-right: 0 !important; } - .pr-xl-1 { + .pr-xxl-1 { padding-right: 0.25rem !important; } - .pr-xl-2 { + .pr-xxl-2 { padding-right: 0.5rem !important; } - .pr-xl-3 { + .pr-xxl-3 { padding-right: 1rem !important; } - .pr-xl-4 { + .pr-xxl-4 { padding-right: 1.5rem !important; } - .pr-xl-5 { + .pr-xxl-5 { padding-right: 3rem !important; } - .pb-xl-0 { + .pb-xxl-0 { padding-bottom: 0 !important; } - .pb-xl-1 { + .pb-xxl-1 { padding-bottom: 0.25rem !important; } - .pb-xl-2 { + .pb-xxl-2 { padding-bottom: 0.5rem !important; } - .pb-xl-3 { + .pb-xxl-3 { padding-bottom: 1rem !important; } - .pb-xl-4 { + .pb-xxl-4 { padding-bottom: 1.5rem !important; } - .pb-xl-5 { + .pb-xxl-5 { padding-bottom: 3rem !important; } - .pl-xl-0 { + .pl-xxl-0 { padding-left: 0 !important; } - .pl-xl-1 { + .pl-xxl-1 { padding-left: 0.25rem !important; } - .pl-xl-2 { + .pl-xxl-2 { padding-left: 0.5rem !important; } - .pl-xl-3 { + .pl-xxl-3 { padding-left: 1rem !important; } - .pl-xl-4 { + .pl-xxl-4 { padding-left: 1.5rem !important; } - .pl-xl-5 { + .pl-xxl-5 { padding-left: 3rem !important; } } diff --git a/dist/css/bootstrap-grid.css.map b/dist/css/bootstrap-grid.css.map index b8fb3dd05..c9beb1ddd 100644 --- a/dist/css/bootstrap-grid.css.map +++ b/dist/css/bootstrap-grid.css.map @@ -1 +1 @@ -{"version":3,"sources":["../../scss/bootstrap-grid.scss","bootstrap-grid.css","../../scss/_containers.scss","../../scss/mixins/_container.scss","../../scss/_variables.scss","../../scss/mixins/_breakpoints.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_utilities.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"AAAA;;;;;ECKE;ACCA;ECHA,WAAW;EACX,mBCmTwB;EDlTxB,kBCkTwB;EDjTxB,kBAAkB;EAClB,iBAAiB;AFKnB;;AImDI;EHzDF;ICSI,gBCmRK;EHjRT;AACF;;AI6CI;EHzDF;ICSI,gBCoRK;EH5QT;AACF;;AIuCI;EHzDF;ICSI,gBCqRK;EHvQT;AACF;;AIiCI;EHzDF;ICSI,iBCsRM;EHlQV;AACF;;ACxBE;ECTA,WAAW;EACX,mBCmTwB;EDlTxB,kBCkTwB;EDjTxB,kBAAkB;EAClB,iBAAiB;AFqCnB;;AImBI;EHxCE;IACE,gBE0QG;EHjPT;AACF;;AIaI;EHxCE;IACE,gBE2QG;EH5OT;AACF;;AIOI;EHxCE;IACE,gBE4QG;EHvOT;AACF;;AICI;EHxCE;IACE,iBE6QI;EHlOV;AACF;;AK/DE;ECAA,aAAa;EACb,eAAe;EACf,sBAA0B;EAC1B,qBAAyB;ANmE3B;;AKtEE;ECQA,sBAAoG;EAIpG,cAAc;EACd,WAAW;EACX,eAAe;EACf,sBAA0B;EAC1B,qBAAyB;AN+D3B;;AK3DQ;;EAEE,eFyMJ;EExMI,cFwMJ;AH1IN;;AKjEQ;;EAMI,gBFqMN;EEpMM,eFoMN;AHpIN;;AK5DQ;;EAEE,aF8LJ;AH/HN;;AKjEQ;;EAKI,aF2LN;AH1HN;;AKjFQ;;EAEE,uBAAyB;EACzB,sBAAwB;ALoFlC;;AKvFQ;;EAMI,uBAAyB;EACzB,sBAAwB;ALsFpC;;AKlFQ;;EAEE,oBF+LQ;AH1GlB;;AKvFQ;;EAKI,mBF4LM;AHrGlB;;AKvGQ;;EAEE,sBAAyB;EACzB,qBAAwB;AL0GlC;;AK7GQ;;EAMI,sBAAyB;EACzB,qBAAwB;AL4GpC;;AKxGQ;;EAEE,mBFgMO;AHrFjB;;AK7GQ;;EAKI,kBF6LK;AHhFjB;;AK7HQ;;EAEE,qBAAyB;EACzB,oBAAwB;ALgIlC;;AKnIQ;;EAMI,qBAAyB;EACzB,oBAAwB;ALkIpC;;AK9HQ;;EAEE,iBF4LG;AH3Db;;AKnIQ;;EAKI,gBFyLC;AHtDb;;AKnJQ;;EAEE,sBAAyB;EACzB,qBAAwB;ALsJlC;;AKzJQ;;EAMI,sBAAyB;EACzB,qBAAwB;ALwJpC;;AKpJQ;;EAEE,mBFkMQ;AH3ClB;;AKzJQ;;EAKI,kBF+LM;AHtClB;;AKzKQ;;EAEE,qBAAyB;EACzB,oBAAwB;AL4KlC;;AK/KQ;;EAMI,qBAAyB;EACzB,oBAAwB;AL8KpC;;AK1KQ;;EAEE,iBFmMM;AHtBhB;;AK/KQ;;EAKI,gBFgMI;AHjBhB;;AIzJI;ECtCI;;IAEE,eFyMJ;IExMI,cFwMJ;EHLJ;EKtMM;;IAMI,gBFqMN;IEpMM,eFoMN;EHAJ;EKhMM;;IAEE,aF8LJ;EHIJ;EKpMM;;IAKI,aF2LN;EHQJ;EKnNM;;IAEE,uBAAyB;IACzB,sBAAwB;ELqNhC;EKxNM;;IAMI,uBAAyB;IACzB,sBAAwB;ELsNlC;EKlNM;;IAEE,oBF+LQ;EHqBhB;EKtNM;;IAKI,mBF4LM;EHyBhB;EKrOM;;IAEE,sBAAyB;IACzB,qBAAwB;ELuOhC;EK1OM;;IAMI,sBAAyB;IACzB,qBAAwB;ELwOlC;EKpOM;;IAEE,mBFgMO;EHsCf;EKxOM;;IAKI,kBF6LK;EH0Cf;EKvPM;;IAEE,qBAAyB;IACzB,oBAAwB;ELyPhC;EK5PM;;IAMI,qBAAyB;IACzB,oBAAwB;EL0PlC;EKtPM;;IAEE,iBF4LG;EH4DX;EK1PM;;IAKI,gBFyLC;EHgEX;EKzQM;;IAEE,sBAAyB;IACzB,qBAAwB;EL2QhC;EK9QM;;IAMI,sBAAyB;IACzB,qBAAwB;EL4QlC;EKxQM;;IAEE,mBFkMQ;EHwEhB;EK5QM;;IAKI,kBF+LM;EH4EhB;EK3RM;;IAEE,qBAAyB;IACzB,oBAAwB;EL6RhC;EKhSM;;IAMI,qBAAyB;IACzB,oBAAwB;EL8RlC;EK1RM;;IAEE,iBFmMM;EHyFd;EK9RM;;IAKI,gBFgMI;EH6Fd;AACF;;AIxQI;ECtCI;;IAEE,eFyMJ;IExMI,cFwMJ;EH0GJ;EKrTM;;IAMI,gBFqMN;IEpMM,eFoMN;EH+GJ;EK/SM;;IAEE,aF8LJ;EHmHJ;EKnTM;;IAKI,aF2LN;EHuHJ;EKlUM;;IAEE,uBAAyB;IACzB,sBAAwB;ELoUhC;EKvUM;;IAMI,uBAAyB;IACzB,sBAAwB;ELqUlC;EKjUM;;IAEE,oBF+LQ;EHoIhB;EKrUM;;IAKI,mBF4LM;EHwIhB;EKpVM;;IAEE,sBAAyB;IACzB,qBAAwB;ELsVhC;EKzVM;;IAMI,sBAAyB;IACzB,qBAAwB;ELuVlC;EKnVM;;IAEE,mBFgMO;EHqJf;EKvVM;;IAKI,kBF6LK;EHyJf;EKtWM;;IAEE,qBAAyB;IACzB,oBAAwB;ELwWhC;EK3WM;;IAMI,qBAAyB;IACzB,oBAAwB;ELyWlC;EKrWM;;IAEE,iBF4LG;EH2KX;EKzWM;;IAKI,gBFyLC;EH+KX;EKxXM;;IAEE,sBAAyB;IACzB,qBAAwB;EL0XhC;EK7XM;;IAMI,sBAAyB;IACzB,qBAAwB;EL2XlC;EKvXM;;IAEE,mBFkMQ;EHuLhB;EK3XM;;IAKI,kBF+LM;EH2LhB;EK1YM;;IAEE,qBAAyB;IACzB,oBAAwB;EL4YhC;EK/YM;;IAMI,qBAAyB;IACzB,oBAAwB;EL6YlC;EKzYM;;IAEE,iBFmMM;EHwMd;EK7YM;;IAKI,gBFgMI;EH4Md;AACF;;AIvXI;ECtCI;;IAEE,eFyMJ;IExMI,cFwMJ;EHyNJ;EKpaM;;IAMI,gBFqMN;IEpMM,eFoMN;EH8NJ;EK9ZM;;IAEE,aF8LJ;EHkOJ;EKlaM;;IAKI,aF2LN;EHsOJ;EKjbM;;IAEE,uBAAyB;IACzB,sBAAwB;ELmbhC;EKtbM;;IAMI,uBAAyB;IACzB,sBAAwB;ELoblC;EKhbM;;IAEE,oBF+LQ;EHmPhB;EKpbM;;IAKI,mBF4LM;EHuPhB;EKncM;;IAEE,sBAAyB;IACzB,qBAAwB;ELqchC;EKxcM;;IAMI,sBAAyB;IACzB,qBAAwB;ELsclC;EKlcM;;IAEE,mBFgMO;EHoQf;EKtcM;;IAKI,kBF6LK;EHwQf;EKrdM;;IAEE,qBAAyB;IACzB,oBAAwB;ELudhC;EK1dM;;IAMI,qBAAyB;IACzB,oBAAwB;ELwdlC;EKpdM;;IAEE,iBF4LG;EH0RX;EKxdM;;IAKI,gBFyLC;EH8RX;EKveM;;IAEE,sBAAyB;IACzB,qBAAwB;ELyehC;EK5eM;;IAMI,sBAAyB;IACzB,qBAAwB;EL0elC;EKteM;;IAEE,mBFkMQ;EHsShB;EK1eM;;IAKI,kBF+LM;EH0ShB;EKzfM;;IAEE,qBAAyB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DvE;EOv9DI;IAEI,wBAA+D;EPw9DvE;EO19DI;IAEI,+BAA+D;EP29DvE;EO79DI;IAEI,yBAA+D;EP89DvE;EOh+DI;IAEI,8BAA+D;EPi+DvE;EOn+DI;IAEI,iCAA+D;EPo+DvE;EOt+DI;IAEI,sCAA+D;EPu+DvE;EOz+DI;IAEI,yCAA+D;EP0+DvE;EO5+DI;IAEI,uBAA+D;EP6+DvE;EO/+DI;IAEI,uBAA+D;EPg/DvE;EOl/DI;IAEI,sCAA+D;EPm/DvE;EOr/DI;IAEI,oCAA+D;EPs/DvE;EOx/DI;IAEI,kCAA+D;EPy/DvE;EO3/DI;IAEI,yCAA+D;EP4/DvE;EO9/DI;IAEI,wCAA+D;EP+/DvE;EOjgEI;IAEI,kCAA+D;EPkgEvE;EOpgEI;IAEI,gCAA+D;EPqgEvE;EOvgEI;IAEI,8BAA+D;EPwgEvE;EO1gEI;IAEI,gCAA+D;EP2gEvE;EO7gEI;IAEI,+BAA+D;EP8gEvE;EOhhEI;IAEI,oCAA+D;EPihEvE;EOnhEI;IAEI,kCAA+D;EPohEvE;EOthEI;IAEI,gCAA+D;EPuhEvE;EOzhEI;IAEI,uCAA+D;EP0hEvE;EO5hEI;IAEI,sCAA+D;EP6hEvE;EO/hEI;IAEI,iCAA+D;EPgiEvE;EOliEI;IAEI,2BAA+D;EPmiEvE;EOriEI;IAEI,iCAA+D;EPsiEvE;EOxiEI;IAEI,+BAA+D;EPyiEvE;EO3iEI;IAEI,6BAA+D;EP4iEvE;EO9iEI;IAEI,+BAA+D;EP+iEvE;EOjjEI;IAEI,8BAA+D;EPkjEvE;EOpjEI;IAEI,oBAA+D;EPqjEvE;EOvjEI;IAEI,mBAA+D;EPwjEvE;EO1jEI;IAEI,mBAA+D;EP2jEvE;EO7jEI;IAEI,mBAA+D;EP8jEvE;EOhkEI;IAEI,mBAA+D;EPikEvE;EOnkEI;IAEI,mBAA+D;EPokEvE;EOtkEI;IAEI,mBAA+D;EPukEvE;EOzkEI;IAEI,mBAA+D;EP0kEvE;EO5kEI;IAEI,oBAA+D;EP6kEvE;EO/kEI;IAEI,0BAA+D;EPglEvE;EOllEI;IAEI,yBAA+D;EPmlEvE;EOrlEI;IAEI,uBAA+D;EPslEvE;EOxlEI;IAEI,yBAA+D;EPylEvE;EO3lEI;I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AEI,gCAA+D;EP49EvE;EO99EI;IAEI,+BAA+D;EP+9EvE;EOj+EI;IAEI,6BAA+D;EPk+EvE;EOp+EI;IAEI,+BAA+D;EPq+EvE;EOv+EI;IAEI,6BAA+D;EPw+EvE;AACF;;AIr9EI;EGtBE;IAEI,wBAA+D;EP8+EvE;EOh/EI;IAEI,0BAA+D;EPi/EvE;EOn/EI;IAEI,gCAA+D;EPo/EvE;EOt/EI;IAEI,yBAA+D;EPu/EvE;EOz/EI;IAEI,yBAA+D;EP0/EvE;EO5/EI;IAEI,6BAA+D;EP6/EvE;EO//EI;IAEI,8BAA+D;EPggFvE;EOlgFI;IAEI,wBAA+D;EPmgFvE;EOrgFI;IAEI,+BAA+D;EPsgFvE;EOxgFI;IAEI,yBAA+D;EPygFvE;EO3gFI;IAEI,8BAA+D;EP4gFvE;EO9gFI;IAEI,iCAA+D;EP+gFvE;EOjhFI;IAEI,sCAA+D;EPkhFvE;EOphFI;IAEI,yCAA+D;EPqhFvE;EOvhFI;IAEI,uBAA+D;EPwhFvE;EO1hFI;IAEI,uBAA+D;EP2hFvE;EO7hFI;IAEI,sCAA+D;EP8hFvE;EOhiFI;IAEI,oCAA+D;EPiiFvE;EOniFI;IAEI,kCAA+D;EPoiFvE;EOtiFI;IAEI,yCAA+D;EPuiFvE;EOziFI;IAEI,wCAA+D;EP0iFvE;EO5iFI;IAEI,kCAA+D;EP6iFvE;EO/iFI;IAEI,gCAA+D;EPgjFvE;EOljFI;IAEI,8BAA+D;EPmjFvE;EOrjFI;IAEI,gCAA+D;EPsjFvE;EOxjFI;IAEI,+BAA+D;EPyjFvE;EO3jFI;IAEI,oCAA+D;EP4jFvE;EO9jFI;IAEI,kCAA+D;EP+jFvE;EOjkFI;IAEI,gCAA+D;EPkkFvE;EOpkFI;IAEI,uCAA+D;EPqkFvE;EOvkFI;IAEI,sCAA+D;EPwkFvE;EO1kFI;IAEI,iCAA+D;EP2kFvE;EO7kFI;IAEI,2BAA+D;EP8kFvE;EOhlFI;IAEI,iCAA+D;EPilFvE;EOnlFI;IAEI,+BAA+D;EPolFvE;EOtlFI;IAEI,6BAA+D;EPulFvE;EOzlFI;IAEI,+BAA+D;EP0lFvE;EO5lFI;IAEI,8BAA+D;EP6lFvE;EO/lFI;IAEI,oBAA+D;EPgmFvE;EOlmFI;I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AEI,iCAA+D;EPm+FvE;EOr+FI;IAEI,gCAA+D;EPs+FvE;EOx+FI;IAEI,8BAA+D;EPy+FvE;EO3+FI;IAEI,gCAA+D;EP4+FvE;EO9+FI;IAEI,8BAA+D;EP++FvE;EOj/FI;IAEI,4BAA+D;EPk/FvE;EOp/FI;IAEI,kCAA+D;EPq/FvE;EOv/FI;IAEI,iCAA+D;EPw/FvE;EO1/FI;IAEI,+BAA+D;EP2/FvE;EO7/FI;IAEI,iCAA+D;EP8/FvE;EOhgGI;IAEI,+BAA+D;EPigGvE;EOngGI;IAEI,0BAA+D;EPogGvE;EOtgGI;IAEI,gCAA+D;EPugGvE;EOzgGI;IAEI,+BAA+D;EP0gGvE;EO5gGI;IAEI,6BAA+D;EP6gGvE;EO/gGI;IAEI,+BAA+D;EPghGvE;EOlhGI;IAEI,6BAA+D;EPmhGvE;AACF;;AIhgGI;EGtBE;IAEI,wBAA+D;EPyhGvE;EO3hGI;IAEI,0BAA+D;EP4hGvE;EO9hGI;IAEI,gCAA+D;EP+hGvE;EOjiGI;IAEI,yBAA+D;EPkiGvE;EOpiGI;IAEI,yBAA+D;EPqiGvE;EOviGI;IAEI,6BAA+D;EPwiGvE;EO1iGI;IAEI,8BAA+D;EP2iGvE;EO7iGI;IAEI,wBAA+D;EP8iGvE;EOhjGI;IAEI,+BAA+D;EPijGvE;EOnjGI;IAEI,yBAA+D;EPojGvE;EOtjGI;IAEI,8BAA+D;EPujGvE;EOzjGI;IAEI,iCAA+D;EP0jGvE;EO5jGI;IAEI,sCAA+D;EP6jGvE;EO/jGI;IAEI,yCAA+D;EPgkGvE;EOlkGI;IAEI,uBAA+D;EPmkGvE;EOrkGI;IAEI,uBAA+D;EPskGvE;EOxkGI;IAEI,sCAA+D;EPykGvE;EO3kGI;IAEI,oCAA+D;EP4kGvE;EO9kGI;IAEI,kCAA+D;EP+kGvE;EOjlGI;IAEI,yCAA+D;EPklGvE;EOplGI;IAEI,wCAA+D;EPqlGvE;EOvlGI;IAEI,kCAA+D;EPwlGvE;EO1lGI;IAEI,gCAA+D;EP2lGvE;EO7lGI;IAEI,8BAA+D;EP8lGvE;EOhmGI;IAEI,gCAA+D;EPimGvE;EOnmGI;IAEI,+BAA+D;EPomGvE;EOtmGI;IAEI,oCAA+D;EPumGvE;EOzmGI;I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","file":"bootstrap-grid.css","sourcesContent":["/*!\n * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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-right\",\n \"margin-bottom\",\n \"margin-left\",\n \"negative-margin\",\n \"negative-margin-x\",\n \"negative-margin-y\",\n \"negative-margin-top\",\n \"negative-margin-right\",\n \"negative-margin-bottom\",\n \"negative-margin-left\",\n \"padding\",\n \"padding-x\",\n \"padding-y\",\n \"padding-top\",\n \"padding-right\",\n \"padding-bottom\",\n \"padding-left\",\n )\n);\n\n@import \"utilities/api\";\n","/*!\n * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n.container {\n width: 100%;\n padding-right: 1rem;\n padding-left: 1rem;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container {\n max-width: 540px;\n }\n}\n\n@media (min-width: 768px) {\n .container {\n max-width: 720px;\n }\n}\n\n@media (min-width: 992px) {\n .container {\n max-width: 960px;\n }\n}\n\n@media (min-width: 1200px) {\n .container {\n max-width: 1140px;\n }\n}\n\n.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {\n width: 100%;\n padding-right: 1rem;\n padding-left: 1rem;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container, .container-sm {\n max-width: 540px;\n }\n}\n\n@media (min-width: 768px) {\n .container, .container-sm, .container-md {\n max-width: 720px;\n }\n}\n\n@media (min-width: 992px) {\n .container, .container-sm, .container-md, .container-lg {\n max-width: 960px;\n }\n}\n\n@media (min-width: 1200px) {\n .container, .container-sm, .container-md, .container-lg, .container-xl {\n max-width: 1140px;\n }\n}\n\n.row {\n display: flex;\n flex-wrap: wrap;\n margin-right: -0.75rem;\n margin-left: -0.75rem;\n}\n\n.row > * {\n box-sizing: border-box;\n flex-shrink: 0;\n width: 100%;\n max-width: 100%;\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n}\n\n.g-0,\n.gx-0 {\n margin-right: 0;\n margin-left: 0;\n}\n\n.g-0 > *,\n.gx-0 > * {\n padding-right: 0;\n padding-left: 0;\n}\n\n.g-0,\n.gy-0 {\n margin-top: 0;\n}\n\n.g-0 > *,\n.gy-0 > * {\n margin-top: 0;\n}\n\n.g-1,\n.gx-1 {\n margin-right: -0.125rem;\n margin-left: -0.125rem;\n}\n\n.g-1 > *,\n.gx-1 > * {\n padding-right: 0.125rem;\n padding-left: 0.125rem;\n}\n\n.g-1,\n.gy-1 {\n margin-top: -0.25rem;\n}\n\n.g-1 > *,\n.gy-1 > * {\n margin-top: 0.25rem;\n}\n\n.g-2,\n.gx-2 {\n margin-right: -0.25rem;\n margin-left: -0.25rem;\n}\n\n.g-2 > *,\n.gx-2 > * {\n padding-right: 0.25rem;\n padding-left: 0.25rem;\n}\n\n.g-2,\n.gy-2 {\n margin-top: -0.5rem;\n}\n\n.g-2 > *,\n.gy-2 > * {\n margin-top: 0.5rem;\n}\n\n.g-3,\n.gx-3 {\n margin-right: -0.5rem;\n margin-left: -0.5rem;\n}\n\n.g-3 > *,\n.gx-3 > * {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n}\n\n.g-3,\n.gy-3 {\n margin-top: -1rem;\n}\n\n.g-3 > *,\n.gy-3 > * {\n margin-top: 1rem;\n}\n\n.g-4,\n.gx-4 {\n margin-right: -0.75rem;\n margin-left: -0.75rem;\n}\n\n.g-4 > *,\n.gx-4 > * {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n}\n\n.g-4,\n.gy-4 {\n margin-top: -1.5rem;\n}\n\n.g-4 > *,\n.gy-4 > * {\n margin-top: 1.5rem;\n}\n\n.g-5,\n.gx-5 {\n margin-right: -1.5rem;\n margin-left: -1.5rem;\n}\n\n.g-5 > *,\n.gx-5 > * {\n padding-right: 1.5rem;\n padding-left: 1.5rem;\n}\n\n.g-5,\n.gy-5 {\n margin-top: -3rem;\n}\n\n.g-5 > *,\n.gy-5 > * {\n margin-top: 3rem;\n}\n\n@media (min-width: 576px) {\n .g-sm-0,\n .gx-sm-0 {\n margin-right: 0;\n margin-left: 0;\n }\n .g-sm-0 > *,\n .gx-sm-0 > * {\n padding-right: 0;\n padding-left: 0;\n }\n .g-sm-0,\n .gy-sm-0 {\n margin-top: 0;\n }\n .g-sm-0 > *,\n .gy-sm-0 > * {\n margin-top: 0;\n }\n .g-sm-1,\n .gx-sm-1 {\n margin-right: -0.125rem;\n margin-left: -0.125rem;\n }\n .g-sm-1 > *,\n .gx-sm-1 > * {\n padding-right: 0.125rem;\n padding-left: 0.125rem;\n }\n .g-sm-1,\n .gy-sm-1 {\n margin-top: -0.25rem;\n }\n .g-sm-1 > *,\n .gy-sm-1 > * {\n margin-top: 0.25rem;\n }\n .g-sm-2,\n .gx-sm-2 {\n margin-right: -0.25rem;\n margin-left: -0.25rem;\n }\n .g-sm-2 > *,\n .gx-sm-2 > * {\n padding-right: 0.25rem;\n padding-left: 0.25rem;\n }\n .g-sm-2,\n .gy-sm-2 {\n margin-top: -0.5rem;\n }\n .g-sm-2 > *,\n .gy-sm-2 > * {\n margin-top: 0.5rem;\n }\n .g-sm-3,\n .gx-sm-3 {\n margin-right: -0.5rem;\n margin-left: -0.5rem;\n }\n .g-sm-3 > *,\n .gx-sm-3 > * {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .g-sm-3,\n .gy-sm-3 {\n margin-top: -1rem;\n }\n .g-sm-3 > *,\n .gy-sm-3 > * {\n margin-top: 1rem;\n }\n .g-sm-4,\n .gx-sm-4 {\n margin-right: -0.75rem;\n margin-left: -0.75rem;\n }\n .g-sm-4 > *,\n .gx-sm-4 > * {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n }\n .g-sm-4,\n .gy-sm-4 {\n margin-top: -1.5rem;\n }\n .g-sm-4 > *,\n .gy-sm-4 > * {\n margin-top: 1.5rem;\n }\n .g-sm-5,\n .gx-sm-5 {\n margin-right: -1.5rem;\n margin-left: -1.5rem;\n }\n .g-sm-5 > *,\n .gx-sm-5 > * {\n padding-right: 1.5rem;\n padding-left: 1.5rem;\n }\n .g-sm-5,\n .gy-sm-5 {\n margin-top: -3rem;\n }\n .g-sm-5 > *,\n .gy-sm-5 > * {\n margin-top: 3rem;\n }\n}\n\n@media (min-width: 768px) {\n .g-md-0,\n .gx-md-0 {\n margin-right: 0;\n margin-left: 0;\n }\n .g-md-0 > *,\n .gx-md-0 > * {\n padding-right: 0;\n padding-left: 0;\n }\n .g-md-0,\n .gy-md-0 {\n margin-top: 0;\n }\n .g-md-0 > *,\n .gy-md-0 > * {\n margin-top: 0;\n }\n .g-md-1,\n .gx-md-1 {\n margin-right: -0.125rem;\n margin-left: -0.125rem;\n }\n .g-md-1 > *,\n .gx-md-1 > * {\n padding-right: 0.125rem;\n padding-left: 0.125rem;\n }\n .g-md-1,\n .gy-md-1 {\n margin-top: -0.25rem;\n }\n .g-md-1 > *,\n .gy-md-1 > * {\n margin-top: 0.25rem;\n }\n .g-md-2,\n .gx-md-2 {\n margin-right: -0.25rem;\n margin-left: -0.25rem;\n }\n .g-md-2 > *,\n .gx-md-2 > * {\n padding-right: 0.25rem;\n padding-left: 0.25rem;\n }\n .g-md-2,\n .gy-md-2 {\n margin-top: -0.5rem;\n }\n .g-md-2 > *,\n .gy-md-2 > * {\n margin-top: 0.5rem;\n }\n .g-md-3,\n .gx-md-3 {\n margin-right: -0.5rem;\n margin-left: -0.5rem;\n }\n .g-md-3 > *,\n .gx-md-3 > * {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .g-md-3,\n .gy-md-3 {\n margin-top: -1rem;\n }\n .g-md-3 > *,\n .gy-md-3 > * {\n margin-top: 1rem;\n }\n .g-md-4,\n .gx-md-4 {\n margin-right: -0.75rem;\n margin-left: -0.75rem;\n }\n .g-md-4 > *,\n .gx-md-4 > * {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n }\n .g-md-4,\n .gy-md-4 {\n margin-top: -1.5rem;\n }\n .g-md-4 > *,\n .gy-md-4 > * {\n margin-top: 1.5rem;\n }\n .g-md-5,\n .gx-md-5 {\n margin-right: -1.5rem;\n margin-left: -1.5rem;\n }\n .g-md-5 > *,\n .gx-md-5 > * {\n padding-right: 1.5rem;\n padding-left: 1.5rem;\n }\n .g-md-5,\n .gy-md-5 {\n margin-top: -3rem;\n }\n .g-md-5 > *,\n .gy-md-5 > * {\n margin-top: 3rem;\n }\n}\n\n@media (min-width: 992px) {\n .g-lg-0,\n .gx-lg-0 {\n margin-right: 0;\n margin-left: 0;\n }\n .g-lg-0 > *,\n .gx-lg-0 > * {\n padding-right: 0;\n padding-left: 0;\n }\n .g-lg-0,\n .gy-lg-0 {\n margin-top: 0;\n }\n .g-lg-0 > *,\n .gy-lg-0 > * {\n margin-top: 0;\n }\n .g-lg-1,\n .gx-lg-1 {\n margin-right: -0.125rem;\n margin-left: -0.125rem;\n }\n .g-lg-1 > *,\n .gx-lg-1 > * {\n padding-right: 0.125rem;\n padding-left: 0.125rem;\n }\n .g-lg-1,\n .gy-lg-1 {\n margin-top: -0.25rem;\n }\n .g-lg-1 > *,\n .gy-lg-1 > * {\n margin-top: 0.25rem;\n }\n .g-lg-2,\n .gx-lg-2 {\n margin-right: -0.25rem;\n margin-left: -0.25rem;\n }\n .g-lg-2 > *,\n .gx-lg-2 > * {\n padding-right: 0.25rem;\n padding-left: 0.25rem;\n }\n .g-lg-2,\n .gy-lg-2 {\n margin-top: -0.5rem;\n }\n .g-lg-2 > *,\n .gy-lg-2 > * {\n margin-top: 0.5rem;\n }\n .g-lg-3,\n .gx-lg-3 {\n margin-right: -0.5rem;\n margin-left: -0.5rem;\n }\n .g-lg-3 > *,\n .gx-lg-3 > * {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .g-lg-3,\n .gy-lg-3 {\n margin-top: -1rem;\n }\n .g-lg-3 > *,\n .gy-lg-3 > * {\n margin-top: 1rem;\n }\n .g-lg-4,\n .gx-lg-4 {\n margin-right: -0.75rem;\n margin-left: -0.75rem;\n }\n .g-lg-4 > *,\n .gx-lg-4 > * {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n }\n .g-lg-4,\n .gy-lg-4 {\n margin-top: -1.5rem;\n }\n .g-lg-4 > *,\n .gy-lg-4 > * {\n margin-top: 1.5rem;\n }\n .g-lg-5,\n .gx-lg-5 {\n margin-right: -1.5rem;\n margin-left: -1.5rem;\n }\n .g-lg-5 > *,\n .gx-lg-5 > * {\n padding-right: 1.5rem;\n padding-left: 1.5rem;\n }\n .g-lg-5,\n .gy-lg-5 {\n margin-top: -3rem;\n }\n .g-lg-5 > *,\n .gy-lg-5 > * {\n margin-top: 3rem;\n }\n}\n\n@media (min-width: 1200px) {\n .g-xl-0,\n .gx-xl-0 {\n margin-right: 0;\n margin-left: 0;\n }\n .g-xl-0 > *,\n .gx-xl-0 > * {\n padding-right: 0;\n padding-left: 0;\n }\n .g-xl-0,\n .gy-xl-0 {\n margin-top: 0;\n }\n .g-xl-0 > *,\n .gy-xl-0 > * {\n margin-top: 0;\n }\n .g-xl-1,\n .gx-xl-1 {\n margin-right: -0.125rem;\n margin-left: -0.125rem;\n }\n .g-xl-1 > *,\n .gx-xl-1 > * {\n padding-right: 0.125rem;\n padding-left: 0.125rem;\n }\n .g-xl-1,\n .gy-xl-1 {\n margin-top: -0.25rem;\n }\n .g-xl-1 > *,\n .gy-xl-1 > * {\n margin-top: 0.25rem;\n }\n .g-xl-2,\n .gx-xl-2 {\n margin-right: -0.25rem;\n margin-left: -0.25rem;\n }\n .g-xl-2 > *,\n .gx-xl-2 > * {\n padding-right: 0.25rem;\n padding-left: 0.25rem;\n }\n .g-xl-2,\n .gy-xl-2 {\n margin-top: -0.5rem;\n }\n .g-xl-2 > *,\n .gy-xl-2 > * {\n margin-top: 0.5rem;\n }\n .g-xl-3,\n .gx-xl-3 {\n margin-right: -0.5rem;\n margin-left: -0.5rem;\n }\n .g-xl-3 > *,\n .gx-xl-3 > * {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .g-xl-3,\n .gy-xl-3 {\n margin-top: -1rem;\n }\n .g-xl-3 > *,\n .gy-xl-3 > * {\n margin-top: 1rem;\n }\n .g-xl-4,\n .gx-xl-4 {\n margin-right: -0.75rem;\n margin-left: -0.75rem;\n }\n .g-xl-4 > *,\n .gx-xl-4 > * {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n }\n .g-xl-4,\n .gy-xl-4 {\n margin-top: -1.5rem;\n }\n .g-xl-4 > *,\n .gy-xl-4 > * {\n margin-top: 1.5rem;\n }\n .g-xl-5,\n .gx-xl-5 {\n margin-right: -1.5rem;\n margin-left: -1.5rem;\n }\n .g-xl-5 > *,\n .gx-xl-5 > * {\n padding-right: 1.5rem;\n padding-left: 1.5rem;\n }\n .g-xl-5,\n .gy-xl-5 {\n margin-top: -3rem;\n }\n .g-xl-5 > *,\n .gy-xl-5 > * {\n margin-top: 3rem;\n }\n}\n\n.col {\n flex: 1 0 0%;\n min-width: 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.333333%;\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.666667%;\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.333333%;\n}\n\n.col-2 {\n flex: 0 0 auto;\n width: 16.666667%;\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.333333%;\n}\n\n.col-5 {\n flex: 0 0 auto;\n width: 41.666667%;\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.333333%;\n}\n\n.col-8 {\n flex: 0 0 auto;\n width: 66.666667%;\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.333333%;\n}\n\n.col-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n}\n\n.col-12 {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.offset-1 {\n margin-left: 8.333333%;\n}\n\n.offset-2 {\n margin-left: 16.666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.333333%;\n}\n\n.offset-5 {\n margin-left: 41.666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.333333%;\n}\n\n.offset-8 {\n margin-left: 66.666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.333333%;\n}\n\n.offset-11 {\n margin-left: 91.666667%;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-sm-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-sm-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-sm-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-sm-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-sm-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-sm-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-sm-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-sm-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-sm-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-sm-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-sm-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-sm-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-sm-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-sm-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-sm-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-sm-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-sm-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-sm-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-sm-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-sm-0 {\n margin-left: 0;\n }\n .offset-sm-1 {\n margin-left: 8.333333%;\n }\n .offset-sm-2 {\n margin-left: 16.666667%;\n }\n .offset-sm-3 {\n margin-left: 25%;\n }\n .offset-sm-4 {\n margin-left: 33.333333%;\n }\n .offset-sm-5 {\n margin-left: 41.666667%;\n }\n .offset-sm-6 {\n margin-left: 50%;\n }\n .offset-sm-7 {\n margin-left: 58.333333%;\n }\n .offset-sm-8 {\n margin-left: 66.666667%;\n }\n .offset-sm-9 {\n margin-left: 75%;\n }\n .offset-sm-10 {\n margin-left: 83.333333%;\n }\n .offset-sm-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 768px) {\n .col-md {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-md-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-md-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-md-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-md-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-md-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-md-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-md-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-md-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-md-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-md-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-md-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-md-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-md-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-md-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-md-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-md-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-md-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-md-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-md-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-md-0 {\n margin-left: 0;\n }\n .offset-md-1 {\n margin-left: 8.333333%;\n }\n .offset-md-2 {\n margin-left: 16.666667%;\n }\n .offset-md-3 {\n margin-left: 25%;\n }\n .offset-md-4 {\n margin-left: 33.333333%;\n }\n .offset-md-5 {\n margin-left: 41.666667%;\n }\n .offset-md-6 {\n margin-left: 50%;\n }\n .offset-md-7 {\n margin-left: 58.333333%;\n }\n .offset-md-8 {\n margin-left: 66.666667%;\n }\n .offset-md-9 {\n margin-left: 75%;\n }\n .offset-md-10 {\n margin-left: 83.333333%;\n }\n .offset-md-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 992px) {\n .col-lg {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-lg-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-lg-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-lg-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-lg-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-lg-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-lg-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-lg-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-lg-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-lg-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-lg-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-lg-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-lg-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-lg-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-lg-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-lg-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-lg-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-lg-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-lg-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-lg-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-lg-0 {\n margin-left: 0;\n }\n .offset-lg-1 {\n margin-left: 8.333333%;\n }\n .offset-lg-2 {\n margin-left: 16.666667%;\n }\n .offset-lg-3 {\n margin-left: 25%;\n }\n .offset-lg-4 {\n margin-left: 33.333333%;\n }\n .offset-lg-5 {\n margin-left: 41.666667%;\n }\n .offset-lg-6 {\n margin-left: 50%;\n }\n .offset-lg-7 {\n margin-left: 58.333333%;\n }\n .offset-lg-8 {\n margin-left: 66.666667%;\n }\n .offset-lg-9 {\n margin-left: 75%;\n }\n .offset-lg-10 {\n margin-left: 83.333333%;\n }\n .offset-lg-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 1200px) {\n .col-xl {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-xl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-xl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-xl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-xl-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-xl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-xl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-xl-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-xl-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-xl-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-xl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-xl-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-xl-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-xl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-xl-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-xl-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-xl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-xl-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-xl-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-xl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-xl-0 {\n margin-left: 0;\n }\n .offset-xl-1 {\n margin-left: 8.333333%;\n }\n .offset-xl-2 {\n margin-left: 16.666667%;\n }\n .offset-xl-3 {\n margin-left: 25%;\n }\n .offset-xl-4 {\n margin-left: 33.333333%;\n }\n .offset-xl-5 {\n margin-left: 41.666667%;\n }\n .offset-xl-6 {\n margin-left: 50%;\n }\n .offset-xl-7 {\n margin-left: 58.333333%;\n }\n .offset-xl-8 {\n margin-left: 66.666667%;\n }\n .offset-xl-9 {\n margin-left: 75%;\n }\n .offset-xl-10 {\n margin-left: 83.333333%;\n }\n .offset-xl-11 {\n margin-left: 91.666667%;\n }\n}\n\n.d-none {\n display: none !important;\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-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.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.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.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.mr-0 {\n margin-right: 0 !important;\n}\n\n.mr-1 {\n margin-right: 0.25rem !important;\n}\n\n.mr-2 {\n margin-right: 0.5rem !important;\n}\n\n.mr-3 {\n margin-right: 1rem !important;\n}\n\n.mr-4 {\n margin-right: 1.5rem !important;\n}\n\n.mr-5 {\n margin-right: 3rem !important;\n}\n\n.mr-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.ml-0 {\n margin-left: 0 !important;\n}\n\n.ml-1 {\n margin-left: 0.25rem !important;\n}\n\n.ml-2 {\n margin-left: 0.5rem !important;\n}\n\n.ml-3 {\n margin-left: 1rem !important;\n}\n\n.ml-4 {\n margin-left: 1.5rem !important;\n}\n\n.ml-5 {\n margin-left: 3rem !important;\n}\n\n.ml-auto {\n margin-left: auto !important;\n}\n\n.m-n1 {\n margin: -0.25rem !important;\n}\n\n.m-n2 {\n margin: -0.5rem !important;\n}\n\n.m-n3 {\n margin: -1rem !important;\n}\n\n.m-n4 {\n margin: -1.5rem !important;\n}\n\n.m-n5 {\n margin: -3rem !important;\n}\n\n.mx-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n}\n\n.mx-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n}\n\n.mx-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n}\n\n.mx-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n}\n\n.mx-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n}\n\n.my-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n}\n\n.my-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n}\n\n.my-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n}\n\n.my-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n}\n\n.my-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n}\n\n.mt-n1 {\n margin-top: -0.25rem !important;\n}\n\n.mt-n2 {\n margin-top: -0.5rem !important;\n}\n\n.mt-n3 {\n margin-top: -1rem !important;\n}\n\n.mt-n4 {\n margin-top: -1.5rem !important;\n}\n\n.mt-n5 {\n margin-top: -3rem !important;\n}\n\n.mr-n1 {\n margin-right: -0.25rem !important;\n}\n\n.mr-n2 {\n margin-right: -0.5rem !important;\n}\n\n.mr-n3 {\n margin-right: -1rem !important;\n}\n\n.mr-n4 {\n margin-right: -1.5rem !important;\n}\n\n.mr-n5 {\n margin-right: -3rem !important;\n}\n\n.mb-n1 {\n margin-bottom: -0.25rem !important;\n}\n\n.mb-n2 {\n margin-bottom: -0.5rem !important;\n}\n\n.mb-n3 {\n margin-bottom: -1rem !important;\n}\n\n.mb-n4 {\n margin-bottom: -1.5rem !important;\n}\n\n.mb-n5 {\n margin-bottom: -3rem !important;\n}\n\n.ml-n1 {\n margin-left: -0.25rem !important;\n}\n\n.ml-n2 {\n margin-left: -0.5rem !important;\n}\n\n.ml-n3 {\n margin-left: -1rem !important;\n}\n\n.ml-n4 {\n margin-left: -1.5rem !important;\n}\n\n.ml-n5 {\n margin-left: -3rem !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.pr-0 {\n padding-right: 0 !important;\n}\n\n.pr-1 {\n padding-right: 0.25rem !important;\n}\n\n.pr-2 {\n padding-right: 0.5rem !important;\n}\n\n.pr-3 {\n padding-right: 1rem !important;\n}\n\n.pr-4 {\n padding-right: 1.5rem !important;\n}\n\n.pr-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.pl-0 {\n padding-left: 0 !important;\n}\n\n.pl-1 {\n padding-left: 0.25rem !important;\n}\n\n.pl-2 {\n padding-left: 0.5rem !important;\n}\n\n.pl-3 {\n padding-left: 1rem !important;\n}\n\n.pl-4 {\n padding-left: 1.5rem !important;\n}\n\n.pl-5 {\n padding-left: 3rem !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-none {\n display: none !important;\n }\n .d-sm-inline {\n display: inline !important;\n }\n .d-sm-inline-block {\n display: inline-block !important;\n }\n .d-sm-block {\n display: block !important;\n }\n .d-sm-table {\n display: table !important;\n }\n .d-sm-table-row {\n display: table-row !important;\n }\n .d-sm-table-cell {\n display: table-cell !important;\n }\n .d-sm-flex {\n display: flex !important;\n }\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n .flex-sm-row {\n flex-direction: row !important;\n }\n .flex-sm-column {\n flex-direction: column !important;\n }\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n .justify-content-sm-center {\n justify-content: center !important;\n }\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n .align-items-sm-center {\n align-items: center !important;\n }\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n .align-content-sm-center {\n align-content: center !important;\n }\n .align-content-sm-between {\n align-content: space-between !important;\n }\n .align-content-sm-around {\n align-content: space-around !important;\n }\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n .align-self-sm-auto {\n align-self: auto !important;\n }\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n .align-self-sm-center {\n align-self: center !important;\n }\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n .order-sm-first {\n order: -1 !important;\n }\n .order-sm-0 {\n order: 0 !important;\n }\n .order-sm-1 {\n order: 1 !important;\n }\n .order-sm-2 {\n order: 2 !important;\n }\n .order-sm-3 {\n order: 3 !important;\n }\n .order-sm-4 {\n order: 4 !important;\n }\n .order-sm-5 {\n order: 5 !important;\n }\n .order-sm-last {\n order: 6 !important;\n }\n .m-sm-0 {\n margin: 0 !important;\n }\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n .m-sm-3 {\n margin: 1rem !important;\n }\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n .m-sm-5 {\n margin: 3rem !important;\n }\n .m-sm-auto {\n margin: auto !important;\n }\n .mx-sm-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-sm-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-sm-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-sm-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n .mt-sm-auto {\n margin-top: auto !important;\n }\n .mr-sm-0 {\n margin-right: 0 !important;\n }\n .mr-sm-1 {\n margin-right: 0.25rem !important;\n }\n .mr-sm-2 {\n margin-right: 0.5rem !important;\n }\n .mr-sm-3 {\n margin-right: 1rem !important;\n }\n .mr-sm-4 {\n margin-right: 1.5rem !important;\n }\n .mr-sm-5 {\n margin-right: 3rem !important;\n }\n .mr-sm-auto {\n margin-right: auto !important;\n }\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n .ml-sm-0 {\n margin-left: 0 !important;\n }\n .ml-sm-1 {\n margin-left: 0.25rem !important;\n }\n .ml-sm-2 {\n margin-left: 0.5rem !important;\n }\n .ml-sm-3 {\n margin-left: 1rem !important;\n }\n .ml-sm-4 {\n margin-left: 1.5rem !important;\n }\n .ml-sm-5 {\n margin-left: 3rem !important;\n }\n .ml-sm-auto {\n margin-left: auto !important;\n }\n .m-sm-n1 {\n margin: -0.25rem !important;\n }\n .m-sm-n2 {\n margin: -0.5rem !important;\n }\n .m-sm-n3 {\n margin: -1rem !important;\n }\n .m-sm-n4 {\n margin: -1.5rem !important;\n }\n .m-sm-n5 {\n margin: -3rem !important;\n }\n .mx-sm-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n }\n .mx-sm-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n }\n .mx-sm-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n }\n .mx-sm-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n }\n .mx-sm-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n }\n .my-sm-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n }\n .my-sm-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n }\n .my-sm-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n }\n .my-sm-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n }\n .my-sm-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n }\n .mt-sm-n1 {\n margin-top: -0.25rem !important;\n }\n .mt-sm-n2 {\n margin-top: -0.5rem !important;\n }\n .mt-sm-n3 {\n margin-top: -1rem !important;\n }\n .mt-sm-n4 {\n margin-top: -1.5rem !important;\n }\n .mt-sm-n5 {\n margin-top: -3rem !important;\n }\n .mr-sm-n1 {\n margin-right: -0.25rem !important;\n }\n .mr-sm-n2 {\n margin-right: -0.5rem !important;\n }\n .mr-sm-n3 {\n margin-right: -1rem !important;\n }\n .mr-sm-n4 {\n margin-right: -1.5rem !important;\n }\n .mr-sm-n5 {\n margin-right: -3rem !important;\n }\n .mb-sm-n1 {\n margin-bottom: -0.25rem !important;\n }\n .mb-sm-n2 {\n margin-bottom: -0.5rem !important;\n }\n .mb-sm-n3 {\n margin-bottom: -1rem !important;\n }\n .mb-sm-n4 {\n margin-bottom: -1.5rem !important;\n }\n .mb-sm-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-sm-n1 {\n margin-left: -0.25rem !important;\n }\n .ml-sm-n2 {\n margin-left: -0.5rem !important;\n }\n .ml-sm-n3 {\n margin-left: -1rem !important;\n }\n .ml-sm-n4 {\n margin-left: -1.5rem !important;\n }\n .ml-sm-n5 {\n margin-left: -3rem !important;\n }\n .p-sm-0 {\n padding: 0 !important;\n }\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n .p-sm-3 {\n padding: 1rem !important;\n }\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n .p-sm-5 {\n padding: 3rem !important;\n }\n .px-sm-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-sm-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-sm-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-sm-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-sm-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-sm-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n .pr-sm-0 {\n padding-right: 0 !important;\n }\n .pr-sm-1 {\n padding-right: 0.25rem !important;\n }\n .pr-sm-2 {\n padding-right: 0.5rem !important;\n }\n .pr-sm-3 {\n padding-right: 1rem !important;\n }\n .pr-sm-4 {\n padding-right: 1.5rem !important;\n }\n .pr-sm-5 {\n padding-right: 3rem !important;\n }\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n .pl-sm-0 {\n padding-left: 0 !important;\n }\n .pl-sm-1 {\n padding-left: 0.25rem !important;\n }\n .pl-sm-2 {\n padding-left: 0.5rem !important;\n }\n .pl-sm-3 {\n padding-left: 1rem !important;\n }\n .pl-sm-4 {\n padding-left: 1.5rem !important;\n }\n .pl-sm-5 {\n padding-left: 3rem !important;\n }\n}\n\n@media (min-width: 768px) {\n .d-md-none {\n display: none !important;\n }\n .d-md-inline {\n display: inline !important;\n }\n .d-md-inline-block {\n display: inline-block !important;\n }\n .d-md-block {\n display: block !important;\n }\n .d-md-table {\n display: table !important;\n }\n .d-md-table-row {\n display: table-row !important;\n }\n .d-md-table-cell {\n display: table-cell !important;\n }\n .d-md-flex {\n display: flex !important;\n }\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n .flex-md-row {\n flex-direction: row !important;\n }\n .flex-md-column {\n flex-direction: column !important;\n }\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n .justify-content-md-center {\n justify-content: center !important;\n }\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n .align-items-md-start {\n align-items: flex-start !important;\n }\n .align-items-md-end {\n align-items: flex-end !important;\n }\n .align-items-md-center {\n align-items: center !important;\n }\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n .align-content-md-start {\n align-content: flex-start !important;\n }\n .align-content-md-end {\n align-content: flex-end !important;\n }\n .align-content-md-center {\n align-content: center !important;\n }\n .align-content-md-between {\n align-content: space-between !important;\n }\n .align-content-md-around {\n align-content: space-around !important;\n }\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n .align-self-md-auto {\n align-self: auto !important;\n }\n .align-self-md-start {\n align-self: flex-start !important;\n }\n .align-self-md-end {\n align-self: flex-end !important;\n }\n .align-self-md-center {\n align-self: center !important;\n }\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n .order-md-first {\n order: -1 !important;\n }\n .order-md-0 {\n order: 0 !important;\n }\n .order-md-1 {\n order: 1 !important;\n }\n .order-md-2 {\n order: 2 !important;\n }\n .order-md-3 {\n order: 3 !important;\n }\n .order-md-4 {\n order: 4 !important;\n }\n .order-md-5 {\n order: 5 !important;\n }\n .order-md-last {\n order: 6 !important;\n }\n .m-md-0 {\n margin: 0 !important;\n }\n .m-md-1 {\n margin: 0.25rem !important;\n }\n .m-md-2 {\n margin: 0.5rem !important;\n }\n .m-md-3 {\n margin: 1rem !important;\n }\n .m-md-4 {\n margin: 1.5rem !important;\n }\n .m-md-5 {\n margin: 3rem !important;\n }\n .m-md-auto {\n margin: auto !important;\n }\n .mx-md-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-md-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-md-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-md-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-md-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-md-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-md-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-md-0 {\n margin-top: 0 !important;\n }\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n .mt-md-auto {\n margin-top: auto !important;\n }\n .mr-md-0 {\n margin-right: 0 !important;\n }\n .mr-md-1 {\n margin-right: 0.25rem !important;\n }\n .mr-md-2 {\n margin-right: 0.5rem !important;\n }\n .mr-md-3 {\n margin-right: 1rem !important;\n }\n .mr-md-4 {\n margin-right: 1.5rem !important;\n }\n .mr-md-5 {\n margin-right: 3rem !important;\n }\n .mr-md-auto {\n margin-right: auto !important;\n }\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n .ml-md-0 {\n margin-left: 0 !important;\n }\n .ml-md-1 {\n margin-left: 0.25rem !important;\n }\n .ml-md-2 {\n margin-left: 0.5rem !important;\n }\n .ml-md-3 {\n margin-left: 1rem !important;\n }\n .ml-md-4 {\n margin-left: 1.5rem !important;\n }\n .ml-md-5 {\n margin-left: 3rem !important;\n }\n .ml-md-auto {\n margin-left: auto !important;\n }\n .m-md-n1 {\n margin: -0.25rem !important;\n }\n .m-md-n2 {\n margin: -0.5rem !important;\n }\n .m-md-n3 {\n margin: -1rem !important;\n }\n .m-md-n4 {\n margin: -1.5rem !important;\n }\n .m-md-n5 {\n margin: -3rem !important;\n }\n .mx-md-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n }\n .mx-md-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n }\n .mx-md-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n }\n .mx-md-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n }\n .mx-md-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n }\n .my-md-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n }\n .my-md-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n }\n .my-md-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n }\n .my-md-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n }\n .my-md-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n }\n .mt-md-n1 {\n margin-top: -0.25rem !important;\n }\n .mt-md-n2 {\n margin-top: -0.5rem !important;\n }\n .mt-md-n3 {\n margin-top: -1rem !important;\n }\n .mt-md-n4 {\n margin-top: -1.5rem !important;\n }\n .mt-md-n5 {\n margin-top: -3rem !important;\n }\n .mr-md-n1 {\n margin-right: -0.25rem !important;\n }\n .mr-md-n2 {\n margin-right: -0.5rem !important;\n }\n .mr-md-n3 {\n margin-right: -1rem !important;\n }\n .mr-md-n4 {\n margin-right: -1.5rem !important;\n }\n .mr-md-n5 {\n margin-right: -3rem !important;\n }\n .mb-md-n1 {\n margin-bottom: -0.25rem !important;\n }\n .mb-md-n2 {\n margin-bottom: -0.5rem !important;\n }\n .mb-md-n3 {\n margin-bottom: -1rem !important;\n }\n .mb-md-n4 {\n margin-bottom: -1.5rem !important;\n }\n .mb-md-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-md-n1 {\n margin-left: -0.25rem !important;\n }\n .ml-md-n2 {\n margin-left: -0.5rem !important;\n }\n .ml-md-n3 {\n margin-left: -1rem !important;\n }\n .ml-md-n4 {\n margin-left: -1.5rem !important;\n }\n .ml-md-n5 {\n margin-left: -3rem !important;\n }\n .p-md-0 {\n padding: 0 !important;\n }\n .p-md-1 {\n padding: 0.25rem !important;\n }\n .p-md-2 {\n padding: 0.5rem !important;\n }\n .p-md-3 {\n padding: 1rem !important;\n }\n .p-md-4 {\n padding: 1.5rem !important;\n }\n .p-md-5 {\n padding: 3rem !important;\n }\n .px-md-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-md-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-md-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-md-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-md-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-md-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-md-0 {\n padding-top: 0 !important;\n }\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n .pr-md-0 {\n padding-right: 0 !important;\n }\n .pr-md-1 {\n padding-right: 0.25rem !important;\n }\n .pr-md-2 {\n padding-right: 0.5rem !important;\n }\n .pr-md-3 {\n padding-right: 1rem !important;\n }\n .pr-md-4 {\n padding-right: 1.5rem !important;\n }\n .pr-md-5 {\n padding-right: 3rem !important;\n }\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n .pl-md-0 {\n padding-left: 0 !important;\n }\n .pl-md-1 {\n padding-left: 0.25rem !important;\n }\n .pl-md-2 {\n padding-left: 0.5rem !important;\n }\n .pl-md-3 {\n padding-left: 1rem !important;\n }\n .pl-md-4 {\n padding-left: 1.5rem !important;\n }\n .pl-md-5 {\n padding-left: 3rem !important;\n }\n}\n\n@media (min-width: 992px) {\n .d-lg-none {\n display: none !important;\n }\n .d-lg-inline {\n display: inline !important;\n }\n .d-lg-inline-block {\n display: inline-block !important;\n }\n .d-lg-block {\n display: block !important;\n }\n .d-lg-table {\n display: table !important;\n }\n .d-lg-table-row {\n display: table-row !important;\n }\n .d-lg-table-cell {\n display: table-cell !important;\n }\n .d-lg-flex {\n display: flex !important;\n }\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n .flex-lg-row {\n flex-direction: row !important;\n }\n .flex-lg-column {\n flex-direction: column !important;\n }\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n .justify-content-lg-center {\n justify-content: center !important;\n }\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n .align-items-lg-center {\n align-items: center !important;\n }\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n .align-content-lg-center {\n align-content: center !important;\n }\n .align-content-lg-between {\n align-content: space-between !important;\n }\n .align-content-lg-around {\n align-content: space-around !important;\n }\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n .align-self-lg-auto {\n align-self: auto !important;\n }\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n .align-self-lg-center {\n align-self: center !important;\n }\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n .order-lg-first {\n order: -1 !important;\n }\n .order-lg-0 {\n order: 0 !important;\n }\n .order-lg-1 {\n order: 1 !important;\n }\n .order-lg-2 {\n order: 2 !important;\n }\n .order-lg-3 {\n order: 3 !important;\n }\n .order-lg-4 {\n order: 4 !important;\n }\n .order-lg-5 {\n order: 5 !important;\n }\n .order-lg-last {\n order: 6 !important;\n }\n .m-lg-0 {\n margin: 0 !important;\n }\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n .m-lg-3 {\n margin: 1rem !important;\n }\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n .m-lg-5 {\n margin: 3rem !important;\n }\n .m-lg-auto {\n margin: auto !important;\n }\n .mx-lg-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-lg-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-lg-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-lg-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n .mt-lg-auto {\n margin-top: auto !important;\n }\n .mr-lg-0 {\n margin-right: 0 !important;\n }\n .mr-lg-1 {\n margin-right: 0.25rem !important;\n }\n .mr-lg-2 {\n margin-right: 0.5rem !important;\n }\n .mr-lg-3 {\n margin-right: 1rem !important;\n }\n .mr-lg-4 {\n margin-right: 1.5rem !important;\n }\n .mr-lg-5 {\n margin-right: 3rem !important;\n }\n .mr-lg-auto {\n margin-right: auto !important;\n }\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n .ml-lg-0 {\n margin-left: 0 !important;\n }\n .ml-lg-1 {\n margin-left: 0.25rem !important;\n }\n .ml-lg-2 {\n margin-left: 0.5rem !important;\n }\n .ml-lg-3 {\n margin-left: 1rem !important;\n }\n .ml-lg-4 {\n margin-left: 1.5rem !important;\n }\n .ml-lg-5 {\n margin-left: 3rem !important;\n }\n .ml-lg-auto {\n margin-left: auto !important;\n }\n .m-lg-n1 {\n margin: -0.25rem !important;\n }\n .m-lg-n2 {\n margin: -0.5rem !important;\n }\n .m-lg-n3 {\n margin: -1rem !important;\n }\n .m-lg-n4 {\n margin: -1.5rem !important;\n }\n .m-lg-n5 {\n margin: -3rem !important;\n }\n .mx-lg-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n }\n .mx-lg-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n }\n .mx-lg-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n }\n .mx-lg-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n }\n .mx-lg-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n }\n .my-lg-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n }\n .my-lg-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n }\n .my-lg-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n }\n .my-lg-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n }\n .my-lg-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n }\n .mt-lg-n1 {\n margin-top: -0.25rem !important;\n }\n .mt-lg-n2 {\n margin-top: -0.5rem !important;\n }\n .mt-lg-n3 {\n margin-top: -1rem !important;\n }\n .mt-lg-n4 {\n margin-top: -1.5rem !important;\n }\n .mt-lg-n5 {\n margin-top: -3rem !important;\n }\n .mr-lg-n1 {\n margin-right: -0.25rem !important;\n }\n .mr-lg-n2 {\n margin-right: -0.5rem !important;\n }\n .mr-lg-n3 {\n margin-right: -1rem !important;\n }\n .mr-lg-n4 {\n margin-right: -1.5rem !important;\n }\n .mr-lg-n5 {\n margin-right: -3rem !important;\n }\n .mb-lg-n1 {\n margin-bottom: -0.25rem !important;\n }\n .mb-lg-n2 {\n margin-bottom: -0.5rem !important;\n }\n .mb-lg-n3 {\n margin-bottom: -1rem !important;\n }\n .mb-lg-n4 {\n margin-bottom: -1.5rem !important;\n }\n .mb-lg-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-lg-n1 {\n margin-left: -0.25rem !important;\n }\n .ml-lg-n2 {\n margin-left: -0.5rem !important;\n }\n .ml-lg-n3 {\n margin-left: -1rem !important;\n }\n .ml-lg-n4 {\n margin-left: -1.5rem !important;\n }\n .ml-lg-n5 {\n margin-left: -3rem !important;\n }\n .p-lg-0 {\n padding: 0 !important;\n }\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n .p-lg-3 {\n padding: 1rem !important;\n }\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n .p-lg-5 {\n padding: 3rem !important;\n }\n .px-lg-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-lg-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-lg-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-lg-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-lg-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-lg-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n .pr-lg-0 {\n padding-right: 0 !important;\n }\n .pr-lg-1 {\n padding-right: 0.25rem !important;\n }\n .pr-lg-2 {\n padding-right: 0.5rem !important;\n }\n .pr-lg-3 {\n padding-right: 1rem !important;\n }\n .pr-lg-4 {\n padding-right: 1.5rem !important;\n }\n .pr-lg-5 {\n padding-right: 3rem !important;\n }\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n .pl-lg-0 {\n padding-left: 0 !important;\n }\n .pl-lg-1 {\n padding-left: 0.25rem !important;\n }\n .pl-lg-2 {\n padding-left: 0.5rem !important;\n }\n .pl-lg-3 {\n padding-left: 1rem !important;\n }\n .pl-lg-4 {\n padding-left: 1.5rem !important;\n }\n .pl-lg-5 {\n padding-left: 3rem !important;\n }\n}\n\n@media (min-width: 1200px) {\n .d-xl-none {\n display: none !important;\n }\n .d-xl-inline {\n display: inline !important;\n }\n .d-xl-inline-block {\n display: inline-block !important;\n }\n .d-xl-block {\n display: block !important;\n }\n .d-xl-table {\n display: table !important;\n }\n .d-xl-table-row {\n display: table-row !important;\n }\n .d-xl-table-cell {\n display: table-cell !important;\n }\n .d-xl-flex {\n display: flex !important;\n }\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n .flex-xl-row {\n flex-direction: row !important;\n }\n .flex-xl-column {\n flex-direction: column !important;\n }\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n .justify-content-xl-center {\n justify-content: center !important;\n }\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n .align-items-xl-center {\n align-items: center !important;\n }\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n .align-content-xl-center {\n align-content: center !important;\n }\n .align-content-xl-between {\n align-content: space-between !important;\n }\n .align-content-xl-around {\n align-content: space-around !important;\n }\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n .align-self-xl-auto {\n align-self: auto !important;\n }\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n .align-self-xl-center {\n align-self: center !important;\n }\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n .order-xl-first {\n order: -1 !important;\n }\n .order-xl-0 {\n order: 0 !important;\n }\n .order-xl-1 {\n order: 1 !important;\n }\n .order-xl-2 {\n order: 2 !important;\n }\n .order-xl-3 {\n order: 3 !important;\n }\n .order-xl-4 {\n order: 4 !important;\n }\n .order-xl-5 {\n order: 5 !important;\n }\n .order-xl-last {\n order: 6 !important;\n }\n .m-xl-0 {\n margin: 0 !important;\n }\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n .m-xl-3 {\n margin: 1rem !important;\n }\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n .m-xl-5 {\n margin: 3rem !important;\n }\n .m-xl-auto {\n margin: auto !important;\n }\n .mx-xl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-xl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-xl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-xl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n .mt-xl-auto {\n margin-top: auto !important;\n }\n .mr-xl-0 {\n margin-right: 0 !important;\n }\n .mr-xl-1 {\n margin-right: 0.25rem !important;\n }\n .mr-xl-2 {\n margin-right: 0.5rem !important;\n }\n .mr-xl-3 {\n margin-right: 1rem !important;\n }\n .mr-xl-4 {\n margin-right: 1.5rem !important;\n }\n .mr-xl-5 {\n margin-right: 3rem !important;\n }\n .mr-xl-auto {\n margin-right: auto !important;\n }\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n .ml-xl-0 {\n margin-left: 0 !important;\n }\n .ml-xl-1 {\n margin-left: 0.25rem !important;\n }\n .ml-xl-2 {\n margin-left: 0.5rem !important;\n }\n .ml-xl-3 {\n margin-left: 1rem !important;\n }\n .ml-xl-4 {\n margin-left: 1.5rem !important;\n }\n .ml-xl-5 {\n margin-left: 3rem !important;\n }\n .ml-xl-auto {\n margin-left: auto !important;\n }\n .m-xl-n1 {\n margin: -0.25rem !important;\n }\n .m-xl-n2 {\n margin: -0.5rem !important;\n }\n .m-xl-n3 {\n margin: -1rem !important;\n }\n .m-xl-n4 {\n margin: -1.5rem !important;\n }\n .m-xl-n5 {\n margin: -3rem !important;\n }\n .mx-xl-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n }\n .mx-xl-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n }\n .mx-xl-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n }\n .mx-xl-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n }\n .mx-xl-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n }\n .my-xl-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n }\n .my-xl-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n }\n .my-xl-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n }\n .my-xl-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n }\n .my-xl-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n }\n .mt-xl-n1 {\n margin-top: -0.25rem !important;\n }\n .mt-xl-n2 {\n margin-top: -0.5rem !important;\n }\n .mt-xl-n3 {\n margin-top: -1rem !important;\n }\n .mt-xl-n4 {\n margin-top: -1.5rem !important;\n }\n .mt-xl-n5 {\n margin-top: -3rem !important;\n }\n .mr-xl-n1 {\n margin-right: -0.25rem !important;\n }\n .mr-xl-n2 {\n margin-right: -0.5rem !important;\n }\n .mr-xl-n3 {\n margin-right: -1rem !important;\n }\n .mr-xl-n4 {\n margin-right: -1.5rem !important;\n }\n .mr-xl-n5 {\n margin-right: -3rem !important;\n }\n .mb-xl-n1 {\n margin-bottom: -0.25rem !important;\n }\n .mb-xl-n2 {\n margin-bottom: -0.5rem !important;\n }\n .mb-xl-n3 {\n margin-bottom: -1rem !important;\n }\n .mb-xl-n4 {\n margin-bottom: -1.5rem !important;\n }\n .mb-xl-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-xl-n1 {\n margin-left: -0.25rem !important;\n }\n .ml-xl-n2 {\n margin-left: -0.5rem !important;\n }\n .ml-xl-n3 {\n margin-left: -1rem !important;\n }\n .ml-xl-n4 {\n margin-left: -1.5rem !important;\n }\n .ml-xl-n5 {\n margin-left: -3rem !important;\n }\n .p-xl-0 {\n padding: 0 !important;\n }\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n .p-xl-3 {\n padding: 1rem !important;\n }\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n .p-xl-5 {\n padding: 3rem !important;\n }\n .px-xl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-xl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-xl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-xl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-xl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-xl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n .pr-xl-0 {\n padding-right: 0 !important;\n }\n .pr-xl-1 {\n padding-right: 0.25rem !important;\n }\n .pr-xl-2 {\n padding-right: 0.5rem !important;\n }\n .pr-xl-3 {\n padding-right: 1rem !important;\n }\n .pr-xl-4 {\n padding-right: 1.5rem !important;\n }\n .pr-xl-5 {\n padding-right: 3rem !important;\n }\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n .pl-xl-0 {\n padding-left: 0 !important;\n }\n .pl-xl-1 {\n padding-left: 0.25rem !important;\n }\n .pl-xl-2 {\n padding-left: 0.5rem !important;\n }\n .pl-xl-3 {\n padding-left: 1rem !important;\n }\n .pl-xl-4 {\n padding-left: 1.5rem !important;\n }\n .pl-xl-5 {\n padding-left: 3rem !important;\n }\n}\n\n@media print {\n .d-print-none {\n display: none !important;\n }\n .d-print-inline {\n display: inline !important;\n }\n .d-print-inline-block {\n display: inline-block !important;\n }\n .d-print-block {\n display: block !important;\n }\n .d-print-table {\n display: table !important;\n }\n .d-print-table-row {\n display: table-row !important;\n }\n .d-print-table-cell {\n display: table-cell !important;\n }\n .d-print-flex {\n display: flex !important;\n }\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n}\n\n/*# sourceMappingURL=bootstrap-grid.css.map */","// 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 @include make-container();\n @include make-container-max-widths();\n }\n\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($padding-x: $container-padding-x) {\n width: 100%;\n padding-right: $padding-x;\n padding-left: $padding-x;\n margin-right: auto;\n margin-left: auto;\n}\n\n\n// For each breakpoint, define the maximum width of the container in a media query\n@mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {\n @each $breakpoint, $container-max-width in $max-widths {\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n max-width: $container-max-width;\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$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\n// fusv-disable\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// fusv-enable\n\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: #28a745 !default;\n$teal: #20c997 !default;\n$cyan: #17a2b8 !default;\n\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\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-800 !default;\n\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\n// Set a specific jump point for requesting color jumps\n$theme-color-interval: 8% !default;\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: 3 !default;\n\n// Customize the light and dark text colors for use in our color contrast function.\n$color-contrast-dark: $gray-900 !default;\n$color-contrast-light: $white !default;\n\n// fusv-disable\n$blue-100: tint-color($blue, 8) !default;\n$blue-200: tint-color($blue, 6) !default;\n$blue-300: tint-color($blue, 4) !default;\n$blue-400: tint-color($blue, 2) !default;\n$blue-500: $blue !default;\n$blue-600: shade-color($blue, 2) !default;\n$blue-700: shade-color($blue, 4) !default;\n$blue-800: shade-color($blue, 6) !default;\n$blue-900: shade-color($blue, 8) !default;\n\n$indigo-100: tint-color($indigo, 8) !default;\n$indigo-200: tint-color($indigo, 6) !default;\n$indigo-300: tint-color($indigo, 4) !default;\n$indigo-400: tint-color($indigo, 2) !default;\n$indigo-500: $indigo !default;\n$indigo-600: shade-color($indigo, 2) !default;\n$indigo-700: shade-color($indigo, 4) !default;\n$indigo-800: shade-color($indigo, 6) !default;\n$indigo-900: shade-color($indigo, 8) !default;\n\n$purple-100: tint-color($purple, 8) !default;\n$purple-200: tint-color($purple, 6) !default;\n$purple-300: tint-color($purple, 4) !default;\n$purple-400: tint-color($purple, 2) !default;\n$purple-500: $purple !default;\n$purple-600: shade-color($purple, 2) !default;\n$purple-700: shade-color($purple, 4) !default;\n$purple-800: shade-color($purple, 6) !default;\n$purple-900: shade-color($purple, 8) !default;\n\n$pink-100: tint-color($pink, 8) !default;\n$pink-200: tint-color($pink, 6) !default;\n$pink-300: tint-color($pink, 4) !default;\n$pink-400: tint-color($pink, 2) !default;\n$pink-500: $pink !default;\n$pink-600: shade-color($pink, 2) !default;\n$pink-700: shade-color($pink, 4) !default;\n$pink-800: shade-color($pink, 6) !default;\n$pink-900: shade-color($pink, 8) !default;\n\n$red-100: tint-color($red, 8) !default;\n$red-200: tint-color($red, 6) !default;\n$red-300: tint-color($red, 4) !default;\n$red-400: tint-color($red, 2) !default;\n$red-500: $red !default;\n$red-600: shade-color($red, 2) !default;\n$red-700: shade-color($red, 4) !default;\n$red-800: shade-color($red, 6) !default;\n$red-900: shade-color($red, 8) !default;\n\n$orange-100: tint-color($orange, 8) !default;\n$orange-200: tint-color($orange, 6) !default;\n$orange-300: tint-color($orange, 4) !default;\n$orange-400: tint-color($orange, 2) !default;\n$orange-500: $orange !default;\n$orange-600: shade-color($orange, 2) !default;\n$orange-700: shade-color($orange, 4) !default;\n$orange-800: shade-color($orange, 6) !default;\n$orange-900: shade-color($orange, 8) !default;\n\n$yellow-100: tint-color($yellow, 8) !default;\n$yellow-200: tint-color($yellow, 6) !default;\n$yellow-300: tint-color($yellow, 4) !default;\n$yellow-400: tint-color($yellow, 2) !default;\n$yellow-500: $yellow !default;\n$yellow-600: shade-color($yellow, 2) !default;\n$yellow-700: shade-color($yellow, 4) !default;\n$yellow-800: shade-color($yellow, 6) !default;\n$yellow-900: shade-color($yellow, 8) !default;\n\n$green-100: tint-color($green, 8) !default;\n$green-200: tint-color($green, 6) !default;\n$green-300: tint-color($green, 4) !default;\n$green-400: tint-color($green, 2) !default;\n$green-500: $green !default;\n$green-600: shade-color($green, 2) !default;\n$green-700: shade-color($green, 4) !default;\n$green-800: shade-color($green, 6) !default;\n$green-900: shade-color($green, 8) !default;\n\n$teal-100: tint-color($teal, 8) !default;\n$teal-200: tint-color($teal, 6) !default;\n$teal-300: tint-color($teal, 4) !default;\n$teal-400: tint-color($teal, 2) !default;\n$teal-500: $teal !default;\n$teal-600: shade-color($teal, 2) !default;\n$teal-700: shade-color($teal, 4) !default;\n$teal-800: shade-color($teal, 6) !default;\n$teal-900: shade-color($teal, 8) !default;\n\n$cyan-100: tint-color($cyan, 8) !default;\n$cyan-200: tint-color($cyan, 6) !default;\n$cyan-300: tint-color($cyan, 4) !default;\n$cyan-400: tint-color($cyan, 2) !default;\n$cyan-500: $cyan !default;\n$cyan-600: shade-color($cyan, 2) !default;\n$cyan-700: shade-color($cyan, 4) !default;\n$cyan-800: shade-color($cyan, 6) !default;\n$cyan-900: shade-color($cyan, 8) !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-prefers-reduced-motion-media-query: true !default;\n$enable-grid-classes: true !default;\n$enable-pointer-cursor-for-buttons: true !default;\n$enable-rfs: true !default;\n$enable-validation-icons: true !default;\n$enable-deprecation-messages: true !default;\n$enable-important-utilities: true !default;\n\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$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: negativify-map($spacers) !default;\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-hover-color: darken($link-color, 15%) !default;\n$link-hover-decoration: null !default;\n// Darken percentage for links with `.text-*` class (e.g. `.text-success`)\n$emphasized-link-hover-darken-percentage: 15% !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$grid-breakpoints: (\n xs: 0,\n sm: 576px,\n md: 768px,\n lg: 992px,\n xl: 1200px\n) !default;\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$container-max-widths: (\n sm: 540px,\n md: 720px,\n lg: 960px,\n xl: 1140px\n) !default;\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: 1rem !default;\n\n\n// Components\n//\n// Define common padding and border radius sizes and more.\n\n$border-width: 1px !default;\n$border-color: $gray-300 !default;\n\n$border-radius: .25rem !default;\n$border-radius-lg: .3rem !default;\n$border-radius-sm: .2rem !default;\n\n$rounded-pill: 50rem !default;\n\n$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;\n$box-shadow: 0 .5rem 1rem rgba($black, .15) !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\n$component-active-color: $white !default;\n$component-active-bg: $primary !default;\n\n$caret-width: .3em !default;\n$caret-vertical-align: $caret-width * .85 !default;\n$caret-spacing: $caret-width * .85 !default;\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n$transition-collapse: height .35s ease !default;\n\n$embed-responsive-aspect-ratios: (\n \"21by9\": (\n x: 21,\n y: 9\n ),\n \"16by9\": (\n x: 16,\n y: 9\n ),\n \"4by3\": (\n x: 4,\n y: 3\n ),\n \"1by1\": (\n x: 1,\n y: 1\n )\n) !default;\n\n// Typography\n//\n// Font, line-height, and color for body text, headings, and more.\n\n// stylelint-disable value-keyword-case\n$font-family-sans-serif: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto 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$font-family-base: $font-family-sans-serif !default;\n// stylelint-enable value-keyword-case\n\n// $font-size-root effects the value of `rem`, which is used for as well font sizes, paddings and margins\n// $font-size-base effects 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-lg: $font-size-base * 1.25 !default;\n$font-size-sm: $font-size-base * .875 !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-lg: 2 !default;\n$line-height-sm: 1.25 !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\n$headings-margin-bottom: $spacer / 2 !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\n$display1-size: 6rem !default;\n$display2-size: 5.5rem !default;\n$display3-size: 4.5rem !default;\n$display4-size: 3.5rem !default;\n\n$display1-weight: 300 !default;\n$display2-weight: 300 !default;\n$display3-weight: 300 !default;\n$display4-weight: 300 !default;\n$display-line-height: $headings-line-height !default;\n\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-small-color: $gray-600 !default;\n$blockquote-small-font-size: $small-font-size !default;\n$blockquote-font-size: $font-size-base * 1.25 !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\n\n// Tables\n//\n// Customizes the `.table` component with basic values, each used across all table variations.\n\n$table-cell-padding: .5rem !default;\n$table-cell-padding-sm: .25rem !default;\n\n$table-cell-vertical-align: top !default;\n\n$table-color: $body-color !default;\n$table-bg: null !default;\n$table-accent-bg: rgba($black, .05) !default;\n$table-hover-color: $table-color !default;\n$table-hover-bg: rgba($black, .075) !default;\n$table-active-bg: $table-hover-bg !default;\n\n$table-border-width: $border-width !default;\n$table-border-color: $border-color !default;\n\n$table-head-bg: $gray-200 !default;\n$table-head-color: $gray-700 !default;\n$table-head-border-color: $gray-700 !default;\n\n$table-dark-color: $white !default;\n$table-dark-bg: $gray-800 !default;\n$table-dark-accent-bg: rgba($white, .05) !default;\n$table-dark-hover-color: $table-dark-color !default;\n$table-dark-hover-bg: rgba($white, .075) !default;\n$table-dark-border-color: lighten($table-dark-bg, 7.5%) !default;\n\n$table-striped-order: odd !default;\n\n$table-caption-color: $text-muted !default;\n\n$table-bg-level: -9 !default;\n$table-border-level: -6 !default;\n\n\n// Buttons + Forms\n//\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\n\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: .2rem !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-box-shadow: 0 0 0 $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\n\n// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\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$btn-block-spacing-y: .5rem !default;\n\n// Allows for customizing button radius independently from global border radius\n$btn-border-radius: $border-radius !default;\n$btn-border-radius-lg: $border-radius-lg !default;\n$btn-border-radius-sm: $border-radius-sm !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\n// Forms\n\n$label-margin-bottom: .5rem !default;\n\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: $gray-700 !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-lg: $border-radius-lg !default;\n$input-border-radius-sm: $border-radius-sm !default;\n\n$input-focus-bg: $input-bg !default;\n$input-focus-border-color: lighten($component-active-bg, 25%) !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 / 2) !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\n\n$form-check-input-width: 1.25em !default;\n$form-check-min-height: $font-size-base * $line-height-base !default;\n$form-check-padding-left: $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\n$form-check-input-active-filter: brightness(90%) !default;\n\n$form-check-input-bg: $body-bg !default;\n$form-check-input-border: 1px solid rgba(0, 0, 0, .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-repeat: no-repeat !default;\n$form-check-input-checked-bg-position: center center !default;\n$form-check-input-checked-bg-size: 1em !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-repeat: no-repeat !default;\n$form-check-input-indeterminate-bg-position: center center !default;\n$form-check-input-indeterminate-bg-size: 1em !default;\n$form-check-input-indeterminate-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-switch-color: rgba(0, 0, 0, .25) !default;\n$form-switch-width: 2em !default;\n$form-switch-padding-left: $form-switch-width + .5em !default;\n$form-switch-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-switch-bg-size: contain !default;\n$form-switch-border-radius: $form-switch-width !default;\n$form-switch-transition: .2s ease-in-out !default;\n$form-switch-transition-property: background-position, background-color !default;\n\n$form-switch-focus-color: hsla(211, 100%, 75%, 1) !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\n$form-text-margin-top: .25rem !default;\n\n$form-check-inline-margin-right: 1rem !default;\n\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\n\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-height: $input-height !default;\n$form-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator\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-disabled-color: $gray-600 !default;\n$form-select-bg: $input-bg !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-right: add(1em * .75, (2 * $form-select-padding-y * .75) + $form-select-padding-x + $form-select-indicator-padding) !default;\n$form-select-feedback-icon-position: center right ($form-select-padding-x + $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$form-select-height-sm: $input-height-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$form-select-height-lg: $input-height-lg !default;\n\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: lighten($component-active-bg, 35%) !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\n$form-file-height: $input-height !default;\n$form-file-focus-border-color: $input-focus-border-color !default;\n$form-file-focus-box-shadow: $input-focus-box-shadow !default;\n$form-file-disabled-bg: $input-disabled-bg !default;\n$form-file-disabled-border-color: $input-disabled-border-color !default;\n\n$form-file-padding-y: $input-padding-y !default;\n$form-file-padding-x: $input-padding-x !default;\n$form-file-line-height: $input-line-height !default;\n$form-file-font-family: $input-font-family !default;\n$form-file-font-weight: $input-font-weight !default;\n$form-file-color: $input-color !default;\n$form-file-bg: $input-bg !default;\n$form-file-border-width: $input-border-width !default;\n$form-file-border-color: $input-border-color !default;\n$form-file-border-radius: $input-border-radius !default;\n$form-file-box-shadow: $input-box-shadow !default;\n$form-file-button-color: $form-file-color !default;\n$form-file-button-bg: $input-group-addon-bg !default;\n\n$form-file-padding-y-sm: $input-padding-y-sm !default;\n$form-file-padding-x-sm: $input-padding-x-sm !default;\n$form-file-font-size-sm: $input-font-size-sm !default;\n$form-file-height-sm: $input-height-sm !default;\n\n$form-file-padding-y-lg: $input-padding-y-lg !default;\n$form-file-padding-x-lg: $input-padding-x-lg !default;\n$form-file-font-size-lg: $input-font-size-lg !default;\n$form-file-height-lg: $input-height-lg !default;\n\n\n// Form validation\n\n$form-feedback-margin-top: $form-text-margin-top !default;\n$form-feedback-font-size: $small-font-size !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\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\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$zindex-dropdown: 1000 !default;\n$zindex-sticky: 1020 !default;\n$zindex-fixed: 1030 !default;\n$zindex-modal-backdrop: 1040 !default;\n$zindex-modal: 1050 !default;\n$zindex-popover: 1060 !default;\n$zindex-tooltip: 1070 !default;\n\n\n// Navs\n\n$nav-link-padding-y: .5rem !default;\n$nav-link-padding-x: 1rem !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\n\n// Navbar\n\n$navbar-padding-y: $spacer / 2 !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) / 2 !default;\n$navbar-brand-margin-right: 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\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\n\n// Dropdowns\n//\n// Dropdown menu container and contents.\n\n$dropdown-min-width: 10rem !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: $gray-200 !default;\n$dropdown-divider-margin-y: $spacer / 2 !default;\n$dropdown-box-shadow: $box-shadow !default;\n\n$dropdown-link-color: $gray-900 !default;\n$dropdown-link-hover-color: darken($gray-900, 5%) !default;\n$dropdown-link-hover-bg: $gray-100 !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-600 !default;\n\n$dropdown-item-padding-y: .25rem !default;\n$dropdown-item-padding-x: 1.5rem !default;\n\n$dropdown-header-color: $gray-600 !default;\n$dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x !default;\n\n\n// Pagination\n\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-left: -$pagination-border-width !default;\n$pagination-border-color: $gray-300 !default;\n\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\n// Cards\n\n$card-spacer-y: 1.25rem !default;\n$card-spacer-x: 1.25rem !default;\n$card-title-spacer-y: .75rem !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: .75rem !default;\n$card-cap-padding-x: 1.25rem !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\n$card-img-overlay-padding: 1.25rem !default;\n\n$card-group-margin: $grid-gutter-width / 2 !default;\n\n\n// Tooltips\n\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: .25rem !default;\n$tooltip-padding-x: .5rem !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\n// Form tooltips must come after regular tooltips\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\n\n// Popovers\n\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: darken($popover-bg, 3%) !default;\n$popover-header-color: $headings-color !default;\n$popover-header-padding-y: .5rem !default;\n$popover-header-padding-x: .75rem !default;\n\n$popover-body-color: $body-color !default;\n$popover-body-padding-y: $popover-header-padding-y !default;\n$popover-body-padding-x: $popover-header-padding-x !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\n\n// Toasts\n\n$toast-max-width: 350px !default;\n$toast-padding-x: .75rem !default;\n$toast-padding-y: .25rem !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\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\n\n// Badges\n\n$badge-font-size: .75em !default;\n$badge-font-weight: $font-weight-bold !default;\n$badge-color: $white !default;\n$badge-padding-y: .25em !default;\n$badge-padding-x: .5em !default;\n$badge-border-radius: $border-radius !default;\n\n\n// Modals\n\n// Padding applied to the modal body\n$modal-inner-padding: 1rem !default;\n\n// Margin between elements in footer, must be lower than or equal to 2 * $modal-inner-padding\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: 1rem !default;\n$modal-header-padding-x: 1rem !default;\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility\n\n$modal-xl: 1140px !default;\n$modal-lg: 800px !default;\n$modal-md: 500px !default;\n$modal-sm: 300px !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\n\n// Alerts\n//\n// Define alert colors, border radius, and padding.\n\n$alert-padding-y: .75rem !default;\n$alert-padding-x: 1.25rem !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\n$alert-bg-level: -10 !default;\n$alert-border-level: -9 !default;\n$alert-color-level: 6 !default;\n\n\n// Progress bars\n\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\n\n// List group\n\n$list-group-color: null !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: .75rem !default;\n$list-group-item-padding-x: 1.25rem !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\n\n// Image thumbnails\n\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\n\n// Figures\n\n$figure-caption-font-size: $small-font-size !default;\n$figure-caption-color: $gray-600 !default;\n\n\n// Breadcrumbs\n\n$breadcrumb-font-size: null !default;\n\n$breadcrumb-padding-y: .75rem !default;\n$breadcrumb-padding-x: 1rem !default;\n$breadcrumb-item-padding-x: .5rem !default;\n\n$breadcrumb-margin-bottom: 1rem !default;\n\n$breadcrumb-bg: $gray-200 !default;\n$breadcrumb-divider-color: $gray-600 !default;\n$breadcrumb-active-color: $gray-600 !default;\n$breadcrumb-divider: quote(\"/\") !default;\n\n$breadcrumb-border-radius: $border-radius !default;\n\n\n// Carousel\n\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: 20px !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\n// Spinners\n\n$spinner-width: 2rem !default;\n$spinner-height: $spinner-width !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\n\n// Close\n\n$close-font-size: $font-size-base * 1.5 !default;\n$close-font-weight: $font-weight-bold !default;\n$close-color: $black !default;\n$close-text-shadow: 0 1px 0 $white !default;\n\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","// 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. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `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(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .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 $max: breakpoint-max($name, $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($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $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// Gutters\n//\n// Make use of `.g-*`, `.gx-*` or `.gy-*` utilities to change spacing between the columns.\n\n@if $enable-grid-classes {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @include media-breakpoint-up($breakpoint, $grid-breakpoints) {\n\n @each $key, $value in $gutters {\n .g#{$infix}-#{$key},\n .gx#{$infix}-#{$key} {\n margin-right: -$value / 2;\n margin-left: -$value / 2;\n\n > * {\n padding-right: $value / 2;\n padding-left: $value / 2;\n }\n }\n\n .g#{$infix}-#{$key},\n .gy#{$infix}-#{$key} {\n margin-top: -$value;\n\n > * {\n margin-top: $value;\n }\n }\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 display: flex;\n flex-wrap: wrap;\n margin-right: -$gutter / 2;\n margin-left: -$gutter / 2;\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: $gutter / 2;\n padding-left: $gutter / 2;\n}\n\n@mixin make-col($size, $columns: $grid-columns) {\n flex: 0 0 auto;\n width: percentage($size / $columns);\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: $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: 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 $infix: breakpoint-infix($breakpoint, $breakpoints);\n\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 min-width: 0; // See https://github.com/twbs/bootstrap/issues/25410\n }\n\n .row-cols#{$infix}-auto > * {\n @include make-col-auto();\n }\n\n @for $i from 1 through $grid-row-columns {\n .row-cols#{$infix}-#{$i} {\n @include row-cols($i);\n }\n }\n\n .col#{$infix}-auto {\n @include make-col-auto();\n }\n\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}\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 $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 @if $value != null {\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 }\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) {\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 +{"version":3,"sources":["../../scss/bootstrap-grid.scss","bootstrap-grid.css","../../scss/_containers.scss","../../scss/mixins/_container.scss","../../scss/_variables.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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gCAA+D;AP+oDzE;;AOjpDM;EAEI,+BAA+D;APmpDzE;;AOrpDM;EAEI,6BAA+D;APupDzE;;AOzpDM;EAEI,+BAA+D;AP2pDzE;;AO7pDM;EAEI,6BAA+D;AP+pDzE;;AI3oDI;EGtBE;IAEI,wBAA+D;EPoqDvE;EOtqDI;IAEI,0BAA+D;EPuqDvE;EOzqDI;IAEI,gCAA+D;EP0qDvE;EO5qDI;IAEI,yBAA+D;EP6qDvE;EO/qDI;IAEI,yBAA+D;EPgrDvE;EOlrDI;IAEI,6BAA+D;EPmrDvE;EOrrDI;IAEI,8BAA+D;EPsrDvE;EOxrDI;IAEI,wBAA+D;EPyrDvE;EO3rDI;IAEI,+BAA+D;EP4rDvE;EO9rDI;IAEI,yBAA+D;EP+rDvE;EOjsDI;IAEI,8BAA+D;EPksDvE;EOpsDI;IAEI,iCAA+D;EPqsDvE;EOvsDI;IAEI,sCAA+D;EPwsDvE;EO1sDI;IAEI,yCAA+D;EP2sDvE;EO7sDI;IAEI,uBAA+D;EP8sDvE;EOhtDI;IAEI,uBAA+D;EPitDvE;EOntDI;IAEI,sCAA+D;EPotDvE;EOttDI;IAEI,oCAA+D;EPutDvE;EOztDI;IAEI,kCAA+D;EP0tDvE;EO5tDI;IAEI,yCAA+D;EP6tDvE;EO/tDI;IAEI,wCAA+D;EPguDvE;EOluDI;IAEI,kCAA+D;EPmuDvE;EOruDI;IAEI,gCAA+D;EPsuDvE;EOxuDI;IAEI,8BAA+D;EPyuDvE;EO3uDI;IAEI,gCAA+D;EP4uDvE;EO9uDI;IAEI,+BAA+D;EP+uDvE;EOjvDI;IAEI,oCAA+D;EPkvDvE;EOpvDI;IAEI,kCAA+D;EPqvDvE;EOvvDI;IAEI,gCAA+D;EPwvDvE;EO1vDI;IAEI,uCAA+D;EP2vDvE;EO7vDI;IAEI,sCAA+D;EP8vDvE;EOhwDI;IAEI,iCAA+D;EPiwDvE;EOnwDI;IAEI,2BAA+D;EPowDvE;EOtwDI;IAEI,iCAA+D;EPuwDvE;EOzwDI;IAEI,+BAA+D;EP0wDvE;EO5wDI;IAEI,6BAA+D;EP6wDvE;EO/wDI;IAEI,+BAA+D;EPgxDvE;EOlxDI;IAEI,8BAA+D;EPmxDvE;EOrxDI;IAEI,oBAA+D;EPsxDvE;EOxxDI;IAEI,m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EvE;EOzhEI;IAEI,4BAA+D;EP0hEvE;EO5hEI;IAEI,8BAA+D;EP6hEvE;EO/hEI;IAEI,4BAA+D;EPgiEvE;EOliEI;IAEI,2BAA+D;EPmiEvE;EOriEI;IAEI,iCAA+D;EPsiEvE;EOxiEI;IAEI,gCAA+D;EPyiEvE;EO3iEI;IAEI,8BAA+D;EP4iEvE;EO9iEI;IAEI,gCAA+D;EP+iEvE;EOjjEI;IAEI,8BAA+D;EPkjEvE;EOpjEI;IAEI,4BAA+D;EPqjEvE;EOvjEI;IAEI,kCAA+D;EPwjEvE;EO1jEI;IAEI,iCAA+D;EP2jEvE;EO7jEI;IAEI,+BAA+D;EP8jEvE;EOhkEI;IAEI,iCAA+D;EPikEvE;EOnkEI;IAEI,+BAA+D;EPokEvE;EOtkEI;IAEI,0BAA+D;EPukEvE;EOzkEI;IAEI,gCAA+D;EP0kEvE;EO5kEI;IAEI,+BAA+D;EP6kEvE;EO/kEI;IAEI,6BAA+D;EPglEvE;EOllEI;IAEI,+BAA+D;EPmlEvE;EOrlEI;IAEI,6BAA+D;EPslEvE;AACF;;AInkEI;EGtBE;IAEI,wBAA+D;EP4lEvE;EO9lEI;IAEI,0BAA+D;EP+lEvE;EOjmEI;IAEI,gCAA+D;EPkmEvE;EOpmEI;IAEI,yBAA+D;EPqmEvE;EOvmEI;IAEI,yBAA+D;EPwmEvE;EO1mEI;IAEI,6BAA+D;EP2mEvE;EO7mEI;IAEI,8BAA+D;EP8mEvE;EOhnEI;IAEI,wBAA+D;EPinEvE;EOnnEI;IAEI,+BAA+D;EPonEvE;EOtnEI;IAEI,yBAA+D;EPunEvE;EOznEI;IAEI,8BAA+D;EP0nEvE;EO5nEI;IAEI,iCAA+D;EP6nEvE;EO/nEI;IAEI,sCAA+D;EPgoEvE;EOloEI;IAEI,yCAA+D;EPmoEvE;EOroEI;IAEI,uBAA+D;EPsoEvE;EOxoEI;IAEI,uBAA+D;EPyoEvE;EO3oEI;IAEI,sCAA+D;EP4oEvE;EO9oEI;IAEI,oCAA+D;EP+oEvE;EOjpEI;IAEI,kCAA+D;EPkpEvE;EOppEI;IAEI,yCAA+D;EPqpEvE;EOvpEI;IAEI,wCAA+D;EPwpEvE;EO1pEI;IAEI,kCAA+D;EP2pEvE;EO7pEI;IAEI,gCAA+D;EP8p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O16FI;IAEI,iCAA+D;EP26FvE;EO76FI;IAEI,+BAA+D;EP86FvE;EOh7FI;IAEI,iCAA+D;EPi7FvE;EOn7FI;IAEI,+BAA+D;EPo7FvE;EOt7FI;IAEI,0BAA+D;EPu7FvE;EOz7FI;IAEI,gCAA+D;EP07FvE;EO57FI;IAEI,+BAA+D;EP67FvE;EO/7FI;IAEI,6BAA+D;EPg8FvE;EOl8FI;IAEI,+BAA+D;EPm8FvE;EOr8FI;IAEI,6BAA+D;EPs8FvE;AACF;;AIn7FI;EGtBE;IAEI,wBAA+D;EP48FvE;EO98FI;IAEI,0BAA+D;EP+8FvE;EOj9FI;IAEI,gCAA+D;EPk9FvE;EOp9FI;IAEI,yBAA+D;EPq9FvE;EOv9FI;IAEI,yBAA+D;EPw9FvE;EO19FI;IAEI,6BAA+D;EP29FvE;EO79FI;IAEI,8BAA+D;EP89FvE;EOh+FI;IAEI,wBAA+D;EPi+FvE;EOn+FI;IAEI,+BAA+D;EPo+FvE;EOt+FI;IAEI,yBAA+D;EPu+FvE;EOz+FI;IAEI,8BAA+D;EP0+FvE;EO5+FI;IAEI,iCAA+D;EP6+FvE;EO/+FI;IAEI,sCAA+D;EPg/FvE;EOl/FI;IAEI,yCAA+D;EPm/FvE;EOr/FI;IAEI,uBAA+D;EPs/FvE;EOx/FI;IAEI,uBAA+D;EPy/FvE;EO3/FI;IAEI,sCAA+D;EP4/FvE;EO9/FI;IAEI,oCAA+D;EP+/FvE;EOjgGI;IAEI,kCAA+D;EPkgGvE;EOpgGI;IAEI,yCAA+D;EPqgGvE;EOvgGI;IAEI,wCAA+D;EPwgGvE;EO1gGI;IAEI,kCAA+D;EP2gGvE;EO7gGI;IAEI,gCAA+D;EP8gGvE;EOhhGI;IAEI,8BAA+D;EPihGvE;EOnhGI;IAEI,gCAA+D;EPohGvE;EOthGI;IAEI,+BAA+D;EPuhGvE;EOzhGI;IAEI,oCAA+D;EP0hGvE;EO5hGI;IAEI,kCAA+D;EP6hGvE;EO/hGI;IAEI,gCAA+D;EPgiGvE;EOliGI;IAEI,uCAA+D;EPmiGvE;EOriGI;IAEI,sCAA+D;EPsiGvE;EOxiGI;IAEI,iCAA+D;EPyiGvE;EO3iGI;IAEI,2BAA+D;EP4iGvE;EO9iGI;IAEI,iCAA+D;EP+iGvE;E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","file":"bootstrap-grid.css","sourcesContent":["/*!\n * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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-right\",\n \"margin-bottom\",\n \"margin-left\",\n \"negative-margin\",\n \"negative-margin-x\",\n \"negative-margin-y\",\n \"negative-margin-top\",\n \"negative-margin-right\",\n \"negative-margin-bottom\",\n \"negative-margin-left\",\n \"padding\",\n \"padding-x\",\n \"padding-y\",\n \"padding-top\",\n \"padding-right\",\n \"padding-bottom\",\n \"padding-left\",\n )\n);\n\n@import \"utilities/api\";\n","/*!\n * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n.container {\n width: 100%;\n padding-right: 1rem;\n padding-left: 1rem;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container {\n max-width: 540px;\n }\n}\n\n@media (min-width: 768px) {\n .container {\n max-width: 720px;\n }\n}\n\n@media (min-width: 992px) {\n .container {\n max-width: 960px;\n }\n}\n\n@media (min-width: 1200px) {\n .container {\n max-width: 1140px;\n }\n}\n\n@media (min-width: 1400px) {\n .container {\n max-width: 1320px;\n }\n}\n\n.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {\n width: 100%;\n padding-right: 1rem;\n padding-left: 1rem;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container, .container-sm {\n max-width: 540px;\n }\n}\n\n@media (min-width: 768px) {\n .container, .container-sm, .container-md {\n max-width: 720px;\n }\n}\n\n@media (min-width: 992px) {\n .container, .container-sm, .container-md, .container-lg {\n max-width: 960px;\n }\n}\n\n@media (min-width: 1200px) {\n .container, .container-sm, .container-md, .container-lg, .container-xl {\n max-width: 1140px;\n }\n}\n\n@media (min-width: 1400px) {\n .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {\n max-width: 1320px;\n }\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) / -2);\n margin-left: calc(var(--bs-gutter-x) / -2);\n}\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) / 2);\n padding-left: calc(var(--bs-gutter-x) / 2);\n margin-top: var(--bs-gutter-y);\n}\n\n.col {\n flex: 1 0 0%;\n min-width: 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.333333%;\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.666667%;\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.333333%;\n}\n\n.col-2 {\n flex: 0 0 auto;\n width: 16.666667%;\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.333333%;\n}\n\n.col-5 {\n flex: 0 0 auto;\n width: 41.666667%;\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.333333%;\n}\n\n.col-8 {\n flex: 0 0 auto;\n width: 66.666667%;\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.333333%;\n}\n\n.col-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n}\n\n.col-12 {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.offset-1 {\n margin-left: 8.333333%;\n}\n\n.offset-2 {\n margin-left: 16.666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.333333%;\n}\n\n.offset-5 {\n margin-left: 41.666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.333333%;\n}\n\n.offset-8 {\n margin-left: 66.666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.333333%;\n}\n\n.offset-11 {\n margin-left: 91.666667%;\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 {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-sm-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-sm-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-sm-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-sm-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-sm-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-sm-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-sm-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-sm-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-sm-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-sm-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-sm-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-sm-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-sm-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-sm-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-sm-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-sm-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-sm-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-sm-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-sm-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-sm-0 {\n margin-left: 0;\n }\n .offset-sm-1 {\n margin-left: 8.333333%;\n }\n .offset-sm-2 {\n margin-left: 16.666667%;\n }\n .offset-sm-3 {\n margin-left: 25%;\n }\n .offset-sm-4 {\n margin-left: 33.333333%;\n }\n .offset-sm-5 {\n margin-left: 41.666667%;\n }\n .offset-sm-6 {\n margin-left: 50%;\n }\n .offset-sm-7 {\n margin-left: 58.333333%;\n }\n .offset-sm-8 {\n margin-left: 66.666667%;\n }\n .offset-sm-9 {\n margin-left: 75%;\n }\n .offset-sm-10 {\n margin-left: 83.333333%;\n }\n .offset-sm-11 {\n margin-left: 91.666667%;\n }\n .g-sm-0,\n .gx-sm-0 {\n --bs-gutter-x: 0;\n }\n .g-sm-0,\n .gy-sm-0 {\n --bs-gutter-y: 0;\n }\n .g-sm-1,\n .gx-sm-1 {\n --bs-gutter-x: 0.25rem;\n }\n .g-sm-1,\n .gy-sm-1 {\n --bs-gutter-y: 0.25rem;\n }\n .g-sm-2,\n .gx-sm-2 {\n --bs-gutter-x: 0.5rem;\n }\n .g-sm-2,\n .gy-sm-2 {\n --bs-gutter-y: 0.5rem;\n }\n .g-sm-3,\n .gx-sm-3 {\n --bs-gutter-x: 1rem;\n }\n .g-sm-3,\n .gy-sm-3 {\n --bs-gutter-y: 1rem;\n }\n .g-sm-4,\n .gx-sm-4 {\n --bs-gutter-x: 1.5rem;\n }\n .g-sm-4,\n .gy-sm-4 {\n --bs-gutter-y: 1.5rem;\n }\n .g-sm-5,\n .gx-sm-5 {\n --bs-gutter-x: 3rem;\n }\n .g-sm-5,\n .gy-sm-5 {\n --bs-gutter-y: 3rem;\n }\n}\n\n@media (min-width: 768px) {\n .col-md {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-md-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-md-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-md-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-md-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-md-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-md-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-md-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-md-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-md-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-md-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-md-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-md-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-md-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-md-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-md-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-md-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-md-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-md-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-md-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-md-0 {\n margin-left: 0;\n }\n .offset-md-1 {\n margin-left: 8.333333%;\n }\n .offset-md-2 {\n margin-left: 16.666667%;\n }\n .offset-md-3 {\n margin-left: 25%;\n }\n .offset-md-4 {\n margin-left: 33.333333%;\n }\n .offset-md-5 {\n margin-left: 41.666667%;\n }\n .offset-md-6 {\n margin-left: 50%;\n }\n .offset-md-7 {\n margin-left: 58.333333%;\n }\n .offset-md-8 {\n margin-left: 66.666667%;\n }\n .offset-md-9 {\n margin-left: 75%;\n }\n .offset-md-10 {\n margin-left: 83.333333%;\n }\n .offset-md-11 {\n margin-left: 91.666667%;\n }\n .g-md-0,\n .gx-md-0 {\n --bs-gutter-x: 0;\n }\n .g-md-0,\n .gy-md-0 {\n --bs-gutter-y: 0;\n }\n .g-md-1,\n .gx-md-1 {\n --bs-gutter-x: 0.25rem;\n }\n .g-md-1,\n .gy-md-1 {\n --bs-gutter-y: 0.25rem;\n }\n .g-md-2,\n .gx-md-2 {\n --bs-gutter-x: 0.5rem;\n }\n .g-md-2,\n .gy-md-2 {\n --bs-gutter-y: 0.5rem;\n }\n .g-md-3,\n .gx-md-3 {\n --bs-gutter-x: 1rem;\n }\n .g-md-3,\n .gy-md-3 {\n --bs-gutter-y: 1rem;\n }\n .g-md-4,\n .gx-md-4 {\n --bs-gutter-x: 1.5rem;\n }\n .g-md-4,\n .gy-md-4 {\n --bs-gutter-y: 1.5rem;\n }\n .g-md-5,\n .gx-md-5 {\n --bs-gutter-x: 3rem;\n }\n .g-md-5,\n .gy-md-5 {\n --bs-gutter-y: 3rem;\n }\n}\n\n@media (min-width: 992px) {\n .col-lg {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-lg-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-lg-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-lg-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-lg-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-lg-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-lg-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-lg-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-lg-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-lg-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-lg-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-lg-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-lg-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-lg-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-lg-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-lg-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-lg-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-lg-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-lg-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-lg-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-lg-0 {\n margin-left: 0;\n }\n .offset-lg-1 {\n margin-left: 8.333333%;\n }\n .offset-lg-2 {\n margin-left: 16.666667%;\n }\n .offset-lg-3 {\n margin-left: 25%;\n }\n .offset-lg-4 {\n margin-left: 33.333333%;\n }\n .offset-lg-5 {\n margin-left: 41.666667%;\n }\n .offset-lg-6 {\n margin-left: 50%;\n }\n .offset-lg-7 {\n margin-left: 58.333333%;\n }\n .offset-lg-8 {\n margin-left: 66.666667%;\n }\n .offset-lg-9 {\n margin-left: 75%;\n }\n .offset-lg-10 {\n margin-left: 83.333333%;\n }\n .offset-lg-11 {\n margin-left: 91.666667%;\n }\n .g-lg-0,\n .gx-lg-0 {\n --bs-gutter-x: 0;\n }\n .g-lg-0,\n .gy-lg-0 {\n --bs-gutter-y: 0;\n }\n .g-lg-1,\n .gx-lg-1 {\n --bs-gutter-x: 0.25rem;\n }\n .g-lg-1,\n .gy-lg-1 {\n --bs-gutter-y: 0.25rem;\n }\n .g-lg-2,\n .gx-lg-2 {\n --bs-gutter-x: 0.5rem;\n }\n .g-lg-2,\n .gy-lg-2 {\n --bs-gutter-y: 0.5rem;\n }\n .g-lg-3,\n .gx-lg-3 {\n --bs-gutter-x: 1rem;\n }\n .g-lg-3,\n .gy-lg-3 {\n --bs-gutter-y: 1rem;\n }\n .g-lg-4,\n .gx-lg-4 {\n --bs-gutter-x: 1.5rem;\n }\n .g-lg-4,\n .gy-lg-4 {\n --bs-gutter-y: 1.5rem;\n }\n .g-lg-5,\n .gx-lg-5 {\n --bs-gutter-x: 3rem;\n }\n .g-lg-5,\n .gy-lg-5 {\n --bs-gutter-y: 3rem;\n }\n}\n\n@media (min-width: 1200px) {\n .col-xl {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-xl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-xl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-xl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-xl-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-xl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-xl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-xl-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-xl-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-xl-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-xl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-xl-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-xl-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-xl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-xl-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-xl-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-xl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-xl-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-xl-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-xl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-xl-0 {\n margin-left: 0;\n }\n .offset-xl-1 {\n margin-left: 8.333333%;\n }\n .offset-xl-2 {\n margin-left: 16.666667%;\n }\n .offset-xl-3 {\n margin-left: 25%;\n }\n .offset-xl-4 {\n margin-left: 33.333333%;\n }\n .offset-xl-5 {\n margin-left: 41.666667%;\n }\n .offset-xl-6 {\n margin-left: 50%;\n }\n .offset-xl-7 {\n margin-left: 58.333333%;\n }\n .offset-xl-8 {\n margin-left: 66.666667%;\n }\n .offset-xl-9 {\n margin-left: 75%;\n }\n .offset-xl-10 {\n margin-left: 83.333333%;\n }\n .offset-xl-11 {\n margin-left: 91.666667%;\n }\n .g-xl-0,\n .gx-xl-0 {\n --bs-gutter-x: 0;\n }\n .g-xl-0,\n .gy-xl-0 {\n --bs-gutter-y: 0;\n }\n .g-xl-1,\n .gx-xl-1 {\n --bs-gutter-x: 0.25rem;\n }\n .g-xl-1,\n .gy-xl-1 {\n --bs-gutter-y: 0.25rem;\n }\n .g-xl-2,\n .gx-xl-2 {\n --bs-gutter-x: 0.5rem;\n }\n .g-xl-2,\n .gy-xl-2 {\n --bs-gutter-y: 0.5rem;\n }\n .g-xl-3,\n .gx-xl-3 {\n --bs-gutter-x: 1rem;\n }\n .g-xl-3,\n .gy-xl-3 {\n --bs-gutter-y: 1rem;\n }\n .g-xl-4,\n .gx-xl-4 {\n --bs-gutter-x: 1.5rem;\n }\n .g-xl-4,\n .gy-xl-4 {\n --bs-gutter-y: 1.5rem;\n }\n .g-xl-5,\n .gx-xl-5 {\n --bs-gutter-x: 3rem;\n }\n .g-xl-5,\n .gy-xl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n\n@media (min-width: 1400px) {\n .col-xxl {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-xxl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-xxl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-xxl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-xxl-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-xxl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-xxl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-xxl-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-xxl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-xxl-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-xxl-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-xxl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-xxl-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-xxl-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-xxl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-xxl-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-xxl-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-xxl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-xxl-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-xxl-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-xxl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-xxl-0 {\n margin-left: 0;\n }\n .offset-xxl-1 {\n margin-left: 8.333333%;\n }\n .offset-xxl-2 {\n margin-left: 16.666667%;\n }\n .offset-xxl-3 {\n margin-left: 25%;\n }\n .offset-xxl-4 {\n margin-left: 33.333333%;\n }\n .offset-xxl-5 {\n margin-left: 41.666667%;\n }\n .offset-xxl-6 {\n margin-left: 50%;\n }\n .offset-xxl-7 {\n margin-left: 58.333333%;\n }\n .offset-xxl-8 {\n margin-left: 66.666667%;\n }\n .offset-xxl-9 {\n margin-left: 75%;\n }\n .offset-xxl-10 {\n margin-left: 83.333333%;\n }\n .offset-xxl-11 {\n margin-left: 91.666667%;\n }\n .g-xxl-0,\n .gx-xxl-0 {\n --bs-gutter-x: 0;\n }\n .g-xxl-0,\n .gy-xxl-0 {\n --bs-gutter-y: 0;\n }\n .g-xxl-1,\n .gx-xxl-1 {\n --bs-gutter-x: 0.25rem;\n }\n .g-xxl-1,\n .gy-xxl-1 {\n --bs-gutter-y: 0.25rem;\n }\n .g-xxl-2,\n .gx-xxl-2 {\n --bs-gutter-x: 0.5rem;\n }\n .g-xxl-2,\n .gy-xxl-2 {\n --bs-gutter-y: 0.5rem;\n }\n .g-xxl-3,\n .gx-xxl-3 {\n --bs-gutter-x: 1rem;\n }\n .g-xxl-3,\n .gy-xxl-3 {\n --bs-gutter-y: 1rem;\n }\n .g-xxl-4,\n .gx-xxl-4 {\n --bs-gutter-x: 1.5rem;\n }\n .g-xxl-4,\n .gy-xxl-4 {\n --bs-gutter-y: 1.5rem;\n }\n .g-xxl-5,\n .gx-xxl-5 {\n --bs-gutter-x: 3rem;\n }\n .g-xxl-5,\n .gy-xxl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n\n.d-none {\n display: none !important;\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-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.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.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.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.mr-0 {\n margin-right: 0 !important;\n}\n\n.mr-1 {\n margin-right: 0.25rem !important;\n}\n\n.mr-2 {\n margin-right: 0.5rem !important;\n}\n\n.mr-3 {\n margin-right: 1rem !important;\n}\n\n.mr-4 {\n margin-right: 1.5rem !important;\n}\n\n.mr-5 {\n margin-right: 3rem !important;\n}\n\n.mr-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.ml-0 {\n margin-left: 0 !important;\n}\n\n.ml-1 {\n margin-left: 0.25rem !important;\n}\n\n.ml-2 {\n margin-left: 0.5rem !important;\n}\n\n.ml-3 {\n margin-left: 1rem !important;\n}\n\n.ml-4 {\n margin-left: 1.5rem !important;\n}\n\n.ml-5 {\n margin-left: 3rem !important;\n}\n\n.ml-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.pr-0 {\n padding-right: 0 !important;\n}\n\n.pr-1 {\n padding-right: 0.25rem !important;\n}\n\n.pr-2 {\n padding-right: 0.5rem !important;\n}\n\n.pr-3 {\n padding-right: 1rem !important;\n}\n\n.pr-4 {\n padding-right: 1.5rem !important;\n}\n\n.pr-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.pl-0 {\n padding-left: 0 !important;\n}\n\n.pl-1 {\n padding-left: 0.25rem !important;\n}\n\n.pl-2 {\n padding-left: 0.5rem !important;\n}\n\n.pl-3 {\n padding-left: 1rem !important;\n}\n\n.pl-4 {\n padding-left: 1.5rem !important;\n}\n\n.pl-5 {\n padding-left: 3rem !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-none {\n display: none !important;\n }\n .d-sm-inline {\n display: inline !important;\n }\n .d-sm-inline-block {\n display: inline-block !important;\n }\n .d-sm-block {\n display: block !important;\n }\n .d-sm-table {\n display: table !important;\n }\n .d-sm-table-row {\n display: table-row !important;\n }\n .d-sm-table-cell {\n display: table-cell !important;\n }\n .d-sm-flex {\n display: flex !important;\n }\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n .flex-sm-row {\n flex-direction: row !important;\n }\n .flex-sm-column {\n flex-direction: column !important;\n }\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n .justify-content-sm-center {\n justify-content: center !important;\n }\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n .align-items-sm-center {\n align-items: center !important;\n }\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n .align-content-sm-center {\n align-content: center !important;\n }\n .align-content-sm-between {\n align-content: space-between !important;\n }\n .align-content-sm-around {\n align-content: space-around !important;\n }\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n .align-self-sm-auto {\n align-self: auto !important;\n }\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n .align-self-sm-center {\n align-self: center !important;\n }\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n .order-sm-first {\n order: -1 !important;\n }\n .order-sm-0 {\n order: 0 !important;\n }\n .order-sm-1 {\n order: 1 !important;\n }\n .order-sm-2 {\n order: 2 !important;\n }\n .order-sm-3 {\n order: 3 !important;\n }\n .order-sm-4 {\n order: 4 !important;\n }\n .order-sm-5 {\n order: 5 !important;\n }\n .order-sm-last {\n order: 6 !important;\n }\n .m-sm-0 {\n margin: 0 !important;\n }\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n .m-sm-3 {\n margin: 1rem !important;\n }\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n .m-sm-5 {\n margin: 3rem !important;\n }\n .m-sm-auto {\n margin: auto !important;\n }\n .mx-sm-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-sm-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-sm-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-sm-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n .mt-sm-auto {\n margin-top: auto !important;\n }\n .mr-sm-0 {\n margin-right: 0 !important;\n }\n .mr-sm-1 {\n margin-right: 0.25rem !important;\n }\n .mr-sm-2 {\n margin-right: 0.5rem !important;\n }\n .mr-sm-3 {\n margin-right: 1rem !important;\n }\n .mr-sm-4 {\n margin-right: 1.5rem !important;\n }\n .mr-sm-5 {\n margin-right: 3rem !important;\n }\n .mr-sm-auto {\n margin-right: auto !important;\n }\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n .ml-sm-0 {\n margin-left: 0 !important;\n }\n .ml-sm-1 {\n margin-left: 0.25rem !important;\n }\n .ml-sm-2 {\n margin-left: 0.5rem !important;\n }\n .ml-sm-3 {\n margin-left: 1rem !important;\n }\n .ml-sm-4 {\n margin-left: 1.5rem !important;\n }\n .ml-sm-5 {\n margin-left: 3rem !important;\n }\n .ml-sm-auto {\n margin-left: auto !important;\n }\n .p-sm-0 {\n padding: 0 !important;\n }\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n .p-sm-3 {\n padding: 1rem !important;\n }\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n .p-sm-5 {\n padding: 3rem !important;\n }\n .px-sm-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-sm-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-sm-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-sm-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-sm-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-sm-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n .pr-sm-0 {\n padding-right: 0 !important;\n }\n .pr-sm-1 {\n padding-right: 0.25rem !important;\n }\n .pr-sm-2 {\n padding-right: 0.5rem !important;\n }\n .pr-sm-3 {\n padding-right: 1rem !important;\n }\n .pr-sm-4 {\n padding-right: 1.5rem !important;\n }\n .pr-sm-5 {\n padding-right: 3rem !important;\n }\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n .pl-sm-0 {\n padding-left: 0 !important;\n }\n .pl-sm-1 {\n padding-left: 0.25rem !important;\n }\n .pl-sm-2 {\n padding-left: 0.5rem !important;\n }\n .pl-sm-3 {\n padding-left: 1rem !important;\n }\n .pl-sm-4 {\n padding-left: 1.5rem !important;\n }\n .pl-sm-5 {\n padding-left: 3rem !important;\n }\n}\n\n@media (min-width: 768px) {\n .d-md-none {\n display: none !important;\n }\n .d-md-inline {\n display: inline !important;\n }\n .d-md-inline-block {\n display: inline-block !important;\n }\n .d-md-block {\n display: block !important;\n }\n .d-md-table {\n display: table !important;\n }\n .d-md-table-row {\n display: table-row !important;\n }\n .d-md-table-cell {\n display: table-cell !important;\n }\n .d-md-flex {\n display: flex !important;\n }\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n .flex-md-row {\n flex-direction: row !important;\n }\n .flex-md-column {\n flex-direction: column !important;\n }\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n .justify-content-md-center {\n justify-content: center !important;\n }\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n .align-items-md-start {\n align-items: flex-start !important;\n }\n .align-items-md-end {\n align-items: flex-end !important;\n }\n .align-items-md-center {\n align-items: center !important;\n }\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n .align-content-md-start {\n align-content: flex-start !important;\n }\n .align-content-md-end {\n align-content: flex-end !important;\n }\n .align-content-md-center {\n align-content: center !important;\n }\n .align-content-md-between {\n align-content: space-between !important;\n }\n .align-content-md-around {\n align-content: space-around !important;\n }\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n .align-self-md-auto {\n align-self: auto !important;\n }\n .align-self-md-start {\n align-self: flex-start !important;\n }\n .align-self-md-end {\n align-self: flex-end !important;\n }\n .align-self-md-center {\n align-self: center !important;\n }\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n .order-md-first {\n order: -1 !important;\n }\n .order-md-0 {\n order: 0 !important;\n }\n .order-md-1 {\n order: 1 !important;\n }\n .order-md-2 {\n order: 2 !important;\n }\n .order-md-3 {\n order: 3 !important;\n }\n .order-md-4 {\n order: 4 !important;\n }\n .order-md-5 {\n order: 5 !important;\n }\n .order-md-last {\n order: 6 !important;\n }\n .m-md-0 {\n margin: 0 !important;\n }\n .m-md-1 {\n margin: 0.25rem !important;\n }\n .m-md-2 {\n margin: 0.5rem !important;\n }\n .m-md-3 {\n margin: 1rem !important;\n }\n .m-md-4 {\n margin: 1.5rem !important;\n }\n .m-md-5 {\n margin: 3rem !important;\n }\n .m-md-auto {\n margin: auto !important;\n }\n .mx-md-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-md-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-md-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-md-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-md-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-md-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-md-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-md-0 {\n margin-top: 0 !important;\n }\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n .mt-md-auto {\n margin-top: auto !important;\n }\n .mr-md-0 {\n margin-right: 0 !important;\n }\n .mr-md-1 {\n margin-right: 0.25rem !important;\n }\n .mr-md-2 {\n margin-right: 0.5rem !important;\n }\n .mr-md-3 {\n margin-right: 1rem !important;\n }\n .mr-md-4 {\n margin-right: 1.5rem !important;\n }\n .mr-md-5 {\n margin-right: 3rem !important;\n }\n .mr-md-auto {\n margin-right: auto !important;\n }\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n .ml-md-0 {\n margin-left: 0 !important;\n }\n .ml-md-1 {\n margin-left: 0.25rem !important;\n }\n .ml-md-2 {\n margin-left: 0.5rem !important;\n }\n .ml-md-3 {\n margin-left: 1rem !important;\n }\n .ml-md-4 {\n margin-left: 1.5rem !important;\n }\n .ml-md-5 {\n margin-left: 3rem !important;\n }\n .ml-md-auto {\n margin-left: auto !important;\n }\n .p-md-0 {\n padding: 0 !important;\n }\n .p-md-1 {\n padding: 0.25rem !important;\n }\n .p-md-2 {\n padding: 0.5rem !important;\n }\n .p-md-3 {\n padding: 1rem !important;\n }\n .p-md-4 {\n padding: 1.5rem !important;\n }\n .p-md-5 {\n padding: 3rem !important;\n }\n .px-md-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-md-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-md-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-md-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-md-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-md-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-md-0 {\n padding-top: 0 !important;\n }\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n .pr-md-0 {\n padding-right: 0 !important;\n }\n .pr-md-1 {\n padding-right: 0.25rem !important;\n }\n .pr-md-2 {\n padding-right: 0.5rem !important;\n }\n .pr-md-3 {\n padding-right: 1rem !important;\n }\n .pr-md-4 {\n padding-right: 1.5rem !important;\n }\n .pr-md-5 {\n padding-right: 3rem !important;\n }\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n .pl-md-0 {\n padding-left: 0 !important;\n }\n .pl-md-1 {\n padding-left: 0.25rem !important;\n }\n .pl-md-2 {\n padding-left: 0.5rem !important;\n }\n .pl-md-3 {\n padding-left: 1rem !important;\n }\n .pl-md-4 {\n padding-left: 1.5rem !important;\n }\n .pl-md-5 {\n padding-left: 3rem !important;\n }\n}\n\n@media (min-width: 992px) {\n .d-lg-none {\n display: none !important;\n }\n .d-lg-inline {\n display: inline !important;\n }\n .d-lg-inline-block {\n display: inline-block !important;\n }\n .d-lg-block {\n display: block !important;\n }\n .d-lg-table {\n display: table !important;\n }\n .d-lg-table-row {\n display: table-row !important;\n }\n .d-lg-table-cell {\n display: table-cell !important;\n }\n .d-lg-flex {\n display: flex !important;\n }\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n .flex-lg-row {\n flex-direction: row !important;\n }\n .flex-lg-column {\n flex-direction: column !important;\n }\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n .justify-content-lg-center {\n justify-content: center !important;\n }\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n .align-items-lg-center {\n align-items: center !important;\n }\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n .align-content-lg-center {\n align-content: center !important;\n }\n .align-content-lg-between {\n align-content: space-between !important;\n }\n .align-content-lg-around {\n align-content: space-around !important;\n }\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n .align-self-lg-auto {\n align-self: auto !important;\n }\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n .align-self-lg-center {\n align-self: center !important;\n }\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n .order-lg-first {\n order: -1 !important;\n }\n .order-lg-0 {\n order: 0 !important;\n }\n .order-lg-1 {\n order: 1 !important;\n }\n .order-lg-2 {\n order: 2 !important;\n }\n .order-lg-3 {\n order: 3 !important;\n }\n .order-lg-4 {\n order: 4 !important;\n }\n .order-lg-5 {\n order: 5 !important;\n }\n .order-lg-last {\n order: 6 !important;\n }\n .m-lg-0 {\n margin: 0 !important;\n }\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n .m-lg-3 {\n margin: 1rem !important;\n }\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n .m-lg-5 {\n margin: 3rem !important;\n }\n .m-lg-auto {\n margin: auto !important;\n }\n .mx-lg-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-lg-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-lg-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-lg-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n .mt-lg-auto {\n margin-top: auto !important;\n }\n .mr-lg-0 {\n margin-right: 0 !important;\n }\n .mr-lg-1 {\n margin-right: 0.25rem !important;\n }\n .mr-lg-2 {\n margin-right: 0.5rem !important;\n }\n .mr-lg-3 {\n margin-right: 1rem !important;\n }\n .mr-lg-4 {\n margin-right: 1.5rem !important;\n }\n .mr-lg-5 {\n margin-right: 3rem !important;\n }\n .mr-lg-auto {\n margin-right: auto !important;\n }\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n .ml-lg-0 {\n margin-left: 0 !important;\n }\n .ml-lg-1 {\n margin-left: 0.25rem !important;\n }\n .ml-lg-2 {\n margin-left: 0.5rem !important;\n }\n .ml-lg-3 {\n margin-left: 1rem !important;\n }\n .ml-lg-4 {\n margin-left: 1.5rem !important;\n }\n .ml-lg-5 {\n margin-left: 3rem !important;\n }\n .ml-lg-auto {\n margin-left: auto !important;\n }\n .p-lg-0 {\n padding: 0 !important;\n }\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n .p-lg-3 {\n padding: 1rem !important;\n }\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n .p-lg-5 {\n padding: 3rem !important;\n }\n .px-lg-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-lg-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-lg-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-lg-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-lg-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-lg-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n .pr-lg-0 {\n padding-right: 0 !important;\n }\n .pr-lg-1 {\n padding-right: 0.25rem !important;\n }\n .pr-lg-2 {\n padding-right: 0.5rem !important;\n }\n .pr-lg-3 {\n padding-right: 1rem !important;\n }\n .pr-lg-4 {\n padding-right: 1.5rem !important;\n }\n .pr-lg-5 {\n padding-right: 3rem !important;\n }\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n .pl-lg-0 {\n padding-left: 0 !important;\n }\n .pl-lg-1 {\n padding-left: 0.25rem !important;\n }\n .pl-lg-2 {\n padding-left: 0.5rem !important;\n }\n .pl-lg-3 {\n padding-left: 1rem !important;\n }\n .pl-lg-4 {\n padding-left: 1.5rem !important;\n }\n .pl-lg-5 {\n padding-left: 3rem !important;\n }\n}\n\n@media (min-width: 1200px) {\n .d-xl-none {\n display: none !important;\n }\n .d-xl-inline {\n display: inline !important;\n }\n .d-xl-inline-block {\n display: inline-block !important;\n }\n .d-xl-block {\n display: block !important;\n }\n .d-xl-table {\n display: table !important;\n }\n .d-xl-table-row {\n display: table-row !important;\n }\n .d-xl-table-cell {\n display: table-cell !important;\n }\n .d-xl-flex {\n display: flex !important;\n }\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n .flex-xl-row {\n flex-direction: row !important;\n }\n .flex-xl-column {\n flex-direction: column !important;\n }\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n .justify-content-xl-center {\n justify-content: center !important;\n }\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n .align-items-xl-center {\n align-items: center !important;\n }\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n .align-content-xl-center {\n align-content: center !important;\n }\n .align-content-xl-between {\n align-content: space-between !important;\n }\n .align-content-xl-around {\n align-content: space-around !important;\n }\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n .align-self-xl-auto {\n align-self: auto !important;\n }\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n .align-self-xl-center {\n align-self: center !important;\n }\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n .order-xl-first {\n order: -1 !important;\n }\n .order-xl-0 {\n order: 0 !important;\n }\n .order-xl-1 {\n order: 1 !important;\n }\n .order-xl-2 {\n order: 2 !important;\n }\n .order-xl-3 {\n order: 3 !important;\n }\n .order-xl-4 {\n order: 4 !important;\n }\n .order-xl-5 {\n order: 5 !important;\n }\n .order-xl-last {\n order: 6 !important;\n }\n .m-xl-0 {\n margin: 0 !important;\n }\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n .m-xl-3 {\n margin: 1rem !important;\n }\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n .m-xl-5 {\n margin: 3rem !important;\n }\n .m-xl-auto {\n margin: auto !important;\n }\n .mx-xl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-xl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-xl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-xl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n .mt-xl-auto {\n margin-top: auto !important;\n }\n .mr-xl-0 {\n margin-right: 0 !important;\n }\n .mr-xl-1 {\n margin-right: 0.25rem !important;\n }\n .mr-xl-2 {\n margin-right: 0.5rem !important;\n }\n .mr-xl-3 {\n margin-right: 1rem !important;\n }\n .mr-xl-4 {\n margin-right: 1.5rem !important;\n }\n .mr-xl-5 {\n margin-right: 3rem !important;\n }\n .mr-xl-auto {\n margin-right: auto !important;\n }\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n .ml-xl-0 {\n margin-left: 0 !important;\n }\n .ml-xl-1 {\n margin-left: 0.25rem !important;\n }\n .ml-xl-2 {\n margin-left: 0.5rem !important;\n }\n .ml-xl-3 {\n margin-left: 1rem !important;\n }\n .ml-xl-4 {\n margin-left: 1.5rem !important;\n }\n .ml-xl-5 {\n margin-left: 3rem !important;\n }\n .ml-xl-auto {\n margin-left: auto !important;\n }\n .p-xl-0 {\n padding: 0 !important;\n }\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n .p-xl-3 {\n padding: 1rem !important;\n }\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n .p-xl-5 {\n padding: 3rem !important;\n }\n .px-xl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-xl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-xl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-xl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-xl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-xl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n .pr-xl-0 {\n padding-right: 0 !important;\n }\n .pr-xl-1 {\n padding-right: 0.25rem !important;\n }\n .pr-xl-2 {\n padding-right: 0.5rem !important;\n }\n .pr-xl-3 {\n padding-right: 1rem !important;\n }\n .pr-xl-4 {\n padding-right: 1.5rem !important;\n }\n .pr-xl-5 {\n padding-right: 3rem !important;\n }\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n .pl-xl-0 {\n padding-left: 0 !important;\n }\n .pl-xl-1 {\n padding-left: 0.25rem !important;\n }\n .pl-xl-2 {\n padding-left: 0.5rem !important;\n }\n .pl-xl-3 {\n padding-left: 1rem !important;\n }\n .pl-xl-4 {\n padding-left: 1.5rem !important;\n }\n .pl-xl-5 {\n padding-left: 3rem !important;\n }\n}\n\n@media (min-width: 1400px) {\n .d-xxl-none {\n display: none !important;\n }\n .d-xxl-inline {\n display: inline !important;\n }\n .d-xxl-inline-block {\n display: inline-block !important;\n }\n .d-xxl-block {\n display: block !important;\n }\n .d-xxl-table {\n display: table !important;\n }\n .d-xxl-table-row {\n display: table-row !important;\n }\n .d-xxl-table-cell {\n display: table-cell !important;\n }\n .d-xxl-flex {\n display: flex !important;\n }\n .d-xxl-inline-flex {\n display: inline-flex !important;\n }\n .flex-xxl-fill {\n flex: 1 1 auto !important;\n }\n .flex-xxl-row {\n flex-direction: row !important;\n }\n .flex-xxl-column {\n flex-direction: column !important;\n }\n .flex-xxl-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-xxl-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-xxl-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-xxl-grow-1 {\n flex-grow: 1 !important;\n }\n .justify-content-xxl-start {\n justify-content: flex-start !important;\n }\n .justify-content-xxl-end {\n justify-content: flex-end !important;\n }\n .justify-content-xxl-center {\n justify-content: center !important;\n }\n .justify-content-xxl-between {\n justify-content: space-between !important;\n }\n .justify-content-xxl-around {\n justify-content: space-around !important;\n }\n .align-items-xxl-start {\n align-items: flex-start !important;\n }\n .align-items-xxl-end {\n align-items: flex-end !important;\n }\n .align-items-xxl-center {\n align-items: center !important;\n }\n .align-items-xxl-baseline {\n align-items: baseline !important;\n }\n .align-items-xxl-stretch {\n align-items: stretch !important;\n }\n .align-content-xxl-start {\n align-content: flex-start !important;\n }\n .align-content-xxl-end {\n align-content: flex-end !important;\n }\n .align-content-xxl-center {\n align-content: center !important;\n }\n .align-content-xxl-between {\n align-content: space-between !important;\n }\n .align-content-xxl-around {\n align-content: space-around !important;\n }\n .align-content-xxl-stretch {\n align-content: stretch !important;\n }\n .align-self-xxl-auto {\n align-self: auto !important;\n }\n .align-self-xxl-start {\n align-self: flex-start !important;\n }\n .align-self-xxl-end {\n align-self: flex-end !important;\n }\n .align-self-xxl-center {\n align-self: center !important;\n }\n .align-self-xxl-baseline {\n align-self: baseline !important;\n }\n .align-self-xxl-stretch {\n align-self: stretch !important;\n }\n .order-xxl-first {\n order: -1 !important;\n }\n .order-xxl-0 {\n order: 0 !important;\n }\n .order-xxl-1 {\n order: 1 !important;\n }\n .order-xxl-2 {\n order: 2 !important;\n }\n .order-xxl-3 {\n order: 3 !important;\n }\n .order-xxl-4 {\n order: 4 !important;\n }\n .order-xxl-5 {\n order: 5 !important;\n }\n .order-xxl-last {\n order: 6 !important;\n }\n .m-xxl-0 {\n margin: 0 !important;\n }\n .m-xxl-1 {\n margin: 0.25rem !important;\n }\n .m-xxl-2 {\n margin: 0.5rem !important;\n }\n .m-xxl-3 {\n margin: 1rem !important;\n }\n .m-xxl-4 {\n margin: 1.5rem !important;\n }\n .m-xxl-5 {\n margin: 3rem !important;\n }\n .m-xxl-auto {\n margin: auto !important;\n }\n .mx-xxl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-xxl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-xxl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-xxl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-xxl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-xxl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-xxl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-xxl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-xxl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-xxl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-xxl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-xxl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-xxl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-xxl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-xxl-0 {\n margin-top: 0 !important;\n }\n .mt-xxl-1 {\n margin-top: 0.25rem !important;\n }\n .mt-xxl-2 {\n margin-top: 0.5rem !important;\n }\n .mt-xxl-3 {\n margin-top: 1rem !important;\n }\n .mt-xxl-4 {\n margin-top: 1.5rem !important;\n }\n .mt-xxl-5 {\n margin-top: 3rem !important;\n }\n .mt-xxl-auto {\n margin-top: auto !important;\n }\n .mr-xxl-0 {\n margin-right: 0 !important;\n }\n .mr-xxl-1 {\n margin-right: 0.25rem !important;\n }\n .mr-xxl-2 {\n margin-right: 0.5rem !important;\n }\n .mr-xxl-3 {\n margin-right: 1rem !important;\n }\n .mr-xxl-4 {\n margin-right: 1.5rem !important;\n }\n .mr-xxl-5 {\n margin-right: 3rem !important;\n }\n .mr-xxl-auto {\n margin-right: auto !important;\n }\n .mb-xxl-0 {\n margin-bottom: 0 !important;\n }\n .mb-xxl-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-xxl-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-xxl-3 {\n margin-bottom: 1rem !important;\n }\n .mb-xxl-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-xxl-5 {\n margin-bottom: 3rem !important;\n }\n .mb-xxl-auto {\n margin-bottom: auto !important;\n }\n .ml-xxl-0 {\n margin-left: 0 !important;\n }\n .ml-xxl-1 {\n margin-left: 0.25rem !important;\n }\n .ml-xxl-2 {\n margin-left: 0.5rem !important;\n }\n .ml-xxl-3 {\n margin-left: 1rem !important;\n }\n .ml-xxl-4 {\n margin-left: 1.5rem !important;\n }\n .ml-xxl-5 {\n margin-left: 3rem !important;\n }\n .ml-xxl-auto {\n margin-left: auto !important;\n }\n .p-xxl-0 {\n padding: 0 !important;\n }\n .p-xxl-1 {\n padding: 0.25rem !important;\n }\n .p-xxl-2 {\n padding: 0.5rem !important;\n }\n .p-xxl-3 {\n padding: 1rem !important;\n }\n .p-xxl-4 {\n padding: 1.5rem !important;\n }\n .p-xxl-5 {\n padding: 3rem !important;\n }\n .px-xxl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-xxl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-xxl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-xxl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-xxl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-xxl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-xxl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-xxl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-xxl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-xxl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-xxl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-xxl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-xxl-0 {\n padding-top: 0 !important;\n }\n .pt-xxl-1 {\n padding-top: 0.25rem !important;\n }\n .pt-xxl-2 {\n padding-top: 0.5rem !important;\n }\n .pt-xxl-3 {\n padding-top: 1rem !important;\n }\n .pt-xxl-4 {\n padding-top: 1.5rem !important;\n }\n .pt-xxl-5 {\n padding-top: 3rem !important;\n }\n .pr-xxl-0 {\n padding-right: 0 !important;\n }\n .pr-xxl-1 {\n padding-right: 0.25rem !important;\n }\n .pr-xxl-2 {\n padding-right: 0.5rem !important;\n }\n .pr-xxl-3 {\n padding-right: 1rem !important;\n }\n .pr-xxl-4 {\n padding-right: 1.5rem !important;\n }\n .pr-xxl-5 {\n padding-right: 3rem !important;\n }\n .pb-xxl-0 {\n padding-bottom: 0 !important;\n }\n .pb-xxl-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-xxl-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-xxl-3 {\n padding-bottom: 1rem !important;\n }\n .pb-xxl-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-xxl-5 {\n padding-bottom: 3rem !important;\n }\n .pl-xxl-0 {\n padding-left: 0 !important;\n }\n .pl-xxl-1 {\n padding-left: 0.25rem !important;\n }\n .pl-xxl-2 {\n padding-left: 0.5rem !important;\n }\n .pl-xxl-3 {\n padding-left: 1rem !important;\n }\n .pl-xxl-4 {\n padding-left: 1.5rem !important;\n }\n .pl-xxl-5 {\n padding-left: 3rem !important;\n }\n}\n\n@media print {\n .d-print-none {\n display: none !important;\n }\n .d-print-inline {\n display: inline !important;\n }\n .d-print-inline-block {\n display: inline-block !important;\n }\n .d-print-block {\n display: block !important;\n }\n .d-print-table {\n display: table !important;\n }\n .d-print-table-row {\n display: table-row !important;\n }\n .d-print-table-cell {\n display: table-cell !important;\n }\n .d-print-flex {\n display: flex !important;\n }\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n}\n\n/*# sourceMappingURL=bootstrap-grid.css.map */","// 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 @include make-container();\n @include make-container-max-widths();\n }\n\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($padding-x: $container-padding-x) {\n width: 100%;\n padding-right: $padding-x;\n padding-left: $padding-x;\n margin-right: auto;\n margin-left: auto;\n}\n\n\n// For each breakpoint, define the maximum width of the container in a media query\n@mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {\n @each $breakpoint, $container-max-width in $max-widths {\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n max-width: $container-max-width;\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$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\n// fusv-disable\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// fusv-enable\n\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: #28a745 !default;\n$teal: #20c997 !default;\n$cyan: #17a2b8 !default;\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$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-800 !default;\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// Set a specific jump point for requesting color jumps\n$theme-color-interval: 8% !default;\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: 3 !default;\n\n// Customize the light and dark text colors for use in our color contrast function.\n$color-contrast-dark: $gray-900 !default;\n$color-contrast-light: $white !default;\n\n// fusv-disable\n$blue-100: tint-color($blue, 8) !default;\n$blue-200: tint-color($blue, 6) !default;\n$blue-300: tint-color($blue, 4) !default;\n$blue-400: tint-color($blue, 2) !default;\n$blue-500: $blue !default;\n$blue-600: shade-color($blue, 2) !default;\n$blue-700: shade-color($blue, 4) !default;\n$blue-800: shade-color($blue, 6) !default;\n$blue-900: shade-color($blue, 8) !default;\n\n$indigo-100: tint-color($indigo, 8) !default;\n$indigo-200: tint-color($indigo, 6) !default;\n$indigo-300: tint-color($indigo, 4) !default;\n$indigo-400: tint-color($indigo, 2) !default;\n$indigo-500: $indigo !default;\n$indigo-600: shade-color($indigo, 2) !default;\n$indigo-700: shade-color($indigo, 4) !default;\n$indigo-800: shade-color($indigo, 6) !default;\n$indigo-900: shade-color($indigo, 8) !default;\n\n$purple-100: tint-color($purple, 8) !default;\n$purple-200: tint-color($purple, 6) !default;\n$purple-300: tint-color($purple, 4) !default;\n$purple-400: tint-color($purple, 2) !default;\n$purple-500: $purple !default;\n$purple-600: shade-color($purple, 2) !default;\n$purple-700: shade-color($purple, 4) !default;\n$purple-800: shade-color($purple, 6) !default;\n$purple-900: shade-color($purple, 8) !default;\n\n$pink-100: tint-color($pink, 8) !default;\n$pink-200: tint-color($pink, 6) !default;\n$pink-300: tint-color($pink, 4) !default;\n$pink-400: tint-color($pink, 2) !default;\n$pink-500: $pink !default;\n$pink-600: shade-color($pink, 2) !default;\n$pink-700: shade-color($pink, 4) !default;\n$pink-800: shade-color($pink, 6) !default;\n$pink-900: shade-color($pink, 8) !default;\n\n$red-100: tint-color($red, 8) !default;\n$red-200: tint-color($red, 6) !default;\n$red-300: tint-color($red, 4) !default;\n$red-400: tint-color($red, 2) !default;\n$red-500: $red !default;\n$red-600: shade-color($red, 2) !default;\n$red-700: shade-color($red, 4) !default;\n$red-800: shade-color($red, 6) !default;\n$red-900: shade-color($red, 8) !default;\n\n$orange-100: tint-color($orange, 8) !default;\n$orange-200: tint-color($orange, 6) !default;\n$orange-300: tint-color($orange, 4) !default;\n$orange-400: tint-color($orange, 2) !default;\n$orange-500: $orange !default;\n$orange-600: shade-color($orange, 2) !default;\n$orange-700: shade-color($orange, 4) !default;\n$orange-800: shade-color($orange, 6) !default;\n$orange-900: shade-color($orange, 8) !default;\n\n$yellow-100: tint-color($yellow, 8) !default;\n$yellow-200: tint-color($yellow, 6) !default;\n$yellow-300: tint-color($yellow, 4) !default;\n$yellow-400: tint-color($yellow, 2) !default;\n$yellow-500: $yellow !default;\n$yellow-600: shade-color($yellow, 2) !default;\n$yellow-700: shade-color($yellow, 4) !default;\n$yellow-800: shade-color($yellow, 6) !default;\n$yellow-900: shade-color($yellow, 8) !default;\n\n$green-100: tint-color($green, 8) !default;\n$green-200: tint-color($green, 6) !default;\n$green-300: tint-color($green, 4) !default;\n$green-400: tint-color($green, 2) !default;\n$green-500: $green !default;\n$green-600: shade-color($green, 2) !default;\n$green-700: shade-color($green, 4) !default;\n$green-800: shade-color($green, 6) !default;\n$green-900: shade-color($green, 8) !default;\n\n$teal-100: tint-color($teal, 8) !default;\n$teal-200: tint-color($teal, 6) !default;\n$teal-300: tint-color($teal, 4) !default;\n$teal-400: tint-color($teal, 2) !default;\n$teal-500: $teal !default;\n$teal-600: shade-color($teal, 2) !default;\n$teal-700: shade-color($teal, 4) !default;\n$teal-800: shade-color($teal, 6) !default;\n$teal-900: shade-color($teal, 8) !default;\n\n$cyan-100: tint-color($cyan, 8) !default;\n$cyan-200: tint-color($cyan, 6) !default;\n$cyan-300: tint-color($cyan, 4) !default;\n$cyan-400: tint-color($cyan, 2) !default;\n$cyan-500: $cyan !default;\n$cyan-600: shade-color($cyan, 2) !default;\n$cyan-700: shade-color($cyan, 4) !default;\n$cyan-800: shade-color($cyan, 6) !default;\n$cyan-900: shade-color($cyan, 8) !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-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\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$spacer: 1rem !default;\n$spacers: (\n 0: 0,\n 1: $spacer / 4,\n 2: $spacer / 2,\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\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-hover-color: darken($link-color, 15%) !default;\n$link-hover-decoration: null !default;\n// Darken percentage for links with `.text-*` class (e.g. `.text-success`)\n$emphasized-link-hover-darken-percentage: 15% !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: 1rem !default;\n\n\n// Components\n//\n// Define common padding and border radius sizes and more.\n\n$border-width: 1px !default;\n$border-color: $gray-300 !default;\n\n$border-radius: .25rem !default;\n$border-radius-sm: .2rem !default;\n$border-radius-lg: .3rem !default;\n\n$rounded-pill: 50rem !default;\n\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\n$component-active-color: $white !default;\n$component-active-bg: $primary !default;\n\n$caret-width: .3em !default;\n$caret-vertical-align: $caret-width * .85 !default;\n$caret-spacing: $caret-width * .85 !default;\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n$transition-collapse: height .35s ease !default;\n\n// scss-docs-start embed-responsive-aspect-ratios\n$embed-responsive-aspect-ratios: (\n \"21by9\": (\n x: 21,\n y: 9\n ),\n \"16by9\": (\n x: 16,\n y: 9\n ),\n \"4by3\": (\n x: 4,\n y: 3\n ),\n \"1by1\": (\n x: 1,\n y: 1\n )\n) !default;\n// scss-docs-end embed-responsive-aspect-ratios\n\n// Typography\n//\n// Font, line-height, and color for body text, headings, and more.\n\n// stylelint-disable value-keyword-case\n$font-family-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto 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$font-family-base: var(--bs-font-sans-serif) !default;\n// stylelint-enable value-keyword-case\n\n// $font-size-root effects the value of `rem`, which is used for as well font sizes, paddings and margins\n// $font-size-base effects 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\n$headings-margin-bottom: $spacer / 2 !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\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$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-small-color: $gray-600 !default;\n$blockquote-small-font-size: $small-font-size !default;\n$blockquote-font-size: $font-size-base * 1.25 !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\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: .5rem !default;\n$table-cell-padding-sm: .25rem !default;\n\n$table-cell-vertical-align: top !default;\n\n$table-color: $body-color !default;\n$table-bg: transparent !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-seperator-color: currentColor !default;\n\n$table-caption-color: $text-muted !default;\n\n$table-bg-level: -9 !default;\n\n$table-variants: (\n \"primary\": color-level($primary, $table-bg-level),\n \"secondary\": color-level($secondary, $table-bg-level),\n \"success\": color-level($success, $table-bg-level),\n \"info\": color-level($info, $table-bg-level),\n \"warning\": color-level($warning, $table-bg-level),\n \"danger\": color-level($danger, $table-bg-level),\n \"light\": $light,\n \"dark\": $dark,\n) !default;\n// scss-docs-end table-variables\n\n\n// Buttons + Forms\n//\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\n\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: .2rem !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-box-shadow: 0 0 0 $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\n\n// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\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$btn-block-spacing-y: .5rem !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\n// Forms\n\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\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\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: $gray-700 !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: lighten($component-active-bg, 25%) !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 / 2) !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\n\n$form-check-input-width: 1.25em !default;\n$form-check-min-height: $font-size-base * $line-height-base !default;\n$form-check-padding-left: $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: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$form-check-input-active-filter: brightness(90%) !default;\n\n$form-check-input-bg: $body-bg !default;\n$form-check-input-border: 1px solid rgba(0, 0, 0, .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-switch-color: rgba(0, 0, 0, .25) !default;\n$form-switch-width: 2em !default;\n$form-switch-padding-left: $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\n$form-switch-focus-color: hsla(211, 100%, 75%, 1) !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\n$form-check-inline-margin-right: 1rem !default;\n\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\n\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-height: $input-height !default;\n$form-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator\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-disabled-color: $gray-600 !default;\n$form-select-bg: $input-bg !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-right: add(1em * .75, (2 * $form-select-padding-y * .75) + $form-select-padding-x + $form-select-indicator-padding) !default;\n$form-select-feedback-icon-position: center right ($form-select-padding-x + $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$form-select-height-sm: $input-height-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$form-select-height-lg: $input-height-lg !default;\n\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: lighten($component-active-bg, 35%) !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\n$form-file-height: $input-height !default;\n$form-file-focus-border-color: $input-focus-border-color !default;\n$form-file-focus-box-shadow: $input-focus-box-shadow !default;\n$form-file-disabled-bg: $input-disabled-bg !default;\n$form-file-disabled-border-color: $input-disabled-border-color !default;\n\n$form-file-padding-y: $input-padding-y !default;\n$form-file-padding-x: $input-padding-x !default;\n$form-file-line-height: $input-line-height !default;\n$form-file-font-family: $input-font-family !default;\n$form-file-font-weight: $input-font-weight !default;\n$form-file-color: $input-color !default;\n$form-file-bg: $input-bg !default;\n$form-file-border-width: $input-border-width !default;\n$form-file-border-color: $input-border-color !default;\n$form-file-border-radius: $input-border-radius !default;\n$form-file-box-shadow: $input-box-shadow !default;\n$form-file-button-color: $form-file-color !default;\n$form-file-button-bg: $input-group-addon-bg !default;\n\n$form-file-padding-y-sm: $input-padding-y-sm !default;\n$form-file-padding-x-sm: $input-padding-x-sm !default;\n$form-file-font-size-sm: $input-font-size-sm !default;\n$form-file-height-sm: $input-height-sm !default;\n\n$form-file-padding-y-lg: $input-padding-y-lg !default;\n$form-file-padding-x-lg: $input-padding-x-lg !default;\n$form-file-font-size-lg: $input-font-size-lg !default;\n$form-file-height-lg: $input-height-lg !default;\n\n\n// Form validation\n\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\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-modal: 1050 !default;\n$zindex-popover: 1060 !default;\n$zindex-tooltip: 1070 !default;\n// scss-docs-end zindex-stack\n\n\n// Navs\n\n$nav-link-padding-y: .5rem !default;\n$nav-link-padding-x: 1rem !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\n\n// Navbar\n\n$navbar-padding-y: $spacer / 2 !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) / 2 !default;\n$navbar-brand-margin-right: 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\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\n\n// Dropdowns\n//\n// Dropdown menu container and contents.\n\n$dropdown-min-width: 10rem !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: $gray-200 !default;\n$dropdown-divider-margin-y: $spacer / 2 !default;\n$dropdown-box-shadow: $box-shadow !default;\n\n$dropdown-link-color: $gray-900 !default;\n$dropdown-link-hover-color: darken($gray-900, 5%) !default;\n$dropdown-link-hover-bg: $gray-100 !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-600 !default;\n\n$dropdown-item-padding-y: $spacer / 4 !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\n\n// Pagination\n\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-left: -$pagination-border-width !default;\n$pagination-border-color: $gray-300 !default;\n\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\n// Cards\n\n$card-spacer-y: $spacer !default;\n$card-spacer-x: $spacer !default;\n$card-title-spacer-y: $spacer / 2 !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 / 2 !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\n$card-img-overlay-padding: $spacer !default;\n\n$card-group-margin: $grid-gutter-width / 2 !default;\n\n\n// Tooltips\n\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 / 4 !default;\n$tooltip-padding-x: $spacer / 2 !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\n// Form tooltips must come after regular tooltips\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\n\n// Popovers\n\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: darken($popover-bg, 3%) !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\n\n// Toasts\n\n$toast-max-width: 350px !default;\n$toast-padding-x: .75rem !default;\n$toast-padding-y: .25rem !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\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\n\n// Badges\n\n$badge-font-size: .75em !default;\n$badge-font-weight: $font-weight-bold !default;\n$badge-color: $white !default;\n$badge-padding-y: .25em !default;\n$badge-padding-x: .5em !default;\n$badge-border-radius: $border-radius !default;\n\n\n// Modals\n\n// Padding applied to the modal body\n$modal-inner-padding: $spacer !default;\n\n// Margin between elements in footer, must be lower than or equal to 2 * $modal-inner-padding\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\n\n// Alerts\n//\n// Define alert colors, border radius, and padding.\n\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\n$alert-bg-level: -10 !default;\n$alert-border-level: -9 !default;\n$alert-color-level: 6 !default;\n\n\n// Progress bars\n\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\n\n// List group\n\n$list-group-color: null !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 / 2 !default;\n$list-group-item-padding-x: $spacer !default;\n$list-group-item-bg-level: -9 !default;\n$list-group-item-color-level: 6 !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\n\n// Image thumbnails\n\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\n\n// Figures\n\n$figure-caption-font-size: $small-font-size !default;\n$figure-caption-color: $gray-600 !default;\n\n\n// Breadcrumbs\n\n$breadcrumb-font-size: null !default;\n$breadcrumb-padding-y: $spacer / 2 !default;\n$breadcrumb-padding-x: $spacer !default;\n$breadcrumb-item-padding-x: .5rem !default;\n$breadcrumb-margin-bottom: 1rem !default;\n$breadcrumb-bg: $gray-200 !default;\n$breadcrumb-divider-color: $gray-600 !default;\n$breadcrumb-active-color: $gray-600 !default;\n$breadcrumb-divider: quote(\"/\") !default;\n$breadcrumb-border-radius: $border-radius !default;\n\n// Carousel\n\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: 20px !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\n// Spinners\n\n$spinner-width: 2rem !default;\n$spinner-height: $spinner-width !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\n\n// Close\n\n$close-font-size: $font-size-base * 1.5 !default;\n$close-font-weight: $font-weight-bold !default;\n$close-color: $black !default;\n$close-text-shadow: 0 1px 0 $white !default;\n\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","// 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. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `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(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .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 $max: breakpoint-max($name, $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($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $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 --bs-gutter-x: #{$gutter};\n --bs-gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n margin-top: calc(var(--bs-gutter-y) * -1); // stylelint-disable-line function-blacklist\n margin-right: calc(var(--bs-gutter-x) / -2); // stylelint-disable-line function-blacklist\n margin-left: calc(var(--bs-gutter-x) / -2); // stylelint-disable-line function-blacklist\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(--bs-gutter-x) / 2); // stylelint-disable-line function-blacklist\n padding-left: calc(var(--bs-gutter-x) / 2); // stylelint-disable-line function-blacklist\n margin-top: var(--bs-gutter-y);\n}\n\n@mixin make-col($size, $columns: $grid-columns) {\n flex: 0 0 auto;\n width: percentage($size / $columns);\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: $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: 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 $infix: breakpoint-infix($breakpoint, $breakpoints);\n\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 min-width: 0; // See https://github.com/twbs/bootstrap/issues/25410\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 .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 --bs-gutter-x: #{$value};\n }\n\n .g#{$infix}-#{$key},\n .gy#{$infix}-#{$key} {\n --bs-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 $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 @if $value != null {\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 }\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) {\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/dist/css/bootstrap-grid.min.css b/dist/css/bootstrap-grid.min.css index 78a12b07f..a35279b28 100644 --- a/dist/css/bootstrap-grid.min.css +++ b/dist/css/bootstrap-grid.min.css @@ -3,5 +3,5 @@ * Copyright 2011-2020 The Bootstrap Authors * Copyright 2011-2020 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */.container{width:100%;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:1rem;padding-left:1rem;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}}.row{display:flex;flex-wrap:wrap;margin-right:-.75rem;margin-left:-.75rem}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:.75rem;padding-left:.75rem}.g-0,.gx-0{margin-right:0;margin-left:0}.g-0>*,.gx-0>*{padding-right:0;padding-left:0}.g-0,.gy-0{margin-top:0}.g-0>*,.gy-0>*{margin-top:0}.g-1,.gx-1{margin-right:-.125rem;margin-left:-.125rem}.g-1>*,.gx-1>*{padding-right:.125rem;padding-left:.125rem}.g-1,.gy-1{margin-top:-.25rem}.g-1>*,.gy-1>*{margin-top:.25rem}.g-2,.gx-2{margin-right:-.25rem;margin-left:-.25rem}.g-2>*,.gx-2>*{padding-right:.25rem;padding-left:.25rem}.g-2,.gy-2{margin-top:-.5rem}.g-2>*,.gy-2>*{margin-top:.5rem}.g-3,.gx-3{margin-right:-.5rem;margin-left:-.5rem}.g-3>*,.gx-3>*{padding-right:.5rem;padding-left:.5rem}.g-3,.gy-3{margin-top:-1rem}.g-3>*,.gy-3>*{margin-top:1rem}.g-4,.gx-4{margin-right:-.75rem;margin-left:-.75rem}.g-4>*,.gx-4>*{padding-right:.75rem;padding-left:.75rem}.g-4,.gy-4{margin-top:-1.5rem}.g-4>*,.gy-4>*{margin-top:1.5rem}.g-5,.gx-5{margin-right:-1.5rem;margin-left:-1.5rem}.g-5>*,.gx-5>*{padding-right:1.5rem;padding-left:1.5rem}.g-5,.gy-5{margin-top:-3rem}.g-5>*,.gy-5>*{margin-top:3rem}@media (min-width:576px){.g-sm-0,.gx-sm-0{margin-right:0;margin-left:0}.g-sm-0>*,.gx-sm-0>*{padding-right:0;padding-left:0}.g-sm-0,.gy-sm-0{margin-top:0}.g-sm-0>*,.gy-sm-0>*{margin-top:0}.g-sm-1,.gx-sm-1{margin-right:-.125rem;margin-left:-.125rem}.g-sm-1>*,.gx-sm-1>*{padding-right:.125rem;padding-left:.125rem}.g-sm-1,.gy-sm-1{margin-top:-.25rem}.g-sm-1>*,.gy-sm-1>*{margin-top:.25rem}.g-sm-2,.gx-sm-2{margin-right:-.25rem;margin-left:-.25rem}.g-sm-2>*,.gx-sm-2>*{padding-right:.25rem;padding-left:.25rem}.g-sm-2,.gy-sm-2{margin-top:-.5rem}.g-sm-2>*,.gy-sm-2>*{margin-top:.5rem}.g-sm-3,.gx-sm-3{margin-right:-.5rem;margin-left:-.5rem}.g-sm-3>*,.gx-sm-3>*{padding-right:.5rem;padding-left:.5rem}.g-sm-3,.gy-sm-3{margin-top:-1rem}.g-sm-3>*,.gy-sm-3>*{margin-top:1rem}.g-sm-4,.gx-sm-4{margin-right:-.75rem;margin-left:-.75rem}.g-sm-4>*,.gx-sm-4>*{padding-right:.75rem;padding-left:.75rem}.g-sm-4,.gy-sm-4{margin-top:-1.5rem}.g-sm-4>*,.gy-sm-4>*{margin-top:1.5rem}.g-sm-5,.gx-sm-5{margin-right:-1.5rem;margin-left:-1.5rem}.g-sm-5>*,.gx-sm-5>*{padding-right:1.5rem;padding-left:1.5rem}.g-sm-5,.gy-sm-5{margin-top:-3rem}.g-sm-5>*,.gy-sm-5>*{margin-top:3rem}}@media (min-width:768px){.g-md-0,.gx-md-0{margin-right:0;margin-left:0}.g-md-0>*,.gx-md-0>*{padding-right:0;padding-left:0}.g-md-0,.gy-md-0{margin-top:0}.g-md-0>*,.gy-md-0>*{margin-top:0}.g-md-1,.gx-md-1{margin-right:-.125rem;margin-left:-.125rem}.g-md-1>*,.gx-md-1>*{padding-right:.125rem;padding-left:.125rem}.g-md-1,.gy-md-1{margin-top:-.25rem}.g-md-1>*,.gy-md-1>*{margin-top:.25rem}.g-md-2,.gx-md-2{margin-right:-.25rem;margin-left:-.25rem}.g-md-2>*,.gx-md-2>*{padding-right:.25rem;padding-left:.25rem}.g-md-2,.gy-md-2{margin-top:-.5rem}.g-md-2>*,.gy-md-2>*{margin-top:.5rem}.g-md-3,.gx-md-3{margin-right:-.5rem;margin-left:-.5rem}.g-md-3>*,.gx-md-3>*{padding-right:.5rem;padding-left:.5rem}.g-md-3,.gy-md-3{margin-top:-1rem}.g-md-3>*,.gy-md-3>*{margin-top:1rem}.g-md-4,.gx-md-4{margin-right:-.75rem;margin-left:-.75rem}.g-md-4>*,.gx-md-4>*{padding-right:.75rem;padding-left:.75rem}.g-md-4,.gy-md-4{margin-top:-1.5rem}.g-md-4>*,.gy-md-4>*{margin-top:1.5rem}.g-md-5,.gx-md-5{margin-right:-1.5rem;margin-left:-1.5rem}.g-md-5>*,.gx-md-5>*{padding-right:1.5rem;padding-left:1.5rem}.g-md-5,.gy-md-5{margin-top:-3rem}.g-md-5>*,.gy-md-5>*{margin-top:3rem}}@media (min-width:992px){.g-lg-0,.gx-lg-0{margin-right:0;margin-left:0}.g-lg-0>*,.gx-lg-0>*{padding-right:0;padding-left:0}.g-lg-0,.gy-lg-0{margin-top:0}.g-lg-0>*,.gy-lg-0>*{margin-top:0}.g-lg-1,.gx-lg-1{margin-right:-.125rem;margin-left:-.125rem}.g-lg-1>*,.gx-lg-1>*{padding-right:.125rem;padding-left:.125rem}.g-lg-1,.gy-lg-1{margin-top:-.25rem}.g-lg-1>*,.gy-lg-1>*{margin-top:.25rem}.g-lg-2,.gx-lg-2{margin-right:-.25rem;margin-left:-.25rem}.g-lg-2>*,.gx-lg-2>*{padding-right:.25rem;padding-left:.25rem}.g-lg-2,.gy-lg-2{margin-top:-.5rem}.g-lg-2>*,.gy-lg-2>*{margin-top:.5rem}.g-lg-3,.gx-lg-3{margin-right:-.5rem;margin-left:-.5rem}.g-lg-3>*,.gx-lg-3>*{padding-right:.5rem;padding-left:.5rem}.g-lg-3,.gy-lg-3{margin-top:-1rem}.g-lg-3>*,.gy-lg-3>*{margin-top:1rem}.g-lg-4,.gx-lg-4{margin-right:-.75rem;margin-left:-.75rem}.g-lg-4>*,.gx-lg-4>*{padding-right:.75rem;padding-left:.75rem}.g-lg-4,.gy-lg-4{margin-top:-1.5rem}.g-lg-4>*,.gy-lg-4>*{margin-top:1.5rem}.g-lg-5,.gx-lg-5{margin-right:-1.5rem;margin-left:-1.5rem}.g-lg-5>*,.gx-lg-5>*{padding-right:1.5rem;padding-left:1.5rem}.g-lg-5,.gy-lg-5{margin-top:-3rem}.g-lg-5>*,.gy-lg-5>*{margin-top:3rem}}@media (min-width:1200px){.g-xl-0,.gx-xl-0{margin-right:0;margin-left:0}.g-xl-0>*,.gx-xl-0>*{padding-right:0;padding-left:0}.g-xl-0,.gy-xl-0{margin-top:0}.g-xl-0>*,.gy-xl-0>*{margin-top:0}.g-xl-1,.gx-xl-1{margin-right:-.125rem;margin-left:-.125rem}.g-xl-1>*,.gx-xl-1>*{padding-right:.125rem;padding-left:.125rem}.g-xl-1,.gy-xl-1{margin-top:-.25rem}.g-xl-1>*,.gy-xl-1>*{margin-top:.25rem}.g-xl-2,.gx-xl-2{margin-right:-.25rem;margin-left:-.25rem}.g-xl-2>*,.gx-xl-2>*{padding-right:.25rem;padding-left:.25rem}.g-xl-2,.gy-xl-2{margin-top:-.5rem}.g-xl-2>*,.gy-xl-2>*{margin-top:.5rem}.g-xl-3,.gx-xl-3{margin-right:-.5rem;margin-left:-.5rem}.g-xl-3>*,.gx-xl-3>*{padding-right:.5rem;padding-left:.5rem}.g-xl-3,.gy-xl-3{margin-top:-1rem}.g-xl-3>*,.gy-xl-3>*{margin-top:1rem}.g-xl-4,.gx-xl-4{margin-right:-.75rem;margin-left:-.75rem}.g-xl-4>*,.gx-xl-4>*{padding-right:.75rem;padding-left:.75rem}.g-xl-4,.gy-xl-4{margin-top:-1.5rem}.g-xl-4>*,.gy-xl-4>*{margin-top:1.5rem}.g-xl-5,.gx-xl-5{margin-right:-1.5rem;margin-left:-1.5rem}.g-xl-5>*,.gx-xl-5>*{padding-right:1.5rem;padding-left:1.5rem}.g-xl-5,.gy-xl-5{margin-top:-3rem}.g-xl-5>*,.gy-xl-5>*{margin-top:3rem}}.col{flex:1 0 0%;min-width: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.333333%}.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.666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.333333%}.col-2{flex:0 0 auto;width:16.666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.333333%}.col-5{flex:0 0 auto;width:41.666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.333333%}.col-8{flex:0 0 auto;width:66.666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.333333%}.col-11{flex:0 0 auto;width:91.666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{flex:1 0 0%;min-width: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.333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.333333%}.col-sm-2{flex:0 0 auto;width:16.666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.333333%}.col-sm-5{flex:0 0 auto;width:41.666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.333333%}.col-sm-8{flex:0 0 auto;width:66.666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.333333%}.col-sm-11{flex:0 0 auto;width:91.666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{flex:1 0 0%;min-width: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.333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.333333%}.col-md-2{flex:0 0 auto;width:16.666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.333333%}.col-md-5{flex:0 0 auto;width:41.666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.333333%}.col-md-8{flex:0 0 auto;width:66.666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.333333%}.col-md-11{flex:0 0 auto;width:91.666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{flex:1 0 0%;min-width: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.333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.333333%}.col-lg-2{flex:0 0 auto;width:16.666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.333333%}.col-lg-5{flex:0 0 auto;width:41.666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.333333%}.col-lg-8{flex:0 0 auto;width:66.666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.333333%}.col-lg-11{flex:0 0 auto;width:91.666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{flex:1 0 0%;min-width: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.333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.333333%}.col-xl-2{flex:0 0 auto;width:16.666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.333333%}.col-xl-5{flex:0 0 auto;width:41.666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.333333%}.col-xl-8{flex:0 0 auto;width:66.666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.333333%}.col-xl-11{flex:0 0 auto;width:91.666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!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}.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}.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}.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}.mr-0{margin-right:0!important}.mr-1{margin-right:.25rem!important}.mr-2{margin-right:.5rem!important}.mr-3{margin-right:1rem!important}.mr-4{margin-right:1.5rem!important}.mr-5{margin-right:3rem!important}.mr-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}.ml-0{margin-left:0!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.ml-3{margin-left:1rem!important}.ml-4{margin-left:1.5rem!important}.ml-5{margin-left:3rem!important}.ml-auto{margin-left:auto!important}.m-n1{margin:-.25rem!important}.m-n2{margin:-.5rem!important}.m-n3{margin:-1rem!important}.m-n4{margin:-1.5rem!important}.m-n5{margin:-3rem!important}.mx-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-n5{margin-right:-3rem!important;margin-left:-3rem!important}.my-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.mt-n1{margin-top:-.25rem!important}.mt-n2{margin-top:-.5rem!important}.mt-n3{margin-top:-1rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-3rem!important}.mr-n1{margin-right:-.25rem!important}.mr-n2{margin-right:-.5rem!important}.mr-n3{margin-right:-1rem!important}.mr-n4{margin-right:-1.5rem!important}.mr-n5{margin-right:-3rem!important}.mb-n1{margin-bottom:-.25rem!important}.mb-n2{margin-bottom:-.5rem!important}.mb-n3{margin-bottom:-1rem!important}.mb-n4{margin-bottom:-1.5rem!important}.mb-n5{margin-bottom:-3rem!important}.ml-n1{margin-left:-.25rem!important}.ml-n2{margin-left:-.5rem!important}.ml-n3{margin-left:-1rem!important}.ml-n4{margin-left:-1.5rem!important}.ml-n5{margin-left:-3rem!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}.pr-0{padding-right:0!important}.pr-1{padding-right:.25rem!important}.pr-2{padding-right:.5rem!important}.pr-3{padding-right:1rem!important}.pr-4{padding-right:1.5rem!important}.pr-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}.pl-0{padding-left:0!important}.pl-1{padding-left:.25rem!important}.pl-2{padding-left:.5rem!important}.pl-3{padding-left:1rem!important}.pl-4{padding-left:1.5rem!important}.pl-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!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}.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}.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}.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}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:.25rem!important}.mr-sm-2{margin-right:.5rem!important}.mr-sm-3{margin-right:1rem!important}.mr-sm-4{margin-right:1.5rem!important}.mr-sm-5{margin-right:3rem!important}.mr-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}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:.25rem!important}.ml-sm-2{margin-left:.5rem!important}.ml-sm-3{margin-left:1rem!important}.ml-sm-4{margin-left:1.5rem!important}.ml-sm-5{margin-left:3rem!important}.ml-sm-auto{margin-left:auto!important}.m-sm-n1{margin:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.m-sm-n3{margin:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mx-sm-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-sm-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-sm-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-sm-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-sm-n5{margin-right:-3rem!important;margin-left:-3rem!important}.my-sm-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-sm-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-sm-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-sm-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-sm-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.mt-sm-n1{margin-top:-.25rem!important}.mt-sm-n2{margin-top:-.5rem!important}.mt-sm-n3{margin-top:-1rem!important}.mt-sm-n4{margin-top:-1.5rem!important}.mt-sm-n5{margin-top:-3rem!important}.mr-sm-n1{margin-right:-.25rem!important}.mr-sm-n2{margin-right:-.5rem!important}.mr-sm-n3{margin-right:-1rem!important}.mr-sm-n4{margin-right:-1.5rem!important}.mr-sm-n5{margin-right:-3rem!important}.mb-sm-n1{margin-bottom:-.25rem!important}.mb-sm-n2{margin-bottom:-.5rem!important}.mb-sm-n3{margin-bottom:-1rem!important}.mb-sm-n4{margin-bottom:-1.5rem!important}.mb-sm-n5{margin-bottom:-3rem!important}.ml-sm-n1{margin-left:-.25rem!important}.ml-sm-n2{margin-left:-.5rem!important}.ml-sm-n3{margin-left:-1rem!important}.ml-sm-n4{margin-left:-1.5rem!important}.ml-sm-n5{margin-left:-3rem!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}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:.25rem!important}.pr-sm-2{padding-right:.5rem!important}.pr-sm-3{padding-right:1rem!important}.pr-sm-4{padding-right:1.5rem!important}.pr-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}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:.25rem!important}.pl-sm-2{padding-left:.5rem!important}.pl-sm-3{padding-left:1rem!important}.pl-sm-4{padding-left:1.5rem!important}.pl-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!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}.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}.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}.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}.mr-md-0{margin-right:0!important}.mr-md-1{margin-right:.25rem!important}.mr-md-2{margin-right:.5rem!important}.mr-md-3{margin-right:1rem!important}.mr-md-4{margin-right:1.5rem!important}.mr-md-5{margin-right:3rem!important}.mr-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}.ml-md-0{margin-left:0!important}.ml-md-1{margin-left:.25rem!important}.ml-md-2{margin-left:.5rem!important}.ml-md-3{margin-left:1rem!important}.ml-md-4{margin-left:1.5rem!important}.ml-md-5{margin-left:3rem!important}.ml-md-auto{margin-left:auto!important}.m-md-n1{margin:-.25rem!important}.m-md-n2{margin:-.5rem!important}.m-md-n3{margin:-1rem!important}.m-md-n4{margin:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mx-md-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-md-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-md-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-md-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-md-n5{margin-right:-3rem!important;margin-left:-3rem!important}.my-md-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-md-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-md-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-md-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-md-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.mt-md-n1{margin-top:-.25rem!important}.mt-md-n2{margin-top:-.5rem!important}.mt-md-n3{margin-top:-1rem!important}.mt-md-n4{margin-top:-1.5rem!important}.mt-md-n5{margin-top:-3rem!important}.mr-md-n1{margin-right:-.25rem!important}.mr-md-n2{margin-right:-.5rem!important}.mr-md-n3{margin-right:-1rem!important}.mr-md-n4{margin-right:-1.5rem!important}.mr-md-n5{margin-right:-3rem!important}.mb-md-n1{margin-bottom:-.25rem!important}.mb-md-n2{margin-bottom:-.5rem!important}.mb-md-n3{margin-bottom:-1rem!important}.mb-md-n4{margin-bottom:-1.5rem!important}.mb-md-n5{margin-bottom:-3rem!important}.ml-md-n1{margin-left:-.25rem!important}.ml-md-n2{margin-left:-.5rem!important}.ml-md-n3{margin-left:-1rem!important}.ml-md-n4{margin-left:-1.5rem!important}.ml-md-n5{margin-left:-3rem!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}.pr-md-0{padding-right:0!important}.pr-md-1{padding-right:.25rem!important}.pr-md-2{padding-right:.5rem!important}.pr-md-3{padding-right:1rem!important}.pr-md-4{padding-right:1.5rem!important}.pr-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}.pl-md-0{padding-left:0!important}.pl-md-1{padding-left:.25rem!important}.pl-md-2{padding-left:.5rem!important}.pl-md-3{padding-left:1rem!important}.pl-md-4{padding-left:1.5rem!important}.pl-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!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}.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}.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}.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}.mr-lg-0{margin-right:0!important}.mr-lg-1{margin-right:.25rem!important}.mr-lg-2{margin-right:.5rem!important}.mr-lg-3{margin-right:1rem!important}.mr-lg-4{margin-right:1.5rem!important}.mr-lg-5{margin-right:3rem!important}.mr-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}.ml-lg-0{margin-left:0!important}.ml-lg-1{margin-left:.25rem!important}.ml-lg-2{margin-left:.5rem!important}.ml-lg-3{margin-left:1rem!important}.ml-lg-4{margin-left:1.5rem!important}.ml-lg-5{margin-left:3rem!important}.ml-lg-auto{margin-left:auto!important}.m-lg-n1{margin:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.m-lg-n3{margin:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mx-lg-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-lg-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-lg-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-lg-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-lg-n5{margin-right:-3rem!important;margin-left:-3rem!important}.my-lg-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-lg-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-lg-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-lg-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-lg-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.mt-lg-n1{margin-top:-.25rem!important}.mt-lg-n2{margin-top:-.5rem!important}.mt-lg-n3{margin-top:-1rem!important}.mt-lg-n4{margin-top:-1.5rem!important}.mt-lg-n5{margin-top:-3rem!important}.mr-lg-n1{margin-right:-.25rem!important}.mr-lg-n2{margin-right:-.5rem!important}.mr-lg-n3{margin-right:-1rem!important}.mr-lg-n4{margin-right:-1.5rem!important}.mr-lg-n5{margin-right:-3rem!important}.mb-lg-n1{margin-bottom:-.25rem!important}.mb-lg-n2{margin-bottom:-.5rem!important}.mb-lg-n3{margin-bottom:-1rem!important}.mb-lg-n4{margin-bottom:-1.5rem!important}.mb-lg-n5{margin-bottom:-3rem!important}.ml-lg-n1{margin-left:-.25rem!important}.ml-lg-n2{margin-left:-.5rem!important}.ml-lg-n3{margin-left:-1rem!important}.ml-lg-n4{margin-left:-1.5rem!important}.ml-lg-n5{margin-left:-3rem!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}.pr-lg-0{padding-right:0!important}.pr-lg-1{padding-right:.25rem!important}.pr-lg-2{padding-right:.5rem!important}.pr-lg-3{padding-right:1rem!important}.pr-lg-4{padding-right:1.5rem!important}.pr-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}.pl-lg-0{padding-left:0!important}.pl-lg-1{padding-left:.25rem!important}.pl-lg-2{padding-left:.5rem!important}.pl-lg-3{padding-left:1rem!important}.pl-lg-4{padding-left:1.5rem!important}.pl-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!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}.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}.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}.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}.mr-xl-0{margin-right:0!important}.mr-xl-1{margin-right:.25rem!important}.mr-xl-2{margin-right:.5rem!important}.mr-xl-3{margin-right:1rem!important}.mr-xl-4{margin-right:1.5rem!important}.mr-xl-5{margin-right:3rem!important}.mr-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}.ml-xl-0{margin-left:0!important}.ml-xl-1{margin-left:.25rem!important}.ml-xl-2{margin-left:.5rem!important}.ml-xl-3{margin-left:1rem!important}.ml-xl-4{margin-left:1.5rem!important}.ml-xl-5{margin-left:3rem!important}.ml-xl-auto{margin-left:auto!important}.m-xl-n1{margin:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.m-xl-n3{margin:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mx-xl-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-xl-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-xl-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-xl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xl-n5{margin-right:-3rem!important;margin-left:-3rem!important}.my-xl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-xl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-xl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xl-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.mt-xl-n1{margin-top:-.25rem!important}.mt-xl-n2{margin-top:-.5rem!important}.mt-xl-n3{margin-top:-1rem!important}.mt-xl-n4{margin-top:-1.5rem!important}.mt-xl-n5{margin-top:-3rem!important}.mr-xl-n1{margin-right:-.25rem!important}.mr-xl-n2{margin-right:-.5rem!important}.mr-xl-n3{margin-right:-1rem!important}.mr-xl-n4{margin-right:-1.5rem!important}.mr-xl-n5{margin-right:-3rem!important}.mb-xl-n1{margin-bottom:-.25rem!important}.mb-xl-n2{margin-bottom:-.5rem!important}.mb-xl-n3{margin-bottom:-1rem!important}.mb-xl-n4{margin-bottom:-1.5rem!important}.mb-xl-n5{margin-bottom:-3rem!important}.ml-xl-n1{margin-left:-.25rem!important}.ml-xl-n2{margin-left:-.5rem!important}.ml-xl-n3{margin-left:-1rem!important}.ml-xl-n4{margin-left:-1.5rem!important}.ml-xl-n5{margin-left:-3rem!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}.pr-xl-0{padding-right:0!important}.pr-xl-1{padding-right:.25rem!important}.pr-xl-2{padding-right:.5rem!important}.pr-xl-3{padding-right:1rem!important}.pr-xl-4{padding-right:1.5rem!important}.pr-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}.pl-xl-0{padding-left:0!important}.pl-xl-1{padding-left:.25rem!important}.pl-xl-2{padding-left:.5rem!important}.pl-xl-3{padding-left:1rem!important}.pl-xl-4{padding-left:1.5rem!important}.pl-xl-5{padding-left:3rem!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!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}} + */.container{width:100%;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1400px){.container{max-width:1320px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:1rem;padding-left:1rem;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)/ -2);margin-left:calc(var(--bs-gutter-x)/ -2)}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)/ 2);padding-left:calc(var(--bs-gutter-x)/ 2);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%;min-width: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.333333%}.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.666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.333333%}.col-2{flex:0 0 auto;width:16.666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.333333%}.col-5{flex:0 0 auto;width:41.666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.333333%}.col-8{flex:0 0 auto;width:66.666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.333333%}.col-11{flex:0 0 auto;width:91.666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%;min-width: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.333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.333333%}.col-sm-2{flex:0 0 auto;width:16.666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.333333%}.col-sm-5{flex:0 0 auto;width:41.666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.333333%}.col-sm-8{flex:0 0 auto;width:66.666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.333333%}.col-sm-11{flex:0 0 auto;width:91.666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%;min-width: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.333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.333333%}.col-md-2{flex:0 0 auto;width:16.666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.333333%}.col-md-5{flex:0 0 auto;width:41.666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.333333%}.col-md-8{flex:0 0 auto;width:66.666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.333333%}.col-md-11{flex:0 0 auto;width:91.666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%;min-width: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.333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.333333%}.col-lg-2{flex:0 0 auto;width:16.666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.333333%}.col-lg-5{flex:0 0 auto;width:41.666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.333333%}.col-lg-8{flex:0 0 auto;width:66.666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.333333%}.col-lg-11{flex:0 0 auto;width:91.666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%;min-width: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.333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.333333%}.col-xl-2{flex:0 0 auto;width:16.666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.333333%}.col-xl-5{flex:0 0 auto;width:41.666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.333333%}.col-xl-8{flex:0 0 auto;width:66.666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.333333%}.col-xl-11{flex:0 0 auto;width:91.666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%;min-width: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.333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.333333%}.col-xxl-2{flex:0 0 auto;width:16.666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.333333%}.col-xxl-5{flex:0 0 auto;width:41.666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.333333%}.col-xxl-8{flex:0 0 auto;width:66.666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.333333%}.col-xxl-11{flex:0 0 auto;width:91.666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.333333%}.offset-xxl-2{margin-left:16.666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.333333%}.offset-xxl-5{margin-left:41.666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.333333%}.offset-xxl-8{margin-left:66.666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.333333%}.offset-xxl-11{margin-left:91.666667%}.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-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!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}.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}.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}.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}.mr-0{margin-right:0!important}.mr-1{margin-right:.25rem!important}.mr-2{margin-right:.5rem!important}.mr-3{margin-right:1rem!important}.mr-4{margin-right:1.5rem!important}.mr-5{margin-right:3rem!important}.mr-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}.ml-0{margin-left:0!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.ml-3{margin-left:1rem!important}.ml-4{margin-left:1.5rem!important}.ml-5{margin-left:3rem!important}.ml-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}.pr-0{padding-right:0!important}.pr-1{padding-right:.25rem!important}.pr-2{padding-right:.5rem!important}.pr-3{padding-right:1rem!important}.pr-4{padding-right:1.5rem!important}.pr-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}.pl-0{padding-left:0!important}.pl-1{padding-left:.25rem!important}.pl-2{padding-left:.5rem!important}.pl-3{padding-left:1rem!important}.pl-4{padding-left:1.5rem!important}.pl-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!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}.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}.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}.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}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:.25rem!important}.mr-sm-2{margin-right:.5rem!important}.mr-sm-3{margin-right:1rem!important}.mr-sm-4{margin-right:1.5rem!important}.mr-sm-5{margin-right:3rem!important}.mr-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}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:.25rem!important}.ml-sm-2{margin-left:.5rem!important}.ml-sm-3{margin-left:1rem!important}.ml-sm-4{margin-left:1.5rem!important}.ml-sm-5{margin-left:3rem!important}.ml-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}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:.25rem!important}.pr-sm-2{padding-right:.5rem!important}.pr-sm-3{padding-right:1rem!important}.pr-sm-4{padding-right:1.5rem!important}.pr-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}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:.25rem!important}.pl-sm-2{padding-left:.5rem!important}.pl-sm-3{padding-left:1rem!important}.pl-sm-4{padding-left:1.5rem!important}.pl-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!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}.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}.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}.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}.mr-md-0{margin-right:0!important}.mr-md-1{margin-right:.25rem!important}.mr-md-2{margin-right:.5rem!important}.mr-md-3{margin-right:1rem!important}.mr-md-4{margin-right:1.5rem!important}.mr-md-5{margin-right:3rem!important}.mr-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}.ml-md-0{margin-left:0!important}.ml-md-1{margin-left:.25rem!important}.ml-md-2{margin-left:.5rem!important}.ml-md-3{margin-left:1rem!important}.ml-md-4{margin-left:1.5rem!important}.ml-md-5{margin-left:3rem!important}.ml-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}.pr-md-0{padding-right:0!important}.pr-md-1{padding-right:.25rem!important}.pr-md-2{padding-right:.5rem!important}.pr-md-3{padding-right:1rem!important}.pr-md-4{padding-right:1.5rem!important}.pr-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}.pl-md-0{padding-left:0!important}.pl-md-1{padding-left:.25rem!important}.pl-md-2{padding-left:.5rem!important}.pl-md-3{padding-left:1rem!important}.pl-md-4{padding-left:1.5rem!important}.pl-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!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}.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}.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}.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}.mr-lg-0{margin-right:0!important}.mr-lg-1{margin-right:.25rem!important}.mr-lg-2{margin-right:.5rem!important}.mr-lg-3{margin-right:1rem!important}.mr-lg-4{margin-right:1.5rem!important}.mr-lg-5{margin-right:3rem!important}.mr-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}.ml-lg-0{margin-left:0!important}.ml-lg-1{margin-left:.25rem!important}.ml-lg-2{margin-left:.5rem!important}.ml-lg-3{margin-left:1rem!important}.ml-lg-4{margin-left:1.5rem!important}.ml-lg-5{margin-left:3rem!important}.ml-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}.pr-lg-0{padding-right:0!important}.pr-lg-1{padding-right:.25rem!important}.pr-lg-2{padding-right:.5rem!important}.pr-lg-3{padding-right:1rem!important}.pr-lg-4{padding-right:1.5rem!important}.pr-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}.pl-lg-0{padding-left:0!important}.pl-lg-1{padding-left:.25rem!important}.pl-lg-2{padding-left:.5rem!important}.pl-lg-3{padding-left:1rem!important}.pl-lg-4{padding-left:1.5rem!important}.pl-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!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}.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}.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}.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}.mr-xl-0{margin-right:0!important}.mr-xl-1{margin-right:.25rem!important}.mr-xl-2{margin-right:.5rem!important}.mr-xl-3{margin-right:1rem!important}.mr-xl-4{margin-right:1.5rem!important}.mr-xl-5{margin-right:3rem!important}.mr-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}.ml-xl-0{margin-left:0!important}.ml-xl-1{margin-left:.25rem!important}.ml-xl-2{margin-left:.5rem!important}.ml-xl-3{margin-left:1rem!important}.ml-xl-4{margin-left:1.5rem!important}.ml-xl-5{margin-left:3rem!important}.ml-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}.pr-xl-0{padding-right:0!important}.pr-xl-1{padding-right:.25rem!important}.pr-xl-2{padding-right:.5rem!important}.pr-xl-3{padding-right:1rem!important}.pr-xl-4{padding-right:1.5rem!important}.pr-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}.pl-xl-0{padding-left:0!important}.pl-xl-1{padding-left:.25rem!important}.pl-xl-2{padding-left:.5rem!important}.pl-xl-3{padding-left:1rem!important}.pl-xl-4{padding-left:1.5rem!important}.pl-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!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}.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}.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}.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}.mr-xxl-0{margin-right:0!important}.mr-xxl-1{margin-right:.25rem!important}.mr-xxl-2{margin-right:.5rem!important}.mr-xxl-3{margin-right:1rem!important}.mr-xxl-4{margin-right:1.5rem!important}.mr-xxl-5{margin-right:3rem!important}.mr-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}.ml-xxl-0{margin-left:0!important}.ml-xxl-1{margin-left:.25rem!important}.ml-xxl-2{margin-left:.5rem!important}.ml-xxl-3{margin-left:1rem!important}.ml-xxl-4{margin-left:1.5rem!important}.ml-xxl-5{margin-left:3rem!important}.ml-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}.pr-xxl-0{padding-right:0!important}.pr-xxl-1{padding-right:.25rem!important}.pr-xxl-2{padding-right:.5rem!important}.pr-xxl-3{padding-right:1rem!important}.pr-xxl-4{padding-right:1.5rem!important}.pr-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}.pl-xxl-0{padding-left:0!important}.pl-xxl-1{padding-left:.25rem!important}.pl-xxl-2{padding-left:.5rem!important}.pl-xxl-3{padding-left:1rem!important}.pl-xxl-4{padding-left:1.5rem!important}.pl-xxl-5{padding-left:3rem!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!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}} /*# sourceMappingURL=bootstrap-grid.min.css.map */ \ No newline at end of file diff --git a/dist/css/bootstrap-grid.min.css.map b/dist/css/bootstrap-grid.min.css.map index 85a4b52c8..3208de108 100644 --- a/dist/css/bootstrap-grid.min.css.map +++ b/dist/css/bootstrap-grid.min.css.map @@ -1 +1 @@ -{"version":3,"sources":["../../scss/bootstrap-grid.scss","../../scss/_containers.scss","../../scss/mixins/_container.scss","../../scss/mixins/_breakpoints.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","dist/css/bootstrap-grid.css","../../scss/mixins/_utilities.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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-right\",\n \"margin-bottom\",\n \"margin-left\",\n \"negative-margin\",\n \"negative-margin-x\",\n \"negative-margin-y\",\n \"negative-margin-top\",\n \"negative-margin-right\",\n \"negative-margin-bottom\",\n \"negative-margin-left\",\n \"padding\",\n \"padding-x\",\n \"padding-y\",\n \"padding-top\",\n \"padding-right\",\n \"padding-bottom\",\n \"padding-left\",\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 @include make-container();\n @include make-container-max-widths();\n }\n\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($padding-x: $container-padding-x) {\n width: 100%;\n padding-right: $padding-x;\n padding-left: $padding-x;\n margin-right: auto;\n margin-left: auto;\n}\n\n\n// For each breakpoint, define the maximum width of the container in a media query\n@mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {\n @each $breakpoint, $container-max-width in $max-widths {\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n max-width: $container-max-width;\n }\n }\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. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `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(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .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 $max: breakpoint-max($name, $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($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $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// Gutters\n//\n// Make use of `.g-*`, `.gx-*` or `.gy-*` utilities to change spacing between the columns.\n\n@if $enable-grid-classes {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @include media-breakpoint-up($breakpoint, $grid-breakpoints) {\n\n @each $key, $value in $gutters {\n .g#{$infix}-#{$key},\n .gx#{$infix}-#{$key} {\n margin-right: -$value / 2;\n margin-left: -$value / 2;\n\n > * {\n padding-right: $value / 2;\n padding-left: $value / 2;\n }\n }\n\n .g#{$infix}-#{$key},\n .gy#{$infix}-#{$key} {\n margin-top: -$value;\n\n > * {\n margin-top: $value;\n }\n }\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 display: flex;\n flex-wrap: wrap;\n margin-right: -$gutter / 2;\n margin-left: -$gutter / 2;\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: $gutter / 2;\n padding-left: $gutter / 2;\n}\n\n@mixin make-col($size, $columns: $grid-columns) {\n flex: 0 0 auto;\n width: percentage($size / $columns);\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: $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: 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 $infix: breakpoint-infix($breakpoint, $breakpoints);\n\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 min-width: 0; // See https://github.com/twbs/bootstrap/issues/25410\n }\n\n .row-cols#{$infix}-auto > * {\n @include make-col-auto();\n }\n\n @for $i from 1 through $grid-row-columns {\n .row-cols#{$infix}-#{$i} {\n @include row-cols($i);\n }\n }\n\n .col#{$infix}-auto {\n @include make-col-auto();\n }\n\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}\n","/*!\n * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n.container {\n width: 100%;\n padding-right: 1rem;\n padding-left: 1rem;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container {\n max-width: 540px;\n }\n}\n\n@media (min-width: 768px) {\n .container {\n max-width: 720px;\n }\n}\n\n@media (min-width: 992px) {\n .container {\n max-width: 960px;\n }\n}\n\n@media (min-width: 1200px) {\n .container {\n max-width: 1140px;\n }\n}\n\n.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {\n width: 100%;\n padding-right: 1rem;\n padding-left: 1rem;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container, .container-sm {\n max-width: 540px;\n }\n}\n\n@media (min-width: 768px) {\n .container, .container-sm, .container-md {\n max-width: 720px;\n }\n}\n\n@media (min-width: 992px) {\n .container, .container-sm, .container-md, .container-lg {\n max-width: 960px;\n }\n}\n\n@media (min-width: 1200px) {\n .container, .container-sm, .container-md, .container-lg, .container-xl {\n max-width: 1140px;\n }\n}\n\n.row {\n display: flex;\n flex-wrap: wrap;\n margin-right: -0.75rem;\n margin-left: -0.75rem;\n}\n\n.row > * {\n box-sizing: border-box;\n flex-shrink: 0;\n width: 100%;\n max-width: 100%;\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n}\n\n.g-0,\n.gx-0 {\n margin-right: 0;\n margin-left: 0;\n}\n\n.g-0 > *,\n.gx-0 > * {\n padding-right: 0;\n padding-left: 0;\n}\n\n.g-0,\n.gy-0 {\n margin-top: 0;\n}\n\n.g-0 > *,\n.gy-0 > * {\n margin-top: 0;\n}\n\n.g-1,\n.gx-1 {\n margin-right: -0.125rem;\n margin-left: -0.125rem;\n}\n\n.g-1 > *,\n.gx-1 > * {\n padding-right: 0.125rem;\n padding-left: 0.125rem;\n}\n\n.g-1,\n.gy-1 {\n margin-top: -0.25rem;\n}\n\n.g-1 > *,\n.gy-1 > * {\n margin-top: 0.25rem;\n}\n\n.g-2,\n.gx-2 {\n margin-right: -0.25rem;\n margin-left: -0.25rem;\n}\n\n.g-2 > *,\n.gx-2 > * {\n padding-right: 0.25rem;\n padding-left: 0.25rem;\n}\n\n.g-2,\n.gy-2 {\n margin-top: -0.5rem;\n}\n\n.g-2 > *,\n.gy-2 > * {\n margin-top: 0.5rem;\n}\n\n.g-3,\n.gx-3 {\n margin-right: -0.5rem;\n margin-left: -0.5rem;\n}\n\n.g-3 > *,\n.gx-3 > * {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n}\n\n.g-3,\n.gy-3 {\n margin-top: -1rem;\n}\n\n.g-3 > *,\n.gy-3 > * {\n margin-top: 1rem;\n}\n\n.g-4,\n.gx-4 {\n margin-right: -0.75rem;\n margin-left: -0.75rem;\n}\n\n.g-4 > *,\n.gx-4 > * {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n}\n\n.g-4,\n.gy-4 {\n margin-top: -1.5rem;\n}\n\n.g-4 > *,\n.gy-4 > * {\n margin-top: 1.5rem;\n}\n\n.g-5,\n.gx-5 {\n margin-right: -1.5rem;\n margin-left: -1.5rem;\n}\n\n.g-5 > *,\n.gx-5 > * {\n padding-right: 1.5rem;\n padding-left: 1.5rem;\n}\n\n.g-5,\n.gy-5 {\n margin-top: -3rem;\n}\n\n.g-5 > *,\n.gy-5 > * {\n margin-top: 3rem;\n}\n\n@media (min-width: 576px) {\n .g-sm-0,\n .gx-sm-0 {\n margin-right: 0;\n margin-left: 0;\n }\n .g-sm-0 > *,\n .gx-sm-0 > * {\n padding-right: 0;\n padding-left: 0;\n }\n .g-sm-0,\n .gy-sm-0 {\n margin-top: 0;\n }\n .g-sm-0 > *,\n .gy-sm-0 > * {\n margin-top: 0;\n }\n .g-sm-1,\n .gx-sm-1 {\n margin-right: -0.125rem;\n margin-left: -0.125rem;\n }\n .g-sm-1 > *,\n .gx-sm-1 > * {\n padding-right: 0.125rem;\n padding-left: 0.125rem;\n }\n .g-sm-1,\n .gy-sm-1 {\n margin-top: -0.25rem;\n }\n .g-sm-1 > *,\n .gy-sm-1 > * {\n margin-top: 0.25rem;\n }\n .g-sm-2,\n .gx-sm-2 {\n margin-right: -0.25rem;\n margin-left: -0.25rem;\n }\n .g-sm-2 > *,\n .gx-sm-2 > * {\n padding-right: 0.25rem;\n padding-left: 0.25rem;\n }\n .g-sm-2,\n .gy-sm-2 {\n margin-top: -0.5rem;\n }\n .g-sm-2 > *,\n .gy-sm-2 > * {\n margin-top: 0.5rem;\n }\n .g-sm-3,\n .gx-sm-3 {\n margin-right: -0.5rem;\n margin-left: -0.5rem;\n }\n .g-sm-3 > *,\n .gx-sm-3 > * {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .g-sm-3,\n .gy-sm-3 {\n margin-top: -1rem;\n }\n .g-sm-3 > *,\n .gy-sm-3 > * {\n margin-top: 1rem;\n }\n .g-sm-4,\n .gx-sm-4 {\n margin-right: -0.75rem;\n margin-left: -0.75rem;\n }\n .g-sm-4 > *,\n .gx-sm-4 > * {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n }\n .g-sm-4,\n .gy-sm-4 {\n margin-top: -1.5rem;\n }\n .g-sm-4 > *,\n .gy-sm-4 > * {\n margin-top: 1.5rem;\n }\n .g-sm-5,\n .gx-sm-5 {\n margin-right: -1.5rem;\n margin-left: -1.5rem;\n }\n .g-sm-5 > *,\n .gx-sm-5 > * {\n padding-right: 1.5rem;\n padding-left: 1.5rem;\n }\n .g-sm-5,\n .gy-sm-5 {\n margin-top: -3rem;\n }\n .g-sm-5 > *,\n .gy-sm-5 > * {\n margin-top: 3rem;\n }\n}\n\n@media (min-width: 768px) {\n .g-md-0,\n .gx-md-0 {\n margin-right: 0;\n margin-left: 0;\n }\n .g-md-0 > *,\n .gx-md-0 > * {\n padding-right: 0;\n padding-left: 0;\n }\n .g-md-0,\n .gy-md-0 {\n margin-top: 0;\n }\n .g-md-0 > *,\n .gy-md-0 > * {\n margin-top: 0;\n }\n .g-md-1,\n .gx-md-1 {\n margin-right: -0.125rem;\n margin-left: -0.125rem;\n }\n .g-md-1 > *,\n .gx-md-1 > * {\n padding-right: 0.125rem;\n padding-left: 0.125rem;\n }\n .g-md-1,\n .gy-md-1 {\n margin-top: -0.25rem;\n }\n .g-md-1 > *,\n .gy-md-1 > * {\n margin-top: 0.25rem;\n }\n .g-md-2,\n .gx-md-2 {\n margin-right: -0.25rem;\n margin-left: -0.25rem;\n }\n .g-md-2 > *,\n .gx-md-2 > * {\n padding-right: 0.25rem;\n padding-left: 0.25rem;\n }\n .g-md-2,\n .gy-md-2 {\n margin-top: -0.5rem;\n }\n .g-md-2 > *,\n .gy-md-2 > * {\n margin-top: 0.5rem;\n }\n .g-md-3,\n .gx-md-3 {\n margin-right: -0.5rem;\n margin-left: -0.5rem;\n }\n .g-md-3 > *,\n .gx-md-3 > * {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .g-md-3,\n .gy-md-3 {\n margin-top: -1rem;\n }\n .g-md-3 > *,\n .gy-md-3 > * {\n margin-top: 1rem;\n }\n .g-md-4,\n .gx-md-4 {\n margin-right: -0.75rem;\n margin-left: -0.75rem;\n }\n .g-md-4 > *,\n .gx-md-4 > * {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n }\n .g-md-4,\n .gy-md-4 {\n margin-top: -1.5rem;\n }\n .g-md-4 > *,\n .gy-md-4 > * {\n margin-top: 1.5rem;\n }\n .g-md-5,\n .gx-md-5 {\n margin-right: -1.5rem;\n margin-left: -1.5rem;\n }\n .g-md-5 > *,\n .gx-md-5 > * {\n padding-right: 1.5rem;\n padding-left: 1.5rem;\n }\n .g-md-5,\n .gy-md-5 {\n margin-top: -3rem;\n }\n .g-md-5 > *,\n .gy-md-5 > * {\n margin-top: 3rem;\n }\n}\n\n@media (min-width: 992px) {\n .g-lg-0,\n .gx-lg-0 {\n margin-right: 0;\n margin-left: 0;\n }\n .g-lg-0 > *,\n .gx-lg-0 > * {\n padding-right: 0;\n padding-left: 0;\n }\n .g-lg-0,\n .gy-lg-0 {\n margin-top: 0;\n }\n .g-lg-0 > *,\n .gy-lg-0 > * {\n margin-top: 0;\n }\n .g-lg-1,\n .gx-lg-1 {\n margin-right: -0.125rem;\n margin-left: -0.125rem;\n }\n .g-lg-1 > *,\n .gx-lg-1 > * {\n padding-right: 0.125rem;\n padding-left: 0.125rem;\n }\n .g-lg-1,\n .gy-lg-1 {\n margin-top: -0.25rem;\n }\n .g-lg-1 > *,\n .gy-lg-1 > * {\n margin-top: 0.25rem;\n }\n .g-lg-2,\n .gx-lg-2 {\n margin-right: -0.25rem;\n margin-left: -0.25rem;\n }\n .g-lg-2 > *,\n .gx-lg-2 > * {\n padding-right: 0.25rem;\n padding-left: 0.25rem;\n }\n .g-lg-2,\n .gy-lg-2 {\n margin-top: -0.5rem;\n }\n .g-lg-2 > *,\n .gy-lg-2 > * {\n margin-top: 0.5rem;\n }\n .g-lg-3,\n .gx-lg-3 {\n margin-right: -0.5rem;\n margin-left: -0.5rem;\n }\n .g-lg-3 > *,\n .gx-lg-3 > * {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .g-lg-3,\n .gy-lg-3 {\n margin-top: -1rem;\n }\n .g-lg-3 > *,\n .gy-lg-3 > * {\n margin-top: 1rem;\n }\n .g-lg-4,\n .gx-lg-4 {\n margin-right: -0.75rem;\n margin-left: -0.75rem;\n }\n .g-lg-4 > *,\n .gx-lg-4 > * {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n }\n .g-lg-4,\n .gy-lg-4 {\n margin-top: -1.5rem;\n }\n .g-lg-4 > *,\n .gy-lg-4 > * {\n margin-top: 1.5rem;\n }\n .g-lg-5,\n .gx-lg-5 {\n margin-right: -1.5rem;\n margin-left: -1.5rem;\n }\n .g-lg-5 > *,\n .gx-lg-5 > * {\n padding-right: 1.5rem;\n padding-left: 1.5rem;\n }\n .g-lg-5,\n .gy-lg-5 {\n margin-top: -3rem;\n }\n .g-lg-5 > *,\n .gy-lg-5 > * {\n margin-top: 3rem;\n }\n}\n\n@media (min-width: 1200px) {\n .g-xl-0,\n .gx-xl-0 {\n margin-right: 0;\n margin-left: 0;\n }\n .g-xl-0 > *,\n .gx-xl-0 > * {\n padding-right: 0;\n padding-left: 0;\n }\n .g-xl-0,\n .gy-xl-0 {\n margin-top: 0;\n }\n .g-xl-0 > *,\n .gy-xl-0 > * {\n margin-top: 0;\n }\n .g-xl-1,\n .gx-xl-1 {\n margin-right: -0.125rem;\n margin-left: -0.125rem;\n }\n .g-xl-1 > *,\n .gx-xl-1 > * {\n padding-right: 0.125rem;\n padding-left: 0.125rem;\n }\n .g-xl-1,\n .gy-xl-1 {\n margin-top: -0.25rem;\n }\n .g-xl-1 > *,\n .gy-xl-1 > * {\n margin-top: 0.25rem;\n }\n .g-xl-2,\n .gx-xl-2 {\n margin-right: -0.25rem;\n margin-left: -0.25rem;\n }\n .g-xl-2 > *,\n .gx-xl-2 > * {\n padding-right: 0.25rem;\n padding-left: 0.25rem;\n }\n .g-xl-2,\n .gy-xl-2 {\n margin-top: -0.5rem;\n }\n .g-xl-2 > *,\n .gy-xl-2 > * {\n margin-top: 0.5rem;\n }\n .g-xl-3,\n .gx-xl-3 {\n margin-right: -0.5rem;\n margin-left: -0.5rem;\n }\n .g-xl-3 > *,\n .gx-xl-3 > * {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .g-xl-3,\n .gy-xl-3 {\n margin-top: -1rem;\n }\n .g-xl-3 > *,\n .gy-xl-3 > * {\n margin-top: 1rem;\n }\n .g-xl-4,\n .gx-xl-4 {\n margin-right: -0.75rem;\n margin-left: -0.75rem;\n }\n .g-xl-4 > *,\n .gx-xl-4 > * {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n }\n .g-xl-4,\n .gy-xl-4 {\n margin-top: -1.5rem;\n }\n .g-xl-4 > *,\n .gy-xl-4 > * {\n margin-top: 1.5rem;\n }\n .g-xl-5,\n .gx-xl-5 {\n margin-right: -1.5rem;\n margin-left: -1.5rem;\n }\n .g-xl-5 > *,\n .gx-xl-5 > * {\n padding-right: 1.5rem;\n padding-left: 1.5rem;\n }\n .g-xl-5,\n .gy-xl-5 {\n margin-top: -3rem;\n }\n .g-xl-5 > *,\n .gy-xl-5 > * {\n margin-top: 3rem;\n }\n}\n\n.col {\n flex: 1 0 0%;\n min-width: 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.333333%;\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.666667%;\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.333333%;\n}\n\n.col-2 {\n flex: 0 0 auto;\n width: 16.666667%;\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.333333%;\n}\n\n.col-5 {\n flex: 0 0 auto;\n width: 41.666667%;\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.333333%;\n}\n\n.col-8 {\n flex: 0 0 auto;\n width: 66.666667%;\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.333333%;\n}\n\n.col-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n}\n\n.col-12 {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.offset-1 {\n margin-left: 8.333333%;\n}\n\n.offset-2 {\n margin-left: 16.666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.333333%;\n}\n\n.offset-5 {\n margin-left: 41.666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.333333%;\n}\n\n.offset-8 {\n margin-left: 66.666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.333333%;\n}\n\n.offset-11 {\n margin-left: 91.666667%;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-sm-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-sm-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-sm-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-sm-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-sm-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-sm-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-sm-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-sm-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-sm-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-sm-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-sm-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-sm-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-sm-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-sm-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-sm-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-sm-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-sm-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-sm-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-sm-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-sm-0 {\n margin-left: 0;\n }\n .offset-sm-1 {\n margin-left: 8.333333%;\n }\n .offset-sm-2 {\n margin-left: 16.666667%;\n }\n .offset-sm-3 {\n margin-left: 25%;\n }\n .offset-sm-4 {\n margin-left: 33.333333%;\n }\n .offset-sm-5 {\n margin-left: 41.666667%;\n }\n .offset-sm-6 {\n margin-left: 50%;\n }\n .offset-sm-7 {\n margin-left: 58.333333%;\n }\n .offset-sm-8 {\n margin-left: 66.666667%;\n }\n .offset-sm-9 {\n margin-left: 75%;\n }\n .offset-sm-10 {\n margin-left: 83.333333%;\n }\n .offset-sm-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 768px) {\n .col-md {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-md-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-md-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-md-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-md-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-md-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-md-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-md-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-md-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-md-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-md-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-md-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-md-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-md-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-md-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-md-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-md-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-md-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-md-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-md-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-md-0 {\n margin-left: 0;\n }\n .offset-md-1 {\n margin-left: 8.333333%;\n }\n .offset-md-2 {\n margin-left: 16.666667%;\n }\n .offset-md-3 {\n margin-left: 25%;\n }\n .offset-md-4 {\n margin-left: 33.333333%;\n }\n .offset-md-5 {\n margin-left: 41.666667%;\n }\n .offset-md-6 {\n margin-left: 50%;\n }\n .offset-md-7 {\n margin-left: 58.333333%;\n }\n .offset-md-8 {\n margin-left: 66.666667%;\n }\n .offset-md-9 {\n margin-left: 75%;\n }\n .offset-md-10 {\n margin-left: 83.333333%;\n }\n .offset-md-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 992px) {\n .col-lg {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-lg-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-lg-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-lg-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-lg-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-lg-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-lg-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-lg-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-lg-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-lg-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-lg-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-lg-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-lg-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-lg-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-lg-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-lg-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-lg-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-lg-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-lg-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-lg-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-lg-0 {\n margin-left: 0;\n }\n .offset-lg-1 {\n margin-left: 8.333333%;\n }\n .offset-lg-2 {\n margin-left: 16.666667%;\n }\n .offset-lg-3 {\n margin-left: 25%;\n }\n .offset-lg-4 {\n margin-left: 33.333333%;\n }\n .offset-lg-5 {\n margin-left: 41.666667%;\n }\n .offset-lg-6 {\n margin-left: 50%;\n }\n .offset-lg-7 {\n margin-left: 58.333333%;\n }\n .offset-lg-8 {\n margin-left: 66.666667%;\n }\n .offset-lg-9 {\n margin-left: 75%;\n }\n .offset-lg-10 {\n margin-left: 83.333333%;\n }\n .offset-lg-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 1200px) {\n .col-xl {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-xl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-xl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-xl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-xl-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-xl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-xl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-xl-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-xl-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-xl-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-xl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-xl-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-xl-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-xl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-xl-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-xl-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-xl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-xl-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-xl-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-xl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-xl-0 {\n margin-left: 0;\n }\n .offset-xl-1 {\n margin-left: 8.333333%;\n }\n .offset-xl-2 {\n margin-left: 16.666667%;\n }\n .offset-xl-3 {\n margin-left: 25%;\n }\n .offset-xl-4 {\n margin-left: 33.333333%;\n }\n .offset-xl-5 {\n margin-left: 41.666667%;\n }\n .offset-xl-6 {\n margin-left: 50%;\n }\n .offset-xl-7 {\n margin-left: 58.333333%;\n }\n .offset-xl-8 {\n margin-left: 66.666667%;\n }\n .offset-xl-9 {\n margin-left: 75%;\n }\n .offset-xl-10 {\n margin-left: 83.333333%;\n }\n .offset-xl-11 {\n margin-left: 91.666667%;\n }\n}\n\n.d-none {\n display: none !important;\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-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.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.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.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.mr-0 {\n margin-right: 0 !important;\n}\n\n.mr-1 {\n margin-right: 0.25rem !important;\n}\n\n.mr-2 {\n margin-right: 0.5rem !important;\n}\n\n.mr-3 {\n margin-right: 1rem !important;\n}\n\n.mr-4 {\n margin-right: 1.5rem !important;\n}\n\n.mr-5 {\n margin-right: 3rem !important;\n}\n\n.mr-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.ml-0 {\n margin-left: 0 !important;\n}\n\n.ml-1 {\n margin-left: 0.25rem !important;\n}\n\n.ml-2 {\n margin-left: 0.5rem !important;\n}\n\n.ml-3 {\n margin-left: 1rem !important;\n}\n\n.ml-4 {\n margin-left: 1.5rem !important;\n}\n\n.ml-5 {\n margin-left: 3rem !important;\n}\n\n.ml-auto {\n margin-left: auto !important;\n}\n\n.m-n1 {\n margin: -0.25rem !important;\n}\n\n.m-n2 {\n margin: -0.5rem !important;\n}\n\n.m-n3 {\n margin: -1rem !important;\n}\n\n.m-n4 {\n margin: -1.5rem !important;\n}\n\n.m-n5 {\n margin: -3rem !important;\n}\n\n.mx-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n}\n\n.mx-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n}\n\n.mx-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n}\n\n.mx-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n}\n\n.mx-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n}\n\n.my-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n}\n\n.my-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n}\n\n.my-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n}\n\n.my-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n}\n\n.my-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n}\n\n.mt-n1 {\n margin-top: -0.25rem !important;\n}\n\n.mt-n2 {\n margin-top: -0.5rem !important;\n}\n\n.mt-n3 {\n margin-top: -1rem !important;\n}\n\n.mt-n4 {\n margin-top: -1.5rem !important;\n}\n\n.mt-n5 {\n margin-top: -3rem !important;\n}\n\n.mr-n1 {\n margin-right: -0.25rem !important;\n}\n\n.mr-n2 {\n margin-right: -0.5rem !important;\n}\n\n.mr-n3 {\n margin-right: -1rem !important;\n}\n\n.mr-n4 {\n margin-right: -1.5rem !important;\n}\n\n.mr-n5 {\n margin-right: -3rem !important;\n}\n\n.mb-n1 {\n margin-bottom: -0.25rem !important;\n}\n\n.mb-n2 {\n margin-bottom: -0.5rem !important;\n}\n\n.mb-n3 {\n margin-bottom: -1rem !important;\n}\n\n.mb-n4 {\n margin-bottom: -1.5rem !important;\n}\n\n.mb-n5 {\n margin-bottom: -3rem !important;\n}\n\n.ml-n1 {\n margin-left: -0.25rem !important;\n}\n\n.ml-n2 {\n margin-left: -0.5rem !important;\n}\n\n.ml-n3 {\n margin-left: -1rem !important;\n}\n\n.ml-n4 {\n margin-left: -1.5rem !important;\n}\n\n.ml-n5 {\n margin-left: -3rem !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.pr-0 {\n padding-right: 0 !important;\n}\n\n.pr-1 {\n padding-right: 0.25rem !important;\n}\n\n.pr-2 {\n padding-right: 0.5rem !important;\n}\n\n.pr-3 {\n padding-right: 1rem !important;\n}\n\n.pr-4 {\n padding-right: 1.5rem !important;\n}\n\n.pr-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.pl-0 {\n padding-left: 0 !important;\n}\n\n.pl-1 {\n padding-left: 0.25rem !important;\n}\n\n.pl-2 {\n padding-left: 0.5rem !important;\n}\n\n.pl-3 {\n padding-left: 1rem !important;\n}\n\n.pl-4 {\n padding-left: 1.5rem !important;\n}\n\n.pl-5 {\n padding-left: 3rem !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-none {\n display: none !important;\n }\n .d-sm-inline {\n display: inline !important;\n }\n .d-sm-inline-block {\n display: inline-block !important;\n }\n .d-sm-block {\n display: block !important;\n }\n .d-sm-table {\n display: table !important;\n }\n .d-sm-table-row {\n display: table-row !important;\n }\n .d-sm-table-cell {\n display: table-cell !important;\n }\n .d-sm-flex {\n display: flex !important;\n }\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n .flex-sm-row {\n flex-direction: row !important;\n }\n .flex-sm-column {\n flex-direction: column !important;\n }\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n .justify-content-sm-center {\n justify-content: center !important;\n }\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n .align-items-sm-center {\n align-items: center !important;\n }\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n .align-content-sm-center {\n align-content: center !important;\n }\n .align-content-sm-between {\n align-content: space-between !important;\n }\n .align-content-sm-around {\n align-content: space-around !important;\n }\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n .align-self-sm-auto {\n align-self: auto !important;\n }\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n .align-self-sm-center {\n align-self: center !important;\n }\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n .order-sm-first {\n order: -1 !important;\n }\n .order-sm-0 {\n order: 0 !important;\n }\n .order-sm-1 {\n order: 1 !important;\n }\n .order-sm-2 {\n order: 2 !important;\n }\n .order-sm-3 {\n order: 3 !important;\n }\n .order-sm-4 {\n order: 4 !important;\n }\n .order-sm-5 {\n order: 5 !important;\n }\n .order-sm-last {\n order: 6 !important;\n }\n .m-sm-0 {\n margin: 0 !important;\n }\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n .m-sm-3 {\n margin: 1rem !important;\n }\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n .m-sm-5 {\n margin: 3rem !important;\n }\n .m-sm-auto {\n margin: auto !important;\n }\n .mx-sm-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-sm-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-sm-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-sm-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n .mt-sm-auto {\n margin-top: auto !important;\n }\n .mr-sm-0 {\n margin-right: 0 !important;\n }\n .mr-sm-1 {\n margin-right: 0.25rem !important;\n }\n .mr-sm-2 {\n margin-right: 0.5rem !important;\n }\n .mr-sm-3 {\n margin-right: 1rem !important;\n }\n .mr-sm-4 {\n margin-right: 1.5rem !important;\n }\n .mr-sm-5 {\n margin-right: 3rem !important;\n }\n .mr-sm-auto {\n margin-right: auto !important;\n }\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n .ml-sm-0 {\n margin-left: 0 !important;\n }\n .ml-sm-1 {\n margin-left: 0.25rem !important;\n }\n .ml-sm-2 {\n margin-left: 0.5rem !important;\n }\n .ml-sm-3 {\n margin-left: 1rem !important;\n }\n .ml-sm-4 {\n margin-left: 1.5rem !important;\n }\n .ml-sm-5 {\n margin-left: 3rem !important;\n }\n .ml-sm-auto {\n margin-left: auto !important;\n }\n .m-sm-n1 {\n margin: -0.25rem !important;\n }\n .m-sm-n2 {\n margin: -0.5rem !important;\n }\n .m-sm-n3 {\n margin: -1rem !important;\n }\n .m-sm-n4 {\n margin: -1.5rem !important;\n }\n .m-sm-n5 {\n margin: -3rem !important;\n }\n .mx-sm-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n }\n .mx-sm-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n }\n .mx-sm-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n }\n .mx-sm-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n }\n .mx-sm-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n }\n .my-sm-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n }\n .my-sm-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n }\n .my-sm-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n }\n .my-sm-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n }\n .my-sm-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n }\n .mt-sm-n1 {\n margin-top: -0.25rem !important;\n }\n .mt-sm-n2 {\n margin-top: -0.5rem !important;\n }\n .mt-sm-n3 {\n margin-top: -1rem !important;\n }\n .mt-sm-n4 {\n margin-top: -1.5rem !important;\n }\n .mt-sm-n5 {\n margin-top: -3rem !important;\n }\n .mr-sm-n1 {\n margin-right: -0.25rem !important;\n }\n .mr-sm-n2 {\n margin-right: -0.5rem !important;\n }\n .mr-sm-n3 {\n margin-right: -1rem !important;\n }\n .mr-sm-n4 {\n margin-right: -1.5rem !important;\n }\n .mr-sm-n5 {\n margin-right: -3rem !important;\n }\n .mb-sm-n1 {\n margin-bottom: -0.25rem !important;\n }\n .mb-sm-n2 {\n margin-bottom: -0.5rem !important;\n }\n .mb-sm-n3 {\n margin-bottom: -1rem !important;\n }\n .mb-sm-n4 {\n margin-bottom: -1.5rem !important;\n }\n .mb-sm-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-sm-n1 {\n margin-left: -0.25rem !important;\n }\n .ml-sm-n2 {\n margin-left: -0.5rem !important;\n }\n .ml-sm-n3 {\n margin-left: -1rem !important;\n }\n .ml-sm-n4 {\n margin-left: -1.5rem !important;\n }\n .ml-sm-n5 {\n margin-left: -3rem !important;\n }\n .p-sm-0 {\n padding: 0 !important;\n }\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n .p-sm-3 {\n padding: 1rem !important;\n }\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n .p-sm-5 {\n padding: 3rem !important;\n }\n .px-sm-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-sm-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-sm-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-sm-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-sm-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-sm-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n .pr-sm-0 {\n padding-right: 0 !important;\n }\n .pr-sm-1 {\n padding-right: 0.25rem !important;\n }\n .pr-sm-2 {\n padding-right: 0.5rem !important;\n }\n .pr-sm-3 {\n padding-right: 1rem !important;\n }\n .pr-sm-4 {\n padding-right: 1.5rem !important;\n }\n .pr-sm-5 {\n padding-right: 3rem !important;\n }\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n .pl-sm-0 {\n padding-left: 0 !important;\n }\n .pl-sm-1 {\n padding-left: 0.25rem !important;\n }\n .pl-sm-2 {\n padding-left: 0.5rem !important;\n }\n .pl-sm-3 {\n padding-left: 1rem !important;\n }\n .pl-sm-4 {\n padding-left: 1.5rem !important;\n }\n .pl-sm-5 {\n padding-left: 3rem !important;\n }\n}\n\n@media (min-width: 768px) {\n .d-md-none {\n display: none !important;\n }\n .d-md-inline {\n display: inline !important;\n }\n .d-md-inline-block {\n display: inline-block !important;\n }\n .d-md-block {\n display: block !important;\n }\n .d-md-table {\n display: table !important;\n }\n .d-md-table-row {\n display: table-row !important;\n }\n .d-md-table-cell {\n display: table-cell !important;\n }\n .d-md-flex {\n display: flex !important;\n }\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n .flex-md-row {\n flex-direction: row !important;\n }\n .flex-md-column {\n flex-direction: column !important;\n }\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n .justify-content-md-center {\n justify-content: center !important;\n }\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n .align-items-md-start {\n align-items: flex-start !important;\n }\n .align-items-md-end {\n align-items: flex-end !important;\n }\n .align-items-md-center {\n align-items: center !important;\n }\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n .align-content-md-start {\n align-content: flex-start !important;\n }\n .align-content-md-end {\n align-content: flex-end !important;\n }\n .align-content-md-center {\n align-content: center !important;\n }\n .align-content-md-between {\n align-content: space-between !important;\n }\n .align-content-md-around {\n align-content: space-around !important;\n }\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n .align-self-md-auto {\n align-self: auto !important;\n }\n .align-self-md-start {\n align-self: flex-start !important;\n }\n .align-self-md-end {\n align-self: flex-end !important;\n }\n .align-self-md-center {\n align-self: center !important;\n }\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n .order-md-first {\n order: -1 !important;\n }\n .order-md-0 {\n order: 0 !important;\n }\n .order-md-1 {\n order: 1 !important;\n }\n .order-md-2 {\n order: 2 !important;\n }\n .order-md-3 {\n order: 3 !important;\n }\n .order-md-4 {\n order: 4 !important;\n }\n .order-md-5 {\n order: 5 !important;\n }\n .order-md-last {\n order: 6 !important;\n }\n .m-md-0 {\n margin: 0 !important;\n }\n .m-md-1 {\n margin: 0.25rem !important;\n }\n .m-md-2 {\n margin: 0.5rem !important;\n }\n .m-md-3 {\n margin: 1rem !important;\n }\n .m-md-4 {\n margin: 1.5rem !important;\n }\n .m-md-5 {\n margin: 3rem !important;\n }\n .m-md-auto {\n margin: auto !important;\n }\n .mx-md-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-md-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-md-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-md-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-md-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-md-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-md-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-md-0 {\n margin-top: 0 !important;\n }\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n .mt-md-auto {\n margin-top: auto !important;\n }\n .mr-md-0 {\n margin-right: 0 !important;\n }\n .mr-md-1 {\n margin-right: 0.25rem !important;\n }\n .mr-md-2 {\n margin-right: 0.5rem !important;\n }\n .mr-md-3 {\n margin-right: 1rem !important;\n }\n .mr-md-4 {\n margin-right: 1.5rem !important;\n }\n .mr-md-5 {\n margin-right: 3rem !important;\n }\n .mr-md-auto {\n margin-right: auto !important;\n }\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n .ml-md-0 {\n margin-left: 0 !important;\n }\n .ml-md-1 {\n margin-left: 0.25rem !important;\n }\n .ml-md-2 {\n margin-left: 0.5rem !important;\n }\n .ml-md-3 {\n margin-left: 1rem !important;\n }\n .ml-md-4 {\n margin-left: 1.5rem !important;\n }\n .ml-md-5 {\n margin-left: 3rem !important;\n }\n .ml-md-auto {\n margin-left: auto !important;\n }\n .m-md-n1 {\n margin: -0.25rem !important;\n }\n .m-md-n2 {\n margin: -0.5rem !important;\n }\n .m-md-n3 {\n margin: -1rem !important;\n }\n .m-md-n4 {\n margin: -1.5rem !important;\n }\n .m-md-n5 {\n margin: -3rem !important;\n }\n .mx-md-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n }\n .mx-md-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n }\n .mx-md-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n }\n .mx-md-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n }\n .mx-md-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n }\n .my-md-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n }\n .my-md-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n }\n .my-md-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n }\n .my-md-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n }\n .my-md-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n }\n .mt-md-n1 {\n margin-top: -0.25rem !important;\n }\n .mt-md-n2 {\n margin-top: -0.5rem !important;\n }\n .mt-md-n3 {\n margin-top: -1rem !important;\n }\n .mt-md-n4 {\n margin-top: -1.5rem !important;\n }\n .mt-md-n5 {\n margin-top: -3rem !important;\n }\n .mr-md-n1 {\n margin-right: -0.25rem !important;\n }\n .mr-md-n2 {\n margin-right: -0.5rem !important;\n }\n .mr-md-n3 {\n margin-right: -1rem !important;\n }\n .mr-md-n4 {\n margin-right: -1.5rem !important;\n }\n .mr-md-n5 {\n margin-right: -3rem !important;\n }\n .mb-md-n1 {\n margin-bottom: -0.25rem !important;\n }\n .mb-md-n2 {\n margin-bottom: -0.5rem !important;\n }\n .mb-md-n3 {\n margin-bottom: -1rem !important;\n }\n .mb-md-n4 {\n margin-bottom: -1.5rem !important;\n }\n .mb-md-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-md-n1 {\n margin-left: -0.25rem !important;\n }\n .ml-md-n2 {\n margin-left: -0.5rem !important;\n }\n .ml-md-n3 {\n margin-left: -1rem !important;\n }\n .ml-md-n4 {\n margin-left: -1.5rem !important;\n }\n .ml-md-n5 {\n margin-left: -3rem !important;\n }\n .p-md-0 {\n padding: 0 !important;\n }\n .p-md-1 {\n padding: 0.25rem !important;\n }\n .p-md-2 {\n padding: 0.5rem !important;\n }\n .p-md-3 {\n padding: 1rem !important;\n }\n .p-md-4 {\n padding: 1.5rem !important;\n }\n .p-md-5 {\n padding: 3rem !important;\n }\n .px-md-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-md-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-md-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-md-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-md-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-md-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-md-0 {\n padding-top: 0 !important;\n }\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n .pr-md-0 {\n padding-right: 0 !important;\n }\n .pr-md-1 {\n padding-right: 0.25rem !important;\n }\n .pr-md-2 {\n padding-right: 0.5rem !important;\n }\n .pr-md-3 {\n padding-right: 1rem !important;\n }\n .pr-md-4 {\n padding-right: 1.5rem !important;\n }\n .pr-md-5 {\n padding-right: 3rem !important;\n }\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n .pl-md-0 {\n padding-left: 0 !important;\n }\n .pl-md-1 {\n padding-left: 0.25rem !important;\n }\n .pl-md-2 {\n padding-left: 0.5rem !important;\n }\n .pl-md-3 {\n padding-left: 1rem !important;\n }\n .pl-md-4 {\n padding-left: 1.5rem !important;\n }\n .pl-md-5 {\n padding-left: 3rem !important;\n }\n}\n\n@media (min-width: 992px) {\n .d-lg-none {\n display: none !important;\n }\n .d-lg-inline {\n display: inline !important;\n }\n .d-lg-inline-block {\n display: inline-block !important;\n }\n .d-lg-block {\n display: block !important;\n }\n .d-lg-table {\n display: table !important;\n }\n .d-lg-table-row {\n display: table-row !important;\n }\n .d-lg-table-cell {\n display: table-cell !important;\n }\n .d-lg-flex {\n display: flex !important;\n }\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n .flex-lg-row {\n flex-direction: row !important;\n }\n .flex-lg-column {\n flex-direction: column !important;\n }\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n .justify-content-lg-center {\n justify-content: center !important;\n }\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n .align-items-lg-center {\n align-items: center !important;\n }\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n .align-content-lg-center {\n align-content: center !important;\n }\n .align-content-lg-between {\n align-content: space-between !important;\n }\n .align-content-lg-around {\n align-content: space-around !important;\n }\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n .align-self-lg-auto {\n align-self: auto !important;\n }\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n .align-self-lg-center {\n align-self: center !important;\n }\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n .order-lg-first {\n order: -1 !important;\n }\n .order-lg-0 {\n order: 0 !important;\n }\n .order-lg-1 {\n order: 1 !important;\n }\n .order-lg-2 {\n order: 2 !important;\n }\n .order-lg-3 {\n order: 3 !important;\n }\n .order-lg-4 {\n order: 4 !important;\n }\n .order-lg-5 {\n order: 5 !important;\n }\n .order-lg-last {\n order: 6 !important;\n }\n .m-lg-0 {\n margin: 0 !important;\n }\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n .m-lg-3 {\n margin: 1rem !important;\n }\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n .m-lg-5 {\n margin: 3rem !important;\n }\n .m-lg-auto {\n margin: auto !important;\n }\n .mx-lg-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-lg-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-lg-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-lg-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n .mt-lg-auto {\n margin-top: auto !important;\n }\n .mr-lg-0 {\n margin-right: 0 !important;\n }\n .mr-lg-1 {\n margin-right: 0.25rem !important;\n }\n .mr-lg-2 {\n margin-right: 0.5rem !important;\n }\n .mr-lg-3 {\n margin-right: 1rem !important;\n }\n .mr-lg-4 {\n margin-right: 1.5rem !important;\n }\n .mr-lg-5 {\n margin-right: 3rem !important;\n }\n .mr-lg-auto {\n margin-right: auto !important;\n }\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n .ml-lg-0 {\n margin-left: 0 !important;\n }\n .ml-lg-1 {\n margin-left: 0.25rem !important;\n }\n .ml-lg-2 {\n margin-left: 0.5rem !important;\n }\n .ml-lg-3 {\n margin-left: 1rem !important;\n }\n .ml-lg-4 {\n margin-left: 1.5rem !important;\n }\n .ml-lg-5 {\n margin-left: 3rem !important;\n }\n .ml-lg-auto {\n margin-left: auto !important;\n }\n .m-lg-n1 {\n margin: -0.25rem !important;\n }\n .m-lg-n2 {\n margin: -0.5rem !important;\n }\n .m-lg-n3 {\n margin: -1rem !important;\n }\n .m-lg-n4 {\n margin: -1.5rem !important;\n }\n .m-lg-n5 {\n margin: -3rem !important;\n }\n .mx-lg-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n }\n .mx-lg-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n }\n .mx-lg-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n }\n .mx-lg-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n }\n .mx-lg-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n }\n .my-lg-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n }\n .my-lg-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n }\n .my-lg-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n }\n .my-lg-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n }\n .my-lg-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n }\n .mt-lg-n1 {\n margin-top: -0.25rem !important;\n }\n .mt-lg-n2 {\n margin-top: -0.5rem !important;\n }\n .mt-lg-n3 {\n margin-top: -1rem !important;\n }\n .mt-lg-n4 {\n margin-top: -1.5rem !important;\n }\n .mt-lg-n5 {\n margin-top: -3rem !important;\n }\n .mr-lg-n1 {\n margin-right: -0.25rem !important;\n }\n .mr-lg-n2 {\n margin-right: -0.5rem !important;\n }\n .mr-lg-n3 {\n margin-right: -1rem !important;\n }\n .mr-lg-n4 {\n margin-right: -1.5rem !important;\n }\n .mr-lg-n5 {\n margin-right: -3rem !important;\n }\n .mb-lg-n1 {\n margin-bottom: -0.25rem !important;\n }\n .mb-lg-n2 {\n margin-bottom: -0.5rem !important;\n }\n .mb-lg-n3 {\n margin-bottom: -1rem !important;\n }\n .mb-lg-n4 {\n margin-bottom: -1.5rem !important;\n }\n .mb-lg-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-lg-n1 {\n margin-left: -0.25rem !important;\n }\n .ml-lg-n2 {\n margin-left: -0.5rem !important;\n }\n .ml-lg-n3 {\n margin-left: -1rem !important;\n }\n .ml-lg-n4 {\n margin-left: -1.5rem !important;\n }\n .ml-lg-n5 {\n margin-left: -3rem !important;\n }\n .p-lg-0 {\n padding: 0 !important;\n }\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n .p-lg-3 {\n padding: 1rem !important;\n }\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n .p-lg-5 {\n padding: 3rem !important;\n }\n .px-lg-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-lg-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-lg-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-lg-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-lg-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-lg-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n .pr-lg-0 {\n padding-right: 0 !important;\n }\n .pr-lg-1 {\n padding-right: 0.25rem !important;\n }\n .pr-lg-2 {\n padding-right: 0.5rem !important;\n }\n .pr-lg-3 {\n padding-right: 1rem !important;\n }\n .pr-lg-4 {\n padding-right: 1.5rem !important;\n }\n .pr-lg-5 {\n padding-right: 3rem !important;\n }\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n .pl-lg-0 {\n padding-left: 0 !important;\n }\n .pl-lg-1 {\n padding-left: 0.25rem !important;\n }\n .pl-lg-2 {\n padding-left: 0.5rem !important;\n }\n .pl-lg-3 {\n padding-left: 1rem !important;\n }\n .pl-lg-4 {\n padding-left: 1.5rem !important;\n }\n .pl-lg-5 {\n padding-left: 3rem !important;\n }\n}\n\n@media (min-width: 1200px) {\n .d-xl-none {\n display: none !important;\n }\n .d-xl-inline {\n display: inline !important;\n }\n .d-xl-inline-block {\n display: inline-block !important;\n }\n .d-xl-block {\n display: block !important;\n }\n .d-xl-table {\n display: table !important;\n }\n .d-xl-table-row {\n display: table-row !important;\n }\n .d-xl-table-cell {\n display: table-cell !important;\n }\n .d-xl-flex {\n display: flex !important;\n }\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n .flex-xl-row {\n flex-direction: row !important;\n }\n .flex-xl-column {\n flex-direction: column !important;\n }\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n .justify-content-xl-center {\n justify-content: center !important;\n }\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n .align-items-xl-center {\n align-items: center !important;\n }\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n .align-content-xl-center {\n align-content: center !important;\n }\n .align-content-xl-between {\n align-content: space-between !important;\n }\n .align-content-xl-around {\n align-content: space-around !important;\n }\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n .align-self-xl-auto {\n align-self: auto !important;\n }\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n .align-self-xl-center {\n align-self: center !important;\n }\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n .order-xl-first {\n order: -1 !important;\n }\n .order-xl-0 {\n order: 0 !important;\n }\n .order-xl-1 {\n order: 1 !important;\n }\n .order-xl-2 {\n order: 2 !important;\n }\n .order-xl-3 {\n order: 3 !important;\n }\n .order-xl-4 {\n order: 4 !important;\n }\n .order-xl-5 {\n order: 5 !important;\n }\n .order-xl-last {\n order: 6 !important;\n }\n .m-xl-0 {\n margin: 0 !important;\n }\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n .m-xl-3 {\n margin: 1rem !important;\n }\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n .m-xl-5 {\n margin: 3rem !important;\n }\n .m-xl-auto {\n margin: auto !important;\n }\n .mx-xl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-xl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-xl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-xl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n .mt-xl-auto {\n margin-top: auto !important;\n }\n .mr-xl-0 {\n margin-right: 0 !important;\n }\n .mr-xl-1 {\n margin-right: 0.25rem !important;\n }\n .mr-xl-2 {\n margin-right: 0.5rem !important;\n }\n .mr-xl-3 {\n margin-right: 1rem !important;\n }\n .mr-xl-4 {\n margin-right: 1.5rem !important;\n }\n .mr-xl-5 {\n margin-right: 3rem !important;\n }\n .mr-xl-auto {\n margin-right: auto !important;\n }\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n .ml-xl-0 {\n margin-left: 0 !important;\n }\n .ml-xl-1 {\n margin-left: 0.25rem !important;\n }\n .ml-xl-2 {\n margin-left: 0.5rem !important;\n }\n .ml-xl-3 {\n margin-left: 1rem !important;\n }\n .ml-xl-4 {\n margin-left: 1.5rem !important;\n }\n .ml-xl-5 {\n margin-left: 3rem !important;\n }\n .ml-xl-auto {\n margin-left: auto !important;\n }\n .m-xl-n1 {\n margin: -0.25rem !important;\n }\n .m-xl-n2 {\n margin: -0.5rem !important;\n }\n .m-xl-n3 {\n margin: -1rem !important;\n }\n .m-xl-n4 {\n margin: -1.5rem !important;\n }\n .m-xl-n5 {\n margin: -3rem !important;\n }\n .mx-xl-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n }\n .mx-xl-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n }\n .mx-xl-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n }\n .mx-xl-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n }\n .mx-xl-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n }\n .my-xl-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n }\n .my-xl-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n }\n .my-xl-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n }\n .my-xl-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n }\n .my-xl-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n }\n .mt-xl-n1 {\n margin-top: -0.25rem !important;\n }\n .mt-xl-n2 {\n margin-top: -0.5rem !important;\n }\n .mt-xl-n3 {\n margin-top: -1rem !important;\n }\n .mt-xl-n4 {\n margin-top: -1.5rem !important;\n }\n .mt-xl-n5 {\n margin-top: -3rem !important;\n }\n .mr-xl-n1 {\n margin-right: -0.25rem !important;\n }\n .mr-xl-n2 {\n margin-right: -0.5rem !important;\n }\n .mr-xl-n3 {\n margin-right: -1rem !important;\n }\n .mr-xl-n4 {\n margin-right: -1.5rem !important;\n }\n .mr-xl-n5 {\n margin-right: -3rem !important;\n }\n .mb-xl-n1 {\n margin-bottom: -0.25rem !important;\n }\n .mb-xl-n2 {\n margin-bottom: -0.5rem !important;\n }\n .mb-xl-n3 {\n margin-bottom: -1rem !important;\n }\n .mb-xl-n4 {\n margin-bottom: -1.5rem !important;\n }\n .mb-xl-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-xl-n1 {\n margin-left: -0.25rem !important;\n }\n .ml-xl-n2 {\n margin-left: -0.5rem !important;\n }\n .ml-xl-n3 {\n margin-left: -1rem !important;\n }\n .ml-xl-n4 {\n margin-left: -1.5rem !important;\n }\n .ml-xl-n5 {\n margin-left: -3rem !important;\n }\n .p-xl-0 {\n padding: 0 !important;\n }\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n .p-xl-3 {\n padding: 1rem !important;\n }\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n .p-xl-5 {\n padding: 3rem !important;\n }\n .px-xl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-xl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-xl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-xl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-xl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-xl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n .pr-xl-0 {\n padding-right: 0 !important;\n }\n .pr-xl-1 {\n padding-right: 0.25rem !important;\n }\n .pr-xl-2 {\n padding-right: 0.5rem !important;\n }\n .pr-xl-3 {\n padding-right: 1rem !important;\n }\n .pr-xl-4 {\n padding-right: 1.5rem !important;\n }\n .pr-xl-5 {\n padding-right: 3rem !important;\n }\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n .pl-xl-0 {\n padding-left: 0 !important;\n }\n .pl-xl-1 {\n padding-left: 0.25rem !important;\n }\n .pl-xl-2 {\n padding-left: 0.5rem !important;\n }\n .pl-xl-3 {\n padding-left: 1rem !important;\n }\n .pl-xl-4 {\n padding-left: 1.5rem !important;\n }\n .pl-xl-5 {\n padding-left: 3rem !important;\n }\n}\n\n@media print {\n .d-print-none {\n display: none !important;\n }\n .d-print-inline {\n display: inline !important;\n }\n .d-print-inline-block {\n display: inline-block !important;\n }\n .d-print-block {\n display: block !important;\n }\n .d-print-table {\n display: table !important;\n }\n .d-print-table-row {\n display: table-row !important;\n }\n .d-print-table-cell {\n display: table-cell !important;\n }\n .d-print-flex {\n display: flex !important;\n }\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n}\n/*# sourceMappingURL=bootstrap-grid.css.map */","// 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 $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 @if $value != null {\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 }\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) {\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 +{"version":3,"sources":["../../scss/bootstrap-grid.scss","../../scss/_containers.scss","../../scss/mixins/_container.scss","../../scss/mixins/_breakpoints.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","dist/css/bootstrap-grid.css","../../scss/mixins/_utilities.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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-right\",\n \"margin-bottom\",\n \"margin-left\",\n \"negative-margin\",\n \"negative-margin-x\",\n \"negative-margin-y\",\n \"negative-margin-top\",\n \"negative-margin-right\",\n \"negative-margin-bottom\",\n \"negative-margin-left\",\n \"padding\",\n \"padding-x\",\n \"padding-y\",\n \"padding-top\",\n \"padding-right\",\n \"padding-bottom\",\n \"padding-left\",\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 @include make-container();\n @include make-container-max-widths();\n }\n\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($padding-x: $container-padding-x) {\n width: 100%;\n padding-right: $padding-x;\n padding-left: $padding-x;\n margin-right: auto;\n margin-left: auto;\n}\n\n\n// For each breakpoint, define the maximum width of the container in a media query\n@mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {\n @each $breakpoint, $container-max-width in $max-widths {\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n max-width: $container-max-width;\n }\n }\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. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `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(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .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 $max: breakpoint-max($name, $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($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $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 --bs-gutter-x: #{$gutter};\n --bs-gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n margin-top: calc(var(--bs-gutter-y) * -1); // stylelint-disable-line function-blacklist\n margin-right: calc(var(--bs-gutter-x) / -2); // stylelint-disable-line function-blacklist\n margin-left: calc(var(--bs-gutter-x) / -2); // stylelint-disable-line function-blacklist\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(--bs-gutter-x) / 2); // stylelint-disable-line function-blacklist\n padding-left: calc(var(--bs-gutter-x) / 2); // stylelint-disable-line function-blacklist\n margin-top: var(--bs-gutter-y);\n}\n\n@mixin make-col($size, $columns: $grid-columns) {\n flex: 0 0 auto;\n width: percentage($size / $columns);\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: $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: 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 $infix: breakpoint-infix($breakpoint, $breakpoints);\n\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 min-width: 0; // See https://github.com/twbs/bootstrap/issues/25410\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 .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 --bs-gutter-x: #{$value};\n }\n\n .g#{$infix}-#{$key},\n .gy#{$infix}-#{$key} {\n --bs-gutter-y: #{$value};\n }\n }\n }\n }\n}\n","/*!\n * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n.container {\n width: 100%;\n padding-right: 1rem;\n padding-left: 1rem;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container {\n max-width: 540px;\n }\n}\n\n@media (min-width: 768px) {\n .container {\n max-width: 720px;\n }\n}\n\n@media (min-width: 992px) {\n .container {\n max-width: 960px;\n }\n}\n\n@media (min-width: 1200px) {\n .container {\n max-width: 1140px;\n }\n}\n\n@media (min-width: 1400px) {\n .container {\n max-width: 1320px;\n }\n}\n\n.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {\n width: 100%;\n padding-right: 1rem;\n padding-left: 1rem;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container, .container-sm {\n max-width: 540px;\n }\n}\n\n@media (min-width: 768px) {\n .container, .container-sm, .container-md {\n max-width: 720px;\n }\n}\n\n@media (min-width: 992px) {\n .container, .container-sm, .container-md, .container-lg {\n max-width: 960px;\n }\n}\n\n@media (min-width: 1200px) {\n .container, .container-sm, .container-md, .container-lg, .container-xl {\n max-width: 1140px;\n }\n}\n\n@media (min-width: 1400px) {\n .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {\n max-width: 1320px;\n }\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) / -2);\n margin-left: calc(var(--bs-gutter-x) / -2);\n}\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) / 2);\n padding-left: calc(var(--bs-gutter-x) / 2);\n margin-top: var(--bs-gutter-y);\n}\n\n.col {\n flex: 1 0 0%;\n min-width: 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.333333%;\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.666667%;\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.333333%;\n}\n\n.col-2 {\n flex: 0 0 auto;\n width: 16.666667%;\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.333333%;\n}\n\n.col-5 {\n flex: 0 0 auto;\n width: 41.666667%;\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.333333%;\n}\n\n.col-8 {\n flex: 0 0 auto;\n width: 66.666667%;\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.333333%;\n}\n\n.col-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n}\n\n.col-12 {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.offset-1 {\n margin-left: 8.333333%;\n}\n\n.offset-2 {\n margin-left: 16.666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.333333%;\n}\n\n.offset-5 {\n margin-left: 41.666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.333333%;\n}\n\n.offset-8 {\n margin-left: 66.666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.333333%;\n}\n\n.offset-11 {\n margin-left: 91.666667%;\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 {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-sm-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-sm-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-sm-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-sm-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-sm-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-sm-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-sm-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-sm-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-sm-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-sm-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-sm-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-sm-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-sm-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-sm-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-sm-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-sm-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-sm-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-sm-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-sm-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-sm-0 {\n margin-left: 0;\n }\n .offset-sm-1 {\n margin-left: 8.333333%;\n }\n .offset-sm-2 {\n margin-left: 16.666667%;\n }\n .offset-sm-3 {\n margin-left: 25%;\n }\n .offset-sm-4 {\n margin-left: 33.333333%;\n }\n .offset-sm-5 {\n margin-left: 41.666667%;\n }\n .offset-sm-6 {\n margin-left: 50%;\n }\n .offset-sm-7 {\n margin-left: 58.333333%;\n }\n .offset-sm-8 {\n margin-left: 66.666667%;\n }\n .offset-sm-9 {\n margin-left: 75%;\n }\n .offset-sm-10 {\n margin-left: 83.333333%;\n }\n .offset-sm-11 {\n margin-left: 91.666667%;\n }\n .g-sm-0,\n .gx-sm-0 {\n --bs-gutter-x: 0;\n }\n .g-sm-0,\n .gy-sm-0 {\n --bs-gutter-y: 0;\n }\n .g-sm-1,\n .gx-sm-1 {\n --bs-gutter-x: 0.25rem;\n }\n .g-sm-1,\n .gy-sm-1 {\n --bs-gutter-y: 0.25rem;\n }\n .g-sm-2,\n .gx-sm-2 {\n --bs-gutter-x: 0.5rem;\n }\n .g-sm-2,\n .gy-sm-2 {\n --bs-gutter-y: 0.5rem;\n }\n .g-sm-3,\n .gx-sm-3 {\n --bs-gutter-x: 1rem;\n }\n .g-sm-3,\n .gy-sm-3 {\n --bs-gutter-y: 1rem;\n }\n .g-sm-4,\n .gx-sm-4 {\n --bs-gutter-x: 1.5rem;\n }\n .g-sm-4,\n .gy-sm-4 {\n --bs-gutter-y: 1.5rem;\n }\n .g-sm-5,\n .gx-sm-5 {\n --bs-gutter-x: 3rem;\n }\n .g-sm-5,\n .gy-sm-5 {\n --bs-gutter-y: 3rem;\n }\n}\n\n@media (min-width: 768px) {\n .col-md {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-md-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-md-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-md-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-md-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-md-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-md-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-md-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-md-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-md-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-md-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-md-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-md-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-md-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-md-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-md-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-md-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-md-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-md-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-md-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-md-0 {\n margin-left: 0;\n }\n .offset-md-1 {\n margin-left: 8.333333%;\n }\n .offset-md-2 {\n margin-left: 16.666667%;\n }\n .offset-md-3 {\n margin-left: 25%;\n }\n .offset-md-4 {\n margin-left: 33.333333%;\n }\n .offset-md-5 {\n margin-left: 41.666667%;\n }\n .offset-md-6 {\n margin-left: 50%;\n }\n .offset-md-7 {\n margin-left: 58.333333%;\n }\n .offset-md-8 {\n margin-left: 66.666667%;\n }\n .offset-md-9 {\n margin-left: 75%;\n }\n .offset-md-10 {\n margin-left: 83.333333%;\n }\n .offset-md-11 {\n margin-left: 91.666667%;\n }\n .g-md-0,\n .gx-md-0 {\n --bs-gutter-x: 0;\n }\n .g-md-0,\n .gy-md-0 {\n --bs-gutter-y: 0;\n }\n .g-md-1,\n .gx-md-1 {\n --bs-gutter-x: 0.25rem;\n }\n .g-md-1,\n .gy-md-1 {\n --bs-gutter-y: 0.25rem;\n }\n .g-md-2,\n .gx-md-2 {\n --bs-gutter-x: 0.5rem;\n }\n .g-md-2,\n .gy-md-2 {\n --bs-gutter-y: 0.5rem;\n }\n .g-md-3,\n .gx-md-3 {\n --bs-gutter-x: 1rem;\n }\n .g-md-3,\n .gy-md-3 {\n --bs-gutter-y: 1rem;\n }\n .g-md-4,\n .gx-md-4 {\n --bs-gutter-x: 1.5rem;\n }\n .g-md-4,\n .gy-md-4 {\n --bs-gutter-y: 1.5rem;\n }\n .g-md-5,\n .gx-md-5 {\n --bs-gutter-x: 3rem;\n }\n .g-md-5,\n .gy-md-5 {\n --bs-gutter-y: 3rem;\n }\n}\n\n@media (min-width: 992px) {\n .col-lg {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-lg-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-lg-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-lg-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-lg-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-lg-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-lg-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-lg-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-lg-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-lg-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-lg-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-lg-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-lg-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-lg-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-lg-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-lg-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-lg-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-lg-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-lg-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-lg-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-lg-0 {\n margin-left: 0;\n }\n .offset-lg-1 {\n margin-left: 8.333333%;\n }\n .offset-lg-2 {\n margin-left: 16.666667%;\n }\n .offset-lg-3 {\n margin-left: 25%;\n }\n .offset-lg-4 {\n margin-left: 33.333333%;\n }\n .offset-lg-5 {\n margin-left: 41.666667%;\n }\n .offset-lg-6 {\n margin-left: 50%;\n }\n .offset-lg-7 {\n margin-left: 58.333333%;\n }\n .offset-lg-8 {\n margin-left: 66.666667%;\n }\n .offset-lg-9 {\n margin-left: 75%;\n }\n .offset-lg-10 {\n margin-left: 83.333333%;\n }\n .offset-lg-11 {\n margin-left: 91.666667%;\n }\n .g-lg-0,\n .gx-lg-0 {\n --bs-gutter-x: 0;\n }\n .g-lg-0,\n .gy-lg-0 {\n --bs-gutter-y: 0;\n }\n .g-lg-1,\n .gx-lg-1 {\n --bs-gutter-x: 0.25rem;\n }\n .g-lg-1,\n .gy-lg-1 {\n --bs-gutter-y: 0.25rem;\n }\n .g-lg-2,\n .gx-lg-2 {\n --bs-gutter-x: 0.5rem;\n }\n .g-lg-2,\n .gy-lg-2 {\n --bs-gutter-y: 0.5rem;\n }\n .g-lg-3,\n .gx-lg-3 {\n --bs-gutter-x: 1rem;\n }\n .g-lg-3,\n .gy-lg-3 {\n --bs-gutter-y: 1rem;\n }\n .g-lg-4,\n .gx-lg-4 {\n --bs-gutter-x: 1.5rem;\n }\n .g-lg-4,\n .gy-lg-4 {\n --bs-gutter-y: 1.5rem;\n }\n .g-lg-5,\n .gx-lg-5 {\n --bs-gutter-x: 3rem;\n }\n .g-lg-5,\n .gy-lg-5 {\n --bs-gutter-y: 3rem;\n }\n}\n\n@media (min-width: 1200px) {\n .col-xl {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-xl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-xl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-xl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-xl-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-xl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-xl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-xl-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-xl-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-xl-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-xl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-xl-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-xl-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-xl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-xl-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-xl-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-xl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-xl-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-xl-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-xl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-xl-0 {\n margin-left: 0;\n }\n .offset-xl-1 {\n margin-left: 8.333333%;\n }\n .offset-xl-2 {\n margin-left: 16.666667%;\n }\n .offset-xl-3 {\n margin-left: 25%;\n }\n .offset-xl-4 {\n margin-left: 33.333333%;\n }\n .offset-xl-5 {\n margin-left: 41.666667%;\n }\n .offset-xl-6 {\n margin-left: 50%;\n }\n .offset-xl-7 {\n margin-left: 58.333333%;\n }\n .offset-xl-8 {\n margin-left: 66.666667%;\n }\n .offset-xl-9 {\n margin-left: 75%;\n }\n .offset-xl-10 {\n margin-left: 83.333333%;\n }\n .offset-xl-11 {\n margin-left: 91.666667%;\n }\n .g-xl-0,\n .gx-xl-0 {\n --bs-gutter-x: 0;\n }\n .g-xl-0,\n .gy-xl-0 {\n --bs-gutter-y: 0;\n }\n .g-xl-1,\n .gx-xl-1 {\n --bs-gutter-x: 0.25rem;\n }\n .g-xl-1,\n .gy-xl-1 {\n --bs-gutter-y: 0.25rem;\n }\n .g-xl-2,\n .gx-xl-2 {\n --bs-gutter-x: 0.5rem;\n }\n .g-xl-2,\n .gy-xl-2 {\n --bs-gutter-y: 0.5rem;\n }\n .g-xl-3,\n .gx-xl-3 {\n --bs-gutter-x: 1rem;\n }\n .g-xl-3,\n .gy-xl-3 {\n --bs-gutter-y: 1rem;\n }\n .g-xl-4,\n .gx-xl-4 {\n --bs-gutter-x: 1.5rem;\n }\n .g-xl-4,\n .gy-xl-4 {\n --bs-gutter-y: 1.5rem;\n }\n .g-xl-5,\n .gx-xl-5 {\n --bs-gutter-x: 3rem;\n }\n .g-xl-5,\n .gy-xl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n\n@media (min-width: 1400px) {\n .col-xxl {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-xxl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-xxl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-xxl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-xxl-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-xxl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-xxl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-xxl-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-xxl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-xxl-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-xxl-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-xxl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-xxl-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-xxl-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-xxl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-xxl-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-xxl-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-xxl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-xxl-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-xxl-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-xxl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-xxl-0 {\n margin-left: 0;\n }\n .offset-xxl-1 {\n margin-left: 8.333333%;\n }\n .offset-xxl-2 {\n margin-left: 16.666667%;\n }\n .offset-xxl-3 {\n margin-left: 25%;\n }\n .offset-xxl-4 {\n margin-left: 33.333333%;\n }\n .offset-xxl-5 {\n margin-left: 41.666667%;\n }\n .offset-xxl-6 {\n margin-left: 50%;\n }\n .offset-xxl-7 {\n margin-left: 58.333333%;\n }\n .offset-xxl-8 {\n margin-left: 66.666667%;\n }\n .offset-xxl-9 {\n margin-left: 75%;\n }\n .offset-xxl-10 {\n margin-left: 83.333333%;\n }\n .offset-xxl-11 {\n margin-left: 91.666667%;\n }\n .g-xxl-0,\n .gx-xxl-0 {\n --bs-gutter-x: 0;\n }\n .g-xxl-0,\n .gy-xxl-0 {\n --bs-gutter-y: 0;\n }\n .g-xxl-1,\n .gx-xxl-1 {\n --bs-gutter-x: 0.25rem;\n }\n .g-xxl-1,\n .gy-xxl-1 {\n --bs-gutter-y: 0.25rem;\n }\n .g-xxl-2,\n .gx-xxl-2 {\n --bs-gutter-x: 0.5rem;\n }\n .g-xxl-2,\n .gy-xxl-2 {\n --bs-gutter-y: 0.5rem;\n }\n .g-xxl-3,\n .gx-xxl-3 {\n --bs-gutter-x: 1rem;\n }\n .g-xxl-3,\n .gy-xxl-3 {\n --bs-gutter-y: 1rem;\n }\n .g-xxl-4,\n .gx-xxl-4 {\n --bs-gutter-x: 1.5rem;\n }\n .g-xxl-4,\n .gy-xxl-4 {\n --bs-gutter-y: 1.5rem;\n }\n .g-xxl-5,\n .gx-xxl-5 {\n --bs-gutter-x: 3rem;\n }\n .g-xxl-5,\n .gy-xxl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n\n.d-none {\n display: none !important;\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-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.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.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.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.mr-0 {\n margin-right: 0 !important;\n}\n\n.mr-1 {\n margin-right: 0.25rem !important;\n}\n\n.mr-2 {\n margin-right: 0.5rem !important;\n}\n\n.mr-3 {\n margin-right: 1rem !important;\n}\n\n.mr-4 {\n margin-right: 1.5rem !important;\n}\n\n.mr-5 {\n margin-right: 3rem !important;\n}\n\n.mr-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.ml-0 {\n margin-left: 0 !important;\n}\n\n.ml-1 {\n margin-left: 0.25rem !important;\n}\n\n.ml-2 {\n margin-left: 0.5rem !important;\n}\n\n.ml-3 {\n margin-left: 1rem !important;\n}\n\n.ml-4 {\n margin-left: 1.5rem !important;\n}\n\n.ml-5 {\n margin-left: 3rem !important;\n}\n\n.ml-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.pr-0 {\n padding-right: 0 !important;\n}\n\n.pr-1 {\n padding-right: 0.25rem !important;\n}\n\n.pr-2 {\n padding-right: 0.5rem !important;\n}\n\n.pr-3 {\n padding-right: 1rem !important;\n}\n\n.pr-4 {\n padding-right: 1.5rem !important;\n}\n\n.pr-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.pl-0 {\n padding-left: 0 !important;\n}\n\n.pl-1 {\n padding-left: 0.25rem !important;\n}\n\n.pl-2 {\n padding-left: 0.5rem !important;\n}\n\n.pl-3 {\n padding-left: 1rem !important;\n}\n\n.pl-4 {\n padding-left: 1.5rem !important;\n}\n\n.pl-5 {\n padding-left: 3rem !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-none {\n display: none !important;\n }\n .d-sm-inline {\n display: inline !important;\n }\n .d-sm-inline-block {\n display: inline-block !important;\n }\n .d-sm-block {\n display: block !important;\n }\n .d-sm-table {\n display: table !important;\n }\n .d-sm-table-row {\n display: table-row !important;\n }\n .d-sm-table-cell {\n display: table-cell !important;\n }\n .d-sm-flex {\n display: flex !important;\n }\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n .flex-sm-row {\n flex-direction: row !important;\n }\n .flex-sm-column {\n flex-direction: column !important;\n }\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n .justify-content-sm-center {\n justify-content: center !important;\n }\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n .align-items-sm-center {\n align-items: center !important;\n }\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n .align-content-sm-center {\n align-content: center !important;\n }\n .align-content-sm-between {\n align-content: space-between !important;\n }\n .align-content-sm-around {\n align-content: space-around !important;\n }\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n .align-self-sm-auto {\n align-self: auto !important;\n }\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n .align-self-sm-center {\n align-self: center !important;\n }\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n .order-sm-first {\n order: -1 !important;\n }\n .order-sm-0 {\n order: 0 !important;\n }\n .order-sm-1 {\n order: 1 !important;\n }\n .order-sm-2 {\n order: 2 !important;\n }\n .order-sm-3 {\n order: 3 !important;\n }\n .order-sm-4 {\n order: 4 !important;\n }\n .order-sm-5 {\n order: 5 !important;\n }\n .order-sm-last {\n order: 6 !important;\n }\n .m-sm-0 {\n margin: 0 !important;\n }\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n .m-sm-3 {\n margin: 1rem !important;\n }\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n .m-sm-5 {\n margin: 3rem !important;\n }\n .m-sm-auto {\n margin: auto !important;\n }\n .mx-sm-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-sm-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-sm-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-sm-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n .mt-sm-auto {\n margin-top: auto !important;\n }\n .mr-sm-0 {\n margin-right: 0 !important;\n }\n .mr-sm-1 {\n margin-right: 0.25rem !important;\n }\n .mr-sm-2 {\n margin-right: 0.5rem !important;\n }\n .mr-sm-3 {\n margin-right: 1rem !important;\n }\n .mr-sm-4 {\n margin-right: 1.5rem !important;\n }\n .mr-sm-5 {\n margin-right: 3rem !important;\n }\n .mr-sm-auto {\n margin-right: auto !important;\n }\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n .ml-sm-0 {\n margin-left: 0 !important;\n }\n .ml-sm-1 {\n margin-left: 0.25rem !important;\n }\n .ml-sm-2 {\n margin-left: 0.5rem !important;\n }\n .ml-sm-3 {\n margin-left: 1rem !important;\n }\n .ml-sm-4 {\n margin-left: 1.5rem !important;\n }\n .ml-sm-5 {\n margin-left: 3rem !important;\n }\n .ml-sm-auto {\n margin-left: auto !important;\n }\n .p-sm-0 {\n padding: 0 !important;\n }\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n .p-sm-3 {\n padding: 1rem !important;\n }\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n .p-sm-5 {\n padding: 3rem !important;\n }\n .px-sm-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-sm-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-sm-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-sm-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-sm-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-sm-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n .pr-sm-0 {\n padding-right: 0 !important;\n }\n .pr-sm-1 {\n padding-right: 0.25rem !important;\n }\n .pr-sm-2 {\n padding-right: 0.5rem !important;\n }\n .pr-sm-3 {\n padding-right: 1rem !important;\n }\n .pr-sm-4 {\n padding-right: 1.5rem !important;\n }\n .pr-sm-5 {\n padding-right: 3rem !important;\n }\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n .pl-sm-0 {\n padding-left: 0 !important;\n }\n .pl-sm-1 {\n padding-left: 0.25rem !important;\n }\n .pl-sm-2 {\n padding-left: 0.5rem !important;\n }\n .pl-sm-3 {\n padding-left: 1rem !important;\n }\n .pl-sm-4 {\n padding-left: 1.5rem !important;\n }\n .pl-sm-5 {\n padding-left: 3rem !important;\n }\n}\n\n@media (min-width: 768px) {\n .d-md-none {\n display: none !important;\n }\n .d-md-inline {\n display: inline !important;\n }\n .d-md-inline-block {\n display: inline-block !important;\n }\n .d-md-block {\n display: block !important;\n }\n .d-md-table {\n display: table !important;\n }\n .d-md-table-row {\n display: table-row !important;\n }\n .d-md-table-cell {\n display: table-cell !important;\n }\n .d-md-flex {\n display: flex !important;\n }\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n .flex-md-row {\n flex-direction: row !important;\n }\n .flex-md-column {\n flex-direction: column !important;\n }\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n .justify-content-md-center {\n justify-content: center !important;\n }\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n .align-items-md-start {\n align-items: flex-start !important;\n }\n .align-items-md-end {\n align-items: flex-end !important;\n }\n .align-items-md-center {\n align-items: center !important;\n }\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n .align-content-md-start {\n align-content: flex-start !important;\n }\n .align-content-md-end {\n align-content: flex-end !important;\n }\n .align-content-md-center {\n align-content: center !important;\n }\n .align-content-md-between {\n align-content: space-between !important;\n }\n .align-content-md-around {\n align-content: space-around !important;\n }\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n .align-self-md-auto {\n align-self: auto !important;\n }\n .align-self-md-start {\n align-self: flex-start !important;\n }\n .align-self-md-end {\n align-self: flex-end !important;\n }\n .align-self-md-center {\n align-self: center !important;\n }\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n .order-md-first {\n order: -1 !important;\n }\n .order-md-0 {\n order: 0 !important;\n }\n .order-md-1 {\n order: 1 !important;\n }\n .order-md-2 {\n order: 2 !important;\n }\n .order-md-3 {\n order: 3 !important;\n }\n .order-md-4 {\n order: 4 !important;\n }\n .order-md-5 {\n order: 5 !important;\n }\n .order-md-last {\n order: 6 !important;\n }\n .m-md-0 {\n margin: 0 !important;\n }\n .m-md-1 {\n margin: 0.25rem !important;\n }\n .m-md-2 {\n margin: 0.5rem !important;\n }\n .m-md-3 {\n margin: 1rem !important;\n }\n .m-md-4 {\n margin: 1.5rem !important;\n }\n .m-md-5 {\n margin: 3rem !important;\n }\n .m-md-auto {\n margin: auto !important;\n }\n .mx-md-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-md-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-md-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-md-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-md-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-md-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-md-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-md-0 {\n margin-top: 0 !important;\n }\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n .mt-md-auto {\n margin-top: auto !important;\n }\n .mr-md-0 {\n margin-right: 0 !important;\n }\n .mr-md-1 {\n margin-right: 0.25rem !important;\n }\n .mr-md-2 {\n margin-right: 0.5rem !important;\n }\n .mr-md-3 {\n margin-right: 1rem !important;\n }\n .mr-md-4 {\n margin-right: 1.5rem !important;\n }\n .mr-md-5 {\n margin-right: 3rem !important;\n }\n .mr-md-auto {\n margin-right: auto !important;\n }\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n .ml-md-0 {\n margin-left: 0 !important;\n }\n .ml-md-1 {\n margin-left: 0.25rem !important;\n }\n .ml-md-2 {\n margin-left: 0.5rem !important;\n }\n .ml-md-3 {\n margin-left: 1rem !important;\n }\n .ml-md-4 {\n margin-left: 1.5rem !important;\n }\n .ml-md-5 {\n margin-left: 3rem !important;\n }\n .ml-md-auto {\n margin-left: auto !important;\n }\n .p-md-0 {\n padding: 0 !important;\n }\n .p-md-1 {\n padding: 0.25rem !important;\n }\n .p-md-2 {\n padding: 0.5rem !important;\n }\n .p-md-3 {\n padding: 1rem !important;\n }\n .p-md-4 {\n padding: 1.5rem !important;\n }\n .p-md-5 {\n padding: 3rem !important;\n }\n .px-md-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-md-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-md-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-md-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-md-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-md-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-md-0 {\n padding-top: 0 !important;\n }\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n .pr-md-0 {\n padding-right: 0 !important;\n }\n .pr-md-1 {\n padding-right: 0.25rem !important;\n }\n .pr-md-2 {\n padding-right: 0.5rem !important;\n }\n .pr-md-3 {\n padding-right: 1rem !important;\n }\n .pr-md-4 {\n padding-right: 1.5rem !important;\n }\n .pr-md-5 {\n padding-right: 3rem !important;\n }\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n .pl-md-0 {\n padding-left: 0 !important;\n }\n .pl-md-1 {\n padding-left: 0.25rem !important;\n }\n .pl-md-2 {\n padding-left: 0.5rem !important;\n }\n .pl-md-3 {\n padding-left: 1rem !important;\n }\n .pl-md-4 {\n padding-left: 1.5rem !important;\n }\n .pl-md-5 {\n padding-left: 3rem !important;\n }\n}\n\n@media (min-width: 992px) {\n .d-lg-none {\n display: none !important;\n }\n .d-lg-inline {\n display: inline !important;\n }\n .d-lg-inline-block {\n display: inline-block !important;\n }\n .d-lg-block {\n display: block !important;\n }\n .d-lg-table {\n display: table !important;\n }\n .d-lg-table-row {\n display: table-row !important;\n }\n .d-lg-table-cell {\n display: table-cell !important;\n }\n .d-lg-flex {\n display: flex !important;\n }\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n .flex-lg-row {\n flex-direction: row !important;\n }\n .flex-lg-column {\n flex-direction: column !important;\n }\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n .justify-content-lg-center {\n justify-content: center !important;\n }\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n .align-items-lg-center {\n align-items: center !important;\n }\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n .align-content-lg-center {\n align-content: center !important;\n }\n .align-content-lg-between {\n align-content: space-between !important;\n }\n .align-content-lg-around {\n align-content: space-around !important;\n }\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n .align-self-lg-auto {\n align-self: auto !important;\n }\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n .align-self-lg-center {\n align-self: center !important;\n }\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n .order-lg-first {\n order: -1 !important;\n }\n .order-lg-0 {\n order: 0 !important;\n }\n .order-lg-1 {\n order: 1 !important;\n }\n .order-lg-2 {\n order: 2 !important;\n }\n .order-lg-3 {\n order: 3 !important;\n }\n .order-lg-4 {\n order: 4 !important;\n }\n .order-lg-5 {\n order: 5 !important;\n }\n .order-lg-last {\n order: 6 !important;\n }\n .m-lg-0 {\n margin: 0 !important;\n }\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n .m-lg-3 {\n margin: 1rem !important;\n }\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n .m-lg-5 {\n margin: 3rem !important;\n }\n .m-lg-auto {\n margin: auto !important;\n }\n .mx-lg-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-lg-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-lg-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-lg-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n .mt-lg-auto {\n margin-top: auto !important;\n }\n .mr-lg-0 {\n margin-right: 0 !important;\n }\n .mr-lg-1 {\n margin-right: 0.25rem !important;\n }\n .mr-lg-2 {\n margin-right: 0.5rem !important;\n }\n .mr-lg-3 {\n margin-right: 1rem !important;\n }\n .mr-lg-4 {\n margin-right: 1.5rem !important;\n }\n .mr-lg-5 {\n margin-right: 3rem !important;\n }\n .mr-lg-auto {\n margin-right: auto !important;\n }\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n .ml-lg-0 {\n margin-left: 0 !important;\n }\n .ml-lg-1 {\n margin-left: 0.25rem !important;\n }\n .ml-lg-2 {\n margin-left: 0.5rem !important;\n }\n .ml-lg-3 {\n margin-left: 1rem !important;\n }\n .ml-lg-4 {\n margin-left: 1.5rem !important;\n }\n .ml-lg-5 {\n margin-left: 3rem !important;\n }\n .ml-lg-auto {\n margin-left: auto !important;\n }\n .p-lg-0 {\n padding: 0 !important;\n }\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n .p-lg-3 {\n padding: 1rem !important;\n }\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n .p-lg-5 {\n padding: 3rem !important;\n }\n .px-lg-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-lg-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-lg-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-lg-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-lg-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-lg-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n .pr-lg-0 {\n padding-right: 0 !important;\n }\n .pr-lg-1 {\n padding-right: 0.25rem !important;\n }\n .pr-lg-2 {\n padding-right: 0.5rem !important;\n }\n .pr-lg-3 {\n padding-right: 1rem !important;\n }\n .pr-lg-4 {\n padding-right: 1.5rem !important;\n }\n .pr-lg-5 {\n padding-right: 3rem !important;\n }\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n .pl-lg-0 {\n padding-left: 0 !important;\n }\n .pl-lg-1 {\n padding-left: 0.25rem !important;\n }\n .pl-lg-2 {\n padding-left: 0.5rem !important;\n }\n .pl-lg-3 {\n padding-left: 1rem !important;\n }\n .pl-lg-4 {\n padding-left: 1.5rem !important;\n }\n .pl-lg-5 {\n padding-left: 3rem !important;\n }\n}\n\n@media (min-width: 1200px) {\n .d-xl-none {\n display: none !important;\n }\n .d-xl-inline {\n display: inline !important;\n }\n .d-xl-inline-block {\n display: inline-block !important;\n }\n .d-xl-block {\n display: block !important;\n }\n .d-xl-table {\n display: table !important;\n }\n .d-xl-table-row {\n display: table-row !important;\n }\n .d-xl-table-cell {\n display: table-cell !important;\n }\n .d-xl-flex {\n display: flex !important;\n }\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n .flex-xl-row {\n flex-direction: row !important;\n }\n .flex-xl-column {\n flex-direction: column !important;\n }\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n .justify-content-xl-center {\n justify-content: center !important;\n }\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n .align-items-xl-center {\n align-items: center !important;\n }\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n .align-content-xl-center {\n align-content: center !important;\n }\n .align-content-xl-between {\n align-content: space-between !important;\n }\n .align-content-xl-around {\n align-content: space-around !important;\n }\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n .align-self-xl-auto {\n align-self: auto !important;\n }\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n .align-self-xl-center {\n align-self: center !important;\n }\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n .order-xl-first {\n order: -1 !important;\n }\n .order-xl-0 {\n order: 0 !important;\n }\n .order-xl-1 {\n order: 1 !important;\n }\n .order-xl-2 {\n order: 2 !important;\n }\n .order-xl-3 {\n order: 3 !important;\n }\n .order-xl-4 {\n order: 4 !important;\n }\n .order-xl-5 {\n order: 5 !important;\n }\n .order-xl-last {\n order: 6 !important;\n }\n .m-xl-0 {\n margin: 0 !important;\n }\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n .m-xl-3 {\n margin: 1rem !important;\n }\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n .m-xl-5 {\n margin: 3rem !important;\n }\n .m-xl-auto {\n margin: auto !important;\n }\n .mx-xl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-xl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-xl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-xl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n .mt-xl-auto {\n margin-top: auto !important;\n }\n .mr-xl-0 {\n margin-right: 0 !important;\n }\n .mr-xl-1 {\n margin-right: 0.25rem !important;\n }\n .mr-xl-2 {\n margin-right: 0.5rem !important;\n }\n .mr-xl-3 {\n margin-right: 1rem !important;\n }\n .mr-xl-4 {\n margin-right: 1.5rem !important;\n }\n .mr-xl-5 {\n margin-right: 3rem !important;\n }\n .mr-xl-auto {\n margin-right: auto !important;\n }\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n .ml-xl-0 {\n margin-left: 0 !important;\n }\n .ml-xl-1 {\n margin-left: 0.25rem !important;\n }\n .ml-xl-2 {\n margin-left: 0.5rem !important;\n }\n .ml-xl-3 {\n margin-left: 1rem !important;\n }\n .ml-xl-4 {\n margin-left: 1.5rem !important;\n }\n .ml-xl-5 {\n margin-left: 3rem !important;\n }\n .ml-xl-auto {\n margin-left: auto !important;\n }\n .p-xl-0 {\n padding: 0 !important;\n }\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n .p-xl-3 {\n padding: 1rem !important;\n }\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n .p-xl-5 {\n padding: 3rem !important;\n }\n .px-xl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-xl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-xl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-xl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-xl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-xl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n .pr-xl-0 {\n padding-right: 0 !important;\n }\n .pr-xl-1 {\n padding-right: 0.25rem !important;\n }\n .pr-xl-2 {\n padding-right: 0.5rem !important;\n }\n .pr-xl-3 {\n padding-right: 1rem !important;\n }\n .pr-xl-4 {\n padding-right: 1.5rem !important;\n }\n .pr-xl-5 {\n padding-right: 3rem !important;\n }\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n .pl-xl-0 {\n padding-left: 0 !important;\n }\n .pl-xl-1 {\n padding-left: 0.25rem !important;\n }\n .pl-xl-2 {\n padding-left: 0.5rem !important;\n }\n .pl-xl-3 {\n padding-left: 1rem !important;\n }\n .pl-xl-4 {\n padding-left: 1.5rem !important;\n }\n .pl-xl-5 {\n padding-left: 3rem !important;\n }\n}\n\n@media (min-width: 1400px) {\n .d-xxl-none {\n display: none !important;\n }\n .d-xxl-inline {\n display: inline !important;\n }\n .d-xxl-inline-block {\n display: inline-block !important;\n }\n .d-xxl-block {\n display: block !important;\n }\n .d-xxl-table {\n display: table !important;\n }\n .d-xxl-table-row {\n display: table-row !important;\n }\n .d-xxl-table-cell {\n display: table-cell !important;\n }\n .d-xxl-flex {\n display: flex !important;\n }\n .d-xxl-inline-flex {\n display: inline-flex !important;\n }\n .flex-xxl-fill {\n flex: 1 1 auto !important;\n }\n .flex-xxl-row {\n flex-direction: row !important;\n }\n .flex-xxl-column {\n flex-direction: column !important;\n }\n .flex-xxl-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-xxl-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-xxl-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-xxl-grow-1 {\n flex-grow: 1 !important;\n }\n .justify-content-xxl-start {\n justify-content: flex-start !important;\n }\n .justify-content-xxl-end {\n justify-content: flex-end !important;\n }\n .justify-content-xxl-center {\n justify-content: center !important;\n }\n .justify-content-xxl-between {\n justify-content: space-between !important;\n }\n .justify-content-xxl-around {\n justify-content: space-around !important;\n }\n .align-items-xxl-start {\n align-items: flex-start !important;\n }\n .align-items-xxl-end {\n align-items: flex-end !important;\n }\n .align-items-xxl-center {\n align-items: center !important;\n }\n .align-items-xxl-baseline {\n align-items: baseline !important;\n }\n .align-items-xxl-stretch {\n align-items: stretch !important;\n }\n .align-content-xxl-start {\n align-content: flex-start !important;\n }\n .align-content-xxl-end {\n align-content: flex-end !important;\n }\n .align-content-xxl-center {\n align-content: center !important;\n }\n .align-content-xxl-between {\n align-content: space-between !important;\n }\n .align-content-xxl-around {\n align-content: space-around !important;\n }\n .align-content-xxl-stretch {\n align-content: stretch !important;\n }\n .align-self-xxl-auto {\n align-self: auto !important;\n }\n .align-self-xxl-start {\n align-self: flex-start !important;\n }\n .align-self-xxl-end {\n align-self: flex-end !important;\n }\n .align-self-xxl-center {\n align-self: center !important;\n }\n .align-self-xxl-baseline {\n align-self: baseline !important;\n }\n .align-self-xxl-stretch {\n align-self: stretch !important;\n }\n .order-xxl-first {\n order: -1 !important;\n }\n .order-xxl-0 {\n order: 0 !important;\n }\n .order-xxl-1 {\n order: 1 !important;\n }\n .order-xxl-2 {\n order: 2 !important;\n }\n .order-xxl-3 {\n order: 3 !important;\n }\n .order-xxl-4 {\n order: 4 !important;\n }\n .order-xxl-5 {\n order: 5 !important;\n }\n .order-xxl-last {\n order: 6 !important;\n }\n .m-xxl-0 {\n margin: 0 !important;\n }\n .m-xxl-1 {\n margin: 0.25rem !important;\n }\n .m-xxl-2 {\n margin: 0.5rem !important;\n }\n .m-xxl-3 {\n margin: 1rem !important;\n }\n .m-xxl-4 {\n margin: 1.5rem !important;\n }\n .m-xxl-5 {\n margin: 3rem !important;\n }\n .m-xxl-auto {\n margin: auto !important;\n }\n .mx-xxl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-xxl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-xxl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-xxl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-xxl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-xxl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-xxl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-xxl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-xxl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-xxl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-xxl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-xxl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-xxl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-xxl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-xxl-0 {\n margin-top: 0 !important;\n }\n .mt-xxl-1 {\n margin-top: 0.25rem !important;\n }\n .mt-xxl-2 {\n margin-top: 0.5rem !important;\n }\n .mt-xxl-3 {\n margin-top: 1rem !important;\n }\n .mt-xxl-4 {\n margin-top: 1.5rem !important;\n }\n .mt-xxl-5 {\n margin-top: 3rem !important;\n }\n .mt-xxl-auto {\n margin-top: auto !important;\n }\n .mr-xxl-0 {\n margin-right: 0 !important;\n }\n .mr-xxl-1 {\n margin-right: 0.25rem !important;\n }\n .mr-xxl-2 {\n margin-right: 0.5rem !important;\n }\n .mr-xxl-3 {\n margin-right: 1rem !important;\n }\n .mr-xxl-4 {\n margin-right: 1.5rem !important;\n }\n .mr-xxl-5 {\n margin-right: 3rem !important;\n }\n .mr-xxl-auto {\n margin-right: auto !important;\n }\n .mb-xxl-0 {\n margin-bottom: 0 !important;\n }\n .mb-xxl-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-xxl-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-xxl-3 {\n margin-bottom: 1rem !important;\n }\n .mb-xxl-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-xxl-5 {\n margin-bottom: 3rem !important;\n }\n .mb-xxl-auto {\n margin-bottom: auto !important;\n }\n .ml-xxl-0 {\n margin-left: 0 !important;\n }\n .ml-xxl-1 {\n margin-left: 0.25rem !important;\n }\n .ml-xxl-2 {\n margin-left: 0.5rem !important;\n }\n .ml-xxl-3 {\n margin-left: 1rem !important;\n }\n .ml-xxl-4 {\n margin-left: 1.5rem !important;\n }\n .ml-xxl-5 {\n margin-left: 3rem !important;\n }\n .ml-xxl-auto {\n margin-left: auto !important;\n }\n .p-xxl-0 {\n padding: 0 !important;\n }\n .p-xxl-1 {\n padding: 0.25rem !important;\n }\n .p-xxl-2 {\n padding: 0.5rem !important;\n }\n .p-xxl-3 {\n padding: 1rem !important;\n }\n .p-xxl-4 {\n padding: 1.5rem !important;\n }\n .p-xxl-5 {\n padding: 3rem !important;\n }\n .px-xxl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-xxl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-xxl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-xxl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-xxl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-xxl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-xxl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-xxl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-xxl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-xxl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-xxl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-xxl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-xxl-0 {\n padding-top: 0 !important;\n }\n .pt-xxl-1 {\n padding-top: 0.25rem !important;\n }\n .pt-xxl-2 {\n padding-top: 0.5rem !important;\n }\n .pt-xxl-3 {\n padding-top: 1rem !important;\n }\n .pt-xxl-4 {\n padding-top: 1.5rem !important;\n }\n .pt-xxl-5 {\n padding-top: 3rem !important;\n }\n .pr-xxl-0 {\n padding-right: 0 !important;\n }\n .pr-xxl-1 {\n padding-right: 0.25rem !important;\n }\n .pr-xxl-2 {\n padding-right: 0.5rem !important;\n }\n .pr-xxl-3 {\n padding-right: 1rem !important;\n }\n .pr-xxl-4 {\n padding-right: 1.5rem !important;\n }\n .pr-xxl-5 {\n padding-right: 3rem !important;\n }\n .pb-xxl-0 {\n padding-bottom: 0 !important;\n }\n .pb-xxl-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-xxl-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-xxl-3 {\n padding-bottom: 1rem !important;\n }\n .pb-xxl-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-xxl-5 {\n padding-bottom: 3rem !important;\n }\n .pl-xxl-0 {\n padding-left: 0 !important;\n }\n .pl-xxl-1 {\n padding-left: 0.25rem !important;\n }\n .pl-xxl-2 {\n padding-left: 0.5rem !important;\n }\n .pl-xxl-3 {\n padding-left: 1rem !important;\n }\n .pl-xxl-4 {\n padding-left: 1.5rem !important;\n }\n .pl-xxl-5 {\n padding-left: 3rem !important;\n }\n}\n\n@media print {\n .d-print-none {\n display: none !important;\n }\n .d-print-inline {\n display: inline !important;\n }\n .d-print-inline-block {\n display: inline-block !important;\n }\n .d-print-block {\n display: block !important;\n }\n .d-print-table {\n display: table !important;\n }\n .d-print-table-row {\n display: table-row !important;\n }\n .d-print-table-cell {\n display: table-cell !important;\n }\n .d-print-flex {\n display: flex !important;\n }\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n}\n/*# sourceMappingURL=bootstrap-grid.css.map */","// 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 $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 @if $value != null {\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 }\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) {\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/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index 15f118853..535b87ec2 100644 --- a/dist/css/bootstrap-reboot.css +++ b/dist/css/bootstrap-reboot.css @@ -13,7 +13,7 @@ body { margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: var(--bs-font-sans-serif); font-size: 1rem; font-weight: 400; line-height: 1.5; @@ -195,7 +195,7 @@ pre, code, kbd, samp { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + font-family: var(--bs-font-monospace); font-size: 1em; } @@ -205,6 +205,7 @@ pre { margin-bottom: 1rem; overflow: auto; font-size: 0.875em; + -ms-overflow-style: scrollbar; } pre code { @@ -263,9 +264,19 @@ th { text-align: -webkit-match-parent; } +thead, +tbody, +tfoot, +tr, +td, +th { + border-color: inherit; + border-style: solid; + border-width: 0; +} + label { display: inline-block; - margin-bottom: 0.5rem; } button { @@ -325,13 +336,6 @@ button:not(:disabled), border-style: none; } -input[type="date"], -input[type="time"], -input[type="datetime-local"], -input[type="month"] { - -webkit-appearance: textfield; -} - textarea { resize: vertical; } @@ -399,6 +403,10 @@ output { display: inline-block; } +iframe { + border: 0; +} + summary { display: list-item; cursor: pointer; diff --git a/dist/css/bootstrap-reboot.css.map b/dist/css/bootstrap-reboot.css.map index 94bafc114..85a112efe 100644 --- a/dist/css/bootstrap-reboot.css.map +++ b/dist/css/bootstrap-reboot.css.map @@ -1 +1 @@ -{"version":3,"sources":["../../scss/bootstrap-reboot.scss","bootstrap-reboot.css","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/vendor/_rfs.scss","../../scss/mixins/_border-radius.scss"],"names":[],"mappings":"AAAA;;;;;;ECME;ACSF;;;EAGE,sBAAsB;ADPxB;;AC4BA;EACE,SAAS;EACT,kMCsUiN;EC3H7M,eAvE+B;EFlInC,gBCkV+B;EDjV/B,gBCuV+B;EDtV/B,cC7BgB;ED+BhB,sBCxCa;EDyCb,8BAA8B;EAC9B,6CChCa;AFMf;;AAEA;ECsCE,qBAAqB;ADpCvB;;AC8CA;EACE,cAAsB;EACtB,cCqWmC;EDpWnC,8BAA8B;EAC9B,SAAS;EACT,aCoW+B;AF/YjC;;AC8CA;EACE,WC4O+B;AFvRjC;;ACqDA;EACE,aAAa;EACb,qBCgTuC;ED7SvC,gBCgT+B;ED/S/B,gBCgT+B;AFpWjC;;ACwDA;EEkJQ,iCAf6B;AHvLrC;;AGoCI;EFgBJ;IEyJQ,iBAlF6B;EHtHnC;AACF;;ACmDA;EE6IQ,iCAf6B;AH7KrC;;AG0BI;EFqBJ;IEoJQ,eAlF6B;EH5GnC;AACF;;AC8CA;EEwIQ,+BAf6B;AHnKrC;;AGgBI;EF0BJ;IE+IQ,kBAlF6B;EHlGnC;AACF;;ACyCA;EEmIQ,iCAf6B;AHzJrC;;AGMI;EF+BJ;IE0IQ,iBAlF6B;EHxFnC;AACF;;ACoCA;EE0HM,kBAvE+B;AHnFrC;;ACqCA;EEqHM,eAvE+B;AH/ErC;;AC4CA;EACE,aAAa;EACb,mBC6H8B;AFtKhC;;ACoDA;;EAEE,0BAA0B;EAC1B,yCAAiC;EAAjC,iCAAiC;EACjC,YAAY;EACZ,sCAA8B;EAA9B,8BAA8B;ADjDhC;;ACuDA;EACE,mBAAmB;EACnB,kBAAkB;EAClB,oBAAoB;ADpDtB;;AC0DA;;EAEE,kBAAkB;ADvDpB;;AC0DA;;;EAGE,aAAa;EACb,mBAAmB;ADvDrB;;AC0DA;;;;EAIE,gBAAgB;ADvDlB;;AC0DA;EACE,gBC+L+B;AFtPjC;;AC4DA;EACE,oBAAoB;EACpB,cAAc;ADzDhB;;AC+DA;EACE,gBAAgB;AD5DlB;;ACoEA;;EAEE,mBCwKkC;AFzOpC;;ACyEA;EEqBM,kBAvE+B;AHnBrC;;AC4EA;EACE,cCiNgC;EDhNhC,yBCwNmC;AFjSrC;;ACkFA;;EAEE,kBAAkB;EECd,iBAvE+B;EFwEnC,cAAc;EACd,wBAAwB;AD/E1B;;ACkFA;EAAM,cAAc;AD9EpB;;AC+EA;EAAM,UAAU;AD3EhB;;ACgFA;EACE,cC/Ne;EDgOf,0BCLiD;AFxEnD;;AC2EA;EAKI,cCP8D;AFrElE;;ACsFA;EAGI,cAAc;EACd,qBAAqB;ADrFzB;;AC4FA;;;;EAIE,iGCmFgH;EC5H5G,cAvE+B;AHwBrC;;ACgGA;EACE,cAAc;EACd,aAAa;EACb,mBAAmB;EACnB,cAAc;EErDV,kBAvE+B;AHgCrC;;ACwFA;EEjDM,kBAvE+B;EFmIjC,cAAc;EACd,kBAAkB;AD9FtB;;ACkGA;EEjEM,kBAvE+B;EF0InC,cCnRe;EDoRf,qBAAqB;AD/FvB;;ACkGE;EACE,cAAc;AD/FlB;;ACmGA;EACE,sBC63BuC;EC18BnC,kBAvE+B;EFsJnC,WC5Ta;ED6Tb,yBCpTgB;EEEd,qBFiT+B;AF9FnC;;AC2FA;EAQI,UAAU;EEpFR,cAvE+B;EF6JjC,gBCoD6B;AFnJjC;;ACwGA;EACE,gBAAgB;ADrGlB;;AC2GA;;EAEE,sBAAsB;ADxGxB;;ACgHA;EACE,oBAAoB;EACpB,yBAAyB;AD7G3B;;ACgHA;EACE,mBC6FiC;ED5FjC,sBC4FiC;ED3FjC,cC/VgB;EDgWhB,gBAAgB;AD7GlB;;ACmHA;EACE,mBAAmB;EACnB,gCAAgC;ADhHlC;;ACwHA;EACE,qBAAqB;EACrB,qBCgL2C;AFrS7C;;AC2HA;EAEE,gBAAgB;ADzHlB;;ACgIA;EACE,mBAAmB;EACnB,0CAA0C;AD7H5C;;ACkIA;;;;;EAKE,SAAS;EACT,oBAAoB;EEvKhB,kBAvE+B;EFgPnC,oBAAoB;AD/HtB;;ACoIA;;EAEE,iBAAiB;ADjInB;;ACsIA;;EAEE,oBAAoB;ADnItB;;ACyIA;EACE,iBAAiB;ADtInB;;AAEA;EC2IE,aAAa;ADzIf;;ACiJA;;;;EAIE,0BAA0B;AD9I5B;;AC0IA;;;;EAQM,eAAe;AD3IrB;;ACkJA;EACE,UAAU;EACV,kBAAkB;AD/IpB;;ACwJA;;;;EAIE,6BAA6B;ADrJ/B;;AC0JA;EACE,gBAAgB;ADvJlB;;ACiKA;EACE,YAAY;EACZ,UAAU;EACV,SAAS;EACT,SAAS;AD9JX;;ACuKA;EACE,WAAW;EACX,WAAW;EACX,UAAU;EACV,qBC5EiC;EC5L3B,iCAf6B;EF0RnC,oBAAoB;EACpB,mBAAmB;ADrKrB;;AGzQI;EFsaJ;IE7PQ,iBAlF6B;EHuLnC;AACF;;ACuJA;EAWI,WAAW;AD9Jf;;ACqKA;;;;;;;EAOE,UAAU;ADlKZ;;ACqKA;EACE,YAAY;ADlKd;;AAEA;EC0KE,oBAAoB;EACpB,6BAA6B;ADxK/B;;AC6KA;EACE,wBAAwB;AD1K1B;;AC+KA;EACE,UAAU;AD5KZ;;ACkLA;EACE,aAAa;EACb,0BAA0B;AD/K5B;;ACoLA;EACE,qBAAqB;ADjLvB;;ACyLA;EACE,kBAAkB;EAClB,eAAe;ADtLjB;;AC8LA;EACE,wBAAwB;AD3L1B;;AAEA;ECkME,wBAAwB;ADhM1B","file":"bootstrap-reboot.css","sourcesContent":["/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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@import \"mixins\";\n@import \"reboot\";\n","/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nbody {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n background-color: #fff;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\nhr {\n margin: 1rem 0;\n color: inherit;\n background-color: currentColor;\n border: 0;\n opacity: 0.25;\n}\n\nhr:not([size]) {\n height: 1px;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n font-weight: 500;\n line-height: 1.2;\n}\n\nh1 {\n font-size: calc(1.375rem + 1.5vw);\n}\n\n@media (min-width: 1200px) {\n h1 {\n font-size: 2.5rem;\n }\n}\n\nh2 {\n font-size: calc(1.325rem + 0.9vw);\n}\n\n@media (min-width: 1200px) {\n h2 {\n font-size: 2rem;\n }\n}\n\nh3 {\n font-size: calc(1.3rem + 0.6vw);\n}\n\n@media (min-width: 1200px) {\n h3 {\n font-size: 1.75rem;\n }\n}\n\nh4 {\n font-size: calc(1.275rem + 0.3vw);\n}\n\n@media (min-width: 1200px) {\n h4 {\n font-size: 1.5rem;\n }\n}\n\nh5 {\n font-size: 1.25rem;\n}\n\nh6 {\n font-size: 1rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n text-decoration: underline dotted;\n cursor: help;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\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: 700;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 0.875em;\n}\n\nmark {\n padding: 0.2em;\n background-color: #fcf8e3;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 0.75em;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #0d6efd;\n text-decoration: underline;\n}\n\na:hover {\n color: #024dbc;\n}\n\na:not([href]), a:not([href]):hover {\n color: inherit;\n text-decoration: none;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n display: block;\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n font-size: 0.875em;\n}\n\npre code {\n font-size: inherit;\n color: inherit;\n word-break: normal;\n}\n\ncode {\n font-size: 0.875em;\n color: #d63384;\n word-wrap: break-word;\n}\n\na > code {\n color: inherit;\n}\n\nkbd {\n padding: 0.2rem 0.4rem;\n font-size: 0.875em;\n color: #fff;\n background-color: #212529;\n border-radius: 0.2rem;\n}\n\nkbd kbd {\n padding: 0;\n font-size: 1em;\n font-weight: 700;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n color: #6c757d;\n text-align: left;\n}\n\nth {\n text-align: inherit;\n text-align: -webkit-match-parent;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\n[list]::-webkit-calendar-picker-indicator {\n display: none;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\n::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: textfield;\n}\n\ntextarea {\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n float: left;\n width: 100%;\n padding: 0;\n margin-bottom: 0.5rem;\n font-size: calc(1.275rem + 0.3vw);\n line-height: inherit;\n white-space: normal;\n}\n\n@media (min-width: 1200px) {\n legend {\n font-size: 1.5rem;\n }\n}\n\nlegend + * {\n clear: left;\n}\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n padding: 0;\n}\n\n::-webkit-inner-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: textfield;\n}\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[hidden] {\n display: none !important;\n}\n\n/*# sourceMappingURL=bootstrap-reboot.css.map */","// stylelint-disable at-rule-no-vendor-prefix, 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\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// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\n// on elements that programmatically receive focus but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic focus was a keyboard interaction,\n// or the browser has somehow determined that the user is primarily a keyboard user and/or\n// wants focus outlines to always be presented.\n// See https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible\n// and https://developer.paciellogroup.com/blog/2018/03/focus-visible-and-backwards-compatibility/\n\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\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// See https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_hr_size\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-* 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-original-title] { // 1\n text-decoration: underline; // 2\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]) {\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-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\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;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n}\n\n// 1. Matches default `` alignment by inheriting `text-align`.\n// 2. Fix alignment for Safari\n\nth {\n text-align: inherit; // 1\n text-align: -webkit-match-parent; // 2\n}\n\n\n// Forms\n//\n// 1. Allow labels to use `margin` for spacing.\n\nlabel {\n display: inline-block; // 1\n margin-bottom: $label-margin-bottom;\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-blacklist\n border-radius: 0;\n}\n\n// Work around a Firefox bug where the transparent `button` background\n// results in a loss of the default `button` focus styles.\n// Credit https://github.com/suitcss/base/\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\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// Show the overflow in Edge\n\nbutton,\ninput {\n overflow: visible;\n}\n\n// Remove the inheritance of text transform in Firefox\n\nbutton,\nselect {\n text-transform: none;\n}\n\n// Remove the inheritance of word-wrap in Safari.\n// See https://github.com/twbs/bootstrap/issues/24990\n\nselect {\n word-wrap: normal;\n}\n\n// Remove the dropdown arrow in Chrome from inputs built with datalists.\n// See https://stackoverflow.com/a/54997118\n\n[list]::-webkit-calendar-picker-indicator {\n display: none;\n}\n\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n// controls in Android 4.\n// 2. Correct the inability to style clickable types in iOS and Safari.\n// 3. Opinionated: add \"hand\" cursor to non-disabled button elements.\n\nbutton,\n[type=\"button\"], // 1\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; // 2\n\n @if $enable-pointer-cursor-for-buttons {\n &:not(:disabled) {\n cursor: pointer; // 3\n }\n }\n}\n\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\n\n::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\n// Remove the default appearance of temporal inputs to avoid a Mobile Safari\n// bug where setting a custom line-height prevents text from being vertically\n// centered within the input.\n// See https://bugs.webkit.org/show_bug.cgi?id=139848\n// and https://github.com/twbs/bootstrap/issues/11266\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: textfield;\n}\n\n// 1. Textareas should really only resize vertically so they don't break their (horizontal) containers.\n\ntextarea {\n resize: vertical; // 1\n}\n\n// 1. Browsers set a default `min-width: min-content;` on fieldsets,\n// unlike e.g. `

`s, which have `min-width: 0;` by default.\n// So we reset that to ensure fieldsets behave more like a standard block element.\n// See https://github.com/twbs/bootstrap/issues/12359\n// and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n// 2. Reset the default outline behavior of fieldsets so they don't affect page layout.\n\nfieldset {\n min-width: 0; // 1\n padding: 0; // 2\n margin: 0; // 2\n border: 0; // 2\n}\n\n// 1. By using `float: left`, the legend will behave like a block element.\n// This way the border of a fieldset wraps around the legend if present.\n// 2. Correct the text wrapping in Edge.\n// 3. Fix wrapping bug.\n// See https://github.com/twbs/bootstrap/issues/29712\n\nlegend {\n float: left; // 1\n width: 100%;\n padding: 0;\n margin-bottom: $legend-margin-bottom;\n @include font-size($legend-font-size);\n font-weight: $legend-font-weight;\n line-height: inherit;\n white-space: normal; // 2\n\n + * {\n clear: left; // 3\n }\n}\n\n// Fix height of inputs with a type of datetime-local, date, month, week, or time\n// See https://github.com/twbs/bootstrap/issues/18842\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n padding: 0;\n}\n\n::-webkit-inner-spin-button {\n height: auto;\n}\n\n// 1. Correct the outline style in Safari.\n// 2. This overrides the extra rounded corners on search inputs in iOS so that our\n// `.form-control` class can properly style them. Note that this cannot simply\n// be added to `.form-control` as it's not specific enough. For details, see\n// https://github.com/twbs/bootstrap/issues/11586.\n\n[type=\"search\"] {\n outline-offset: -2px; // 1\n -webkit-appearance: textfield; // 2\n}\n\n// Remove the inner padding in Chrome and Safari on macOS.\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n// Remove padding around color pickers in webkit browsers\n\n::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n\n// 1. Change font properties to `inherit` in Safari.\n// 2. Correct the inability to style clickable types in iOS and Safari.\n\n::-webkit-file-upload-button {\n font: inherit; // 1\n -webkit-appearance: button; // 2\n}\n\n// Correct element displays\n\noutput {\n display: inline-block;\n}\n\n\n// Summary\n//\n// 1. Add the correct display in all browsers\n\nsummary {\n display: list-item; // 1\n cursor: pointer;\n}\n\n\n// Progress\n//\n// Add the correct vertical alignment in Chrome, Firefox, and Opera.\n\nprogress {\n vertical-align: baseline;\n}\n\n\n// Hidden attribute\n//\n// Always hide an element with the `hidden` HTML attribute.\n\n[hidden] {\n display: none !important;\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$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\n// fusv-disable\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// fusv-enable\n\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: #28a745 !default;\n$teal: #20c997 !default;\n$cyan: #17a2b8 !default;\n\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\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-800 !default;\n\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\n// Set a specific jump point for requesting color jumps\n$theme-color-interval: 8% !default;\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: 3 !default;\n\n// Customize the light and dark text colors for use in our color contrast function.\n$color-contrast-dark: $gray-900 !default;\n$color-contrast-light: $white !default;\n\n// fusv-disable\n$blue-100: tint-color($blue, 8) !default;\n$blue-200: tint-color($blue, 6) !default;\n$blue-300: tint-color($blue, 4) !default;\n$blue-400: tint-color($blue, 2) !default;\n$blue-500: $blue !default;\n$blue-600: shade-color($blue, 2) !default;\n$blue-700: shade-color($blue, 4) !default;\n$blue-800: shade-color($blue, 6) !default;\n$blue-900: shade-color($blue, 8) !default;\n\n$indigo-100: tint-color($indigo, 8) !default;\n$indigo-200: tint-color($indigo, 6) !default;\n$indigo-300: tint-color($indigo, 4) !default;\n$indigo-400: tint-color($indigo, 2) !default;\n$indigo-500: $indigo !default;\n$indigo-600: shade-color($indigo, 2) !default;\n$indigo-700: shade-color($indigo, 4) !default;\n$indigo-800: shade-color($indigo, 6) !default;\n$indigo-900: shade-color($indigo, 8) !default;\n\n$purple-100: tint-color($purple, 8) !default;\n$purple-200: tint-color($purple, 6) !default;\n$purple-300: tint-color($purple, 4) !default;\n$purple-400: tint-color($purple, 2) !default;\n$purple-500: $purple !default;\n$purple-600: shade-color($purple, 2) !default;\n$purple-700: shade-color($purple, 4) !default;\n$purple-800: shade-color($purple, 6) !default;\n$purple-900: shade-color($purple, 8) !default;\n\n$pink-100: tint-color($pink, 8) !default;\n$pink-200: tint-color($pink, 6) !default;\n$pink-300: tint-color($pink, 4) !default;\n$pink-400: tint-color($pink, 2) !default;\n$pink-500: $pink !default;\n$pink-600: shade-color($pink, 2) !default;\n$pink-700: shade-color($pink, 4) !default;\n$pink-800: shade-color($pink, 6) !default;\n$pink-900: shade-color($pink, 8) !default;\n\n$red-100: tint-color($red, 8) !default;\n$red-200: tint-color($red, 6) !default;\n$red-300: tint-color($red, 4) !default;\n$red-400: tint-color($red, 2) !default;\n$red-500: $red !default;\n$red-600: shade-color($red, 2) !default;\n$red-700: shade-color($red, 4) !default;\n$red-800: shade-color($red, 6) !default;\n$red-900: shade-color($red, 8) !default;\n\n$orange-100: tint-color($orange, 8) !default;\n$orange-200: tint-color($orange, 6) !default;\n$orange-300: tint-color($orange, 4) !default;\n$orange-400: tint-color($orange, 2) !default;\n$orange-500: $orange !default;\n$orange-600: shade-color($orange, 2) !default;\n$orange-700: shade-color($orange, 4) !default;\n$orange-800: shade-color($orange, 6) !default;\n$orange-900: shade-color($orange, 8) !default;\n\n$yellow-100: tint-color($yellow, 8) !default;\n$yellow-200: tint-color($yellow, 6) !default;\n$yellow-300: tint-color($yellow, 4) !default;\n$yellow-400: tint-color($yellow, 2) !default;\n$yellow-500: $yellow !default;\n$yellow-600: shade-color($yellow, 2) !default;\n$yellow-700: shade-color($yellow, 4) !default;\n$yellow-800: shade-color($yellow, 6) !default;\n$yellow-900: shade-color($yellow, 8) !default;\n\n$green-100: tint-color($green, 8) !default;\n$green-200: tint-color($green, 6) !default;\n$green-300: tint-color($green, 4) !default;\n$green-400: tint-color($green, 2) !default;\n$green-500: $green !default;\n$green-600: shade-color($green, 2) !default;\n$green-700: shade-color($green, 4) !default;\n$green-800: shade-color($green, 6) !default;\n$green-900: shade-color($green, 8) !default;\n\n$teal-100: tint-color($teal, 8) !default;\n$teal-200: tint-color($teal, 6) !default;\n$teal-300: tint-color($teal, 4) !default;\n$teal-400: tint-color($teal, 2) !default;\n$teal-500: $teal !default;\n$teal-600: shade-color($teal, 2) !default;\n$teal-700: shade-color($teal, 4) !default;\n$teal-800: shade-color($teal, 6) !default;\n$teal-900: shade-color($teal, 8) !default;\n\n$cyan-100: tint-color($cyan, 8) !default;\n$cyan-200: tint-color($cyan, 6) !default;\n$cyan-300: tint-color($cyan, 4) !default;\n$cyan-400: tint-color($cyan, 2) !default;\n$cyan-500: $cyan !default;\n$cyan-600: shade-color($cyan, 2) !default;\n$cyan-700: shade-color($cyan, 4) !default;\n$cyan-800: shade-color($cyan, 6) !default;\n$cyan-900: shade-color($cyan, 8) !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-prefers-reduced-motion-media-query: true !default;\n$enable-grid-classes: true !default;\n$enable-pointer-cursor-for-buttons: true !default;\n$enable-rfs: true !default;\n$enable-validation-icons: true !default;\n$enable-deprecation-messages: true !default;\n$enable-important-utilities: true !default;\n\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$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: negativify-map($spacers) !default;\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-hover-color: darken($link-color, 15%) !default;\n$link-hover-decoration: null !default;\n// Darken percentage for links with `.text-*` class (e.g. `.text-success`)\n$emphasized-link-hover-darken-percentage: 15% !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$grid-breakpoints: (\n xs: 0,\n sm: 576px,\n md: 768px,\n lg: 992px,\n xl: 1200px\n) !default;\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$container-max-widths: (\n sm: 540px,\n md: 720px,\n lg: 960px,\n xl: 1140px\n) !default;\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: 1rem !default;\n\n\n// Components\n//\n// Define common padding and border radius sizes and more.\n\n$border-width: 1px !default;\n$border-color: $gray-300 !default;\n\n$border-radius: .25rem !default;\n$border-radius-lg: .3rem !default;\n$border-radius-sm: .2rem !default;\n\n$rounded-pill: 50rem !default;\n\n$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;\n$box-shadow: 0 .5rem 1rem rgba($black, .15) !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\n$component-active-color: $white !default;\n$component-active-bg: $primary !default;\n\n$caret-width: .3em !default;\n$caret-vertical-align: $caret-width * .85 !default;\n$caret-spacing: $caret-width * .85 !default;\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n$transition-collapse: height .35s ease !default;\n\n$embed-responsive-aspect-ratios: (\n \"21by9\": (\n x: 21,\n y: 9\n ),\n \"16by9\": (\n x: 16,\n y: 9\n ),\n \"4by3\": (\n x: 4,\n y: 3\n ),\n \"1by1\": (\n x: 1,\n y: 1\n )\n) !default;\n\n// Typography\n//\n// Font, line-height, and color for body text, headings, and more.\n\n// stylelint-disable value-keyword-case\n$font-family-sans-serif: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto 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$font-family-base: $font-family-sans-serif !default;\n// stylelint-enable value-keyword-case\n\n// $font-size-root effects the value of `rem`, which is used for as well font sizes, paddings and margins\n// $font-size-base effects 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-lg: $font-size-base * 1.25 !default;\n$font-size-sm: $font-size-base * .875 !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-lg: 2 !default;\n$line-height-sm: 1.25 !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\n$headings-margin-bottom: $spacer / 2 !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\n$display1-size: 6rem !default;\n$display2-size: 5.5rem !default;\n$display3-size: 4.5rem !default;\n$display4-size: 3.5rem !default;\n\n$display1-weight: 300 !default;\n$display2-weight: 300 !default;\n$display3-weight: 300 !default;\n$display4-weight: 300 !default;\n$display-line-height: $headings-line-height !default;\n\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-small-color: $gray-600 !default;\n$blockquote-small-font-size: $small-font-size !default;\n$blockquote-font-size: $font-size-base * 1.25 !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\n\n// Tables\n//\n// Customizes the `.table` component with basic values, each used across all table variations.\n\n$table-cell-padding: .5rem !default;\n$table-cell-padding-sm: .25rem !default;\n\n$table-cell-vertical-align: top !default;\n\n$table-color: $body-color !default;\n$table-bg: null !default;\n$table-accent-bg: rgba($black, .05) !default;\n$table-hover-color: $table-color !default;\n$table-hover-bg: rgba($black, .075) !default;\n$table-active-bg: $table-hover-bg !default;\n\n$table-border-width: $border-width !default;\n$table-border-color: $border-color !default;\n\n$table-head-bg: $gray-200 !default;\n$table-head-color: $gray-700 !default;\n$table-head-border-color: $gray-700 !default;\n\n$table-dark-color: $white !default;\n$table-dark-bg: $gray-800 !default;\n$table-dark-accent-bg: rgba($white, .05) !default;\n$table-dark-hover-color: $table-dark-color !default;\n$table-dark-hover-bg: rgba($white, .075) !default;\n$table-dark-border-color: lighten($table-dark-bg, 7.5%) !default;\n\n$table-striped-order: odd !default;\n\n$table-caption-color: $text-muted !default;\n\n$table-bg-level: -9 !default;\n$table-border-level: -6 !default;\n\n\n// Buttons + Forms\n//\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\n\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: .2rem !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-box-shadow: 0 0 0 $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\n\n// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\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$btn-block-spacing-y: .5rem !default;\n\n// Allows for customizing button radius independently from global border radius\n$btn-border-radius: $border-radius !default;\n$btn-border-radius-lg: $border-radius-lg !default;\n$btn-border-radius-sm: $border-radius-sm !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\n// Forms\n\n$label-margin-bottom: .5rem !default;\n\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: $gray-700 !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-lg: $border-radius-lg !default;\n$input-border-radius-sm: $border-radius-sm !default;\n\n$input-focus-bg: $input-bg !default;\n$input-focus-border-color: lighten($component-active-bg, 25%) !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 / 2) !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\n\n$form-check-input-width: 1.25em !default;\n$form-check-min-height: $font-size-base * $line-height-base !default;\n$form-check-padding-left: $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\n$form-check-input-active-filter: brightness(90%) !default;\n\n$form-check-input-bg: $body-bg !default;\n$form-check-input-border: 1px solid rgba(0, 0, 0, .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-repeat: no-repeat !default;\n$form-check-input-checked-bg-position: center center !default;\n$form-check-input-checked-bg-size: 1em !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-repeat: no-repeat !default;\n$form-check-input-indeterminate-bg-position: center center !default;\n$form-check-input-indeterminate-bg-size: 1em !default;\n$form-check-input-indeterminate-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-switch-color: rgba(0, 0, 0, .25) !default;\n$form-switch-width: 2em !default;\n$form-switch-padding-left: $form-switch-width + .5em !default;\n$form-switch-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-switch-bg-size: contain !default;\n$form-switch-border-radius: $form-switch-width !default;\n$form-switch-transition: .2s ease-in-out !default;\n$form-switch-transition-property: background-position, background-color !default;\n\n$form-switch-focus-color: hsla(211, 100%, 75%, 1) !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\n$form-text-margin-top: .25rem !default;\n\n$form-check-inline-margin-right: 1rem !default;\n\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\n\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-height: $input-height !default;\n$form-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator\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-disabled-color: $gray-600 !default;\n$form-select-bg: $input-bg !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-right: add(1em * .75, (2 * $form-select-padding-y * .75) + $form-select-padding-x + $form-select-indicator-padding) !default;\n$form-select-feedback-icon-position: center right ($form-select-padding-x + $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$form-select-height-sm: $input-height-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$form-select-height-lg: $input-height-lg !default;\n\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: lighten($component-active-bg, 35%) !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\n$form-file-height: $input-height !default;\n$form-file-focus-border-color: $input-focus-border-color !default;\n$form-file-focus-box-shadow: $input-focus-box-shadow !default;\n$form-file-disabled-bg: $input-disabled-bg !default;\n$form-file-disabled-border-color: $input-disabled-border-color !default;\n\n$form-file-padding-y: $input-padding-y !default;\n$form-file-padding-x: $input-padding-x !default;\n$form-file-line-height: $input-line-height !default;\n$form-file-font-family: $input-font-family !default;\n$form-file-font-weight: $input-font-weight !default;\n$form-file-color: $input-color !default;\n$form-file-bg: $input-bg !default;\n$form-file-border-width: $input-border-width !default;\n$form-file-border-color: $input-border-color !default;\n$form-file-border-radius: $input-border-radius !default;\n$form-file-box-shadow: $input-box-shadow !default;\n$form-file-button-color: $form-file-color !default;\n$form-file-button-bg: $input-group-addon-bg !default;\n\n$form-file-padding-y-sm: $input-padding-y-sm !default;\n$form-file-padding-x-sm: $input-padding-x-sm !default;\n$form-file-font-size-sm: $input-font-size-sm !default;\n$form-file-height-sm: $input-height-sm !default;\n\n$form-file-padding-y-lg: $input-padding-y-lg !default;\n$form-file-padding-x-lg: $input-padding-x-lg !default;\n$form-file-font-size-lg: $input-font-size-lg !default;\n$form-file-height-lg: $input-height-lg !default;\n\n\n// Form validation\n\n$form-feedback-margin-top: $form-text-margin-top !default;\n$form-feedback-font-size: $small-font-size !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\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\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$zindex-dropdown: 1000 !default;\n$zindex-sticky: 1020 !default;\n$zindex-fixed: 1030 !default;\n$zindex-modal-backdrop: 1040 !default;\n$zindex-modal: 1050 !default;\n$zindex-popover: 1060 !default;\n$zindex-tooltip: 1070 !default;\n\n\n// Navs\n\n$nav-link-padding-y: .5rem !default;\n$nav-link-padding-x: 1rem !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\n\n// Navbar\n\n$navbar-padding-y: $spacer / 2 !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) / 2 !default;\n$navbar-brand-margin-right: 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\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\n\n// Dropdowns\n//\n// Dropdown menu container and contents.\n\n$dropdown-min-width: 10rem !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: $gray-200 !default;\n$dropdown-divider-margin-y: $spacer / 2 !default;\n$dropdown-box-shadow: $box-shadow !default;\n\n$dropdown-link-color: $gray-900 !default;\n$dropdown-link-hover-color: darken($gray-900, 5%) !default;\n$dropdown-link-hover-bg: $gray-100 !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-600 !default;\n\n$dropdown-item-padding-y: .25rem !default;\n$dropdown-item-padding-x: 1.5rem !default;\n\n$dropdown-header-color: $gray-600 !default;\n$dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x !default;\n\n\n// Pagination\n\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-left: -$pagination-border-width !default;\n$pagination-border-color: $gray-300 !default;\n\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\n// Cards\n\n$card-spacer-y: 1.25rem !default;\n$card-spacer-x: 1.25rem !default;\n$card-title-spacer-y: .75rem !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: .75rem !default;\n$card-cap-padding-x: 1.25rem !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\n$card-img-overlay-padding: 1.25rem !default;\n\n$card-group-margin: $grid-gutter-width / 2 !default;\n\n\n// Tooltips\n\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: .25rem !default;\n$tooltip-padding-x: .5rem !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\n// Form tooltips must come after regular tooltips\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\n\n// Popovers\n\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: darken($popover-bg, 3%) !default;\n$popover-header-color: $headings-color !default;\n$popover-header-padding-y: .5rem !default;\n$popover-header-padding-x: .75rem !default;\n\n$popover-body-color: $body-color !default;\n$popover-body-padding-y: $popover-header-padding-y !default;\n$popover-body-padding-x: $popover-header-padding-x !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\n\n// Toasts\n\n$toast-max-width: 350px !default;\n$toast-padding-x: .75rem !default;\n$toast-padding-y: .25rem !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\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\n\n// Badges\n\n$badge-font-size: .75em !default;\n$badge-font-weight: $font-weight-bold !default;\n$badge-color: $white !default;\n$badge-padding-y: .25em !default;\n$badge-padding-x: .5em !default;\n$badge-border-radius: $border-radius !default;\n\n\n// Modals\n\n// Padding applied to the modal body\n$modal-inner-padding: 1rem !default;\n\n// Margin between elements in footer, must be lower than or equal to 2 * $modal-inner-padding\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: 1rem !default;\n$modal-header-padding-x: 1rem !default;\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility\n\n$modal-xl: 1140px !default;\n$modal-lg: 800px !default;\n$modal-md: 500px !default;\n$modal-sm: 300px !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\n\n// Alerts\n//\n// Define alert colors, border radius, and padding.\n\n$alert-padding-y: .75rem !default;\n$alert-padding-x: 1.25rem !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\n$alert-bg-level: -10 !default;\n$alert-border-level: -9 !default;\n$alert-color-level: 6 !default;\n\n\n// Progress bars\n\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\n\n// List group\n\n$list-group-color: null !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: .75rem !default;\n$list-group-item-padding-x: 1.25rem !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\n\n// Image thumbnails\n\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\n\n// Figures\n\n$figure-caption-font-size: $small-font-size !default;\n$figure-caption-color: $gray-600 !default;\n\n\n// Breadcrumbs\n\n$breadcrumb-font-size: null !default;\n\n$breadcrumb-padding-y: .75rem !default;\n$breadcrumb-padding-x: 1rem !default;\n$breadcrumb-item-padding-x: .5rem !default;\n\n$breadcrumb-margin-bottom: 1rem !default;\n\n$breadcrumb-bg: $gray-200 !default;\n$breadcrumb-divider-color: $gray-600 !default;\n$breadcrumb-active-color: $gray-600 !default;\n$breadcrumb-divider: quote(\"/\") !default;\n\n$breadcrumb-border-radius: $border-radius !default;\n\n\n// Carousel\n\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: 20px !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\n// Spinners\n\n$spinner-width: 2rem !default;\n$spinner-height: $spinner-width !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\n\n// Close\n\n$close-font-size: $font-size-base * 1.5 !default;\n$close-font-weight: $font-weight-bold !default;\n$close-color: $black !default;\n$close-text-shadow: 0 1px 0 $white !default;\n\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","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated responsive values for font sizes, paddings, margins and much more\n//\n// Licensed under MIT (https://github.com/twbs/rfs/blob/master/LICENSE)\n\n// Configuration\n\n// Base value\n$rfs-base-value: 1.25rem !default;\n$rfs-unit: rem !default;\n\n@if $rfs-unit != rem and $rfs-unit != px {\n @error \"`#{$rfs-unit}` is not a valid unit for $rfs-unit. Use `px` or `rem`.\";\n}\n\n// Breakpoint at where values start decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n@if $rfs-breakpoint-unit != px and $rfs-breakpoint-unit != em and $rfs-breakpoint-unit != rem {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n}\n\n// Resize values based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != number or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Mode. Possibilities: \"min-media-query\", \"max-media-query\"\n$rfs-mode: min-media-query !default;\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-rfs to false\n$enable-rfs: true !default;\n\n// Cache $rfs-base-value unit\n$rfs-base-value-unit: unit($rfs-base-value);\n\n// Remove px-unit from $rfs-base-value for calculations\n@if $rfs-base-value-unit == px {\n $rfs-base-value: $rfs-base-value / ($rfs-base-value * 0 + 1);\n}\n@else if $rfs-base-value-unit == rem {\n $rfs-base-value: $rfs-base-value / ($rfs-base-value * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == px {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == rem or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Calculate the media query value\n$rfs-mq-value: if($rfs-breakpoint-unit == px, #{$rfs-breakpoint}px, #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit});\n$rfs-mq-property-width: if($rfs-mode == max-media-query, max-width, min-width);\n$rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height);\n\n// Internal mixin used to determine which media query needs to be used\n@mixin _rfs-media-query {\n @if $rfs-two-dimensional {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}), (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {\n @content;\n }\n }\n @else {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {\n @content;\n }\n }\n}\n\n// Internal mixin that adds disable classes to the selector if needed.\n@mixin _rfs-rule {\n @if $rfs-class == disable and $rfs-mode == max-media-query {\n // Adding an extra class increases specificity, which prevents the media query to override the property\n &,\n .disable-rfs &,\n &.disable-rfs {\n @content;\n }\n }\n @else if $rfs-class == enable and $rfs-mode == min-media-query {\n .enable-rfs &,\n &.enable-rfs {\n @content;\n }\n }\n @else {\n @content;\n }\n}\n\n// Internal mixin that adds enable classes to the selector if needed.\n@mixin _rfs-media-query-rule {\n\n @if $rfs-class == enable {\n @if $rfs-mode == min-media-query {\n @content;\n }\n\n @include _rfs-media-query {\n .enable-rfs &,\n &.enable-rfs {\n @content;\n }\n }\n }\n @else {\n @if $rfs-class == disable and $rfs-mode == min-media-query {\n .disable-rfs &,\n &.disable-rfs {\n @content;\n }\n }\n @include _rfs-media-query {\n @content;\n }\n }\n}\n\n// Helper function to get the formatted non-responsive value\n@function rfs-value($values) {\n // Convert to list\n $values: if(type-of($values) != list, ($values,), $values);\n\n $val: '';\n\n // Loop over each value and calculate value\n @each $value in $values {\n @if $value == 0 {\n $val: $val + ' 0';\n }\n @else {\n // Cache $value unit\n $unit: if(type-of($value) == \"number\", unit($value), false);\n\n @if $unit == px {\n // Convert to rem if needed\n $val: $val + ' ' + if($rfs-unit == rem, #{$value / ($value * 0 + $rfs-rem-value)}rem, $value);\n }\n @else if $unit == rem {\n // Convert to px if needed\n $val: $val + ' ' + if($rfs-unit == px, #{$value / ($value * 0 + 1) * $rfs-rem-value}px, $value);\n }\n @else {\n // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n $val: $val + ' ' + $value;\n }\n }\n }\n\n // Remove first space\n @return unquote(str-slice($val, 2));\n}\n\n// Helper function to get the responsive value calculated by RFS\n@function rfs-fluid-value($values) {\n // Convert to list\n $values: if(type-of($values) != list, ($values,), $values);\n\n $val: '';\n\n // Loop over each value and calculate value\n @each $value in $values {\n @if $value == 0 {\n $val: $val + ' 0';\n }\n\n @else {\n // Cache $value unit\n $unit: if(type-of($value) == \"number\", unit($value), false);\n\n // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $unit or $unit != px and $unit != rem {\n $val: $val + ' ' + $value;\n }\n\n @else {\n // Remove unit from $value for calculations\n $value: $value / ($value * 0 + if($unit == px, 1, 1 / $rfs-rem-value));\n\n // Only add the media query if the value is greater than the minimum value\n @if abs($value) <= $rfs-base-value or not $enable-rfs {\n $val: $val + ' ' + if($rfs-unit == rem, #{$value / $rfs-rem-value}rem, #{$value}px);\n }\n @else {\n // Calculate the minimum value\n $value-min: $rfs-base-value + (abs($value) - $rfs-base-value) / $rfs-factor;\n\n // Calculate difference between $value and the minimum value\n $value-diff: abs($value) - $value-min;\n\n // Base value formatting\n $min-width: if($rfs-unit == rem, #{$value-min / $rfs-rem-value}rem, #{$value-min}px);\n\n // Use negative value if needed\n $min-width: if($value < 0, -$min-width, $min-width);\n\n // Use `vmin` if two-dimensional is enabled\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$value-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Return the calculated value\n $val: $val + ' calc(' + $min-width + if($value < 0, ' - ', ' + ') + $variable-width + ')';\n }\n }\n }\n }\n\n // Remove first space\n @return unquote(str-slice($val, 2));\n}\n\n// RFS mixin\n@mixin rfs($values, $property: font-size) {\n @if $values != null {\n $val: rfs-value($values);\n $fluidVal: rfs-fluid-value($values);\n\n // Do not print the media query if responsive & non-responsive values are the same\n @if $val == $fluidVal {\n #{$property}: $val;\n }\n @else {\n @include _rfs-rule {\n #{$property}: if($rfs-mode == max-media-query, $val, $fluidVal);\n\n // Include safari iframe resize fix if needed\n min-width: if($rfs-safari-iframe-resize-bug-fix, (0 * 1vw), null);\n }\n\n @include _rfs-media-query-rule {\n #{$property}: if($rfs-mode == max-media-query, $fluidVal, $val);\n }\n }\n }\n}\n\n// Shorthand helper mixins\n@mixin font-size($value) {\n @include rfs($value);\n}\n\n@mixin padding($value) {\n @include rfs($value, padding);\n}\n\n@mixin padding-top($value) {\n @include rfs($value, padding-top);\n}\n\n@mixin padding-right($value) {\n @include rfs($value, padding-right);\n}\n\n@mixin padding-bottom($value) {\n @include rfs($value, padding-bottom);\n}\n\n@mixin padding-left($value) {\n @include rfs($value, padding-left);\n}\n\n@mixin margin($value) {\n @include rfs($value, margin);\n}\n\n@mixin margin-top($value) {\n @include rfs($value, margin-top);\n}\n\n@mixin margin-right($value) {\n @include rfs($value, margin-right);\n}\n\n@mixin margin-bottom($value) {\n @include rfs($value, margin-bottom);\n}\n\n@mixin margin-left($value) {\n @include rfs($value, margin-left);\n}\n","// stylelint-disable property-blacklist\n// Single side border-radius\n\n// Helper function to replace negative values with 0\n@function valid-radius($radius) {\n $return: ();\n @each $value in $radius {\n @if type-of($value) == number {\n $return: append($return, max($value, 0));\n } @else {\n $return: append($return, $value);\n }\n }\n @return $return;\n}\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: valid-radius($radius);\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n border-top-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: valid-radius($radius);\n border-bottom-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: valid-radius($radius);\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n"]} \ No newline at end of file +{"version":3,"sources":["../../scss/bootstrap-reboot.scss","bootstrap-reboot.css","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/vendor/_rfs.scss","../../scss/mixins/_border-radius.scss"],"names":[],"mappings":"AAAA;;;;;;ECME;ACSF;;;EAGE,sBAAsB;ADPxB;;AC4BA;EACE,SAAS;EACT,sCCqVqD;ECnIjD,eAvE+B;EFzInC,gBC+V+B;ED9V/B,gBCoW+B;EDnW/B,cC7BgB;ED+BhB,sBCxCa;EDyCb,8BAA8B;EAC9B,6CChCa;AFMf;;AAEA;ECsCE,qBAAqB;ADpCvB;;AC8CA;EACE,cAAsB;EACtB,cCqXmC;EDpXnC,8BAA8B;EAC9B,SAAS;EACT,aCoX+B;AF/ZjC;;AC8CA;EACE,WCuP+B;AFlSjC;;ACqDA;EACE,aAAa;EACb,qBC6TuC;ED1TvC,gBC6T+B;ED5T/B,gBC6T+B;AFjXjC;;ACwDA;EEyJQ,iCAf6B;AH9LrC;;AG2CI;EFSJ;IEgKQ,iBAlF6B;EH7HnC;AACF;;ACmDA;EEoJQ,iCAf6B;AHpLrC;;AGiCI;EFcJ;IE2JQ,eAlF6B;EHnHnC;AACF;;AC8CA;EE+IQ,+BAf6B;AH1KrC;;AGuBI;EFmBJ;IEsJQ,kBAlF6B;EHzGnC;AACF;;ACyCA;EE0IQ,iCAf6B;AHhKrC;;AGaI;EFwBJ;IEiJQ,iBAlF6B;EH/FnC;AACF;;ACoCA;EEiIM,kBAvE+B;AH1FrC;;ACqCA;EE4HM,eAvE+B;AHtFrC;;AC4CA;EACE,aAAa;EACb,mBCkI8B;AF3KhC;;ACoDA;;EAEE,0BAA0B;EAC1B,yCAAiC;EAAjC,iCAAiC;EACjC,YAAY;EACZ,sCAA8B;EAA9B,8BAA8B;ADjDhC;;ACuDA;EACE,mBAAmB;EACnB,kBAAkB;EAClB,oBAAoB;ADpDtB;;AC0DA;;EAEE,kBAAkB;ADvDpB;;AC0DA;;;EAGE,aAAa;EACb,mBAAmB;ADvDrB;;AC0DA;;;;EAIE,gBAAgB;ADvDlB;;AC0DA;EACE,gBC4M+B;AFnQjC;;AC4DA;EACE,oBAAoB;EACpB,cAAc;ADzDhB;;AC+DA;EACE,gBAAgB;AD5DlB;;ACoEA;;EAEE,mBCqLkC;AFtPpC;;ACyEA;EE4BM,kBAvE+B;AH1BrC;;AC4EA;EACE,cCiOgC;EDhOhC,yBCwOmC;AFjTrC;;ACkFA;;EAEE,kBAAkB;EEQd,iBAvE+B;EFiEnC,cAAc;EACd,wBAAwB;AD/E1B;;ACkFA;EAAM,cAAc;AD9EpB;;AC+EA;EAAM,UAAU;AD3EhB;;ACgFA;EACE,cC/Ne;EDgOf,0BCAiD;AF7EnD;;AC2EA;EAKI,cCF8D;AF1ElE;;ACsFA;EAGI,cAAc;EACd,qBAAqB;ADrFzB;;AC4FA;;;;EAIE,qCAAqC;EElCjC,cAvE+B;AHiBrC;;ACkGA;EACE,cAAc;EACd,aAAa;EACb,mBAAmB;EACnB,cAAc;EEhDV,kBAvE+B;EF0HnC,6BAA6B;ADhG/B;;ACyFA;EE5CM,kBAvE+B;EF+HjC,cAAc;EACd,kBAAkB;ADhGtB;;ACoGA;EE7DM,kBAvE+B;EFsInC,cCtRe;EDuRf,qBAAqB;ADjGvB;;ACoGE;EACE,cAAc;ADjGlB;;ACqGA;EACE,sBCy5BuC;ECl+BnC,kBAvE+B;EFkJnC,WC/Ta;EDgUb,yBCvTgB;EEEd,qBF2T+B;AFvGnC;;AC6FA;EAQI,UAAU;EEhFR,cAvE+B;EFyJjC,gBC8D6B;AF/JjC;;AC0GA;EACE,gBAAgB;ADvGlB;;AC6GA;;EAEE,sBAAsB;AD1GxB;;ACkHA;EACE,oBAAoB;EACpB,yBAAyB;AD/G3B;;ACkHA;EACE,mBC2GiC;ED1GjC,sBC0GiC;EDzGjC,cClWgB;EDmWhB,gBAAgB;AD/GlB;;ACqHA;EACE,mBAAmB;EACnB,gCAAgC;ADlHlC;;ACqHA;;;;;;EAME,qBAAqB;EACrB,mBAAmB;EACnB,eAAe;ADlHjB;;AC0HA;EACE,qBAAqB;ADvHvB;;AC6HA;EAEE,gBAAgB;AD3HlB;;ACkIA;EACE,mBAAmB;EACnB,0CAA0C;AD/H5C;;ACoIA;;;;;EAKE,SAAS;EACT,oBAAoB;EE7KhB,kBAvE+B;EFsPnC,oBAAoB;ADjItB;;ACsIA;;EAEE,iBAAiB;ADnInB;;ACwIA;;EAEE,oBAAoB;ADrItB;;AC2IA;EACE,iBAAiB;ADxInB;;AAEA;EC6IE,aAAa;AD3If;;ACmJA;;;;EAIE,0BAA0B;ADhJ5B;;AC4IA;;;;EAQM,eAAe;AD7IrB;;ACoJA;EACE,UAAU;EACV,kBAAkB;ADjJpB;;ACsJA;EACE,gBAAgB;ADnJlB;;AC6JA;EACE,YAAY;EACZ,UAAU;EACV,SAAS;EACT,SAAS;AD1JX;;ACmKA;EACE,WAAW;EACX,WAAW;EACX,UAAU;EACV,qBC5DiC;ECrM3B,iCAf6B;EFmRnC,oBAAoB;EACpB,mBAAmB;ADjKrB;;AGtQI;EF+ZJ;IEtPQ,iBAlF6B;EHoLnC;AACF;;ACmJA;EAWI,WAAW;AD1Jf;;ACiKA;;;;;;;EAOE,UAAU;AD9JZ;;ACiKA;EACE,YAAY;AD9Jd;;AAEA;ECsKE,oBAAoB;EACpB,6BAA6B;ADpK/B;;ACyKA;EACE,wBAAwB;ADtK1B;;AC2KA;EACE,UAAU;ADxKZ;;AC8KA;EACE,aAAa;EACb,0BAA0B;AD3K5B;;ACgLA;EACE,qBAAqB;AD7KvB;;ACkLA;EACE,SAAS;AD/KX;;ACsLA;EACE,kBAAkB;EAClB,eAAe;ADnLjB;;AC2LA;EACE,wBAAwB;ADxL1B;;AAEA;EC+LE,wBAAwB;AD7L1B","file":"bootstrap-reboot.css","sourcesContent":["/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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@import \"mixins\";\n@import \"reboot\";\n","/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nbody {\n margin: 0;\n font-family: var(--bs-font-sans-serif);\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n background-color: #fff;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\nhr {\n margin: 1rem 0;\n color: inherit;\n background-color: currentColor;\n border: 0;\n opacity: 0.25;\n}\n\nhr:not([size]) {\n height: 1px;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n font-weight: 500;\n line-height: 1.2;\n}\n\nh1 {\n font-size: calc(1.375rem + 1.5vw);\n}\n\n@media (min-width: 1200px) {\n h1 {\n font-size: 2.5rem;\n }\n}\n\nh2 {\n font-size: calc(1.325rem + 0.9vw);\n}\n\n@media (min-width: 1200px) {\n h2 {\n font-size: 2rem;\n }\n}\n\nh3 {\n font-size: calc(1.3rem + 0.6vw);\n}\n\n@media (min-width: 1200px) {\n h3 {\n font-size: 1.75rem;\n }\n}\n\nh4 {\n font-size: calc(1.275rem + 0.3vw);\n}\n\n@media (min-width: 1200px) {\n h4 {\n font-size: 1.5rem;\n }\n}\n\nh5 {\n font-size: 1.25rem;\n}\n\nh6 {\n font-size: 1rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n text-decoration: underline dotted;\n cursor: help;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\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: 700;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 0.875em;\n}\n\nmark {\n padding: 0.2em;\n background-color: #fcf8e3;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 0.75em;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #0d6efd;\n text-decoration: underline;\n}\n\na:hover {\n color: #024dbc;\n}\n\na:not([href]), a:not([href]):hover {\n color: inherit;\n text-decoration: none;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: var(--bs-font-monospace);\n font-size: 1em;\n}\n\npre {\n display: block;\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n font-size: 0.875em;\n -ms-overflow-style: scrollbar;\n}\n\npre code {\n font-size: inherit;\n color: inherit;\n word-break: normal;\n}\n\ncode {\n font-size: 0.875em;\n color: #d63384;\n word-wrap: break-word;\n}\n\na > code {\n color: inherit;\n}\n\nkbd {\n padding: 0.2rem 0.4rem;\n font-size: 0.875em;\n color: #fff;\n background-color: #212529;\n border-radius: 0.2rem;\n}\n\nkbd kbd {\n padding: 0;\n font-size: 1em;\n font-weight: 700;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n color: #6c757d;\n text-align: left;\n}\n\nth {\n text-align: inherit;\n text-align: -webkit-match-parent;\n}\n\nthead,\ntbody,\ntfoot,\ntr,\ntd,\nth {\n border-color: inherit;\n border-style: solid;\n border-width: 0;\n}\n\nlabel {\n display: inline-block;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\n[list]::-webkit-calendar-picker-indicator {\n display: none;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\n::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ntextarea {\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n float: left;\n width: 100%;\n padding: 0;\n margin-bottom: 0.5rem;\n font-size: calc(1.275rem + 0.3vw);\n line-height: inherit;\n white-space: normal;\n}\n\n@media (min-width: 1200px) {\n legend {\n font-size: 1.5rem;\n }\n}\n\nlegend + * {\n clear: left;\n}\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n padding: 0;\n}\n\n::-webkit-inner-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: textfield;\n}\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\niframe {\n border: 0;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[hidden] {\n display: none !important;\n}\n\n/*# sourceMappingURL=bootstrap-reboot.css.map */","// stylelint-disable at-rule-no-vendor-prefix, 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\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// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\n// on elements that programmatically receive focus but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic focus was a keyboard interaction,\n// or the browser has somehow determined that the user is primarily a keyboard user and/or\n// wants focus outlines to always be presented.\n// See https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible\n// and https://developer.paciellogroup.com/blog/2018/03/focus-visible-and-backwards-compatibility/\n\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\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// See https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_hr_size\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-* 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-original-title] { // 1\n text-decoration: underline; // 2\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]) {\n &,\n &:hover {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n// Code\n\npre,\ncode,\nkbd,\nsamp {\n font-family: var(--bs-font-monospace);\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\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// 4. Disable auto-hiding scrollbar in legacy Edge to avoid overlap,\n// making it impossible to interact with the content\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 -ms-overflow-style: scrollbar; // 4\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;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n}\n\n// 1. Matches default `` alignment by inheriting `text-align`.\n// 2. Fix alignment for Safari\n\nth {\n text-align: inherit; // 1\n text-align: -webkit-match-parent; // 2\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-blacklist\n border-radius: 0;\n}\n\n// Work around a Firefox bug where the transparent `button` background\n// results in a loss of the default `button` focus styles.\n// Credit https://github.com/suitcss/base/\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\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// Show the overflow in Edge\n\nbutton,\ninput {\n overflow: visible;\n}\n\n// Remove the inheritance of text transform in Firefox\n\nbutton,\nselect {\n text-transform: none;\n}\n\n// Remove the inheritance of word-wrap in Safari.\n// See https://github.com/twbs/bootstrap/issues/24990\n\nselect {\n word-wrap: normal;\n}\n\n// Remove the dropdown arrow in Chrome from inputs built with datalists.\n// See https://stackoverflow.com/a/54997118\n\n[list]::-webkit-calendar-picker-indicator {\n display: none;\n}\n\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n// controls in Android 4.\n// 2. Correct the inability to style clickable types in iOS and Safari.\n// 3. Opinionated: add \"hand\" cursor to non-disabled button elements.\n\nbutton,\n[type=\"button\"], // 1\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; // 2\n\n @if $enable-button-pointers {\n &:not(:disabled) {\n cursor: pointer; // 3\n }\n }\n}\n\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\n\n::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\n// 1. Textareas should really only resize vertically so they don't break their (horizontal) containers.\n\ntextarea {\n resize: vertical; // 1\n}\n\n// 1. Browsers set a default `min-width: min-content;` on fieldsets,\n// unlike e.g. `

`s, which have `min-width: 0;` by default.\n// So we reset that to ensure fieldsets behave more like a standard block element.\n// See https://github.com/twbs/bootstrap/issues/12359\n// and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n// 2. Reset the default outline behavior of fieldsets so they don't affect page layout.\n\nfieldset {\n min-width: 0; // 1\n padding: 0; // 2\n margin: 0; // 2\n border: 0; // 2\n}\n\n// 1. By using `float: left`, the legend will behave like a block element.\n// This way the border of a fieldset wraps around the legend if present.\n// 2. Correct the text wrapping in Edge.\n// 3. Fix wrapping bug.\n// See https://github.com/twbs/bootstrap/issues/29712\n\nlegend {\n float: left; // 1\n width: 100%;\n padding: 0;\n margin-bottom: $legend-margin-bottom;\n @include font-size($legend-font-size);\n font-weight: $legend-font-weight;\n line-height: inherit;\n white-space: normal; // 2\n\n + * {\n clear: left; // 3\n }\n}\n\n// Fix height of inputs with a type of datetime-local, date, month, week, or time\n// See https://github.com/twbs/bootstrap/issues/18842\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n padding: 0;\n}\n\n::-webkit-inner-spin-button {\n height: auto;\n}\n\n// 1. Correct the outline style in Safari.\n// 2. This overrides the extra rounded corners on search inputs in iOS so that our\n// `.form-control` class can properly style them. Note that this cannot simply\n// be added to `.form-control` as it's not specific enough. For details, see\n// https://github.com/twbs/bootstrap/issues/11586.\n\n[type=\"search\"] {\n outline-offset: -2px; // 1\n -webkit-appearance: textfield; // 2\n}\n\n// Remove the inner padding in Chrome and Safari on macOS.\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n// Remove padding around color pickers in webkit browsers\n\n::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n\n// 1. Change font properties to `inherit` in Safari.\n// 2. Correct the inability to style clickable types in iOS and Safari.\n\n::-webkit-file-upload-button {\n font: inherit; // 1\n -webkit-appearance: button; // 2\n}\n\n// Correct element displays\n\noutput {\n display: inline-block;\n}\n\n// Remove border from iframe\n\niframe {\n border: 0;\n}\n\n// Summary\n//\n// 1. Add the correct display in all browsers\n\nsummary {\n display: list-item; // 1\n cursor: pointer;\n}\n\n\n// Progress\n//\n// Add the correct vertical alignment in Chrome, Firefox, and Opera.\n\nprogress {\n vertical-align: baseline;\n}\n\n\n// Hidden attribute\n//\n// Always hide an element with the `hidden` HTML attribute.\n\n[hidden] {\n display: none !important;\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$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\n// fusv-disable\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// fusv-enable\n\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: #28a745 !default;\n$teal: #20c997 !default;\n$cyan: #17a2b8 !default;\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$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-800 !default;\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// Set a specific jump point for requesting color jumps\n$theme-color-interval: 8% !default;\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: 3 !default;\n\n// Customize the light and dark text colors for use in our color contrast function.\n$color-contrast-dark: $gray-900 !default;\n$color-contrast-light: $white !default;\n\n// fusv-disable\n$blue-100: tint-color($blue, 8) !default;\n$blue-200: tint-color($blue, 6) !default;\n$blue-300: tint-color($blue, 4) !default;\n$blue-400: tint-color($blue, 2) !default;\n$blue-500: $blue !default;\n$blue-600: shade-color($blue, 2) !default;\n$blue-700: shade-color($blue, 4) !default;\n$blue-800: shade-color($blue, 6) !default;\n$blue-900: shade-color($blue, 8) !default;\n\n$indigo-100: tint-color($indigo, 8) !default;\n$indigo-200: tint-color($indigo, 6) !default;\n$indigo-300: tint-color($indigo, 4) !default;\n$indigo-400: tint-color($indigo, 2) !default;\n$indigo-500: $indigo !default;\n$indigo-600: shade-color($indigo, 2) !default;\n$indigo-700: shade-color($indigo, 4) !default;\n$indigo-800: shade-color($indigo, 6) !default;\n$indigo-900: shade-color($indigo, 8) !default;\n\n$purple-100: tint-color($purple, 8) !default;\n$purple-200: tint-color($purple, 6) !default;\n$purple-300: tint-color($purple, 4) !default;\n$purple-400: tint-color($purple, 2) !default;\n$purple-500: $purple !default;\n$purple-600: shade-color($purple, 2) !default;\n$purple-700: shade-color($purple, 4) !default;\n$purple-800: shade-color($purple, 6) !default;\n$purple-900: shade-color($purple, 8) !default;\n\n$pink-100: tint-color($pink, 8) !default;\n$pink-200: tint-color($pink, 6) !default;\n$pink-300: tint-color($pink, 4) !default;\n$pink-400: tint-color($pink, 2) !default;\n$pink-500: $pink !default;\n$pink-600: shade-color($pink, 2) !default;\n$pink-700: shade-color($pink, 4) !default;\n$pink-800: shade-color($pink, 6) !default;\n$pink-900: shade-color($pink, 8) !default;\n\n$red-100: tint-color($red, 8) !default;\n$red-200: tint-color($red, 6) !default;\n$red-300: tint-color($red, 4) !default;\n$red-400: tint-color($red, 2) !default;\n$red-500: $red !default;\n$red-600: shade-color($red, 2) !default;\n$red-700: shade-color($red, 4) !default;\n$red-800: shade-color($red, 6) !default;\n$red-900: shade-color($red, 8) !default;\n\n$orange-100: tint-color($orange, 8) !default;\n$orange-200: tint-color($orange, 6) !default;\n$orange-300: tint-color($orange, 4) !default;\n$orange-400: tint-color($orange, 2) !default;\n$orange-500: $orange !default;\n$orange-600: shade-color($orange, 2) !default;\n$orange-700: shade-color($orange, 4) !default;\n$orange-800: shade-color($orange, 6) !default;\n$orange-900: shade-color($orange, 8) !default;\n\n$yellow-100: tint-color($yellow, 8) !default;\n$yellow-200: tint-color($yellow, 6) !default;\n$yellow-300: tint-color($yellow, 4) !default;\n$yellow-400: tint-color($yellow, 2) !default;\n$yellow-500: $yellow !default;\n$yellow-600: shade-color($yellow, 2) !default;\n$yellow-700: shade-color($yellow, 4) !default;\n$yellow-800: shade-color($yellow, 6) !default;\n$yellow-900: shade-color($yellow, 8) !default;\n\n$green-100: tint-color($green, 8) !default;\n$green-200: tint-color($green, 6) !default;\n$green-300: tint-color($green, 4) !default;\n$green-400: tint-color($green, 2) !default;\n$green-500: $green !default;\n$green-600: shade-color($green, 2) !default;\n$green-700: shade-color($green, 4) !default;\n$green-800: shade-color($green, 6) !default;\n$green-900: shade-color($green, 8) !default;\n\n$teal-100: tint-color($teal, 8) !default;\n$teal-200: tint-color($teal, 6) !default;\n$teal-300: tint-color($teal, 4) !default;\n$teal-400: tint-color($teal, 2) !default;\n$teal-500: $teal !default;\n$teal-600: shade-color($teal, 2) !default;\n$teal-700: shade-color($teal, 4) !default;\n$teal-800: shade-color($teal, 6) !default;\n$teal-900: shade-color($teal, 8) !default;\n\n$cyan-100: tint-color($cyan, 8) !default;\n$cyan-200: tint-color($cyan, 6) !default;\n$cyan-300: tint-color($cyan, 4) !default;\n$cyan-400: tint-color($cyan, 2) !default;\n$cyan-500: $cyan !default;\n$cyan-600: shade-color($cyan, 2) !default;\n$cyan-700: shade-color($cyan, 4) !default;\n$cyan-800: shade-color($cyan, 6) !default;\n$cyan-900: shade-color($cyan, 8) !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-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\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$spacer: 1rem !default;\n$spacers: (\n 0: 0,\n 1: $spacer / 4,\n 2: $spacer / 2,\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\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-hover-color: darken($link-color, 15%) !default;\n$link-hover-decoration: null !default;\n// Darken percentage for links with `.text-*` class (e.g. `.text-success`)\n$emphasized-link-hover-darken-percentage: 15% !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: 1rem !default;\n\n\n// Components\n//\n// Define common padding and border radius sizes and more.\n\n$border-width: 1px !default;\n$border-color: $gray-300 !default;\n\n$border-radius: .25rem !default;\n$border-radius-sm: .2rem !default;\n$border-radius-lg: .3rem !default;\n\n$rounded-pill: 50rem !default;\n\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\n$component-active-color: $white !default;\n$component-active-bg: $primary !default;\n\n$caret-width: .3em !default;\n$caret-vertical-align: $caret-width * .85 !default;\n$caret-spacing: $caret-width * .85 !default;\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n$transition-collapse: height .35s ease !default;\n\n// scss-docs-start embed-responsive-aspect-ratios\n$embed-responsive-aspect-ratios: (\n \"21by9\": (\n x: 21,\n y: 9\n ),\n \"16by9\": (\n x: 16,\n y: 9\n ),\n \"4by3\": (\n x: 4,\n y: 3\n ),\n \"1by1\": (\n x: 1,\n y: 1\n )\n) !default;\n// scss-docs-end embed-responsive-aspect-ratios\n\n// Typography\n//\n// Font, line-height, and color for body text, headings, and more.\n\n// stylelint-disable value-keyword-case\n$font-family-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto 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$font-family-base: var(--bs-font-sans-serif) !default;\n// stylelint-enable value-keyword-case\n\n// $font-size-root effects the value of `rem`, which is used for as well font sizes, paddings and margins\n// $font-size-base effects 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\n$headings-margin-bottom: $spacer / 2 !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\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$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-small-color: $gray-600 !default;\n$blockquote-small-font-size: $small-font-size !default;\n$blockquote-font-size: $font-size-base * 1.25 !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\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: .5rem !default;\n$table-cell-padding-sm: .25rem !default;\n\n$table-cell-vertical-align: top !default;\n\n$table-color: $body-color !default;\n$table-bg: transparent !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-seperator-color: currentColor !default;\n\n$table-caption-color: $text-muted !default;\n\n$table-bg-level: -9 !default;\n\n$table-variants: (\n \"primary\": color-level($primary, $table-bg-level),\n \"secondary\": color-level($secondary, $table-bg-level),\n \"success\": color-level($success, $table-bg-level),\n \"info\": color-level($info, $table-bg-level),\n \"warning\": color-level($warning, $table-bg-level),\n \"danger\": color-level($danger, $table-bg-level),\n \"light\": $light,\n \"dark\": $dark,\n) !default;\n// scss-docs-end table-variables\n\n\n// Buttons + Forms\n//\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\n\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: .2rem !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-box-shadow: 0 0 0 $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\n\n// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\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$btn-block-spacing-y: .5rem !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\n// Forms\n\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\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\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: $gray-700 !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: lighten($component-active-bg, 25%) !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 / 2) !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\n\n$form-check-input-width: 1.25em !default;\n$form-check-min-height: $font-size-base * $line-height-base !default;\n$form-check-padding-left: $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: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$form-check-input-active-filter: brightness(90%) !default;\n\n$form-check-input-bg: $body-bg !default;\n$form-check-input-border: 1px solid rgba(0, 0, 0, .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-switch-color: rgba(0, 0, 0, .25) !default;\n$form-switch-width: 2em !default;\n$form-switch-padding-left: $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\n$form-switch-focus-color: hsla(211, 100%, 75%, 1) !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\n$form-check-inline-margin-right: 1rem !default;\n\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\n\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-height: $input-height !default;\n$form-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator\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-disabled-color: $gray-600 !default;\n$form-select-bg: $input-bg !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-right: add(1em * .75, (2 * $form-select-padding-y * .75) + $form-select-padding-x + $form-select-indicator-padding) !default;\n$form-select-feedback-icon-position: center right ($form-select-padding-x + $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$form-select-height-sm: $input-height-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$form-select-height-lg: $input-height-lg !default;\n\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: lighten($component-active-bg, 35%) !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\n$form-file-height: $input-height !default;\n$form-file-focus-border-color: $input-focus-border-color !default;\n$form-file-focus-box-shadow: $input-focus-box-shadow !default;\n$form-file-disabled-bg: $input-disabled-bg !default;\n$form-file-disabled-border-color: $input-disabled-border-color !default;\n\n$form-file-padding-y: $input-padding-y !default;\n$form-file-padding-x: $input-padding-x !default;\n$form-file-line-height: $input-line-height !default;\n$form-file-font-family: $input-font-family !default;\n$form-file-font-weight: $input-font-weight !default;\n$form-file-color: $input-color !default;\n$form-file-bg: $input-bg !default;\n$form-file-border-width: $input-border-width !default;\n$form-file-border-color: $input-border-color !default;\n$form-file-border-radius: $input-border-radius !default;\n$form-file-box-shadow: $input-box-shadow !default;\n$form-file-button-color: $form-file-color !default;\n$form-file-button-bg: $input-group-addon-bg !default;\n\n$form-file-padding-y-sm: $input-padding-y-sm !default;\n$form-file-padding-x-sm: $input-padding-x-sm !default;\n$form-file-font-size-sm: $input-font-size-sm !default;\n$form-file-height-sm: $input-height-sm !default;\n\n$form-file-padding-y-lg: $input-padding-y-lg !default;\n$form-file-padding-x-lg: $input-padding-x-lg !default;\n$form-file-font-size-lg: $input-font-size-lg !default;\n$form-file-height-lg: $input-height-lg !default;\n\n\n// Form validation\n\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\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-modal: 1050 !default;\n$zindex-popover: 1060 !default;\n$zindex-tooltip: 1070 !default;\n// scss-docs-end zindex-stack\n\n\n// Navs\n\n$nav-link-padding-y: .5rem !default;\n$nav-link-padding-x: 1rem !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\n\n// Navbar\n\n$navbar-padding-y: $spacer / 2 !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) / 2 !default;\n$navbar-brand-margin-right: 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\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\n\n// Dropdowns\n//\n// Dropdown menu container and contents.\n\n$dropdown-min-width: 10rem !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: $gray-200 !default;\n$dropdown-divider-margin-y: $spacer / 2 !default;\n$dropdown-box-shadow: $box-shadow !default;\n\n$dropdown-link-color: $gray-900 !default;\n$dropdown-link-hover-color: darken($gray-900, 5%) !default;\n$dropdown-link-hover-bg: $gray-100 !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-600 !default;\n\n$dropdown-item-padding-y: $spacer / 4 !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\n\n// Pagination\n\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-left: -$pagination-border-width !default;\n$pagination-border-color: $gray-300 !default;\n\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\n// Cards\n\n$card-spacer-y: $spacer !default;\n$card-spacer-x: $spacer !default;\n$card-title-spacer-y: $spacer / 2 !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 / 2 !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\n$card-img-overlay-padding: $spacer !default;\n\n$card-group-margin: $grid-gutter-width / 2 !default;\n\n\n// Tooltips\n\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 / 4 !default;\n$tooltip-padding-x: $spacer / 2 !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\n// Form tooltips must come after regular tooltips\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\n\n// Popovers\n\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: darken($popover-bg, 3%) !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\n\n// Toasts\n\n$toast-max-width: 350px !default;\n$toast-padding-x: .75rem !default;\n$toast-padding-y: .25rem !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\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\n\n// Badges\n\n$badge-font-size: .75em !default;\n$badge-font-weight: $font-weight-bold !default;\n$badge-color: $white !default;\n$badge-padding-y: .25em !default;\n$badge-padding-x: .5em !default;\n$badge-border-radius: $border-radius !default;\n\n\n// Modals\n\n// Padding applied to the modal body\n$modal-inner-padding: $spacer !default;\n\n// Margin between elements in footer, must be lower than or equal to 2 * $modal-inner-padding\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\n\n// Alerts\n//\n// Define alert colors, border radius, and padding.\n\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\n$alert-bg-level: -10 !default;\n$alert-border-level: -9 !default;\n$alert-color-level: 6 !default;\n\n\n// Progress bars\n\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\n\n// List group\n\n$list-group-color: null !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 / 2 !default;\n$list-group-item-padding-x: $spacer !default;\n$list-group-item-bg-level: -9 !default;\n$list-group-item-color-level: 6 !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\n\n// Image thumbnails\n\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\n\n// Figures\n\n$figure-caption-font-size: $small-font-size !default;\n$figure-caption-color: $gray-600 !default;\n\n\n// Breadcrumbs\n\n$breadcrumb-font-size: null !default;\n$breadcrumb-padding-y: $spacer / 2 !default;\n$breadcrumb-padding-x: $spacer !default;\n$breadcrumb-item-padding-x: .5rem !default;\n$breadcrumb-margin-bottom: 1rem !default;\n$breadcrumb-bg: $gray-200 !default;\n$breadcrumb-divider-color: $gray-600 !default;\n$breadcrumb-active-color: $gray-600 !default;\n$breadcrumb-divider: quote(\"/\") !default;\n$breadcrumb-border-radius: $border-radius !default;\n\n// Carousel\n\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: 20px !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\n// Spinners\n\n$spinner-width: 2rem !default;\n$spinner-height: $spinner-width !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\n\n// Close\n\n$close-font-size: $font-size-base * 1.5 !default;\n$close-font-weight: $font-weight-bold !default;\n$close-color: $black !default;\n$close-text-shadow: 0 1px 0 $white !default;\n\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","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated responsive values for font sizes, paddings, margins and much more\n//\n// Licensed under MIT (https://github.com/twbs/rfs/blob/master/LICENSE)\n\n// Configuration\n\n// Base value\n$rfs-base-value: 1.25rem !default;\n$rfs-unit: rem !default;\n\n@if $rfs-unit != rem and $rfs-unit != px {\n @error \"`#{$rfs-unit}` is not a valid unit for $rfs-unit. Use `px` or `rem`.\";\n}\n\n// Breakpoint at where values start decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n@if $rfs-breakpoint-unit != px and $rfs-breakpoint-unit != em and $rfs-breakpoint-unit != rem {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n}\n\n// Resize values based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != number or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Mode. Possibilities: \"min-media-query\", \"max-media-query\"\n$rfs-mode: min-media-query !default;\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-rfs to false\n$enable-rfs: true !default;\n\n// Cache $rfs-base-value unit\n$rfs-base-value-unit: unit($rfs-base-value);\n\n// Remove px-unit from $rfs-base-value for calculations\n@if $rfs-base-value-unit == px {\n $rfs-base-value: $rfs-base-value / ($rfs-base-value * 0 + 1);\n}\n@else if $rfs-base-value-unit == rem {\n $rfs-base-value: $rfs-base-value / ($rfs-base-value * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == px {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == rem or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Calculate the media query value\n$rfs-mq-value: if($rfs-breakpoint-unit == px, #{$rfs-breakpoint}px, #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit});\n$rfs-mq-property-width: if($rfs-mode == max-media-query, max-width, min-width);\n$rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height);\n\n// Internal mixin used to determine which media query needs to be used\n@mixin _rfs-media-query {\n @if $rfs-two-dimensional {\n @if $rfs-mode == max-media-query {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}), (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {\n @content;\n }\n }\n @else {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) and (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {\n @content;\n }\n }\n }\n @else {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {\n @content;\n }\n }\n}\n\n// Internal mixin that adds disable classes to the selector if needed.\n@mixin _rfs-rule {\n @if $rfs-class == disable and $rfs-mode == max-media-query {\n // Adding an extra class increases specificity, which prevents the media query to override the property\n &,\n .disable-rfs &,\n &.disable-rfs {\n @content;\n }\n }\n @else if $rfs-class == enable and $rfs-mode == min-media-query {\n .enable-rfs &,\n &.enable-rfs {\n @content;\n }\n }\n @else {\n @content;\n }\n}\n\n// Internal mixin that adds enable classes to the selector if needed.\n@mixin _rfs-media-query-rule {\n\n @if $rfs-class == enable {\n @if $rfs-mode == min-media-query {\n @content;\n }\n\n @include _rfs-media-query {\n .enable-rfs &,\n &.enable-rfs {\n @content;\n }\n }\n }\n @else {\n @if $rfs-class == disable and $rfs-mode == min-media-query {\n .disable-rfs &,\n &.disable-rfs {\n @content;\n }\n }\n @include _rfs-media-query {\n @content;\n }\n }\n}\n\n// Helper function to get the formatted non-responsive value\n@function rfs-value($values) {\n // Convert to list\n $values: if(type-of($values) != list, ($values,), $values);\n\n $val: '';\n\n // Loop over each value and calculate value\n @each $value in $values {\n @if $value == 0 {\n $val: $val + ' 0';\n }\n @else {\n // Cache $value unit\n $unit: if(type-of($value) == \"number\", unit($value), false);\n\n @if $unit == px {\n // Convert to rem if needed\n $val: $val + ' ' + if($rfs-unit == rem, #{$value / ($value * 0 + $rfs-rem-value)}rem, $value);\n }\n @else if $unit == rem {\n // Convert to px if needed\n $val: $val + ' ' + if($rfs-unit == px, #{$value / ($value * 0 + 1) * $rfs-rem-value}px, $value);\n }\n @else {\n // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n $val: $val + ' ' + $value;\n }\n }\n }\n\n // Remove first space\n @return unquote(str-slice($val, 2));\n}\n\n// Helper function to get the responsive value calculated by RFS\n@function rfs-fluid-value($values) {\n // Convert to list\n $values: if(type-of($values) != list, ($values,), $values);\n\n $val: '';\n\n // Loop over each value and calculate value\n @each $value in $values {\n @if $value == 0 {\n $val: $val + ' 0';\n }\n\n @else {\n // Cache $value unit\n $unit: if(type-of($value) == \"number\", unit($value), false);\n\n // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $unit or $unit != px and $unit != rem {\n $val: $val + ' ' + $value;\n }\n\n @else {\n // Remove unit from $value for calculations\n $value: $value / ($value * 0 + if($unit == px, 1, 1 / $rfs-rem-value));\n\n // Only add the media query if the value is greater than the minimum value\n @if abs($value) <= $rfs-base-value or not $enable-rfs {\n $val: $val + ' ' + if($rfs-unit == rem, #{$value / $rfs-rem-value}rem, #{$value}px);\n }\n @else {\n // Calculate the minimum value\n $value-min: $rfs-base-value + (abs($value) - $rfs-base-value) / $rfs-factor;\n\n // Calculate difference between $value and the minimum value\n $value-diff: abs($value) - $value-min;\n\n // Base value formatting\n $min-width: if($rfs-unit == rem, #{$value-min / $rfs-rem-value}rem, #{$value-min}px);\n\n // Use negative value if needed\n $min-width: if($value < 0, -$min-width, $min-width);\n\n // Use `vmin` if two-dimensional is enabled\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$value-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Return the calculated value\n $val: $val + ' calc(' + $min-width + if($value < 0, ' - ', ' + ') + $variable-width + ')';\n }\n }\n }\n }\n\n // Remove first space\n @return unquote(str-slice($val, 2));\n}\n\n// RFS mixin\n@mixin rfs($values, $property: font-size) {\n @if $values != null {\n $val: rfs-value($values);\n $fluidVal: rfs-fluid-value($values);\n\n // Do not print the media query if responsive & non-responsive values are the same\n @if $val == $fluidVal {\n #{$property}: $val;\n }\n @else {\n @include _rfs-rule {\n #{$property}: if($rfs-mode == max-media-query, $val, $fluidVal);\n\n // Include safari iframe resize fix if needed\n min-width: if($rfs-safari-iframe-resize-bug-fix, (0 * 1vw), null);\n }\n\n @include _rfs-media-query-rule {\n #{$property}: if($rfs-mode == max-media-query, $fluidVal, $val);\n }\n }\n }\n}\n\n// Shorthand helper mixins\n@mixin font-size($value) {\n @include rfs($value);\n}\n\n@mixin padding($value) {\n @include rfs($value, padding);\n}\n\n@mixin padding-top($value) {\n @include rfs($value, padding-top);\n}\n\n@mixin padding-right($value) {\n @include rfs($value, padding-right);\n}\n\n@mixin padding-bottom($value) {\n @include rfs($value, padding-bottom);\n}\n\n@mixin padding-left($value) {\n @include rfs($value, padding-left);\n}\n\n@mixin margin($value) {\n @include rfs($value, margin);\n}\n\n@mixin margin-top($value) {\n @include rfs($value, margin-top);\n}\n\n@mixin margin-right($value) {\n @include rfs($value, margin-right);\n}\n\n@mixin margin-bottom($value) {\n @include rfs($value, margin-bottom);\n}\n\n@mixin margin-left($value) {\n @include rfs($value, margin-left);\n}\n","// stylelint-disable property-blacklist\n// Single side border-radius\n\n// Helper function to replace negative values with 0\n@function valid-radius($radius) {\n $return: ();\n @each $value in $radius {\n @if type-of($value) == number {\n $return: append($return, max($value, 0));\n } @else {\n $return: append($return, $value);\n }\n }\n @return $return;\n}\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: valid-radius($radius);\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n border-top-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: valid-radius($radius);\n border-bottom-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: valid-radius($radius);\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n"]} \ No newline at end of file diff --git a/dist/css/bootstrap-reboot.min.css b/dist/css/bootstrap-reboot.min.css index 764b7f9f9..6a5f8a597 100644 --- a/dist/css/bootstrap-reboot.min.css +++ b/dist/css/bootstrap-reboot.min.css @@ -4,5 +4,5 @@ * Copyright 2011-2020 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) - */*,::after,::before{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto 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:transparent}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#024dbc}a:not([href]),a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:textfield}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit;white-space:normal}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important} + */*,::after,::before{box-sizing:border-box}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#024dbc}a:not([href]),a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em;-ms-overflow-style:scrollbar}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit;white-space:normal}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important} /*# sourceMappingURL=bootstrap-reboot.min.css.map */ \ No newline at end of file diff --git a/dist/css/bootstrap-reboot.min.css.map b/dist/css/bootstrap-reboot.min.css.map index 675081d2f..f39b5d134 100644 --- a/dist/css/bootstrap-reboot.min.css.map +++ b/dist/css/bootstrap-reboot.min.css.map @@ -1 +1 @@ -{"version":3,"sources":["../../scss/bootstrap-reboot.scss","../../scss/_reboot.scss","dist/css/bootstrap-reboot.css","../../scss/vendor/_rfs.scss","bootstrap-reboot.css","../../scss/mixins/_border-radius.scss"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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@import \"mixins\";\n@import \"reboot\";\n","// stylelint-disable at-rule-no-vendor-prefix, 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\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// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\n// on elements that programmatically receive focus but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic focus was a keyboard interaction,\n// or the browser has somehow determined that the user is primarily a keyboard user and/or\n// wants focus outlines to always be presented.\n// See https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible\n// and https://developer.paciellogroup.com/blog/2018/03/focus-visible-and-backwards-compatibility/\n\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\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// See https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_hr_size\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-* 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-original-title] { // 1\n text-decoration: underline; // 2\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]) {\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-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\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;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n}\n\n// 1. Matches default `` alignment by inheriting `text-align`.\n// 2. Fix alignment for Safari\n\nth {\n text-align: inherit; // 1\n text-align: -webkit-match-parent; // 2\n}\n\n\n// Forms\n//\n// 1. Allow labels to use `margin` for spacing.\n\nlabel {\n display: inline-block; // 1\n margin-bottom: $label-margin-bottom;\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-blacklist\n border-radius: 0;\n}\n\n// Work around a Firefox bug where the transparent `button` background\n// results in a loss of the default `button` focus styles.\n// Credit https://github.com/suitcss/base/\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\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// Show the overflow in Edge\n\nbutton,\ninput {\n overflow: visible;\n}\n\n// Remove the inheritance of text transform in Firefox\n\nbutton,\nselect {\n text-transform: none;\n}\n\n// Remove the inheritance of word-wrap in Safari.\n// See https://github.com/twbs/bootstrap/issues/24990\n\nselect {\n word-wrap: normal;\n}\n\n// Remove the dropdown arrow in Chrome from inputs built with datalists.\n// See https://stackoverflow.com/a/54997118\n\n[list]::-webkit-calendar-picker-indicator {\n display: none;\n}\n\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n// controls in Android 4.\n// 2. Correct the inability to style clickable types in iOS and Safari.\n// 3. Opinionated: add \"hand\" cursor to non-disabled button elements.\n\nbutton,\n[type=\"button\"], // 1\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; // 2\n\n @if $enable-pointer-cursor-for-buttons {\n &:not(:disabled) {\n cursor: pointer; // 3\n }\n }\n}\n\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\n\n::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\n// Remove the default appearance of temporal inputs to avoid a Mobile Safari\n// bug where setting a custom line-height prevents text from being vertically\n// centered within the input.\n// See https://bugs.webkit.org/show_bug.cgi?id=139848\n// and https://github.com/twbs/bootstrap/issues/11266\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: textfield;\n}\n\n// 1. Textareas should really only resize vertically so they don't break their (horizontal) containers.\n\ntextarea {\n resize: vertical; // 1\n}\n\n// 1. Browsers set a default `min-width: min-content;` on fieldsets,\n// unlike e.g. `

`s, which have `min-width: 0;` by default.\n// So we reset that to ensure fieldsets behave more like a standard block element.\n// See https://github.com/twbs/bootstrap/issues/12359\n// and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n// 2. Reset the default outline behavior of fieldsets so they don't affect page layout.\n\nfieldset {\n min-width: 0; // 1\n padding: 0; // 2\n margin: 0; // 2\n border: 0; // 2\n}\n\n// 1. By using `float: left`, the legend will behave like a block element.\n// This way the border of a fieldset wraps around the legend if present.\n// 2. Correct the text wrapping in Edge.\n// 3. Fix wrapping bug.\n// See https://github.com/twbs/bootstrap/issues/29712\n\nlegend {\n float: left; // 1\n width: 100%;\n padding: 0;\n margin-bottom: $legend-margin-bottom;\n @include font-size($legend-font-size);\n font-weight: $legend-font-weight;\n line-height: inherit;\n white-space: normal; // 2\n\n + * {\n clear: left; // 3\n }\n}\n\n// Fix height of inputs with a type of datetime-local, date, month, week, or time\n// See https://github.com/twbs/bootstrap/issues/18842\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n padding: 0;\n}\n\n::-webkit-inner-spin-button {\n height: auto;\n}\n\n// 1. Correct the outline style in Safari.\n// 2. This overrides the extra rounded corners on search inputs in iOS so that our\n// `.form-control` class can properly style them. Note that this cannot simply\n// be added to `.form-control` as it's not specific enough. For details, see\n// https://github.com/twbs/bootstrap/issues/11586.\n\n[type=\"search\"] {\n outline-offset: -2px; // 1\n -webkit-appearance: textfield; // 2\n}\n\n// Remove the inner padding in Chrome and Safari on macOS.\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n// Remove padding around color pickers in webkit browsers\n\n::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n\n// 1. Change font properties to `inherit` in Safari.\n// 2. Correct the inability to style clickable types in iOS and Safari.\n\n::-webkit-file-upload-button {\n font: inherit; // 1\n -webkit-appearance: button; // 2\n}\n\n// Correct element displays\n\noutput {\n display: inline-block;\n}\n\n\n// Summary\n//\n// 1. Add the correct display in all browsers\n\nsummary {\n display: list-item; // 1\n cursor: pointer;\n}\n\n\n// Progress\n//\n// Add the correct vertical alignment in Chrome, Firefox, and Opera.\n\nprogress {\n vertical-align: baseline;\n}\n\n\n// Hidden attribute\n//\n// Always hide an element with the `hidden` HTML attribute.\n\n[hidden] {\n display: none !important;\n}\n","/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nbody {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n background-color: #fff;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\nhr {\n margin: 1rem 0;\n color: inherit;\n background-color: currentColor;\n border: 0;\n opacity: 0.25;\n}\n\nhr:not([size]) {\n height: 1px;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n font-weight: 500;\n line-height: 1.2;\n}\n\nh1 {\n font-size: calc(1.375rem + 1.5vw);\n}\n\n@media (min-width: 1200px) {\n h1 {\n font-size: 2.5rem;\n }\n}\n\nh2 {\n font-size: calc(1.325rem + 0.9vw);\n}\n\n@media (min-width: 1200px) {\n h2 {\n font-size: 2rem;\n }\n}\n\nh3 {\n font-size: calc(1.3rem + 0.6vw);\n}\n\n@media (min-width: 1200px) {\n h3 {\n font-size: 1.75rem;\n }\n}\n\nh4 {\n font-size: calc(1.275rem + 0.3vw);\n}\n\n@media (min-width: 1200px) {\n h4 {\n font-size: 1.5rem;\n }\n}\n\nh5 {\n font-size: 1.25rem;\n}\n\nh6 {\n font-size: 1rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n cursor: help;\n -webkit-text-decoration-skip-ink: none;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\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: 700;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 0.875em;\n}\n\nmark {\n padding: 0.2em;\n background-color: #fcf8e3;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 0.75em;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #0d6efd;\n text-decoration: underline;\n}\n\na:hover {\n color: #024dbc;\n}\n\na:not([href]), a:not([href]):hover {\n color: inherit;\n text-decoration: none;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n display: block;\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n font-size: 0.875em;\n}\n\npre code {\n font-size: inherit;\n color: inherit;\n word-break: normal;\n}\n\ncode {\n font-size: 0.875em;\n color: #d63384;\n word-wrap: break-word;\n}\n\na > code {\n color: inherit;\n}\n\nkbd {\n padding: 0.2rem 0.4rem;\n font-size: 0.875em;\n color: #fff;\n background-color: #212529;\n border-radius: 0.2rem;\n}\n\nkbd kbd {\n padding: 0;\n font-size: 1em;\n font-weight: 700;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n color: #6c757d;\n text-align: left;\n}\n\nth {\n text-align: inherit;\n text-align: -webkit-match-parent;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\n[list]::-webkit-calendar-picker-indicator {\n display: none;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\n::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: textfield;\n}\n\ntextarea {\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n float: left;\n width: 100%;\n padding: 0;\n margin-bottom: 0.5rem;\n font-size: calc(1.275rem + 0.3vw);\n line-height: inherit;\n white-space: normal;\n}\n\n@media (min-width: 1200px) {\n legend {\n font-size: 1.5rem;\n }\n}\n\nlegend + * {\n clear: left;\n}\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n padding: 0;\n}\n\n::-webkit-inner-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: textfield;\n}\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[hidden] {\n display: none !important;\n}\n/*# sourceMappingURL=bootstrap-reboot.css.map */","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated responsive values for font sizes, paddings, margins and much more\n//\n// Licensed under MIT (https://github.com/twbs/rfs/blob/master/LICENSE)\n\n// Configuration\n\n// Base value\n$rfs-base-value: 1.25rem !default;\n$rfs-unit: rem !default;\n\n@if $rfs-unit != rem and $rfs-unit != px {\n @error \"`#{$rfs-unit}` is not a valid unit for $rfs-unit. Use `px` or `rem`.\";\n}\n\n// Breakpoint at where values start decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n@if $rfs-breakpoint-unit != px and $rfs-breakpoint-unit != em and $rfs-breakpoint-unit != rem {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n}\n\n// Resize values based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != number or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Mode. Possibilities: \"min-media-query\", \"max-media-query\"\n$rfs-mode: min-media-query !default;\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-rfs to false\n$enable-rfs: true !default;\n\n// Cache $rfs-base-value unit\n$rfs-base-value-unit: unit($rfs-base-value);\n\n// Remove px-unit from $rfs-base-value for calculations\n@if $rfs-base-value-unit == px {\n $rfs-base-value: $rfs-base-value / ($rfs-base-value * 0 + 1);\n}\n@else if $rfs-base-value-unit == rem {\n $rfs-base-value: $rfs-base-value / ($rfs-base-value * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == px {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == rem or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Calculate the media query value\n$rfs-mq-value: if($rfs-breakpoint-unit == px, #{$rfs-breakpoint}px, #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit});\n$rfs-mq-property-width: if($rfs-mode == max-media-query, max-width, min-width);\n$rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height);\n\n// Internal mixin used to determine which media query needs to be used\n@mixin _rfs-media-query {\n @if $rfs-two-dimensional {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}), (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {\n @content;\n }\n }\n @else {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {\n @content;\n }\n }\n}\n\n// Internal mixin that adds disable classes to the selector if needed.\n@mixin _rfs-rule {\n @if $rfs-class == disable and $rfs-mode == max-media-query {\n // Adding an extra class increases specificity, which prevents the media query to override the property\n &,\n .disable-rfs &,\n &.disable-rfs {\n @content;\n }\n }\n @else if $rfs-class == enable and $rfs-mode == min-media-query {\n .enable-rfs &,\n &.enable-rfs {\n @content;\n }\n }\n @else {\n @content;\n }\n}\n\n// Internal mixin that adds enable classes to the selector if needed.\n@mixin _rfs-media-query-rule {\n\n @if $rfs-class == enable {\n @if $rfs-mode == min-media-query {\n @content;\n }\n\n @include _rfs-media-query {\n .enable-rfs &,\n &.enable-rfs {\n @content;\n }\n }\n }\n @else {\n @if $rfs-class == disable and $rfs-mode == min-media-query {\n .disable-rfs &,\n &.disable-rfs {\n @content;\n }\n }\n @include _rfs-media-query {\n @content;\n }\n }\n}\n\n// Helper function to get the formatted non-responsive value\n@function rfs-value($values) {\n // Convert to list\n $values: if(type-of($values) != list, ($values,), $values);\n\n $val: '';\n\n // Loop over each value and calculate value\n @each $value in $values {\n @if $value == 0 {\n $val: $val + ' 0';\n }\n @else {\n // Cache $value unit\n $unit: if(type-of($value) == \"number\", unit($value), false);\n\n @if $unit == px {\n // Convert to rem if needed\n $val: $val + ' ' + if($rfs-unit == rem, #{$value / ($value * 0 + $rfs-rem-value)}rem, $value);\n }\n @else if $unit == rem {\n // Convert to px if needed\n $val: $val + ' ' + if($rfs-unit == px, #{$value / ($value * 0 + 1) * $rfs-rem-value}px, $value);\n }\n @else {\n // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n $val: $val + ' ' + $value;\n }\n }\n }\n\n // Remove first space\n @return unquote(str-slice($val, 2));\n}\n\n// Helper function to get the responsive value calculated by RFS\n@function rfs-fluid-value($values) {\n // Convert to list\n $values: if(type-of($values) != list, ($values,), $values);\n\n $val: '';\n\n // Loop over each value and calculate value\n @each $value in $values {\n @if $value == 0 {\n $val: $val + ' 0';\n }\n\n @else {\n // Cache $value unit\n $unit: if(type-of($value) == \"number\", unit($value), false);\n\n // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $unit or $unit != px and $unit != rem {\n $val: $val + ' ' + $value;\n }\n\n @else {\n // Remove unit from $value for calculations\n $value: $value / ($value * 0 + if($unit == px, 1, 1 / $rfs-rem-value));\n\n // Only add the media query if the value is greater than the minimum value\n @if abs($value) <= $rfs-base-value or not $enable-rfs {\n $val: $val + ' ' + if($rfs-unit == rem, #{$value / $rfs-rem-value}rem, #{$value}px);\n }\n @else {\n // Calculate the minimum value\n $value-min: $rfs-base-value + (abs($value) - $rfs-base-value) / $rfs-factor;\n\n // Calculate difference between $value and the minimum value\n $value-diff: abs($value) - $value-min;\n\n // Base value formatting\n $min-width: if($rfs-unit == rem, #{$value-min / $rfs-rem-value}rem, #{$value-min}px);\n\n // Use negative value if needed\n $min-width: if($value < 0, -$min-width, $min-width);\n\n // Use `vmin` if two-dimensional is enabled\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$value-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Return the calculated value\n $val: $val + ' calc(' + $min-width + if($value < 0, ' - ', ' + ') + $variable-width + ')';\n }\n }\n }\n }\n\n // Remove first space\n @return unquote(str-slice($val, 2));\n}\n\n// RFS mixin\n@mixin rfs($values, $property: font-size) {\n @if $values != null {\n $val: rfs-value($values);\n $fluidVal: rfs-fluid-value($values);\n\n // Do not print the media query if responsive & non-responsive values are the same\n @if $val == $fluidVal {\n #{$property}: $val;\n }\n @else {\n @include _rfs-rule {\n #{$property}: if($rfs-mode == max-media-query, $val, $fluidVal);\n\n // Include safari iframe resize fix if needed\n min-width: if($rfs-safari-iframe-resize-bug-fix, (0 * 1vw), null);\n }\n\n @include _rfs-media-query-rule {\n #{$property}: if($rfs-mode == max-media-query, $fluidVal, $val);\n }\n }\n }\n}\n\n// Shorthand helper mixins\n@mixin font-size($value) {\n @include rfs($value);\n}\n\n@mixin padding($value) {\n @include rfs($value, padding);\n}\n\n@mixin padding-top($value) {\n @include rfs($value, padding-top);\n}\n\n@mixin padding-right($value) {\n @include rfs($value, padding-right);\n}\n\n@mixin padding-bottom($value) {\n @include rfs($value, padding-bottom);\n}\n\n@mixin padding-left($value) {\n @include rfs($value, padding-left);\n}\n\n@mixin margin($value) {\n @include rfs($value, margin);\n}\n\n@mixin margin-top($value) {\n @include rfs($value, margin-top);\n}\n\n@mixin margin-right($value) {\n @include rfs($value, margin-right);\n}\n\n@mixin margin-bottom($value) {\n @include rfs($value, margin-bottom);\n}\n\n@mixin margin-left($value) {\n @include rfs($value, margin-left);\n}\n","/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nbody {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n background-color: #fff;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\nhr {\n margin: 1rem 0;\n color: inherit;\n background-color: currentColor;\n border: 0;\n opacity: 0.25;\n}\n\nhr:not([size]) {\n height: 1px;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n font-weight: 500;\n line-height: 1.2;\n}\n\nh1 {\n font-size: calc(1.375rem + 1.5vw);\n}\n\n@media (min-width: 1200px) {\n h1 {\n font-size: 2.5rem;\n }\n}\n\nh2 {\n font-size: calc(1.325rem + 0.9vw);\n}\n\n@media (min-width: 1200px) {\n h2 {\n font-size: 2rem;\n }\n}\n\nh3 {\n font-size: calc(1.3rem + 0.6vw);\n}\n\n@media (min-width: 1200px) {\n h3 {\n font-size: 1.75rem;\n }\n}\n\nh4 {\n font-size: calc(1.275rem + 0.3vw);\n}\n\n@media (min-width: 1200px) {\n h4 {\n font-size: 1.5rem;\n }\n}\n\nh5 {\n font-size: 1.25rem;\n}\n\nh6 {\n font-size: 1rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n text-decoration: underline dotted;\n cursor: help;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\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: 700;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 0.875em;\n}\n\nmark {\n padding: 0.2em;\n background-color: #fcf8e3;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 0.75em;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #0d6efd;\n text-decoration: underline;\n}\n\na:hover {\n color: #024dbc;\n}\n\na:not([href]), a:not([href]):hover {\n color: inherit;\n text-decoration: none;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n display: block;\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n font-size: 0.875em;\n}\n\npre code {\n font-size: inherit;\n color: inherit;\n word-break: normal;\n}\n\ncode {\n font-size: 0.875em;\n color: #d63384;\n word-wrap: break-word;\n}\n\na > code {\n color: inherit;\n}\n\nkbd {\n padding: 0.2rem 0.4rem;\n font-size: 0.875em;\n color: #fff;\n background-color: #212529;\n border-radius: 0.2rem;\n}\n\nkbd kbd {\n padding: 0;\n font-size: 1em;\n font-weight: 700;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n color: #6c757d;\n text-align: left;\n}\n\nth {\n text-align: inherit;\n text-align: -webkit-match-parent;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\n[list]::-webkit-calendar-picker-indicator {\n display: none;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\n::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: textfield;\n}\n\ntextarea {\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n float: left;\n width: 100%;\n padding: 0;\n margin-bottom: 0.5rem;\n font-size: calc(1.275rem + 0.3vw);\n line-height: inherit;\n white-space: normal;\n}\n\n@media (min-width: 1200px) {\n legend {\n font-size: 1.5rem;\n }\n}\n\nlegend + * {\n clear: left;\n}\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n padding: 0;\n}\n\n::-webkit-inner-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: textfield;\n}\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[hidden] {\n display: none !important;\n}\n\n/*# sourceMappingURL=bootstrap-reboot.css.map */","// stylelint-disable property-blacklist\n// Single side border-radius\n\n// Helper function to replace negative values with 0\n@function valid-radius($radius) {\n $return: ();\n @each $value in $radius {\n @if type-of($value) == number {\n $return: append($return, max($value, 0));\n } @else {\n $return: append($return, $value);\n }\n }\n @return $return;\n}\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: valid-radius($radius);\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n border-top-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: valid-radius($radius);\n border-bottom-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: valid-radius($radius);\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n"]} \ No newline at end of file +{"version":3,"sources":["../../scss/bootstrap-reboot.scss","../../scss/_reboot.scss","dist/css/bootstrap-reboot.css","../../scss/vendor/_rfs.scss","bootstrap-reboot.css","../../scss/mixins/_border-radius.scss"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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@import \"mixins\";\n@import \"reboot\";\n","// stylelint-disable at-rule-no-vendor-prefix, 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\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// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\n// on elements that programmatically receive focus but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic focus was a keyboard interaction,\n// or the browser has somehow determined that the user is primarily a keyboard user and/or\n// wants focus outlines to always be presented.\n// See https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible\n// and https://developer.paciellogroup.com/blog/2018/03/focus-visible-and-backwards-compatibility/\n\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\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// See https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_hr_size\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-* 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-original-title] { // 1\n text-decoration: underline; // 2\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]) {\n &,\n &:hover {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n// Code\n\npre,\ncode,\nkbd,\nsamp {\n font-family: var(--bs-font-monospace);\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\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// 4. Disable auto-hiding scrollbar in legacy Edge to avoid overlap,\n// making it impossible to interact with the content\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 -ms-overflow-style: scrollbar; // 4\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;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n}\n\n// 1. Matches default `` alignment by inheriting `text-align`.\n// 2. Fix alignment for Safari\n\nth {\n text-align: inherit; // 1\n text-align: -webkit-match-parent; // 2\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-blacklist\n border-radius: 0;\n}\n\n// Work around a Firefox bug where the transparent `button` background\n// results in a loss of the default `button` focus styles.\n// Credit https://github.com/suitcss/base/\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\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// Show the overflow in Edge\n\nbutton,\ninput {\n overflow: visible;\n}\n\n// Remove the inheritance of text transform in Firefox\n\nbutton,\nselect {\n text-transform: none;\n}\n\n// Remove the inheritance of word-wrap in Safari.\n// See https://github.com/twbs/bootstrap/issues/24990\n\nselect {\n word-wrap: normal;\n}\n\n// Remove the dropdown arrow in Chrome from inputs built with datalists.\n// See https://stackoverflow.com/a/54997118\n\n[list]::-webkit-calendar-picker-indicator {\n display: none;\n}\n\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n// controls in Android 4.\n// 2. Correct the inability to style clickable types in iOS and Safari.\n// 3. Opinionated: add \"hand\" cursor to non-disabled button elements.\n\nbutton,\n[type=\"button\"], // 1\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; // 2\n\n @if $enable-button-pointers {\n &:not(:disabled) {\n cursor: pointer; // 3\n }\n }\n}\n\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\n\n::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\n// 1. Textareas should really only resize vertically so they don't break their (horizontal) containers.\n\ntextarea {\n resize: vertical; // 1\n}\n\n// 1. Browsers set a default `min-width: min-content;` on fieldsets,\n// unlike e.g. `

`s, which have `min-width: 0;` by default.\n// So we reset that to ensure fieldsets behave more like a standard block element.\n// See https://github.com/twbs/bootstrap/issues/12359\n// and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n// 2. Reset the default outline behavior of fieldsets so they don't affect page layout.\n\nfieldset {\n min-width: 0; // 1\n padding: 0; // 2\n margin: 0; // 2\n border: 0; // 2\n}\n\n// 1. By using `float: left`, the legend will behave like a block element.\n// This way the border of a fieldset wraps around the legend if present.\n// 2. Correct the text wrapping in Edge.\n// 3. Fix wrapping bug.\n// See https://github.com/twbs/bootstrap/issues/29712\n\nlegend {\n float: left; // 1\n width: 100%;\n padding: 0;\n margin-bottom: $legend-margin-bottom;\n @include font-size($legend-font-size);\n font-weight: $legend-font-weight;\n line-height: inherit;\n white-space: normal; // 2\n\n + * {\n clear: left; // 3\n }\n}\n\n// Fix height of inputs with a type of datetime-local, date, month, week, or time\n// See https://github.com/twbs/bootstrap/issues/18842\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n padding: 0;\n}\n\n::-webkit-inner-spin-button {\n height: auto;\n}\n\n// 1. Correct the outline style in Safari.\n// 2. This overrides the extra rounded corners on search inputs in iOS so that our\n// `.form-control` class can properly style them. Note that this cannot simply\n// be added to `.form-control` as it's not specific enough. For details, see\n// https://github.com/twbs/bootstrap/issues/11586.\n\n[type=\"search\"] {\n outline-offset: -2px; // 1\n -webkit-appearance: textfield; // 2\n}\n\n// Remove the inner padding in Chrome and Safari on macOS.\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n// Remove padding around color pickers in webkit browsers\n\n::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n\n// 1. Change font properties to `inherit` in Safari.\n// 2. Correct the inability to style clickable types in iOS and Safari.\n\n::-webkit-file-upload-button {\n font: inherit; // 1\n -webkit-appearance: button; // 2\n}\n\n// Correct element displays\n\noutput {\n display: inline-block;\n}\n\n// Remove border from iframe\n\niframe {\n border: 0;\n}\n\n// Summary\n//\n// 1. Add the correct display in all browsers\n\nsummary {\n display: list-item; // 1\n cursor: pointer;\n}\n\n\n// Progress\n//\n// Add the correct vertical alignment in Chrome, Firefox, and Opera.\n\nprogress {\n vertical-align: baseline;\n}\n\n\n// Hidden attribute\n//\n// Always hide an element with the `hidden` HTML attribute.\n\n[hidden] {\n display: none !important;\n}\n","/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nbody {\n margin: 0;\n font-family: var(--bs-font-sans-serif);\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n background-color: #fff;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\nhr {\n margin: 1rem 0;\n color: inherit;\n background-color: currentColor;\n border: 0;\n opacity: 0.25;\n}\n\nhr:not([size]) {\n height: 1px;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n font-weight: 500;\n line-height: 1.2;\n}\n\nh1 {\n font-size: calc(1.375rem + 1.5vw);\n}\n\n@media (min-width: 1200px) {\n h1 {\n font-size: 2.5rem;\n }\n}\n\nh2 {\n font-size: calc(1.325rem + 0.9vw);\n}\n\n@media (min-width: 1200px) {\n h2 {\n font-size: 2rem;\n }\n}\n\nh3 {\n font-size: calc(1.3rem + 0.6vw);\n}\n\n@media (min-width: 1200px) {\n h3 {\n font-size: 1.75rem;\n }\n}\n\nh4 {\n font-size: calc(1.275rem + 0.3vw);\n}\n\n@media (min-width: 1200px) {\n h4 {\n font-size: 1.5rem;\n }\n}\n\nh5 {\n font-size: 1.25rem;\n}\n\nh6 {\n font-size: 1rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n cursor: help;\n -webkit-text-decoration-skip-ink: none;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\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: 700;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 0.875em;\n}\n\nmark {\n padding: 0.2em;\n background-color: #fcf8e3;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 0.75em;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #0d6efd;\n text-decoration: underline;\n}\n\na:hover {\n color: #024dbc;\n}\n\na:not([href]), a:not([href]):hover {\n color: inherit;\n text-decoration: none;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: var(--bs-font-monospace);\n font-size: 1em;\n}\n\npre {\n display: block;\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n font-size: 0.875em;\n -ms-overflow-style: scrollbar;\n}\n\npre code {\n font-size: inherit;\n color: inherit;\n word-break: normal;\n}\n\ncode {\n font-size: 0.875em;\n color: #d63384;\n word-wrap: break-word;\n}\n\na > code {\n color: inherit;\n}\n\nkbd {\n padding: 0.2rem 0.4rem;\n font-size: 0.875em;\n color: #fff;\n background-color: #212529;\n border-radius: 0.2rem;\n}\n\nkbd kbd {\n padding: 0;\n font-size: 1em;\n font-weight: 700;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n color: #6c757d;\n text-align: left;\n}\n\nth {\n text-align: inherit;\n text-align: -webkit-match-parent;\n}\n\nthead,\ntbody,\ntfoot,\ntr,\ntd,\nth {\n border-color: inherit;\n border-style: solid;\n border-width: 0;\n}\n\nlabel {\n display: inline-block;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\n[list]::-webkit-calendar-picker-indicator {\n display: none;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\n::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ntextarea {\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n float: left;\n width: 100%;\n padding: 0;\n margin-bottom: 0.5rem;\n font-size: calc(1.275rem + 0.3vw);\n line-height: inherit;\n white-space: normal;\n}\n\n@media (min-width: 1200px) {\n legend {\n font-size: 1.5rem;\n }\n}\n\nlegend + * {\n clear: left;\n}\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n padding: 0;\n}\n\n::-webkit-inner-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: textfield;\n}\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\niframe {\n border: 0;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[hidden] {\n display: none !important;\n}\n/*# sourceMappingURL=bootstrap-reboot.css.map */","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated responsive values for font sizes, paddings, margins and much more\n//\n// Licensed under MIT (https://github.com/twbs/rfs/blob/master/LICENSE)\n\n// Configuration\n\n// Base value\n$rfs-base-value: 1.25rem !default;\n$rfs-unit: rem !default;\n\n@if $rfs-unit != rem and $rfs-unit != px {\n @error \"`#{$rfs-unit}` is not a valid unit for $rfs-unit. Use `px` or `rem`.\";\n}\n\n// Breakpoint at where values start decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n@if $rfs-breakpoint-unit != px and $rfs-breakpoint-unit != em and $rfs-breakpoint-unit != rem {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n}\n\n// Resize values based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != number or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Mode. Possibilities: \"min-media-query\", \"max-media-query\"\n$rfs-mode: min-media-query !default;\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-rfs to false\n$enable-rfs: true !default;\n\n// Cache $rfs-base-value unit\n$rfs-base-value-unit: unit($rfs-base-value);\n\n// Remove px-unit from $rfs-base-value for calculations\n@if $rfs-base-value-unit == px {\n $rfs-base-value: $rfs-base-value / ($rfs-base-value * 0 + 1);\n}\n@else if $rfs-base-value-unit == rem {\n $rfs-base-value: $rfs-base-value / ($rfs-base-value * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == px {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == rem or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Calculate the media query value\n$rfs-mq-value: if($rfs-breakpoint-unit == px, #{$rfs-breakpoint}px, #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit});\n$rfs-mq-property-width: if($rfs-mode == max-media-query, max-width, min-width);\n$rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height);\n\n// Internal mixin used to determine which media query needs to be used\n@mixin _rfs-media-query {\n @if $rfs-two-dimensional {\n @if $rfs-mode == max-media-query {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}), (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {\n @content;\n }\n }\n @else {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) and (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {\n @content;\n }\n }\n }\n @else {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {\n @content;\n }\n }\n}\n\n// Internal mixin that adds disable classes to the selector if needed.\n@mixin _rfs-rule {\n @if $rfs-class == disable and $rfs-mode == max-media-query {\n // Adding an extra class increases specificity, which prevents the media query to override the property\n &,\n .disable-rfs &,\n &.disable-rfs {\n @content;\n }\n }\n @else if $rfs-class == enable and $rfs-mode == min-media-query {\n .enable-rfs &,\n &.enable-rfs {\n @content;\n }\n }\n @else {\n @content;\n }\n}\n\n// Internal mixin that adds enable classes to the selector if needed.\n@mixin _rfs-media-query-rule {\n\n @if $rfs-class == enable {\n @if $rfs-mode == min-media-query {\n @content;\n }\n\n @include _rfs-media-query {\n .enable-rfs &,\n &.enable-rfs {\n @content;\n }\n }\n }\n @else {\n @if $rfs-class == disable and $rfs-mode == min-media-query {\n .disable-rfs &,\n &.disable-rfs {\n @content;\n }\n }\n @include _rfs-media-query {\n @content;\n }\n }\n}\n\n// Helper function to get the formatted non-responsive value\n@function rfs-value($values) {\n // Convert to list\n $values: if(type-of($values) != list, ($values,), $values);\n\n $val: '';\n\n // Loop over each value and calculate value\n @each $value in $values {\n @if $value == 0 {\n $val: $val + ' 0';\n }\n @else {\n // Cache $value unit\n $unit: if(type-of($value) == \"number\", unit($value), false);\n\n @if $unit == px {\n // Convert to rem if needed\n $val: $val + ' ' + if($rfs-unit == rem, #{$value / ($value * 0 + $rfs-rem-value)}rem, $value);\n }\n @else if $unit == rem {\n // Convert to px if needed\n $val: $val + ' ' + if($rfs-unit == px, #{$value / ($value * 0 + 1) * $rfs-rem-value}px, $value);\n }\n @else {\n // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n $val: $val + ' ' + $value;\n }\n }\n }\n\n // Remove first space\n @return unquote(str-slice($val, 2));\n}\n\n// Helper function to get the responsive value calculated by RFS\n@function rfs-fluid-value($values) {\n // Convert to list\n $values: if(type-of($values) != list, ($values,), $values);\n\n $val: '';\n\n // Loop over each value and calculate value\n @each $value in $values {\n @if $value == 0 {\n $val: $val + ' 0';\n }\n\n @else {\n // Cache $value unit\n $unit: if(type-of($value) == \"number\", unit($value), false);\n\n // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $unit or $unit != px and $unit != rem {\n $val: $val + ' ' + $value;\n }\n\n @else {\n // Remove unit from $value for calculations\n $value: $value / ($value * 0 + if($unit == px, 1, 1 / $rfs-rem-value));\n\n // Only add the media query if the value is greater than the minimum value\n @if abs($value) <= $rfs-base-value or not $enable-rfs {\n $val: $val + ' ' + if($rfs-unit == rem, #{$value / $rfs-rem-value}rem, #{$value}px);\n }\n @else {\n // Calculate the minimum value\n $value-min: $rfs-base-value + (abs($value) - $rfs-base-value) / $rfs-factor;\n\n // Calculate difference between $value and the minimum value\n $value-diff: abs($value) - $value-min;\n\n // Base value formatting\n $min-width: if($rfs-unit == rem, #{$value-min / $rfs-rem-value}rem, #{$value-min}px);\n\n // Use negative value if needed\n $min-width: if($value < 0, -$min-width, $min-width);\n\n // Use `vmin` if two-dimensional is enabled\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$value-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Return the calculated value\n $val: $val + ' calc(' + $min-width + if($value < 0, ' - ', ' + ') + $variable-width + ')';\n }\n }\n }\n }\n\n // Remove first space\n @return unquote(str-slice($val, 2));\n}\n\n// RFS mixin\n@mixin rfs($values, $property: font-size) {\n @if $values != null {\n $val: rfs-value($values);\n $fluidVal: rfs-fluid-value($values);\n\n // Do not print the media query if responsive & non-responsive values are the same\n @if $val == $fluidVal {\n #{$property}: $val;\n }\n @else {\n @include _rfs-rule {\n #{$property}: if($rfs-mode == max-media-query, $val, $fluidVal);\n\n // Include safari iframe resize fix if needed\n min-width: if($rfs-safari-iframe-resize-bug-fix, (0 * 1vw), null);\n }\n\n @include _rfs-media-query-rule {\n #{$property}: if($rfs-mode == max-media-query, $fluidVal, $val);\n }\n }\n }\n}\n\n// Shorthand helper mixins\n@mixin font-size($value) {\n @include rfs($value);\n}\n\n@mixin padding($value) {\n @include rfs($value, padding);\n}\n\n@mixin padding-top($value) {\n @include rfs($value, padding-top);\n}\n\n@mixin padding-right($value) {\n @include rfs($value, padding-right);\n}\n\n@mixin padding-bottom($value) {\n @include rfs($value, padding-bottom);\n}\n\n@mixin padding-left($value) {\n @include rfs($value, padding-left);\n}\n\n@mixin margin($value) {\n @include rfs($value, margin);\n}\n\n@mixin margin-top($value) {\n @include rfs($value, margin-top);\n}\n\n@mixin margin-right($value) {\n @include rfs($value, margin-right);\n}\n\n@mixin margin-bottom($value) {\n @include rfs($value, margin-bottom);\n}\n\n@mixin margin-left($value) {\n @include rfs($value, margin-left);\n}\n","/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nbody {\n margin: 0;\n font-family: var(--bs-font-sans-serif);\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n background-color: #fff;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\nhr {\n margin: 1rem 0;\n color: inherit;\n background-color: currentColor;\n border: 0;\n opacity: 0.25;\n}\n\nhr:not([size]) {\n height: 1px;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n font-weight: 500;\n line-height: 1.2;\n}\n\nh1 {\n font-size: calc(1.375rem + 1.5vw);\n}\n\n@media (min-width: 1200px) {\n h1 {\n font-size: 2.5rem;\n }\n}\n\nh2 {\n font-size: calc(1.325rem + 0.9vw);\n}\n\n@media (min-width: 1200px) {\n h2 {\n font-size: 2rem;\n }\n}\n\nh3 {\n font-size: calc(1.3rem + 0.6vw);\n}\n\n@media (min-width: 1200px) {\n h3 {\n font-size: 1.75rem;\n }\n}\n\nh4 {\n font-size: calc(1.275rem + 0.3vw);\n}\n\n@media (min-width: 1200px) {\n h4 {\n font-size: 1.5rem;\n }\n}\n\nh5 {\n font-size: 1.25rem;\n}\n\nh6 {\n font-size: 1rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n text-decoration: underline dotted;\n cursor: help;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\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: 700;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 0.875em;\n}\n\nmark {\n padding: 0.2em;\n background-color: #fcf8e3;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 0.75em;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #0d6efd;\n text-decoration: underline;\n}\n\na:hover {\n color: #024dbc;\n}\n\na:not([href]), a:not([href]):hover {\n color: inherit;\n text-decoration: none;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: var(--bs-font-monospace);\n font-size: 1em;\n}\n\npre {\n display: block;\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n font-size: 0.875em;\n -ms-overflow-style: scrollbar;\n}\n\npre code {\n font-size: inherit;\n color: inherit;\n word-break: normal;\n}\n\ncode {\n font-size: 0.875em;\n color: #d63384;\n word-wrap: break-word;\n}\n\na > code {\n color: inherit;\n}\n\nkbd {\n padding: 0.2rem 0.4rem;\n font-size: 0.875em;\n color: #fff;\n background-color: #212529;\n border-radius: 0.2rem;\n}\n\nkbd kbd {\n padding: 0;\n font-size: 1em;\n font-weight: 700;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n color: #6c757d;\n text-align: left;\n}\n\nth {\n text-align: inherit;\n text-align: -webkit-match-parent;\n}\n\nthead,\ntbody,\ntfoot,\ntr,\ntd,\nth {\n border-color: inherit;\n border-style: solid;\n border-width: 0;\n}\n\nlabel {\n display: inline-block;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\n[list]::-webkit-calendar-picker-indicator {\n display: none;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\n::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ntextarea {\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n float: left;\n width: 100%;\n padding: 0;\n margin-bottom: 0.5rem;\n font-size: calc(1.275rem + 0.3vw);\n line-height: inherit;\n white-space: normal;\n}\n\n@media (min-width: 1200px) {\n legend {\n font-size: 1.5rem;\n }\n}\n\nlegend + * {\n clear: left;\n}\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n padding: 0;\n}\n\n::-webkit-inner-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: textfield;\n}\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\niframe {\n border: 0;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[hidden] {\n display: none !important;\n}\n\n/*# sourceMappingURL=bootstrap-reboot.css.map */","// stylelint-disable property-blacklist\n// Single side border-radius\n\n// Helper function to replace negative values with 0\n@function valid-radius($radius) {\n $return: ();\n @each $value in $radius {\n @if type-of($value) == number {\n $return: append($return, max($value, 0));\n } @else {\n $return: append($return, $value);\n }\n }\n @return $return;\n}\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: valid-radius($radius);\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n border-top-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: valid-radius($radius);\n border-bottom-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: valid-radius($radius);\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n"]} \ No newline at end of file diff --git a/dist/css/bootstrap-utilities.css b/dist/css/bootstrap-utilities.css index 613a386fa..6fcf1d7bc 100644 --- a/dist/css/bootstrap-utilities.css +++ b/dist/css/bootstrap-utilities.css @@ -639,156 +639,6 @@ margin-left: auto !important; } -.m-n1 { - margin: -0.25rem !important; -} - -.m-n2 { - margin: -0.5rem !important; -} - -.m-n3 { - margin: -1rem !important; -} - -.m-n4 { - margin: -1.5rem !important; -} - -.m-n5 { - margin: -3rem !important; -} - -.mx-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; -} - -.mx-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; -} - -.mx-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; -} - -.mx-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; -} - -.mx-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; -} - -.my-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; -} - -.my-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; -} - -.my-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; -} - -.my-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; -} - -.my-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; -} - -.mt-n1 { - margin-top: -0.25rem !important; -} - -.mt-n2 { - margin-top: -0.5rem !important; -} - -.mt-n3 { - margin-top: -1rem !important; -} - -.mt-n4 { - margin-top: -1.5rem !important; -} - -.mt-n5 { - margin-top: -3rem !important; -} - -.mr-n1 { - margin-right: -0.25rem !important; -} - -.mr-n2 { - margin-right: -0.5rem !important; -} - -.mr-n3 { - margin-right: -1rem !important; -} - -.mr-n4 { - margin-right: -1.5rem !important; -} - -.mr-n5 { - margin-right: -3rem !important; -} - -.mb-n1 { - margin-bottom: -0.25rem !important; -} - -.mb-n2 { - margin-bottom: -0.5rem !important; -} - -.mb-n3 { - margin-bottom: -1rem !important; -} - -.mb-n4 { - margin-bottom: -1.5rem !important; -} - -.mb-n5 { - margin-bottom: -3rem !important; -} - -.ml-n1 { - margin-left: -0.25rem !important; -} - -.ml-n2 { - margin-left: -0.5rem !important; -} - -.ml-n3 { - margin-left: -1rem !important; -} - -.ml-n4 { - margin-left: -1.5rem !important; -} - -.ml-n5 { - margin-left: -3rem !important; -} - .p-0 { padding: 0 !important; } @@ -1162,7 +1012,7 @@ } .font-monospace { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; + font-family: var(--bs-font-monospace) !important; } .user-select-all { @@ -1570,121 +1420,6 @@ .ml-sm-auto { margin-left: auto !important; } - .m-sm-n1 { - margin: -0.25rem !important; - } - .m-sm-n2 { - margin: -0.5rem !important; - } - .m-sm-n3 { - margin: -1rem !important; - } - .m-sm-n4 { - margin: -1.5rem !important; - } - .m-sm-n5 { - margin: -3rem !important; - } - .mx-sm-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; - } - .mx-sm-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; - } - .mx-sm-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; - } - .mx-sm-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; - } - .mx-sm-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; - } - .my-sm-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - .my-sm-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - .my-sm-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - .my-sm-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - .my-sm-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - .mt-sm-n1 { - margin-top: -0.25rem !important; - } - .mt-sm-n2 { - margin-top: -0.5rem !important; - } - .mt-sm-n3 { - margin-top: -1rem !important; - } - .mt-sm-n4 { - margin-top: -1.5rem !important; - } - .mt-sm-n5 { - margin-top: -3rem !important; - } - .mr-sm-n1 { - margin-right: -0.25rem !important; - } - .mr-sm-n2 { - margin-right: -0.5rem !important; - } - .mr-sm-n3 { - margin-right: -1rem !important; - } - .mr-sm-n4 { - margin-right: -1.5rem !important; - } - .mr-sm-n5 { - margin-right: -3rem !important; - } - .mb-sm-n1 { - margin-bottom: -0.25rem !important; - } - .mb-sm-n2 { - margin-bottom: -0.5rem !important; - } - .mb-sm-n3 { - margin-bottom: -1rem !important; - } - .mb-sm-n4 { - margin-bottom: -1.5rem !important; - } - .mb-sm-n5 { - margin-bottom: -3rem !important; - } - .ml-sm-n1 { - margin-left: -0.25rem !important; - } - .ml-sm-n2 { - margin-left: -0.5rem !important; - } - .ml-sm-n3 { - margin-left: -1rem !important; - } - .ml-sm-n4 { - margin-left: -1.5rem !important; - } - .ml-sm-n5 { - margin-left: -3rem !important; - } .p-sm-0 { padding: 0 !important; } @@ -2158,121 +1893,6 @@ .ml-md-auto { margin-left: auto !important; } - .m-md-n1 { - margin: -0.25rem !important; - } - .m-md-n2 { - margin: -0.5rem !important; - } - .m-md-n3 { - margin: -1rem !important; - } - .m-md-n4 { - margin: -1.5rem !important; - } - .m-md-n5 { - margin: -3rem !important; - } - .mx-md-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; - } - .mx-md-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; - } - .mx-md-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; - } - .mx-md-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; - } - .mx-md-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; - } - .my-md-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - .my-md-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - .my-md-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - .my-md-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - .my-md-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - .mt-md-n1 { - margin-top: -0.25rem !important; - } - .mt-md-n2 { - margin-top: -0.5rem !important; - } - .mt-md-n3 { - margin-top: -1rem !important; - } - .mt-md-n4 { - margin-top: -1.5rem !important; - } - .mt-md-n5 { - margin-top: -3rem !important; - } - .mr-md-n1 { - margin-right: -0.25rem !important; - } - .mr-md-n2 { - margin-right: -0.5rem !important; - } - .mr-md-n3 { - margin-right: -1rem !important; - } - .mr-md-n4 { - margin-right: -1.5rem !important; - } - .mr-md-n5 { - margin-right: -3rem !important; - } - .mb-md-n1 { - margin-bottom: -0.25rem !important; - } - .mb-md-n2 { - margin-bottom: -0.5rem !important; - } - .mb-md-n3 { - margin-bottom: -1rem !important; - } - .mb-md-n4 { - margin-bottom: -1.5rem !important; - } - .mb-md-n5 { - margin-bottom: -3rem !important; - } - .ml-md-n1 { - margin-left: -0.25rem !important; - } - .ml-md-n2 { - margin-left: -0.5rem !important; - } - .ml-md-n3 { - margin-left: -1rem !important; - } - .ml-md-n4 { - margin-left: -1.5rem !important; - } - .ml-md-n5 { - margin-left: -3rem !important; - } .p-md-0 { padding: 0 !important; } @@ -2746,121 +2366,6 @@ .ml-lg-auto { margin-left: auto !important; } - .m-lg-n1 { - margin: -0.25rem !important; - } - .m-lg-n2 { - margin: -0.5rem !important; - } - .m-lg-n3 { - margin: -1rem !important; - } - .m-lg-n4 { - margin: -1.5rem !important; - } - .m-lg-n5 { - margin: -3rem !important; - } - .mx-lg-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; - } - .mx-lg-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; - } - .mx-lg-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; - } - .mx-lg-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; - } - .mx-lg-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; - } - .my-lg-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - .my-lg-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - .my-lg-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - .my-lg-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - .my-lg-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - .mt-lg-n1 { - margin-top: -0.25rem !important; - } - .mt-lg-n2 { - margin-top: -0.5rem !important; - } - .mt-lg-n3 { - margin-top: -1rem !important; - } - .mt-lg-n4 { - margin-top: -1.5rem !important; - } - .mt-lg-n5 { - margin-top: -3rem !important; - } - .mr-lg-n1 { - margin-right: -0.25rem !important; - } - .mr-lg-n2 { - margin-right: -0.5rem !important; - } - .mr-lg-n3 { - margin-right: -1rem !important; - } - .mr-lg-n4 { - margin-right: -1.5rem !important; - } - .mr-lg-n5 { - margin-right: -3rem !important; - } - .mb-lg-n1 { - margin-bottom: -0.25rem !important; - } - .mb-lg-n2 { - margin-bottom: -0.5rem !important; - } - .mb-lg-n3 { - margin-bottom: -1rem !important; - } - .mb-lg-n4 { - margin-bottom: -1.5rem !important; - } - .mb-lg-n5 { - margin-bottom: -3rem !important; - } - .ml-lg-n1 { - margin-left: -0.25rem !important; - } - .ml-lg-n2 { - margin-left: -0.5rem !important; - } - .ml-lg-n3 { - margin-left: -1rem !important; - } - .ml-lg-n4 { - margin-left: -1.5rem !important; - } - .ml-lg-n5 { - margin-left: -3rem !important; - } .p-lg-0 { padding: 0 !important; } @@ -3334,121 +2839,6 @@ .ml-xl-auto { margin-left: auto !important; } - .m-xl-n1 { - margin: -0.25rem !important; - } - .m-xl-n2 { - margin: -0.5rem !important; - } - .m-xl-n3 { - margin: -1rem !important; - } - .m-xl-n4 { - margin: -1.5rem !important; - } - .m-xl-n5 { - margin: -3rem !important; - } - .mx-xl-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; - } - .mx-xl-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; - } - .mx-xl-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; - } - .mx-xl-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; - } - .mx-xl-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; - } - .my-xl-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - .my-xl-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - .my-xl-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - .my-xl-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - .my-xl-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - .mt-xl-n1 { - margin-top: -0.25rem !important; - } - .mt-xl-n2 { - margin-top: -0.5rem !important; - } - .mt-xl-n3 { - margin-top: -1rem !important; - } - .mt-xl-n4 { - margin-top: -1.5rem !important; - } - .mt-xl-n5 { - margin-top: -3rem !important; - } - .mr-xl-n1 { - margin-right: -0.25rem !important; - } - .mr-xl-n2 { - margin-right: -0.5rem !important; - } - .mr-xl-n3 { - margin-right: -1rem !important; - } - .mr-xl-n4 { - margin-right: -1.5rem !important; - } - .mr-xl-n5 { - margin-right: -3rem !important; - } - .mb-xl-n1 { - margin-bottom: -0.25rem !important; - } - .mb-xl-n2 { - margin-bottom: -0.5rem !important; - } - .mb-xl-n3 { - margin-bottom: -1rem !important; - } - .mb-xl-n4 { - margin-bottom: -1.5rem !important; - } - .mb-xl-n5 { - margin-bottom: -3rem !important; - } - .ml-xl-n1 { - margin-left: -0.25rem !important; - } - .ml-xl-n2 { - margin-left: -0.5rem !important; - } - .ml-xl-n3 { - margin-left: -1rem !important; - } - .ml-xl-n4 { - margin-left: -1.5rem !important; - } - .ml-xl-n5 { - margin-left: -3rem !important; - } .p-xl-0 { padding: 0 !important; } @@ -3598,6 +2988,479 @@ } } +@media (min-width: 1400px) { + .float-xxl-left { + float: left !important; + } + .float-xxl-right { + float: right !important; + } + .float-xxl-none { + float: none !important; + } + .d-xxl-none { + display: none !important; + } + .d-xxl-inline { + display: inline !important; + } + .d-xxl-inline-block { + display: inline-block !important; + } + .d-xxl-block { + display: block !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; + } + .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; + } + .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; + } + .mr-xxl-0 { + margin-right: 0 !important; + } + .mr-xxl-1 { + margin-right: 0.25rem !important; + } + .mr-xxl-2 { + margin-right: 0.5rem !important; + } + .mr-xxl-3 { + margin-right: 1rem !important; + } + .mr-xxl-4 { + margin-right: 1.5rem !important; + } + .mr-xxl-5 { + margin-right: 3rem !important; + } + .mr-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; + } + .ml-xxl-0 { + margin-left: 0 !important; + } + .ml-xxl-1 { + margin-left: 0.25rem !important; + } + .ml-xxl-2 { + margin-left: 0.5rem !important; + } + .ml-xxl-3 { + margin-left: 1rem !important; + } + .ml-xxl-4 { + margin-left: 1.5rem !important; + } + .ml-xxl-5 { + margin-left: 3rem !important; + } + .ml-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; + } + .pr-xxl-0 { + padding-right: 0 !important; + } + .pr-xxl-1 { + padding-right: 0.25rem !important; + } + .pr-xxl-2 { + padding-right: 0.5rem !important; + } + .pr-xxl-3 { + padding-right: 1rem !important; + } + .pr-xxl-4 { + padding-right: 1.5rem !important; + } + .pr-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; + } + .pl-xxl-0 { + padding-left: 0 !important; + } + .pl-xxl-1 { + padding-left: 0.25rem !important; + } + .pl-xxl-2 { + padding-left: 0.5rem !important; + } + .pl-xxl-3 { + padding-left: 1rem !important; + } + .pl-xxl-4 { + padding-left: 1.5rem !important; + } + .pl-xxl-5 { + padding-left: 3rem !important; + } + .text-xxl-left { + text-align: left !important; + } + .text-xxl-right { + text-align: right !important; + } + .text-xxl-center { + text-align: center !important; + } +} + @media print { .d-print-none { display: none !important; diff --git a/dist/css/bootstrap-utilities.css.map b/dist/css/bootstrap-utilities.css.map index 3d69a6f28..33e74c2e1 100644 --- a/dist/css/bootstrap-utilities.css.map +++ b/dist/css/bootstrap-utilities.css.map @@ -1 +1 @@ -{"version":3,"sources":["../../scss/bootstrap-utilities.scss","bootstrap-utilities.css","../../scss/mixins/_utilities.scss","../../scss/mixins/_breakpoints.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"AAAA;;;;;ECKE;ACoCI;EAEI,mCAA+D;ADnCzE;;ACiCM;EAEI,8BAA+D;AD/BzE;;AC6BM;EAEI,iCAA+D;AD3BzE;;ACyBM;EAEI,iCAA+D;ADvBzE;;ACqBM;EAEI,sCAA+D;ADnBzE;;ACiBM;EAEI,mCAA+D;ADfzE;;ACaM;EAEI,sBAA+D;ADXzE;;ACSM;EAEI,uBAA+D;ADPzE;;ACKM;EAEI,sBAA+D;ADHzE;;ACCM;EAEI,yBAA+D;ADCzE;;ACHM;EAEI,2BAA+D;ADKzE;;ACPM;EAEI,wBAA+D;ADSzE;;ACXM;EAEI,0BAA+D;ADazE;;ACfM;EAEI,gCAA+D;ADiBzE;;ACnBM;EAEI,yBAA+D;ADqBzE;;ACvBM;EAEI,yBAA+D;ADyBzE;;AC3BM;EAEI,6BAA+D;AD6BzE;;AC/BM;EAEI,8BAA+D;ADiCzE;;ACnCM;EAEI,wBAA+D;ADqCzE;;ACvCM;EAEI,+BAA+D;ADyCzE;;AC3CM;EAEI,wDAA+D;AD6CzE;;AC/CM;EAEI,8DAA+D;ADiDzE;;ACnDM;EAEI,uDAA+D;ADqDzE;;ACvDM;EAEI,2BAA+D;ADyDzE;;AC3DM;EAEI,2BAA+D;AD6DzE;;AC/DM;EAEI,6BAA+D;ADiEzE;;ACnEM;EAEI,6BAA+D;ADqEzE;;ACvEM;EAEI,0BAA+D;ADyEzE;;AC3EM;EAEI,mCAA+D;EAA/D,2BAA+D;AD6EzE;;AC/EM;EAEI,oCAA+D;ADiFzE;;ACnFM;EAEI,oBAA+D;ADqFzE;;ACvFM;EAEI,wCAA+D;ADyFzE;;AC3FM;EAEI,wBAA+D;AD6FzE;;AC/FM;EAEI,0CAA+D;ADiGzE;;ACnGM;EAEI,0BAA+D;ADqGzE;;ACvGM;EAEI,2CAA+D;ADyGzE;;AC3GM;EAEI,2BAA+D;AD6GzE;;AC/GM;EAEI,yCAA+D;ADiHzE;;ACnHM;EAEI,yBAA+D;ADqHzE;;ACvHM;EAEI,gCAA+D;ADyHzE;;AC3HM;EAEI,gCAA+D;AD6HzE;;AC/HM;EAEI,gCAA+D;ADiIzE;;ACnIM;EAEI,gCAA+D;ADqIzE;;ACvIM;EAEI,gCAA+D;ADyIzE;;AC3IM;EAEI,gCAA+D;AD6IzE;;AC/IM;EAEI,gCAA+D;ADiJzE;;ACnJM;EAEI,gCAA+D;ADqJzE;;ACvJM;EAEI,6BAA+D;ADyJzE;;AC3JM;EAEI,qBAA+D;AD6JzE;;AC/JM;EAEI,qBAA+D;ADiKzE;;ACnKM;EAEI,qBAA+D;ADqKzE;;ACvKM;EAEI,sBAA+D;ADyKzE;;AC3KM;EAEI,sBAA+D;AD6KzE;;AC/KM;EAEI,0BAA+D;ADiLzE;;ACnLM;EAEI,uBAA+D;ADqLzE;;ACvLM;EAEI,2BAA+D;ADyLzE;;AC3LM;EAEI,sBAA+D;AD6LzE;;AC/LM;EAEI,sBAA+D;ADiMzE;;ACnMM;EAEI,sBAA+D;ADqMzE;;ACvMM;EAEI,uBAA+D;ADyMzE;;AC3MM;EAEI,uBAA+D;AD6MzE;;AC/MM;EAEI,2BAA+D;ADiNzE;;ACnNM;EAEI,wBAA+D;ADqNzE;;ACvNM;EAEI,4BAA+D;ADyNzE;;AC3NM;EAEI,yBAA+D;AD6NzE;;AC/NM;EAEI,8BAA+D;ADiOzE;;ACnOM;EAEI,iCAA+D;ADqOzE;;ACvOM;EAEI,sCAA+D;ADyOzE;;AC3OM;EAEI,yCAA+D;AD6OzE;;AC/OM;EAEI,uBAA+D;ADiPzE;;ACnPM;EAEI,uBAA+D;ADqPzE;;ACvPM;EAEI,yBAA+D;ADyPzE;;AC3PM;EAEI,yBAA+D;AD6PzE;;AC/PM;EAEI,0BAA+D;ADiQzE;;ACnQM;EAEI,4BAA+D;ADqQzE;;ACvQM;EAEI,kCAA+D;ADyQzE;;AC3QM;EAEI,sCAA+D;AD6QzE;;AC/QM;EAEI,oCAA+D;ADiRzE;;ACnRM;EAEI,kCAA+D;ADqRzE;;ACvRM;EAEI,yCAA+D;ADyRzE;;AC3RM;EAEI,wCAA+D;AD6RzE;;AC/RM;EAEI,kCAA+D;ADiSzE;;ACnSM;EAEI,gCAA+D;ADqSzE;;ACvSM;EAEI,8BAA+D;ADySzE;;AC3SM;EAEI,gCAA+D;AD6SzE;;AC/SM;EAEI,+BAA+D;ADiTzE;;ACnTM;EAEI,oCAA+D;ADqTzE;;ACvTM;EAEI,kCAA+D;ADyTzE;;AC3TM;EAEI,gCAA+D;AD6TzE;;AC/TM;EAEI,uCAA+D;ADiUzE;;ACnUM;EAEI,sCAA+D;ADqUzE;;ACvUM;EAEI,iCAA+D;ADyUz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;EDyxEvE;EC3xEI;IAEI,iCAA+D;ED4xEvE;EC9xEI;IAEI,+BAA+D;ED+xEvE;ECjyEI;IAEI,iCAA+D;EDkyEvE;ECpyEI;IAEI,+BAA+D;EDqyEvE;ECvyEI;IAEI,0BAA+D;EDwyEvE;EC1yEI;IAEI,gCAA+D;ED2yEvE;EC7yEI;IAEI,+BAA+D;ED8yEvE;EChzEI;IAEI,6BAA+D;EDizEvE;ECnzEI;IAEI,+BAA+D;EDozEvE;ECtzEI;IAEI,6BAA+D;EDuzEvE;ECzzEI;IAEI,2BAA+D;ED0zEvE;EC5zEI;IAEI,4BAA+D;ED6zEvE;EC/zEI;IAEI,6BAA+D;EDg0EvE;AACF;;AE7yEI;EDtBE;IAEI,sBAA+D;EDs0EvE;ECx0EI;IAEI,uBAA+D;EDy0EvE;EC30EI;IAEI,sBAA+D;ED40EvE;EC90EI;IAEI,wBAA+D;ED+0EvE;ECj1EI;IAEI,0BAA+D;EDk1EvE;ECp1EI;IAEI,gCAA+D;EDq1EvE;ECv1EI;IAEI,yBAA+D;EDw1EvE;EC11EI;IAEI,yBAA+D;ED21EvE;EC71EI;IAEI,6BAA+D;ED81EvE;ECh2EI;IAEI,8BAA+D;EDi2EvE;ECn2EI;IAEI,wBAA+D;EDo2EvE;ECt2EI;IAEI,+BAA+D;EDu2EvE;ECz2EI;IAEI,yBAA+D;ED02EvE;EC52EI;IAEI,8BAA+D;ED62EvE;EC/2EI;IAEI,iCAA+D;EDg3EvE;ECl3EI;IAEI,sCAA+D;EDm3EvE;ECr3EI;IAEI,yCAA+D;EDs3EvE;ECx3EI;IAEI,uBAA+D;EDy3EvE;EC33EI;IAEI,uBAA+D;ED43EvE;EC93EI;IAEI,yBAA+D;ED+3EvE;ECj4EI;IAEI,yBAA+D;EDk4EvE;ECp4EI;IAEI,0BAA+D;EDq4EvE;ECv4EI;IAEI,4BAA+D;EDw4EvE;EC14EI;IAEI,kCAA+D;ED24EvE;EC74EI;IAEI,sCAA+D;ED84EvE;ECh5EI;IAEI,oCAA+D;EDi5EvE;ECn5EI;IAEI,kCAA+D;EDo5EvE;ECt5EI;IAEI,yCAA+D;EDu5EvE;ECz5EI;IAEI,wCAA+D;ED05EvE;EC55EI;IAEI,kCAA+D;ED65EvE;EC/5EI;IAEI,gCAA+D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;EDu6FvE;ECz6FI;IAEI,6BAA+D;ED06FvE;EC56FI;IAEI,8BAA+D;ED66FvE;EC/6FI;IAEI,wBAA+D;EDg7FvE;ECl7FI;IAEI,+BAA+D;EDm7FvE;ECr7FI;IAEI,yBAA+D;EDs7FvE;ECx7FI;IAEI,8BAA+D;EDy7FvE;EC37FI;IAEI,iCAA+D;ED47FvE;EC97FI;IAEI,sCAA+D;ED+7FvE;ECj8FI;IAEI,yCAA+D;EDk8FvE;ECp8FI;IAEI,uBAA+D;EDq8FvE;ECv8FI;IAEI,uBAA+D;EDw8FvE;EC18FI;IAEI,yBAA+D;ED28FvE;EC78FI;IAEI,yBAA+D;ED88FvE;ECh9FI;IAEI,0BAA+D;EDi9FvE;ECn9FI;IAEI,4BAA+D;EDo9FvE;ECt9FI;IAEI,kCAA+D;EDu9FvE;ECz9FI;IAEI,sCAA+D;ED09FvE;EC59FI;IAEI,oCAA+D;ED69FvE;EC/9FI;IAEI,kCAA+D;EDg+FvE;ECl+FI;IAEI,yCAA+D;EDm+FvE;ECr+FI;IAEI,wCAA+D;EDs+FvE;ECx+FI;IAEI,kCAA+D;EDy+FvE;EC3+FI;IAEI,gCAA+D;ED4+FvE;EC9+FI;IAEI,8BAA+D;ED++FvE;ECj/FI;IAEI,gCAA+D;EDk/FvE;ECp/FI;IAEI,+BAA+D;EDq/FvE;ECv/FI;IAEI,oCAA+D;EDw/FvE;EC1/FI;IAEI,kCAA+D;ED2/FvE;EC7/FI;IAEI,gCAA+D;ED8/FvE;EChgGI;IAEI,uCAA+D;EDigGvE;ECngGI;IAEI,sCAA+D;EDogGvE;ECtgGI;IAEI,iCAA+D;EDugGvE;ECzgGI;IAEI,2BAA+D;ED0gGvE;EC5gGI;IAEI,iCAA+D;ED6gGvE;EC/gGI;IAEI,+BAA+D;EDghGvE;EClhGI;IAEI,6BAA+D;EDmhGvE;ECrhGI;IAEI,+BAA+D;EDshGvE;ECxhGI;IAEI,8BAA+D;EDyhGvE;EC3hGI;IAEI,oBAA+D;ED4hGvE;EC9hGI;IAEI,mBAA+D;ED+hGvE;ECjiGI;IAEI,mBAA+D;EDkiGvE;ECpiGI;IAEI,mBAA+D;EDqiGvE;ECviGI;IAEI,mBAA+D;EDwiGvE;EC1iGI;IAEI,mBAA+D;ED2iGvE;EC7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","file":"bootstrap-utilities.css","sourcesContent":["/*!\n * Bootstrap Utilities v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n\n// Configuration\n\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"utilities\";\n\n\n// Utilities\n\n@import \"utilities/api\";\n","/*!\n * Bootstrap Utilities v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n.align-baseline {\n vertical-align: baseline !important;\n}\n\n.align-top {\n vertical-align: top !important;\n}\n\n.align-middle {\n vertical-align: middle !important;\n}\n\n.align-bottom {\n vertical-align: bottom !important;\n}\n\n.align-text-bottom {\n vertical-align: text-bottom !important;\n}\n\n.align-text-top {\n vertical-align: text-top !important;\n}\n\n.float-left {\n float: left !important;\n}\n\n.float-right {\n float: right !important;\n}\n\n.float-none {\n float: none !important;\n}\n\n.overflow-auto {\n overflow: auto !important;\n}\n\n.overflow-hidden {\n overflow: hidden !important;\n}\n\n.d-none {\n display: none !important;\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-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.shadow {\n box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;\n}\n\n.shadow-sm {\n box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;\n}\n\n.shadow-lg {\n box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;\n}\n\n.shadow-none {\n box-shadow: none !important;\n}\n\n.position-static {\n position: static !important;\n}\n\n.position-relative {\n position: relative !important;\n}\n\n.position-absolute {\n position: absolute !important;\n}\n\n.position-fixed {\n position: fixed !important;\n}\n\n.position-sticky {\n position: sticky !important;\n}\n\n.border {\n border: 1px solid #dee2e6 !important;\n}\n\n.border-0 {\n border: 0 !important;\n}\n\n.border-top {\n border-top: 1px solid #dee2e6 !important;\n}\n\n.border-top-0 {\n border-top: 0 !important;\n}\n\n.border-right {\n border-right: 1px solid #dee2e6 !important;\n}\n\n.border-right-0 {\n border-right: 0 !important;\n}\n\n.border-bottom {\n border-bottom: 1px solid #dee2e6 !important;\n}\n\n.border-bottom-0 {\n border-bottom: 0 !important;\n}\n\n.border-left {\n border-left: 1px solid #dee2e6 !important;\n}\n\n.border-left-0 {\n border-left: 0 !important;\n}\n\n.border-primary {\n border-color: #0d6efd !important;\n}\n\n.border-secondary {\n border-color: #6c757d !important;\n}\n\n.border-success {\n border-color: #28a745 !important;\n}\n\n.border-info {\n border-color: #17a2b8 !important;\n}\n\n.border-warning {\n border-color: #ffc107 !important;\n}\n\n.border-danger {\n border-color: #dc3545 !important;\n}\n\n.border-light {\n border-color: #f8f9fa !important;\n}\n\n.border-dark {\n border-color: #343a40 !important;\n}\n\n.border-white {\n border-color: #fff !important;\n}\n\n.w-25 {\n width: 25% !important;\n}\n\n.w-50 {\n width: 50% !important;\n}\n\n.w-75 {\n width: 75% !important;\n}\n\n.w-100 {\n width: 100% !important;\n}\n\n.w-auto {\n width: auto !important;\n}\n\n.mw-100 {\n max-width: 100% !important;\n}\n\n.vw-100 {\n width: 100vw !important;\n}\n\n.min-vw-100 {\n min-width: 100vw !important;\n}\n\n.h-25 {\n height: 25% !important;\n}\n\n.h-50 {\n height: 50% !important;\n}\n\n.h-75 {\n height: 75% !important;\n}\n\n.h-100 {\n height: 100% !important;\n}\n\n.h-auto {\n height: auto !important;\n}\n\n.mh-100 {\n max-height: 100% !important;\n}\n\n.vh-100 {\n height: 100vh !important;\n}\n\n.min-vh-100 {\n min-height: 100vh !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.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.mr-0 {\n margin-right: 0 !important;\n}\n\n.mr-1 {\n margin-right: 0.25rem !important;\n}\n\n.mr-2 {\n margin-right: 0.5rem !important;\n}\n\n.mr-3 {\n margin-right: 1rem !important;\n}\n\n.mr-4 {\n margin-right: 1.5rem !important;\n}\n\n.mr-5 {\n margin-right: 3rem !important;\n}\n\n.mr-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.ml-0 {\n margin-left: 0 !important;\n}\n\n.ml-1 {\n margin-left: 0.25rem !important;\n}\n\n.ml-2 {\n margin-left: 0.5rem !important;\n}\n\n.ml-3 {\n margin-left: 1rem !important;\n}\n\n.ml-4 {\n margin-left: 1.5rem !important;\n}\n\n.ml-5 {\n margin-left: 3rem !important;\n}\n\n.ml-auto {\n margin-left: auto !important;\n}\n\n.m-n1 {\n margin: -0.25rem !important;\n}\n\n.m-n2 {\n margin: -0.5rem !important;\n}\n\n.m-n3 {\n margin: -1rem !important;\n}\n\n.m-n4 {\n margin: -1.5rem !important;\n}\n\n.m-n5 {\n margin: -3rem !important;\n}\n\n.mx-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n}\n\n.mx-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n}\n\n.mx-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n}\n\n.mx-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n}\n\n.mx-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n}\n\n.my-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n}\n\n.my-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n}\n\n.my-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n}\n\n.my-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n}\n\n.my-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n}\n\n.mt-n1 {\n margin-top: -0.25rem !important;\n}\n\n.mt-n2 {\n margin-top: -0.5rem !important;\n}\n\n.mt-n3 {\n margin-top: -1rem !important;\n}\n\n.mt-n4 {\n margin-top: -1.5rem !important;\n}\n\n.mt-n5 {\n margin-top: -3rem !important;\n}\n\n.mr-n1 {\n margin-right: -0.25rem !important;\n}\n\n.mr-n2 {\n margin-right: -0.5rem !important;\n}\n\n.mr-n3 {\n margin-right: -1rem !important;\n}\n\n.mr-n4 {\n margin-right: -1.5rem !important;\n}\n\n.mr-n5 {\n margin-right: -3rem !important;\n}\n\n.mb-n1 {\n margin-bottom: -0.25rem !important;\n}\n\n.mb-n2 {\n margin-bottom: -0.5rem !important;\n}\n\n.mb-n3 {\n margin-bottom: -1rem !important;\n}\n\n.mb-n4 {\n margin-bottom: -1.5rem !important;\n}\n\n.mb-n5 {\n margin-bottom: -3rem !important;\n}\n\n.ml-n1 {\n margin-left: -0.25rem !important;\n}\n\n.ml-n2 {\n margin-left: -0.5rem !important;\n}\n\n.ml-n3 {\n margin-left: -1rem !important;\n}\n\n.ml-n4 {\n margin-left: -1.5rem !important;\n}\n\n.ml-n5 {\n margin-left: -3rem !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.pr-0 {\n padding-right: 0 !important;\n}\n\n.pr-1 {\n padding-right: 0.25rem !important;\n}\n\n.pr-2 {\n padding-right: 0.5rem !important;\n}\n\n.pr-3 {\n padding-right: 1rem !important;\n}\n\n.pr-4 {\n padding-right: 1.5rem !important;\n}\n\n.pr-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.pl-0 {\n padding-left: 0 !important;\n}\n\n.pl-1 {\n padding-left: 0.25rem !important;\n}\n\n.pl-2 {\n padding-left: 0.5rem !important;\n}\n\n.pl-3 {\n padding-left: 1rem !important;\n}\n\n.pl-4 {\n padding-left: 1.5rem !important;\n}\n\n.pl-5 {\n padding-left: 3rem !important;\n}\n\n.font-weight-light {\n font-weight: 300 !important;\n}\n\n.font-weight-lighter {\n font-weight: lighter !important;\n}\n\n.font-weight-normal {\n font-weight: 400 !important;\n}\n\n.font-weight-bold {\n font-weight: 700 !important;\n}\n\n.font-weight-bolder {\n font-weight: bolder !important;\n}\n\n.text-lowercase {\n text-transform: lowercase !important;\n}\n\n.text-uppercase {\n text-transform: uppercase !important;\n}\n\n.text-capitalize {\n text-transform: capitalize !important;\n}\n\n.text-left {\n text-align: left !important;\n}\n\n.text-right {\n text-align: right !important;\n}\n\n.text-center {\n text-align: center !important;\n}\n\n.text-primary {\n color: #0d6efd !important;\n}\n\n.text-secondary {\n color: #6c757d !important;\n}\n\n.text-success {\n color: #28a745 !important;\n}\n\n.text-info {\n color: #17a2b8 !important;\n}\n\n.text-warning {\n color: #ffc107 !important;\n}\n\n.text-danger {\n color: #dc3545 !important;\n}\n\n.text-light {\n color: #f8f9fa !important;\n}\n\n.text-dark {\n color: #343a40 !important;\n}\n\n.text-white {\n color: #fff !important;\n}\n\n.text-body {\n color: #212529 !important;\n}\n\n.text-muted {\n color: #6c757d !important;\n}\n\n.text-black-50 {\n color: rgba(0, 0, 0, 0.5) !important;\n}\n\n.text-white-50 {\n color: rgba(255, 255, 255, 0.5) !important;\n}\n\n.text-reset {\n color: inherit !important;\n}\n\n.lh-1 {\n line-height: 1 !important;\n}\n\n.lh-sm {\n line-height: 1.25 !important;\n}\n\n.lh-base {\n line-height: 1.5 !important;\n}\n\n.lh-lg {\n line-height: 2 !important;\n}\n\n.bg-primary {\n background-color: #0d6efd !important;\n}\n\n.bg-secondary {\n background-color: #6c757d !important;\n}\n\n.bg-success {\n background-color: #28a745 !important;\n}\n\n.bg-info {\n background-color: #17a2b8 !important;\n}\n\n.bg-warning {\n background-color: #ffc107 !important;\n}\n\n.bg-danger {\n background-color: #dc3545 !important;\n}\n\n.bg-light {\n background-color: #f8f9fa !important;\n}\n\n.bg-dark {\n background-color: #343a40 !important;\n}\n\n.bg-body {\n background-color: #fff !important;\n}\n\n.bg-white {\n background-color: #fff !important;\n}\n\n.bg-transparent {\n background-color: transparent !important;\n}\n\n.text-wrap {\n white-space: normal !important;\n}\n\n.text-nowrap {\n white-space: nowrap !important;\n}\n\n.text-decoration-none {\n text-decoration: none !important;\n}\n\n.text-decoration-underline {\n text-decoration: underline !important;\n}\n\n.text-decoration-line-through {\n text-decoration: line-through !important;\n}\n\n.font-italic {\n font-style: italic !important;\n}\n\n.font-normal {\n font-style: normal !important;\n}\n\n.text-break {\n word-wrap: break-word !important;\n}\n\n.font-monospace {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !important;\n}\n\n.user-select-all {\n user-select: all !important;\n}\n\n.user-select-auto {\n user-select: auto !important;\n}\n\n.user-select-none {\n user-select: none !important;\n}\n\n.pe-none {\n pointer-events: none !important;\n}\n\n.pe-auto {\n pointer-events: auto !important;\n}\n\n.rounded {\n border-radius: 0.25rem !important;\n}\n\n.rounded-sm {\n border-radius: 0.2rem !important;\n}\n\n.rounded-lg {\n border-radius: 0.3rem !important;\n}\n\n.rounded-circle {\n border-radius: 50% !important;\n}\n\n.rounded-pill {\n border-radius: 50rem !important;\n}\n\n.rounded-0 {\n border-radius: 0 !important;\n}\n\n.rounded-top {\n border-top-left-radius: 0.25rem !important;\n border-top-right-radius: 0.25rem !important;\n}\n\n.rounded-right {\n border-top-right-radius: 0.25rem !important;\n border-bottom-right-radius: 0.25rem !important;\n}\n\n.rounded-bottom {\n border-bottom-right-radius: 0.25rem !important;\n border-bottom-left-radius: 0.25rem !important;\n}\n\n.rounded-left {\n border-bottom-left-radius: 0.25rem !important;\n border-top-left-radius: 0.25rem !important;\n}\n\n.visible {\n visibility: visible !important;\n}\n\n.invisible {\n visibility: hidden !important;\n}\n\n@media (min-width: 576px) {\n .float-sm-left {\n float: left !important;\n }\n .float-sm-right {\n float: right !important;\n }\n .float-sm-none {\n float: none !important;\n }\n .d-sm-none {\n display: none !important;\n }\n .d-sm-inline {\n display: inline !important;\n }\n .d-sm-inline-block {\n display: inline-block !important;\n }\n .d-sm-block {\n display: block !important;\n }\n .d-sm-table {\n display: table !important;\n }\n .d-sm-table-row {\n display: table-row !important;\n }\n .d-sm-table-cell {\n display: table-cell !important;\n }\n .d-sm-flex {\n display: flex !important;\n }\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n .flex-sm-row {\n flex-direction: row !important;\n }\n .flex-sm-column {\n flex-direction: column !important;\n }\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n .justify-content-sm-center {\n justify-content: center !important;\n }\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n .align-items-sm-center {\n align-items: center !important;\n }\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n .align-content-sm-center {\n align-content: center !important;\n }\n .align-content-sm-between {\n align-content: space-between !important;\n }\n .align-content-sm-around {\n align-content: space-around !important;\n }\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n .align-self-sm-auto {\n align-self: auto !important;\n }\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n .align-self-sm-center {\n align-self: center !important;\n }\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n .order-sm-first {\n order: -1 !important;\n }\n .order-sm-0 {\n order: 0 !important;\n }\n .order-sm-1 {\n order: 1 !important;\n }\n .order-sm-2 {\n order: 2 !important;\n }\n .order-sm-3 {\n order: 3 !important;\n }\n .order-sm-4 {\n order: 4 !important;\n }\n .order-sm-5 {\n order: 5 !important;\n }\n .order-sm-last {\n order: 6 !important;\n }\n .m-sm-0 {\n margin: 0 !important;\n }\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n .m-sm-3 {\n margin: 1rem !important;\n }\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n .m-sm-5 {\n margin: 3rem !important;\n }\n .m-sm-auto {\n margin: auto !important;\n }\n .mx-sm-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-sm-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-sm-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-sm-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n .mt-sm-auto {\n margin-top: auto !important;\n }\n .mr-sm-0 {\n margin-right: 0 !important;\n }\n .mr-sm-1 {\n margin-right: 0.25rem !important;\n }\n .mr-sm-2 {\n margin-right: 0.5rem !important;\n }\n .mr-sm-3 {\n margin-right: 1rem !important;\n }\n .mr-sm-4 {\n margin-right: 1.5rem !important;\n }\n .mr-sm-5 {\n margin-right: 3rem !important;\n }\n .mr-sm-auto {\n margin-right: auto !important;\n }\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n .ml-sm-0 {\n margin-left: 0 !important;\n }\n .ml-sm-1 {\n margin-left: 0.25rem !important;\n }\n .ml-sm-2 {\n margin-left: 0.5rem !important;\n }\n .ml-sm-3 {\n margin-left: 1rem !important;\n }\n .ml-sm-4 {\n margin-left: 1.5rem !important;\n }\n .ml-sm-5 {\n margin-left: 3rem !important;\n }\n .ml-sm-auto {\n margin-left: auto !important;\n }\n .m-sm-n1 {\n margin: -0.25rem !important;\n }\n .m-sm-n2 {\n margin: -0.5rem !important;\n }\n .m-sm-n3 {\n margin: -1rem !important;\n }\n .m-sm-n4 {\n margin: -1.5rem !important;\n }\n .m-sm-n5 {\n margin: -3rem !important;\n }\n .mx-sm-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n }\n .mx-sm-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n }\n .mx-sm-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n }\n .mx-sm-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n }\n .mx-sm-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n }\n .my-sm-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n }\n .my-sm-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n }\n .my-sm-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n }\n .my-sm-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n }\n .my-sm-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n }\n .mt-sm-n1 {\n margin-top: -0.25rem !important;\n }\n .mt-sm-n2 {\n margin-top: -0.5rem !important;\n }\n .mt-sm-n3 {\n margin-top: -1rem !important;\n }\n .mt-sm-n4 {\n margin-top: -1.5rem !important;\n }\n .mt-sm-n5 {\n margin-top: -3rem !important;\n }\n .mr-sm-n1 {\n margin-right: -0.25rem !important;\n }\n .mr-sm-n2 {\n margin-right: -0.5rem !important;\n }\n .mr-sm-n3 {\n margin-right: -1rem !important;\n }\n .mr-sm-n4 {\n margin-right: -1.5rem !important;\n }\n .mr-sm-n5 {\n margin-right: -3rem !important;\n }\n .mb-sm-n1 {\n margin-bottom: -0.25rem !important;\n }\n .mb-sm-n2 {\n margin-bottom: -0.5rem !important;\n }\n .mb-sm-n3 {\n margin-bottom: -1rem !important;\n }\n .mb-sm-n4 {\n margin-bottom: -1.5rem !important;\n }\n .mb-sm-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-sm-n1 {\n margin-left: -0.25rem !important;\n }\n .ml-sm-n2 {\n margin-left: -0.5rem !important;\n }\n .ml-sm-n3 {\n margin-left: -1rem !important;\n }\n .ml-sm-n4 {\n margin-left: -1.5rem !important;\n }\n .ml-sm-n5 {\n margin-left: -3rem !important;\n }\n .p-sm-0 {\n padding: 0 !important;\n }\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n .p-sm-3 {\n padding: 1rem !important;\n }\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n .p-sm-5 {\n padding: 3rem !important;\n }\n .px-sm-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-sm-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-sm-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-sm-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-sm-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-sm-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n .pr-sm-0 {\n padding-right: 0 !important;\n }\n .pr-sm-1 {\n padding-right: 0.25rem !important;\n }\n .pr-sm-2 {\n padding-right: 0.5rem !important;\n }\n .pr-sm-3 {\n padding-right: 1rem !important;\n }\n .pr-sm-4 {\n padding-right: 1.5rem !important;\n }\n .pr-sm-5 {\n padding-right: 3rem !important;\n }\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n .pl-sm-0 {\n padding-left: 0 !important;\n }\n .pl-sm-1 {\n padding-left: 0.25rem !important;\n }\n .pl-sm-2 {\n padding-left: 0.5rem !important;\n }\n .pl-sm-3 {\n padding-left: 1rem !important;\n }\n .pl-sm-4 {\n padding-left: 1.5rem !important;\n }\n .pl-sm-5 {\n padding-left: 3rem !important;\n }\n .text-sm-left {\n text-align: left !important;\n }\n .text-sm-right {\n text-align: right !important;\n }\n .text-sm-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 768px) {\n .float-md-left {\n float: left !important;\n }\n .float-md-right {\n float: right !important;\n }\n .float-md-none {\n float: none !important;\n }\n .d-md-none {\n display: none !important;\n }\n .d-md-inline {\n display: inline !important;\n }\n .d-md-inline-block {\n display: inline-block !important;\n }\n .d-md-block {\n display: block !important;\n }\n .d-md-table {\n display: table !important;\n }\n .d-md-table-row {\n display: table-row !important;\n }\n .d-md-table-cell {\n display: table-cell !important;\n }\n .d-md-flex {\n display: flex !important;\n }\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n .flex-md-row {\n flex-direction: row !important;\n }\n .flex-md-column {\n flex-direction: column !important;\n }\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n .justify-content-md-center {\n justify-content: center !important;\n }\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n .align-items-md-start {\n align-items: flex-start !important;\n }\n .align-items-md-end {\n align-items: flex-end !important;\n }\n .align-items-md-center {\n align-items: center !important;\n }\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n .align-content-md-start {\n align-content: flex-start !important;\n }\n .align-content-md-end {\n align-content: flex-end !important;\n }\n .align-content-md-center {\n align-content: center !important;\n }\n .align-content-md-between {\n align-content: space-between !important;\n }\n .align-content-md-around {\n align-content: space-around !important;\n }\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n .align-self-md-auto {\n align-self: auto !important;\n }\n .align-self-md-start {\n align-self: flex-start !important;\n }\n .align-self-md-end {\n align-self: flex-end !important;\n }\n .align-self-md-center {\n align-self: center !important;\n }\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n .order-md-first {\n order: -1 !important;\n }\n .order-md-0 {\n order: 0 !important;\n }\n .order-md-1 {\n order: 1 !important;\n }\n .order-md-2 {\n order: 2 !important;\n }\n .order-md-3 {\n order: 3 !important;\n }\n .order-md-4 {\n order: 4 !important;\n }\n .order-md-5 {\n order: 5 !important;\n }\n .order-md-last {\n order: 6 !important;\n }\n .m-md-0 {\n margin: 0 !important;\n }\n .m-md-1 {\n margin: 0.25rem !important;\n }\n .m-md-2 {\n margin: 0.5rem !important;\n }\n .m-md-3 {\n margin: 1rem !important;\n }\n .m-md-4 {\n margin: 1.5rem !important;\n }\n .m-md-5 {\n margin: 3rem !important;\n }\n .m-md-auto {\n margin: auto !important;\n }\n .mx-md-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-md-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-md-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-md-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-md-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-md-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-md-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-md-0 {\n margin-top: 0 !important;\n }\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n .mt-md-auto {\n margin-top: auto !important;\n }\n .mr-md-0 {\n margin-right: 0 !important;\n }\n .mr-md-1 {\n margin-right: 0.25rem !important;\n }\n .mr-md-2 {\n margin-right: 0.5rem !important;\n }\n .mr-md-3 {\n margin-right: 1rem !important;\n }\n .mr-md-4 {\n margin-right: 1.5rem !important;\n }\n .mr-md-5 {\n margin-right: 3rem !important;\n }\n .mr-md-auto {\n margin-right: auto !important;\n }\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n .ml-md-0 {\n margin-left: 0 !important;\n }\n .ml-md-1 {\n margin-left: 0.25rem !important;\n }\n .ml-md-2 {\n margin-left: 0.5rem !important;\n }\n .ml-md-3 {\n margin-left: 1rem !important;\n }\n .ml-md-4 {\n margin-left: 1.5rem !important;\n }\n .ml-md-5 {\n margin-left: 3rem !important;\n }\n .ml-md-auto {\n margin-left: auto !important;\n }\n .m-md-n1 {\n margin: -0.25rem !important;\n }\n .m-md-n2 {\n margin: -0.5rem !important;\n }\n .m-md-n3 {\n margin: -1rem !important;\n }\n .m-md-n4 {\n margin: -1.5rem !important;\n }\n .m-md-n5 {\n margin: -3rem !important;\n }\n .mx-md-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n }\n .mx-md-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n }\n .mx-md-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n }\n .mx-md-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n }\n .mx-md-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n }\n .my-md-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n }\n .my-md-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n }\n .my-md-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n }\n .my-md-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n }\n .my-md-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n }\n .mt-md-n1 {\n margin-top: -0.25rem !important;\n }\n .mt-md-n2 {\n margin-top: -0.5rem !important;\n }\n .mt-md-n3 {\n margin-top: -1rem !important;\n }\n .mt-md-n4 {\n margin-top: -1.5rem !important;\n }\n .mt-md-n5 {\n margin-top: -3rem !important;\n }\n .mr-md-n1 {\n margin-right: -0.25rem !important;\n }\n .mr-md-n2 {\n margin-right: -0.5rem !important;\n }\n .mr-md-n3 {\n margin-right: -1rem !important;\n }\n .mr-md-n4 {\n margin-right: -1.5rem !important;\n }\n .mr-md-n5 {\n margin-right: -3rem !important;\n }\n .mb-md-n1 {\n margin-bottom: -0.25rem !important;\n }\n .mb-md-n2 {\n margin-bottom: -0.5rem !important;\n }\n .mb-md-n3 {\n margin-bottom: -1rem !important;\n }\n .mb-md-n4 {\n margin-bottom: -1.5rem !important;\n }\n .mb-md-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-md-n1 {\n margin-left: -0.25rem !important;\n }\n .ml-md-n2 {\n margin-left: -0.5rem !important;\n }\n .ml-md-n3 {\n margin-left: -1rem !important;\n }\n .ml-md-n4 {\n margin-left: -1.5rem !important;\n }\n .ml-md-n5 {\n margin-left: -3rem !important;\n }\n .p-md-0 {\n padding: 0 !important;\n }\n .p-md-1 {\n padding: 0.25rem !important;\n }\n .p-md-2 {\n padding: 0.5rem !important;\n }\n .p-md-3 {\n padding: 1rem !important;\n }\n .p-md-4 {\n padding: 1.5rem !important;\n }\n .p-md-5 {\n padding: 3rem !important;\n }\n .px-md-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-md-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-md-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-md-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-md-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-md-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-md-0 {\n padding-top: 0 !important;\n }\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n .pr-md-0 {\n padding-right: 0 !important;\n }\n .pr-md-1 {\n padding-right: 0.25rem !important;\n }\n .pr-md-2 {\n padding-right: 0.5rem !important;\n }\n .pr-md-3 {\n padding-right: 1rem !important;\n }\n .pr-md-4 {\n padding-right: 1.5rem !important;\n }\n .pr-md-5 {\n padding-right: 3rem !important;\n }\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n .pl-md-0 {\n padding-left: 0 !important;\n }\n .pl-md-1 {\n padding-left: 0.25rem !important;\n }\n .pl-md-2 {\n padding-left: 0.5rem !important;\n }\n .pl-md-3 {\n padding-left: 1rem !important;\n }\n .pl-md-4 {\n padding-left: 1.5rem !important;\n }\n .pl-md-5 {\n padding-left: 3rem !important;\n }\n .text-md-left {\n text-align: left !important;\n }\n .text-md-right {\n text-align: right !important;\n }\n .text-md-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 992px) {\n .float-lg-left {\n float: left !important;\n }\n .float-lg-right {\n float: right !important;\n }\n .float-lg-none {\n float: none !important;\n }\n .d-lg-none {\n display: none !important;\n }\n .d-lg-inline {\n display: inline !important;\n }\n .d-lg-inline-block {\n display: inline-block !important;\n }\n .d-lg-block {\n display: block !important;\n }\n .d-lg-table {\n display: table !important;\n }\n .d-lg-table-row {\n display: table-row !important;\n }\n .d-lg-table-cell {\n display: table-cell !important;\n }\n .d-lg-flex {\n display: flex !important;\n }\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n .flex-lg-row {\n flex-direction: row !important;\n }\n .flex-lg-column {\n flex-direction: column !important;\n }\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n .justify-content-lg-center {\n justify-content: center !important;\n }\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n .align-items-lg-center {\n align-items: center !important;\n }\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n .align-content-lg-center {\n align-content: center !important;\n }\n .align-content-lg-between {\n align-content: space-between !important;\n }\n .align-content-lg-around {\n align-content: space-around !important;\n }\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n .align-self-lg-auto {\n align-self: auto !important;\n }\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n .align-self-lg-center {\n align-self: center !important;\n }\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n .order-lg-first {\n order: -1 !important;\n }\n .order-lg-0 {\n order: 0 !important;\n }\n .order-lg-1 {\n order: 1 !important;\n }\n .order-lg-2 {\n order: 2 !important;\n }\n .order-lg-3 {\n order: 3 !important;\n }\n .order-lg-4 {\n order: 4 !important;\n }\n .order-lg-5 {\n order: 5 !important;\n }\n .order-lg-last {\n order: 6 !important;\n }\n .m-lg-0 {\n margin: 0 !important;\n }\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n .m-lg-3 {\n margin: 1rem !important;\n }\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n .m-lg-5 {\n margin: 3rem !important;\n }\n .m-lg-auto {\n margin: auto !important;\n }\n .mx-lg-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-lg-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-lg-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-lg-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n .mt-lg-auto {\n margin-top: auto !important;\n }\n .mr-lg-0 {\n margin-right: 0 !important;\n }\n .mr-lg-1 {\n margin-right: 0.25rem !important;\n }\n .mr-lg-2 {\n margin-right: 0.5rem !important;\n }\n .mr-lg-3 {\n margin-right: 1rem !important;\n }\n .mr-lg-4 {\n margin-right: 1.5rem !important;\n }\n .mr-lg-5 {\n margin-right: 3rem !important;\n }\n .mr-lg-auto {\n margin-right: auto !important;\n }\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n .ml-lg-0 {\n margin-left: 0 !important;\n }\n .ml-lg-1 {\n margin-left: 0.25rem !important;\n }\n .ml-lg-2 {\n margin-left: 0.5rem !important;\n }\n .ml-lg-3 {\n margin-left: 1rem !important;\n }\n .ml-lg-4 {\n margin-left: 1.5rem !important;\n }\n .ml-lg-5 {\n margin-left: 3rem !important;\n }\n .ml-lg-auto {\n margin-left: auto !important;\n }\n .m-lg-n1 {\n margin: -0.25rem !important;\n }\n .m-lg-n2 {\n margin: -0.5rem !important;\n }\n .m-lg-n3 {\n margin: -1rem !important;\n }\n .m-lg-n4 {\n margin: -1.5rem !important;\n }\n .m-lg-n5 {\n margin: -3rem !important;\n }\n .mx-lg-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n }\n .mx-lg-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n }\n .mx-lg-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n }\n .mx-lg-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n }\n .mx-lg-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n }\n .my-lg-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n }\n .my-lg-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n }\n .my-lg-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n }\n .my-lg-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n }\n .my-lg-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n }\n .mt-lg-n1 {\n margin-top: -0.25rem !important;\n }\n .mt-lg-n2 {\n margin-top: -0.5rem !important;\n }\n .mt-lg-n3 {\n margin-top: -1rem !important;\n }\n .mt-lg-n4 {\n margin-top: -1.5rem !important;\n }\n .mt-lg-n5 {\n margin-top: -3rem !important;\n }\n .mr-lg-n1 {\n margin-right: -0.25rem !important;\n }\n .mr-lg-n2 {\n margin-right: -0.5rem !important;\n }\n .mr-lg-n3 {\n margin-right: -1rem !important;\n }\n .mr-lg-n4 {\n margin-right: -1.5rem !important;\n }\n .mr-lg-n5 {\n margin-right: -3rem !important;\n }\n .mb-lg-n1 {\n margin-bottom: -0.25rem !important;\n }\n .mb-lg-n2 {\n margin-bottom: -0.5rem !important;\n }\n .mb-lg-n3 {\n margin-bottom: -1rem !important;\n }\n .mb-lg-n4 {\n margin-bottom: -1.5rem !important;\n }\n .mb-lg-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-lg-n1 {\n margin-left: -0.25rem !important;\n }\n .ml-lg-n2 {\n margin-left: -0.5rem !important;\n }\n .ml-lg-n3 {\n margin-left: -1rem !important;\n }\n .ml-lg-n4 {\n margin-left: -1.5rem !important;\n }\n .ml-lg-n5 {\n margin-left: -3rem !important;\n }\n .p-lg-0 {\n padding: 0 !important;\n }\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n .p-lg-3 {\n padding: 1rem !important;\n }\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n .p-lg-5 {\n padding: 3rem !important;\n }\n .px-lg-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-lg-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-lg-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-lg-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-lg-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-lg-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n .pr-lg-0 {\n padding-right: 0 !important;\n }\n .pr-lg-1 {\n padding-right: 0.25rem !important;\n }\n .pr-lg-2 {\n padding-right: 0.5rem !important;\n }\n .pr-lg-3 {\n padding-right: 1rem !important;\n }\n .pr-lg-4 {\n padding-right: 1.5rem !important;\n }\n .pr-lg-5 {\n padding-right: 3rem !important;\n }\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n .pl-lg-0 {\n padding-left: 0 !important;\n }\n .pl-lg-1 {\n padding-left: 0.25rem !important;\n }\n .pl-lg-2 {\n padding-left: 0.5rem !important;\n }\n .pl-lg-3 {\n padding-left: 1rem !important;\n }\n .pl-lg-4 {\n padding-left: 1.5rem !important;\n }\n .pl-lg-5 {\n padding-left: 3rem !important;\n }\n .text-lg-left {\n text-align: left !important;\n }\n .text-lg-right {\n text-align: right !important;\n }\n .text-lg-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 1200px) {\n .float-xl-left {\n float: left !important;\n }\n .float-xl-right {\n float: right !important;\n }\n .float-xl-none {\n float: none !important;\n }\n .d-xl-none {\n display: none !important;\n }\n .d-xl-inline {\n display: inline !important;\n }\n .d-xl-inline-block {\n display: inline-block !important;\n }\n .d-xl-block {\n display: block !important;\n }\n .d-xl-table {\n display: table !important;\n }\n .d-xl-table-row {\n display: table-row !important;\n }\n .d-xl-table-cell {\n display: table-cell !important;\n }\n .d-xl-flex {\n display: flex !important;\n }\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n .flex-xl-row {\n flex-direction: row !important;\n }\n .flex-xl-column {\n flex-direction: column !important;\n }\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n .justify-content-xl-center {\n justify-content: center !important;\n }\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n .align-items-xl-center {\n align-items: center !important;\n }\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n .align-content-xl-center {\n align-content: center !important;\n }\n .align-content-xl-between {\n align-content: space-between !important;\n }\n .align-content-xl-around {\n align-content: space-around !important;\n }\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n .align-self-xl-auto {\n align-self: auto !important;\n }\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n .align-self-xl-center {\n align-self: center !important;\n }\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n .order-xl-first {\n order: -1 !important;\n }\n .order-xl-0 {\n order: 0 !important;\n }\n .order-xl-1 {\n order: 1 !important;\n }\n .order-xl-2 {\n order: 2 !important;\n }\n .order-xl-3 {\n order: 3 !important;\n }\n .order-xl-4 {\n order: 4 !important;\n }\n .order-xl-5 {\n order: 5 !important;\n }\n .order-xl-last {\n order: 6 !important;\n }\n .m-xl-0 {\n margin: 0 !important;\n }\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n .m-xl-3 {\n margin: 1rem !important;\n }\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n .m-xl-5 {\n margin: 3rem !important;\n }\n .m-xl-auto {\n margin: auto !important;\n }\n .mx-xl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-xl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-xl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-xl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n .mt-xl-auto {\n margin-top: auto !important;\n }\n .mr-xl-0 {\n margin-right: 0 !important;\n }\n .mr-xl-1 {\n margin-right: 0.25rem !important;\n }\n .mr-xl-2 {\n margin-right: 0.5rem !important;\n }\n .mr-xl-3 {\n margin-right: 1rem !important;\n }\n .mr-xl-4 {\n margin-right: 1.5rem !important;\n }\n .mr-xl-5 {\n margin-right: 3rem !important;\n }\n .mr-xl-auto {\n margin-right: auto !important;\n }\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n .ml-xl-0 {\n margin-left: 0 !important;\n }\n .ml-xl-1 {\n margin-left: 0.25rem !important;\n }\n .ml-xl-2 {\n margin-left: 0.5rem !important;\n }\n .ml-xl-3 {\n margin-left: 1rem !important;\n }\n .ml-xl-4 {\n margin-left: 1.5rem !important;\n }\n .ml-xl-5 {\n margin-left: 3rem !important;\n }\n .ml-xl-auto {\n margin-left: auto !important;\n }\n .m-xl-n1 {\n margin: -0.25rem !important;\n }\n .m-xl-n2 {\n margin: -0.5rem !important;\n }\n .m-xl-n3 {\n margin: -1rem !important;\n }\n .m-xl-n4 {\n margin: -1.5rem !important;\n }\n .m-xl-n5 {\n margin: -3rem !important;\n }\n .mx-xl-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n }\n .mx-xl-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n }\n .mx-xl-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n }\n .mx-xl-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n }\n .mx-xl-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n }\n .my-xl-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n }\n .my-xl-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n }\n .my-xl-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n }\n .my-xl-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n }\n .my-xl-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n }\n .mt-xl-n1 {\n margin-top: -0.25rem !important;\n }\n .mt-xl-n2 {\n margin-top: -0.5rem !important;\n }\n .mt-xl-n3 {\n margin-top: -1rem !important;\n }\n .mt-xl-n4 {\n margin-top: -1.5rem !important;\n }\n .mt-xl-n5 {\n margin-top: -3rem !important;\n }\n .mr-xl-n1 {\n margin-right: -0.25rem !important;\n }\n .mr-xl-n2 {\n margin-right: -0.5rem !important;\n }\n .mr-xl-n3 {\n margin-right: -1rem !important;\n }\n .mr-xl-n4 {\n margin-right: -1.5rem !important;\n }\n .mr-xl-n5 {\n margin-right: -3rem !important;\n }\n .mb-xl-n1 {\n margin-bottom: -0.25rem !important;\n }\n .mb-xl-n2 {\n margin-bottom: -0.5rem !important;\n }\n .mb-xl-n3 {\n margin-bottom: -1rem !important;\n }\n .mb-xl-n4 {\n margin-bottom: -1.5rem !important;\n }\n .mb-xl-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-xl-n1 {\n margin-left: -0.25rem !important;\n }\n .ml-xl-n2 {\n margin-left: -0.5rem !important;\n }\n .ml-xl-n3 {\n margin-left: -1rem !important;\n }\n .ml-xl-n4 {\n margin-left: -1.5rem !important;\n }\n .ml-xl-n5 {\n margin-left: -3rem !important;\n }\n .p-xl-0 {\n padding: 0 !important;\n }\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n .p-xl-3 {\n padding: 1rem !important;\n }\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n .p-xl-5 {\n padding: 3rem !important;\n }\n .px-xl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-xl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-xl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-xl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-xl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-xl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n .pr-xl-0 {\n padding-right: 0 !important;\n }\n .pr-xl-1 {\n padding-right: 0.25rem !important;\n }\n .pr-xl-2 {\n padding-right: 0.5rem !important;\n }\n .pr-xl-3 {\n padding-right: 1rem !important;\n }\n .pr-xl-4 {\n padding-right: 1.5rem !important;\n }\n .pr-xl-5 {\n padding-right: 3rem !important;\n }\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n .pl-xl-0 {\n padding-left: 0 !important;\n }\n .pl-xl-1 {\n padding-left: 0.25rem !important;\n }\n .pl-xl-2 {\n padding-left: 0.5rem !important;\n }\n .pl-xl-3 {\n padding-left: 1rem !important;\n }\n .pl-xl-4 {\n padding-left: 1.5rem !important;\n }\n .pl-xl-5 {\n padding-left: 3rem !important;\n }\n .text-xl-left {\n text-align: left !important;\n }\n .text-xl-right {\n text-align: right !important;\n }\n .text-xl-center {\n text-align: center !important;\n }\n}\n\n@media print {\n .d-print-none {\n display: none !important;\n }\n .d-print-inline {\n display: inline !important;\n }\n .d-print-inline-block {\n display: inline-block !important;\n }\n .d-print-block {\n display: block !important;\n }\n .d-print-table {\n display: table !important;\n }\n .d-print-table-row {\n display: table-row !important;\n }\n .d-print-table-cell {\n display: table-cell !important;\n }\n .d-print-flex {\n display: flex !important;\n }\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n}\n\n/*# sourceMappingURL=bootstrap-utilities.css.map */","// 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 $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 @if $value != null {\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 }\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. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `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(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .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 $max: breakpoint-max($name, $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($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $breakpoints) {\n @content;\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) {\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 +{"version":3,"sources":["../../scss/bootstrap-utilities.scss","bootstrap-utilities.css","../../scss/mixins/_utilities.scss","../../scss/mixins/_breakpoints.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"AAAA;;;;;ECKE;ACoCI;EAEI,mCAA+D;ADnCzE;;ACiCM;EAEI,8BAA+D;AD/BzE;;AC6BM;EAEI,iCAA+D;AD3BzE;;ACyBM;EAEI,iCAA+D;ADvBzE;;ACqBM;EAEI,sCAA+D;ADnBzE;;ACiBM;EAEI,mCAA+D;ADfzE;;ACaM;EAEI,sBAA+D;ADXzE;;ACSM;EAEI,uBAA+D;ADPzE;;ACKM;EAEI,sBAA+D;ADHzE;;ACCM;EAEI,yBAA+D;ADCzE;;ACHM;EAEI,2BAA+D;ADKzE;;ACPM;EAEI,wBAA+D;ADSzE;;ACXM;EAEI,0BAA+D;ADazE;;ACfM;EAEI,gCAA+D;ADiBzE;;ACnBM;EAEI,yBAA+D;ADqBzE;;ACvBM;EAEI,yBAA+D;ADyBzE;;AC3BM;EAEI,6BAA+D;AD6BzE;;AC/BM;EAEI,8BAA+D;ADiCzE;;ACnCM;EAEI,wBAA+D;ADqCzE;;ACvCM;EAEI,+BAA+D;ADyCzE;;AC3CM;EAEI,wDAA+D;AD6CzE;;AC/CM;EAEI,8DAA+D;ADiDzE;;ACnDM;EAEI,uDAA+D;ADqDzE;;ACvDM;EAEI,2BAA+D;ADyDzE;;AC3DM;EAEI,2BAA+D;AD6DzE;;AC/DM;EAEI,6BAA+D;ADiEzE;;ACnEM;EAEI,6BAA+D;ADqEzE;;ACvEM;EAEI,0BAA+D;ADyEzE;;AC3EM;EAEI,mCAA+D;EAA/D,2BAA+D;AD6EzE;;AC/EM;EAEI,oCAA+D;ADiFzE;;ACnFM;EAEI,oBAA+D;ADqFzE;;ACvFM;EAEI,wCAA+D;ADyFzE;;AC3FM;EAEI,wBAA+D;AD6FzE;;AC/FM;EAEI,0CAA+D;ADiGzE;;ACnGM;EAEI,0BAA+D;ADqGzE;;ACvGM;EAEI,2CAA+D;ADyGzE;;AC3GM;EAEI,2BAA+D;AD6GzE;;AC/GM;EAEI,yCAA+D;ADiHzE;;ACnHM;EAEI,yBAA+D;ADqHzE;;ACvHM;EAEI,gCAA+D;ADyHzE;;AC3HM;EAEI,gCAA+D;AD6HzE;;AC/HM;EAEI,gCAA+D;ADiIzE;;ACnIM;EAEI,gCAA+D;ADqIzE;;ACvIM;EAEI,gCAA+D;ADyIzE;;AC3IM;EAEI,gCAA+D;AD6IzE;;AC/IM;EAEI,gCAA+D;ADiJzE;;ACnJM;EAEI,gCAA+D;ADqJzE;;ACvJM;EAEI,6BAA+D;ADyJzE;;AC3JM;EAEI,qBAA+D;AD6JzE;;AC/JM;EAEI,qBAA+D;ADiKzE;;ACnKM;EAEI,qBAA+D;ADqKzE;;ACvKM;EAEI,sBAA+D;ADyKzE;;AC3KM;EAEI,sBAA+D;AD6KzE;;AC/KM;EAEI,0BAA+D;ADiLzE;;ACnLM;EAEI,uBAA+D;ADqLzE;;ACvLM;EAEI,2BAA+D;ADyLzE;;AC3LM;EAEI,sBAA+D;AD6LzE;;AC/LM;EAEI,sBAA+D;ADiMzE;;ACnMM;EAEI,sBAA+D;ADqMzE;;ACvMM;EAEI,uBAA+D;ADyMzE;;AC3MM;EAEI,uBAA+D;AD6MzE;;AC/MM;EAEI,2BAA+D;ADiNzE;;ACnNM;EAEI,wBAA+D;ADqNzE;;ACvNM;EAEI,4BAA+D;ADyNzE;;AC3NM;EAEI,yBAA+D;AD6NzE;;AC/NM;EAEI,8BAA+D;ADiOzE;;ACnOM;EAEI,iCAA+D;ADqOzE;;ACvOM;EAEI,sCAA+D;ADyOzE;;AC3OM;EAEI,yCAA+D;AD6OzE;;AC/OM;EAEI,uBAA+D;ADiPzE;;ACnPM;EAEI,uBAA+D;ADqPzE;;ACvPM;EAEI,yBAA+D;ADyPzE;;AC3PM;EAEI,yBAA+D;AD6PzE;;AC/PM;EAEI,0BAA+D;ADiQzE;;ACnQM;EAEI,4BAA+D;ADqQzE;;ACvQM;EAEI,kCAA+D;ADyQzE;;AC3QM;EAEI,sCAA+D;AD6QzE;;AC/QM;EAEI,oCAA+D;ADiRzE;;ACnRM;EAEI,kCAA+D;ADqRzE;;ACvRM;EAEI,yCAA+D;ADyRzE;;AC3RM;EAEI,wCAA+D;AD6RzE;;AC/RM;EAEI,kCAA+D;ADiSzE;;ACnSM;EAEI,gCAA+D;ADqSzE;;ACvSM;EAEI,8BAA+D;ADySzE;;AC3SM;EAEI,gCAA+D;AD6SzE;;AC/SM;EAEI,+BAA+D;ADiTzE;;ACnTM;EAEI,oCAA+D;ADqTzE;;ACvTM;EAEI,kCAA+D;ADyTzE;;AC3TM;EAEI,gCAA+D;AD6TzE;;AC/TM;EAEI,uCAA+D;ADiUzE;;ACnUM;EAEI,sCAA+D;ADqUzE;;ACvUM;EAEI,iCAA+D;ADyUz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x3DI;IAEI,+BAA+D;EDy3DvE;EC33DI;IAEI,8BAA+D;ED43DvE;EC93DI;IAEI,4BAA+D;ED+3DvE;ECj4DI;IAEI,8BAA+D;EDk4DvE;ECp4DI;IAEI,4BAA+D;EDq4DvE;ECv4DI;IAEI,2BAA+D;EDw4DvE;EC14DI;IAEI,iCAA+D;ED24DvE;EC74DI;IAEI,gCAA+D;ED84DvE;ECh5DI;IAEI,8BAA+D;EDi5DvE;ECn5DI;IAEI,gCAA+D;EDo5DvE;ECt5DI;IAEI,8BAA+D;EDu5DvE;ECz5DI;IAEI,4BAA+D;ED05DvE;EC55DI;IAEI,kCAA+D;ED65DvE;EC/5DI;IAEI,iCAA+D;EDg6DvE;ECl6DI;IAEI,+BAA+D;EDm6DvE;ECr6DI;IAEI,iCAA+D;EDs6DvE;ECx6DI;IAEI,+BAA+D;EDy6DvE;EC36DI;IAEI,0BAA+D;ED46DvE;EC96DI;IAEI,gCAA+D;ED+6DvE;ECj7DI;IAEI,+BAA+D;EDk7DvE;ECp7DI;IAEI,6BAA+D;EDq7DvE;ECv7DI;IAEI,+BAA+D;EDw7DvE;EC17DI;IAEI,6BAA+D;ED27DvE;EC77DI;IAEI,2BAA+D;ED87DvE;ECh8DI;IAEI,4BAA+D;EDi8DvE;ECn8DI;IAEI,6BAA+D;EDo8DvE;AACF;;AEj7DI;EDtBE;IAEI,sBAA+D;ED08DvE;EC58DI;IAEI,uBAA+D;ED68DvE;EC/8DI;IAEI,sBAA+D;EDg9DvE;ECl9DI;IAEI,wBAA+D;EDm9DvE;ECr9DI;IAEI,0BAA+D;EDs9DvE;ECx9DI;IAEI,gCAA+D;EDy9DvE;EC39DI;IAEI,yBAA+D;ED49DvE;EC99DI;IAEI,yBAA+D;ED+9DvE;ECj+DI;IAEI,6BAA+D;EDk+DvE;ECp+DI;IAEI,8BAA+D;EDq+DvE;ECv+DI;IAEI,wBAA+D;EDw+DvE;EC1+DI;IAEI,+BAA+D;ED2+DvE;EC7+DI;IAEI,yBAA+D;ED8+DvE;ECh/DI;IAEI,8BAA+D;EDi/DvE;ECn/DI;IAEI,iCAA+D;EDo/DvE;ECt/DI;IAEI,sCAA+D;EDu/DvE;ECz/DI;IAEI,yCAA+D;ED0/DvE;EC5/DI;IAEI,uBAA+D;ED6/DvE;EC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vE;ECp4EI;IAEI,0BAA+D;EDq4EvE;ECv4EI;IAEI,gCAA+D;EDw4EvE;EC14EI;IAEI,+BAA+D;ED24EvE;EC74EI;IAEI,6BAA+D;ED84EvE;ECh5EI;IAEI,+BAA+D;EDi5EvE;ECn5EI;IAEI,6BAA+D;EDo5EvE;ECt5EI;IAEI,2BAA+D;EDu5EvE;ECz5EI;IAEI,4BAA+D;ED05EvE;EC55EI;IAEI,6BAA+D;ED65EvE;AACF;;AE14EI;EDtBE;IAEI,sBAA+D;EDm6EvE;ECr6EI;IAEI,uBAA+D;EDs6EvE;ECx6EI;IAEI,sBAA+D;EDy6EvE;EC36EI;IAEI,wBAA+D;ED46EvE;EC96EI;IAEI,0BAA+D;ED+6EvE;ECj7EI;IAEI,gCAA+D;EDk7EvE;ECp7EI;IAEI,yBAA+D;EDq7EvE;ECv7EI;IAEI,yBAA+D;EDw7EvE;EC17EI;IAEI,6BAA+D;ED27EvE;EC77EI;IAEI,8BAA+D;ED87EvE;ECh8EI;IAEI,wBAA+D;EDi8EvE;ECn8EI;IAEI,+BAA+D;EDo8EvE;ECt8EI;IAEI,yBAA+D;EDu8EvE;ECz8EI;IAEI,8BAA+D;ED08EvE;EC58EI;IAEI,iCAA+D;ED68EvE;EC/8EI;IAEI,sCAA+D;EDg9EvE;ECl9EI;IAEI,yCAA+D;EDm9EvE;ECr9EI;IAEI,uBAA+D;EDs9EvE;ECx9EI;IAEI,uBAA+D;EDy9EvE;EC39EI;IAEI,yBAA+D;ED49EvE;EC99EI;IAEI,yBAA+D;ED+9EvE;ECj+EI;IAEI,0BAA+D;EDk+EvE;ECp+EI;IAEI,4BAA+D;EDq+EvE;ECv+EI;IAEI,kCAA+D;EDw+EvE;EC1+EI;IAEI,sCAA+D;ED2+EvE;EC7+EI;IAEI,oCAA+D;ED8+EvE;ECh/EI;IAEI,kCAA+D;EDi/EvE;ECn/EI;IAEI,yCAA+D;EDo/EvE;ECt/EI;IAEI,wCAA+D;EDu/EvE;ECz/EI;IAEI,kCAA+D;ED0/EvE;EC5/EI;IAEI,gCAA+D;ED6/EvE;EC//EI;IAEI,8BAA+D;EDggFvE;EClgFI;IAEI,gCAA+D;EDmgFvE;ECrgFI;IAEI,+BAA+D;EDsgFvE;ECxgFI;IAEI,oCAA+D;EDygFvE;EC3gFI;IAEI,kCAA+D;ED4gFvE;EC9gFI;IAEI,gCAA+D;ED+gFvE;ECjhFI;IAEI,uCAA+D;EDkhFvE;ECphFI;IAEI,sCAA+D;EDqhFvE;ECvhFI;IAEI,iCAA+D;EDwhFvE;EC1hFI;IAEI,2BAA+D;ED2hFvE;EC7hFI;IAEI,iCAA+D;ED8hFvE;EChiFI;IAEI,+BAA+D;EDiiFvE;ECniFI;IAEI,6BAA+D;EDoiFvE;ECtiFI;IAEI,+BAA+D;EDuiFvE;ECziFI;IAEI,8BAA+D;ED0iFvE;EC5iFI;IAEI,oBAA+D;ED6iFvE;EC/iFI;IAEI,mBAA+D;EDgjFvE;ECljFI;IAEI,mBAA+D;EDmjFvE;ECrjFI;IAEI,mBAA+D;EDsjFvE;ECxjFI;IAEI,mBAA+D;EDyjFvE;EC3jFI;IAEI,mBAA+D;ED4jFvE;EC9jFI;IAEI,mBAA+D;ED+jFvE;ECjkFI;IAEI,mBAA+D;EDkkFvE;ECpkFI;IAEI,oBAA+D;EDqkFvE;ECvkFI;IAEI,0BAA+D;EDwkFvE;EC1kFI;IAEI,yBAA+D;ED2kFvE;EC7kFI;IAEI,uBAA+D;ED8kFvE;EChlFI;IAEI,yBAA+D;EDilFvE;ECnlFI;IAEI,uBAA+D;EDolFvE;ECtlFI;IAEI,uBAA+D;EDulFvE;ECzlFI;IAEI,0BAA+D;IAA/D,yBAA+D;ED2lFvE;EC7lFI;IAEI,gCAA+D;IAA/D,+BAA+D;ED+lFvE;ECjmFI;IAEI,+BAA+D;IAA/D,8BAA+D;EDmmFvE;ECrmFI;IAEI,6BAA+D;IAA/D,4BAA+D;EDumFvE;ECzmFI;IAEI,+BAA+D;IAA/D,8BAA+D;ED2mFvE;EC7mFI;IAEI,6BAA+D;IAA/D,4BAA+D;ED+mFvE;ECjnFI;IAEI,6BAA+D;IAA/D,4BAA+D;EDmnFvE;ECrnFI;IAEI,wBAA+D;IAA/D,2BAA+D;EDunFvE;ECznFI;IAEI,8BAA+D;IAA/D,iCAA+D;ED2nFvE;EC7nFI;IAEI,6BAA+D;IAA/D,gCAA+D;ED+nFvE;ECjoFI;IAEI,2BAA+D;IAA/D,8BAA+D;EDmoFvE;ECroFI;IAEI,6BAA+D;IAA/D,gCAA+D;EDuoFvE;ECzoFI;IAEI,2BAA+D;IAA/D,8BAA+D;ED2oFvE;EC7oFI;IAEI,2BAA+D;IAA/D,8BAA+D;ED+oFvE;ECjpFI;IAEI,wBAA+D;EDkpFvE;ECppFI;IAEI,8BAA+D;EDqpFvE;ECvpFI;IAEI,6BAA+D;EDwpFvE;EC1pFI;IAEI,2BAA+D;ED2pFvE;EC7pFI;IAEI,6BAA+D;ED8pFvE;EChqFI;IAEI,2BAA+D;EDiqFvE;ECnqFI;IAEI,2BAA+D;EDoqFvE;ECtqFI;IAEI,0BAA+D;EDuqFvE;ECzqFI;IAEI,gCAA+D;ED0qFvE;EC5qFI;IAEI,+BAA+D;ED6qFvE;EC/qFI;IAEI,6BAA+D;EDgrFvE;EClrFI;IAEI,+BAA+D;EDmrFvE;ECrrFI;IAEI,6BAA+D;EDsrFvE;ECxrFI;IAEI,6BAA+D;EDyrFvE;EC3rFI;IAEI,2BAA+D;ED4rFvE;EC9rFI;IAEI,iCAA+D;ED+rFvE;ECjsFI;IAEI,gCAA+D;EDksFvE;ECpsFI;IAEI,8BAA+D;EDqsFvE;ECvsFI;IAEI,gCAA+D;EDwsFvE;EC1sFI;IAEI,8BAA+D;ED2sFvE;EC7sFI;IAEI,8BAA+D;ED8sFvE;EChtFI;IAEI,yBAA+D;EDitFvE;ECntFI;IAEI,+BAA+D;EDotFvE;ECttFI;IAEI,8BAA+D;EDutFvE;ECztFI;IAEI,4BAA+D;ED0tFvE;EC5tFI;IAEI,8BAA+D;ED6tFvE;EC/tFI;IAEI,4BAA+D;EDguFvE;ECluFI;IAEI,4BAA+D;EDmuFvE;ECruFI;IAEI,qBAA+D;EDsuFvE;ECxuFI;IAEI,2BAA+D;EDyuFvE;EC3uFI;IAEI,0BAA+D;ED4uFvE;EC9uFI;IAEI,wBAA+D;ED+uFvE;ECjvFI;IAEI,0BAA+D;EDkvFvE;ECpvFI;IAEI,wBAA+D;EDqvFvE;ECvvFI;IAEI,2BAA+D;IAA/D,0BAA+D;EDyvFvE;EC3vFI;IAEI,iCAA+D;IAA/D,gCAA+D;ED6vFvE;EC/vFI;IAEI,gCAA+D;IAA/D,+BAA+D;EDiwFvE;ECnwFI;IAEI,8BAA+D;IAA/D,6BAA+D;EDqwFvE;ECvwFI;IAEI,gCAA+D;IAA/D,+BAA+D;EDywFvE;EC3wFI;IAEI,8BAA+D;IAA/D,6BAA+D;ED6wFvE;EC/wFI;IAEI,yBAA+D;IAA/D,4BAA+D;EDixFvE;ECnxFI;IAEI,+BAA+D;IAA/D,kCAA+D;EDqxFvE;ECvxFI;IAEI,8BAA+D;IAA/D,iCAA+D;EDyxFvE;EC3xFI;IAEI,4BAA+D;IAA/D,+BAA+D;ED6xFvE;EC/xFI;IAEI,8BAA+D;IAA/D,iCAA+D;EDiyFvE;ECnyFI;IAEI,4BAA+D;IAA/D,+BAA+D;EDqyFvE;ECvyFI;IAEI,yBAA+D;EDwyFvE;EC1yFI;IAEI,+BAA+D;ED2yFvE;EC7yFI;IAEI,8BAA+D;ED8yFvE;EChzFI;IAEI,4BAA+D;EDizFvE;ECnzFI;IAEI,8BAA+D;EDozFvE;ECtzFI;IAEI,4BAA+D;EDuzFvE;ECzzFI;IAEI,2BAA+D;ED0zFvE;EC5zFI;IAEI,iCAA+D;ED6zFvE;EC/zFI;IAEI,gCAA+D;EDg0FvE;ECl0FI;IAEI,8BAA+D;EDm0FvE;ECr0FI;IAEI,gCAA+D;EDs0FvE;ECx0FI;IAEI,8BAA+D;EDy0FvE;EC30FI;IAEI,4BAA+D;ED40FvE;EC90FI;IAEI,kCAA+D;ED+0FvE;ECj1FI;IAEI,iCAA+D;EDk1FvE;ECp1FI;IAEI,+BAA+D;EDq1FvE;ECv1FI;IAEI,iCAA+D;EDw1FvE;EC11FI;IAEI,+BAA+D;ED21FvE;EC71FI;IAEI,0BAA+D;ED81FvE;ECh2FI;IAEI,gCAA+D;EDi2FvE;ECn2FI;IAEI,+BAA+D;EDo2FvE;ECt2FI;IAEI,6BAA+D;EDu2FvE;ECz2FI;IAEI,+BAA+D;ED02FvE;EC52FI;IAEI,6BAA+D;ED62FvE;EC/2FI;IAEI,2BAA+D;EDg3FvE;ECl3FI;IAEI,4BAA+D;EDm3FvE;ECr3FI;IAEI,6BAA+D;EDs3FvE;AACF;;AEn2FI;EDtBE;IAEI,sBAA+D;ED43FvE;EC93FI;IAEI,uBAA+D;ED+3FvE;ECj4FI;IAEI,sBAA+D;EDk4FvE;ECp4FI;IAEI,wBAA+D;EDq4FvE;ECv4FI;IAEI,0BAA+D;EDw4FvE;EC14FI;IAEI,gCAA+D;ED24FvE;EC74FI;IAEI,yBAA+D;ED84FvE;ECh5FI;IAEI,yBAA+D;EDi5FvE;ECn5FI;IAEI,6BAA+D;EDo5FvE;ECt5FI;IAEI,8BAA+D;EDu5FvE;ECz5FI;IAEI,wBAA+D;ED05FvE;EC55FI;IAEI,+BAA+D;ED65FvE;EC/5FI;IAEI,yBAA+D;EDg6FvE;ECl6FI;IAEI,8BAA+D;EDm6FvE;ECr6FI;IAEI,iCAA+D;EDs6FvE;ECx6FI;IAEI,sCAA+D;EDy6FvE;EC36FI;IAEI,yCAA+D;ED46FvE;EC96FI;IAEI,uBAA+D;ED+6FvE;ECj7FI;IAEI,uBAA+D;EDk7FvE;ECp7FI;IAEI,yBAA+D;EDq7FvE;ECv7FI;IAEI,yBAA+D;EDw7FvE;EC17FI;IAEI,0BAA+D;ED27FvE;EC77FI;IAEI,4BAA+D;ED87FvE;ECh8FI;IAEI,kCAA+D;EDi8FvE;ECn8FI;IAEI,sCAA+D;EDo8FvE;ECt8FI;IAEI,oCAA+D;EDu8FvE;ECz8FI;IAEI,kCAA+D;ED08FvE;EC58FI;IAEI,yCAA+D;ED68FvE;EC/8FI;IAEI,wCAA+D;EDg9FvE;ECl9FI;IAEI,kCAA+D;EDm9FvE;ECr9FI;IAEI,gCAA+D;EDs9FvE;ECx9FI;IAEI,8BAA+D;EDy9FvE;EC39FI;IAEI,gCAA+D;ED49FvE;EC99FI;IAEI,+BAA+D;ED+9FvE;ECj+FI;IAEI,oCAA+D;EDk+FvE;ECp+FI;IAEI,kCAA+D;EDq+FvE;ECv+FI;IAEI,gCAA+D;EDw+FvE;EC1+FI;IAEI,uCAA+D;ED2+FvE;EC7+FI;IAEI,sCAA+D;ED8+FvE;ECh/FI;IAEI,iCAA+D;EDi/FvE;ECn/FI;IAEI,2BAA+D;EDo/FvE;ECt/FI;IAEI,iCAA+D;EDu/FvE;ECz/FI;IAEI,+BAA+D;ED0/FvE;EC5/FI;IAEI,6BAA+D;ED6/FvE;EC//FI;IAEI,+BAA+D;EDggGvE;EClgGI;IAEI,8BAA+D;EDmgGvE;ECrgGI;IAEI,oBAA+D;EDsgGvE;ECxgGI;IAEI,mBAA+D;EDygGvE;EC3gGI;IAEI,mBAA+D;ED4gGvE;EC9gGI;IAEI,mBAA+D;ED+gGvE;ECjhGI;IAEI,mBAA+D;EDkhGvE;ECphGI;IAEI,mBAA+D;EDqhGvE;ECvhGI;IAEI,mBAA+D;EDwhGvE;EC1hGI;IAEI,mBAA+D;ED2hGvE;EC7hGI;IAEI,oBAA+D;ED8hGvE;EChiGI;IAEI,0BAA+D;EDiiGvE;ECniGI;IAEI,yBAA+D;EDoiGvE;ECtiGI;IAEI,uBAA+D;EDuiGvE;ECziGI;IAEI,yBAA+D;ED0iGvE;EC5iGI;IAEI,uBAA+D;ED6iGvE;EC/iGI;IAEI,uBAA+D;EDgjGvE;ECljGI;IAEI,0BAA+D;IAA/D,yBAA+D;EDojGvE;ECtjGI;IAEI,gCAA+D;IAA/D,+BAA+D;EDwjGvE;EC1jGI;IAEI,+BAA+D;IAA/D,8BAA+D;ED4jGvE;EC9jGI;IAEI,6BAA+D;IAA/D,4BAA+D;EDgkGvE;EClkGI;IAEI,+BAA+D;IAA/D,8BAA+D;EDokGvE;ECtkGI;IAEI,6BAA+D;IAA/D,4BAA+D;EDwkGvE;EC1kGI;IAEI,6BAA+D;IAA/D,4BAA+D;ED4kGvE;EC9kGI;IAEI,wBAA+D;IAA/D,2BAA+D;EDglGvE;ECllGI;IAEI,8BAA+D;IAA/D,iCAA+D;EDolGvE;ECtlGI;IAEI,6BAA+D;IAA/D,gCAA+D;EDwlGvE;EC1lGI;IAEI,2BAA+D;IAA/D,8BAA+D;ED4lGvE;EC9lGI;IAEI,6BAA+D;IAA/D,gCAA+D;EDgmGvE;EClmGI;IAEI,2BAA+D;IAA/D,8BAA+D;EDomGvE;ECtmGI;IAEI,2BAA+D;IAA/D,8BAA+D;EDwmGvE;EC1mGI;IAEI,wBAA+D;ED2mGvE;EC7mGI;IAEI,8BAA+D;ED8mGvE;EChnGI;IAEI,6BAA+D;EDinGvE;ECnnGI;IAEI,2BAA+D;EDonGvE;ECtnGI;IAEI,6BAA+D;EDunGvE;ECznGI;IAEI,2BAA+D;ED0nGvE;EC5nGI;IAEI,2BAA+D;ED6nGvE;EC/nGI;IAEI,0BAA+D;EDgoGvE;ECloGI;IAEI,gCAA+D;EDmoGvE;ECroGI;IAEI,+BAA+D;EDsoGvE;ECxoGI;IAEI,6BAA+D;EDyoGvE;EC3oGI;IAEI,+BAA+D;ED4oGvE;EC9oGI;IAEI,6BAA+D;ED+oGvE;ECjpGI;IAEI,6BAA+D;EDkpGvE;ECppGI;IAEI,2BAA+D;EDqpGvE;ECvpGI;IAEI,iCAA+D;EDwpGvE;EC1pGI;IAEI,gCAA+D;ED2pGvE;EC7pGI;IAEI,8BAA+D;ED8pGvE;EChqGI;IAEI,gCAA+D;EDiqGvE;ECnqGI;IAEI,8BAA+D;EDoqGvE;ECtqGI;IAEI,8BAA+D;EDuqGvE;ECzqGI;IAEI,yBAA+D;ED0qGvE;EC5qGI;IAEI,+BAA+D;ED6qGvE;EC/qGI;IAEI,8BAA+D;EDgrGvE;EClrGI;IAEI,4BAA+D;EDmrGvE;ECrrGI;IAEI,8BAA+D;EDsrGvE;ECxrGI;IAEI,4BAA+D;EDyrGvE;EC3rGI;IAEI,4BAA+D;ED4rGvE;EC9rGI;IAEI,qBAA+D;ED+rGvE;ECjsGI;IAEI,2BAA+D;EDksGvE;ECpsGI;IAEI,0BAA+D;EDqsGvE;ECvsGI;IAEI,wBAA+D;EDwsGvE;EC1sGI;IAEI,0BAA+D;ED2sGvE;EC7sGI;IAEI,wBAA+D;ED8sGvE;EChtGI;IAEI,2BAA+D;IAA/D,0BAA+D;EDktGvE;ECptGI;IAEI,iCAA+D;IAA/D,gCAA+D;EDstGvE;ECxtGI;IAEI,gCAA+D;IAA/D,+BAA+D;ED0tGvE;EC5tGI;IAEI,8BAA+D;IAA/D,6BAA+D;ED8tGvE;EChuGI;IAEI,gCAA+D;IAA/D,+BAA+D;EDkuGvE;ECpuGI;IAEI,8BAA+D;IAA/D,6BAA+D;EDsuGvE;ECxuGI;IAEI,yBAA+D;IAA/D,4BAA+D;ED0uGvE;EC5uGI;IAEI,+BAA+D;IAA/D,kCAA+D;ED8uGvE;EChvGI;IAEI,8BAA+D;IAA/D,iCAA+D;EDkvGvE;ECpvGI;IAEI,4BAA+D;IAA/D,+BAA+D;EDsvGvE;ECxvGI;IAEI,8BAA+D;IAA/D,iCAA+D;ED0vGvE;EC5vGI;IAEI,4BAA+D;IAA/D,+BAA+D;ED8vGvE;EChwGI;IAEI,yBAA+D;EDiwGvE;ECnwGI;IAEI,+BAA+D;EDowGvE;ECtwGI;IAEI,8BAA+D;EDuwGvE;ECzwGI;IAEI,4BAA+D;ED0wGvE;EC5wGI;IAEI,8BAA+D;ED6wGvE;EC/wGI;IAEI,4BAA+D;EDgxGvE;EClxGI;IAEI,2BAA+D;EDmxGvE;ECrxGI;IAEI,iCAA+D;EDsxGvE;ECxxGI;IAEI,gCAA+D;EDyxGvE;EC3xGI;IAEI,8BAA+D;ED4xGvE;EC9xGI;IAEI,gCAA+D;ED+xGvE;ECjyGI;IAEI,8BAA+D;EDkyGvE;ECpyGI;IAEI,4BAA+D;EDqyGvE;ECvyGI;IAEI,kCAA+D;EDwyGvE;EC1yGI;IAEI,iCAA+D;ED2yGvE;EC7yGI;IAEI,+BAA+D;ED8yGvE;EChzGI;IAEI,iCAA+D;EDizGvE;ECnzGI;IAEI,+BAA+D;EDozGvE;ECtzGI;IAEI,0BAA+D;EDuzGvE;ECzzGI;IAEI,gCAA+D;ED0zGvE;EC5zGI;IAEI,+BAA+D;ED6zGvE;EC/zGI;IAEI,6BAA+D;EDg0GvE;ECl0GI;IAEI,+BAA+D;EDm0GvE;ECr0GI;IAEI,6BAA+D;EDs0GvE;ECx0GI;IAEI,2BAA+D;EDy0GvE;EC30GI;IAEI,4BAA+D;ED40GvE;EC90GI;IAEI,6BAA+D;ED+0GvE;AACF;;AGr1GA;EFGM;IAEI,wBAA+D;EDq1GvE;ECv1GI;IAEI,0BAA+D;EDw1GvE;EC11GI;IAEI,gCAA+D;ED21GvE;EC71GI;IAEI,yBAA+D;ED81GvE;ECh2GI;IAEI,yBAA+D;EDi2GvE;ECn2GI;IAEI,6BAA+D;EDo2GvE;ECt2GI;IAEI,8BAA+D;EDu2GvE;ECz2GI;IAEI,wBAA+D;ED02GvE;EC52GI;IAEI,+BAA+D;ED62GvE;AACF","file":"bootstrap-utilities.css","sourcesContent":["/*!\n * Bootstrap Utilities v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n\n// Configuration\n\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"utilities\";\n\n\n// Utilities\n\n@import \"utilities/api\";\n","/*!\n * Bootstrap Utilities v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n.align-baseline {\n vertical-align: baseline !important;\n}\n\n.align-top {\n vertical-align: top !important;\n}\n\n.align-middle {\n vertical-align: middle !important;\n}\n\n.align-bottom {\n vertical-align: bottom !important;\n}\n\n.align-text-bottom {\n vertical-align: text-bottom !important;\n}\n\n.align-text-top {\n vertical-align: text-top !important;\n}\n\n.float-left {\n float: left !important;\n}\n\n.float-right {\n float: right !important;\n}\n\n.float-none {\n float: none !important;\n}\n\n.overflow-auto {\n overflow: auto !important;\n}\n\n.overflow-hidden {\n overflow: hidden !important;\n}\n\n.d-none {\n display: none !important;\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-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.shadow {\n box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;\n}\n\n.shadow-sm {\n box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;\n}\n\n.shadow-lg {\n box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;\n}\n\n.shadow-none {\n box-shadow: none !important;\n}\n\n.position-static {\n position: static !important;\n}\n\n.position-relative {\n position: relative !important;\n}\n\n.position-absolute {\n position: absolute !important;\n}\n\n.position-fixed {\n position: fixed !important;\n}\n\n.position-sticky {\n position: sticky !important;\n}\n\n.border {\n border: 1px solid #dee2e6 !important;\n}\n\n.border-0 {\n border: 0 !important;\n}\n\n.border-top {\n border-top: 1px solid #dee2e6 !important;\n}\n\n.border-top-0 {\n border-top: 0 !important;\n}\n\n.border-right {\n border-right: 1px solid #dee2e6 !important;\n}\n\n.border-right-0 {\n border-right: 0 !important;\n}\n\n.border-bottom {\n border-bottom: 1px solid #dee2e6 !important;\n}\n\n.border-bottom-0 {\n border-bottom: 0 !important;\n}\n\n.border-left {\n border-left: 1px solid #dee2e6 !important;\n}\n\n.border-left-0 {\n border-left: 0 !important;\n}\n\n.border-primary {\n border-color: #0d6efd !important;\n}\n\n.border-secondary {\n border-color: #6c757d !important;\n}\n\n.border-success {\n border-color: #28a745 !important;\n}\n\n.border-info {\n border-color: #17a2b8 !important;\n}\n\n.border-warning {\n border-color: #ffc107 !important;\n}\n\n.border-danger {\n border-color: #dc3545 !important;\n}\n\n.border-light {\n border-color: #f8f9fa !important;\n}\n\n.border-dark {\n border-color: #343a40 !important;\n}\n\n.border-white {\n border-color: #fff !important;\n}\n\n.w-25 {\n width: 25% !important;\n}\n\n.w-50 {\n width: 50% !important;\n}\n\n.w-75 {\n width: 75% !important;\n}\n\n.w-100 {\n width: 100% !important;\n}\n\n.w-auto {\n width: auto !important;\n}\n\n.mw-100 {\n max-width: 100% !important;\n}\n\n.vw-100 {\n width: 100vw !important;\n}\n\n.min-vw-100 {\n min-width: 100vw !important;\n}\n\n.h-25 {\n height: 25% !important;\n}\n\n.h-50 {\n height: 50% !important;\n}\n\n.h-75 {\n height: 75% !important;\n}\n\n.h-100 {\n height: 100% !important;\n}\n\n.h-auto {\n height: auto !important;\n}\n\n.mh-100 {\n max-height: 100% !important;\n}\n\n.vh-100 {\n height: 100vh !important;\n}\n\n.min-vh-100 {\n min-height: 100vh !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.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.mr-0 {\n margin-right: 0 !important;\n}\n\n.mr-1 {\n margin-right: 0.25rem !important;\n}\n\n.mr-2 {\n margin-right: 0.5rem !important;\n}\n\n.mr-3 {\n margin-right: 1rem !important;\n}\n\n.mr-4 {\n margin-right: 1.5rem !important;\n}\n\n.mr-5 {\n margin-right: 3rem !important;\n}\n\n.mr-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.ml-0 {\n margin-left: 0 !important;\n}\n\n.ml-1 {\n margin-left: 0.25rem !important;\n}\n\n.ml-2 {\n margin-left: 0.5rem !important;\n}\n\n.ml-3 {\n margin-left: 1rem !important;\n}\n\n.ml-4 {\n margin-left: 1.5rem !important;\n}\n\n.ml-5 {\n margin-left: 3rem !important;\n}\n\n.ml-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.pr-0 {\n padding-right: 0 !important;\n}\n\n.pr-1 {\n padding-right: 0.25rem !important;\n}\n\n.pr-2 {\n padding-right: 0.5rem !important;\n}\n\n.pr-3 {\n padding-right: 1rem !important;\n}\n\n.pr-4 {\n padding-right: 1.5rem !important;\n}\n\n.pr-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.pl-0 {\n padding-left: 0 !important;\n}\n\n.pl-1 {\n padding-left: 0.25rem !important;\n}\n\n.pl-2 {\n padding-left: 0.5rem !important;\n}\n\n.pl-3 {\n padding-left: 1rem !important;\n}\n\n.pl-4 {\n padding-left: 1.5rem !important;\n}\n\n.pl-5 {\n padding-left: 3rem !important;\n}\n\n.font-weight-light {\n font-weight: 300 !important;\n}\n\n.font-weight-lighter {\n font-weight: lighter !important;\n}\n\n.font-weight-normal {\n font-weight: 400 !important;\n}\n\n.font-weight-bold {\n font-weight: 700 !important;\n}\n\n.font-weight-bolder {\n font-weight: bolder !important;\n}\n\n.text-lowercase {\n text-transform: lowercase !important;\n}\n\n.text-uppercase {\n text-transform: uppercase !important;\n}\n\n.text-capitalize {\n text-transform: capitalize !important;\n}\n\n.text-left {\n text-align: left !important;\n}\n\n.text-right {\n text-align: right !important;\n}\n\n.text-center {\n text-align: center !important;\n}\n\n.text-primary {\n color: #0d6efd !important;\n}\n\n.text-secondary {\n color: #6c757d !important;\n}\n\n.text-success {\n color: #28a745 !important;\n}\n\n.text-info {\n color: #17a2b8 !important;\n}\n\n.text-warning {\n color: #ffc107 !important;\n}\n\n.text-danger {\n color: #dc3545 !important;\n}\n\n.text-light {\n color: #f8f9fa !important;\n}\n\n.text-dark {\n color: #343a40 !important;\n}\n\n.text-white {\n color: #fff !important;\n}\n\n.text-body {\n color: #212529 !important;\n}\n\n.text-muted {\n color: #6c757d !important;\n}\n\n.text-black-50 {\n color: rgba(0, 0, 0, 0.5) !important;\n}\n\n.text-white-50 {\n color: rgba(255, 255, 255, 0.5) !important;\n}\n\n.text-reset {\n color: inherit !important;\n}\n\n.lh-1 {\n line-height: 1 !important;\n}\n\n.lh-sm {\n line-height: 1.25 !important;\n}\n\n.lh-base {\n line-height: 1.5 !important;\n}\n\n.lh-lg {\n line-height: 2 !important;\n}\n\n.bg-primary {\n background-color: #0d6efd !important;\n}\n\n.bg-secondary {\n background-color: #6c757d !important;\n}\n\n.bg-success {\n background-color: #28a745 !important;\n}\n\n.bg-info {\n background-color: #17a2b8 !important;\n}\n\n.bg-warning {\n background-color: #ffc107 !important;\n}\n\n.bg-danger {\n background-color: #dc3545 !important;\n}\n\n.bg-light {\n background-color: #f8f9fa !important;\n}\n\n.bg-dark {\n background-color: #343a40 !important;\n}\n\n.bg-body {\n background-color: #fff !important;\n}\n\n.bg-white {\n background-color: #fff !important;\n}\n\n.bg-transparent {\n background-color: transparent !important;\n}\n\n.text-wrap {\n white-space: normal !important;\n}\n\n.text-nowrap {\n white-space: nowrap !important;\n}\n\n.text-decoration-none {\n text-decoration: none !important;\n}\n\n.text-decoration-underline {\n text-decoration: underline !important;\n}\n\n.text-decoration-line-through {\n text-decoration: line-through !important;\n}\n\n.font-italic {\n font-style: italic !important;\n}\n\n.font-normal {\n font-style: normal !important;\n}\n\n.text-break {\n word-wrap: break-word !important;\n}\n\n.font-monospace {\n font-family: var(--bs-font-monospace) !important;\n}\n\n.user-select-all {\n user-select: all !important;\n}\n\n.user-select-auto {\n user-select: auto !important;\n}\n\n.user-select-none {\n user-select: none !important;\n}\n\n.pe-none {\n pointer-events: none !important;\n}\n\n.pe-auto {\n pointer-events: auto !important;\n}\n\n.rounded {\n border-radius: 0.25rem !important;\n}\n\n.rounded-sm {\n border-radius: 0.2rem !important;\n}\n\n.rounded-lg {\n border-radius: 0.3rem !important;\n}\n\n.rounded-circle {\n border-radius: 50% !important;\n}\n\n.rounded-pill {\n border-radius: 50rem !important;\n}\n\n.rounded-0 {\n border-radius: 0 !important;\n}\n\n.rounded-top {\n border-top-left-radius: 0.25rem !important;\n border-top-right-radius: 0.25rem !important;\n}\n\n.rounded-right {\n border-top-right-radius: 0.25rem !important;\n border-bottom-right-radius: 0.25rem !important;\n}\n\n.rounded-bottom {\n border-bottom-right-radius: 0.25rem !important;\n border-bottom-left-radius: 0.25rem !important;\n}\n\n.rounded-left {\n border-bottom-left-radius: 0.25rem !important;\n border-top-left-radius: 0.25rem !important;\n}\n\n.visible {\n visibility: visible !important;\n}\n\n.invisible {\n visibility: hidden !important;\n}\n\n@media (min-width: 576px) {\n .float-sm-left {\n float: left !important;\n }\n .float-sm-right {\n float: right !important;\n }\n .float-sm-none {\n float: none !important;\n }\n .d-sm-none {\n display: none !important;\n }\n .d-sm-inline {\n display: inline !important;\n }\n .d-sm-inline-block {\n display: inline-block !important;\n }\n .d-sm-block {\n display: block !important;\n }\n .d-sm-table {\n display: table !important;\n }\n .d-sm-table-row {\n display: table-row !important;\n }\n .d-sm-table-cell {\n display: table-cell !important;\n }\n .d-sm-flex {\n display: flex !important;\n }\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n .flex-sm-row {\n flex-direction: row !important;\n }\n .flex-sm-column {\n flex-direction: column !important;\n }\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n .justify-content-sm-center {\n justify-content: center !important;\n }\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n .align-items-sm-center {\n align-items: center !important;\n }\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n .align-content-sm-center {\n align-content: center !important;\n }\n .align-content-sm-between {\n align-content: space-between !important;\n }\n .align-content-sm-around {\n align-content: space-around !important;\n }\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n .align-self-sm-auto {\n align-self: auto !important;\n }\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n .align-self-sm-center {\n align-self: center !important;\n }\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n .order-sm-first {\n order: -1 !important;\n }\n .order-sm-0 {\n order: 0 !important;\n }\n .order-sm-1 {\n order: 1 !important;\n }\n .order-sm-2 {\n order: 2 !important;\n }\n .order-sm-3 {\n order: 3 !important;\n }\n .order-sm-4 {\n order: 4 !important;\n }\n .order-sm-5 {\n order: 5 !important;\n }\n .order-sm-last {\n order: 6 !important;\n }\n .m-sm-0 {\n margin: 0 !important;\n }\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n .m-sm-3 {\n margin: 1rem !important;\n }\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n .m-sm-5 {\n margin: 3rem !important;\n }\n .m-sm-auto {\n margin: auto !important;\n }\n .mx-sm-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-sm-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-sm-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-sm-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n .mt-sm-auto {\n margin-top: auto !important;\n }\n .mr-sm-0 {\n margin-right: 0 !important;\n }\n .mr-sm-1 {\n margin-right: 0.25rem !important;\n }\n .mr-sm-2 {\n margin-right: 0.5rem !important;\n }\n .mr-sm-3 {\n margin-right: 1rem !important;\n }\n .mr-sm-4 {\n margin-right: 1.5rem !important;\n }\n .mr-sm-5 {\n margin-right: 3rem !important;\n }\n .mr-sm-auto {\n margin-right: auto !important;\n }\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n .ml-sm-0 {\n margin-left: 0 !important;\n }\n .ml-sm-1 {\n margin-left: 0.25rem !important;\n }\n .ml-sm-2 {\n margin-left: 0.5rem !important;\n }\n .ml-sm-3 {\n margin-left: 1rem !important;\n }\n .ml-sm-4 {\n margin-left: 1.5rem !important;\n }\n .ml-sm-5 {\n margin-left: 3rem !important;\n }\n .ml-sm-auto {\n margin-left: auto !important;\n }\n .p-sm-0 {\n padding: 0 !important;\n }\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n .p-sm-3 {\n padding: 1rem !important;\n }\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n .p-sm-5 {\n padding: 3rem !important;\n }\n .px-sm-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-sm-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-sm-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-sm-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-sm-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-sm-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n .pr-sm-0 {\n padding-right: 0 !important;\n }\n .pr-sm-1 {\n padding-right: 0.25rem !important;\n }\n .pr-sm-2 {\n padding-right: 0.5rem !important;\n }\n .pr-sm-3 {\n padding-right: 1rem !important;\n }\n .pr-sm-4 {\n padding-right: 1.5rem !important;\n }\n .pr-sm-5 {\n padding-right: 3rem !important;\n }\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n .pl-sm-0 {\n padding-left: 0 !important;\n }\n .pl-sm-1 {\n padding-left: 0.25rem !important;\n }\n .pl-sm-2 {\n padding-left: 0.5rem !important;\n }\n .pl-sm-3 {\n padding-left: 1rem !important;\n }\n .pl-sm-4 {\n padding-left: 1.5rem !important;\n }\n .pl-sm-5 {\n padding-left: 3rem !important;\n }\n .text-sm-left {\n text-align: left !important;\n }\n .text-sm-right {\n text-align: right !important;\n }\n .text-sm-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 768px) {\n .float-md-left {\n float: left !important;\n }\n .float-md-right {\n float: right !important;\n }\n .float-md-none {\n float: none !important;\n }\n .d-md-none {\n display: none !important;\n }\n .d-md-inline {\n display: inline !important;\n }\n .d-md-inline-block {\n display: inline-block !important;\n }\n .d-md-block {\n display: block !important;\n }\n .d-md-table {\n display: table !important;\n }\n .d-md-table-row {\n display: table-row !important;\n }\n .d-md-table-cell {\n display: table-cell !important;\n }\n .d-md-flex {\n display: flex !important;\n }\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n .flex-md-row {\n flex-direction: row !important;\n }\n .flex-md-column {\n flex-direction: column !important;\n }\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n .justify-content-md-center {\n justify-content: center !important;\n }\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n .align-items-md-start {\n align-items: flex-start !important;\n }\n .align-items-md-end {\n align-items: flex-end !important;\n }\n .align-items-md-center {\n align-items: center !important;\n }\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n .align-content-md-start {\n align-content: flex-start !important;\n }\n .align-content-md-end {\n align-content: flex-end !important;\n }\n .align-content-md-center {\n align-content: center !important;\n }\n .align-content-md-between {\n align-content: space-between !important;\n }\n .align-content-md-around {\n align-content: space-around !important;\n }\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n .align-self-md-auto {\n align-self: auto !important;\n }\n .align-self-md-start {\n align-self: flex-start !important;\n }\n .align-self-md-end {\n align-self: flex-end !important;\n }\n .align-self-md-center {\n align-self: center !important;\n }\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n .order-md-first {\n order: -1 !important;\n }\n .order-md-0 {\n order: 0 !important;\n }\n .order-md-1 {\n order: 1 !important;\n }\n .order-md-2 {\n order: 2 !important;\n }\n .order-md-3 {\n order: 3 !important;\n }\n .order-md-4 {\n order: 4 !important;\n }\n .order-md-5 {\n order: 5 !important;\n }\n .order-md-last {\n order: 6 !important;\n }\n .m-md-0 {\n margin: 0 !important;\n }\n .m-md-1 {\n margin: 0.25rem !important;\n }\n .m-md-2 {\n margin: 0.5rem !important;\n }\n .m-md-3 {\n margin: 1rem !important;\n }\n .m-md-4 {\n margin: 1.5rem !important;\n }\n .m-md-5 {\n margin: 3rem !important;\n }\n .m-md-auto {\n margin: auto !important;\n }\n .mx-md-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-md-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-md-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-md-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-md-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-md-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-md-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-md-0 {\n margin-top: 0 !important;\n }\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n .mt-md-auto {\n margin-top: auto !important;\n }\n .mr-md-0 {\n margin-right: 0 !important;\n }\n .mr-md-1 {\n margin-right: 0.25rem !important;\n }\n .mr-md-2 {\n margin-right: 0.5rem !important;\n }\n .mr-md-3 {\n margin-right: 1rem !important;\n }\n .mr-md-4 {\n margin-right: 1.5rem !important;\n }\n .mr-md-5 {\n margin-right: 3rem !important;\n }\n .mr-md-auto {\n margin-right: auto !important;\n }\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n .ml-md-0 {\n margin-left: 0 !important;\n }\n .ml-md-1 {\n margin-left: 0.25rem !important;\n }\n .ml-md-2 {\n margin-left: 0.5rem !important;\n }\n .ml-md-3 {\n margin-left: 1rem !important;\n }\n .ml-md-4 {\n margin-left: 1.5rem !important;\n }\n .ml-md-5 {\n margin-left: 3rem !important;\n }\n .ml-md-auto {\n margin-left: auto !important;\n }\n .p-md-0 {\n padding: 0 !important;\n }\n .p-md-1 {\n padding: 0.25rem !important;\n }\n .p-md-2 {\n padding: 0.5rem !important;\n }\n .p-md-3 {\n padding: 1rem !important;\n }\n .p-md-4 {\n padding: 1.5rem !important;\n }\n .p-md-5 {\n padding: 3rem !important;\n }\n .px-md-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-md-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-md-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-md-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-md-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-md-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-md-0 {\n padding-top: 0 !important;\n }\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n .pr-md-0 {\n padding-right: 0 !important;\n }\n .pr-md-1 {\n padding-right: 0.25rem !important;\n }\n .pr-md-2 {\n padding-right: 0.5rem !important;\n }\n .pr-md-3 {\n padding-right: 1rem !important;\n }\n .pr-md-4 {\n padding-right: 1.5rem !important;\n }\n .pr-md-5 {\n padding-right: 3rem !important;\n }\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n .pl-md-0 {\n padding-left: 0 !important;\n }\n .pl-md-1 {\n padding-left: 0.25rem !important;\n }\n .pl-md-2 {\n padding-left: 0.5rem !important;\n }\n .pl-md-3 {\n padding-left: 1rem !important;\n }\n .pl-md-4 {\n padding-left: 1.5rem !important;\n }\n .pl-md-5 {\n padding-left: 3rem !important;\n }\n .text-md-left {\n text-align: left !important;\n }\n .text-md-right {\n text-align: right !important;\n }\n .text-md-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 992px) {\n .float-lg-left {\n float: left !important;\n }\n .float-lg-right {\n float: right !important;\n }\n .float-lg-none {\n float: none !important;\n }\n .d-lg-none {\n display: none !important;\n }\n .d-lg-inline {\n display: inline !important;\n }\n .d-lg-inline-block {\n display: inline-block !important;\n }\n .d-lg-block {\n display: block !important;\n }\n .d-lg-table {\n display: table !important;\n }\n .d-lg-table-row {\n display: table-row !important;\n }\n .d-lg-table-cell {\n display: table-cell !important;\n }\n .d-lg-flex {\n display: flex !important;\n }\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n .flex-lg-row {\n flex-direction: row !important;\n }\n .flex-lg-column {\n flex-direction: column !important;\n }\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n .justify-content-lg-center {\n justify-content: center !important;\n }\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n .align-items-lg-center {\n align-items: center !important;\n }\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n .align-content-lg-center {\n align-content: center !important;\n }\n .align-content-lg-between {\n align-content: space-between !important;\n }\n .align-content-lg-around {\n align-content: space-around !important;\n }\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n .align-self-lg-auto {\n align-self: auto !important;\n }\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n .align-self-lg-center {\n align-self: center !important;\n }\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n .order-lg-first {\n order: -1 !important;\n }\n .order-lg-0 {\n order: 0 !important;\n }\n .order-lg-1 {\n order: 1 !important;\n }\n .order-lg-2 {\n order: 2 !important;\n }\n .order-lg-3 {\n order: 3 !important;\n }\n .order-lg-4 {\n order: 4 !important;\n }\n .order-lg-5 {\n order: 5 !important;\n }\n .order-lg-last {\n order: 6 !important;\n }\n .m-lg-0 {\n margin: 0 !important;\n }\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n .m-lg-3 {\n margin: 1rem !important;\n }\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n .m-lg-5 {\n margin: 3rem !important;\n }\n .m-lg-auto {\n margin: auto !important;\n }\n .mx-lg-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-lg-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-lg-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-lg-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n .mt-lg-auto {\n margin-top: auto !important;\n }\n .mr-lg-0 {\n margin-right: 0 !important;\n }\n .mr-lg-1 {\n margin-right: 0.25rem !important;\n }\n .mr-lg-2 {\n margin-right: 0.5rem !important;\n }\n .mr-lg-3 {\n margin-right: 1rem !important;\n }\n .mr-lg-4 {\n margin-right: 1.5rem !important;\n }\n .mr-lg-5 {\n margin-right: 3rem !important;\n }\n .mr-lg-auto {\n margin-right: auto !important;\n }\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n .ml-lg-0 {\n margin-left: 0 !important;\n }\n .ml-lg-1 {\n margin-left: 0.25rem !important;\n }\n .ml-lg-2 {\n margin-left: 0.5rem !important;\n }\n .ml-lg-3 {\n margin-left: 1rem !important;\n }\n .ml-lg-4 {\n margin-left: 1.5rem !important;\n }\n .ml-lg-5 {\n margin-left: 3rem !important;\n }\n .ml-lg-auto {\n margin-left: auto !important;\n }\n .p-lg-0 {\n padding: 0 !important;\n }\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n .p-lg-3 {\n padding: 1rem !important;\n }\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n .p-lg-5 {\n padding: 3rem !important;\n }\n .px-lg-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-lg-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-lg-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-lg-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-lg-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-lg-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n .pr-lg-0 {\n padding-right: 0 !important;\n }\n .pr-lg-1 {\n padding-right: 0.25rem !important;\n }\n .pr-lg-2 {\n padding-right: 0.5rem !important;\n }\n .pr-lg-3 {\n padding-right: 1rem !important;\n }\n .pr-lg-4 {\n padding-right: 1.5rem !important;\n }\n .pr-lg-5 {\n padding-right: 3rem !important;\n }\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n .pl-lg-0 {\n padding-left: 0 !important;\n }\n .pl-lg-1 {\n padding-left: 0.25rem !important;\n }\n .pl-lg-2 {\n padding-left: 0.5rem !important;\n }\n .pl-lg-3 {\n padding-left: 1rem !important;\n }\n .pl-lg-4 {\n padding-left: 1.5rem !important;\n }\n .pl-lg-5 {\n padding-left: 3rem !important;\n }\n .text-lg-left {\n text-align: left !important;\n }\n .text-lg-right {\n text-align: right !important;\n }\n .text-lg-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 1200px) {\n .float-xl-left {\n float: left !important;\n }\n .float-xl-right {\n float: right !important;\n }\n .float-xl-none {\n float: none !important;\n }\n .d-xl-none {\n display: none !important;\n }\n .d-xl-inline {\n display: inline !important;\n }\n .d-xl-inline-block {\n display: inline-block !important;\n }\n .d-xl-block {\n display: block !important;\n }\n .d-xl-table {\n display: table !important;\n }\n .d-xl-table-row {\n display: table-row !important;\n }\n .d-xl-table-cell {\n display: table-cell !important;\n }\n .d-xl-flex {\n display: flex !important;\n }\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n .flex-xl-row {\n flex-direction: row !important;\n }\n .flex-xl-column {\n flex-direction: column !important;\n }\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n .justify-content-xl-center {\n justify-content: center !important;\n }\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n .align-items-xl-center {\n align-items: center !important;\n }\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n .align-content-xl-center {\n align-content: center !important;\n }\n .align-content-xl-between {\n align-content: space-between !important;\n }\n .align-content-xl-around {\n align-content: space-around !important;\n }\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n .align-self-xl-auto {\n align-self: auto !important;\n }\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n .align-self-xl-center {\n align-self: center !important;\n }\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n .order-xl-first {\n order: -1 !important;\n }\n .order-xl-0 {\n order: 0 !important;\n }\n .order-xl-1 {\n order: 1 !important;\n }\n .order-xl-2 {\n order: 2 !important;\n }\n .order-xl-3 {\n order: 3 !important;\n }\n .order-xl-4 {\n order: 4 !important;\n }\n .order-xl-5 {\n order: 5 !important;\n }\n .order-xl-last {\n order: 6 !important;\n }\n .m-xl-0 {\n margin: 0 !important;\n }\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n .m-xl-3 {\n margin: 1rem !important;\n }\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n .m-xl-5 {\n margin: 3rem !important;\n }\n .m-xl-auto {\n margin: auto !important;\n }\n .mx-xl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-xl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-xl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-xl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n .mt-xl-auto {\n margin-top: auto !important;\n }\n .mr-xl-0 {\n margin-right: 0 !important;\n }\n .mr-xl-1 {\n margin-right: 0.25rem !important;\n }\n .mr-xl-2 {\n margin-right: 0.5rem !important;\n }\n .mr-xl-3 {\n margin-right: 1rem !important;\n }\n .mr-xl-4 {\n margin-right: 1.5rem !important;\n }\n .mr-xl-5 {\n margin-right: 3rem !important;\n }\n .mr-xl-auto {\n margin-right: auto !important;\n }\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n .ml-xl-0 {\n margin-left: 0 !important;\n }\n .ml-xl-1 {\n margin-left: 0.25rem !important;\n }\n .ml-xl-2 {\n margin-left: 0.5rem !important;\n }\n .ml-xl-3 {\n margin-left: 1rem !important;\n }\n .ml-xl-4 {\n margin-left: 1.5rem !important;\n }\n .ml-xl-5 {\n margin-left: 3rem !important;\n }\n .ml-xl-auto {\n margin-left: auto !important;\n }\n .p-xl-0 {\n padding: 0 !important;\n }\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n .p-xl-3 {\n padding: 1rem !important;\n }\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n .p-xl-5 {\n padding: 3rem !important;\n }\n .px-xl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-xl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-xl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-xl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-xl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-xl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n .pr-xl-0 {\n padding-right: 0 !important;\n }\n .pr-xl-1 {\n padding-right: 0.25rem !important;\n }\n .pr-xl-2 {\n padding-right: 0.5rem !important;\n }\n .pr-xl-3 {\n padding-right: 1rem !important;\n }\n .pr-xl-4 {\n padding-right: 1.5rem !important;\n }\n .pr-xl-5 {\n padding-right: 3rem !important;\n }\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n .pl-xl-0 {\n padding-left: 0 !important;\n }\n .pl-xl-1 {\n padding-left: 0.25rem !important;\n }\n .pl-xl-2 {\n padding-left: 0.5rem !important;\n }\n .pl-xl-3 {\n padding-left: 1rem !important;\n }\n .pl-xl-4 {\n padding-left: 1.5rem !important;\n }\n .pl-xl-5 {\n padding-left: 3rem !important;\n }\n .text-xl-left {\n text-align: left !important;\n }\n .text-xl-right {\n text-align: right !important;\n }\n .text-xl-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 1400px) {\n .float-xxl-left {\n float: left !important;\n }\n .float-xxl-right {\n float: right !important;\n }\n .float-xxl-none {\n float: none !important;\n }\n .d-xxl-none {\n display: none !important;\n }\n .d-xxl-inline {\n display: inline !important;\n }\n .d-xxl-inline-block {\n display: inline-block !important;\n }\n .d-xxl-block {\n display: block !important;\n }\n .d-xxl-table {\n display: table !important;\n }\n .d-xxl-table-row {\n display: table-row !important;\n }\n .d-xxl-table-cell {\n display: table-cell !important;\n }\n .d-xxl-flex {\n display: flex !important;\n }\n .d-xxl-inline-flex {\n display: inline-flex !important;\n }\n .flex-xxl-fill {\n flex: 1 1 auto !important;\n }\n .flex-xxl-row {\n flex-direction: row !important;\n }\n .flex-xxl-column {\n flex-direction: column !important;\n }\n .flex-xxl-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-xxl-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-xxl-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-xxl-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-xxl-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-xxl-shrink-1 {\n flex-shrink: 1 !important;\n }\n .flex-xxl-wrap {\n flex-wrap: wrap !important;\n }\n .flex-xxl-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-xxl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .justify-content-xxl-start {\n justify-content: flex-start !important;\n }\n .justify-content-xxl-end {\n justify-content: flex-end !important;\n }\n .justify-content-xxl-center {\n justify-content: center !important;\n }\n .justify-content-xxl-between {\n justify-content: space-between !important;\n }\n .justify-content-xxl-around {\n justify-content: space-around !important;\n }\n .align-items-xxl-start {\n align-items: flex-start !important;\n }\n .align-items-xxl-end {\n align-items: flex-end !important;\n }\n .align-items-xxl-center {\n align-items: center !important;\n }\n .align-items-xxl-baseline {\n align-items: baseline !important;\n }\n .align-items-xxl-stretch {\n align-items: stretch !important;\n }\n .align-content-xxl-start {\n align-content: flex-start !important;\n }\n .align-content-xxl-end {\n align-content: flex-end !important;\n }\n .align-content-xxl-center {\n align-content: center !important;\n }\n .align-content-xxl-between {\n align-content: space-between !important;\n }\n .align-content-xxl-around {\n align-content: space-around !important;\n }\n .align-content-xxl-stretch {\n align-content: stretch !important;\n }\n .align-self-xxl-auto {\n align-self: auto !important;\n }\n .align-self-xxl-start {\n align-self: flex-start !important;\n }\n .align-self-xxl-end {\n align-self: flex-end !important;\n }\n .align-self-xxl-center {\n align-self: center !important;\n }\n .align-self-xxl-baseline {\n align-self: baseline !important;\n }\n .align-self-xxl-stretch {\n align-self: stretch !important;\n }\n .order-xxl-first {\n order: -1 !important;\n }\n .order-xxl-0 {\n order: 0 !important;\n }\n .order-xxl-1 {\n order: 1 !important;\n }\n .order-xxl-2 {\n order: 2 !important;\n }\n .order-xxl-3 {\n order: 3 !important;\n }\n .order-xxl-4 {\n order: 4 !important;\n }\n .order-xxl-5 {\n order: 5 !important;\n }\n .order-xxl-last {\n order: 6 !important;\n }\n .m-xxl-0 {\n margin: 0 !important;\n }\n .m-xxl-1 {\n margin: 0.25rem !important;\n }\n .m-xxl-2 {\n margin: 0.5rem !important;\n }\n .m-xxl-3 {\n margin: 1rem !important;\n }\n .m-xxl-4 {\n margin: 1.5rem !important;\n }\n .m-xxl-5 {\n margin: 3rem !important;\n }\n .m-xxl-auto {\n margin: auto !important;\n }\n .mx-xxl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-xxl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-xxl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-xxl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-xxl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-xxl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-xxl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-xxl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-xxl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-xxl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-xxl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-xxl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-xxl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-xxl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-xxl-0 {\n margin-top: 0 !important;\n }\n .mt-xxl-1 {\n margin-top: 0.25rem !important;\n }\n .mt-xxl-2 {\n margin-top: 0.5rem !important;\n }\n .mt-xxl-3 {\n margin-top: 1rem !important;\n }\n .mt-xxl-4 {\n margin-top: 1.5rem !important;\n }\n .mt-xxl-5 {\n margin-top: 3rem !important;\n }\n .mt-xxl-auto {\n margin-top: auto !important;\n }\n .mr-xxl-0 {\n margin-right: 0 !important;\n }\n .mr-xxl-1 {\n margin-right: 0.25rem !important;\n }\n .mr-xxl-2 {\n margin-right: 0.5rem !important;\n }\n .mr-xxl-3 {\n margin-right: 1rem !important;\n }\n .mr-xxl-4 {\n margin-right: 1.5rem !important;\n }\n .mr-xxl-5 {\n margin-right: 3rem !important;\n }\n .mr-xxl-auto {\n margin-right: auto !important;\n }\n .mb-xxl-0 {\n margin-bottom: 0 !important;\n }\n .mb-xxl-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-xxl-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-xxl-3 {\n margin-bottom: 1rem !important;\n }\n .mb-xxl-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-xxl-5 {\n margin-bottom: 3rem !important;\n }\n .mb-xxl-auto {\n margin-bottom: auto !important;\n }\n .ml-xxl-0 {\n margin-left: 0 !important;\n }\n .ml-xxl-1 {\n margin-left: 0.25rem !important;\n }\n .ml-xxl-2 {\n margin-left: 0.5rem !important;\n }\n .ml-xxl-3 {\n margin-left: 1rem !important;\n }\n .ml-xxl-4 {\n margin-left: 1.5rem !important;\n }\n .ml-xxl-5 {\n margin-left: 3rem !important;\n }\n .ml-xxl-auto {\n margin-left: auto !important;\n }\n .p-xxl-0 {\n padding: 0 !important;\n }\n .p-xxl-1 {\n padding: 0.25rem !important;\n }\n .p-xxl-2 {\n padding: 0.5rem !important;\n }\n .p-xxl-3 {\n padding: 1rem !important;\n }\n .p-xxl-4 {\n padding: 1.5rem !important;\n }\n .p-xxl-5 {\n padding: 3rem !important;\n }\n .px-xxl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-xxl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-xxl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-xxl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-xxl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-xxl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-xxl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-xxl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-xxl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-xxl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-xxl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-xxl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-xxl-0 {\n padding-top: 0 !important;\n }\n .pt-xxl-1 {\n padding-top: 0.25rem !important;\n }\n .pt-xxl-2 {\n padding-top: 0.5rem !important;\n }\n .pt-xxl-3 {\n padding-top: 1rem !important;\n }\n .pt-xxl-4 {\n padding-top: 1.5rem !important;\n }\n .pt-xxl-5 {\n padding-top: 3rem !important;\n }\n .pr-xxl-0 {\n padding-right: 0 !important;\n }\n .pr-xxl-1 {\n padding-right: 0.25rem !important;\n }\n .pr-xxl-2 {\n padding-right: 0.5rem !important;\n }\n .pr-xxl-3 {\n padding-right: 1rem !important;\n }\n .pr-xxl-4 {\n padding-right: 1.5rem !important;\n }\n .pr-xxl-5 {\n padding-right: 3rem !important;\n }\n .pb-xxl-0 {\n padding-bottom: 0 !important;\n }\n .pb-xxl-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-xxl-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-xxl-3 {\n padding-bottom: 1rem !important;\n }\n .pb-xxl-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-xxl-5 {\n padding-bottom: 3rem !important;\n }\n .pl-xxl-0 {\n padding-left: 0 !important;\n }\n .pl-xxl-1 {\n padding-left: 0.25rem !important;\n }\n .pl-xxl-2 {\n padding-left: 0.5rem !important;\n }\n .pl-xxl-3 {\n padding-left: 1rem !important;\n }\n .pl-xxl-4 {\n padding-left: 1.5rem !important;\n }\n .pl-xxl-5 {\n padding-left: 3rem !important;\n }\n .text-xxl-left {\n text-align: left !important;\n }\n .text-xxl-right {\n text-align: right !important;\n }\n .text-xxl-center {\n text-align: center !important;\n }\n}\n\n@media print {\n .d-print-none {\n display: none !important;\n }\n .d-print-inline {\n display: inline !important;\n }\n .d-print-inline-block {\n display: inline-block !important;\n }\n .d-print-block {\n display: block !important;\n }\n .d-print-table {\n display: table !important;\n }\n .d-print-table-row {\n display: table-row !important;\n }\n .d-print-table-cell {\n display: table-cell !important;\n }\n .d-print-flex {\n display: flex !important;\n }\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n}\n\n/*# sourceMappingURL=bootstrap-utilities.css.map */","// 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 $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 @if $value != null {\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 }\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. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `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(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .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 $max: breakpoint-max($name, $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($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $breakpoints) {\n @content;\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) {\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/dist/css/bootstrap-utilities.min.css b/dist/css/bootstrap-utilities.min.css index 6687d3b19..79bd92d25 100644 --- a/dist/css/bootstrap-utilities.min.css +++ b/dist/css/bootstrap-utilities.min.css @@ -3,5 +3,5 @@ * Copyright 2011-2020 The Bootstrap Authors * Copyright 2011-2020 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!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}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-right{border-right:1px solid #dee2e6!important}.border-right-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-left{border-left:1px solid #dee2e6!important}.border-left-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.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}.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}.mr-0{margin-right:0!important}.mr-1{margin-right:.25rem!important}.mr-2{margin-right:.5rem!important}.mr-3{margin-right:1rem!important}.mr-4{margin-right:1.5rem!important}.mr-5{margin-right:3rem!important}.mr-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}.ml-0{margin-left:0!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.ml-3{margin-left:1rem!important}.ml-4{margin-left:1.5rem!important}.ml-5{margin-left:3rem!important}.ml-auto{margin-left:auto!important}.m-n1{margin:-.25rem!important}.m-n2{margin:-.5rem!important}.m-n3{margin:-1rem!important}.m-n4{margin:-1.5rem!important}.m-n5{margin:-3rem!important}.mx-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-n5{margin-right:-3rem!important;margin-left:-3rem!important}.my-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.mt-n1{margin-top:-.25rem!important}.mt-n2{margin-top:-.5rem!important}.mt-n3{margin-top:-1rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-3rem!important}.mr-n1{margin-right:-.25rem!important}.mr-n2{margin-right:-.5rem!important}.mr-n3{margin-right:-1rem!important}.mr-n4{margin-right:-1.5rem!important}.mr-n5{margin-right:-3rem!important}.mb-n1{margin-bottom:-.25rem!important}.mb-n2{margin-bottom:-.5rem!important}.mb-n3{margin-bottom:-1rem!important}.mb-n4{margin-bottom:-1.5rem!important}.mb-n5{margin-bottom:-3rem!important}.ml-n1{margin-left:-.25rem!important}.ml-n2{margin-left:-.5rem!important}.ml-n3{margin-left:-1rem!important}.ml-n4{margin-left:-1.5rem!important}.ml-n5{margin-left:-3rem!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}.pr-0{padding-right:0!important}.pr-1{padding-right:.25rem!important}.pr-2{padding-right:.5rem!important}.pr-3{padding-right:1rem!important}.pr-4{padding-right:1.5rem!important}.pr-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}.pl-0{padding-left:0!important}.pl-1{padding-left:.25rem!important}.pl-2{padding-left:.5rem!important}.pl-3{padding-left:1rem!important}.pl-4{padding-left:1.5rem!important}.pl-5{padding-left:3rem!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-primary{color:#0d6efd!important}.text-secondary{color:#6c757d!important}.text-success{color:#28a745!important}.text-info{color:#17a2b8!important}.text-warning{color:#ffc107!important}.text-danger{color:#dc3545!important}.text-light{color:#f8f9fa!important}.text-dark{color:#343a40!important}.text-white{color:#fff!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-reset{color:inherit!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.bg-primary{background-color:#0d6efd!important}.bg-secondary{background-color:#6c757d!important}.bg-success{background-color:#28a745!important}.bg-info{background-color:#17a2b8!important}.bg-warning{background-color:#ffc107!important}.bg-danger{background-color:#dc3545!important}.bg-light{background-color:#f8f9fa!important}.bg-dark{background-color:#343a40!important}.bg-body{background-color:#fff!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.font-italic{font-style:italic!important}.font-normal{font-style:normal!important}.text-break{word-wrap:break-word!important}.font-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-sm{border-radius:.2rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!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}.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}.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}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:.25rem!important}.mr-sm-2{margin-right:.5rem!important}.mr-sm-3{margin-right:1rem!important}.mr-sm-4{margin-right:1.5rem!important}.mr-sm-5{margin-right:3rem!important}.mr-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}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:.25rem!important}.ml-sm-2{margin-left:.5rem!important}.ml-sm-3{margin-left:1rem!important}.ml-sm-4{margin-left:1.5rem!important}.ml-sm-5{margin-left:3rem!important}.ml-sm-auto{margin-left:auto!important}.m-sm-n1{margin:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.m-sm-n3{margin:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mx-sm-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-sm-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-sm-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-sm-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-sm-n5{margin-right:-3rem!important;margin-left:-3rem!important}.my-sm-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-sm-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-sm-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-sm-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-sm-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.mt-sm-n1{margin-top:-.25rem!important}.mt-sm-n2{margin-top:-.5rem!important}.mt-sm-n3{margin-top:-1rem!important}.mt-sm-n4{margin-top:-1.5rem!important}.mt-sm-n5{margin-top:-3rem!important}.mr-sm-n1{margin-right:-.25rem!important}.mr-sm-n2{margin-right:-.5rem!important}.mr-sm-n3{margin-right:-1rem!important}.mr-sm-n4{margin-right:-1.5rem!important}.mr-sm-n5{margin-right:-3rem!important}.mb-sm-n1{margin-bottom:-.25rem!important}.mb-sm-n2{margin-bottom:-.5rem!important}.mb-sm-n3{margin-bottom:-1rem!important}.mb-sm-n4{margin-bottom:-1.5rem!important}.mb-sm-n5{margin-bottom:-3rem!important}.ml-sm-n1{margin-left:-.25rem!important}.ml-sm-n2{margin-left:-.5rem!important}.ml-sm-n3{margin-left:-1rem!important}.ml-sm-n4{margin-left:-1.5rem!important}.ml-sm-n5{margin-left:-3rem!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}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:.25rem!important}.pr-sm-2{padding-right:.5rem!important}.pr-sm-3{padding-right:1rem!important}.pr-sm-4{padding-right:1.5rem!important}.pr-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}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:.25rem!important}.pl-sm-2{padding-left:.5rem!important}.pl-sm-3{padding-left:1rem!important}.pl-sm-4{padding-left:1.5rem!important}.pl-sm-5{padding-left:3rem!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!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}.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}.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}.mr-md-0{margin-right:0!important}.mr-md-1{margin-right:.25rem!important}.mr-md-2{margin-right:.5rem!important}.mr-md-3{margin-right:1rem!important}.mr-md-4{margin-right:1.5rem!important}.mr-md-5{margin-right:3rem!important}.mr-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}.ml-md-0{margin-left:0!important}.ml-md-1{margin-left:.25rem!important}.ml-md-2{margin-left:.5rem!important}.ml-md-3{margin-left:1rem!important}.ml-md-4{margin-left:1.5rem!important}.ml-md-5{margin-left:3rem!important}.ml-md-auto{margin-left:auto!important}.m-md-n1{margin:-.25rem!important}.m-md-n2{margin:-.5rem!important}.m-md-n3{margin:-1rem!important}.m-md-n4{margin:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mx-md-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-md-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-md-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-md-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-md-n5{margin-right:-3rem!important;margin-left:-3rem!important}.my-md-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-md-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-md-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-md-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-md-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.mt-md-n1{margin-top:-.25rem!important}.mt-md-n2{margin-top:-.5rem!important}.mt-md-n3{margin-top:-1rem!important}.mt-md-n4{margin-top:-1.5rem!important}.mt-md-n5{margin-top:-3rem!important}.mr-md-n1{margin-right:-.25rem!important}.mr-md-n2{margin-right:-.5rem!important}.mr-md-n3{margin-right:-1rem!important}.mr-md-n4{margin-right:-1.5rem!important}.mr-md-n5{margin-right:-3rem!important}.mb-md-n1{margin-bottom:-.25rem!important}.mb-md-n2{margin-bottom:-.5rem!important}.mb-md-n3{margin-bottom:-1rem!important}.mb-md-n4{margin-bottom:-1.5rem!important}.mb-md-n5{margin-bottom:-3rem!important}.ml-md-n1{margin-left:-.25rem!important}.ml-md-n2{margin-left:-.5rem!important}.ml-md-n3{margin-left:-1rem!important}.ml-md-n4{margin-left:-1.5rem!important}.ml-md-n5{margin-left:-3rem!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}.pr-md-0{padding-right:0!important}.pr-md-1{padding-right:.25rem!important}.pr-md-2{padding-right:.5rem!important}.pr-md-3{padding-right:1rem!important}.pr-md-4{padding-right:1.5rem!important}.pr-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}.pl-md-0{padding-left:0!important}.pl-md-1{padding-left:.25rem!important}.pl-md-2{padding-left:.5rem!important}.pl-md-3{padding-left:1rem!important}.pl-md-4{padding-left:1.5rem!important}.pl-md-5{padding-left:3rem!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!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}.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}.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}.mr-lg-0{margin-right:0!important}.mr-lg-1{margin-right:.25rem!important}.mr-lg-2{margin-right:.5rem!important}.mr-lg-3{margin-right:1rem!important}.mr-lg-4{margin-right:1.5rem!important}.mr-lg-5{margin-right:3rem!important}.mr-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}.ml-lg-0{margin-left:0!important}.ml-lg-1{margin-left:.25rem!important}.ml-lg-2{margin-left:.5rem!important}.ml-lg-3{margin-left:1rem!important}.ml-lg-4{margin-left:1.5rem!important}.ml-lg-5{margin-left:3rem!important}.ml-lg-auto{margin-left:auto!important}.m-lg-n1{margin:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.m-lg-n3{margin:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mx-lg-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-lg-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-lg-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-lg-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-lg-n5{margin-right:-3rem!important;margin-left:-3rem!important}.my-lg-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-lg-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-lg-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-lg-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-lg-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.mt-lg-n1{margin-top:-.25rem!important}.mt-lg-n2{margin-top:-.5rem!important}.mt-lg-n3{margin-top:-1rem!important}.mt-lg-n4{margin-top:-1.5rem!important}.mt-lg-n5{margin-top:-3rem!important}.mr-lg-n1{margin-right:-.25rem!important}.mr-lg-n2{margin-right:-.5rem!important}.mr-lg-n3{margin-right:-1rem!important}.mr-lg-n4{margin-right:-1.5rem!important}.mr-lg-n5{margin-right:-3rem!important}.mb-lg-n1{margin-bottom:-.25rem!important}.mb-lg-n2{margin-bottom:-.5rem!important}.mb-lg-n3{margin-bottom:-1rem!important}.mb-lg-n4{margin-bottom:-1.5rem!important}.mb-lg-n5{margin-bottom:-3rem!important}.ml-lg-n1{margin-left:-.25rem!important}.ml-lg-n2{margin-left:-.5rem!important}.ml-lg-n3{margin-left:-1rem!important}.ml-lg-n4{margin-left:-1.5rem!important}.ml-lg-n5{margin-left:-3rem!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}.pr-lg-0{padding-right:0!important}.pr-lg-1{padding-right:.25rem!important}.pr-lg-2{padding-right:.5rem!important}.pr-lg-3{padding-right:1rem!important}.pr-lg-4{padding-right:1.5rem!important}.pr-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}.pl-lg-0{padding-left:0!important}.pl-lg-1{padding-left:.25rem!important}.pl-lg-2{padding-left:.5rem!important}.pl-lg-3{padding-left:1rem!important}.pl-lg-4{padding-left:1.5rem!important}.pl-lg-5{padding-left:3rem!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!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}.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}.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}.mr-xl-0{margin-right:0!important}.mr-xl-1{margin-right:.25rem!important}.mr-xl-2{margin-right:.5rem!important}.mr-xl-3{margin-right:1rem!important}.mr-xl-4{margin-right:1.5rem!important}.mr-xl-5{margin-right:3rem!important}.mr-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}.ml-xl-0{margin-left:0!important}.ml-xl-1{margin-left:.25rem!important}.ml-xl-2{margin-left:.5rem!important}.ml-xl-3{margin-left:1rem!important}.ml-xl-4{margin-left:1.5rem!important}.ml-xl-5{margin-left:3rem!important}.ml-xl-auto{margin-left:auto!important}.m-xl-n1{margin:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.m-xl-n3{margin:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mx-xl-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-xl-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-xl-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-xl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xl-n5{margin-right:-3rem!important;margin-left:-3rem!important}.my-xl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-xl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-xl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xl-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.mt-xl-n1{margin-top:-.25rem!important}.mt-xl-n2{margin-top:-.5rem!important}.mt-xl-n3{margin-top:-1rem!important}.mt-xl-n4{margin-top:-1.5rem!important}.mt-xl-n5{margin-top:-3rem!important}.mr-xl-n1{margin-right:-.25rem!important}.mr-xl-n2{margin-right:-.5rem!important}.mr-xl-n3{margin-right:-1rem!important}.mr-xl-n4{margin-right:-1.5rem!important}.mr-xl-n5{margin-right:-3rem!important}.mb-xl-n1{margin-bottom:-.25rem!important}.mb-xl-n2{margin-bottom:-.5rem!important}.mb-xl-n3{margin-bottom:-1rem!important}.mb-xl-n4{margin-bottom:-1.5rem!important}.mb-xl-n5{margin-bottom:-3rem!important}.ml-xl-n1{margin-left:-.25rem!important}.ml-xl-n2{margin-left:-.5rem!important}.ml-xl-n3{margin-left:-1rem!important}.ml-xl-n4{margin-left:-1.5rem!important}.ml-xl-n5{margin-left:-3rem!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}.pr-xl-0{padding-right:0!important}.pr-xl-1{padding-right:.25rem!important}.pr-xl-2{padding-right:.5rem!important}.pr-xl-3{padding-right:1rem!important}.pr-xl-4{padding-right:1.5rem!important}.pr-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}.pl-xl-0{padding-left:0!important}.pl-xl-1{padding-left:.25rem!important}.pl-xl-2{padding-left:.5rem!important}.pl-xl-3{padding-left:1rem!important}.pl-xl-4{padding-left:1.5rem!important}.pl-xl-5{padding-left:3rem!important}.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!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}} + */.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!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}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-right{border-right:1px solid #dee2e6!important}.border-right-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-left{border-left:1px solid #dee2e6!important}.border-left-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.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}.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}.mr-0{margin-right:0!important}.mr-1{margin-right:.25rem!important}.mr-2{margin-right:.5rem!important}.mr-3{margin-right:1rem!important}.mr-4{margin-right:1.5rem!important}.mr-5{margin-right:3rem!important}.mr-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}.ml-0{margin-left:0!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.ml-3{margin-left:1rem!important}.ml-4{margin-left:1.5rem!important}.ml-5{margin-left:3rem!important}.ml-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}.pr-0{padding-right:0!important}.pr-1{padding-right:.25rem!important}.pr-2{padding-right:.5rem!important}.pr-3{padding-right:1rem!important}.pr-4{padding-right:1.5rem!important}.pr-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}.pl-0{padding-left:0!important}.pl-1{padding-left:.25rem!important}.pl-2{padding-left:.5rem!important}.pl-3{padding-left:1rem!important}.pl-4{padding-left:1.5rem!important}.pl-5{padding-left:3rem!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-primary{color:#0d6efd!important}.text-secondary{color:#6c757d!important}.text-success{color:#28a745!important}.text-info{color:#17a2b8!important}.text-warning{color:#ffc107!important}.text-danger{color:#dc3545!important}.text-light{color:#f8f9fa!important}.text-dark{color:#343a40!important}.text-white{color:#fff!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-reset{color:inherit!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.bg-primary{background-color:#0d6efd!important}.bg-secondary{background-color:#6c757d!important}.bg-success{background-color:#28a745!important}.bg-info{background-color:#17a2b8!important}.bg-warning{background-color:#ffc107!important}.bg-danger{background-color:#dc3545!important}.bg-light{background-color:#f8f9fa!important}.bg-dark{background-color:#343a40!important}.bg-body{background-color:#fff!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.font-italic{font-style:italic!important}.font-normal{font-style:normal!important}.text-break{word-wrap:break-word!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-sm{border-radius:.2rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!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}.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}.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}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:.25rem!important}.mr-sm-2{margin-right:.5rem!important}.mr-sm-3{margin-right:1rem!important}.mr-sm-4{margin-right:1.5rem!important}.mr-sm-5{margin-right:3rem!important}.mr-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}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:.25rem!important}.ml-sm-2{margin-left:.5rem!important}.ml-sm-3{margin-left:1rem!important}.ml-sm-4{margin-left:1.5rem!important}.ml-sm-5{margin-left:3rem!important}.ml-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}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:.25rem!important}.pr-sm-2{padding-right:.5rem!important}.pr-sm-3{padding-right:1rem!important}.pr-sm-4{padding-right:1.5rem!important}.pr-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}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:.25rem!important}.pl-sm-2{padding-left:.5rem!important}.pl-sm-3{padding-left:1rem!important}.pl-sm-4{padding-left:1.5rem!important}.pl-sm-5{padding-left:3rem!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!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}.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}.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}.mr-md-0{margin-right:0!important}.mr-md-1{margin-right:.25rem!important}.mr-md-2{margin-right:.5rem!important}.mr-md-3{margin-right:1rem!important}.mr-md-4{margin-right:1.5rem!important}.mr-md-5{margin-right:3rem!important}.mr-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}.ml-md-0{margin-left:0!important}.ml-md-1{margin-left:.25rem!important}.ml-md-2{margin-left:.5rem!important}.ml-md-3{margin-left:1rem!important}.ml-md-4{margin-left:1.5rem!important}.ml-md-5{margin-left:3rem!important}.ml-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}.pr-md-0{padding-right:0!important}.pr-md-1{padding-right:.25rem!important}.pr-md-2{padding-right:.5rem!important}.pr-md-3{padding-right:1rem!important}.pr-md-4{padding-right:1.5rem!important}.pr-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}.pl-md-0{padding-left:0!important}.pl-md-1{padding-left:.25rem!important}.pl-md-2{padding-left:.5rem!important}.pl-md-3{padding-left:1rem!important}.pl-md-4{padding-left:1.5rem!important}.pl-md-5{padding-left:3rem!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!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}.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}.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}.mr-lg-0{margin-right:0!important}.mr-lg-1{margin-right:.25rem!important}.mr-lg-2{margin-right:.5rem!important}.mr-lg-3{margin-right:1rem!important}.mr-lg-4{margin-right:1.5rem!important}.mr-lg-5{margin-right:3rem!important}.mr-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}.ml-lg-0{margin-left:0!important}.ml-lg-1{margin-left:.25rem!important}.ml-lg-2{margin-left:.5rem!important}.ml-lg-3{margin-left:1rem!important}.ml-lg-4{margin-left:1.5rem!important}.ml-lg-5{margin-left:3rem!important}.ml-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}.pr-lg-0{padding-right:0!important}.pr-lg-1{padding-right:.25rem!important}.pr-lg-2{padding-right:.5rem!important}.pr-lg-3{padding-right:1rem!important}.pr-lg-4{padding-right:1.5rem!important}.pr-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}.pl-lg-0{padding-left:0!important}.pl-lg-1{padding-left:.25rem!important}.pl-lg-2{padding-left:.5rem!important}.pl-lg-3{padding-left:1rem!important}.pl-lg-4{padding-left:1.5rem!important}.pl-lg-5{padding-left:3rem!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!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}.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}.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}.mr-xl-0{margin-right:0!important}.mr-xl-1{margin-right:.25rem!important}.mr-xl-2{margin-right:.5rem!important}.mr-xl-3{margin-right:1rem!important}.mr-xl-4{margin-right:1.5rem!important}.mr-xl-5{margin-right:3rem!important}.mr-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}.ml-xl-0{margin-left:0!important}.ml-xl-1{margin-left:.25rem!important}.ml-xl-2{margin-left:.5rem!important}.ml-xl-3{margin-left:1rem!important}.ml-xl-4{margin-left:1.5rem!important}.ml-xl-5{margin-left:3rem!important}.ml-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}.pr-xl-0{padding-right:0!important}.pr-xl-1{padding-right:.25rem!important}.pr-xl-2{padding-right:.5rem!important}.pr-xl-3{padding-right:1rem!important}.pr-xl-4{padding-right:1.5rem!important}.pr-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}.pl-xl-0{padding-left:0!important}.pl-xl-1{padding-left:.25rem!important}.pl-xl-2{padding-left:.5rem!important}.pl-xl-3{padding-left:1rem!important}.pl-xl-4{padding-left:1.5rem!important}.pl-xl-5{padding-left:3rem!important}.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.float-xxl-none{float:none!important}.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!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}.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}.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}.mr-xxl-0{margin-right:0!important}.mr-xxl-1{margin-right:.25rem!important}.mr-xxl-2{margin-right:.5rem!important}.mr-xxl-3{margin-right:1rem!important}.mr-xxl-4{margin-right:1.5rem!important}.mr-xxl-5{margin-right:3rem!important}.mr-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}.ml-xxl-0{margin-left:0!important}.ml-xxl-1{margin-left:.25rem!important}.ml-xxl-2{margin-left:.5rem!important}.ml-xxl-3{margin-left:1rem!important}.ml-xxl-4{margin-left:1.5rem!important}.ml-xxl-5{margin-left:3rem!important}.ml-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}.pr-xxl-0{padding-right:0!important}.pr-xxl-1{padding-right:.25rem!important}.pr-xxl-2{padding-right:.5rem!important}.pr-xxl-3{padding-right:1rem!important}.pr-xxl-4{padding-right:1.5rem!important}.pr-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}.pl-xxl-0{padding-left:0!important}.pl-xxl-1{padding-left:.25rem!important}.pl-xxl-2{padding-left:.5rem!important}.pl-xxl-3{padding-left:1rem!important}.pl-xxl-4{padding-left:1.5rem!important}.pl-xxl-5{padding-left:3rem!important}.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!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}} /*# sourceMappingURL=bootstrap-utilities.min.css.map */ \ No newline at end of file diff --git a/dist/css/bootstrap-utilities.min.css.map b/dist/css/bootstrap-utilities.min.css.map index decedb679..e00377239 100644 --- a/dist/css/bootstrap-utilities.min.css.map +++ b/dist/css/bootstrap-utilities.min.css.map @@ -1 +1 @@ -{"version":3,"sources":["../../scss/bootstrap-utilities.scss","../../scss/mixins/_utilities.scss","../../scss/mixins/_breakpoints.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Bootstrap Utilities v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n\n// Configuration\n\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"utilities\";\n\n\n// Utilities\n\n@import \"utilities/api\";\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 $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 @if $value != null {\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 }\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. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `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(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .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 $max: breakpoint-max($name, $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($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $breakpoints) {\n @content;\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) {\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 +{"version":3,"sources":["../../scss/bootstrap-utilities.scss","../../scss/mixins/_utilities.scss","../../scss/mixins/_breakpoints.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Bootstrap Utilities v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n\n// Configuration\n\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"utilities\";\n\n\n// Utilities\n\n@import \"utilities/api\";\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 $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 @if $value != null {\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 }\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. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `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(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .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 $max: breakpoint-max($name, $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($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $breakpoints) {\n @content;\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) {\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/dist/css/bootstrap.css b/dist/css/bootstrap.css index 593cba26a..3980924af 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5,29 +5,29 @@ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ :root { - --blue: #0d6efd; - --indigo: #6610f2; - --purple: #6f42c1; - --pink: #d63384; - --red: #dc3545; - --orange: #fd7e14; - --yellow: #ffc107; - --green: #28a745; - --teal: #20c997; - --cyan: #17a2b8; - --white: #fff; - --gray: #6c757d; - --gray-dark: #343a40; - --primary: #0d6efd; - --secondary: #6c757d; - --success: #28a745; - --info: #17a2b8; - --warning: #ffc107; - --danger: #dc3545; - --light: #f8f9fa; - --dark: #343a40; - --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + --bs-blue: #0d6efd; + --bs-indigo: #6610f2; + --bs-purple: #6f42c1; + --bs-pink: #d63384; + --bs-red: #dc3545; + --bs-orange: #fd7e14; + --bs-yellow: #ffc107; + --bs-green: #28a745; + --bs-teal: #20c997; + --bs-cyan: #17a2b8; + --bs-white: #fff; + --bs-gray: #6c757d; + --bs-gray-dark: #343a40; + --bs-primary: #0d6efd; + --bs-secondary: #6c757d; + --bs-success: #28a745; + --bs-info: #17a2b8; + --bs-warning: #ffc107; + --bs-danger: #dc3545; + --bs-light: #f8f9fa; + --bs-dark: #343a40; + --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } *, @@ -38,7 +38,7 @@ body { margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: var(--bs-font-sans-serif); font-size: 1rem; font-weight: 400; line-height: 1.5; @@ -220,7 +220,7 @@ pre, code, kbd, samp { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + font-family: var(--bs-font-monospace); font-size: 1em; } @@ -230,6 +230,7 @@ pre { margin-bottom: 1rem; overflow: auto; font-size: 0.875em; + -ms-overflow-style: scrollbar; } pre code { @@ -288,9 +289,19 @@ th { text-align: -webkit-match-parent; } +thead, +tbody, +tfoot, +tr, +td, +th { + border-color: inherit; + border-style: solid; + border-width: 0; +} + label { display: inline-block; - margin-bottom: 0.5rem; } button { @@ -350,13 +361,6 @@ button:not(:disabled), border-style: none; } -input[type="date"], -input[type="time"], -input[type="datetime-local"], -input[type="month"] { - -webkit-appearance: textfield; -} - textarea { resize: vertical; } @@ -424,6 +428,10 @@ output { display: inline-block; } +iframe { + border: 0; +} + summary { display: list-item; cursor: pointer; @@ -443,38 +451,38 @@ progress { } .display-1 { - font-size: calc(1.725rem + 5.7vw); + font-size: calc(1.625rem + 4.5vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-1 { - font-size: 6rem; + font-size: 5rem; } } .display-2 { - font-size: calc(1.675rem + 5.1vw); + font-size: calc(1.575rem + 3.9vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-2 { - font-size: 5.5rem; + font-size: 4.5rem; } } .display-3 { - font-size: calc(1.575rem + 3.9vw); + font-size: calc(1.525rem + 3.3vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-3 { - font-size: 4.5rem; + font-size: 4rem; } } @@ -490,6 +498,30 @@ progress { } } +.display-5 { + font-size: calc(1.425rem + 2.1vw); + font-weight: 300; + line-height: 1.2; +} + +@media (min-width: 1200px) { + .display-5 { + font-size: 3rem; + } +} + +.display-6 { + font-size: calc(1.375rem + 1.5vw); + font-weight: 300; + line-height: 1.2; +} + +@media (min-width: 1200px) { + .display-6 { + font-size: 2.5rem; + } +} + .list-unstyled { padding-left: 0; list-style: none; @@ -588,7 +620,13 @@ progress { } } -.container-fluid, .container-sm, .container-md, .container-lg, .container-xl { +@media (min-width: 1400px) { + .container { + max-width: 1320px; + } +} + +.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { width: 100%; padding-right: 1rem; padding-left: 1rem; @@ -620,5731 +658,5660 @@ progress { } } +@media (min-width: 1400px) { + .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { + max-width: 1320px; + } +} + .row { + --bs-gutter-x: 1.5rem; + --bs-gutter-y: 0; display: flex; flex-wrap: wrap; - margin-right: -0.75rem; - margin-left: -0.75rem; + margin-top: calc(var(--bs-gutter-y) * -1); + margin-right: calc(var(--bs-gutter-x) / -2); + margin-left: calc(var(--bs-gutter-x) / -2); } .row > * { flex-shrink: 0; width: 100%; max-width: 100%; - padding-right: 0.75rem; - padding-left: 0.75rem; + padding-right: calc(var(--bs-gutter-x) / 2); + padding-left: calc(var(--bs-gutter-x) / 2); + margin-top: var(--bs-gutter-y); } -.g-0, -.gx-0 { - margin-right: 0; - margin-left: 0; +.col { + flex: 1 0 0%; + min-width: 0; } -.g-0 > *, -.gx-0 > * { - padding-right: 0; - padding-left: 0; +.row-cols-auto > * { + flex: 0 0 auto; + width: auto; } -.g-0, -.gy-0 { - margin-top: 0; +.row-cols-1 > * { + flex: 0 0 auto; + width: 100%; } -.g-0 > *, -.gy-0 > * { - margin-top: 0; +.row-cols-2 > * { + flex: 0 0 auto; + width: 50%; } -.g-1, -.gx-1 { - margin-right: -0.125rem; - margin-left: -0.125rem; +.row-cols-3 > * { + flex: 0 0 auto; + width: 33.333333%; } -.g-1 > *, -.gx-1 > * { - padding-right: 0.125rem; - padding-left: 0.125rem; +.row-cols-4 > * { + flex: 0 0 auto; + width: 25%; } -.g-1, -.gy-1 { - margin-top: -0.25rem; +.row-cols-5 > * { + flex: 0 0 auto; + width: 20%; } -.g-1 > *, -.gy-1 > * { - margin-top: 0.25rem; +.row-cols-6 > * { + flex: 0 0 auto; + width: 16.666667%; } -.g-2, -.gx-2 { - margin-right: -0.25rem; - margin-left: -0.25rem; +.col-auto { + flex: 0 0 auto; + width: auto; } -.g-2 > *, -.gx-2 > * { - padding-right: 0.25rem; - padding-left: 0.25rem; +.col-1 { + flex: 0 0 auto; + width: 8.333333%; } -.g-2, -.gy-2 { - margin-top: -0.5rem; +.col-2 { + flex: 0 0 auto; + width: 16.666667%; } -.g-2 > *, -.gy-2 > * { - margin-top: 0.5rem; +.col-3 { + flex: 0 0 auto; + width: 25%; } -.g-3, -.gx-3 { - margin-right: -0.5rem; - margin-left: -0.5rem; +.col-4 { + flex: 0 0 auto; + width: 33.333333%; } -.g-3 > *, -.gx-3 > * { - padding-right: 0.5rem; - padding-left: 0.5rem; +.col-5 { + flex: 0 0 auto; + width: 41.666667%; } -.g-3, -.gy-3 { - margin-top: -1rem; +.col-6 { + flex: 0 0 auto; + width: 50%; } -.g-3 > *, -.gy-3 > * { - margin-top: 1rem; +.col-7 { + flex: 0 0 auto; + width: 58.333333%; } -.g-4, -.gx-4 { - margin-right: -0.75rem; - margin-left: -0.75rem; +.col-8 { + flex: 0 0 auto; + width: 66.666667%; } -.g-4 > *, -.gx-4 > * { - padding-right: 0.75rem; - padding-left: 0.75rem; +.col-9 { + flex: 0 0 auto; + width: 75%; } -.g-4, -.gy-4 { - margin-top: -1.5rem; +.col-10 { + flex: 0 0 auto; + width: 83.333333%; } -.g-4 > *, -.gy-4 > * { - margin-top: 1.5rem; +.col-11 { + flex: 0 0 auto; + width: 91.666667%; } -.g-5, -.gx-5 { - margin-right: -1.5rem; - margin-left: -1.5rem; +.col-12 { + flex: 0 0 auto; + width: 100%; +} + +.offset-1 { + margin-left: 8.333333%; +} + +.offset-2 { + margin-left: 16.666667%; +} + +.offset-3 { + margin-left: 25%; +} + +.offset-4 { + margin-left: 33.333333%; +} + +.offset-5 { + margin-left: 41.666667%; +} + +.offset-6 { + margin-left: 50%; +} + +.offset-7 { + margin-left: 58.333333%; +} + +.offset-8 { + margin-left: 66.666667%; +} + +.offset-9 { + margin-left: 75%; +} + +.offset-10 { + margin-left: 83.333333%; +} + +.offset-11 { + margin-left: 91.666667%; +} + +.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-5 > *, -.gx-5 > * { - padding-right: 1.5rem; - padding-left: 1.5rem; +.g-4, +.gy-4 { + --bs-gutter-y: 1.5rem; } .g-5, -.gy-5 { - margin-top: -3rem; +.gx-5 { + --bs-gutter-x: 3rem; } -.g-5 > *, -.gy-5 > * { - margin-top: 3rem; +.g-5, +.gy-5 { + --bs-gutter-y: 3rem; } @media (min-width: 576px) { - .g-sm-0, - .gx-sm-0 { - margin-right: 0; - margin-left: 0; + .col-sm { + flex: 1 0 0%; + min-width: 0; } - .g-sm-0 > *, - .gx-sm-0 > * { - padding-right: 0; - padding-left: 0; + .row-cols-sm-auto > * { + flex: 0 0 auto; + width: auto; } - .g-sm-0, - .gy-sm-0 { - margin-top: 0; + .row-cols-sm-1 > * { + flex: 0 0 auto; + width: 100%; } - .g-sm-0 > *, - .gy-sm-0 > * { - margin-top: 0; + .row-cols-sm-2 > * { + flex: 0 0 auto; + width: 50%; } - .g-sm-1, - .gx-sm-1 { - margin-right: -0.125rem; - margin-left: -0.125rem; + .row-cols-sm-3 > * { + flex: 0 0 auto; + width: 33.333333%; } - .g-sm-1 > *, - .gx-sm-1 > * { - padding-right: 0.125rem; - padding-left: 0.125rem; + .row-cols-sm-4 > * { + flex: 0 0 auto; + width: 25%; + } + .row-cols-sm-5 > * { + flex: 0 0 auto; + width: 20%; + } + .row-cols-sm-6 > * { + flex: 0 0 auto; + width: 16.666667%; + } + .col-sm-auto { + flex: 0 0 auto; + width: auto; + } + .col-sm-1 { + flex: 0 0 auto; + width: 8.333333%; + } + .col-sm-2 { + flex: 0 0 auto; + width: 16.666667%; + } + .col-sm-3 { + flex: 0 0 auto; + width: 25%; + } + .col-sm-4 { + flex: 0 0 auto; + width: 33.333333%; + } + .col-sm-5 { + flex: 0 0 auto; + width: 41.666667%; + } + .col-sm-6 { + flex: 0 0 auto; + width: 50%; + } + .col-sm-7 { + flex: 0 0 auto; + width: 58.333333%; + } + .col-sm-8 { + flex: 0 0 auto; + width: 66.666667%; + } + .col-sm-9 { + flex: 0 0 auto; + width: 75%; + } + .col-sm-10 { + flex: 0 0 auto; + width: 83.333333%; + } + .col-sm-11 { + flex: 0 0 auto; + width: 91.666667%; + } + .col-sm-12 { + flex: 0 0 auto; + width: 100%; + } + .offset-sm-0 { + margin-left: 0; + } + .offset-sm-1 { + margin-left: 8.333333%; + } + .offset-sm-2 { + margin-left: 16.666667%; + } + .offset-sm-3 { + margin-left: 25%; + } + .offset-sm-4 { + margin-left: 33.333333%; + } + .offset-sm-5 { + margin-left: 41.666667%; + } + .offset-sm-6 { + margin-left: 50%; + } + .offset-sm-7 { + margin-left: 58.333333%; + } + .offset-sm-8 { + margin-left: 66.666667%; + } + .offset-sm-9 { + margin-left: 75%; + } + .offset-sm-10 { + margin-left: 83.333333%; + } + .offset-sm-11 { + margin-left: 91.666667%; + } + .g-sm-0, + .gx-sm-0 { + --bs-gutter-x: 0; + } + .g-sm-0, + .gy-sm-0 { + --bs-gutter-y: 0; } .g-sm-1, - .gy-sm-1 { - margin-top: -0.25rem; + .gx-sm-1 { + --bs-gutter-x: 0.25rem; } - .g-sm-1 > *, - .gy-sm-1 > * { - margin-top: 0.25rem; + .g-sm-1, + .gy-sm-1 { + --bs-gutter-y: 0.25rem; } .g-sm-2, .gx-sm-2 { - margin-right: -0.25rem; - margin-left: -0.25rem; - } - .g-sm-2 > *, - .gx-sm-2 > * { - padding-right: 0.25rem; - padding-left: 0.25rem; + --bs-gutter-x: 0.5rem; } .g-sm-2, .gy-sm-2 { - margin-top: -0.5rem; - } - .g-sm-2 > *, - .gy-sm-2 > * { - margin-top: 0.5rem; + --bs-gutter-y: 0.5rem; } .g-sm-3, .gx-sm-3 { - margin-right: -0.5rem; - margin-left: -0.5rem; - } - .g-sm-3 > *, - .gx-sm-3 > * { - padding-right: 0.5rem; - padding-left: 0.5rem; + --bs-gutter-x: 1rem; } .g-sm-3, .gy-sm-3 { - margin-top: -1rem; - } - .g-sm-3 > *, - .gy-sm-3 > * { - margin-top: 1rem; + --bs-gutter-y: 1rem; } .g-sm-4, .gx-sm-4 { - margin-right: -0.75rem; - margin-left: -0.75rem; - } - .g-sm-4 > *, - .gx-sm-4 > * { - padding-right: 0.75rem; - padding-left: 0.75rem; + --bs-gutter-x: 1.5rem; } .g-sm-4, .gy-sm-4 { - margin-top: -1.5rem; - } - .g-sm-4 > *, - .gy-sm-4 > * { - margin-top: 1.5rem; + --bs-gutter-y: 1.5rem; } .g-sm-5, .gx-sm-5 { - margin-right: -1.5rem; - margin-left: -1.5rem; - } - .g-sm-5 > *, - .gx-sm-5 > * { - padding-right: 1.5rem; - padding-left: 1.5rem; + --bs-gutter-x: 3rem; } .g-sm-5, .gy-sm-5 { - margin-top: -3rem; - } - .g-sm-5 > *, - .gy-sm-5 > * { - margin-top: 3rem; + --bs-gutter-y: 3rem; } } @media (min-width: 768px) { - .g-md-0, - .gx-md-0 { - margin-right: 0; + .col-md { + flex: 1 0 0%; + min-width: 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.333333%; + } + .row-cols-md-4 > * { + flex: 0 0 auto; + width: 25%; + } + .row-cols-md-5 > * { + flex: 0 0 auto; + width: 20%; + } + .row-cols-md-6 > * { + flex: 0 0 auto; + width: 16.666667%; + } + .col-md-auto { + flex: 0 0 auto; + width: auto; + } + .col-md-1 { + flex: 0 0 auto; + width: 8.333333%; + } + .col-md-2 { + flex: 0 0 auto; + width: 16.666667%; + } + .col-md-3 { + flex: 0 0 auto; + width: 25%; + } + .col-md-4 { + flex: 0 0 auto; + width: 33.333333%; + } + .col-md-5 { + flex: 0 0 auto; + width: 41.666667%; + } + .col-md-6 { + flex: 0 0 auto; + width: 50%; + } + .col-md-7 { + flex: 0 0 auto; + width: 58.333333%; + } + .col-md-8 { + flex: 0 0 auto; + width: 66.666667%; + } + .col-md-9 { + flex: 0 0 auto; + width: 75%; + } + .col-md-10 { + flex: 0 0 auto; + width: 83.333333%; + } + .col-md-11 { + flex: 0 0 auto; + width: 91.666667%; + } + .col-md-12 { + flex: 0 0 auto; + width: 100%; + } + .offset-md-0 { margin-left: 0; } - .g-md-0 > *, - .gx-md-0 > * { - padding-right: 0; - padding-left: 0; + .offset-md-1 { + margin-left: 8.333333%; + } + .offset-md-2 { + margin-left: 16.666667%; + } + .offset-md-3 { + margin-left: 25%; + } + .offset-md-4 { + margin-left: 33.333333%; + } + .offset-md-5 { + margin-left: 41.666667%; + } + .offset-md-6 { + margin-left: 50%; + } + .offset-md-7 { + margin-left: 58.333333%; + } + .offset-md-8 { + margin-left: 66.666667%; + } + .offset-md-9 { + margin-left: 75%; + } + .offset-md-10 { + margin-left: 83.333333%; + } + .offset-md-11 { + margin-left: 91.666667%; } .g-md-0, - .gy-md-0 { - margin-top: 0; + .gx-md-0 { + --bs-gutter-x: 0; } - .g-md-0 > *, - .gy-md-0 > * { - margin-top: 0; + .g-md-0, + .gy-md-0 { + --bs-gutter-y: 0; } .g-md-1, .gx-md-1 { - margin-right: -0.125rem; - margin-left: -0.125rem; - } - .g-md-1 > *, - .gx-md-1 > * { - padding-right: 0.125rem; - padding-left: 0.125rem; + --bs-gutter-x: 0.25rem; } .g-md-1, .gy-md-1 { - margin-top: -0.25rem; - } - .g-md-1 > *, - .gy-md-1 > * { - margin-top: 0.25rem; + --bs-gutter-y: 0.25rem; } .g-md-2, .gx-md-2 { - margin-right: -0.25rem; - margin-left: -0.25rem; - } - .g-md-2 > *, - .gx-md-2 > * { - padding-right: 0.25rem; - padding-left: 0.25rem; + --bs-gutter-x: 0.5rem; } .g-md-2, .gy-md-2 { - margin-top: -0.5rem; - } - .g-md-2 > *, - .gy-md-2 > * { - margin-top: 0.5rem; + --bs-gutter-y: 0.5rem; } .g-md-3, .gx-md-3 { - margin-right: -0.5rem; - margin-left: -0.5rem; - } - .g-md-3 > *, - .gx-md-3 > * { - padding-right: 0.5rem; - padding-left: 0.5rem; + --bs-gutter-x: 1rem; } .g-md-3, .gy-md-3 { - margin-top: -1rem; - } - .g-md-3 > *, - .gy-md-3 > * { - margin-top: 1rem; + --bs-gutter-y: 1rem; } .g-md-4, .gx-md-4 { - margin-right: -0.75rem; - margin-left: -0.75rem; - } - .g-md-4 > *, - .gx-md-4 > * { - padding-right: 0.75rem; - padding-left: 0.75rem; + --bs-gutter-x: 1.5rem; } .g-md-4, .gy-md-4 { - margin-top: -1.5rem; - } - .g-md-4 > *, - .gy-md-4 > * { - margin-top: 1.5rem; + --bs-gutter-y: 1.5rem; } .g-md-5, .gx-md-5 { - margin-right: -1.5rem; - margin-left: -1.5rem; - } - .g-md-5 > *, - .gx-md-5 > * { - padding-right: 1.5rem; - padding-left: 1.5rem; + --bs-gutter-x: 3rem; } .g-md-5, .gy-md-5 { - margin-top: -3rem; - } - .g-md-5 > *, - .gy-md-5 > * { - margin-top: 3rem; + --bs-gutter-y: 3rem; } } @media (min-width: 992px) { - .g-lg-0, - .gx-lg-0 { - margin-right: 0; - margin-left: 0; + .col-lg { + flex: 1 0 0%; + min-width: 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.333333%; + } + .row-cols-lg-4 > * { + flex: 0 0 auto; + width: 25%; + } + .row-cols-lg-5 > * { + flex: 0 0 auto; + width: 20%; + } + .row-cols-lg-6 > * { + flex: 0 0 auto; + width: 16.666667%; + } + .col-lg-auto { + flex: 0 0 auto; + width: auto; + } + .col-lg-1 { + flex: 0 0 auto; + width: 8.333333%; + } + .col-lg-2 { + flex: 0 0 auto; + width: 16.666667%; + } + .col-lg-3 { + flex: 0 0 auto; + width: 25%; + } + .col-lg-4 { + flex: 0 0 auto; + width: 33.333333%; + } + .col-lg-5 { + flex: 0 0 auto; + width: 41.666667%; + } + .col-lg-6 { + flex: 0 0 auto; + width: 50%; + } + .col-lg-7 { + flex: 0 0 auto; + width: 58.333333%; + } + .col-lg-8 { + flex: 0 0 auto; + width: 66.666667%; + } + .col-lg-9 { + flex: 0 0 auto; + width: 75%; + } + .col-lg-10 { + flex: 0 0 auto; + width: 83.333333%; + } + .col-lg-11 { + flex: 0 0 auto; + width: 91.666667%; + } + .col-lg-12 { + flex: 0 0 auto; + width: 100%; + } + .offset-lg-0 { + margin-left: 0; + } + .offset-lg-1 { + margin-left: 8.333333%; + } + .offset-lg-2 { + margin-left: 16.666667%; + } + .offset-lg-3 { + margin-left: 25%; + } + .offset-lg-4 { + margin-left: 33.333333%; + } + .offset-lg-5 { + margin-left: 41.666667%; + } + .offset-lg-6 { + margin-left: 50%; + } + .offset-lg-7 { + margin-left: 58.333333%; + } + .offset-lg-8 { + margin-left: 66.666667%; + } + .offset-lg-9 { + margin-left: 75%; + } + .offset-lg-10 { + margin-left: 83.333333%; } - .g-lg-0 > *, - .gx-lg-0 > * { - padding-right: 0; - padding-left: 0; + .offset-lg-11 { + margin-left: 91.666667%; } .g-lg-0, - .gy-lg-0 { - margin-top: 0; + .gx-lg-0 { + --bs-gutter-x: 0; } - .g-lg-0 > *, - .gy-lg-0 > * { - margin-top: 0; + .g-lg-0, + .gy-lg-0 { + --bs-gutter-y: 0; } .g-lg-1, .gx-lg-1 { - margin-right: -0.125rem; - margin-left: -0.125rem; - } - .g-lg-1 > *, - .gx-lg-1 > * { - padding-right: 0.125rem; - padding-left: 0.125rem; + --bs-gutter-x: 0.25rem; } .g-lg-1, .gy-lg-1 { - margin-top: -0.25rem; - } - .g-lg-1 > *, - .gy-lg-1 > * { - margin-top: 0.25rem; + --bs-gutter-y: 0.25rem; } .g-lg-2, .gx-lg-2 { - margin-right: -0.25rem; - margin-left: -0.25rem; - } - .g-lg-2 > *, - .gx-lg-2 > * { - padding-right: 0.25rem; - padding-left: 0.25rem; + --bs-gutter-x: 0.5rem; } .g-lg-2, .gy-lg-2 { - margin-top: -0.5rem; - } - .g-lg-2 > *, - .gy-lg-2 > * { - margin-top: 0.5rem; + --bs-gutter-y: 0.5rem; } .g-lg-3, .gx-lg-3 { - margin-right: -0.5rem; - margin-left: -0.5rem; - } - .g-lg-3 > *, - .gx-lg-3 > * { - padding-right: 0.5rem; - padding-left: 0.5rem; + --bs-gutter-x: 1rem; } .g-lg-3, .gy-lg-3 { - margin-top: -1rem; - } - .g-lg-3 > *, - .gy-lg-3 > * { - margin-top: 1rem; + --bs-gutter-y: 1rem; } .g-lg-4, .gx-lg-4 { - margin-right: -0.75rem; - margin-left: -0.75rem; - } - .g-lg-4 > *, - .gx-lg-4 > * { - padding-right: 0.75rem; - padding-left: 0.75rem; + --bs-gutter-x: 1.5rem; } .g-lg-4, .gy-lg-4 { - margin-top: -1.5rem; - } - .g-lg-4 > *, - .gy-lg-4 > * { - margin-top: 1.5rem; + --bs-gutter-y: 1.5rem; } .g-lg-5, .gx-lg-5 { - margin-right: -1.5rem; - margin-left: -1.5rem; - } - .g-lg-5 > *, - .gx-lg-5 > * { - padding-right: 1.5rem; - padding-left: 1.5rem; + --bs-gutter-x: 3rem; } .g-lg-5, .gy-lg-5 { - margin-top: -3rem; - } - .g-lg-5 > *, - .gy-lg-5 > * { - margin-top: 3rem; + --bs-gutter-y: 3rem; } } @media (min-width: 1200px) { - .g-xl-0, - .gx-xl-0 { - margin-right: 0; - margin-left: 0; + .col-xl { + flex: 1 0 0%; + min-width: 0; } - .g-xl-0 > *, - .gx-xl-0 > * { - padding-right: 0; - padding-left: 0; + .row-cols-xl-auto > * { + flex: 0 0 auto; + width: auto; } - .g-xl-0, - .gy-xl-0 { - margin-top: 0; + .row-cols-xl-1 > * { + flex: 0 0 auto; + width: 100%; } - .g-xl-0 > *, - .gy-xl-0 > * { - margin-top: 0; + .row-cols-xl-2 > * { + flex: 0 0 auto; + width: 50%; } - .g-xl-1, - .gx-xl-1 { - margin-right: -0.125rem; - margin-left: -0.125rem; + .row-cols-xl-3 > * { + flex: 0 0 auto; + width: 33.333333%; } - .g-xl-1 > *, - .gx-xl-1 > * { - padding-right: 0.125rem; - padding-left: 0.125rem; + .row-cols-xl-4 > * { + flex: 0 0 auto; + width: 25%; } - .g-xl-1, - .gy-xl-1 { - margin-top: -0.25rem; + .row-cols-xl-5 > * { + flex: 0 0 auto; + width: 20%; } - .g-xl-1 > *, - .gy-xl-1 > * { - margin-top: 0.25rem; + .row-cols-xl-6 > * { + flex: 0 0 auto; + width: 16.666667%; } - .g-xl-2, - .gx-xl-2 { - margin-right: -0.25rem; - margin-left: -0.25rem; + .col-xl-auto { + flex: 0 0 auto; + width: auto; } - .g-xl-2 > *, - .gx-xl-2 > * { - padding-right: 0.25rem; - padding-left: 0.25rem; + .col-xl-1 { + flex: 0 0 auto; + width: 8.333333%; } - .g-xl-2, - .gy-xl-2 { - margin-top: -0.5rem; + .col-xl-2 { + flex: 0 0 auto; + width: 16.666667%; } - .g-xl-2 > *, - .gy-xl-2 > * { - margin-top: 0.5rem; + .col-xl-3 { + flex: 0 0 auto; + width: 25%; } - .g-xl-3, - .gx-xl-3 { - margin-right: -0.5rem; - margin-left: -0.5rem; + .col-xl-4 { + flex: 0 0 auto; + width: 33.333333%; } - .g-xl-3 > *, - .gx-xl-3 > * { - padding-right: 0.5rem; - padding-left: 0.5rem; + .col-xl-5 { + flex: 0 0 auto; + width: 41.666667%; } - .g-xl-3, - .gy-xl-3 { - margin-top: -1rem; + .col-xl-6 { + flex: 0 0 auto; + width: 50%; } - .g-xl-3 > *, - .gy-xl-3 > * { - margin-top: 1rem; + .col-xl-7 { + flex: 0 0 auto; + width: 58.333333%; } - .g-xl-4, - .gx-xl-4 { - margin-right: -0.75rem; - margin-left: -0.75rem; + .col-xl-8 { + flex: 0 0 auto; + width: 66.666667%; } - .g-xl-4 > *, - .gx-xl-4 > * { - padding-right: 0.75rem; - padding-left: 0.75rem; + .col-xl-9 { + flex: 0 0 auto; + width: 75%; } - .g-xl-4, - .gy-xl-4 { - margin-top: -1.5rem; + .col-xl-10 { + flex: 0 0 auto; + width: 83.333333%; } - .g-xl-4 > *, - .gy-xl-4 > * { - margin-top: 1.5rem; + .col-xl-11 { + flex: 0 0 auto; + width: 91.666667%; } - .g-xl-5, - .gx-xl-5 { - margin-right: -1.5rem; - margin-left: -1.5rem; + .col-xl-12 { + flex: 0 0 auto; + width: 100%; } - .g-xl-5 > *, - .gx-xl-5 > * { - padding-right: 1.5rem; - padding-left: 1.5rem; + .offset-xl-0 { + margin-left: 0; } - .g-xl-5, - .gy-xl-5 { - margin-top: -3rem; + .offset-xl-1 { + margin-left: 8.333333%; } - .g-xl-5 > *, - .gy-xl-5 > * { - margin-top: 3rem; + .offset-xl-2 { + margin-left: 16.666667%; + } + .offset-xl-3 { + margin-left: 25%; + } + .offset-xl-4 { + margin-left: 33.333333%; + } + .offset-xl-5 { + margin-left: 41.666667%; + } + .offset-xl-6 { + margin-left: 50%; + } + .offset-xl-7 { + margin-left: 58.333333%; + } + .offset-xl-8 { + margin-left: 66.666667%; + } + .offset-xl-9 { + margin-left: 75%; + } + .offset-xl-10 { + margin-left: 83.333333%; + } + .offset-xl-11 { + margin-left: 91.666667%; + } + .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; } } -.col { - flex: 1 0 0%; - min-width: 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.333333%; -} - -.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.666667%; -} - -.col-auto { - flex: 0 0 auto; - width: auto; -} - -.col-1 { - flex: 0 0 auto; - width: 8.333333%; -} - -.col-2 { - flex: 0 0 auto; - width: 16.666667%; -} - -.col-3 { - flex: 0 0 auto; - width: 25%; -} - -.col-4 { - flex: 0 0 auto; - width: 33.333333%; -} - -.col-5 { - flex: 0 0 auto; - width: 41.666667%; -} - -.col-6 { - flex: 0 0 auto; - width: 50%; -} - -.col-7 { - flex: 0 0 auto; - width: 58.333333%; -} - -.col-8 { - flex: 0 0 auto; - width: 66.666667%; -} - -.col-9 { - flex: 0 0 auto; - width: 75%; -} - -.col-10 { - flex: 0 0 auto; - width: 83.333333%; -} - -.col-11 { - flex: 0 0 auto; - width: 91.666667%; -} - -.col-12 { - flex: 0 0 auto; - width: 100%; -} - -.offset-1 { - margin-left: 8.333333%; -} - -.offset-2 { - margin-left: 16.666667%; -} - -.offset-3 { - margin-left: 25%; -} - -.offset-4 { - margin-left: 33.333333%; -} - -.offset-5 { - margin-left: 41.666667%; -} - -.offset-6 { - margin-left: 50%; -} - -.offset-7 { - margin-left: 58.333333%; -} - -.offset-8 { - margin-left: 66.666667%; -} - -.offset-9 { - margin-left: 75%; -} - -.offset-10 { - margin-left: 83.333333%; -} - -.offset-11 { - margin-left: 91.666667%; -} - -@media (min-width: 576px) { - .col-sm { +@media (min-width: 1400px) { + .col-xxl { flex: 1 0 0%; min-width: 0; } - .row-cols-sm-auto > * { + .row-cols-xxl-auto > * { flex: 0 0 auto; width: auto; } - .row-cols-sm-1 > * { + .row-cols-xxl-1 > * { flex: 0 0 auto; width: 100%; } - .row-cols-sm-2 > * { + .row-cols-xxl-2 > * { flex: 0 0 auto; width: 50%; } - .row-cols-sm-3 > * { + .row-cols-xxl-3 > * { flex: 0 0 auto; width: 33.333333%; } - .row-cols-sm-4 > * { + .row-cols-xxl-4 > * { flex: 0 0 auto; width: 25%; } - .row-cols-sm-5 > * { + .row-cols-xxl-5 > * { flex: 0 0 auto; width: 20%; } - .row-cols-sm-6 > * { + .row-cols-xxl-6 > * { flex: 0 0 auto; width: 16.666667%; } - .col-sm-auto { + .col-xxl-auto { flex: 0 0 auto; width: auto; } - .col-sm-1 { + .col-xxl-1 { flex: 0 0 auto; width: 8.333333%; } - .col-sm-2 { + .col-xxl-2 { flex: 0 0 auto; width: 16.666667%; } - .col-sm-3 { + .col-xxl-3 { flex: 0 0 auto; width: 25%; } - .col-sm-4 { + .col-xxl-4 { flex: 0 0 auto; width: 33.333333%; } - .col-sm-5 { + .col-xxl-5 { flex: 0 0 auto; width: 41.666667%; } - .col-sm-6 { + .col-xxl-6 { flex: 0 0 auto; width: 50%; } - .col-sm-7 { + .col-xxl-7 { flex: 0 0 auto; width: 58.333333%; } - .col-sm-8 { + .col-xxl-8 { flex: 0 0 auto; width: 66.666667%; } - .col-sm-9 { + .col-xxl-9 { flex: 0 0 auto; width: 75%; } - .col-sm-10 { + .col-xxl-10 { flex: 0 0 auto; width: 83.333333%; } - .col-sm-11 { + .col-xxl-11 { flex: 0 0 auto; width: 91.666667%; } - .col-sm-12 { + .col-xxl-12 { flex: 0 0 auto; width: 100%; } - .offset-sm-0 { + .offset-xxl-0 { margin-left: 0; } - .offset-sm-1 { + .offset-xxl-1 { margin-left: 8.333333%; } - .offset-sm-2 { + .offset-xxl-2 { margin-left: 16.666667%; } - .offset-sm-3 { + .offset-xxl-3 { margin-left: 25%; } - .offset-sm-4 { + .offset-xxl-4 { margin-left: 33.333333%; } - .offset-sm-5 { + .offset-xxl-5 { margin-left: 41.666667%; } - .offset-sm-6 { + .offset-xxl-6 { margin-left: 50%; } - .offset-sm-7 { + .offset-xxl-7 { margin-left: 58.333333%; } - .offset-sm-8 { + .offset-xxl-8 { margin-left: 66.666667%; } - .offset-sm-9 { + .offset-xxl-9 { margin-left: 75%; } - .offset-sm-10 { + .offset-xxl-10 { margin-left: 83.333333%; } - .offset-sm-11 { + .offset-xxl-11 { margin-left: 91.666667%; } -} - -@media (min-width: 768px) { - .col-md { - flex: 1 0 0%; - min-width: 0; + .g-xxl-0, + .gx-xxl-0 { + --bs-gutter-x: 0; } - .row-cols-md-auto > * { - flex: 0 0 auto; - width: auto; + .g-xxl-0, + .gy-xxl-0 { + --bs-gutter-y: 0; } - .row-cols-md-1 > * { - flex: 0 0 auto; - width: 100%; + .g-xxl-1, + .gx-xxl-1 { + --bs-gutter-x: 0.25rem; } - .row-cols-md-2 > * { - flex: 0 0 auto; - width: 50%; + .g-xxl-1, + .gy-xxl-1 { + --bs-gutter-y: 0.25rem; } - .row-cols-md-3 > * { - flex: 0 0 auto; - width: 33.333333%; + .g-xxl-2, + .gx-xxl-2 { + --bs-gutter-x: 0.5rem; } - .row-cols-md-4 > * { - flex: 0 0 auto; - width: 25%; + .g-xxl-2, + .gy-xxl-2 { + --bs-gutter-y: 0.5rem; } - .row-cols-md-5 > * { - flex: 0 0 auto; - width: 20%; + .g-xxl-3, + .gx-xxl-3 { + --bs-gutter-x: 1rem; } - .row-cols-md-6 > * { - flex: 0 0 auto; - width: 16.666667%; + .g-xxl-3, + .gy-xxl-3 { + --bs-gutter-y: 1rem; } - .col-md-auto { - flex: 0 0 auto; - width: auto; + .g-xxl-4, + .gx-xxl-4 { + --bs-gutter-x: 1.5rem; } - .col-md-1 { - flex: 0 0 auto; - width: 8.333333%; - } - .col-md-2 { - flex: 0 0 auto; - width: 16.666667%; - } - .col-md-3 { - flex: 0 0 auto; - width: 25%; - } - .col-md-4 { - flex: 0 0 auto; - width: 33.333333%; - } - .col-md-5 { - flex: 0 0 auto; - width: 41.666667%; - } - .col-md-6 { - flex: 0 0 auto; - width: 50%; - } - .col-md-7 { - flex: 0 0 auto; - width: 58.333333%; - } - .col-md-8 { - flex: 0 0 auto; - width: 66.666667%; - } - .col-md-9 { - flex: 0 0 auto; - width: 75%; - } - .col-md-10 { - flex: 0 0 auto; - width: 83.333333%; - } - .col-md-11 { - flex: 0 0 auto; - width: 91.666667%; - } - .col-md-12 { - flex: 0 0 auto; - width: 100%; - } - .offset-md-0 { - margin-left: 0; - } - .offset-md-1 { - margin-left: 8.333333%; - } - .offset-md-2 { - margin-left: 16.666667%; - } - .offset-md-3 { - margin-left: 25%; - } - .offset-md-4 { - margin-left: 33.333333%; - } - .offset-md-5 { - margin-left: 41.666667%; - } - .offset-md-6 { - margin-left: 50%; - } - .offset-md-7 { - margin-left: 58.333333%; - } - .offset-md-8 { - margin-left: 66.666667%; + .g-xxl-4, + .gy-xxl-4 { + --bs-gutter-y: 1.5rem; } - .offset-md-9 { - margin-left: 75%; - } - .offset-md-10 { - margin-left: 83.333333%; + .g-xxl-5, + .gx-xxl-5 { + --bs-gutter-x: 3rem; } - .offset-md-11 { - margin-left: 91.666667%; + .g-xxl-5, + .gy-xxl-5 { + --bs-gutter-y: 3rem; } } -@media (min-width: 992px) { - .col-lg { - flex: 1 0 0%; - min-width: 0; - } - .row-cols-lg-auto > * { - flex: 0 0 auto; - width: auto; - } - .row-cols-lg-1 > * { - flex: 0 0 auto; - width: 100%; +.table { + --bs-table-bg: transparent; + --bs-table-accent-bg: transparent; + --bs-table-striped-color: #212529; + --bs-table-striped-bg: rgba(0, 0, 0, 0.05); + --bs-table-active-color: #212529; + --bs-table-active-bg: rgba(0, 0, 0, 0.1); + --bs-table-hover-color: #212529; + --bs-table-hover-bg: rgba(0, 0, 0, 0.075); + width: 100%; + margin-bottom: 1rem; + color: #212529; + vertical-align: top; + border-color: #dee2e6; +} + +.table > :not(caption) > * > * { + padding: 0.5rem; + background-color: var(--bs-table-bg); + background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg)); + border-bottom-width: 1px; +} + +.table > tbody { + vertical-align: inherit; +} + +.table > thead { + vertical-align: bottom; +} + +.table > :not(:last-child) > :last-child > * { + border-bottom-color: currentColor; +} + +.caption-top { + caption-side: top; +} + +.table-sm > :not(caption) > * > * { + padding: 0.25rem; +} + +.table-bordered > :not(caption) > * { + border-width: 1px 0; +} + +.table-bordered > :not(caption) > * > * { + border-width: 0 1px; +} + +.table-borderless > :not(caption) > * > * { + border-bottom-width: 0; +} + +.table-striped > tbody > tr:nth-of-type(odd) { + --bs-table-accent-bg: var(--bs-table-striped-bg); + color: var(--bs-table-striped-color); +} + +.table-active { + --bs-table-accent-bg: var(--bs-table-active-bg); + color: var(--bs-table-active-color); +} + +.table-hover > tbody > tr:hover { + --bs-table-accent-bg: var(--bs-table-hover-bg); + color: var(--bs-table-hover-color); +} + +.table-primary { + --bs-table-bg: #bbd6fe; + --bs-table-striped-bg: #b3cdf3; + --bs-table-striped-color: #212529; + --bs-table-active-bg: #acc4e9; + --bs-table-active-color: #212529; + --bs-table-hover-bg: #afc9ee; + --bs-table-hover-color: #212529; + color: #212529; + border-color: #acc4e9; +} + +.table-secondary { + --bs-table-bg: #d6d8db; + --bs-table-striped-bg: #cdcfd2; + --bs-table-striped-color: #212529; + --bs-table-active-bg: #c4c6c9; + --bs-table-active-color: #212529; + --bs-table-hover-bg: #c8cbce; + --bs-table-hover-color: #212529; + color: #212529; + border-color: #c4c6c9; +} + +.table-success { + --bs-table-bg: #c3e6cb; + --bs-table-striped-bg: #bbdcc3; + --bs-table-striped-color: #212529; + --bs-table-active-bg: #b3d3bb; + --bs-table-active-color: #212529; + --bs-table-hover-bg: #b7d8bf; + --bs-table-hover-color: #212529; + color: #212529; + border-color: #b3d3bb; +} + +.table-info { + --bs-table-bg: #bee5eb; + --bs-table-striped-bg: #b6dbe1; + --bs-table-striped-color: #212529; + --bs-table-active-bg: #aed2d8; + --bs-table-active-color: #212529; + --bs-table-hover-bg: #b2d7dc; + --bs-table-hover-color: #212529; + color: #212529; + border-color: #aed2d8; +} + +.table-warning { + --bs-table-bg: #ffeeba; + --bs-table-striped-bg: #f4e4b3; + --bs-table-striped-color: #212529; + --bs-table-active-bg: #e9daac; + --bs-table-active-color: #212529; + --bs-table-hover-bg: #eedfaf; + --bs-table-hover-color: #212529; + color: #212529; + border-color: #e9daac; +} + +.table-danger { + --bs-table-bg: #f5c6cb; + --bs-table-striped-bg: #eabec3; + --bs-table-striped-color: #212529; + --bs-table-active-bg: #e0b6bb; + --bs-table-active-color: #212529; + --bs-table-hover-bg: #e5babf; + --bs-table-hover-color: #212529; + color: #212529; + border-color: #e0b6bb; +} + +.table-light { + --bs-table-bg: #f8f9fa; + --bs-table-striped-bg: #edeef0; + --bs-table-striped-color: #212529; + --bs-table-active-bg: #e3e4e5; + --bs-table-active-color: #212529; + --bs-table-hover-bg: #e8e9ea; + --bs-table-hover-color: #212529; + color: #212529; + border-color: #e3e4e5; +} + +.table-dark { + --bs-table-bg: #343a40; + --bs-table-striped-bg: #3e444a; + --bs-table-striped-color: #fff; + --bs-table-active-bg: #484e53; + --bs-table-active-color: #fff; + --bs-table-hover-bg: #43494e; + --bs-table-hover-color: #fff; + color: #fff; + border-color: #484e53; +} + +@media (max-width: 575.98px) { + .table-responsive-sm { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .row-cols-lg-2 > * { - flex: 0 0 auto; - width: 50%; +} + +@media (max-width: 767.98px) { + .table-responsive-md { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .row-cols-lg-3 > * { - flex: 0 0 auto; - width: 33.333333%; +} + +@media (max-width: 991.98px) { + .table-responsive-lg { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .row-cols-lg-4 > * { - flex: 0 0 auto; - width: 25%; +} + +@media (max-width: 1199.98px) { + .table-responsive-xl { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .row-cols-lg-5 > * { - flex: 0 0 auto; - width: 20%; +} + +@media (max-width: 1399.98px) { + .table-responsive-xxl { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .row-cols-lg-6 > * { - flex: 0 0 auto; - width: 16.666667%; - } - .col-lg-auto { - flex: 0 0 auto; - width: auto; - } - .col-lg-1 { - flex: 0 0 auto; - width: 8.333333%; - } - .col-lg-2 { - flex: 0 0 auto; - width: 16.666667%; - } - .col-lg-3 { - flex: 0 0 auto; - width: 25%; - } - .col-lg-4 { - flex: 0 0 auto; - width: 33.333333%; - } - .col-lg-5 { - flex: 0 0 auto; - width: 41.666667%; - } - .col-lg-6 { - flex: 0 0 auto; - width: 50%; - } - .col-lg-7 { - flex: 0 0 auto; - width: 58.333333%; - } - .col-lg-8 { - flex: 0 0 auto; - width: 66.666667%; - } - .col-lg-9 { - flex: 0 0 auto; - width: 75%; - } - .col-lg-10 { - flex: 0 0 auto; - width: 83.333333%; - } - .col-lg-11 { - flex: 0 0 auto; - width: 91.666667%; - } - .col-lg-12 { - flex: 0 0 auto; - width: 100%; - } - .offset-lg-0 { - margin-left: 0; - } - .offset-lg-1 { - margin-left: 8.333333%; - } - .offset-lg-2 { - margin-left: 16.666667%; - } - .offset-lg-3 { - margin-left: 25%; - } - .offset-lg-4 { - margin-left: 33.333333%; - } - .offset-lg-5 { - margin-left: 41.666667%; - } - .offset-lg-6 { - margin-left: 50%; - } - .offset-lg-7 { - margin-left: 58.333333%; - } - .offset-lg-8 { - margin-left: 66.666667%; - } - .offset-lg-9 { - margin-left: 75%; - } - .offset-lg-10 { - margin-left: 83.333333%; - } - .offset-lg-11 { - margin-left: 91.666667%; - } -} - -@media (min-width: 1200px) { - .col-xl { - flex: 1 0 0%; - min-width: 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.333333%; - } - .row-cols-xl-4 > * { - flex: 0 0 auto; - width: 25%; - } - .row-cols-xl-5 > * { - flex: 0 0 auto; - width: 20%; - } - .row-cols-xl-6 > * { - flex: 0 0 auto; - width: 16.666667%; - } - .col-xl-auto { - flex: 0 0 auto; - width: auto; - } - .col-xl-1 { - flex: 0 0 auto; - width: 8.333333%; - } - .col-xl-2 { - flex: 0 0 auto; - width: 16.666667%; - } - .col-xl-3 { - flex: 0 0 auto; - width: 25%; - } - .col-xl-4 { - flex: 0 0 auto; - width: 33.333333%; - } - .col-xl-5 { - flex: 0 0 auto; - width: 41.666667%; - } - .col-xl-6 { - flex: 0 0 auto; - width: 50%; - } - .col-xl-7 { - flex: 0 0 auto; - width: 58.333333%; - } - .col-xl-8 { - flex: 0 0 auto; - width: 66.666667%; - } - .col-xl-9 { - flex: 0 0 auto; - width: 75%; - } - .col-xl-10 { - flex: 0 0 auto; - width: 83.333333%; - } - .col-xl-11 { - flex: 0 0 auto; - width: 91.666667%; - } - .col-xl-12 { - flex: 0 0 auto; - width: 100%; - } - .offset-xl-0 { - margin-left: 0; - } - .offset-xl-1 { - margin-left: 8.333333%; - } - .offset-xl-2 { - margin-left: 16.666667%; - } - .offset-xl-3 { - margin-left: 25%; - } - .offset-xl-4 { - margin-left: 33.333333%; - } - .offset-xl-5 { - margin-left: 41.666667%; - } - .offset-xl-6 { - margin-left: 50%; - } - .offset-xl-7 { - margin-left: 58.333333%; - } - .offset-xl-8 { - margin-left: 66.666667%; - } - .offset-xl-9 { - margin-left: 75%; - } - .offset-xl-10 { - margin-left: 83.333333%; - } - .offset-xl-11 { - margin-left: 91.666667%; +} + +.table-responsive { + overflow-x: auto; + -webkit-overflow-scrolling: touch; +} + +.form-label { + margin-bottom: 0.5rem; +} + +.col-form-label { + padding-top: calc(0.375rem + 1px); + padding-bottom: calc(0.375rem + 1px); + margin-bottom: 0; + font-size: inherit; + line-height: 1.5; +} + +.col-form-label-lg { + padding-top: calc(0.5rem + 1px); + padding-bottom: calc(0.5rem + 1px); + font-size: 1.25rem; +} + +.col-form-label-sm { + padding-top: calc(0.25rem + 1px); + padding-bottom: calc(0.25rem + 1px); + font-size: 0.875rem; +} + +.form-text { + margin-top: 0.25rem; + font-size: 0.875em; + color: #6c757d; +} + +.form-control { + display: block; + width: 100%; + min-height: calc(1.5em + 0.75rem + 2px); + padding: 0.375rem 0.75rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #ced4da; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border-radius: 0.25rem; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} + +@media (prefers-reduced-motion: reduce) { + .form-control { + transition: none; } } -.table { - width: 100%; - margin-bottom: 1rem; - color: #212529; - vertical-align: top; +.form-control:focus { + color: #495057; + background-color: #fff; + border-color: #8bbafe; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); } -.table th, -.table td { - padding: 0.5rem; - border-bottom: 1px solid #dee2e6; +.form-control::-webkit-input-placeholder { + color: #6c757d; + opacity: 1; } -.table tbody { - vertical-align: inherit; +.form-control::-moz-placeholder { + color: #6c757d; + opacity: 1; } -.table thead th { - vertical-align: bottom; - border-bottom-color: #495057; +.form-control::-ms-input-placeholder { + color: #6c757d; + opacity: 1; } -.table tbody + tbody { - border-top: 2px solid #dee2e6; +.form-control::placeholder { + color: #6c757d; + opacity: 1; } -.caption-top { - caption-side: top; +.form-control:disabled, .form-control[readonly] { + background-color: #e9ecef; + opacity: 1; } -.table-sm th, -.table-sm td { - padding: 0.25rem; +.form-control-plaintext { + display: block; + width: 100%; + padding: 0.375rem 0; + margin-bottom: 0; + line-height: 1.5; + color: #212529; + background-color: transparent; + border: solid transparent; + border-width: 1px 0; } -.table-bordered { - border: 1px solid #dee2e6; +.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { + padding-right: 0; + padding-left: 0; } -.table-bordered th, -.table-bordered td { - border: 1px solid #dee2e6; +.form-control-sm { + min-height: calc(1.5em + 0.5rem + 2px); + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + border-radius: 0.2rem; } -.table-bordered thead th, -.table-bordered thead td { - border-bottom-width: 2px; +.form-control-lg { + min-height: calc(1.5em + 1rem + 2px); + padding: 0.5rem 1rem; + font-size: 1.25rem; + border-radius: 0.3rem; } -.table-borderless th, -.table-borderless td, -.table-borderless thead th, -.table-borderless tbody + tbody { - border: 0; +.form-control-color { + max-width: 3rem; + padding: 0.375rem; } -.table-striped tbody tr:nth-of-type(odd) { - background-color: rgba(0, 0, 0, 0.05); +.form-control-color::-moz-color-swatch { + border-radius: 0.25rem; } -.table-hover tbody tr:hover { - color: #212529; - background-color: rgba(0, 0, 0, 0.075); +.form-control-color::-webkit-color-swatch { + border-radius: 0.25rem; } -.table-primary, -.table-primary > th, -.table-primary > td { - background-color: #bbd6fe; +.form-select { + display: block; + width: 100%; + height: calc(1.5em + 0.75rem + 2px); + padding: 0.375rem 1.75rem 0.375rem 0.75rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + vertical-align: middle; + background-color: #fff; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right 0.75rem center; + background-size: 16px 12px; + border: 1px solid #ced4da; + border-radius: 0.25rem; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; } -.table-primary th, -.table-primary td, -.table-primary thead th, -.table-primary tbody + tbody { - border-color: #81b4fe; +.form-select:focus { + border-color: #8bbafe; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); } -.table-hover .table-primary:hover { - background-color: #a2c7fe; +.form-select:focus::-ms-value { + color: #495057; + background-color: #fff; } -.table-hover .table-primary:hover > td, -.table-hover .table-primary:hover > th { - background-color: #a2c7fe; +.form-select[multiple], .form-select[size]:not([size="1"]) { + height: auto; + padding-right: 0.75rem; + background-image: none; } -.table-secondary, -.table-secondary > th, -.table-secondary > td { - background-color: #d6d8db; +.form-select:disabled { + color: #6c757d; + background-color: #e9ecef; } -.table-secondary th, -.table-secondary td, -.table-secondary thead th, -.table-secondary tbody + tbody { - border-color: #b3b7bb; +.form-select:-moz-focusring { + color: transparent; + text-shadow: 0 0 0 #495057; } -.table-hover .table-secondary:hover { - background-color: #c8cbcf; +.form-select-sm { + height: calc(1.5em + 0.5rem + 2px); + padding-top: 0.25rem; + padding-bottom: 0.25rem; + padding-left: 0.5rem; + font-size: 0.875rem; } -.table-hover .table-secondary:hover > td, -.table-hover .table-secondary:hover > th { - background-color: #c8cbcf; +.form-select-lg { + height: calc(1.5em + 1rem + 2px); + padding-top: 0.5rem; + padding-bottom: 0.5rem; + padding-left: 1rem; + font-size: 1.25rem; } -.table-success, -.table-success > th, -.table-success > td { - background-color: #c3e6cb; +.form-check { + display: block; + min-height: 1.5rem; + padding-left: 1.75em; + margin-bottom: 0.125rem; } -.table-success th, -.table-success td, -.table-success thead th, -.table-success tbody + tbody { - border-color: #8fd19e; +.form-check .form-check-input { + float: left; + margin-left: -1.75em; } -.table-hover .table-success:hover { - background-color: #b1dfbb; +.form-check-input { + width: 1.25em; + height: 1.25em; + margin-top: 0.125em; + vertical-align: top; + background-color: #fff; + background-repeat: no-repeat; + background-position: center; + background-size: contain; + border: 1px solid rgba(0, 0, 0, 0.25); + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + -webkit-print-color-adjust: exact; + color-adjust: exact; + transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } -.table-hover .table-success:hover > td, -.table-hover .table-success:hover > th { - background-color: #b1dfbb; +@media (prefers-reduced-motion: reduce) { + .form-check-input { + transition: none; + } } -.table-info, -.table-info > th, -.table-info > td { - background-color: #bee5eb; +.form-check-input[type="checkbox"] { + border-radius: 0.25em; } -.table-info th, -.table-info td, -.table-info thead th, -.table-info tbody + tbody { - border-color: #86cfda; +.form-check-input[type="radio"] { + border-radius: 50%; } -.table-hover .table-info:hover { - background-color: #abdde5; +.form-check-input:active { + -webkit-filter: brightness(90%); + filter: brightness(90%); } -.table-hover .table-info:hover > td, -.table-hover .table-info:hover > th { - background-color: #abdde5; +.form-check-input:focus { + border-color: #8bbafe; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); } -.table-warning, -.table-warning > th, -.table-warning > td { - background-color: #ffeeba; +.form-check-input:checked { + background-color: #0d6efd; + border-color: #0d6efd; } -.table-warning th, -.table-warning td, -.table-warning thead th, -.table-warning tbody + tbody { - border-color: #ffdf7e; +.form-check-input:checked[type="checkbox"] { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); } -.table-hover .table-warning:hover { - background-color: #ffe8a1; +.form-check-input:checked[type="radio"] { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); } -.table-hover .table-warning:hover > td, -.table-hover .table-warning:hover > th { - background-color: #ffe8a1; +.form-check-input[type="checkbox"]:indeterminate { + background-color: #0d6efd; + border-color: #0d6efd; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); } -.table-danger, -.table-danger > th, -.table-danger > td { - background-color: #f5c6cb; +.form-check-input:disabled { + pointer-events: none; + -webkit-filter: none; + filter: none; + opacity: .5; } -.table-danger th, -.table-danger td, -.table-danger thead th, -.table-danger tbody + tbody { - border-color: #ed969e; +.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { + opacity: .5; } -.table-hover .table-danger:hover { - background-color: #f1b0b7; +.form-switch { + padding-left: 2.5em; } -.table-hover .table-danger:hover > td, -.table-hover .table-danger:hover > th { - background-color: #f1b0b7; +.form-switch .form-check-input { + width: 2em; + margin-left: -2.5em; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); + background-position: left center; + border-radius: 2em; } -.table-light, -.table-light > th, -.table-light > td { - background-color: #fdfdfe; +.form-switch .form-check-input:focus { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380bdff'/%3e%3c/svg%3e"); } -.table-light th, -.table-light td, -.table-light thead th, -.table-light tbody + tbody { - border-color: #fbfcfc; +.form-switch .form-check-input:checked { + background-position: right center; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } -.table-hover .table-light:hover { - background-color: #ececf6; +.form-check-inline { + display: inline-block; + margin-right: 1rem; } -.table-hover .table-light:hover > td, -.table-hover .table-light:hover > th { - background-color: #ececf6; +.form-file { + --bs-form-file-height: calc(1.5em + 0.75rem + 2px); + position: relative; } -.table-dark, -.table-dark > th, -.table-dark > td { - background-color: #c6c8ca; +.form-file-input { + position: relative; + z-index: 2; + width: 100%; + height: var(--bs-form-file-height); + margin: 0; + opacity: 0; } -.table-dark th, -.table-dark td, -.table-dark thead th, -.table-dark tbody + tbody { - border-color: #95999c; +.form-file-input:focus-within ~ .form-file-label { + border-color: #8bbafe; + box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); } -.table-hover .table-dark:hover { - background-color: #b9bbbe; +.form-file-input[disabled] ~ .form-file-label .form-file-text, +.form-file-input:disabled ~ .form-file-label .form-file-text { + background-color: #e9ecef; } -.table-hover .table-dark:hover > td, -.table-hover .table-dark:hover > th { - background-color: #b9bbbe; +.form-file-label { + position: absolute; + top: 0; + right: 0; + left: 0; + z-index: 1; + display: flex; + height: var(--bs-form-file-height); + border-color: #ced4da; + border-radius: 0.25rem; } -.table-active, -.table-active > th, -.table-active > td { - background-color: rgba(0, 0, 0, 0.075); +.form-file-text { + display: block; + flex-grow: 1; + padding: 0.375rem 0.75rem; + overflow: hidden; + font-weight: 400; + line-height: 1.5; + color: #495057; + text-overflow: ellipsis; + white-space: nowrap; + background-color: #fff; + border-color: inherit; + border-style: solid; + border-width: 1px; + border-top-left-radius: inherit; + border-bottom-left-radius: inherit; } -.table-hover .table-active:hover { - background-color: rgba(0, 0, 0, 0.075); +.form-file-button { + display: block; + flex-shrink: 0; + padding: 0.375rem 0.75rem; + margin-left: -1px; + line-height: 1.5; + color: #495057; + background-color: #e9ecef; + border-color: inherit; + border-style: solid; + border-width: 1px; + border-top-right-radius: inherit; + border-bottom-right-radius: inherit; } -.table-hover .table-active:hover > td, -.table-hover .table-active:hover > th { - background-color: rgba(0, 0, 0, 0.075); +.form-file-sm { + --bs-form-file-height: calc(1.5em + 0.5rem + 2px); + font-size: 0.875rem; } -.table .thead-dark th { - color: #fff; - background-color: #343a40; - border-color: #454d55; +.form-file-sm .form-file-text, +.form-file-sm .form-file-button { + padding: 0.25rem 0.5rem; } -.table .thead-light th { - color: #495057; - background-color: #e9ecef; - border-color: #dee2e6; +.form-file-lg { + --bs-form-file-height: calc(1.5em + 1rem + 2px); + font-size: 1.25rem; } -.table-dark { - color: #fff; - background-color: #343a40; +.form-file-lg .form-file-text, +.form-file-lg .form-file-button { + padding: 0.5rem 1rem; } -.table-dark th, -.table-dark td, -.table-dark thead th { - border-color: #454d55; +.form-range { + width: 100%; + height: 1.4rem; + padding: 0; + background-color: transparent; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; } -.table-dark.table-bordered { - border: 0; +.form-range:focus { + outline: none; } -.table-dark.table-striped tbody tr:nth-of-type(odd) { - background-color: rgba(255, 255, 255, 0.05); +.form-range:focus::-webkit-slider-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25); } -.table-dark.table-hover tbody tr:hover { - color: #fff; - background-color: rgba(255, 255, 255, 0.075); +.form-range:focus::-moz-range-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25); } -@media (max-width: 575.98px) { - .table-responsive-sm { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } - .table-responsive-sm > .table-bordered { - border: 0; - } +.form-range:focus::-ms-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25); } -@media (max-width: 767.98px) { - .table-responsive-md { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } - .table-responsive-md > .table-bordered { - border: 0; - } +.form-range::-moz-focus-outer { + border: 0; } -@media (max-width: 991.98px) { - .table-responsive-lg { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } - .table-responsive-lg > .table-bordered { - border: 0; - } +.form-range::-webkit-slider-thumb { + width: 1rem; + height: 1rem; + margin-top: -0.25rem; + background-color: #0d6efd; + border: 0; + border-radius: 1rem; + -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + -webkit-appearance: none; + appearance: none; } -@media (max-width: 1199.98px) { - .table-responsive-xl { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } - .table-responsive-xl > .table-bordered { - border: 0; +@media (prefers-reduced-motion: reduce) { + .form-range::-webkit-slider-thumb { + -webkit-transition: none; + transition: none; } } -.table-responsive { - display: block; +.form-range::-webkit-slider-thumb:active { + background-color: #bed8fe; +} + +.form-range::-webkit-slider-runnable-track { width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; } -.table-responsive > .table-bordered { +.form-range::-moz-range-thumb { + width: 1rem; + height: 1rem; + background-color: #0d6efd; border: 0; + border-radius: 1rem; + -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + -moz-appearance: none; + appearance: none; } -.col-form-label { - padding-top: calc(0.375rem + 1px); - padding-bottom: calc(0.375rem + 1px); - margin-bottom: 0; - font-size: inherit; - line-height: 1.5; +@media (prefers-reduced-motion: reduce) { + .form-range::-moz-range-thumb { + -moz-transition: none; + transition: none; + } } -.col-form-label-lg { - padding-top: calc(0.5rem + 1px); - padding-bottom: calc(0.5rem + 1px); - font-size: 1.25rem; +.form-range::-moz-range-thumb:active { + background-color: #bed8fe; } -.col-form-label-sm { - padding-top: calc(0.25rem + 1px); - padding-bottom: calc(0.25rem + 1px); - font-size: 0.875rem; +.form-range::-moz-range-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; } -.form-control { - display: block; - width: 100%; - min-height: calc(1.5em + 0.75rem + 2px); - padding: 0.375rem 0.75rem; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #495057; - background-color: #fff; - background-clip: padding-box; - border: 1px solid #ced4da; - border-radius: 0.25rem; - transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +.form-range::-ms-thumb { + width: 1rem; + height: 1rem; + margin-top: 0; + margin-right: 0.2rem; + margin-left: 0.2rem; + background-color: #0d6efd; + border: 0; + border-radius: 1rem; + -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + appearance: none; } @media (prefers-reduced-motion: reduce) { - .form-control { + .form-range::-ms-thumb { + -ms-transition: none; transition: none; } } -.form-control:focus { - color: #495057; - background-color: #fff; - border-color: #8bbafe; - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); +.form-range::-ms-thumb:active { + background-color: #bed8fe; } -.form-control::-webkit-input-placeholder { - color: #6c757d; - opacity: 1; +.form-range::-ms-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: transparent; + border-color: transparent; + border-width: 0.5rem; } -.form-control::-moz-placeholder { - color: #6c757d; - opacity: 1; +.form-range::-ms-fill-lower { + background-color: #dee2e6; + border-radius: 1rem; } -.form-control::-ms-input-placeholder { - color: #6c757d; - opacity: 1; +.form-range::-ms-fill-upper { + margin-right: 15px; + background-color: #dee2e6; + border-radius: 1rem; } -.form-control::placeholder { - color: #6c757d; - opacity: 1; +.form-range:disabled { + pointer-events: none; } -.form-control:disabled, .form-control[readonly] { - background-color: #e9ecef; - opacity: 1; +.form-range:disabled::-webkit-slider-thumb { + background-color: #adb5bd; } -.form-control-plaintext { - display: block; +.form-range:disabled::-moz-range-thumb { + background-color: #adb5bd; +} + +.form-range:disabled::-ms-thumb { + background-color: #adb5bd; +} + +.input-group { + position: relative; + display: flex; + flex-wrap: wrap; + align-items: stretch; width: 100%; - padding: 0.375rem 0; - margin-bottom: 0; - line-height: 1.5; - color: #212529; - background-color: transparent; - border: solid transparent; - border-width: 1px 0; } -.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { - padding-right: 0; - padding-left: 0; +.input-group > .form-control, +.input-group > .form-select, +.input-group > .form-file { + position: relative; + flex: 1 1 auto; + width: 1%; + min-width: 0; } -.form-control-sm { - min-height: calc(1.5em + 0.5rem + 2px); - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; +.input-group > .form-control:focus, +.input-group > .form-select:focus, +.input-group > .form-file .form-file-input:focus ~ .form-file-label { + z-index: 3; } -.form-control-lg { - min-height: calc(1.5em + 1rem + 2px); - padding: 0.5rem 1rem; - font-size: 1.25rem; - border-radius: 0.3rem; +.input-group > .form-file > .form-file-input:focus { + z-index: 4; } -.form-control-color { - max-width: 3rem; - padding: 0.375rem; +.input-group > .form-file:not(:last-child) > .form-file-label { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } -.form-control-color::-moz-color-swatch { - border-radius: 0.25rem; +.input-group > .form-file:not(:first-child) > .form-file-label { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } -.form-control-color::-webkit-color-swatch { - border-radius: 0.25rem; +.input-group .btn { + position: relative; + z-index: 2; } -.form-select { - display: block; - width: 100%; - height: calc(1.5em + 0.75rem + 2px); - padding: 0.375rem 1.75rem 0.375rem 0.75rem; +.input-group .btn:focus { + z-index: 3; +} + +.input-group-text { + display: flex; + align-items: center; + padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; - vertical-align: middle; - background-color: #fff; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right 0.75rem center; - background-size: 16px 12px; + text-align: center; + white-space: nowrap; + background-color: #e9ecef; border: 1px solid #ced4da; border-radius: 0.25rem; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; } -.form-select:focus { - border-color: #8bbafe; - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); -} - -.form-select:focus::-ms-value { - color: #495057; - background-color: #fff; +.input-group-lg > .form-control { + min-height: calc(1.5em + 1rem + 2px); } -.form-select[multiple], .form-select[size]:not([size="1"]) { - height: auto; - padding-right: 0.75rem; - background-image: none; +.input-group-lg > .form-select { + height: calc(1.5em + 1rem + 2px); } -.form-select:disabled { - color: #6c757d; - background-color: #e9ecef; +.input-group-lg > .form-control, +.input-group-lg > .form-select, +.input-group-lg > .input-group-text, +.input-group-lg > .btn { + padding: 0.5rem 1rem; + font-size: 1.25rem; + border-radius: 0.3rem; } -.form-select:-moz-focusring { - color: transparent; - text-shadow: 0 0 0 #495057; +.input-group-sm > .form-control { + min-height: calc(1.5em + 0.5rem + 2px); } -.form-select-sm { +.input-group-sm > .form-select { height: calc(1.5em + 0.5rem + 2px); - padding-top: 0.25rem; - padding-bottom: 0.25rem; - padding-left: 0.5rem; - font-size: 0.875rem; } -.form-select-lg { - height: calc(1.5em + 1rem + 2px); - padding-top: 0.5rem; - padding-bottom: 0.5rem; - padding-left: 1rem; - font-size: 1.25rem; +.input-group-sm > .form-control, +.input-group-sm > .form-select, +.input-group-sm > .input-group-text, +.input-group-sm > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + border-radius: 0.2rem; } -.form-check { - display: block; - min-height: 1.5rem; - padding-left: 1.75em; - margin-bottom: 0.125rem; +.input-group-lg > .form-select, +.input-group-sm > .form-select { + padding-right: 1.75rem; } -.form-check .form-check-input { - float: left; - margin-left: -1.75em; +.input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), +.input-group > .dropdown-toggle:nth-last-child(n + 3) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } -.form-check-input { - width: 1.25em; - height: 1.25em; - margin-top: 0.125em; - vertical-align: top; - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.25); - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - -webkit-print-color-adjust: exact; - color-adjust: exact; +.input-group > :not(:first-child):not(.dropdown-menu) { + margin-left: -1px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } -.form-check-input[type="checkbox"] { - border-radius: 0.25em; +.valid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 0.875em; + color: #28a745; } -.form-check-input[type="radio"] { - border-radius: 50%; +.valid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.25rem 0.5rem; + margin-top: .1rem; + font-size: 0.875rem; + color: #fff; + background-color: rgba(40, 167, 69, 0.9); + border-radius: 0.25rem; } -.form-check-input:active { - -webkit-filter: brightness(90%); - filter: brightness(90%); +.was-validated :valid ~ .valid-feedback, +.was-validated :valid ~ .valid-tooltip, +.is-valid ~ .valid-feedback, +.is-valid ~ .valid-tooltip { + display: block; } -.form-check-input:focus { - border-color: #8bbafe; - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); +.was-validated .form-control:valid, .form-control.is-valid { + border-color: #28a745; + padding-right: calc(1.5em + 0.75rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right calc(0.375em + 0.1875rem) center; + background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } -.form-check-input:checked { - background-color: #0d6efd; - background-repeat: no-repeat; - background-position: center center; - background-size: 1em; - border-color: #0d6efd; +.was-validated .form-control:valid:focus, .form-control.is-valid:focus { + border-color: #28a745; + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } -.form-check-input:checked[type="checkbox"] { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M4 8.5L6.5 11l6-6'/%3e%3c/svg%3e"); +.was-validated textarea.form-control:valid, textarea.form-control.is-valid { + padding-right: calc(1.5em + 0.75rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } -.form-check-input:checked[type="radio"] { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); +.was-validated .form-select:valid, .form-select.is-valid { + border-color: #28a745; + padding-right: calc(0.75em + 2.3125rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-position: right 0.75rem center, center right 1.75rem; + background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } -.form-check-input[type="checkbox"]:indeterminate { - background-color: #0d6efd; - background-repeat: no-repeat; - background-position: center center; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 8h6'/%3e%3c/svg%3e"); - background-size: 1em; - border-color: #0d6efd; +.was-validated .form-select:valid:focus, .form-select.is-valid:focus { + border-color: #28a745; + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } -.form-check-input:disabled { - pointer-events: none; - -webkit-filter: none; - filter: none; - opacity: .5; +.was-validated .form-check-input:valid, .form-check-input.is-valid { + border-color: #28a745; } -.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { - opacity: .5; +.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { + background-color: #34ce57; } -.form-check-label { - margin-bottom: 0; +.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } -.form-switch { - padding-left: 2.5em; +.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { + color: #28a745; } -.form-switch .form-check-input { - width: 2em; - margin-left: -2.5em; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: left center; - background-size: contain; - border-radius: 2em; - -webkit-print-color-adjust: exact; - color-adjust: exact; +.form-check-inline .form-check-input ~ .valid-feedback { + margin-left: .5em; } -.form-switch .form-check-input:focus { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380bdff'/%3e%3c/svg%3e"); +.was-validated .form-file-input:valid ~ .form-file-label, .form-file-input.is-valid ~ .form-file-label { + border-color: #28a745; } -.form-switch .form-check-input:checked { - background-position: right center; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); +.was-validated .form-file-input:valid:focus ~ .form-file-label, .form-file-input.is-valid:focus ~ .form-file-label { + border-color: #28a745; + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } -.form-check-inline { - display: inline-block; - margin-right: 1rem; +.invalid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 0.875em; + color: #dc3545; } -.form-file { - position: relative; - height: calc(1.5em + 0.75rem + 2px); +.invalid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.25rem 0.5rem; + margin-top: .1rem; + font-size: 0.875rem; + color: #fff; + background-color: rgba(220, 53, 69, 0.9); + border-radius: 0.25rem; } -.form-file-input { - position: relative; - z-index: 2; - width: 100%; - height: 100%; - margin: 0; - opacity: 0; +.was-validated :invalid ~ .invalid-feedback, +.was-validated :invalid ~ .invalid-tooltip, +.is-invalid ~ .invalid-feedback, +.is-invalid ~ .invalid-tooltip { + display: block; } -.form-file-input:focus-within ~ .form-file-label { - border-color: #8bbafe; - box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); +.was-validated .form-control:invalid, .form-control.is-invalid { + border-color: #dc3545; + padding-right: calc(1.5em + 0.75rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right calc(0.375em + 0.1875rem) center; + background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } -.form-file-input[disabled] ~ .form-file-label .form-file-text, -.form-file-input:disabled ~ .form-file-label .form-file-text { - background-color: #e9ecef; +.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { + border-color: #dc3545; + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } -.form-file-label { - position: absolute; - top: 0; - right: 0; - left: 0; - z-index: 1; - display: flex; - height: 100%; - border-color: #ced4da; - border-radius: 0.25rem; +.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { + padding-right: calc(1.5em + 0.75rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } -.form-file-text { - display: block; - flex-grow: 1; - padding: 0.375rem 0.75rem; - overflow: hidden; - font-weight: 400; - line-height: 1.5; - color: #495057; - text-overflow: ellipsis; - white-space: nowrap; - background-color: #fff; - border-color: inherit; - border-style: solid; - border-width: 1px; - border-top-left-radius: inherit; - border-bottom-left-radius: inherit; -} - -.form-file-button { - display: block; - flex-shrink: 0; - padding: 0.375rem 0.75rem; - margin-left: -1px; - line-height: 1.5; - color: #495057; - background-color: #e9ecef; - border-color: inherit; - border-style: solid; - border-width: 1px; - border-top-right-radius: inherit; - border-bottom-right-radius: inherit; -} - -.form-file-sm { - height: calc(1.5em + 0.5rem + 2px); - font-size: 0.875rem; -} - -.form-file-sm .form-file-text, -.form-file-sm .form-file-button { - padding: 0.25rem 0.5rem; +.was-validated .form-select:invalid, .form-select.is-invalid { + border-color: #dc3545; + padding-right: calc(0.75em + 2.3125rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); + background-position: right 0.75rem center, center right 1.75rem; + background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } -.form-file-lg { - height: calc(1.5em + 1rem + 2px); - font-size: 1.25rem; +.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus { + border-color: #dc3545; + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } -.form-file-lg .form-file-text, -.form-file-lg .form-file-button { - padding: 0.5rem 1rem; +.was-validated .form-check-input:invalid, .form-check-input.is-invalid { + border-color: #dc3545; } -.form-range { - width: 100%; - height: 1.4rem; - padding: 0; - background-color: transparent; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; +.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked { + background-color: #e4606d; } -.form-range:focus { - outline: none; +.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus { + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } -.form-range:focus::-webkit-slider-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25); +.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { + color: #dc3545; } -.form-range:focus::-moz-range-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25); +.form-check-inline .form-check-input ~ .invalid-feedback { + margin-left: .5em; } -.form-range:focus::-ms-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25); +.was-validated .form-file-input:invalid ~ .form-file-label, .form-file-input.is-invalid ~ .form-file-label { + border-color: #dc3545; } -.form-range::-moz-focus-outer { - border: 0; +.was-validated .form-file-input:invalid:focus ~ .form-file-label, .form-file-input.is-invalid:focus ~ .form-file-label { + border-color: #dc3545; + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } -.form-range::-webkit-slider-thumb { - width: 1rem; - height: 1rem; - margin-top: -0.25rem; - background-color: #0d6efd; - border: 0; - border-radius: 1rem; - -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - -webkit-appearance: none; - appearance: none; +.btn { + display: inline-block; + font-weight: 400; + line-height: 1.5; + color: #212529; + text-align: center; + text-decoration: none; + vertical-align: middle; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-color: transparent; + border: 1px solid transparent; + padding: 0.375rem 0.75rem; + font-size: 1rem; + border-radius: 0.25rem; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { - .form-range::-webkit-slider-thumb { - -webkit-transition: none; + .btn { transition: none; } } -.form-range::-webkit-slider-thumb:active { - background-color: #bed8fe; +.btn:hover { + color: #212529; } -.form-range::-webkit-slider-runnable-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: #dee2e6; - border-color: transparent; - border-radius: 1rem; +.btn:focus, .btn.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); } -.form-range::-moz-range-thumb { - width: 1rem; - height: 1rem; - background-color: #0d6efd; - border: 0; - border-radius: 1rem; - -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - -moz-appearance: none; - appearance: none; +.btn:disabled, .btn.disabled, +fieldset:disabled .btn { + pointer-events: none; + opacity: 0.65; } -@media (prefers-reduced-motion: reduce) { - .form-range::-moz-range-thumb { - -moz-transition: none; - transition: none; - } +.btn-primary { + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; } -.form-range::-moz-range-thumb:active { - background-color: #bed8fe; +.btn-primary:hover { + color: #fff; + background-color: #025ce2; + border-color: #0257d5; } -.form-range::-moz-range-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: #dee2e6; - border-color: transparent; - border-radius: 1rem; +.btn-primary:focus, .btn-primary.focus { + color: #fff; + background-color: #025ce2; + border-color: #0257d5; + box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5); } -.form-range::-ms-thumb { - width: 1rem; - height: 1rem; - margin-top: 0; - margin-right: 0.2rem; - margin-left: 0.2rem; - background-color: #0d6efd; - border: 0; - border-radius: 1rem; - -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - appearance: none; +.btn-primary:active, .btn-primary.active, +.show > .btn-primary.dropdown-toggle { + color: #fff; + background-color: #0257d5; + border-color: #0252c9; } -@media (prefers-reduced-motion: reduce) { - .form-range::-ms-thumb { - -ms-transition: none; - transition: none; - } +.btn-primary:active:focus, .btn-primary.active:focus, +.show > .btn-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5); } -.form-range::-ms-thumb:active { - background-color: #bed8fe; +.btn-primary:disabled, .btn-primary.disabled { + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; } -.form-range::-ms-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: transparent; - border-color: transparent; - border-width: 0.5rem; +.btn-secondary { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; } -.form-range::-ms-fill-lower { - background-color: #dee2e6; - border-radius: 1rem; +.btn-secondary:hover { + color: #fff; + background-color: #5a6268; + border-color: #545b62; } -.form-range::-ms-fill-upper { - margin-right: 15px; - background-color: #dee2e6; - border-radius: 1rem; +.btn-secondary:focus, .btn-secondary.focus { + color: #fff; + background-color: #5a6268; + border-color: #545b62; + box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); } -.form-range:disabled { - pointer-events: none; +.btn-secondary:active, .btn-secondary.active, +.show > .btn-secondary.dropdown-toggle { + color: #fff; + background-color: #545b62; + border-color: #4e555b; } -.form-range:disabled::-webkit-slider-thumb { - background-color: #adb5bd; +.btn-secondary:active:focus, .btn-secondary.active:focus, +.show > .btn-secondary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); } -.form-range:disabled::-moz-range-thumb { - background-color: #adb5bd; +.btn-secondary:disabled, .btn-secondary.disabled { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; } -.form-range:disabled::-ms-thumb { - background-color: #adb5bd; -} - -.input-group { - position: relative; - display: flex; - flex-wrap: wrap; - align-items: stretch; - width: 100%; +.btn-success { + color: #fff; + background-color: #28a745; + border-color: #28a745; } -.input-group > .form-control, -.input-group > .form-select, -.input-group > .form-file { - position: relative; - flex: 1 1 auto; - width: 1%; - min-width: 0; +.btn-success:hover { + color: #fff; + background-color: #218838; + border-color: #1e7e34; } -.input-group > .form-control:focus, -.input-group > .form-select:focus, -.input-group > .form-file .form-file-input:focus ~ .form-file-label { - z-index: 3; +.btn-success:focus, .btn-success.focus { + color: #fff; + background-color: #218838; + border-color: #1e7e34; + box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); } -.input-group > .form-file > .form-file-input:focus { - z-index: 4; +.btn-success:active, .btn-success.active, +.show > .btn-success.dropdown-toggle { + color: #fff; + background-color: #1e7e34; + border-color: #1c7430; } -.input-group > .form-file:not(:last-child) > .form-file-label { - border-top-right-radius: 0; - border-bottom-right-radius: 0; +.btn-success:active:focus, .btn-success.active:focus, +.show > .btn-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); } -.input-group > .form-file:not(:first-child) > .form-file-label { - border-top-left-radius: 0; - border-bottom-left-radius: 0; +.btn-success:disabled, .btn-success.disabled { + color: #fff; + background-color: #28a745; + border-color: #28a745; } -.input-group .btn { - position: relative; - z-index: 2; +.btn-info { + color: #fff; + background-color: #17a2b8; + border-color: #17a2b8; } -.input-group .btn:focus { - z-index: 3; +.btn-info:hover { + color: #fff; + background-color: #138496; + border-color: #117a8b; } -.input-group-text { - display: flex; - align-items: center; - padding: 0.375rem 0.75rem; - margin-bottom: 0; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #495057; - text-align: center; - white-space: nowrap; - background-color: #e9ecef; - border: 1px solid #ced4da; - border-radius: 0.25rem; +.btn-info:focus, .btn-info.focus { + color: #fff; + background-color: #138496; + border-color: #117a8b; + box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); } -.input-group-lg > .form-control { - min-height: calc(1.5em + 1rem + 2px); +.btn-info:active, .btn-info.active, +.show > .btn-info.dropdown-toggle { + color: #fff; + background-color: #117a8b; + border-color: #10707f; } -.input-group-lg > .form-select { - height: calc(1.5em + 1rem + 2px); +.btn-info:active:focus, .btn-info.active:focus, +.show > .btn-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); } -.input-group-lg > .form-control, -.input-group-lg > .form-select, -.input-group-lg > .input-group-text, -.input-group-lg > .btn { - padding: 0.5rem 1rem; - font-size: 1.25rem; - border-radius: 0.3rem; +.btn-info:disabled, .btn-info.disabled { + color: #fff; + background-color: #17a2b8; + border-color: #17a2b8; } -.input-group-sm > .form-control { - min-height: calc(1.5em + 0.5rem + 2px); +.btn-warning { + color: #212529; + background-color: #ffc107; + border-color: #ffc107; } -.input-group-sm > .form-select { - height: calc(1.5em + 0.5rem + 2px); +.btn-warning:hover { + color: #212529; + background-color: #e0a800; + border-color: #d39e00; } -.input-group-sm > .form-control, -.input-group-sm > .form-select, -.input-group-sm > .input-group-text, -.input-group-sm > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; +.btn-warning:focus, .btn-warning.focus { + color: #212529; + background-color: #e0a800; + border-color: #d39e00; + box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); } -.input-group-lg > .form-select, -.input-group-sm > .form-select { - padding-right: 1.75rem; +.btn-warning:active, .btn-warning.active, +.show > .btn-warning.dropdown-toggle { + color: #212529; + background-color: #d39e00; + border-color: #c69500; } -.input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), -.input-group > .dropdown-toggle:nth-last-child(n + 3) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; +.btn-warning:active:focus, .btn-warning.active:focus, +.show > .btn-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); } -.input-group > :not(:first-child):not(.dropdown-menu) { - margin-left: -1px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; +.btn-warning:disabled, .btn-warning.disabled { + color: #212529; + background-color: #ffc107; + border-color: #ffc107; } -.valid-feedback { - display: none; - width: 100%; - margin-top: 0.25rem; - font-size: 0.875em; - color: #28a745; +.btn-danger { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; } -.valid-tooltip { - position: absolute; - top: 100%; - z-index: 5; - display: none; - max-width: 100%; - padding: 0.25rem 0.5rem; - margin-top: .1rem; - font-size: 0.875rem; +.btn-danger:hover { color: #fff; - background-color: rgba(40, 167, 69, 0.9); - border-radius: 0.25rem; + background-color: #c82333; + border-color: #bd2130; } -.was-validated :valid ~ .valid-feedback, -.was-validated :valid ~ .valid-tooltip, -.is-valid ~ .valid-feedback, -.is-valid ~ .valid-tooltip { - display: block; +.btn-danger:focus, .btn-danger.focus { + color: #fff; + background-color: #c82333; + border-color: #bd2130; + box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); } -.was-validated .form-control:valid, .form-control.is-valid { - border-color: #28a745; - padding-right: calc(1.5em + 0.75rem); - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right calc(0.375em + 0.1875rem) center; - background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +.btn-danger:active, .btn-danger.active, +.show > .btn-danger.dropdown-toggle { + color: #fff; + background-color: #bd2130; + border-color: #b21f2d; } -.was-validated .form-control:valid:focus, .form-control.is-valid:focus { - border-color: #28a745; - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +.btn-danger:active:focus, .btn-danger.active:focus, +.show > .btn-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); } -.was-validated textarea.form-control:valid, textarea.form-control.is-valid { - padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); +.btn-danger:disabled, .btn-danger.disabled { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; } -.was-validated .form-select:valid, .form-select.is-valid { - border-color: #28a745; - padding-right: calc(0.75em + 2.3125rem); - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); - background-position: right 0.75rem center, center right 1.75rem; - background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +.btn-light { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; } -.was-validated .form-select:valid:focus, .form-select.is-valid:focus { - border-color: #28a745; - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +.btn-light:hover { + color: #212529; + background-color: #e2e6ea; + border-color: #dae0e5; } -.was-validated .form-check-input:valid, .form-check-input.is-valid { - border-color: #28a745; +.btn-light:focus, .btn-light.focus { + color: #212529; + background-color: #e2e6ea; + border-color: #dae0e5; + box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); } -.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { - background-color: #34ce57; +.btn-light:active, .btn-light.active, +.show > .btn-light.dropdown-toggle { + color: #212529; + background-color: #dae0e5; + border-color: #d3d9df; } -.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +.btn-light:active:focus, .btn-light.active:focus, +.show > .btn-light.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); } -.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { - color: #28a745; +.btn-light:disabled, .btn-light.disabled { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; } -.form-check-inline .form-check-input ~ .valid-feedback { - margin-left: .5em; -} - -.was-validated .form-file-input:valid ~ .form-file-label, .form-file-input.is-valid ~ .form-file-label { - border-color: #28a745; +.btn-dark { + color: #fff; + background-color: #343a40; + border-color: #343a40; } -.was-validated .form-file-input:valid:focus ~ .form-file-label, .form-file-input.is-valid:focus ~ .form-file-label { - border-color: #28a745; - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +.btn-dark:hover { + color: #fff; + background-color: #23272b; + border-color: #1d2124; } -.invalid-feedback { - display: none; - width: 100%; - margin-top: 0.25rem; - font-size: 0.875em; - color: #dc3545; +.btn-dark:focus, .btn-dark.focus { + color: #fff; + background-color: #23272b; + border-color: #1d2124; + box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } -.invalid-tooltip { - position: absolute; - top: 100%; - z-index: 5; - display: none; - max-width: 100%; - padding: 0.25rem 0.5rem; - margin-top: .1rem; - font-size: 0.875rem; +.btn-dark:active, .btn-dark.active, +.show > .btn-dark.dropdown-toggle { color: #fff; - background-color: rgba(220, 53, 69, 0.9); - border-radius: 0.25rem; + background-color: #1d2124; + border-color: #171a1d; } -.was-validated :invalid ~ .invalid-feedback, -.was-validated :invalid ~ .invalid-tooltip, -.is-invalid ~ .invalid-feedback, -.is-invalid ~ .invalid-tooltip { - display: block; +.btn-dark:active:focus, .btn-dark.active:focus, +.show > .btn-dark.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } -.was-validated .form-control:invalid, .form-control.is-invalid { - border-color: #dc3545; - padding-right: calc(1.5em + 0.75rem); - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right calc(0.375em + 0.1875rem) center; - background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +.btn-dark:disabled, .btn-dark.disabled { + color: #fff; + background-color: #343a40; + border-color: #343a40; } -.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { - border-color: #dc3545; - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +.btn-outline-primary { + color: #0d6efd; + border-color: #0d6efd; } -.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { - padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); +.btn-outline-primary:hover { + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; } -.was-validated .form-select:invalid, .form-select.is-invalid { - border-color: #dc3545; - padding-right: calc(0.75em + 2.3125rem); - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); - background-position: right 0.75rem center, center right 1.75rem; - background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +.btn-outline-primary:focus, .btn-outline-primary.focus { + box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5); } -.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus { - border-color: #dc3545; - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +.btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show { + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; } -.was-validated .form-check-input:invalid, .form-check-input.is-invalid { - border-color: #dc3545; +.btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5); } -.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked { - background-color: #e4606d; +.btn-outline-primary:disabled, .btn-outline-primary.disabled { + color: #0d6efd; + background-color: transparent; } -.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus { - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +.btn-outline-secondary { + color: #6c757d; + border-color: #6c757d; } -.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { - color: #dc3545; +.btn-outline-secondary:hover { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; } -.form-check-inline .form-check-input ~ .invalid-feedback { - margin-left: .5em; +.btn-outline-secondary:focus, .btn-outline-secondary.focus { + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } -.was-validated .form-file-input:invalid ~ .form-file-label, .form-file-input.is-invalid ~ .form-file-label { - border-color: #dc3545; +.btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; } -.was-validated .form-file-input:invalid:focus ~ .form-file-label, .form-file-input.is-invalid:focus ~ .form-file-label { - border-color: #dc3545; - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +.btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } -.btn { - display: inline-block; - font-weight: 400; - line-height: 1.5; - color: #212529; - text-align: center; - text-decoration: none; - vertical-align: middle; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; +.btn-outline-secondary:disabled, .btn-outline-secondary.disabled { + color: #6c757d; background-color: transparent; - border: 1px solid transparent; - padding: 0.375rem 0.75rem; - font-size: 1rem; - border-radius: 0.25rem; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } -@media (prefers-reduced-motion: reduce) { - .btn { - transition: none; - } +.btn-outline-success { + color: #28a745; + border-color: #28a745; } -.btn:hover { - color: #212529; +.btn-outline-success:hover { + color: #fff; + background-color: #28a745; + border-color: #28a745; } -.btn:focus, .btn.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); +.btn-outline-success:focus, .btn-outline-success.focus { + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } -.btn:disabled, .btn.disabled, -fieldset:disabled .btn { - pointer-events: none; - opacity: 0.65; +.btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show { + color: #fff; + background-color: #28a745; + border-color: #28a745; } -.btn-primary { - color: #fff; - background-color: #0d6efd; - border-color: #0d6efd; +.btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } -.btn-primary:hover { - color: #fff; - background-color: #025ce2; - border-color: #0257d5; +.btn-outline-success:disabled, .btn-outline-success.disabled { + color: #28a745; + background-color: transparent; } -.btn-primary:focus, .btn-primary.focus { - color: #fff; - background-color: #025ce2; - border-color: #0257d5; - box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5); +.btn-outline-info { + color: #17a2b8; + border-color: #17a2b8; } -.btn-primary:active, .btn-primary.active, -.show > .btn-primary.dropdown-toggle { +.btn-outline-info:hover { color: #fff; - background-color: #0257d5; - border-color: #0252c9; + background-color: #17a2b8; + border-color: #17a2b8; } -.btn-primary:active:focus, .btn-primary.active:focus, -.show > .btn-primary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5); +.btn-outline-info:focus, .btn-outline-info.focus { + box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } -.btn-primary:disabled, .btn-primary.disabled { +.btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show { color: #fff; - background-color: #0d6efd; - border-color: #0d6efd; + background-color: #17a2b8; + border-color: #17a2b8; } -.btn-secondary { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; +.btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } -.btn-secondary:hover { - color: #fff; - background-color: #5a6268; - border-color: #545b62; +.btn-outline-info:disabled, .btn-outline-info.disabled { + color: #17a2b8; + background-color: transparent; } -.btn-secondary:focus, .btn-secondary.focus { - color: #fff; - background-color: #5a6268; - border-color: #545b62; - box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); +.btn-outline-warning { + color: #ffc107; + border-color: #ffc107; } -.btn-secondary:active, .btn-secondary.active, -.show > .btn-secondary.dropdown-toggle { - color: #fff; - background-color: #545b62; - border-color: #4e555b; +.btn-outline-warning:hover { + color: #212529; + background-color: #ffc107; + border-color: #ffc107; } -.btn-secondary:active:focus, .btn-secondary.active:focus, -.show > .btn-secondary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); +.btn-outline-warning:focus, .btn-outline-warning.focus { + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } -.btn-secondary:disabled, .btn-secondary.disabled { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; +.btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show { + color: #212529; + background-color: #ffc107; + border-color: #ffc107; } -.btn-success { - color: #fff; - background-color: #28a745; - border-color: #28a745; -} - -.btn-success:hover { - color: #fff; - background-color: #218838; - border-color: #1e7e34; -} - -.btn-success:focus, .btn-success.focus { - color: #fff; - background-color: #218838; - border-color: #1e7e34; - box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); -} - -.btn-success:active, .btn-success.active, -.show > .btn-success.dropdown-toggle { - color: #fff; - background-color: #1e7e34; - border-color: #1c7430; -} - -.btn-success:active:focus, .btn-success.active:focus, -.show > .btn-success.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); +.btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } -.btn-success:disabled, .btn-success.disabled { - color: #fff; - background-color: #28a745; - border-color: #28a745; +.btn-outline-warning:disabled, .btn-outline-warning.disabled { + color: #ffc107; + background-color: transparent; } -.btn-info { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; +.btn-outline-danger { + color: #dc3545; + border-color: #dc3545; } -.btn-info:hover { +.btn-outline-danger:hover { color: #fff; - background-color: #138496; - border-color: #117a8b; + background-color: #dc3545; + border-color: #dc3545; } -.btn-info:focus, .btn-info.focus { - color: #fff; - background-color: #138496; - border-color: #117a8b; - box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); +.btn-outline-danger:focus, .btn-outline-danger.focus { + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } -.btn-info:active, .btn-info.active, -.show > .btn-info.dropdown-toggle { +.btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show { color: #fff; - background-color: #117a8b; - border-color: #10707f; + background-color: #dc3545; + border-color: #dc3545; } -.btn-info:active:focus, .btn-info.active:focus, -.show > .btn-info.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); +.btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } -.btn-info:disabled, .btn-info.disabled { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; +.btn-outline-danger:disabled, .btn-outline-danger.disabled { + color: #dc3545; + background-color: transparent; } -.btn-warning { - color: #212529; - background-color: #ffc107; - border-color: #ffc107; +.btn-outline-light { + color: #f8f9fa; + border-color: #f8f9fa; } -.btn-warning:hover { +.btn-outline-light:hover { color: #212529; - background-color: #e0a800; - border-color: #d39e00; + background-color: #f8f9fa; + border-color: #f8f9fa; } -.btn-warning:focus, .btn-warning.focus { - color: #212529; - background-color: #e0a800; - border-color: #d39e00; - box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); +.btn-outline-light:focus, .btn-outline-light.focus { + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } -.btn-warning:active, .btn-warning.active, -.show > .btn-warning.dropdown-toggle { +.btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show { color: #212529; - background-color: #d39e00; - border-color: #c69500; + background-color: #f8f9fa; + border-color: #f8f9fa; } -.btn-warning:active:focus, .btn-warning.active:focus, -.show > .btn-warning.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); +.btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } -.btn-warning:disabled, .btn-warning.disabled { - color: #212529; - background-color: #ffc107; - border-color: #ffc107; +.btn-outline-light:disabled, .btn-outline-light.disabled { + color: #f8f9fa; + background-color: transparent; } -.btn-danger { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; +.btn-outline-dark { + color: #343a40; + border-color: #343a40; } -.btn-danger:hover { +.btn-outline-dark:hover { color: #fff; - background-color: #c82333; - border-color: #bd2130; + background-color: #343a40; + border-color: #343a40; } -.btn-danger:focus, .btn-danger.focus { - color: #fff; - background-color: #c82333; - border-color: #bd2130; - box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); +.btn-outline-dark:focus, .btn-outline-dark.focus { + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } -.btn-danger:active, .btn-danger.active, -.show > .btn-danger.dropdown-toggle { +.btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show { color: #fff; - background-color: #bd2130; - border-color: #b21f2d; + background-color: #343a40; + border-color: #343a40; } -.btn-danger:active:focus, .btn-danger.active:focus, -.show > .btn-danger.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); +.btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } -.btn-danger:disabled, .btn-danger.disabled { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; +.btn-outline-dark:disabled, .btn-outline-dark.disabled { + color: #343a40; + background-color: transparent; } -.btn-light { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; +.btn-link { + font-weight: 400; + color: #0d6efd; + text-decoration: underline; } -.btn-light:hover { - color: #212529; - background-color: #e2e6ea; - border-color: #dae0e5; +.btn-link:hover { + color: #024dbc; } -.btn-light:focus, .btn-light.focus { - color: #212529; - background-color: #e2e6ea; - border-color: #dae0e5; - box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); +.btn-link:disabled, .btn-link.disabled { + color: #6c757d; } -.btn-light:active, .btn-light.active, -.show > .btn-light.dropdown-toggle { - color: #212529; - background-color: #dae0e5; - border-color: #d3d9df; +.btn-lg, .btn-group-lg > .btn { + padding: 0.5rem 1rem; + font-size: 1.25rem; + border-radius: 0.3rem; } -.btn-light:active:focus, .btn-light.active:focus, -.show > .btn-light.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); +.btn-sm, .btn-group-sm > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + border-radius: 0.2rem; } -.btn-light:disabled, .btn-light.disabled { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; +.btn-block { + display: block; + width: 100%; } -.btn-dark { - color: #fff; - background-color: #343a40; - border-color: #343a40; +.btn-block + .btn-block { + margin-top: 0.5rem; } -.btn-dark:hover { - color: #fff; - background-color: #23272b; - border-color: #1d2124; +.fade { + transition: opacity 0.15s linear; } -.btn-dark:focus, .btn-dark.focus { - color: #fff; - background-color: #23272b; - border-color: #1d2124; - box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); +@media (prefers-reduced-motion: reduce) { + .fade { + transition: none; + } } -.btn-dark:active, .btn-dark.active, -.show > .btn-dark.dropdown-toggle { - color: #fff; - background-color: #1d2124; - border-color: #171a1d; +.fade:not(.show) { + opacity: 0; } -.btn-dark:active:focus, .btn-dark.active:focus, -.show > .btn-dark.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); +.collapse:not(.show) { + display: none; } -.btn-dark:disabled, .btn-dark.disabled { - color: #fff; - background-color: #343a40; - border-color: #343a40; +.collapsing { + height: 0; + overflow: hidden; + transition: height 0.35s ease; } -.btn-outline-primary { - color: #0d6efd; - border-color: #0d6efd; +@media (prefers-reduced-motion: reduce) { + .collapsing { + transition: none; + } } -.btn-outline-primary:hover { - color: #fff; - background-color: #0d6efd; - border-color: #0d6efd; +.dropup, +.dropright, +.dropdown, +.dropleft { + position: relative; } -.btn-outline-primary:focus, .btn-outline-primary.focus { - box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5); +.dropdown-toggle { + white-space: nowrap; } -.btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show { - color: #fff; - background-color: #0d6efd; - border-color: #0d6efd; -} - -.btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5); +.dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid; + border-right: 0.3em solid transparent; + border-bottom: 0; + border-left: 0.3em solid transparent; } -.btn-outline-primary:disabled, .btn-outline-primary.disabled { - color: #0d6efd; - background-color: transparent; +.dropdown-toggle:empty::after { + margin-left: 0; } -.btn-outline-secondary { - color: #6c757d; - border-color: #6c757d; +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + min-width: 10rem; + padding: 0.5rem 0; + margin: 0.125rem 0 0; + font-size: 1rem; + color: #212529; + text-align: left; + list-style: none; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 0.25rem; } -.btn-outline-secondary:hover { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; +.dropdown-menu-left { + right: auto; + left: 0; } -.btn-outline-secondary:focus, .btn-outline-secondary.focus { - box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); +.dropdown-menu-right { + right: 0; + left: auto; } -.btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; +@media (min-width: 576px) { + .dropdown-menu-sm-left { + right: auto; + left: 0; + } + .dropdown-menu-sm-right { + right: 0; + left: auto; + } } -.btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); +@media (min-width: 768px) { + .dropdown-menu-md-left { + right: auto; + left: 0; + } + .dropdown-menu-md-right { + right: 0; + left: auto; + } } -.btn-outline-secondary:disabled, .btn-outline-secondary.disabled { - color: #6c757d; - background-color: transparent; +@media (min-width: 992px) { + .dropdown-menu-lg-left { + right: auto; + left: 0; + } + .dropdown-menu-lg-right { + right: 0; + left: auto; + } } -.btn-outline-success { - color: #28a745; - border-color: #28a745; +@media (min-width: 1200px) { + .dropdown-menu-xl-left { + right: auto; + left: 0; + } + .dropdown-menu-xl-right { + right: 0; + left: auto; + } } -.btn-outline-success:hover { - color: #fff; - background-color: #28a745; - border-color: #28a745; +@media (min-width: 1400px) { + .dropdown-menu-xxl-left { + right: auto; + left: 0; + } + .dropdown-menu-xxl-right { + right: 0; + left: auto; + } } -.btn-outline-success:focus, .btn-outline-success.focus { - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); +.dropup .dropdown-menu { + top: auto; + bottom: 100%; + margin-top: 0; + margin-bottom: 0.125rem; } -.btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show { - color: #fff; - background-color: #28a745; - border-color: #28a745; +.dropup .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0; + border-right: 0.3em solid transparent; + border-bottom: 0.3em solid; + border-left: 0.3em solid transparent; } -.btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); +.dropup .dropdown-toggle:empty::after { + margin-left: 0; } -.btn-outline-success:disabled, .btn-outline-success.disabled { - color: #28a745; - background-color: transparent; +.dropright .dropdown-menu { + top: 0; + right: auto; + left: 100%; + margin-top: 0; + margin-left: 0.125rem; } -.btn-outline-info { - color: #17a2b8; - border-color: #17a2b8; +.dropright .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid transparent; + border-right: 0; + border-bottom: 0.3em solid transparent; + border-left: 0.3em solid; } -.btn-outline-info:hover { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; +.dropright .dropdown-toggle:empty::after { + margin-left: 0; } -.btn-outline-info:focus, .btn-outline-info.focus { - box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); +.dropright .dropdown-toggle::after { + vertical-align: 0; } -.btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; +.dropleft .dropdown-menu { + top: 0; + right: 100%; + left: auto; + margin-top: 0; + margin-right: 0.125rem; } -.btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); +.dropleft .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; } -.btn-outline-info:disabled, .btn-outline-info.disabled { - color: #17a2b8; - background-color: transparent; +.dropleft .dropdown-toggle::after { + display: none; } -.btn-outline-warning { - color: #ffc107; - border-color: #ffc107; +.dropleft .dropdown-toggle::before { + display: inline-block; + margin-right: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid transparent; + border-right: 0.3em solid; + border-bottom: 0.3em solid transparent; } -.btn-outline-warning:hover { - color: #212529; - background-color: #ffc107; - border-color: #ffc107; +.dropleft .dropdown-toggle:empty::after { + margin-left: 0; } -.btn-outline-warning:focus, .btn-outline-warning.focus { - box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); +.dropleft .dropdown-toggle::before { + vertical-align: 0; } -.btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show { - color: #212529; - background-color: #ffc107; - border-color: #ffc107; +.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] { + right: auto; + bottom: auto; } -.btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); +.dropdown-divider { + height: 0; + margin: 0.5rem 0; + overflow: hidden; + border-top: 1px solid #e9ecef; } -.btn-outline-warning:disabled, .btn-outline-warning.disabled { - color: #ffc107; +.dropdown-item { + display: block; + width: 100%; + padding: 0.25rem 1rem; + clear: both; + font-weight: 400; + color: #212529; + text-align: inherit; + text-decoration: none; + white-space: nowrap; background-color: transparent; + border: 0; } -.btn-outline-danger { - color: #dc3545; - border-color: #dc3545; +.dropdown-item:hover, .dropdown-item:focus { + color: #16181b; + background-color: #f8f9fa; } -.btn-outline-danger:hover { +.dropdown-item.active, .dropdown-item:active { color: #fff; - background-color: #dc3545; - border-color: #dc3545; + text-decoration: none; + background-color: #0d6efd; } -.btn-outline-danger:focus, .btn-outline-danger.focus { - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); +.dropdown-item.disabled, .dropdown-item:disabled { + color: #6c757d; + pointer-events: none; + background-color: transparent; } -.btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; +.dropdown-menu.show { + display: block; } -.btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); +.dropdown-header { + display: block; + padding: 0.5rem 1rem; + margin-bottom: 0; + font-size: 0.875rem; + color: #6c757d; + white-space: nowrap; } -.btn-outline-danger:disabled, .btn-outline-danger.disabled { - color: #dc3545; - background-color: transparent; +.dropdown-item-text { + display: block; + padding: 0.25rem 1rem; + color: #212529; } -.btn-outline-light { - color: #f8f9fa; - border-color: #f8f9fa; +.btn-group, +.btn-group-vertical { + position: relative; + display: inline-flex; + vertical-align: middle; } -.btn-outline-light:hover { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; +.btn-group > .btn, +.btn-group-vertical > .btn { + position: relative; + flex: 1 1 auto; } -.btn-outline-light:focus, .btn-outline-light.focus { - box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); +.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, +.btn-group-vertical > .btn:hover, +.btn-group-vertical > .btn:focus, +.btn-group-vertical > .btn:active, +.btn-group-vertical > .btn.active { + z-index: 1; } -.btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; +.btn-toolbar { + display: flex; + flex-wrap: wrap; + justify-content: flex-start; } -.btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); +.btn-toolbar .input-group { + width: auto; } -.btn-outline-light:disabled, .btn-outline-light.disabled { - color: #f8f9fa; - background-color: transparent; +.btn-group > .btn:not(:first-child), +.btn-group > .btn-group:not(:first-child) { + margin-left: -1px; } -.btn-outline-dark { - color: #343a40; - border-color: #343a40; +.btn-group > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group > .btn-group:not(:last-child) > .btn { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } -.btn-outline-dark:hover { - color: #fff; - background-color: #343a40; - border-color: #343a40; +.btn-group > .btn:not(:first-child), +.btn-group > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } -.btn-outline-dark:focus, .btn-outline-dark.focus { - box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); +.dropdown-toggle-split { + padding-right: 0.5625rem; + padding-left: 0.5625rem; } -.btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show { - color: #fff; - background-color: #343a40; - border-color: #343a40; +.dropdown-toggle-split::after, +.dropup .dropdown-toggle-split::after, +.dropright .dropdown-toggle-split::after { + margin-left: 0; } -.btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); +.dropleft .dropdown-toggle-split::before { + margin-right: 0; } -.btn-outline-dark:disabled, .btn-outline-dark.disabled { - color: #343a40; - background-color: transparent; +.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { + padding-right: 0.375rem; + padding-left: 0.375rem; } -.btn-link { - font-weight: 400; - color: #0d6efd; - text-decoration: underline; +.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { + padding-right: 0.75rem; + padding-left: 0.75rem; } -.btn-link:hover { - color: #024dbc; +.btn-group-vertical { + flex-direction: column; + align-items: flex-start; + justify-content: center; } -.btn-link:disabled, .btn-link.disabled { - color: #6c757d; +.btn-group-vertical > .btn, +.btn-group-vertical > .btn-group { + width: 100%; } -.btn-lg, .btn-group-lg > .btn { - padding: 0.5rem 1rem; - font-size: 1.25rem; - border-radius: 0.3rem; +.btn-group-vertical > .btn:not(:first-child), +.btn-group-vertical > .btn-group:not(:first-child) { + margin-top: -1px; } -.btn-sm, .btn-group-sm > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; +.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group-vertical > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } -.btn-block { - display: block; - width: 100%; +.btn-group-vertical > .btn:not(:first-child), +.btn-group-vertical > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-top-right-radius: 0; } -.btn-block + .btn-block { - margin-top: 0.5rem; +.btn-group-toggle > .btn input[type="radio"], +.btn-group-toggle > .btn input[type="checkbox"], +.btn-group-toggle > .btn-group > .btn input[type="radio"], +.btn-group-toggle > .btn-group > .btn input[type="checkbox"] { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; } -.fade { - transition: opacity 0.15s linear; +.nav { + display: flex; + flex-wrap: wrap; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} + +.nav-link { + display: block; + padding: 0.5rem 1rem; + text-decoration: none; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { - .fade { + .nav-link { transition: none; } } -.fade:not(.show) { - opacity: 0; +.nav-link.disabled { + color: #6c757d; + pointer-events: none; + cursor: default; } -.collapse:not(.show) { - display: none; +.nav-tabs { + border-bottom: 1px solid #dee2e6; } -.collapsing { - height: 0; - overflow: hidden; - transition: height 0.35s ease; +.nav-tabs .nav-link { + margin-bottom: -1px; + border: 1px solid transparent; + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; } -@media (prefers-reduced-motion: reduce) { - .collapsing { - transition: none; - } +.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { + border-color: #e9ecef #e9ecef #dee2e6; } -.dropup, -.dropright, -.dropdown, -.dropleft { - position: relative; +.nav-tabs .nav-link.disabled { + color: #6c757d; + background-color: transparent; + border-color: transparent; } -.dropdown-toggle { - white-space: nowrap; +.nav-tabs .nav-link.active, +.nav-tabs .nav-item.show .nav-link { + color: #495057; + background-color: #fff; + border-color: #dee2e6 #dee2e6 #fff; } -.dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid; - border-right: 0.3em solid transparent; - border-bottom: 0; - border-left: 0.3em solid transparent; +.nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-left-radius: 0; + border-top-right-radius: 0; } -.dropdown-toggle:empty::after { - margin-left: 0; +.nav-pills .nav-link { + border-radius: 0.25rem; } -.dropdown-menu { - position: absolute; - top: 100%; - left: 0; - z-index: 1000; - display: none; - min-width: 10rem; - padding: 0.5rem 0; - margin: 0.125rem 0 0; - font-size: 1rem; - color: #212529; - text-align: left; - list-style: none; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; +.nav-pills .nav-link.active, +.nav-pills .show > .nav-link { + color: #fff; + background-color: #0d6efd; } -.dropdown-menu-left { - right: auto; - left: 0; +.nav-fill .nav-item { + flex: 1 1 auto; + text-align: center; } -.dropdown-menu-right { - right: 0; - left: auto; +.nav-justified .nav-item { + flex-basis: 0; + flex-grow: 1; + text-align: center; } -@media (min-width: 576px) { - .dropdown-menu-sm-left { - right: auto; - left: 0; - } - .dropdown-menu-sm-right { - right: 0; - left: auto; - } +.tab-content > .tab-pane { + display: none; } -@media (min-width: 768px) { - .dropdown-menu-md-left { - right: auto; - left: 0; - } - .dropdown-menu-md-right { - right: 0; - left: auto; - } +.tab-content > .active { + display: block; } -@media (min-width: 992px) { - .dropdown-menu-lg-left { - right: auto; - left: 0; - } - .dropdown-menu-lg-right { - right: 0; - left: auto; - } +.navbar { + position: relative; + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; + padding-top: 0.5rem; + padding-bottom: 0.5rem; } -@media (min-width: 1200px) { - .dropdown-menu-xl-left { - right: auto; - left: 0; - } - .dropdown-menu-xl-right { - right: 0; - left: auto; - } +.navbar > .container, +.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl { + display: flex; + flex-wrap: inherit; + align-items: center; + justify-content: space-between; } -.dropup .dropdown-menu { - top: auto; - bottom: 100%; - margin-top: 0; - margin-bottom: 0.125rem; +.navbar-brand { + padding-top: 0.3125rem; + padding-bottom: 0.3125rem; + margin-right: 1rem; + font-size: 1.25rem; + text-decoration: none; + white-space: nowrap; } -.dropup .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0; - border-right: 0.3em solid transparent; - border-bottom: 0.3em solid; - border-left: 0.3em solid transparent; +.navbar-nav { + display: flex; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; + list-style: none; } -.dropup .dropdown-toggle:empty::after { - margin-left: 0; +.navbar-nav .nav-link { + padding-right: 0; + padding-left: 0; } -.dropright .dropdown-menu { - top: 0; - right: auto; - left: 100%; - margin-top: 0; - margin-left: 0.125rem; +.navbar-nav .dropdown-menu { + position: static; } -.dropright .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid transparent; - border-right: 0; - border-bottom: 0.3em solid transparent; - border-left: 0.3em solid; +.navbar-text { + padding-top: 0.5rem; + padding-bottom: 0.5rem; } -.dropright .dropdown-toggle:empty::after { - margin-left: 0; +.navbar-collapse { + align-items: center; + width: 100%; } -.dropright .dropdown-toggle::after { - vertical-align: 0; +.navbar-toggler { + padding: 0.25rem 0.75rem; + font-size: 1.25rem; + line-height: 1; + background-color: transparent; + border: 1px solid transparent; + border-radius: 0.25rem; + transition: box-shadow 0.15s ease-in-out; } -.dropleft .dropdown-menu { - top: 0; - right: 100%; - left: auto; - margin-top: 0; - margin-right: 0.125rem; +@media (prefers-reduced-motion: reduce) { + .navbar-toggler { + transition: none; + } } -.dropleft .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; +.navbar-toggler:hover { + text-decoration: none; } -.dropleft .dropdown-toggle::after { - display: none; +.navbar-toggler:focus { + text-decoration: none; + outline: 0; + box-shadow: 0 0 0 0.2rem; } -.dropleft .dropdown-toggle::before { +.navbar-toggler-icon { display: inline-block; - margin-right: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid transparent; - border-right: 0.3em solid; - border-bottom: 0.3em solid transparent; + width: 1.5em; + height: 1.5em; + vertical-align: middle; + background-repeat: no-repeat; + background-position: center; + background-size: 100%; } -.dropleft .dropdown-toggle:empty::after { - margin-left: 0; +@media (min-width: 576px) { + .navbar-expand-sm { + flex-wrap: nowrap; + justify-content: flex-start; + } + .navbar-expand-sm .navbar-nav { + flex-direction: row; + } + .navbar-expand-sm .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-sm .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-sm .navbar-collapse { + display: flex !important; + } + .navbar-expand-sm .navbar-toggler { + display: none; + } } -.dropleft .dropdown-toggle::before { - vertical-align: 0; +@media (min-width: 768px) { + .navbar-expand-md { + flex-wrap: nowrap; + justify-content: flex-start; + } + .navbar-expand-md .navbar-nav { + flex-direction: row; + } + .navbar-expand-md .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-md .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-md .navbar-collapse { + display: flex !important; + } + .navbar-expand-md .navbar-toggler { + display: none; + } } -.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] { - right: auto; - bottom: auto; +@media (min-width: 992px) { + .navbar-expand-lg { + flex-wrap: nowrap; + justify-content: flex-start; + } + .navbar-expand-lg .navbar-nav { + flex-direction: row; + } + .navbar-expand-lg .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-lg .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-lg .navbar-collapse { + display: flex !important; + } + .navbar-expand-lg .navbar-toggler { + display: none; + } } -.dropdown-divider { - height: 0; - margin: 0.5rem 0; - overflow: hidden; - border-top: 1px solid #e9ecef; +@media (min-width: 1200px) { + .navbar-expand-xl { + flex-wrap: nowrap; + justify-content: flex-start; + } + .navbar-expand-xl .navbar-nav { + flex-direction: row; + } + .navbar-expand-xl .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-xl .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-xl .navbar-collapse { + display: flex !important; + } + .navbar-expand-xl .navbar-toggler { + display: none; + } } -.dropdown-item { - display: block; - width: 100%; - padding: 0.25rem 1.5rem; - clear: both; - font-weight: 400; - color: #212529; - text-align: inherit; - text-decoration: none; - white-space: nowrap; - background-color: transparent; - border: 0; +@media (min-width: 1400px) { + .navbar-expand-xxl { + flex-wrap: nowrap; + justify-content: flex-start; + } + .navbar-expand-xxl .navbar-nav { + flex-direction: row; + } + .navbar-expand-xxl .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-xxl .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-xxl .navbar-collapse { + display: flex !important; + } + .navbar-expand-xxl .navbar-toggler { + display: none; + } } -.dropdown-item:hover, .dropdown-item:focus { - color: #16181b; - background-color: #f8f9fa; +.navbar-expand { + flex-wrap: nowrap; + justify-content: flex-start; } -.dropdown-item.active, .dropdown-item:active { - color: #fff; - text-decoration: none; - background-color: #0d6efd; +.navbar-expand .navbar-nav { + flex-direction: row; } -.dropdown-item.disabled, .dropdown-item:disabled { - color: #6c757d; - pointer-events: none; - background-color: transparent; +.navbar-expand .navbar-nav .dropdown-menu { + position: absolute; } -.dropdown-menu.show { - display: block; +.navbar-expand .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; } -.dropdown-header { - display: block; - padding: 0.5rem 1.5rem; - margin-bottom: 0; - font-size: 0.875rem; - color: #6c757d; - white-space: nowrap; +.navbar-expand .navbar-collapse { + display: flex !important; } -.dropdown-item-text { - display: block; - padding: 0.25rem 1.5rem; - color: #212529; +.navbar-expand .navbar-toggler { + display: none; } -.btn-group, -.btn-group-vertical { - position: relative; - display: inline-flex; - vertical-align: middle; +.navbar-light .navbar-brand { + color: rgba(0, 0, 0, 0.9); } -.btn-group > .btn, -.btn-group-vertical > .btn { - position: relative; - flex: 1 1 auto; +.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { + color: rgba(0, 0, 0, 0.9); } -.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, -.btn-group-vertical > .btn:hover, -.btn-group-vertical > .btn:focus, -.btn-group-vertical > .btn:active, -.btn-group-vertical > .btn.active { - z-index: 1; +.navbar-light .navbar-nav .nav-link { + color: rgba(0, 0, 0, 0.55); } -.btn-toolbar { - display: flex; - flex-wrap: wrap; - justify-content: flex-start; +.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { + color: rgba(0, 0, 0, 0.7); } -.btn-toolbar .input-group { - width: auto; +.navbar-light .navbar-nav .nav-link.disabled { + color: rgba(0, 0, 0, 0.3); } -.btn-group > .btn:not(:first-child), -.btn-group > .btn-group:not(:first-child) { - margin-left: -1px; +.navbar-light .navbar-nav .show > .nav-link, +.navbar-light .navbar-nav .active > .nav-link, +.navbar-light .navbar-nav .nav-link.show, +.navbar-light .navbar-nav .nav-link.active { + color: rgba(0, 0, 0, 0.9); } -.btn-group > .btn:not(:last-child):not(.dropdown-toggle), -.btn-group > .btn-group:not(:last-child) > .btn { - border-top-right-radius: 0; - border-bottom-right-radius: 0; +.navbar-light .navbar-toggler { + color: rgba(0, 0, 0, 0.55); + border-color: rgba(0, 0, 0, 0.1); } -.btn-group > .btn:not(:first-child), -.btn-group > .btn-group:not(:first-child) > .btn { - border-top-left-radius: 0; - border-bottom-left-radius: 0; +.navbar-light .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } -.dropdown-toggle-split { - padding-right: 0.5625rem; - padding-left: 0.5625rem; +.navbar-light .navbar-text { + color: rgba(0, 0, 0, 0.55); } -.dropdown-toggle-split::after, -.dropup .dropdown-toggle-split::after, -.dropright .dropdown-toggle-split::after { - margin-left: 0; +.navbar-light .navbar-text a, +.navbar-light .navbar-text a:hover, +.navbar-light .navbar-text a:focus { + color: rgba(0, 0, 0, 0.9); } -.dropleft .dropdown-toggle-split::before { - margin-right: 0; +.navbar-dark .navbar-brand { + color: #fff; } -.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { - padding-right: 0.375rem; - padding-left: 0.375rem; +.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { + color: #fff; } -.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { - padding-right: 0.75rem; - padding-left: 0.75rem; +.navbar-dark .navbar-nav .nav-link { + color: rgba(255, 255, 255, 0.55); } -.btn-group-vertical { - flex-direction: column; - align-items: flex-start; - justify-content: center; +.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { + color: rgba(255, 255, 255, 0.75); } -.btn-group-vertical > .btn, -.btn-group-vertical > .btn-group { - width: 100%; +.navbar-dark .navbar-nav .nav-link.disabled { + color: rgba(255, 255, 255, 0.25); } -.btn-group-vertical > .btn:not(:first-child), -.btn-group-vertical > .btn-group:not(:first-child) { - margin-top: -1px; +.navbar-dark .navbar-nav .show > .nav-link, +.navbar-dark .navbar-nav .active > .nav-link, +.navbar-dark .navbar-nav .nav-link.show, +.navbar-dark .navbar-nav .nav-link.active { + color: #fff; } -.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), -.btn-group-vertical > .btn-group:not(:last-child) > .btn { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; +.navbar-dark .navbar-toggler { + color: rgba(255, 255, 255, 0.55); + border-color: rgba(255, 255, 255, 0.1); } -.btn-group-vertical > .btn:not(:first-child), -.btn-group-vertical > .btn-group:not(:first-child) > .btn { - border-top-left-radius: 0; - border-top-right-radius: 0; +.navbar-dark .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } -.btn-group-toggle > .btn, -.btn-group-toggle > .btn-group > .btn { - margin-bottom: 0; +.navbar-dark .navbar-text { + color: rgba(255, 255, 255, 0.55); } -.btn-group-toggle > .btn input[type="radio"], -.btn-group-toggle > .btn input[type="checkbox"], -.btn-group-toggle > .btn-group > .btn input[type="radio"], -.btn-group-toggle > .btn-group > .btn input[type="checkbox"] { - position: absolute; - clip: rect(0, 0, 0, 0); - pointer-events: none; +.navbar-dark .navbar-text a, +.navbar-dark .navbar-text a:hover, +.navbar-dark .navbar-text a:focus { + color: #fff; } -.nav { +.card { + position: relative; display: flex; - flex-wrap: wrap; - padding-left: 0; - margin-bottom: 0; - list-style: none; + flex-direction: column; + min-width: 0; + word-wrap: break-word; + background-color: #fff; + background-clip: border-box; + border: 1px solid rgba(0, 0, 0, 0.125); + border-radius: 0.25rem; } -.nav-link { - display: block; - padding: 0.5rem 1rem; - text-decoration: none; +.card > hr { + margin-right: 0; + margin-left: 0; } -.nav-link.disabled { - color: #6c757d; - pointer-events: none; - cursor: default; +.card > .list-group { + border-top: inherit; + border-bottom: inherit; } -.nav-tabs { - border-bottom: 1px solid #dee2e6; +.card > .list-group:first-child { + border-top-width: 0; + border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); } -.nav-tabs .nav-link { - margin-bottom: -1px; - border: 1px solid transparent; - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; +.card > .list-group:last-child { + border-bottom-width: 0; + border-bottom-right-radius: calc(0.25rem - 1px); + border-bottom-left-radius: calc(0.25rem - 1px); } -.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { - border-color: #e9ecef #e9ecef #dee2e6; +.card-body { + flex: 1 1 auto; + padding: 1rem 1rem; } -.nav-tabs .nav-link.disabled { - color: #6c757d; - background-color: transparent; - border-color: transparent; +.card-title { + margin-bottom: 0.5rem; } -.nav-tabs .nav-link.active, -.nav-tabs .nav-item.show .nav-link { - color: #495057; - background-color: #fff; - border-color: #dee2e6 #dee2e6 #fff; +.card-subtitle { + margin-top: -0.25rem; + margin-bottom: 0; } -.nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-left-radius: 0; - border-top-right-radius: 0; +.card-text:last-child { + margin-bottom: 0; } -.nav-pills .nav-link { - border-radius: 0.25rem; +.card-link:hover { + text-decoration: none; } -.nav-pills .nav-link.active, -.nav-pills .show > .nav-link { - color: #fff; - background-color: #0d6efd; +.card-link + .card-link { + margin-left: 1rem; } -.nav-fill .nav-item { - flex: 1 1 auto; - text-align: center; -} - -.nav-justified .nav-item { - flex-basis: 0; - flex-grow: 1; - text-align: center; -} - -.tab-content > .tab-pane { - display: none; -} - -.tab-content > .active { - display: block; -} - -.navbar { - position: relative; - display: flex; - flex-wrap: wrap; - align-items: center; - justify-content: space-between; - padding-top: 0.5rem; - padding-bottom: 0.5rem; +.card-header { + padding: 0.5rem 1rem; + margin-bottom: 0; + background-color: rgba(0, 0, 0, 0.03); + border-bottom: 1px solid rgba(0, 0, 0, 0.125); } -.navbar > .container, -.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl { - display: flex; - flex-wrap: inherit; - align-items: center; - justify-content: space-between; +.card-header:first-child { + border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } -.navbar-brand { - padding-top: 0.3125rem; - padding-bottom: 0.3125rem; - margin-right: 1rem; - font-size: 1.25rem; - white-space: nowrap; +.card-header + .list-group .list-group-item:first-child { + border-top: 0; } -.navbar-brand:hover, .navbar-brand:focus { - text-decoration: none; +.card-footer { + padding: 0.5rem 1rem; + background-color: rgba(0, 0, 0, 0.03); + border-top: 1px solid rgba(0, 0, 0, 0.125); } -.navbar-nav { - display: flex; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; - list-style: none; +.card-footer:last-child { + border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); } -.navbar-nav .nav-link { - padding-right: 0; - padding-left: 0; +.card-header-tabs { + margin-right: -0.5rem; + margin-bottom: -0.5rem; + margin-left: -0.5rem; + border-bottom: 0; } -.navbar-nav .dropdown-menu { - position: static; +.card-header-pills { + margin-right: -0.5rem; + margin-left: -0.5rem; } -.navbar-text { - padding-top: 0.5rem; - padding-bottom: 0.5rem; +.card-img-overlay { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + padding: 1rem; } -.navbar-collapse { - align-items: center; +.card-img, +.card-img-top, +.card-img-bottom { width: 100%; } -.navbar-toggler { - padding: 0.25rem 0.75rem; - font-size: 1.25rem; - line-height: 1; - background-color: transparent; - border: 1px solid transparent; - border-radius: 0.25rem; - transition: box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .navbar-toggler { - transition: none; - } -} - -.navbar-toggler:hover { - text-decoration: none; +.card-img, +.card-img-top { + border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); } -.navbar-toggler:focus { - text-decoration: none; - outline: 0; - box-shadow: 0 0 0 0.2rem; +.card-img, +.card-img-bottom { + border-bottom-right-radius: calc(0.25rem - 1px); + border-bottom-left-radius: calc(0.25rem - 1px); } -.navbar-toggler-icon { - display: inline-block; - width: 1.5em; - height: 1.5em; - vertical-align: middle; - background-repeat: no-repeat; - background-position: center; - background-size: 100%; +.card-group > .card { + margin-bottom: 0.75rem; } @media (min-width: 576px) { - .navbar-expand-sm { - flex-wrap: nowrap; - justify-content: flex-start; - } - .navbar-expand-sm .navbar-nav { - flex-direction: row; - } - .navbar-expand-sm .navbar-nav .dropdown-menu { - position: absolute; - } - .navbar-expand-sm .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; + .card-group { + display: flex; + flex-flow: row wrap; } - .navbar-expand-sm .navbar-collapse { - display: flex !important; + .card-group > .card { + flex: 1 0 0%; + margin-bottom: 0; } - .navbar-expand-sm .navbar-toggler { - display: none; + .card-group > .card + .card { + margin-left: 0; + border-left: 0; } -} - -@media (min-width: 768px) { - .navbar-expand-md { - flex-wrap: nowrap; - justify-content: flex-start; + .card-group > .card:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } - .navbar-expand-md .navbar-nav { - flex-direction: row; + .card-group > .card:not(:last-child) .card-img-top, + .card-group > .card:not(:last-child) .card-header { + border-top-right-radius: 0; } - .navbar-expand-md .navbar-nav .dropdown-menu { - position: absolute; + .card-group > .card:not(:last-child) .card-img-bottom, + .card-group > .card:not(:last-child) .card-footer { + border-bottom-right-radius: 0; } - .navbar-expand-md .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; + .card-group > .card:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } - .navbar-expand-md .navbar-collapse { - display: flex !important; + .card-group > .card:not(:first-child) .card-img-top, + .card-group > .card:not(:first-child) .card-header { + border-top-left-radius: 0; } - .navbar-expand-md .navbar-toggler { - display: none; + .card-group > .card:not(:first-child) .card-img-bottom, + .card-group > .card:not(:first-child) .card-footer { + border-bottom-left-radius: 0; } } -@media (min-width: 992px) { - .navbar-expand-lg { - flex-wrap: nowrap; - justify-content: flex-start; - } - .navbar-expand-lg .navbar-nav { - flex-direction: row; - } - .navbar-expand-lg .navbar-nav .dropdown-menu { - position: absolute; - } - .navbar-expand-lg .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - .navbar-expand-lg .navbar-collapse { - display: flex !important; - } - .navbar-expand-lg .navbar-toggler { - display: none; - } +.accordion > .card { + overflow: hidden; } -@media (min-width: 1200px) { - .navbar-expand-xl { - flex-wrap: nowrap; - justify-content: flex-start; - } - .navbar-expand-xl .navbar-nav { - flex-direction: row; - } - .navbar-expand-xl .navbar-nav .dropdown-menu { - position: absolute; - } - .navbar-expand-xl .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - .navbar-expand-xl .navbar-collapse { - display: flex !important; - } - .navbar-expand-xl .navbar-toggler { - display: none; - } +.accordion > .card:not(:last-of-type) { + border-bottom: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } -.navbar-expand { - flex-wrap: nowrap; - justify-content: flex-start; +.accordion > .card:not(:first-of-type) { + border-top-left-radius: 0; + border-top-right-radius: 0; } -.navbar-expand .navbar-nav { - flex-direction: row; +.accordion > .card > .card-header { + border-radius: 0; + margin-bottom: -1px; } -.navbar-expand .navbar-nav .dropdown-menu { - position: absolute; +.breadcrumb { + display: flex; + flex-wrap: wrap; + padding: 0.5rem 1rem; + margin-bottom: 1rem; + list-style: none; + background-color: #e9ecef; + border-radius: 0.25rem; } -.navbar-expand .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; +.breadcrumb-item { + display: flex; } -.navbar-expand .navbar-collapse { - display: flex !important; +.breadcrumb-item + .breadcrumb-item { + padding-left: 0.5rem; } -.navbar-expand .navbar-toggler { - display: none; +.breadcrumb-item + .breadcrumb-item::before { + display: inline-block; + padding-right: 0.5rem; + color: #6c757d; + content: "/"; } -.navbar-light .navbar-brand { - color: rgba(0, 0, 0, 0.9); +.breadcrumb-item.active { + color: #6c757d; } -.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { - color: rgba(0, 0, 0, 0.9); +.pagination { + display: flex; + padding-left: 0; + list-style: none; } -.navbar-light .navbar-nav .nav-link { - color: rgba(0, 0, 0, 0.55); +.page-link { + position: relative; + display: block; + color: #0d6efd; + text-decoration: none; + background-color: #fff; + border: 1px solid #dee2e6; } -.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { - color: rgba(0, 0, 0, 0.7); +.page-link:hover { + z-index: 2; + color: #024dbc; + background-color: #e9ecef; + border-color: #dee2e6; } -.navbar-light .navbar-nav .nav-link.disabled { - color: rgba(0, 0, 0, 0.3); +.page-link:focus { + z-index: 3; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); } -.navbar-light .navbar-nav .show > .nav-link, -.navbar-light .navbar-nav .active > .nav-link, -.navbar-light .navbar-nav .nav-link.show, -.navbar-light .navbar-nav .nav-link.active { - color: rgba(0, 0, 0, 0.9); +.page-item:not(:first-child) .page-link { + margin-left: -1px; } -.navbar-light .navbar-toggler { - color: rgba(0, 0, 0, 0.55); - border-color: rgba(0, 0, 0, 0.1); +.page-item.active .page-link { + z-index: 3; + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; } -.navbar-light .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +.page-item.disabled .page-link { + color: #6c757d; + pointer-events: none; + background-color: #fff; + border-color: #dee2e6; } -.navbar-light .navbar-text { - color: rgba(0, 0, 0, 0.55); +.page-link { + padding: 0.375rem 0.75rem; } -.navbar-light .navbar-text a, -.navbar-light .navbar-text a:hover, -.navbar-light .navbar-text a:focus { - color: rgba(0, 0, 0, 0.9); +.page-item:first-child .page-link { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; } -.navbar-dark .navbar-brand { - color: #fff; +.page-item:last-child .page-link { + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; } -.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { - color: #fff; +.pagination-lg .page-link { + padding: 0.75rem 1.5rem; + font-size: 1.25rem; } -.navbar-dark .navbar-nav .nav-link { - color: rgba(255, 255, 255, 0.55); +.pagination-lg .page-item:first-child .page-link { + border-top-left-radius: 0.3rem; + border-bottom-left-radius: 0.3rem; } -.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { - color: rgba(255, 255, 255, 0.75); +.pagination-lg .page-item:last-child .page-link { + border-top-right-radius: 0.3rem; + border-bottom-right-radius: 0.3rem; } -.navbar-dark .navbar-nav .nav-link.disabled { - color: rgba(255, 255, 255, 0.25); +.pagination-sm .page-link { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; } -.navbar-dark .navbar-nav .show > .nav-link, -.navbar-dark .navbar-nav .active > .nav-link, -.navbar-dark .navbar-nav .nav-link.show, -.navbar-dark .navbar-nav .nav-link.active { - color: #fff; +.pagination-sm .page-item:first-child .page-link { + border-top-left-radius: 0.2rem; + border-bottom-left-radius: 0.2rem; } -.navbar-dark .navbar-toggler { - color: rgba(255, 255, 255, 0.55); - border-color: rgba(255, 255, 255, 0.1); +.pagination-sm .page-item:last-child .page-link { + border-top-right-radius: 0.2rem; + border-bottom-right-radius: 0.2rem; } -.navbar-dark .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +.badge { + display: inline-block; + padding: 0.25em 0.5em; + font-size: 0.75em; + font-weight: 700; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: 0.25rem; } -.navbar-dark .navbar-text { - color: rgba(255, 255, 255, 0.55); +.badge:empty { + display: none; } -.navbar-dark .navbar-text a, -.navbar-dark .navbar-text a:hover, -.navbar-dark .navbar-text a:focus { - color: #fff; +.btn .badge { + position: relative; + top: -1px; } -.card { +.alert { position: relative; - display: flex; - flex-direction: column; - min-width: 0; - word-wrap: break-word; - background-color: #fff; - background-clip: border-box; - border: 1px solid rgba(0, 0, 0, 0.125); + padding: 1rem 1rem; + margin-bottom: 1rem; + border: 1px solid transparent; border-radius: 0.25rem; } -.card > hr { - margin-right: 0; - margin-left: 0; +.alert-heading { + color: inherit; } -.card > .list-group:first-child .list-group-item:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; +.alert-link { + font-weight: 700; } -.card > .list-group:last-child .list-group-item:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; +.alert-dismissible { + padding-right: 3.5rem; } -.card-body { - flex: 1 1 auto; - padding: 1.25rem 1.25rem; +.alert-dismissible .close { + position: absolute; + top: 0; + right: 0; + padding: 1rem 1rem; + color: inherit; } -.card-title { - margin-bottom: 0.75rem; +.alert-primary { + color: #073984; + background-color: #cfe2ff; + border-color: #bbd6fe; } -.card-subtitle { - margin-top: -0.375rem; - margin-bottom: 0; +.alert-primary .alert-link { + color: #042454; } -.card-text:last-child { - margin-bottom: 0; +.alert-secondary { + color: #383d41; + background-color: #e2e3e5; + border-color: #d6d8db; } -.card-link:hover { - text-decoration: none; +.alert-secondary .alert-link { + color: #202326; } -.card-link + .card-link { - margin-left: 1.25rem; +.alert-success { + color: #155724; + background-color: #d4edda; + border-color: #c3e6cb; } -.card-header { - padding: 0.75rem 1.25rem; - margin-bottom: 0; - background-color: rgba(0, 0, 0, 0.03); - border-bottom: 1px solid rgba(0, 0, 0, 0.125); +.alert-success .alert-link { + color: #0b2e13; } -.card-header:first-child { - border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; +.alert-info { + color: #0c5460; + background-color: #d1ecf1; + border-color: #bee5eb; } -.card-header + .list-group .list-group-item:first-child { - border-top: 0; +.alert-info .alert-link { + color: #062c33; } -.card-footer { - padding: 0.75rem 1.25rem; - background-color: rgba(0, 0, 0, 0.03); - border-top: 1px solid rgba(0, 0, 0, 0.125); +.alert-warning { + color: #856404; + background-color: #fff3cd; + border-color: #ffeeba; } -.card-footer:last-child { - border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); +.alert-warning .alert-link { + color: #533f03; } -.card-header-tabs { - margin-right: -0.625rem; - margin-bottom: -0.75rem; - margin-left: -0.625rem; - border-bottom: 0; +.alert-danger { + color: #721c24; + background-color: #f8d7da; + border-color: #f5c6cb; } -.card-header-pills { - margin-right: -0.625rem; - margin-left: -0.625rem; +.alert-danger .alert-link { + color: #491217; } -.card-img-overlay { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - padding: 1.25rem; +.alert-light { + color: #818182; + background-color: #fefefe; + border-color: #fdfdfe; } -.card-img, -.card-img-top, -.card-img-bottom { - width: 100%; +.alert-light .alert-link { + color: #686868; } -.card-img, -.card-img-top { - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); -} - -.card-img, -.card-img-bottom { - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); +.alert-dark { + color: #1b1e21; + background-color: #d6d8d9; + border-color: #c6c8ca; } -.card-group > .card { - margin-bottom: 0.75rem; +.alert-dark .alert-link { + color: #040505; } -@media (min-width: 576px) { - .card-group { - display: flex; - flex-flow: row wrap; - } - .card-group > .card { - flex: 1 0 0%; - margin-bottom: 0; - } - .card-group > .card + .card { - margin-left: 0; - border-left: 0; - } - .card-group > .card:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - } - .card-group > .card:not(:last-child) .card-img-top, - .card-group > .card:not(:last-child) .card-header { - border-top-right-radius: 0; - } - .card-group > .card:not(:last-child) .card-img-bottom, - .card-group > .card:not(:last-child) .card-footer { - border-bottom-right-radius: 0; - } - .card-group > .card:not(:first-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - } - .card-group > .card:not(:first-child) .card-img-top, - .card-group > .card:not(:first-child) .card-header { - border-top-left-radius: 0; +@-webkit-keyframes progress-bar-stripes { + 0% { + background-position-x: 1rem; } - .card-group > .card:not(:first-child) .card-img-bottom, - .card-group > .card:not(:first-child) .card-footer { - border-bottom-left-radius: 0; +} + +@keyframes progress-bar-stripes { + 0% { + background-position-x: 1rem; } } -.accordion > .card { +.progress { + display: flex; + height: 1rem; overflow: hidden; + font-size: 0.75rem; + background-color: #e9ecef; + border-radius: 0.25rem; } -.accordion > .card:not(:last-of-type) { - border-bottom: 0; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; +.progress-bar { + display: flex; + flex-direction: column; + justify-content: center; + overflow: hidden; + color: #fff; + text-align: center; + white-space: nowrap; + background-color: #0d6efd; + transition: width 0.6s ease; } -.accordion > .card:not(:first-of-type) { - border-top-left-radius: 0; - border-top-right-radius: 0; +@media (prefers-reduced-motion: reduce) { + .progress-bar { + transition: none; + } } -.accordion > .card > .card-header { - border-radius: 0; - margin-bottom: -1px; +.progress-bar-striped { + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-size: 1rem 1rem; } -.breadcrumb { - display: flex; - flex-wrap: wrap; - padding: 0.75rem 1rem; - margin-bottom: 1rem; - list-style: none; - background-color: #e9ecef; - border-radius: 0.25rem; +.progress-bar-animated { + -webkit-animation: progress-bar-stripes 1s linear infinite; + animation: progress-bar-stripes 1s linear infinite; } -.breadcrumb-item { - display: flex; +@media (prefers-reduced-motion: reduce) { + .progress-bar-animated { + -webkit-animation: none; + animation: none; + } } -.breadcrumb-item + .breadcrumb-item { - padding-left: 0.5rem; +.list-group { + display: flex; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; + border-radius: 0.25rem; } -.breadcrumb-item + .breadcrumb-item::before { - display: inline-block; - padding-right: 0.5rem; - color: #6c757d; - content: "/"; +.list-group-item-action { + width: 100%; + color: #495057; + text-align: inherit; } -.breadcrumb-item.active { - color: #6c757d; +.list-group-item-action:hover, .list-group-item-action:focus { + z-index: 1; + color: #495057; + text-decoration: none; + background-color: #f8f9fa; } -.pagination { - display: flex; - padding-left: 0; - list-style: none; +.list-group-item-action:active { + color: #212529; + background-color: #e9ecef; } -.page-link { +.list-group-item { position: relative; display: block; - color: #0d6efd; + padding: 0.5rem 1rem; text-decoration: none; background-color: #fff; - border: 1px solid #dee2e6; + border: 1px solid rgba(0, 0, 0, 0.125); } -.page-link:hover { - z-index: 2; - color: #024dbc; - background-color: #e9ecef; - border-color: #dee2e6; +.list-group-item:first-child { + border-top-left-radius: inherit; + border-top-right-radius: inherit; } -.page-link:focus { - z-index: 3; - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); +.list-group-item:last-child { + border-bottom-right-radius: inherit; + border-bottom-left-radius: inherit; } -.page-item:not(:first-child) .page-link { - margin-left: -1px; +.list-group-item.disabled, .list-group-item:disabled { + color: #6c757d; + pointer-events: none; + background-color: #fff; } -.page-item.active .page-link { - z-index: 3; +.list-group-item.active { + z-index: 2; color: #fff; background-color: #0d6efd; border-color: #0d6efd; } -.page-item.disabled .page-link { - color: #6c757d; - pointer-events: none; - background-color: #fff; - border-color: #dee2e6; +.list-group-item + .list-group-item { + border-top-width: 0; } -.page-link { - padding: 0.375rem 0.75rem; +.list-group-item + .list-group-item.active { + margin-top: -1px; + border-top-width: 1px; } -.page-item:first-child .page-link { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; +.list-group-horizontal { + flex-direction: row; } -.page-item:last-child .page-link { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; +.list-group-horizontal > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; } -.pagination-lg .page-link { - padding: 0.75rem 1.5rem; - font-size: 1.25rem; +.list-group-horizontal > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; } -.pagination-lg .page-item:first-child .page-link { - border-top-left-radius: 0.3rem; - border-bottom-left-radius: 0.3rem; +.list-group-horizontal > .list-group-item.active { + margin-top: 0; } -.pagination-lg .page-item:last-child .page-link { - border-top-right-radius: 0.3rem; - border-bottom-right-radius: 0.3rem; +.list-group-horizontal > .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; } -.pagination-sm .page-link { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; +.list-group-horizontal > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; } -.pagination-sm .page-item:first-child .page-link { - border-top-left-radius: 0.2rem; - border-bottom-left-radius: 0.2rem; +@media (min-width: 576px) { + .list-group-horizontal-sm { + flex-direction: row; + } + .list-group-horizontal-sm > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-sm > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } + .list-group-horizontal-sm > .list-group-item.active { + margin-top: 0; + } + .list-group-horizontal-sm > .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; + } + .list-group-horizontal-sm > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } } -.pagination-sm .page-item:last-child .page-link { - border-top-right-radius: 0.2rem; - border-bottom-right-radius: 0.2rem; +@media (min-width: 768px) { + .list-group-horizontal-md { + flex-direction: row; + } + .list-group-horizontal-md > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-md > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } + .list-group-horizontal-md > .list-group-item.active { + margin-top: 0; + } + .list-group-horizontal-md > .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; + } + .list-group-horizontal-md > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } } -.badge { - display: inline-block; - padding: 0.25em 0.5em; - font-size: 0.75em; - font-weight: 700; - line-height: 1; - color: #fff; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: 0.25rem; +@media (min-width: 992px) { + .list-group-horizontal-lg { + flex-direction: row; + } + .list-group-horizontal-lg > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-lg > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } + .list-group-horizontal-lg > .list-group-item.active { + margin-top: 0; + } + .list-group-horizontal-lg > .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; + } + .list-group-horizontal-lg > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } } -.badge:empty { - display: none; +@media (min-width: 1200px) { + .list-group-horizontal-xl { + flex-direction: row; + } + .list-group-horizontal-xl > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-xl > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } + .list-group-horizontal-xl > .list-group-item.active { + margin-top: 0; + } + .list-group-horizontal-xl > .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; + } + .list-group-horizontal-xl > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } } -.btn .badge { - position: relative; - top: -1px; +@media (min-width: 1400px) { + .list-group-horizontal-xxl { + flex-direction: row; + } + .list-group-horizontal-xxl > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-xxl > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } + .list-group-horizontal-xxl > .list-group-item.active { + margin-top: 0; + } + .list-group-horizontal-xxl > .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; + } + .list-group-horizontal-xxl > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } } -.alert { - position: relative; - padding: 0.75rem 1.25rem; - margin-bottom: 1rem; - border: 1px solid transparent; - border-radius: 0.25rem; +.list-group-flush { + border-radius: 0; } -.alert-heading { - color: inherit; +.list-group-flush > .list-group-item { + border-width: 0 0 1px; } -.alert-link { - font-weight: 700; +.list-group-flush > .list-group-item:last-child { + border-bottom-width: 0; } -.alert-dismissible { - padding-right: 4rem; +.list-group-item-primary { + color: #073984; + background-color: #bbd6fe; } -.alert-dismissible .close { - position: absolute; - top: 0; - right: 0; - padding: 0.75rem 1.25rem; - color: inherit; +.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { + color: #073984; + background-color: #a2c7fe; } -.alert-primary { - color: #073984; - background-color: #cfe2ff; - border-color: #bbd6fe; +.list-group-item-primary.list-group-item-action.active { + color: #fff; + background-color: #073984; + border-color: #073984; } -.alert-primary .alert-link { - color: #042454; +.list-group-item-secondary { + color: #383d41; + background-color: #d6d8db; } -.alert-secondary { +.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #383d41; - background-color: #e2e3e5; - border-color: #d6d8db; + background-color: #c8cbcf; } -.alert-secondary .alert-link { - color: #202326; +.list-group-item-secondary.list-group-item-action.active { + color: #fff; + background-color: #383d41; + border-color: #383d41; } -.alert-success { +.list-group-item-success { color: #155724; - background-color: #d4edda; - border-color: #c3e6cb; + background-color: #c3e6cb; } -.alert-success .alert-link { - color: #0b2e13; +.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { + color: #155724; + background-color: #b1dfbb; } -.alert-info { +.list-group-item-success.list-group-item-action.active { + color: #fff; + background-color: #155724; + border-color: #155724; +} + +.list-group-item-info { color: #0c5460; - background-color: #d1ecf1; - border-color: #bee5eb; + background-color: #bee5eb; } -.alert-info .alert-link { - color: #062c33; +.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { + color: #0c5460; + background-color: #abdde5; } -.alert-warning { +.list-group-item-info.list-group-item-action.active { + color: #fff; + background-color: #0c5460; + border-color: #0c5460; +} + +.list-group-item-warning { color: #856404; - background-color: #fff3cd; - border-color: #ffeeba; + background-color: #ffeeba; } -.alert-warning .alert-link { - color: #533f03; +.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { + color: #856404; + background-color: #ffe8a1; } -.alert-danger { - color: #721c24; - background-color: #f8d7da; - border-color: #f5c6cb; +.list-group-item-warning.list-group-item-action.active { + color: #fff; + background-color: #856404; + border-color: #856404; } -.alert-danger .alert-link { - color: #491217; +.list-group-item-danger { + color: #721c24; + background-color: #f5c6cb; } -.alert-light { - color: #818182; - background-color: #fefefe; - border-color: #fdfdfe; +.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { + color: #721c24; + background-color: #f1b0b7; } -.alert-light .alert-link { - color: #686868; +.list-group-item-danger.list-group-item-action.active { + color: #fff; + background-color: #721c24; + border-color: #721c24; } -.alert-dark { - color: #1b1e21; - background-color: #d6d8d9; - border-color: #c6c8ca; +.list-group-item-light { + color: #818182; + background-color: #fdfdfe; } -.alert-dark .alert-link { - color: #040505; +.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { + color: #818182; + background-color: #ececf6; } -@-webkit-keyframes progress-bar-stripes { - 0% { - background-position-x: 1rem; - } +.list-group-item-light.list-group-item-action.active { + color: #fff; + background-color: #818182; + border-color: #818182; } -@keyframes progress-bar-stripes { - 0% { - background-position-x: 1rem; - } +.list-group-item-dark { + color: #1b1e21; + background-color: #c6c8ca; } -.progress { - display: flex; - height: 1rem; - overflow: hidden; - font-size: 0.75rem; - background-color: #e9ecef; - border-radius: 0.25rem; +.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { + color: #1b1e21; + background-color: #b9bbbe; } -.progress-bar { - display: flex; - flex-direction: column; - justify-content: center; - overflow: hidden; +.list-group-item-dark.list-group-item-action.active { color: #fff; - text-align: center; - white-space: nowrap; - background-color: #0d6efd; - transition: width 0.6s ease; + background-color: #1b1e21; + border-color: #1b1e21; } -@media (prefers-reduced-motion: reduce) { - .progress-bar { - transition: none; +.close { + font-size: calc(1.275rem + 0.3vw); + font-weight: 700; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + opacity: .5; +} + +@media (min-width: 1200px) { + .close { + font-size: 1.5rem; } } -.progress-bar-striped { - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-size: 1rem 1rem; +.close:hover { + color: #000; + text-decoration: none; } -.progress-bar-animated { - -webkit-animation: progress-bar-stripes 1s linear infinite; - animation: progress-bar-stripes 1s linear infinite; +.close:hover, .close:focus { + opacity: .75; } -@media (prefers-reduced-motion: reduce) { - .progress-bar-animated { - -webkit-animation: none; - animation: none; - } +.close:disabled, .close.disabled { + pointer-events: none; } -.list-group { - display: flex; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; +button.close { + padding: 0; + background-color: transparent; + border: 0; } -.list-group-item-action { - width: 100%; - color: #495057; - text-align: inherit; +.toast { + max-width: 350px; + overflow: hidden; + font-size: 0.875rem; + background-color: rgba(255, 255, 255, 0.85); + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.1); + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); + -webkit-backdrop-filter: blur(10px); + backdrop-filter: blur(10px); + opacity: 0; + border-radius: 0.25rem; } -.list-group-item-action:hover, .list-group-item-action:focus { - z-index: 1; - color: #495057; - text-decoration: none; - background-color: #f8f9fa; +.toast:not(:last-child) { + margin-bottom: 0.75rem; } -.list-group-item-action:active { - color: #212529; - background-color: #e9ecef; +.toast.showing { + opacity: 1; } -.list-group-item { - position: relative; +.toast.show { display: block; - padding: 0.75rem 1.25rem; - margin-bottom: 0; - text-decoration: none; - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.125); -} - -.list-group-item:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; + opacity: 1; } -.list-group-item:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; +.toast.hide { + display: none; } -.list-group-item.disabled, .list-group-item:disabled { +.toast-header { + display: flex; + align-items: center; + padding: 0.25rem 0.75rem; color: #6c757d; - pointer-events: none; - background-color: #fff; + background-color: rgba(255, 255, 255, 0.85); + background-clip: padding-box; + border-bottom: 1px solid rgba(0, 0, 0, 0.05); } -.list-group-item.active { - z-index: 2; - color: #fff; - background-color: #0d6efd; - border-color: #0d6efd; +.toast-body { + padding: 0.75rem; } -.list-group-item + .list-group-item { - border-top-width: 0; +.modal-open { + overflow: hidden; } -.list-group-item + .list-group-item.active { - margin-top: -1px; - border-top-width: 1px; +.modal-open .modal { + overflow-x: hidden; + overflow-y: auto; } -.list-group-horizontal { - flex-direction: row; +.modal { + position: fixed; + top: 0; + left: 0; + z-index: 1050; + display: none; + width: 100%; + height: 100%; + overflow: hidden; + outline: 0; } -.list-group-horizontal .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; +.modal-dialog { + position: relative; + width: auto; + margin: 0.5rem; + pointer-events: none; } -.list-group-horizontal .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; +.modal.fade .modal-dialog { + transition: transform 0.3s ease-out; + transform: translate(0, -50px); } -.list-group-horizontal .list-group-item.active { - margin-top: 0; +@media (prefers-reduced-motion: reduce) { + .modal.fade .modal-dialog { + transition: none; + } } -.list-group-horizontal .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; +.modal.show .modal-dialog { + transform: none; } -.list-group-horizontal .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; +.modal.modal-static .modal-dialog { + transform: scale(1.02); } -@media (min-width: 576px) { - .list-group-horizontal-sm { - flex-direction: row; - } - .list-group-horizontal-sm .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - .list-group-horizontal-sm .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - .list-group-horizontal-sm .list-group-item.active { - margin-top: 0; - } - .list-group-horizontal-sm .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - .list-group-horizontal-sm .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } +.modal-dialog-scrollable { + max-height: calc(100% - 1rem); } -@media (min-width: 768px) { - .list-group-horizontal-md { - flex-direction: row; - } - .list-group-horizontal-md .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - .list-group-horizontal-md .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - .list-group-horizontal-md .list-group-item.active { - margin-top: 0; - } - .list-group-horizontal-md .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - .list-group-horizontal-md .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } +.modal-dialog-scrollable .modal-content { + overflow: hidden; } -@media (min-width: 992px) { - .list-group-horizontal-lg { - flex-direction: row; - } - .list-group-horizontal-lg .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - .list-group-horizontal-lg .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - .list-group-horizontal-lg .list-group-item.active { - margin-top: 0; - } - .list-group-horizontal-lg .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - .list-group-horizontal-lg .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } +.modal-dialog-scrollable .modal-body { + overflow-y: auto; } -@media (min-width: 1200px) { - .list-group-horizontal-xl { - flex-direction: row; - } - .list-group-horizontal-xl .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - .list-group-horizontal-xl .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - .list-group-horizontal-xl .list-group-item.active { - margin-top: 0; - } - .list-group-horizontal-xl .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - .list-group-horizontal-xl .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } +.modal-dialog-centered { + display: flex; + align-items: center; + min-height: calc(100% - 1rem); } -.list-group-flush .list-group-item { - border-right-width: 0; - border-left-width: 0; - border-radius: 0; +.modal-content { + position: relative; + display: flex; + flex-direction: column; + width: 100%; + pointer-events: auto; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 0.3rem; + outline: 0; } -.list-group-flush .list-group-item:first-child { - border-top-width: 0; +.modal-backdrop { + position: fixed; + top: 0; + left: 0; + z-index: 1040; + width: 100vw; + height: 100vh; + background-color: #000; } -.list-group-flush:last-child .list-group-item:last-child { - border-bottom-width: 0; +.modal-backdrop.fade { + opacity: 0; } -.list-group-item-primary { - color: #073984; - background-color: #bbd6fe; +.modal-backdrop.show { + opacity: 0.5; } -.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { - color: #073984; - background-color: #a2c7fe; +.modal-header { + display: flex; + flex-shrink: 0; + align-items: flex-start; + justify-content: space-between; + padding: 1rem 1rem; + border-bottom: 1px solid #dee2e6; + border-top-left-radius: calc(0.3rem - 1px); + border-top-right-radius: calc(0.3rem - 1px); } -.list-group-item-primary.list-group-item-action.active { - color: #fff; - background-color: #073984; - border-color: #073984; +.modal-header .close { + padding: 1rem 1rem; + margin: -1rem -1rem -1rem auto; } -.list-group-item-secondary { - color: #383d41; - background-color: #d6d8db; +.modal-title { + margin-bottom: 0; + line-height: 1.5; } -.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { - color: #383d41; - background-color: #c8cbcf; +.modal-body { + position: relative; + flex: 1 1 auto; + padding: 1rem; } -.list-group-item-secondary.list-group-item-action.active { - color: #fff; - background-color: #383d41; - border-color: #383d41; +.modal-footer { + display: flex; + flex-wrap: wrap; + flex-shrink: 0; + align-items: center; + justify-content: flex-end; + padding: 0.75rem; + border-top: 1px solid #dee2e6; + border-bottom-right-radius: calc(0.3rem - 1px); + border-bottom-left-radius: calc(0.3rem - 1px); } -.list-group-item-success { - color: #155724; - background-color: #c3e6cb; +.modal-footer > * { + margin: 0.25rem; } -.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { - color: #155724; - background-color: #b1dfbb; +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; } -.list-group-item-success.list-group-item-action.active { - color: #fff; - background-color: #155724; - border-color: #155724; +@media (min-width: 576px) { + .modal-dialog { + max-width: 500px; + margin: 1.75rem auto; + } + .modal-dialog-scrollable { + max-height: calc(100% - 3.5rem); + } + .modal-dialog-centered { + min-height: calc(100% - 3.5rem); + } + .modal-sm { + max-width: 300px; + } } -.list-group-item-info { - color: #0c5460; - background-color: #bee5eb; +@media (min-width: 992px) { + .modal-lg, + .modal-xl { + max-width: 800px; + } } -.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { - color: #0c5460; - background-color: #abdde5; +@media (min-width: 1200px) { + .modal-xl { + max-width: 1140px; + } } -.list-group-item-info.list-group-item-action.active { - color: #fff; - background-color: #0c5460; - border-color: #0c5460; +@media (max-width: 575.98px) { + .modal-fullscreen-sm-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-sm-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-sm-down .modal-header { + border-radius: 0; + } + .modal-fullscreen-sm-down .modal-body { + overflow-y: auto; + } + .modal-fullscreen-sm-down .modal-footer { + border-radius: 0; + } } -.list-group-item-warning { - color: #856404; - background-color: #ffeeba; +@media (max-width: 767.98px) { + .modal-fullscreen-md-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-md-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-md-down .modal-header { + border-radius: 0; + } + .modal-fullscreen-md-down .modal-body { + overflow-y: auto; + } + .modal-fullscreen-md-down .modal-footer { + border-radius: 0; + } } -.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { - color: #856404; - background-color: #ffe8a1; +@media (max-width: 991.98px) { + .modal-fullscreen-lg-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-lg-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-lg-down .modal-header { + border-radius: 0; + } + .modal-fullscreen-lg-down .modal-body { + overflow-y: auto; + } + .modal-fullscreen-lg-down .modal-footer { + border-radius: 0; + } } -.list-group-item-warning.list-group-item-action.active { - color: #fff; - background-color: #856404; - border-color: #856404; +@media (max-width: 1199.98px) { + .modal-fullscreen-xl-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-xl-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-xl-down .modal-header { + border-radius: 0; + } + .modal-fullscreen-xl-down .modal-body { + overflow-y: auto; + } + .modal-fullscreen-xl-down .modal-footer { + border-radius: 0; + } } -.list-group-item-danger { - color: #721c24; - background-color: #f5c6cb; +@media (max-width: 1399.98px) { + .modal-fullscreen-xxl-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-xxl-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-xxl-down .modal-header { + border-radius: 0; + } + .modal-fullscreen-xxl-down .modal-body { + overflow-y: auto; + } + .modal-fullscreen-xxl-down .modal-footer { + border-radius: 0; + } } -.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { - color: #721c24; - background-color: #f1b0b7; +.modal-fullscreen { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; } -.list-group-item-danger.list-group-item-action.active { - color: #fff; - background-color: #721c24; - border-color: #721c24; +.modal-fullscreen .modal-content { + height: 100%; + border: 0; + border-radius: 0; } -.list-group-item-light { - color: #818182; - background-color: #fdfdfe; +.modal-fullscreen .modal-header { + border-radius: 0; } -.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { - color: #818182; - background-color: #ececf6; +.modal-fullscreen .modal-body { + overflow-y: auto; } -.list-group-item-light.list-group-item-action.active { - color: #fff; - background-color: #818182; - border-color: #818182; +.modal-fullscreen .modal-footer { + border-radius: 0; } -.list-group-item-dark { - color: #1b1e21; - background-color: #c6c8ca; +.tooltip { + position: absolute; + z-index: 1070; + display: block; + margin: 0; + font-family: var(--bs-font-sans-serif); + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.875rem; + word-wrap: break-word; + opacity: 0; } -.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { - color: #1b1e21; - background-color: #b9bbbe; +.tooltip.show { + opacity: 0.9; } -.list-group-item-dark.list-group-item-action.active { - color: #fff; - background-color: #1b1e21; - border-color: #1b1e21; +.tooltip .tooltip-arrow { + position: absolute; + display: block; + width: 0.8rem; + height: 0.4rem; } -.close { - font-size: calc(1.275rem + 0.3vw); - font-weight: 700; - line-height: 1; - color: #000; - text-shadow: 0 1px 0 #fff; - opacity: .5; +.tooltip .tooltip-arrow::before { + position: absolute; + content: ""; + border-color: transparent; + border-style: solid; } -@media (min-width: 1200px) { - .close { - font-size: 1.5rem; - } +.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] { + padding: 0.4rem 0; } -.close:hover { - color: #000; - text-decoration: none; +.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow { + bottom: 0; } -.close:hover, .close:focus { - opacity: .75; +.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before { + top: 0; + border-width: 0.4rem 0.4rem 0; + border-top-color: #000; } -.close:disabled, .close.disabled { - pointer-events: none; +.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] { + padding: 0 0.4rem; } -button.close { - padding: 0; - background-color: transparent; - border: 0; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; +.bs-tooltip-right .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow { + left: 0; + width: 0.4rem; + height: 0.8rem; } -.toast { - max-width: 350px; - overflow: hidden; - font-size: 0.875rem; - background-color: rgba(255, 255, 255, 0.85); - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.1); - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); - -webkit-backdrop-filter: blur(10px); - backdrop-filter: blur(10px); - opacity: 0; - border-radius: 0.25rem; +.bs-tooltip-right .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before { + right: 0; + border-width: 0.4rem 0.4rem 0.4rem 0; + border-right-color: #000; } -.toast:not(:last-child) { - margin-bottom: 0.75rem; +.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] { + padding: 0.4rem 0; } -.toast.showing { - opacity: 1; +.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow { + top: 0; } -.toast.show { - display: block; - opacity: 1; -} - -.toast.hide { - display: none; +.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before { + bottom: 0; + border-width: 0 0.4rem 0.4rem; + border-bottom-color: #000; } -.toast-header { - display: flex; - align-items: center; - padding: 0.25rem 0.75rem; - color: #6c757d; - background-color: rgba(255, 255, 255, 0.85); - background-clip: padding-box; - border-bottom: 1px solid rgba(0, 0, 0, 0.05); +.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] { + padding: 0 0.4rem; } -.toast-body { - padding: 0.75rem; +.bs-tooltip-left .tooltip-arrow, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow { + right: 0; + width: 0.4rem; + height: 0.8rem; } -.modal-open { - overflow: hidden; +.bs-tooltip-left .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before { + left: 0; + border-width: 0.4rem 0 0.4rem 0.4rem; + border-left-color: #000; } -.modal-open .modal { - overflow-x: hidden; - overflow-y: auto; +.tooltip-inner { + max-width: 200px; + padding: 0.25rem 0.5rem; + color: #fff; + text-align: center; + background-color: #000; + border-radius: 0.25rem; } -.modal { - position: fixed; +.popover { + position: absolute; top: 0; left: 0; - z-index: 1050; - display: none; - width: 100%; - height: 100%; - overflow: hidden; - outline: 0; + z-index: 1060; + display: block; + max-width: 276px; + font-family: var(--bs-font-sans-serif); + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.875rem; + word-wrap: break-word; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 0.3rem; } -.modal-dialog { - position: relative; - width: auto; - margin: 0.5rem; - pointer-events: none; +.popover .popover-arrow { + position: absolute; + display: block; + width: 1rem; + height: 0.5rem; + margin: 0 0.3rem; } -.modal.fade .modal-dialog { - transition: transform 0.3s ease-out; - transform: translate(0, -50px); +.popover .popover-arrow::before, .popover .popover-arrow::after { + position: absolute; + display: block; + content: ""; + border-color: transparent; + border-style: solid; } -@media (prefers-reduced-motion: reduce) { - .modal.fade .modal-dialog { - transition: none; - } +.bs-popover-top, .bs-popover-auto[x-placement^="top"] { + margin-bottom: 0.5rem; } -.modal.show .modal-dialog { - transform: none; +.bs-popover-top > .popover-arrow, .bs-popover-auto[x-placement^="top"] > .popover-arrow { + bottom: calc(-0.5rem - 1px); } -.modal.modal-static .modal-dialog { - transform: scale(1.02); +.bs-popover-top > .popover-arrow::before, .bs-popover-auto[x-placement^="top"] > .popover-arrow::before { + bottom: 0; + border-width: 0.5rem 0.5rem 0; + border-top-color: rgba(0, 0, 0, 0.25); } -.modal-dialog-scrollable { - max-height: calc(100% - 1rem); +.bs-popover-top > .popover-arrow::after, .bs-popover-auto[x-placement^="top"] > .popover-arrow::after { + bottom: 1px; + border-width: 0.5rem 0.5rem 0; + border-top-color: #fff; } -.modal-dialog-scrollable .modal-content { - overflow: hidden; +.bs-popover-right, .bs-popover-auto[x-placement^="right"] { + margin-left: 0.5rem; } -.modal-dialog-scrollable .modal-header, -.modal-dialog-scrollable .modal-footer { - flex-shrink: 0; +.bs-popover-right > .popover-arrow, .bs-popover-auto[x-placement^="right"] > .popover-arrow { + left: calc(-0.5rem - 1px); + width: 0.5rem; + height: 1rem; + margin: 0.3rem 0; } -.modal-dialog-scrollable .modal-body { - overflow-y: auto; +.bs-popover-right > .popover-arrow::before, .bs-popover-auto[x-placement^="right"] > .popover-arrow::before { + left: 0; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: rgba(0, 0, 0, 0.25); } -.modal-dialog-centered { - display: flex; - align-items: center; - min-height: calc(100% - 1rem); +.bs-popover-right > .popover-arrow::after, .bs-popover-auto[x-placement^="right"] > .popover-arrow::after { + left: 1px; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: #fff; } -.modal-content { - position: relative; - display: flex; - flex-direction: column; - width: 100%; - pointer-events: auto; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; - outline: 0; +.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] { + margin-top: 0.5rem; } -.modal-backdrop { - position: fixed; +.bs-popover-bottom > .popover-arrow, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow { + top: calc(-0.5rem - 1px); +} + +.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::before { top: 0; - left: 0; - z-index: 1040; - width: 100vw; - height: 100vh; - background-color: #000; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: rgba(0, 0, 0, 0.25); } -.modal-backdrop.fade { - opacity: 0; +.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::after { + top: 1px; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: #fff; } -.modal-backdrop.show { - opacity: 0.5; +.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before { + position: absolute; + top: 0; + left: 50%; + display: block; + width: 1rem; + margin-left: -0.5rem; + content: ""; + border-bottom: 1px solid #f7f7f7; } -.modal-header { - display: flex; - align-items: flex-start; - justify-content: space-between; - padding: 1rem 1rem; - border-bottom: 1px solid #dee2e6; - border-top-left-radius: calc(0.3rem - 1px); - border-top-right-radius: calc(0.3rem - 1px); +.bs-popover-left, .bs-popover-auto[x-placement^="left"] { + margin-right: 0.5rem; } -.modal-header .close { - padding: 1rem 1rem; - margin: -1rem -1rem -1rem auto; +.bs-popover-left > .popover-arrow, .bs-popover-auto[x-placement^="left"] > .popover-arrow { + right: calc(-0.5rem - 1px); + width: 0.5rem; + height: 1rem; + margin: 0.3rem 0; } -.modal-title { +.bs-popover-left > .popover-arrow::before, .bs-popover-auto[x-placement^="left"] > .popover-arrow::before { + right: 0; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: rgba(0, 0, 0, 0.25); +} + +.bs-popover-left > .popover-arrow::after, .bs-popover-auto[x-placement^="left"] > .popover-arrow::after { + right: 1px; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: #fff; +} + +.popover-header { + padding: 0.5rem 1rem; margin-bottom: 0; - line-height: 1.5; + font-size: 1rem; + background-color: #f7f7f7; + border-bottom: 1px solid #ebebeb; + border-top-left-radius: calc(0.3rem - 1px); + border-top-right-radius: calc(0.3rem - 1px); } -.modal-body { - position: relative; - flex: 1 1 auto; - padding: 1rem; +.popover-header:empty { + display: none; } -.modal-footer { - display: flex; - flex-wrap: wrap; - align-items: center; - justify-content: flex-end; - padding: 0.75rem; - border-top: 1px solid #dee2e6; - border-bottom-right-radius: calc(0.3rem - 1px); - border-bottom-left-radius: calc(0.3rem - 1px); +.popover-body { + padding: 1rem 1rem; + color: #212529; } -.modal-footer > * { - margin: 0.25rem; +.carousel { + position: relative; } -.modal-scrollbar-measure { - position: absolute; - top: -9999px; - width: 50px; - height: 50px; - overflow: scroll; +.carousel.pointer-event { + touch-action: pan-y; } -@media (min-width: 576px) { - .modal-dialog { - max-width: 500px; - margin: 1.75rem auto; - } - .modal-dialog-scrollable { - max-height: calc(100% - 3.5rem); - } - .modal-dialog-centered { - min-height: calc(100% - 3.5rem); - } - .modal-sm { - max-width: 300px; - } +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; } -@media (min-width: 992px) { - .modal-lg, - .modal-xl { - max-width: 800px; - } +.carousel-inner::after { + display: block; + clear: both; + content: ""; } -@media (min-width: 1200px) { - .modal-xl { - max-width: 1140px; +.carousel-item { + position: relative; + display: none; + float: left; + width: 100%; + margin-right: -100%; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + transition: transform 0.6s ease-in-out; +} + +@media (prefers-reduced-motion: reduce) { + .carousel-item { + transition: none; } } -.tooltip { - position: absolute; - z-index: 1070; +.carousel-item.active, +.carousel-item-next, +.carousel-item-prev { display: block; - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-style: normal; - font-weight: 400; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - white-space: normal; - line-break: auto; - font-size: 0.875rem; - word-wrap: break-word; - opacity: 0; } -.tooltip.show { - opacity: 0.9; +.carousel-item-next:not(.carousel-item-left), +.active.carousel-item-right { + transform: translateX(100%); } -.tooltip .tooltip-arrow { - position: absolute; - display: block; - width: 0.8rem; - height: 0.4rem; +.carousel-item-prev:not(.carousel-item-right), +.active.carousel-item-left { + transform: translateX(-100%); } -.tooltip .tooltip-arrow::before { - position: absolute; - content: ""; - border-color: transparent; - border-style: solid; +.carousel-fade .carousel-item { + opacity: 0; + transition-property: opacity; + transform: none; } -.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] { - padding: 0.4rem 0; +.carousel-fade .carousel-item.active, +.carousel-fade .carousel-item-next.carousel-item-left, +.carousel-fade .carousel-item-prev.carousel-item-right { + z-index: 1; + opacity: 1; } -.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow { - bottom: 0; +.carousel-fade .active.carousel-item-left, +.carousel-fade .active.carousel-item-right { + z-index: 0; + opacity: 0; + transition: opacity 0s 0.6s; } -.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before { +@media (prefers-reduced-motion: reduce) { + .carousel-fade .active.carousel-item-left, + .carousel-fade .active.carousel-item-right { + transition: none; + } +} + +.carousel-control-prev, +.carousel-control-next { + position: absolute; top: 0; - border-width: 0.4rem 0.4rem 0; - border-top-color: #000; + bottom: 0; + z-index: 1; + display: flex; + align-items: center; + justify-content: center; + width: 15%; + color: #fff; + text-align: center; + opacity: 0.5; + transition: opacity 0.15s ease; } -.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] { - padding: 0 0.4rem; +@media (prefers-reduced-motion: reduce) { + .carousel-control-prev, + .carousel-control-next { + transition: none; + } } -.bs-tooltip-right .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow { +.carousel-control-prev:hover, .carousel-control-prev:focus, +.carousel-control-next:hover, +.carousel-control-next:focus { + color: #fff; + text-decoration: none; + outline: 0; + opacity: 0.9; +} + +.carousel-control-prev { left: 0; - width: 0.4rem; - height: 0.8rem; } -.bs-tooltip-right .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before { +.carousel-control-next { right: 0; - border-width: 0.4rem 0.4rem 0.4rem 0; - border-right-color: #000; } -.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] { - padding: 0.4rem 0; +.carousel-control-prev-icon, +.carousel-control-next-icon { + display: inline-block; + width: 20px; + height: 20px; + background-repeat: no-repeat; + background-position: 50%; + background-size: 100% 100%; } -.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow { - top: 0; +.carousel-control-prev-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); } -.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before { +.carousel-control-next-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); +} + +.carousel-indicators { + position: absolute; + right: 0; bottom: 0; - border-width: 0 0.4rem 0.4rem; - border-bottom-color: #000; + left: 0; + z-index: 2; + display: flex; + justify-content: center; + padding-left: 0; + margin-right: 15%; + margin-left: 15%; + list-style: none; } -.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] { - padding: 0 0.4rem; +.carousel-indicators li { + box-sizing: content-box; + flex: 0 1 auto; + width: 30px; + height: 3px; + margin-right: 3px; + margin-left: 3px; + text-indent: -999px; + cursor: pointer; + background-color: #fff; + background-clip: padding-box; + border-top: 10px solid transparent; + border-bottom: 10px solid transparent; + opacity: 0.5; + transition: opacity 0.6s ease; } -.bs-tooltip-left .tooltip-arrow, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow { - right: 0; - width: 0.4rem; - height: 0.8rem; +@media (prefers-reduced-motion: reduce) { + .carousel-indicators li { + transition: none; + } } -.bs-tooltip-left .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before { - left: 0; - border-width: 0.4rem 0 0.4rem 0.4rem; - border-left-color: #000; +.carousel-indicators .active { + opacity: 1; } -.tooltip-inner { - max-width: 200px; - padding: 0.25rem 0.5rem; +.carousel-caption { + position: absolute; + right: 15%; + bottom: 1.25rem; + left: 15%; + padding-top: 1.25rem; + padding-bottom: 1.25rem; color: #fff; text-align: center; - background-color: #000; - border-radius: 0.25rem; } -.popover { - position: absolute; - top: 0; - left: 0; - z-index: 1060; - display: block; - max-width: 276px; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-style: normal; - font-weight: 400; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - white-space: normal; - line-break: auto; - font-size: 0.875rem; - word-wrap: break-word; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; +@-webkit-keyframes spinner-border { + to { + transform: rotate(360deg); + } } -.popover .popover-arrow { - position: absolute; - display: block; - width: 1rem; - height: 0.5rem; - margin: 0 0.3rem; -} - -.popover .popover-arrow::before, .popover .popover-arrow::after { - position: absolute; - display: block; - content: ""; - border-color: transparent; - border-style: solid; +@keyframes spinner-border { + to { + transform: rotate(360deg); + } } -.bs-popover-top, .bs-popover-auto[x-placement^="top"] { - margin-bottom: 0.5rem; +.spinner-border { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: text-bottom; + border: 0.25em solid currentColor; + border-right-color: transparent; + border-radius: 50%; + -webkit-animation: spinner-border 0.75s linear infinite; + animation: spinner-border 0.75s linear infinite; } -.bs-popover-top > .popover-arrow, .bs-popover-auto[x-placement^="top"] > .popover-arrow { - bottom: calc(-0.5rem - 1px); +.spinner-border-sm { + width: 1rem; + height: 1rem; + border-width: 0.2em; } -.bs-popover-top > .popover-arrow::before, .bs-popover-auto[x-placement^="top"] > .popover-arrow::before { - bottom: 0; - border-width: 0.5rem 0.5rem 0; - border-top-color: rgba(0, 0, 0, 0.25); +@-webkit-keyframes spinner-grow { + 0% { + transform: scale(0); + } + 50% { + opacity: 1; + transform: none; + } } -.bs-popover-top > .popover-arrow::after, .bs-popover-auto[x-placement^="top"] > .popover-arrow::after { - bottom: 1px; - border-width: 0.5rem 0.5rem 0; - border-top-color: #fff; +@keyframes spinner-grow { + 0% { + transform: scale(0); + } + 50% { + opacity: 1; + transform: none; + } } -.bs-popover-right, .bs-popover-auto[x-placement^="right"] { - margin-left: 0.5rem; +.spinner-grow { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: text-bottom; + background-color: currentColor; + border-radius: 50%; + opacity: 0; + -webkit-animation: spinner-grow 0.75s linear infinite; + animation: spinner-grow 0.75s linear infinite; } -.bs-popover-right > .popover-arrow, .bs-popover-auto[x-placement^="right"] > .popover-arrow { - left: calc(-0.5rem - 1px); - width: 0.5rem; +.spinner-grow-sm { + width: 1rem; height: 1rem; - margin: 0.3rem 0; } -.bs-popover-right > .popover-arrow::before, .bs-popover-auto[x-placement^="right"] > .popover-arrow::before { - left: 0; - border-width: 0.5rem 0.5rem 0.5rem 0; - border-right-color: rgba(0, 0, 0, 0.25); +.clearfix::after { + display: block; + clear: both; + content: ""; } -.bs-popover-right > .popover-arrow::after, .bs-popover-auto[x-placement^="right"] > .popover-arrow::after { - left: 1px; - border-width: 0.5rem 0.5rem 0.5rem 0; - border-right-color: #fff; +.link-primary { + color: #0d6efd; } -.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] { - margin-top: 0.5rem; +.link-primary:hover, .link-primary:focus { + color: #024dbc; } -.bs-popover-bottom > .popover-arrow, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow { - top: calc(-0.5rem - 1px); +.link-secondary { + color: #6c757d; } -.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::before { - top: 0; - border-width: 0 0.5rem 0.5rem 0.5rem; - border-bottom-color: rgba(0, 0, 0, 0.25); +.link-secondary:hover, .link-secondary:focus { + color: #494f54; } -.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::after { - top: 1px; - border-width: 0 0.5rem 0.5rem 0.5rem; - border-bottom-color: #fff; +.link-success { + color: #28a745; } -.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before { - position: absolute; - top: 0; - left: 50%; - display: block; - width: 1rem; - margin-left: -0.5rem; - content: ""; - border-bottom: 1px solid #f7f7f7; +.link-success:hover, .link-success:focus { + color: #19692c; } -.bs-popover-left, .bs-popover-auto[x-placement^="left"] { - margin-right: 0.5rem; +.link-info { + color: #17a2b8; } -.bs-popover-left > .popover-arrow, .bs-popover-auto[x-placement^="left"] > .popover-arrow { - right: calc(-0.5rem - 1px); - width: 0.5rem; - height: 1rem; - margin: 0.3rem 0; +.link-info:hover, .link-info:focus { + color: #0f6674; } -.bs-popover-left > .popover-arrow::before, .bs-popover-auto[x-placement^="left"] > .popover-arrow::before { - right: 0; - border-width: 0.5rem 0 0.5rem 0.5rem; - border-left-color: rgba(0, 0, 0, 0.25); +.link-warning { + color: #ffc107; } -.bs-popover-left > .popover-arrow::after, .bs-popover-auto[x-placement^="left"] > .popover-arrow::after { - right: 1px; - border-width: 0.5rem 0 0.5rem 0.5rem; - border-left-color: #fff; +.link-warning:hover, .link-warning:focus { + color: #ba8b00; } -.popover-header { - padding: 0.5rem 0.75rem; - margin-bottom: 0; - font-size: 1rem; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; - border-top-left-radius: calc(0.3rem - 1px); - border-top-right-radius: calc(0.3rem - 1px); +.link-danger { + color: #dc3545; } -.popover-header:empty { - display: none; +.link-danger:hover, .link-danger:focus { + color: #a71d2a; } -.popover-body { - padding: 0.5rem 0.75rem; - color: #212529; +.link-light { + color: #f8f9fa; } -.carousel { - position: relative; +.link-light:hover, .link-light:focus { + color: #cbd3da; } -.carousel.pointer-event { - touch-action: pan-y; +.link-dark { + color: #343a40; } -.carousel-inner { +.link-dark:hover, .link-dark:focus { + color: #121416; +} + +.embed-responsive { position: relative; width: 100%; - overflow: hidden; } -.carousel-inner::after { +.embed-responsive::before { display: block; - clear: both; content: ""; } -.carousel-item { - position: relative; - display: none; - float: left; +.embed-responsive .embed-responsive-item, +.embed-responsive iframe, +.embed-responsive embed, +.embed-responsive object, +.embed-responsive video { + position: absolute; + top: 0; + left: 0; width: 100%; - margin-right: -100%; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - transition: transform 0.6s ease-in-out; + height: 100%; } -@media (prefers-reduced-motion: reduce) { - .carousel-item { - transition: none; - } +.embed-responsive-21by9::before { + padding-top: 42.857143%; } -.carousel-item.active, -.carousel-item-next, -.carousel-item-prev { - display: block; +.embed-responsive-16by9::before { + padding-top: 56.25%; } -.carousel-item-next:not(.carousel-item-left), -.active.carousel-item-right { - transform: translateX(100%); +.embed-responsive-4by3::before { + padding-top: 75%; } -.carousel-item-prev:not(.carousel-item-right), -.active.carousel-item-left { - transform: translateX(-100%); +.embed-responsive-1by1::before { + padding-top: 100%; } -.carousel-fade .carousel-item { - opacity: 0; - transition-property: opacity; - transform: none; +.fixed-top { + position: fixed; + top: 0; + right: 0; + left: 0; + z-index: 1030; } -.carousel-fade .carousel-item.active, -.carousel-fade .carousel-item-next.carousel-item-left, -.carousel-fade .carousel-item-prev.carousel-item-right { - z-index: 1; - opacity: 1; +.fixed-bottom { + position: fixed; + right: 0; + bottom: 0; + left: 0; + z-index: 1030; } -.carousel-fade .active.carousel-item-left, -.carousel-fade .active.carousel-item-right { - z-index: 0; - opacity: 0; - transition: opacity 0s 0.6s; +.sticky-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; } -@media (prefers-reduced-motion: reduce) { - .carousel-fade .active.carousel-item-left, - .carousel-fade .active.carousel-item-right { - transition: none; +@media (min-width: 576px) { + .sticky-sm-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; } } -.carousel-control-prev, -.carousel-control-next { - position: absolute; - top: 0; - bottom: 0; - z-index: 1; - display: flex; - align-items: center; - justify-content: center; - width: 15%; - color: #fff; - text-align: center; - opacity: 0.5; - transition: opacity 0.15s ease; -} - -@media (prefers-reduced-motion: reduce) { - .carousel-control-prev, - .carousel-control-next { - transition: none; +@media (min-width: 768px) { + .sticky-md-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; } } -.carousel-control-prev:hover, .carousel-control-prev:focus, -.carousel-control-next:hover, -.carousel-control-next:focus { - color: #fff; - text-decoration: none; - outline: 0; - opacity: 0.9; -} - -.carousel-control-prev { - left: 0; -} - -.carousel-control-next { - right: 0; +@media (min-width: 992px) { + .sticky-lg-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; + } } -.carousel-control-prev-icon, -.carousel-control-next-icon { - display: inline-block; - width: 20px; - height: 20px; - background-repeat: no-repeat; - background-position: 50%; - background-size: 100% 100%; +@media (min-width: 1200px) { + .sticky-xl-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; + } } -.carousel-control-prev-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); +@media (min-width: 1400px) { + .sticky-xxl-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; + } } -.carousel-control-next-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); +.sr-only, +.sr-only-focusable:not(:focus) { + position: absolute !important; + width: 1px !important; + height: 1px !important; + padding: 0 !important; + margin: -1px !important; + overflow: hidden !important; + clip: rect(0, 0, 0, 0) !important; + white-space: nowrap !important; + border: 0 !important; } -.carousel-indicators { +.stretched-link::after { position: absolute; + top: 0; right: 0; bottom: 0; left: 0; - z-index: 2; - display: flex; - justify-content: center; - padding-left: 0; - margin-right: 15%; - margin-left: 15%; - list-style: none; + z-index: 1; + content: ""; } -.carousel-indicators li { - box-sizing: content-box; - flex: 0 1 auto; - width: 30px; - height: 3px; - margin-right: 3px; - margin-left: 3px; - text-indent: -999px; - cursor: pointer; - background-color: #fff; - background-clip: padding-box; - border-top: 10px solid transparent; - border-bottom: 10px solid transparent; - opacity: 0.5; - transition: opacity 0.6s ease; +.text-truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } -@media (prefers-reduced-motion: reduce) { - .carousel-indicators li { - transition: none; - } +.align-baseline { + vertical-align: baseline !important; } -.carousel-indicators .active { - opacity: 1; +.align-top { + vertical-align: top !important; } -.carousel-caption { - position: absolute; - right: 15%; - bottom: 1.25rem; - left: 15%; - padding-top: 1.25rem; - padding-bottom: 1.25rem; - color: #fff; - text-align: center; +.align-middle { + vertical-align: middle !important; } -@-webkit-keyframes spinner-border { - to { - transform: rotate(360deg); - } +.align-bottom { + vertical-align: bottom !important; } -@keyframes spinner-border { - to { - transform: rotate(360deg); - } +.align-text-bottom { + vertical-align: text-bottom !important; } -.spinner-border { - display: inline-block; - width: 2rem; - height: 2rem; - vertical-align: text-bottom; - border: 0.25em solid currentColor; - border-right-color: transparent; - border-radius: 50%; - -webkit-animation: spinner-border 0.75s linear infinite; - animation: spinner-border 0.75s linear infinite; +.align-text-top { + vertical-align: text-top !important; } -.spinner-border-sm { - width: 1rem; - height: 1rem; - border-width: 0.2em; +.float-left { + float: left !important; } -@-webkit-keyframes spinner-grow { - 0% { - transform: scale(0); - } - 50% { - opacity: 1; - } +.float-right { + float: right !important; } -@keyframes spinner-grow { - 0% { - transform: scale(0); - } - 50% { - opacity: 1; - } +.float-none { + float: none !important; } -.spinner-grow { - display: inline-block; - width: 2rem; - height: 2rem; - vertical-align: text-bottom; - background-color: currentColor; - border-radius: 50%; - opacity: 0; - -webkit-animation: spinner-grow 0.75s linear infinite; - animation: spinner-grow 0.75s linear infinite; +.overflow-auto { + overflow: auto !important; } -.spinner-grow-sm { - width: 1rem; - height: 1rem; +.overflow-hidden { + overflow: hidden !important; } -.clearfix::after { - display: block; - clear: both; - content: ""; +.d-none { + display: none !important; } -.link-primary { - color: #0d6efd; +.d-inline { + display: inline !important; } -.link-primary:hover, .link-primary:focus { - color: #024dbc; +.d-inline-block { + display: inline-block !important; } -.link-secondary { - color: #6c757d; +.d-block { + display: block !important; } -.link-secondary:hover, .link-secondary:focus { - color: #494f54; +.d-table { + display: table !important; } -.link-success { - color: #28a745; +.d-table-row { + display: table-row !important; } -.link-success:hover, .link-success:focus { - color: #19692c; +.d-table-cell { + display: table-cell !important; } -.link-info { - color: #17a2b8; +.d-flex { + display: flex !important; } -.link-info:hover, .link-info:focus { - color: #0f6674; +.d-inline-flex { + display: inline-flex !important; } -.link-warning { - color: #ffc107; +.shadow { + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } -.link-warning:hover, .link-warning:focus { - color: #ba8b00; +.shadow-sm { + box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; } -.link-danger { - color: #dc3545; +.shadow-lg { + box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } -.link-danger:hover, .link-danger:focus { - color: #a71d2a; +.shadow-none { + box-shadow: none !important; } -.link-light { - color: #f8f9fa; +.position-static { + position: static !important; } -.link-light:hover, .link-light:focus { - color: #cbd3da; +.position-relative { + position: relative !important; } -.link-dark { - color: #343a40; -} - -.link-dark:hover, .link-dark:focus { - color: #121416; -} - -.embed-responsive { - position: relative; - width: 100%; -} - -.embed-responsive::before { - display: block; - content: ""; -} - -.embed-responsive .embed-responsive-item, -.embed-responsive iframe, -.embed-responsive embed, -.embed-responsive object, -.embed-responsive video { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - border: 0; -} - -.embed-responsive-21by9::before { - padding-top: 42.857143%; -} - -.embed-responsive-16by9::before { - padding-top: 56.25%; -} - -.embed-responsive-4by3::before { - padding-top: 75%; -} - -.embed-responsive-1by1::before { - padding-top: 100%; -} - -.fixed-top { - position: fixed; - top: 0; - right: 0; - left: 0; - z-index: 1030; -} - -.fixed-bottom { - position: fixed; - right: 0; - bottom: 0; - left: 0; - z-index: 1030; -} - -@supports ((position: -webkit-sticky) or (position: sticky)) { - .sticky-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } - @media (min-width: 576px) { - .sticky-sm-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } - } - @media (min-width: 768px) { - .sticky-md-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } - } - @media (min-width: 992px) { - .sticky-lg-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } - } - @media (min-width: 1200px) { - .sticky-xl-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } - } -} - -.sr-only, -.sr-only-focusable:not(:focus) { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border: 0 !important; -} - -.stretched-link::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1; - content: ""; -} - -.text-truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -.align-baseline { - vertical-align: baseline !important; -} - -.align-top { - vertical-align: top !important; -} - -.align-middle { - vertical-align: middle !important; -} - -.align-bottom { - vertical-align: bottom !important; -} - -.align-text-bottom { - vertical-align: text-bottom !important; -} - -.align-text-top { - vertical-align: text-top !important; -} - -.float-left { - float: left !important; -} - -.float-right { - float: right !important; -} - -.float-none { - float: none !important; -} - -.overflow-auto { - overflow: auto !important; -} - -.overflow-hidden { - overflow: hidden !important; -} - -.d-none { - display: none !important; -} - -.d-inline { - display: inline !important; -} - -.d-inline-block { - display: inline-block !important; -} - -.d-block { - display: block !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; -} - -.shadow { - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; -} - -.shadow-sm { - box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; -} - -.shadow-lg { - box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; -} - -.shadow-none { - box-shadow: none !important; -} - -.position-static { - position: static !important; -} - -.position-relative { - position: relative !important; -} - -.position-absolute { - position: absolute !important; +.position-absolute { + position: absolute !important; } .position-fixed { @@ -6874,250 +6841,100 @@ button.close { margin-left: auto !important; } -.m-n1 { - margin: -0.25rem !important; +.p-0 { + padding: 0 !important; } -.m-n2 { - margin: -0.5rem !important; +.p-1 { + padding: 0.25rem !important; } -.m-n3 { - margin: -1rem !important; +.p-2 { + padding: 0.5rem !important; } -.m-n4 { - margin: -1.5rem !important; +.p-3 { + padding: 1rem !important; } -.m-n5 { - margin: -3rem !important; +.p-4 { + padding: 1.5rem !important; } -.mx-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; +.p-5 { + padding: 3rem !important; } -.mx-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; +.px-0 { + padding-right: 0 !important; + padding-left: 0 !important; } -.mx-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; +.px-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; } -.mx-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; +.px-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; } -.mx-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; +.px-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; } -.my-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; +.px-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; } -.my-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; +.px-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; } -.my-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; +.py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } -.my-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; +.py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } -.my-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; +.py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } -.mt-n1 { - margin-top: -0.25rem !important; +.py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; } -.mt-n2 { - margin-top: -0.5rem !important; +.py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } -.mt-n3 { - margin-top: -1rem !important; +.py-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } -.mt-n4 { - margin-top: -1.5rem !important; +.pt-0 { + padding-top: 0 !important; } -.mt-n5 { - margin-top: -3rem !important; +.pt-1 { + padding-top: 0.25rem !important; } -.mr-n1 { - margin-right: -0.25rem !important; -} - -.mr-n2 { - margin-right: -0.5rem !important; -} - -.mr-n3 { - margin-right: -1rem !important; -} - -.mr-n4 { - margin-right: -1.5rem !important; -} - -.mr-n5 { - margin-right: -3rem !important; -} - -.mb-n1 { - margin-bottom: -0.25rem !important; -} - -.mb-n2 { - margin-bottom: -0.5rem !important; -} - -.mb-n3 { - margin-bottom: -1rem !important; -} - -.mb-n4 { - margin-bottom: -1.5rem !important; -} - -.mb-n5 { - margin-bottom: -3rem !important; -} - -.ml-n1 { - margin-left: -0.25rem !important; -} - -.ml-n2 { - margin-left: -0.5rem !important; -} - -.ml-n3 { - margin-left: -1rem !important; -} - -.ml-n4 { - margin-left: -1.5rem !important; -} - -.ml-n5 { - margin-left: -3rem !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-2 { + padding-top: 0.5rem !important; } .pt-3 { @@ -7397,7 +7214,7 @@ button.close { } .font-monospace { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; + font-family: var(--bs-font-monospace) !important; } .user-select-all { @@ -7481,2354 +7298,2367 @@ button.close { visibility: hidden !important; } -@media (min-width: 576px) { - .float-sm-left { +@media (min-width: 576px) { + .float-sm-left { + float: left !important; + } + .float-sm-right { + float: right !important; + } + .float-sm-none { + float: none !important; + } + .d-sm-none { + display: none !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-block { + display: block !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; + } + .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; + } + .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; + } + .mr-sm-0 { + margin-right: 0 !important; + } + .mr-sm-1 { + margin-right: 0.25rem !important; + } + .mr-sm-2 { + margin-right: 0.5rem !important; + } + .mr-sm-3 { + margin-right: 1rem !important; + } + .mr-sm-4 { + margin-right: 1.5rem !important; + } + .mr-sm-5 { + margin-right: 3rem !important; + } + .mr-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; + } + .ml-sm-0 { + margin-left: 0 !important; + } + .ml-sm-1 { + margin-left: 0.25rem !important; + } + .ml-sm-2 { + margin-left: 0.5rem !important; + } + .ml-sm-3 { + margin-left: 1rem !important; + } + .ml-sm-4 { + margin-left: 1.5rem !important; + } + .ml-sm-5 { + margin-left: 3rem !important; + } + .ml-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; + } + .pr-sm-0 { + padding-right: 0 !important; + } + .pr-sm-1 { + padding-right: 0.25rem !important; + } + .pr-sm-2 { + padding-right: 0.5rem !important; + } + .pr-sm-3 { + padding-right: 1rem !important; + } + .pr-sm-4 { + padding-right: 1.5rem !important; + } + .pr-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; + } + .pl-sm-0 { + padding-left: 0 !important; + } + .pl-sm-1 { + padding-left: 0.25rem !important; + } + .pl-sm-2 { + padding-left: 0.5rem !important; + } + .pl-sm-3 { + padding-left: 1rem !important; + } + .pl-sm-4 { + padding-left: 1.5rem !important; + } + .pl-sm-5 { + padding-left: 3rem !important; + } + .text-sm-left { + text-align: left !important; + } + .text-sm-right { + text-align: right !important; + } + .text-sm-center { + text-align: center !important; + } +} + +@media (min-width: 768px) { + .float-md-left { float: left !important; } - .float-sm-right { + .float-md-right { float: right !important; } - .float-sm-none { + .float-md-none { float: none !important; } - .d-sm-none { + .d-md-none { display: none !important; } - .d-sm-inline { + .d-md-inline { display: inline !important; } - .d-sm-inline-block { + .d-md-inline-block { display: inline-block !important; } - .d-sm-block { + .d-md-block { display: block !important; } - .d-sm-table { + .d-md-table { display: table !important; } - .d-sm-table-row { + .d-md-table-row { display: table-row !important; } - .d-sm-table-cell { + .d-md-table-cell { display: table-cell !important; } - .d-sm-flex { + .d-md-flex { display: flex !important; } - .d-sm-inline-flex { + .d-md-inline-flex { display: inline-flex !important; } - .flex-sm-fill { + .flex-md-fill { flex: 1 1 auto !important; } - .flex-sm-row { + .flex-md-row { flex-direction: row !important; } - .flex-sm-column { + .flex-md-column { flex-direction: column !important; } - .flex-sm-row-reverse { + .flex-md-row-reverse { flex-direction: row-reverse !important; } - .flex-sm-column-reverse { + .flex-md-column-reverse { flex-direction: column-reverse !important; } - .flex-sm-grow-0 { + .flex-md-grow-0 { flex-grow: 0 !important; } - .flex-sm-grow-1 { + .flex-md-grow-1 { flex-grow: 1 !important; } - .flex-sm-shrink-0 { + .flex-md-shrink-0 { flex-shrink: 0 !important; } - .flex-sm-shrink-1 { + .flex-md-shrink-1 { flex-shrink: 1 !important; } - .flex-sm-wrap { + .flex-md-wrap { flex-wrap: wrap !important; } - .flex-sm-nowrap { + .flex-md-nowrap { flex-wrap: nowrap !important; } - .flex-sm-wrap-reverse { + .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; } - .justify-content-sm-start { + .justify-content-md-start { justify-content: flex-start !important; } - .justify-content-sm-end { + .justify-content-md-end { justify-content: flex-end !important; } - .justify-content-sm-center { + .justify-content-md-center { justify-content: center !important; } - .justify-content-sm-between { + .justify-content-md-between { justify-content: space-between !important; } - .justify-content-sm-around { + .justify-content-md-around { justify-content: space-around !important; } - .align-items-sm-start { + .align-items-md-start { align-items: flex-start !important; } - .align-items-sm-end { + .align-items-md-end { align-items: flex-end !important; } - .align-items-sm-center { + .align-items-md-center { align-items: center !important; } - .align-items-sm-baseline { + .align-items-md-baseline { align-items: baseline !important; } - .align-items-sm-stretch { + .align-items-md-stretch { align-items: stretch !important; } - .align-content-sm-start { + .align-content-md-start { align-content: flex-start !important; } - .align-content-sm-end { + .align-content-md-end { align-content: flex-end !important; } - .align-content-sm-center { + .align-content-md-center { align-content: center !important; } - .align-content-sm-between { + .align-content-md-between { align-content: space-between !important; } - .align-content-sm-around { + .align-content-md-around { align-content: space-around !important; } - .align-content-sm-stretch { + .align-content-md-stretch { align-content: stretch !important; } - .align-self-sm-auto { + .align-self-md-auto { align-self: auto !important; } - .align-self-sm-start { + .align-self-md-start { align-self: flex-start !important; } - .align-self-sm-end { + .align-self-md-end { align-self: flex-end !important; } - .align-self-sm-center { + .align-self-md-center { align-self: center !important; } - .align-self-sm-baseline { + .align-self-md-baseline { align-self: baseline !important; } - .align-self-sm-stretch { + .align-self-md-stretch { align-self: stretch !important; } - .order-sm-first { + .order-md-first { order: -1 !important; } - .order-sm-0 { + .order-md-0 { order: 0 !important; } - .order-sm-1 { + .order-md-1 { order: 1 !important; } - .order-sm-2 { + .order-md-2 { order: 2 !important; } - .order-sm-3 { + .order-md-3 { order: 3 !important; } - .order-sm-4 { + .order-md-4 { order: 4 !important; } - .order-sm-5 { + .order-md-5 { order: 5 !important; } - .order-sm-last { + .order-md-last { order: 6 !important; } - .m-sm-0 { + .m-md-0 { margin: 0 !important; } - .m-sm-1 { + .m-md-1 { margin: 0.25rem !important; } - .m-sm-2 { + .m-md-2 { margin: 0.5rem !important; } - .m-sm-3 { + .m-md-3 { margin: 1rem !important; } - .m-sm-4 { + .m-md-4 { margin: 1.5rem !important; } - .m-sm-5 { + .m-md-5 { margin: 3rem !important; } - .m-sm-auto { + .m-md-auto { margin: auto !important; } - .mx-sm-0 { + .mx-md-0 { margin-right: 0 !important; margin-left: 0 !important; } - .mx-sm-1 { + .mx-md-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .mx-sm-2 { + .mx-md-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .mx-sm-3 { + .mx-md-3 { margin-right: 1rem !important; margin-left: 1rem !important; } - .mx-sm-4 { + .mx-md-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .mx-sm-5 { + .mx-md-5 { margin-right: 3rem !important; margin-left: 3rem !important; } - .mx-sm-auto { + .mx-md-auto { margin-right: auto !important; margin-left: auto !important; } - .my-sm-0 { + .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; } - .my-sm-1 { + .my-md-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } - .my-sm-2 { + .my-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } - .my-sm-3 { + .my-md-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } - .my-sm-4 { + .my-md-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } - .my-sm-5 { + .my-md-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } - .my-sm-auto { + .my-md-auto { margin-top: auto !important; margin-bottom: auto !important; } - .mt-sm-0 { + .mt-md-0 { margin-top: 0 !important; } - .mt-sm-1 { + .mt-md-1 { margin-top: 0.25rem !important; } - .mt-sm-2 { + .mt-md-2 { margin-top: 0.5rem !important; } - .mt-sm-3 { + .mt-md-3 { margin-top: 1rem !important; } - .mt-sm-4 { + .mt-md-4 { margin-top: 1.5rem !important; } - .mt-sm-5 { + .mt-md-5 { margin-top: 3rem !important; } - .mt-sm-auto { + .mt-md-auto { margin-top: auto !important; } - .mr-sm-0 { + .mr-md-0 { margin-right: 0 !important; } - .mr-sm-1 { + .mr-md-1 { margin-right: 0.25rem !important; } - .mr-sm-2 { + .mr-md-2 { margin-right: 0.5rem !important; } - .mr-sm-3 { + .mr-md-3 { margin-right: 1rem !important; } - .mr-sm-4 { + .mr-md-4 { margin-right: 1.5rem !important; } - .mr-sm-5 { + .mr-md-5 { margin-right: 3rem !important; } - .mr-sm-auto { + .mr-md-auto { margin-right: auto !important; } - .mb-sm-0 { + .mb-md-0 { margin-bottom: 0 !important; } - .mb-sm-1 { + .mb-md-1 { margin-bottom: 0.25rem !important; } - .mb-sm-2 { + .mb-md-2 { margin-bottom: 0.5rem !important; } - .mb-sm-3 { + .mb-md-3 { margin-bottom: 1rem !important; } - .mb-sm-4 { + .mb-md-4 { margin-bottom: 1.5rem !important; } - .mb-sm-5 { + .mb-md-5 { margin-bottom: 3rem !important; } - .mb-sm-auto { + .mb-md-auto { margin-bottom: auto !important; } - .ml-sm-0 { + .ml-md-0 { margin-left: 0 !important; } - .ml-sm-1 { + .ml-md-1 { margin-left: 0.25rem !important; } - .ml-sm-2 { + .ml-md-2 { margin-left: 0.5rem !important; } - .ml-sm-3 { + .ml-md-3 { margin-left: 1rem !important; } - .ml-sm-4 { + .ml-md-4 { margin-left: 1.5rem !important; } - .ml-sm-5 { + .ml-md-5 { margin-left: 3rem !important; } - .ml-sm-auto { + .ml-md-auto { margin-left: auto !important; } - .m-sm-n1 { - margin: -0.25rem !important; - } - .m-sm-n2 { - margin: -0.5rem !important; - } - .m-sm-n3 { - margin: -1rem !important; - } - .m-sm-n4 { - margin: -1.5rem !important; - } - .m-sm-n5 { - margin: -3rem !important; - } - .mx-sm-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; - } - .mx-sm-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; - } - .mx-sm-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; - } - .mx-sm-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; - } - .mx-sm-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; - } - .my-sm-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - .my-sm-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - .my-sm-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - .my-sm-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - .my-sm-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - .mt-sm-n1 { - margin-top: -0.25rem !important; - } - .mt-sm-n2 { - margin-top: -0.5rem !important; - } - .mt-sm-n3 { - margin-top: -1rem !important; - } - .mt-sm-n4 { - margin-top: -1.5rem !important; - } - .mt-sm-n5 { - margin-top: -3rem !important; - } - .mr-sm-n1 { - margin-right: -0.25rem !important; - } - .mr-sm-n2 { - margin-right: -0.5rem !important; - } - .mr-sm-n3 { - margin-right: -1rem !important; - } - .mr-sm-n4 { - margin-right: -1.5rem !important; - } - .mr-sm-n5 { - margin-right: -3rem !important; - } - .mb-sm-n1 { - margin-bottom: -0.25rem !important; - } - .mb-sm-n2 { - margin-bottom: -0.5rem !important; - } - .mb-sm-n3 { - margin-bottom: -1rem !important; - } - .mb-sm-n4 { - margin-bottom: -1.5rem !important; - } - .mb-sm-n5 { - margin-bottom: -3rem !important; - } - .ml-sm-n1 { - margin-left: -0.25rem !important; - } - .ml-sm-n2 { - margin-left: -0.5rem !important; - } - .ml-sm-n3 { - margin-left: -1rem !important; - } - .ml-sm-n4 { - margin-left: -1.5rem !important; - } - .ml-sm-n5 { - margin-left: -3rem !important; - } - .p-sm-0 { + .p-md-0 { padding: 0 !important; } - .p-sm-1 { + .p-md-1 { padding: 0.25rem !important; } - .p-sm-2 { + .p-md-2 { padding: 0.5rem !important; } - .p-sm-3 { + .p-md-3 { padding: 1rem !important; } - .p-sm-4 { + .p-md-4 { padding: 1.5rem !important; } - .p-sm-5 { + .p-md-5 { padding: 3rem !important; } - .px-sm-0 { + .px-md-0 { padding-right: 0 !important; padding-left: 0 !important; } - .px-sm-1 { + .px-md-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .px-sm-2 { + .px-md-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .px-sm-3 { + .px-md-3 { padding-right: 1rem !important; padding-left: 1rem !important; } - .px-sm-4 { + .px-md-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .px-sm-5 { + .px-md-5 { padding-right: 3rem !important; padding-left: 3rem !important; } - .py-sm-0 { + .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; } - .py-sm-1 { + .py-md-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } - .py-sm-2 { + .py-md-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } - .py-sm-3 { + .py-md-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } - .py-sm-4 { + .py-md-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } - .py-sm-5 { + .py-md-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } - .pt-sm-0 { + .pt-md-0 { padding-top: 0 !important; } - .pt-sm-1 { + .pt-md-1 { padding-top: 0.25rem !important; } - .pt-sm-2 { + .pt-md-2 { padding-top: 0.5rem !important; } - .pt-sm-3 { + .pt-md-3 { padding-top: 1rem !important; } - .pt-sm-4 { + .pt-md-4 { padding-top: 1.5rem !important; } - .pt-sm-5 { + .pt-md-5 { padding-top: 3rem !important; } - .pr-sm-0 { + .pr-md-0 { padding-right: 0 !important; } - .pr-sm-1 { + .pr-md-1 { padding-right: 0.25rem !important; } - .pr-sm-2 { + .pr-md-2 { padding-right: 0.5rem !important; } - .pr-sm-3 { + .pr-md-3 { padding-right: 1rem !important; } - .pr-sm-4 { + .pr-md-4 { padding-right: 1.5rem !important; } - .pr-sm-5 { + .pr-md-5 { padding-right: 3rem !important; } - .pb-sm-0 { + .pb-md-0 { padding-bottom: 0 !important; } - .pb-sm-1 { + .pb-md-1 { padding-bottom: 0.25rem !important; } - .pb-sm-2 { + .pb-md-2 { padding-bottom: 0.5rem !important; } - .pb-sm-3 { + .pb-md-3 { padding-bottom: 1rem !important; } - .pb-sm-4 { + .pb-md-4 { padding-bottom: 1.5rem !important; } - .pb-sm-5 { + .pb-md-5 { padding-bottom: 3rem !important; } - .pl-sm-0 { + .pl-md-0 { padding-left: 0 !important; } - .pl-sm-1 { + .pl-md-1 { padding-left: 0.25rem !important; } - .pl-sm-2 { + .pl-md-2 { padding-left: 0.5rem !important; } - .pl-sm-3 { + .pl-md-3 { padding-left: 1rem !important; } - .pl-sm-4 { + .pl-md-4 { padding-left: 1.5rem !important; } - .pl-sm-5 { + .pl-md-5 { padding-left: 3rem !important; } - .text-sm-left { + .text-md-left { text-align: left !important; } - .text-sm-right { + .text-md-right { text-align: right !important; } - .text-sm-center { + .text-md-center { text-align: center !important; } } -@media (min-width: 768px) { - .float-md-left { +@media (min-width: 992px) { + .float-lg-left { float: left !important; } - .float-md-right { + .float-lg-right { float: right !important; } - .float-md-none { + .float-lg-none { float: none !important; } - .d-md-none { + .d-lg-none { display: none !important; } - .d-md-inline { + .d-lg-inline { display: inline !important; } - .d-md-inline-block { + .d-lg-inline-block { display: inline-block !important; } - .d-md-block { + .d-lg-block { display: block !important; } - .d-md-table { + .d-lg-table { display: table !important; } - .d-md-table-row { + .d-lg-table-row { display: table-row !important; } - .d-md-table-cell { + .d-lg-table-cell { display: table-cell !important; } - .d-md-flex { + .d-lg-flex { display: flex !important; } - .d-md-inline-flex { + .d-lg-inline-flex { display: inline-flex !important; } - .flex-md-fill { + .flex-lg-fill { flex: 1 1 auto !important; } - .flex-md-row { + .flex-lg-row { flex-direction: row !important; } - .flex-md-column { + .flex-lg-column { flex-direction: column !important; } - .flex-md-row-reverse { + .flex-lg-row-reverse { flex-direction: row-reverse !important; } - .flex-md-column-reverse { + .flex-lg-column-reverse { flex-direction: column-reverse !important; } - .flex-md-grow-0 { + .flex-lg-grow-0 { flex-grow: 0 !important; } - .flex-md-grow-1 { + .flex-lg-grow-1 { flex-grow: 1 !important; } - .flex-md-shrink-0 { + .flex-lg-shrink-0 { flex-shrink: 0 !important; } - .flex-md-shrink-1 { + .flex-lg-shrink-1 { flex-shrink: 1 !important; } - .flex-md-wrap { + .flex-lg-wrap { flex-wrap: wrap !important; } - .flex-md-nowrap { + .flex-lg-nowrap { flex-wrap: nowrap !important; } - .flex-md-wrap-reverse { + .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; } - .justify-content-md-start { + .justify-content-lg-start { justify-content: flex-start !important; } - .justify-content-md-end { + .justify-content-lg-end { justify-content: flex-end !important; } - .justify-content-md-center { + .justify-content-lg-center { justify-content: center !important; } - .justify-content-md-between { + .justify-content-lg-between { justify-content: space-between !important; } - .justify-content-md-around { + .justify-content-lg-around { justify-content: space-around !important; } - .align-items-md-start { + .align-items-lg-start { align-items: flex-start !important; } - .align-items-md-end { + .align-items-lg-end { align-items: flex-end !important; } - .align-items-md-center { + .align-items-lg-center { align-items: center !important; } - .align-items-md-baseline { + .align-items-lg-baseline { align-items: baseline !important; } - .align-items-md-stretch { + .align-items-lg-stretch { align-items: stretch !important; } - .align-content-md-start { + .align-content-lg-start { align-content: flex-start !important; } - .align-content-md-end { + .align-content-lg-end { align-content: flex-end !important; } - .align-content-md-center { + .align-content-lg-center { align-content: center !important; } - .align-content-md-between { + .align-content-lg-between { align-content: space-between !important; } - .align-content-md-around { + .align-content-lg-around { align-content: space-around !important; } - .align-content-md-stretch { + .align-content-lg-stretch { align-content: stretch !important; } - .align-self-md-auto { + .align-self-lg-auto { align-self: auto !important; } - .align-self-md-start { + .align-self-lg-start { align-self: flex-start !important; } - .align-self-md-end { + .align-self-lg-end { align-self: flex-end !important; } - .align-self-md-center { + .align-self-lg-center { align-self: center !important; } - .align-self-md-baseline { + .align-self-lg-baseline { align-self: baseline !important; } - .align-self-md-stretch { + .align-self-lg-stretch { align-self: stretch !important; } - .order-md-first { + .order-lg-first { order: -1 !important; } - .order-md-0 { + .order-lg-0 { order: 0 !important; } - .order-md-1 { + .order-lg-1 { order: 1 !important; } - .order-md-2 { + .order-lg-2 { order: 2 !important; } - .order-md-3 { + .order-lg-3 { order: 3 !important; } - .order-md-4 { + .order-lg-4 { order: 4 !important; } - .order-md-5 { + .order-lg-5 { order: 5 !important; } - .order-md-last { + .order-lg-last { order: 6 !important; } - .m-md-0 { + .m-lg-0 { margin: 0 !important; } - .m-md-1 { + .m-lg-1 { margin: 0.25rem !important; } - .m-md-2 { + .m-lg-2 { margin: 0.5rem !important; } - .m-md-3 { + .m-lg-3 { margin: 1rem !important; } - .m-md-4 { + .m-lg-4 { margin: 1.5rem !important; } - .m-md-5 { + .m-lg-5 { margin: 3rem !important; } - .m-md-auto { + .m-lg-auto { margin: auto !important; } - .mx-md-0 { + .mx-lg-0 { margin-right: 0 !important; margin-left: 0 !important; } - .mx-md-1 { + .mx-lg-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .mx-md-2 { + .mx-lg-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .mx-md-3 { + .mx-lg-3 { margin-right: 1rem !important; margin-left: 1rem !important; } - .mx-md-4 { + .mx-lg-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .mx-md-5 { + .mx-lg-5 { margin-right: 3rem !important; margin-left: 3rem !important; } - .mx-md-auto { + .mx-lg-auto { margin-right: auto !important; margin-left: auto !important; } - .my-md-0 { + .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; } - .my-md-1 { + .my-lg-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } - .my-md-2 { + .my-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } - .my-md-3 { + .my-lg-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } - .my-md-4 { + .my-lg-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } - .my-md-5 { + .my-lg-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } - .my-md-auto { + .my-lg-auto { margin-top: auto !important; margin-bottom: auto !important; } - .mt-md-0 { + .mt-lg-0 { margin-top: 0 !important; } - .mt-md-1 { + .mt-lg-1 { margin-top: 0.25rem !important; } - .mt-md-2 { + .mt-lg-2 { margin-top: 0.5rem !important; } - .mt-md-3 { + .mt-lg-3 { margin-top: 1rem !important; } - .mt-md-4 { + .mt-lg-4 { margin-top: 1.5rem !important; } - .mt-md-5 { + .mt-lg-5 { margin-top: 3rem !important; } - .mt-md-auto { + .mt-lg-auto { margin-top: auto !important; } - .mr-md-0 { + .mr-lg-0 { margin-right: 0 !important; } - .mr-md-1 { + .mr-lg-1 { margin-right: 0.25rem !important; } - .mr-md-2 { + .mr-lg-2 { margin-right: 0.5rem !important; } - .mr-md-3 { + .mr-lg-3 { margin-right: 1rem !important; } - .mr-md-4 { + .mr-lg-4 { margin-right: 1.5rem !important; } - .mr-md-5 { + .mr-lg-5 { margin-right: 3rem !important; } - .mr-md-auto { + .mr-lg-auto { margin-right: auto !important; } - .mb-md-0 { + .mb-lg-0 { margin-bottom: 0 !important; } - .mb-md-1 { + .mb-lg-1 { margin-bottom: 0.25rem !important; } - .mb-md-2 { + .mb-lg-2 { margin-bottom: 0.5rem !important; } - .mb-md-3 { + .mb-lg-3 { margin-bottom: 1rem !important; } - .mb-md-4 { + .mb-lg-4 { margin-bottom: 1.5rem !important; } - .mb-md-5 { + .mb-lg-5 { margin-bottom: 3rem !important; } - .mb-md-auto { + .mb-lg-auto { margin-bottom: auto !important; } - .ml-md-0 { + .ml-lg-0 { margin-left: 0 !important; } - .ml-md-1 { + .ml-lg-1 { margin-left: 0.25rem !important; } - .ml-md-2 { + .ml-lg-2 { margin-left: 0.5rem !important; } - .ml-md-3 { + .ml-lg-3 { margin-left: 1rem !important; } - .ml-md-4 { + .ml-lg-4 { margin-left: 1.5rem !important; } - .ml-md-5 { + .ml-lg-5 { margin-left: 3rem !important; } - .ml-md-auto { + .ml-lg-auto { margin-left: auto !important; } - .m-md-n1 { - margin: -0.25rem !important; - } - .m-md-n2 { - margin: -0.5rem !important; - } - .m-md-n3 { - margin: -1rem !important; - } - .m-md-n4 { - margin: -1.5rem !important; - } - .m-md-n5 { - margin: -3rem !important; - } - .mx-md-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; - } - .mx-md-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; - } - .mx-md-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; - } - .mx-md-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; - } - .mx-md-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; - } - .my-md-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - .my-md-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - .my-md-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - .my-md-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - .my-md-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - .mt-md-n1 { - margin-top: -0.25rem !important; - } - .mt-md-n2 { - margin-top: -0.5rem !important; - } - .mt-md-n3 { - margin-top: -1rem !important; - } - .mt-md-n4 { - margin-top: -1.5rem !important; - } - .mt-md-n5 { - margin-top: -3rem !important; - } - .mr-md-n1 { - margin-right: -0.25rem !important; - } - .mr-md-n2 { - margin-right: -0.5rem !important; - } - .mr-md-n3 { - margin-right: -1rem !important; - } - .mr-md-n4 { - margin-right: -1.5rem !important; - } - .mr-md-n5 { - margin-right: -3rem !important; - } - .mb-md-n1 { - margin-bottom: -0.25rem !important; - } - .mb-md-n2 { - margin-bottom: -0.5rem !important; - } - .mb-md-n3 { - margin-bottom: -1rem !important; - } - .mb-md-n4 { - margin-bottom: -1.5rem !important; - } - .mb-md-n5 { - margin-bottom: -3rem !important; - } - .ml-md-n1 { - margin-left: -0.25rem !important; - } - .ml-md-n2 { - margin-left: -0.5rem !important; - } - .ml-md-n3 { - margin-left: -1rem !important; - } - .ml-md-n4 { - margin-left: -1.5rem !important; - } - .ml-md-n5 { - margin-left: -3rem !important; - } - .p-md-0 { + .p-lg-0 { padding: 0 !important; } - .p-md-1 { + .p-lg-1 { padding: 0.25rem !important; } - .p-md-2 { + .p-lg-2 { padding: 0.5rem !important; } - .p-md-3 { + .p-lg-3 { padding: 1rem !important; } - .p-md-4 { + .p-lg-4 { padding: 1.5rem !important; } - .p-md-5 { + .p-lg-5 { padding: 3rem !important; } - .px-md-0 { + .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; } - .px-md-1 { + .px-lg-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .px-md-2 { + .px-lg-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .px-md-3 { + .px-lg-3 { padding-right: 1rem !important; padding-left: 1rem !important; } - .px-md-4 { + .px-lg-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .px-md-5 { + .px-lg-5 { padding-right: 3rem !important; padding-left: 3rem !important; } - .py-md-0 { + .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; } - .py-md-1 { + .py-lg-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } - .py-md-2 { + .py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } - .py-md-3 { + .py-lg-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } - .py-md-4 { + .py-lg-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } - .py-md-5 { + .py-lg-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } - .pt-md-0 { + .pt-lg-0 { padding-top: 0 !important; } - .pt-md-1 { + .pt-lg-1 { padding-top: 0.25rem !important; } - .pt-md-2 { + .pt-lg-2 { padding-top: 0.5rem !important; } - .pt-md-3 { + .pt-lg-3 { padding-top: 1rem !important; } - .pt-md-4 { + .pt-lg-4 { padding-top: 1.5rem !important; } - .pt-md-5 { + .pt-lg-5 { padding-top: 3rem !important; } - .pr-md-0 { + .pr-lg-0 { padding-right: 0 !important; } - .pr-md-1 { + .pr-lg-1 { padding-right: 0.25rem !important; } - .pr-md-2 { + .pr-lg-2 { padding-right: 0.5rem !important; } - .pr-md-3 { + .pr-lg-3 { padding-right: 1rem !important; } - .pr-md-4 { + .pr-lg-4 { padding-right: 1.5rem !important; } - .pr-md-5 { + .pr-lg-5 { padding-right: 3rem !important; } - .pb-md-0 { + .pb-lg-0 { padding-bottom: 0 !important; } - .pb-md-1 { + .pb-lg-1 { padding-bottom: 0.25rem !important; } - .pb-md-2 { + .pb-lg-2 { padding-bottom: 0.5rem !important; } - .pb-md-3 { + .pb-lg-3 { padding-bottom: 1rem !important; } - .pb-md-4 { + .pb-lg-4 { padding-bottom: 1.5rem !important; } - .pb-md-5 { + .pb-lg-5 { padding-bottom: 3rem !important; } - .pl-md-0 { + .pl-lg-0 { padding-left: 0 !important; } - .pl-md-1 { + .pl-lg-1 { padding-left: 0.25rem !important; } - .pl-md-2 { + .pl-lg-2 { padding-left: 0.5rem !important; } - .pl-md-3 { + .pl-lg-3 { padding-left: 1rem !important; } - .pl-md-4 { + .pl-lg-4 { padding-left: 1.5rem !important; } - .pl-md-5 { + .pl-lg-5 { padding-left: 3rem !important; } - .text-md-left { + .text-lg-left { text-align: left !important; } - .text-md-right { + .text-lg-right { text-align: right !important; } - .text-md-center { + .text-lg-center { text-align: center !important; } } -@media (min-width: 992px) { - .float-lg-left { +@media (min-width: 1200px) { + .float-xl-left { float: left !important; } - .float-lg-right { + .float-xl-right { float: right !important; } - .float-lg-none { + .float-xl-none { float: none !important; } - .d-lg-none { + .d-xl-none { display: none !important; } - .d-lg-inline { + .d-xl-inline { display: inline !important; } - .d-lg-inline-block { + .d-xl-inline-block { display: inline-block !important; } - .d-lg-block { + .d-xl-block { display: block !important; } - .d-lg-table { + .d-xl-table { display: table !important; } - .d-lg-table-row { + .d-xl-table-row { display: table-row !important; } - .d-lg-table-cell { + .d-xl-table-cell { display: table-cell !important; } - .d-lg-flex { + .d-xl-flex { display: flex !important; } - .d-lg-inline-flex { + .d-xl-inline-flex { display: inline-flex !important; } - .flex-lg-fill { + .flex-xl-fill { flex: 1 1 auto !important; } - .flex-lg-row { + .flex-xl-row { flex-direction: row !important; } - .flex-lg-column { + .flex-xl-column { flex-direction: column !important; } - .flex-lg-row-reverse { + .flex-xl-row-reverse { flex-direction: row-reverse !important; } - .flex-lg-column-reverse { + .flex-xl-column-reverse { flex-direction: column-reverse !important; } - .flex-lg-grow-0 { + .flex-xl-grow-0 { flex-grow: 0 !important; } - .flex-lg-grow-1 { + .flex-xl-grow-1 { flex-grow: 1 !important; } - .flex-lg-shrink-0 { + .flex-xl-shrink-0 { flex-shrink: 0 !important; } - .flex-lg-shrink-1 { + .flex-xl-shrink-1 { flex-shrink: 1 !important; } - .flex-lg-wrap { + .flex-xl-wrap { flex-wrap: wrap !important; } - .flex-lg-nowrap { + .flex-xl-nowrap { flex-wrap: nowrap !important; } - .flex-lg-wrap-reverse { + .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; } - .justify-content-lg-start { + .justify-content-xl-start { justify-content: flex-start !important; } - .justify-content-lg-end { + .justify-content-xl-end { justify-content: flex-end !important; } - .justify-content-lg-center { + .justify-content-xl-center { justify-content: center !important; } - .justify-content-lg-between { + .justify-content-xl-between { justify-content: space-between !important; } - .justify-content-lg-around { + .justify-content-xl-around { justify-content: space-around !important; } - .align-items-lg-start { + .align-items-xl-start { align-items: flex-start !important; } - .align-items-lg-end { + .align-items-xl-end { align-items: flex-end !important; } - .align-items-lg-center { + .align-items-xl-center { align-items: center !important; } - .align-items-lg-baseline { + .align-items-xl-baseline { align-items: baseline !important; } - .align-items-lg-stretch { + .align-items-xl-stretch { align-items: stretch !important; } - .align-content-lg-start { + .align-content-xl-start { align-content: flex-start !important; } - .align-content-lg-end { + .align-content-xl-end { align-content: flex-end !important; } - .align-content-lg-center { + .align-content-xl-center { align-content: center !important; } - .align-content-lg-between { + .align-content-xl-between { align-content: space-between !important; } - .align-content-lg-around { + .align-content-xl-around { align-content: space-around !important; } - .align-content-lg-stretch { + .align-content-xl-stretch { align-content: stretch !important; } - .align-self-lg-auto { + .align-self-xl-auto { align-self: auto !important; } - .align-self-lg-start { + .align-self-xl-start { align-self: flex-start !important; } - .align-self-lg-end { + .align-self-xl-end { align-self: flex-end !important; } - .align-self-lg-center { + .align-self-xl-center { align-self: center !important; } - .align-self-lg-baseline { + .align-self-xl-baseline { align-self: baseline !important; } - .align-self-lg-stretch { + .align-self-xl-stretch { align-self: stretch !important; } - .order-lg-first { + .order-xl-first { order: -1 !important; } - .order-lg-0 { + .order-xl-0 { order: 0 !important; } - .order-lg-1 { + .order-xl-1 { order: 1 !important; } - .order-lg-2 { + .order-xl-2 { order: 2 !important; } - .order-lg-3 { + .order-xl-3 { order: 3 !important; } - .order-lg-4 { + .order-xl-4 { order: 4 !important; } - .order-lg-5 { + .order-xl-5 { order: 5 !important; } - .order-lg-last { + .order-xl-last { order: 6 !important; } - .m-lg-0 { + .m-xl-0 { margin: 0 !important; } - .m-lg-1 { + .m-xl-1 { margin: 0.25rem !important; } - .m-lg-2 { + .m-xl-2 { margin: 0.5rem !important; } - .m-lg-3 { + .m-xl-3 { margin: 1rem !important; } - .m-lg-4 { + .m-xl-4 { margin: 1.5rem !important; } - .m-lg-5 { + .m-xl-5 { margin: 3rem !important; } - .m-lg-auto { + .m-xl-auto { margin: auto !important; } - .mx-lg-0 { + .mx-xl-0 { margin-right: 0 !important; margin-left: 0 !important; } - .mx-lg-1 { + .mx-xl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .mx-lg-2 { + .mx-xl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .mx-lg-3 { + .mx-xl-3 { margin-right: 1rem !important; margin-left: 1rem !important; } - .mx-lg-4 { + .mx-xl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .mx-lg-5 { + .mx-xl-5 { margin-right: 3rem !important; margin-left: 3rem !important; } - .mx-lg-auto { + .mx-xl-auto { margin-right: auto !important; margin-left: auto !important; } - .my-lg-0 { + .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } - .my-lg-1 { + .my-xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } - .my-lg-2 { + .my-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } - .my-lg-3 { + .my-xl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } - .my-lg-4 { + .my-xl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } - .my-lg-5 { + .my-xl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } - .my-lg-auto { + .my-xl-auto { margin-top: auto !important; margin-bottom: auto !important; } - .mt-lg-0 { + .mt-xl-0 { margin-top: 0 !important; } - .mt-lg-1 { + .mt-xl-1 { margin-top: 0.25rem !important; } - .mt-lg-2 { + .mt-xl-2 { margin-top: 0.5rem !important; } - .mt-lg-3 { + .mt-xl-3 { margin-top: 1rem !important; } - .mt-lg-4 { + .mt-xl-4 { margin-top: 1.5rem !important; } - .mt-lg-5 { + .mt-xl-5 { margin-top: 3rem !important; } - .mt-lg-auto { + .mt-xl-auto { margin-top: auto !important; } - .mr-lg-0 { + .mr-xl-0 { margin-right: 0 !important; } - .mr-lg-1 { + .mr-xl-1 { margin-right: 0.25rem !important; } - .mr-lg-2 { + .mr-xl-2 { margin-right: 0.5rem !important; } - .mr-lg-3 { + .mr-xl-3 { margin-right: 1rem !important; } - .mr-lg-4 { + .mr-xl-4 { margin-right: 1.5rem !important; } - .mr-lg-5 { + .mr-xl-5 { margin-right: 3rem !important; } - .mr-lg-auto { + .mr-xl-auto { margin-right: auto !important; } - .mb-lg-0 { + .mb-xl-0 { margin-bottom: 0 !important; } - .mb-lg-1 { + .mb-xl-1 { margin-bottom: 0.25rem !important; } - .mb-lg-2 { + .mb-xl-2 { margin-bottom: 0.5rem !important; } - .mb-lg-3 { + .mb-xl-3 { margin-bottom: 1rem !important; } - .mb-lg-4 { + .mb-xl-4 { margin-bottom: 1.5rem !important; } - .mb-lg-5 { + .mb-xl-5 { margin-bottom: 3rem !important; } - .mb-lg-auto { + .mb-xl-auto { margin-bottom: auto !important; } - .ml-lg-0 { + .ml-xl-0 { margin-left: 0 !important; } - .ml-lg-1 { + .ml-xl-1 { margin-left: 0.25rem !important; } - .ml-lg-2 { + .ml-xl-2 { margin-left: 0.5rem !important; } - .ml-lg-3 { + .ml-xl-3 { margin-left: 1rem !important; } - .ml-lg-4 { + .ml-xl-4 { margin-left: 1.5rem !important; } - .ml-lg-5 { + .ml-xl-5 { margin-left: 3rem !important; } - .ml-lg-auto { + .ml-xl-auto { margin-left: auto !important; } - .m-lg-n1 { - margin: -0.25rem !important; - } - .m-lg-n2 { - margin: -0.5rem !important; - } - .m-lg-n3 { - margin: -1rem !important; - } - .m-lg-n4 { - margin: -1.5rem !important; - } - .m-lg-n5 { - margin: -3rem !important; - } - .mx-lg-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; - } - .mx-lg-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; - } - .mx-lg-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; - } - .mx-lg-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; - } - .mx-lg-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; - } - .my-lg-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - .my-lg-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - .my-lg-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - .my-lg-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - .my-lg-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - .mt-lg-n1 { - margin-top: -0.25rem !important; - } - .mt-lg-n2 { - margin-top: -0.5rem !important; - } - .mt-lg-n3 { - margin-top: -1rem !important; - } - .mt-lg-n4 { - margin-top: -1.5rem !important; - } - .mt-lg-n5 { - margin-top: -3rem !important; - } - .mr-lg-n1 { - margin-right: -0.25rem !important; - } - .mr-lg-n2 { - margin-right: -0.5rem !important; - } - .mr-lg-n3 { - margin-right: -1rem !important; - } - .mr-lg-n4 { - margin-right: -1.5rem !important; - } - .mr-lg-n5 { - margin-right: -3rem !important; - } - .mb-lg-n1 { - margin-bottom: -0.25rem !important; - } - .mb-lg-n2 { - margin-bottom: -0.5rem !important; - } - .mb-lg-n3 { - margin-bottom: -1rem !important; - } - .mb-lg-n4 { - margin-bottom: -1.5rem !important; - } - .mb-lg-n5 { - margin-bottom: -3rem !important; - } - .ml-lg-n1 { - margin-left: -0.25rem !important; - } - .ml-lg-n2 { - margin-left: -0.5rem !important; - } - .ml-lg-n3 { - margin-left: -1rem !important; - } - .ml-lg-n4 { - margin-left: -1.5rem !important; - } - .ml-lg-n5 { - margin-left: -3rem !important; - } - .p-lg-0 { + .p-xl-0 { padding: 0 !important; } - .p-lg-1 { + .p-xl-1 { padding: 0.25rem !important; } - .p-lg-2 { + .p-xl-2 { padding: 0.5rem !important; } - .p-lg-3 { + .p-xl-3 { padding: 1rem !important; } - .p-lg-4 { + .p-xl-4 { padding: 1.5rem !important; } - .p-lg-5 { + .p-xl-5 { padding: 3rem !important; } - .px-lg-0 { + .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; } - .px-lg-1 { + .px-xl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .px-lg-2 { + .px-xl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .px-lg-3 { + .px-xl-3 { padding-right: 1rem !important; padding-left: 1rem !important; } - .px-lg-4 { + .px-xl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .px-lg-5 { + .px-xl-5 { padding-right: 3rem !important; padding-left: 3rem !important; } - .py-lg-0 { + .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } - .py-lg-1 { + .py-xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } - .py-lg-2 { + .py-xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } - .py-lg-3 { + .py-xl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } - .py-lg-4 { + .py-xl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } - .py-lg-5 { + .py-xl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } - .pt-lg-0 { + .pt-xl-0 { padding-top: 0 !important; } - .pt-lg-1 { + .pt-xl-1 { padding-top: 0.25rem !important; } - .pt-lg-2 { + .pt-xl-2 { padding-top: 0.5rem !important; } - .pt-lg-3 { + .pt-xl-3 { padding-top: 1rem !important; } - .pt-lg-4 { + .pt-xl-4 { padding-top: 1.5rem !important; } - .pt-lg-5 { + .pt-xl-5 { padding-top: 3rem !important; } - .pr-lg-0 { + .pr-xl-0 { padding-right: 0 !important; } - .pr-lg-1 { + .pr-xl-1 { padding-right: 0.25rem !important; } - .pr-lg-2 { + .pr-xl-2 { padding-right: 0.5rem !important; } - .pr-lg-3 { + .pr-xl-3 { padding-right: 1rem !important; } - .pr-lg-4 { + .pr-xl-4 { padding-right: 1.5rem !important; } - .pr-lg-5 { + .pr-xl-5 { padding-right: 3rem !important; } - .pb-lg-0 { + .pb-xl-0 { padding-bottom: 0 !important; } - .pb-lg-1 { + .pb-xl-1 { padding-bottom: 0.25rem !important; } - .pb-lg-2 { + .pb-xl-2 { padding-bottom: 0.5rem !important; } - .pb-lg-3 { + .pb-xl-3 { padding-bottom: 1rem !important; } - .pb-lg-4 { + .pb-xl-4 { padding-bottom: 1.5rem !important; } - .pb-lg-5 { + .pb-xl-5 { padding-bottom: 3rem !important; } - .pl-lg-0 { + .pl-xl-0 { padding-left: 0 !important; } - .pl-lg-1 { + .pl-xl-1 { padding-left: 0.25rem !important; } - .pl-lg-2 { + .pl-xl-2 { padding-left: 0.5rem !important; } - .pl-lg-3 { + .pl-xl-3 { padding-left: 1rem !important; } - .pl-lg-4 { + .pl-xl-4 { padding-left: 1.5rem !important; } - .pl-lg-5 { + .pl-xl-5 { padding-left: 3rem !important; } - .text-lg-left { + .text-xl-left { text-align: left !important; } - .text-lg-right { + .text-xl-right { text-align: right !important; } - .text-lg-center { + .text-xl-center { text-align: center !important; } } -@media (min-width: 1200px) { - .float-xl-left { +@media (min-width: 1400px) { + .float-xxl-left { float: left !important; } - .float-xl-right { + .float-xxl-right { float: right !important; } - .float-xl-none { + .float-xxl-none { float: none !important; } - .d-xl-none { + .d-xxl-none { display: none !important; } - .d-xl-inline { + .d-xxl-inline { display: inline !important; } - .d-xl-inline-block { + .d-xxl-inline-block { display: inline-block !important; } - .d-xl-block { + .d-xxl-block { display: block !important; } - .d-xl-table { + .d-xxl-table { display: table !important; } - .d-xl-table-row { + .d-xxl-table-row { display: table-row !important; } - .d-xl-table-cell { + .d-xxl-table-cell { display: table-cell !important; } - .d-xl-flex { + .d-xxl-flex { display: flex !important; } - .d-xl-inline-flex { + .d-xxl-inline-flex { display: inline-flex !important; } - .flex-xl-fill { + .flex-xxl-fill { flex: 1 1 auto !important; } - .flex-xl-row { + .flex-xxl-row { flex-direction: row !important; } - .flex-xl-column { + .flex-xxl-column { flex-direction: column !important; } - .flex-xl-row-reverse { + .flex-xxl-row-reverse { flex-direction: row-reverse !important; } - .flex-xl-column-reverse { + .flex-xxl-column-reverse { flex-direction: column-reverse !important; } - .flex-xl-grow-0 { + .flex-xxl-grow-0 { flex-grow: 0 !important; } - .flex-xl-grow-1 { + .flex-xxl-grow-1 { flex-grow: 1 !important; } - .flex-xl-shrink-0 { + .flex-xxl-shrink-0 { flex-shrink: 0 !important; } - .flex-xl-shrink-1 { + .flex-xxl-shrink-1 { flex-shrink: 1 !important; } - .flex-xl-wrap { + .flex-xxl-wrap { flex-wrap: wrap !important; } - .flex-xl-nowrap { + .flex-xxl-nowrap { flex-wrap: nowrap !important; } - .flex-xl-wrap-reverse { + .flex-xxl-wrap-reverse { flex-wrap: wrap-reverse !important; } - .justify-content-xl-start { + .justify-content-xxl-start { justify-content: flex-start !important; } - .justify-content-xl-end { + .justify-content-xxl-end { justify-content: flex-end !important; } - .justify-content-xl-center { + .justify-content-xxl-center { justify-content: center !important; } - .justify-content-xl-between { + .justify-content-xxl-between { justify-content: space-between !important; } - .justify-content-xl-around { + .justify-content-xxl-around { justify-content: space-around !important; } - .align-items-xl-start { + .align-items-xxl-start { align-items: flex-start !important; } - .align-items-xl-end { + .align-items-xxl-end { align-items: flex-end !important; } - .align-items-xl-center { + .align-items-xxl-center { align-items: center !important; } - .align-items-xl-baseline { + .align-items-xxl-baseline { align-items: baseline !important; } - .align-items-xl-stretch { + .align-items-xxl-stretch { align-items: stretch !important; } - .align-content-xl-start { + .align-content-xxl-start { align-content: flex-start !important; } - .align-content-xl-end { + .align-content-xxl-end { align-content: flex-end !important; } - .align-content-xl-center { + .align-content-xxl-center { align-content: center !important; } - .align-content-xl-between { + .align-content-xxl-between { align-content: space-between !important; } - .align-content-xl-around { + .align-content-xxl-around { align-content: space-around !important; } - .align-content-xl-stretch { + .align-content-xxl-stretch { align-content: stretch !important; } - .align-self-xl-auto { + .align-self-xxl-auto { align-self: auto !important; } - .align-self-xl-start { + .align-self-xxl-start { align-self: flex-start !important; } - .align-self-xl-end { + .align-self-xxl-end { align-self: flex-end !important; } - .align-self-xl-center { + .align-self-xxl-center { align-self: center !important; } - .align-self-xl-baseline { + .align-self-xxl-baseline { align-self: baseline !important; } - .align-self-xl-stretch { + .align-self-xxl-stretch { align-self: stretch !important; } - .order-xl-first { + .order-xxl-first { order: -1 !important; } - .order-xl-0 { + .order-xxl-0 { order: 0 !important; } - .order-xl-1 { + .order-xxl-1 { order: 1 !important; } - .order-xl-2 { + .order-xxl-2 { order: 2 !important; } - .order-xl-3 { + .order-xxl-3 { order: 3 !important; } - .order-xl-4 { + .order-xxl-4 { order: 4 !important; } - .order-xl-5 { + .order-xxl-5 { order: 5 !important; } - .order-xl-last { + .order-xxl-last { order: 6 !important; } - .m-xl-0 { + .m-xxl-0 { margin: 0 !important; } - .m-xl-1 { + .m-xxl-1 { margin: 0.25rem !important; } - .m-xl-2 { + .m-xxl-2 { margin: 0.5rem !important; } - .m-xl-3 { + .m-xxl-3 { margin: 1rem !important; } - .m-xl-4 { + .m-xxl-4 { margin: 1.5rem !important; } - .m-xl-5 { + .m-xxl-5 { margin: 3rem !important; } - .m-xl-auto { + .m-xxl-auto { margin: auto !important; } - .mx-xl-0 { + .mx-xxl-0 { margin-right: 0 !important; margin-left: 0 !important; } - .mx-xl-1 { + .mx-xxl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .mx-xl-2 { + .mx-xxl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .mx-xl-3 { + .mx-xxl-3 { margin-right: 1rem !important; margin-left: 1rem !important; } - .mx-xl-4 { + .mx-xxl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .mx-xl-5 { + .mx-xxl-5 { margin-right: 3rem !important; margin-left: 3rem !important; } - .mx-xl-auto { + .mx-xxl-auto { margin-right: auto !important; margin-left: auto !important; } - .my-xl-0 { + .my-xxl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } - .my-xl-1 { + .my-xxl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } - .my-xl-2 { + .my-xxl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } - .my-xl-3 { + .my-xxl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } - .my-xl-4 { + .my-xxl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } - .my-xl-5 { + .my-xxl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } - .my-xl-auto { + .my-xxl-auto { margin-top: auto !important; margin-bottom: auto !important; } - .mt-xl-0 { + .mt-xxl-0 { margin-top: 0 !important; } - .mt-xl-1 { + .mt-xxl-1 { margin-top: 0.25rem !important; } - .mt-xl-2 { + .mt-xxl-2 { margin-top: 0.5rem !important; } - .mt-xl-3 { + .mt-xxl-3 { margin-top: 1rem !important; } - .mt-xl-4 { + .mt-xxl-4 { margin-top: 1.5rem !important; } - .mt-xl-5 { + .mt-xxl-5 { margin-top: 3rem !important; } - .mt-xl-auto { + .mt-xxl-auto { margin-top: auto !important; } - .mr-xl-0 { + .mr-xxl-0 { margin-right: 0 !important; } - .mr-xl-1 { + .mr-xxl-1 { margin-right: 0.25rem !important; } - .mr-xl-2 { + .mr-xxl-2 { margin-right: 0.5rem !important; } - .mr-xl-3 { + .mr-xxl-3 { margin-right: 1rem !important; } - .mr-xl-4 { + .mr-xxl-4 { margin-right: 1.5rem !important; } - .mr-xl-5 { + .mr-xxl-5 { margin-right: 3rem !important; } - .mr-xl-auto { + .mr-xxl-auto { margin-right: auto !important; } - .mb-xl-0 { + .mb-xxl-0 { margin-bottom: 0 !important; } - .mb-xl-1 { + .mb-xxl-1 { margin-bottom: 0.25rem !important; } - .mb-xl-2 { + .mb-xxl-2 { margin-bottom: 0.5rem !important; } - .mb-xl-3 { + .mb-xxl-3 { margin-bottom: 1rem !important; } - .mb-xl-4 { + .mb-xxl-4 { margin-bottom: 1.5rem !important; } - .mb-xl-5 { + .mb-xxl-5 { margin-bottom: 3rem !important; } - .mb-xl-auto { + .mb-xxl-auto { margin-bottom: auto !important; } - .ml-xl-0 { + .ml-xxl-0 { margin-left: 0 !important; } - .ml-xl-1 { + .ml-xxl-1 { margin-left: 0.25rem !important; } - .ml-xl-2 { + .ml-xxl-2 { margin-left: 0.5rem !important; } - .ml-xl-3 { + .ml-xxl-3 { margin-left: 1rem !important; } - .ml-xl-4 { + .ml-xxl-4 { margin-left: 1.5rem !important; } - .ml-xl-5 { + .ml-xxl-5 { margin-left: 3rem !important; } - .ml-xl-auto { + .ml-xxl-auto { margin-left: auto !important; } - .m-xl-n1 { - margin: -0.25rem !important; - } - .m-xl-n2 { - margin: -0.5rem !important; - } - .m-xl-n3 { - margin: -1rem !important; - } - .m-xl-n4 { - margin: -1.5rem !important; - } - .m-xl-n5 { - margin: -3rem !important; - } - .mx-xl-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; - } - .mx-xl-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; - } - .mx-xl-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; - } - .mx-xl-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; - } - .mx-xl-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; - } - .my-xl-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - .my-xl-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - .my-xl-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - .my-xl-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - .my-xl-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - .mt-xl-n1 { - margin-top: -0.25rem !important; - } - .mt-xl-n2 { - margin-top: -0.5rem !important; - } - .mt-xl-n3 { - margin-top: -1rem !important; - } - .mt-xl-n4 { - margin-top: -1.5rem !important; - } - .mt-xl-n5 { - margin-top: -3rem !important; - } - .mr-xl-n1 { - margin-right: -0.25rem !important; - } - .mr-xl-n2 { - margin-right: -0.5rem !important; - } - .mr-xl-n3 { - margin-right: -1rem !important; - } - .mr-xl-n4 { - margin-right: -1.5rem !important; - } - .mr-xl-n5 { - margin-right: -3rem !important; - } - .mb-xl-n1 { - margin-bottom: -0.25rem !important; - } - .mb-xl-n2 { - margin-bottom: -0.5rem !important; - } - .mb-xl-n3 { - margin-bottom: -1rem !important; - } - .mb-xl-n4 { - margin-bottom: -1.5rem !important; - } - .mb-xl-n5 { - margin-bottom: -3rem !important; - } - .ml-xl-n1 { - margin-left: -0.25rem !important; - } - .ml-xl-n2 { - margin-left: -0.5rem !important; - } - .ml-xl-n3 { - margin-left: -1rem !important; - } - .ml-xl-n4 { - margin-left: -1.5rem !important; - } - .ml-xl-n5 { - margin-left: -3rem !important; - } - .p-xl-0 { + .p-xxl-0 { padding: 0 !important; } - .p-xl-1 { + .p-xxl-1 { padding: 0.25rem !important; } - .p-xl-2 { + .p-xxl-2 { padding: 0.5rem !important; } - .p-xl-3 { + .p-xxl-3 { padding: 1rem !important; } - .p-xl-4 { + .p-xxl-4 { padding: 1.5rem !important; } - .p-xl-5 { + .p-xxl-5 { padding: 3rem !important; } - .px-xl-0 { + .px-xxl-0 { padding-right: 0 !important; padding-left: 0 !important; } - .px-xl-1 { + .px-xxl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .px-xl-2 { + .px-xxl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .px-xl-3 { + .px-xxl-3 { padding-right: 1rem !important; padding-left: 1rem !important; } - .px-xl-4 { + .px-xxl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .px-xl-5 { + .px-xxl-5 { padding-right: 3rem !important; padding-left: 3rem !important; } - .py-xl-0 { + .py-xxl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } - .py-xl-1 { + .py-xxl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } - .py-xl-2 { + .py-xxl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } - .py-xl-3 { + .py-xxl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } - .py-xl-4 { + .py-xxl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } - .py-xl-5 { + .py-xxl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } - .pt-xl-0 { + .pt-xxl-0 { padding-top: 0 !important; } - .pt-xl-1 { + .pt-xxl-1 { padding-top: 0.25rem !important; } - .pt-xl-2 { + .pt-xxl-2 { padding-top: 0.5rem !important; } - .pt-xl-3 { + .pt-xxl-3 { padding-top: 1rem !important; } - .pt-xl-4 { + .pt-xxl-4 { padding-top: 1.5rem !important; } - .pt-xl-5 { + .pt-xxl-5 { padding-top: 3rem !important; } - .pr-xl-0 { + .pr-xxl-0 { padding-right: 0 !important; } - .pr-xl-1 { + .pr-xxl-1 { padding-right: 0.25rem !important; } - .pr-xl-2 { + .pr-xxl-2 { padding-right: 0.5rem !important; } - .pr-xl-3 { + .pr-xxl-3 { padding-right: 1rem !important; } - .pr-xl-4 { + .pr-xxl-4 { padding-right: 1.5rem !important; } - .pr-xl-5 { + .pr-xxl-5 { padding-right: 3rem !important; } - .pb-xl-0 { + .pb-xxl-0 { padding-bottom: 0 !important; } - .pb-xl-1 { + .pb-xxl-1 { padding-bottom: 0.25rem !important; } - .pb-xl-2 { + .pb-xxl-2 { padding-bottom: 0.5rem !important; } - .pb-xl-3 { + .pb-xxl-3 { padding-bottom: 1rem !important; } - .pb-xl-4 { + .pb-xxl-4 { padding-bottom: 1.5rem !important; } - .pb-xl-5 { + .pb-xxl-5 { padding-bottom: 3rem !important; } - .pl-xl-0 { + .pl-xxl-0 { padding-left: 0 !important; } - .pl-xl-1 { + .pl-xxl-1 { padding-left: 0.25rem !important; } - .pl-xl-2 { + .pl-xxl-2 { padding-left: 0.5rem !important; } - .pl-xl-3 { + .pl-xxl-3 { padding-left: 1rem !important; } - .pl-xl-4 { + .pl-xxl-4 { padding-left: 1.5rem !important; } - .pl-xl-5 { + .pl-xxl-5 { padding-left: 3rem !important; } - .text-xl-left { + .text-xxl-left { text-align: left !important; } - .text-xl-right { + .text-xxl-right { text-align: right !important; } - .text-xl-center { + .text-xxl-center { text-align: center !important; } } diff --git a/dist/css/bootstrap.css.map b/dist/css/bootstrap.css.map index 7cb80215d..563c80b42 100644 --- a/dist/css/bootstrap.css.map +++ b/dist/css/bootstrap.css.map @@ -1 +1 @@ -{"version":3,"sources":["../../scss/bootstrap.scss","bootstrap.css","../../scss/_root.scss","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/vendor/_rfs.scss","../../scss/mixins/_border-radius.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/_containers.scss","../../scss/mixins/_container.scss","../../scss/mixins/_breakpoints.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/_tables.scss","../../scss/mixins/_table-row.scss","../../scss/_functions.scss","../../scss/forms/_labels.scss","../../scss/forms/_form-control.scss","../../scss/mixins/_transition.scss","../../scss/forms/_form-select.scss","../../scss/forms/_form-check.scss","../../scss/forms/_form-file.scss","../../scss/mixins/_gradients.scss","../../scss/forms/_form-range.scss","../../scss/forms/_input-group.scss","../../scss/mixins/_forms.scss","../../scss/_buttons.scss","../../scss/mixins/_buttons.scss","../../scss/_transitions.scss","../../scss/_dropdown.scss","../../scss/mixins/_caret.scss","../../scss/_button-group.scss","../../scss/_nav.scss","../../scss/_navbar.scss","../../scss/_card.scss","../../scss/_breadcrumb.scss","../../scss/_pagination.scss","../../scss/mixins/_pagination.scss","../../scss/_badge.scss","../../scss/_alert.scss","../../scss/mixins/_alert.scss","../../scss/_progress.scss","../../scss/_list-group.scss","../../scss/mixins/_list-group.scss","../../scss/_close.scss","../../scss/_toasts.scss","../../scss/_modal.scss","../../scss/_tooltip.scss","../../scss/mixins/_reset-text.scss","../../scss/_popover.scss","../../scss/_carousel.scss","../../scss/mixins/_clearfix.scss","../../scss/_spinners.scss","../../scss/helpers/_colored-links.scss","../../scss/helpers/_embed.scss","../../scss/helpers/_position.scss","../../scss/helpers/_screenreaders.scss","../../scss/mixins/_screen-reader.scss","../../scss/helpers/_stretched-link.scss","../../scss/helpers/_text-truncation.scss","../../scss/mixins/_text-truncate.scss","../../scss/mixins/_utilities.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"AAAA;;;;;ECKE;ACLF;EAGI,eAAc;EAAd,iBAAc;EAAd,iBAAc;EAAd,eAAc;EAAd,cAAc;EAAd,iBAAc;EAAd,iBAAc;EAAd,gBAAc;EAAd,eAAc;EAAd,eAAc;EAAd,aAAc;EAAd,eAAc;EAAd,oBAAc;EAId,kBAAc;EAAd,oBAAc;EAAd,kBAAc;EAAd,eAAc;EAAd,kBAAc;EAAd,iBAAc;EAAd,gBAAc;EAAd,eAAc;EAKhB,+MAAyB;EACzB,6GAAwB;ADiB1B;;AEfA;;;EAGE,sBAAsB;AFkBxB;;AEGA;EACE,SAAS;EACT,kMCsUiN;EC3H7M,eAvE+B;EFlInC,gBCkV+B;EDjV/B,gBCuV+B;EDtV/B,cC7BgB;ED+BhB,sBCxCa;EDyCb,8BAA8B;EAC9B,6CChCa;AH+Bf;;AAEA;EEaE,qBAAqB;AFXvB;;AEqBA;EACE,cAAsB;EACtB,cCqWmC;EDpWnC,8BAA8B;EAC9B,SAAS;EACT,aCoW+B;AHtXjC;;AEqBA;EACE,WC4O+B;AH9PjC;;AE4BA;EACE,aAAa;EACb,qBCgTuC;ED7SvC,gBCgT+B;ED/S/B,gBCgT+B;AH3UjC;;AE+BA;EEkJQ,iCAf6B;AJ9JrC;;AIWI;EFgBJ;IEyJQ,iBAlF6B;EJ7FnC;AACF;;AE0BA;EE6IQ,iCAf6B;AJpJrC;;AICI;EFqBJ;IEoJQ,eAlF6B;EJnFnC;AACF;;AEqBA;EEwIQ,+BAf6B;AJ1IrC;;AITI;EF0BJ;IE+IQ,kBAlF6B;EJzEnC;AACF;;AEgBA;EEmIQ,iCAf6B;AJhIrC;;AInBI;EF+BJ;IE0IQ,iBAlF6B;EJ/DnC;AACF;;AEWA;EE0HM,kBAvE+B;AJ1DrC;;AEYA;EEqHM,eAvE+B;AJtDrC;;AEmBA;EACE,aAAa;EACb,mBC6H8B;AH7IhC;;AE2BA;;EAEE,0BAA0B;EAC1B,yCAAiC;EAAjC,iCAAiC;EACjC,YAAY;EACZ,sCAA8B;EAA9B,8BAA8B;AFxBhC;;AE8BA;EACE,mBAAmB;EACnB,kBAAkB;EAClB,oBAAoB;AF3BtB;;AEiCA;;EAEE,kBAAkB;AF9BpB;;AEiCA;;;EAGE,aAAa;EACb,mBAAmB;AF9BrB;;AEiCA;;;;EAIE,gBAAgB;AF9BlB;;AEiCA;EACE,gBC+L+B;AH7NjC;;AEmCA;EACE,oBAAoB;EACpB,cAAc;AFhChB;;AEsCA;EACE,gBAAgB;AFnClB;;AE2CA;;EAEE,mBCwKkC;AHhNpC;;AEgDA;EEqBM,kBAvE+B;AJMrC;;AEmDA;EACE,cCiNgC;EDhNhC,yBCwNmC;AHxQrC;;AEyDA;;EAEE,kBAAkB;EECd,iBAvE+B;EFwEnC,cAAc;EACd,wBAAwB;AFtD1B;;AEyDA;EAAM,cAAc;AFrDpB;;AEsDA;EAAM,UAAU;AFlDhB;;AEuDA;EACE,cC/Ne;EDgOf,0BCLiD;AH/CnD;;AEkDA;EAKI,cCP8D;AH5ClE;;AE6DA;EAGI,cAAc;EACd,qBAAqB;AF5DzB;;AEmEA;;;;EAIE,iGCmFgH;EC5H5G,cAvE+B;AJiDrC;;AEuEA;EACE,cAAc;EACd,aAAa;EACb,mBAAmB;EACnB,cAAc;EErDV,kBAvE+B;AJyDrC;;AE+DA;EEjDM,kBAvE+B;EFmIjC,cAAc;EACd,kBAAkB;AFrEtB;;AEyEA;EEjEM,kBAvE+B;EF0InC,cCnRe;EDoRf,qBAAqB;AFtEvB;;AEyEE;EACE,cAAc;AFtElB;;AE0EA;EACE,sBC63BuC;EC18BnC,kBAvE+B;EFsJnC,WC5Ta;ED6Tb,yBCpTgB;EEEd,qBFiT+B;AHrEnC;;AEkEA;EAQI,UAAU;EEpFR,cAvE+B;EF6JjC,gBCoD6B;AH1HjC;;AE+EA;EACE,gBAAgB;AF5ElB;;AEkFA;;EAEE,sBAAsB;AF/ExB;;AEuFA;EACE,oBAAoB;EACpB,yBAAyB;AFpF3B;;AEuFA;EACE,mBC6FiC;ED5FjC,sBC4FiC;ED3FjC,cC/VgB;EDgWhB,gBAAgB;AFpFlB;;AE0FA;EACE,mBAAmB;EACnB,gCAAgC;AFvFlC;;AE+FA;EACE,qBAAqB;EACrB,qBCgL2C;AH5Q7C;;AEkGA;EAEE,gBAAgB;AFhGlB;;AEuGA;EACE,mBAAmB;EACnB,0CAA0C;AFpG5C;;AEyGA;;;;;EAKE,SAAS;EACT,oBAAoB;EEvKhB,kBAvE+B;EFgPnC,oBAAoB;AFtGtB;;AE2GA;;EAEE,iBAAiB;AFxGnB;;AE6GA;;EAEE,oBAAoB;AF1GtB;;AEgHA;EACE,iBAAiB;AF7GnB;;AAEA;EEkHE,aAAa;AFhHf;;AEwHA;;;;EAIE,0BAA0B;AFrH5B;;AEiHA;;;;EAQM,eAAe;AFlHrB;;AEyHA;EACE,UAAU;EACV,kBAAkB;AFtHpB;;AE+HA;;;;EAIE,6BAA6B;AF5H/B;;AEiIA;EACE,gBAAgB;AF9HlB;;AEwIA;EACE,YAAY;EACZ,UAAU;EACV,SAAS;EACT,SAAS;AFrIX;;AE8IA;EACE,WAAW;EACX,WAAW;EACX,UAAU;EACV,qBC5EiC;EC5L3B,iCAf6B;EF0RnC,oBAAoB;EACpB,mBAAmB;AF5IrB;;AIlSI;EFsaJ;IE7PQ,iBAlF6B;EJgNnC;AACF;;AE8HA;EAWI,WAAW;AFrIf;;AE4IA;;;;;;;EAOE,UAAU;AFzIZ;;AE4IA;EACE,YAAY;AFzId;;AAEA;EEiJE,oBAAoB;EACpB,6BAA6B;AF/I/B;;AEoJA;EACE,wBAAwB;AFjJ1B;;AEsJA;EACE,UAAU;AFnJZ;;AEyJA;EACE,aAAa;EACb,0BAA0B;AFtJ5B;;AE2JA;EACE,qBAAqB;AFxJvB;;AEgKA;EACE,kBAAkB;EAClB,eAAe;AF7JjB;;AEqKA;EACE,wBAAwB;AFlK1B;;AAEA;EEyKE,wBAAwB;AFvK1B;;AMvZA;EFwNM,kBAvE+B;EE/InC,gBHmY+B;AHuBjC;;AMtZA;EFsNQ,iCAf6B;EErMnC,gBHsX+B;EGrX/B,gBH6W+B;AH4CjC;;AIxWI;EEpDJ;IF6NQ,eAlF6B;EJsRnC;AACF;;AM7ZA;EFiNQ,iCAf6B;EEhMnC,gBHkX+B;EGjX/B,gBHwW+B;AHwDjC;;AIpXI;EE/CJ;IFwNQ,iBAlF6B;EJkSnC;AACF;;AMpaA;EF4MQ,iCAf6B;EE3LnC,gBH8W+B;EG7W/B,gBHmW+B;AHoEjC;;AIhYI;EE1CJ;IFmNQ,iBAlF6B;EJ8SnC;AACF;;AM3aA;EFuMQ,iCAf6B;EEtLnC,gBH0W+B;EGzW/B,gBH8V+B;AHgFjC;;AI5YI;EErCJ;IF8MQ,iBAlF6B;EJ0TnC;AACF;;AMlaA;EClEE,eAAe;EACf,gBAAgB;APwelB;;AMlaA;ECvEE,eAAe;EACf,gBAAgB;AP6elB;;AMpaA;EACE,qBAAqB;ANuavB;;AMxaA;EAII,oBH4W+B;AH4DnC;;AM9ZA;EFwJM,kBAvE+B;EE/EnC,yBAAyB;ANia3B;;AM7ZA;EACE,mBH+HW;ECkBP,kBAvE+B;AJuVrC;;AM7ZA;EACE,cAAc;EF4IV,kBAvE+B;EEnEnC,cH7FgB;AH6flB;;AMnaA;EAMI,qBAAqB;ANiazB;;AQvgBA;ECIE,eAAe;EAGf,YAAY;ATqgBd;;AQtgBA;EACE,gBLulCwC;EKtlCxC,sBLRa;EKSb,yBLNgB;EEQd,sBF+SgC;EMtTlC,eAAe;EAGf,YAAY;AT8gBd;;AQhgBA;EAEE,qBAAqB;ARkgBvB;;AQ/fA;EACE,qBAA0B;EAC1B,cAAc;ARkgBhB;;AQ/fA;EJ8MM,kBAvE+B;EIrInC,cL3BgB;AH6hBlB;;AUpiBE;ECHA,WAAW;EACX,mBRmTwB;EQlTxB,kBRkTwB;EQjTxB,kBAAkB;EAClB,iBAAiB;AX2iBnB;;AYnfI;EFzDF;ICSI,gBRmRK;EHqRT;AACF;;AYzfI;EFzDF;ICSI,gBRoRK;EH0RT;AACF;;AY/fI;EFzDF;ICSI,gBRqRK;EH+RT;AACF;;AYrgBI;EFzDF;ICSI,iBRsRM;EHoSV;AACF;;AU9jBE;ECTA,WAAW;EACX,mBRmTwB;EQlTxB,kBRkTwB;EQjTxB,kBAAkB;EAClB,iBAAiB;AX2kBnB;;AYnhBI;EFxCE;IACE,gBP0QG;EHqTT;AACF;;AYzhBI;EFxCE;IACE,gBP2QG;EH0TT;AACF;;AY/hBI;EFxCE;IACE,gBP4QG;EH+TT;AACF;;AYriBI;EFxCE;IACE,iBP6QI;EHoUV;AACF;;AarmBE;ECAA,aAAa;EACb,eAAe;EACf,sBAA0B;EAC1B,qBAAyB;AdymB3B;;Aa5mBE;ECYA,cAAc;EACd,WAAW;EACX,eAAe;EACf,sBAA0B;EAC1B,qBAAyB;AdomB3B;;AahmBQ;;EAEE,eVyMJ;EUxMI,cVwMJ;AH2ZN;;AatmBQ;;EAMI,gBVqMN;EUpMM,eVoMN;AHiaN;;AajmBQ;;EAEE,aV8LJ;AHsaN;;AatmBQ;;EAKI,aV2LN;AH2aN;;AatnBQ;;EAEE,uBAAyB;EACzB,sBAAwB;AbynBlC;;Aa5nBQ;;EAMI,uBAAyB;EACzB,sBAAwB;Ab2nBpC;;AavnBQ;;EAEE,oBV+LQ;AH2blB;;Aa5nBQ;;EAKI,mBV4LM;AHgclB;;Aa5oBQ;;EAEE,sBAAyB;EACzB,qBAAwB;Ab+oBlC;;AalpBQ;;EAMI,sBAAyB;EACzB,qBAAwB;AbipBpC;;Aa7oBQ;;EAEE,mBVgMO;AHgdjB;;AalpBQ;;EAKI,kBV6LK;AHqdjB;;AalqBQ;;EAEE,qBAAyB;EACzB,oBAAwB;AbqqBlC;;AaxqBQ;;EAMI,qBAAyB;EACzB,oBAAwB;AbuqBpC;;AanqBQ;;EAEE,iBV4LG;AH0eb;;AaxqBQ;;EAKI,gBVyLC;AH+eb;;AaxrBQ;;EAEE,sBAAyB;EACzB,qBAAwB;Ab2rBlC;;Aa9rBQ;;EAMI,sBAAyB;EACzB,qBAAwB;Ab6rBpC;;AazrBQ;;EAEE,mBVkMQ;AH0flB;;Aa9rBQ;;EAKI,kBV+LM;AH+flB;;Aa9sBQ;;EAEE,qBAAyB;EACzB,oBAAwB;AbitBlC;;AaptBQ;;EAMI,qBAAyB;EACzB,oBAAwB;AbmtBpC;;Aa/sBQ;;EAEE,iBVmMM;AH+gBhB;;AaptBQ;;EAKI,gBVgMI;AHohBhB;;AY9rBI;ECtCI;;IAEE,eVyMJ;IUxMI,cVwMJ;EHgiBJ;Ea3uBM;;IAMI,gBVqMN;IUpMM,eVoMN;EHqiBJ;EaruBM;;IAEE,aV8LJ;EHyiBJ;EazuBM;;IAKI,aV2LN;EH6iBJ;EaxvBM;;IAEE,uBAAyB;IACzB,sBAAwB;Eb0vBhC;Ea7vBM;;IAMI,uBAAyB;IACzB,sBAAwB;Eb2vBlC;EavvBM;;IAEE,oBV+LQ;EH0jBhB;Ea3vBM;;IAKI,mBV4LM;EH8jBhB;Ea1wBM;;IAEE,sBAAyB;IACzB,qBAAwB;Eb4wBhC;Ea/wBM;;IAMI,sBAAyB;IACzB,qBAAwB;Eb6wBlC;EazwBM;;IAEE,mBVgMO;EH2kBf;Ea7wBM;;IAKI,kBV6LK;EH+kBf;Ea5xBM;;IAEE,qBAAyB;IACzB,oBAAwB;Eb8xBhC;EajyBM;;IAMI,qBAAyB;IACzB,oBAAwB;Eb+xBlC;Ea3xBM;;IAEE,iBV4LG;EHimBX;Ea/xBM;;IAKI,gBVyLC;EHqmBX;Ea9yBM;;IAEE,sBAAyB;IACzB,qBAAwB;EbgzBhC;EanzBM;;IAMI,sBAAyB;IACzB,qBAAwB;EbizBlC;Ea7yBM;;IAEE,mBVkMQ;EH6mBhB;EajzBM;;IAKI,kBV+LM;EHinBhB;Eah0BM;;IAEE,qBAAyB;IACzB,oBAAwB;Ebk0BhC;Ear0BM;;IAMI,qBAAyB;IACzB,oBAAwB;Ebm0BlC;Ea/zBM;;IAEE,iBVmMM;EH8nBd;Ean0BM;;IAKI,gBVgMI;EHkoBd;AACF;;AY7yBI;ECtCI;;IAEE,eVyMJ;IUxMI,cVwMJ;EH+oBJ;Ea11BM;;IAMI,gBVqMN;IUpMM,eVoMN;EHopBJ;Eap1BM;;IAEE,aV8LJ;EHwpBJ;Eax1BM;;IAKI,aV2LN;EH4pBJ;Eav2BM;;IAEE,uBAAyB;IACzB,sBAAwB;Eby2BhC;Ea52BM;;IAMI,uBAAyB;IACzB,sBAAwB;Eb02BlC;Eat2BM;;IAEE,oBV+LQ;EHyqBhB;Ea12BM;;IAKI,mBV4LM;EH6qBhB;Eaz3BM;;IAEE,sBAAyB;IACzB,qBAAwB;Eb23BhC;Ea93BM;;IAMI,sBAAyB;IACzB,qBAAwB;Eb43BlC;Eax3BM;;IAEE,mBVgMO;EH0rBf;Ea53BM;;IAKI,kBV6LK;EH8rBf;Ea34BM;;IAEE,qBAAyB;IACzB,oBAAwB;Eb64BhC;Eah5BM;;IAMI,qBAAyB;IACzB,oBAAwB;Eb84BlC;Ea14BM;;IAEE,iBV4LG;EHgtBX;Ea94BM;;IAKI,gBVyLC;EHotBX;Ea75BM;;IAEE,sBAAyB;IACzB,qBAAwB;Eb+5BhC;Eal6BM;;IAMI,sBAAyB;IACzB,qBAAwB;Ebg6BlC;Ea55BM;;IAEE,mBVkMQ;EH4tBhB;Eah6BM;;IAKI,kBV+LM;EHguBhB;Ea/6BM;;IAEE,qBAAyB;IACzB,oBAAwB;Ebi7BhC;Eap7BM;;IAMI,qBAAyB;IACzB,oBAAwB;Ebk7BlC;Ea96BM;;IAEE,iBVmMM;EH6uBd;Eal7BM;;IAKI,gBVgMI;EHivBd;AACF;;AY55BI;ECtCI;;IAEE,eVyMJ;IUxMI,cVwMJ;EH8vBJ;Eaz8BM;;IAMI,gBVqMN;IUpMM,eVoMN;EHmwBJ;Ean8BM;;IAEE,aV8LJ;EHuwBJ;Eav8BM;;IAKI,aV2LN;EH2wBJ;Eat9BM;;IAEE,uBAAyB;IACzB,sBAAwB;Ebw9BhC;Ea39BM;;IAMI,uBAAyB;IACzB,sBAAwB;Eby9BlC;Ear9BM;;IAEE,oBV+LQ;EHwxBhB;Eaz9BM;;IAKI,mBV4LM;EH4xBhB;Eax+BM;;IAEE,sBAAyB;IACzB,qBAAwB;Eb0+BhC;Ea7+BM;;IAMI,sBAAyB;IACzB,qBAAwB;Eb2+BlC;Eav+BM;;IAEE,mBVgMO;EHyyBf;Ea3+BM;;IAKI,kBV6LK;EH6yBf;Ea1/BM;;IAEE,qBAAyB;IACzB,oBAAwB;Eb4/BhC;Ea//BM;;IAMI,qBAAyB;IACzB,oBAAwB;Eb6/BlC;Eaz/BM;;IAEE,iBV4LG;EH+zBX;Ea7/BM;;IAKI,gBVyLC;EHm0BX;Ea5gCM;;IAEE,sBAAyB;IACzB,qBAAwB;Eb8gChC;EajhCM;;IAMI,sBAAyB;IACzB,qBAAwB;Eb+gClC;Ea3gCM;;IAEE,mBVkMQ;EH20BhB;Ea/gCM;;IAKI,kBV+LM;EH+0BhB;Ea9hCM;;IAEE,qBAAyB;IACzB,oBAAwB;EbgiChC;EaniCM;;IAMI,qBAAyB;IACzB,oBAAwB;EbiiClC;Ea7hCM;;IAEE,iBVmMM;EH41Bd;EajiCM;;IAKI,gBVgMI;EHg2Bd;AACF;;AY3gCI;ECtCI;;IAEE,eVyMJ;IUxMI,cVwMJ;EH62BJ;EaxjCM;;IAMI,gBVqMN;IUpMM,eVoMN;EHk3BJ;EaljCM;;IAEE,aV8LJ;EHs3BJ;EatjCM;;IAKI,aV2LN;EH03BJ;EarkCM;;IAEE,uBAAyB;IACzB,sBAAwB;EbukChC;Ea1kCM;;IAMI,uBAAyB;IACzB,sBAAwB;EbwkClC;EapkCM;;IAEE,oBV+LQ;EHu4BhB;EaxkCM;;IAKI,mBV4LM;EH24BhB;EavlCM;;IAEE,sBAAyB;IACzB,qBAAwB;EbylChC;Ea5lCM;;IAMI,sBAAyB;IACzB,qBAAwB;Eb0lClC;EatlCM;;IAEE,mBVgMO;EHw5Bf;Ea1lCM;;IAKI,kBV6LK;EH45Bf;EazmCM;;IAEE,qBAAyB;IACzB,oBAAwB;E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CX,mBZ4NW;EY3NX,cZSgB;EYRhB,mBZkc+B;AHu3CjC;;Ae7zDA;;EASI,eZ0b+B;EYzb/B,gCZJc;AH6zDlB;;Aen0DA;EAcI,uBAAuB;AfyzD3B;;Aev0DA;EAkBI,sBAAsB;EACtB,4BZTc;AHk0DlB;;Ae50DA;EAuBI,6BZjBc;AH00DlB;;AehzDA;EAAe,iBAAiB;AfozDhC;;Ae7yDA;;EAGI,gBZ0ZgC;AHq5CpC;;AetyDA;EACE,yBZ9CgB;AHu1DlB;;Ae1yDA;;EAKI,yBZlDc;AH41DlB;;Ae/yDA;;EAWM,wBAA4C;AfyyDlD;;AepyDA;;;;EAKI,SAAS;AfsyDb;;Ae9xDA;EAEI,qCZrEW;AHq2Df;;AevxDA;EAGM,cZlFY;EYmFZ,sCZlFS;AH02Df;;AgBt3DE;;;EAII,yBC6H4D;AjB2vDlE;;AgB53DE;;;;EAYM,qBCqH0D;AjBkwDlE;;AgBh3DE;EAKM,yBAJsC;AhBm3D9C;;AgBp3DE;;EASQ,yBARoC;AhBw3D9C;;AgB54DE;;;EAII,yBC6H4D;AjBixDlE;;AgBl5DE;;;;EAYM,qBCqH0D;AjBwxDlE;;AgBt4DE;EAKM,yBAJsC;AhBy4D9C;;AgB14DE;;EASQ,yBARoC;AhB84D9C;;AgBl6DE;;;EAII,yBC6H4D;AjBuyDlE;;AgBx6DE;;;;EAYM,qBCqH0D;AjB8yDlE;;AgB55DE;EAKM,yBAJsC;AhB+5D9C;;AgBh6DE;;EASQ,yBARoC;AhBo6D9C;;AgBx7DE;;;EAII,yBC6H4D;AjB6zDlE;;AgB97DE;;;;EAYM,qBCqH0D;AjBo0DlE;;AgBl7DE;EAKM,yBAJsC;AhBq7D9C;;AgBt7DE;;EASQ,yBARoC;AhB07D9C;;AgB98DE;;;EAII,yBC6H4D;AjBm1DlE;;AgBp9DE;;;;EAYM,qBCqH0D;AjB01DlE;;AgBx8DE;EAKM,yBAJsC;AhB28D9C;;AgB58DE;;EASQ,yBARoC;AhBg9D9C;;AgBp+DE;;;EAII,yBC6H4D;AjBy2DlE;;AgB1+DE;;;;EAYM,qBCqH0D;AjBg3DlE;;AgB99DE;EAKM,yBAJsC;AhBi+D9C;;AgBl+DE;;EASQ,yBARoC;AhBs+D9C;;AgB1/DE;;;EAII,yBC6H4D;AjB+3DlE;;AgBhgEE;;;;EAYM,qBCqH0D;AjBs4DlE;;AgBp/DE;EAKM,yBAJsC;AhBu/D9C;;AgBx/DE;;EASQ,yBARoC;AhB4/D9C;;AgBhhEE;;;EAII,yBC6H4D;AjBq5DlE;;AgBthEE;;;;EAYM,qBCqH0D;AjB45DlE;;AgB1gEE;EAKM,yBAJsC;AhB6gE9C;;AgB9gEE;;EASQ,yBARoC;AhBkhE9C;;AgBtiEE;;;EAII,sCbQS;AHgiEf;;AgBzhEE;EAKM,sCAJsC;AhB4hE9C;;AgB7hEE;;EASQ,sCARoC;AhBiiE9C;;Aeh8DA;EAGM,WZtHS;EYuHT,yBZ/GY;EYgHZ,qBZgWqD;AHimD3D;;Aet8DA;EAWM,cZvHY;EYwHZ,yBZ7HY;EY8HZ,qBZ7HY;AH4jElB;;Ae17DA;EACE,WZtIa;EYuIb,yBZ/HgB;AH4jElB;;Ae/7DA;;;EAOI,qBZ4UuD;AHknD3D;;Aer8DA;EAWI,SAAS;Af87Db;;Aez8DA;EAgBM,2CZrJS;AHklEf;;Ae78DA;EAuBQ,WZ5JO;EY6JP,4CZ7JO;AHulEf;;AYlhEI;EGyGA;IAEI,cAAc;IACd,WAAW;IACX,gBAAgB;IAChB,iCAAiC;Ef46DvC;Eej7DG;IASK,SAAS;Ef26DjB;AACF;;AY9hEI;EGyGA;IAEI,cAAc;IACd,WAAW;IACX,gBAAgB;IAChB,iCAAiC;Efw7DvC;Ee77DG;IASK,SAAS;Efu7DjB;AACF;;AY1iEI;EGyGA;IAEI,cAAc;IACd,WAAW;IACX,gBAAgB;IAChB,iCAAiC;Efo8DvC;Eez8DG;IASK,SAAS;Efm8DjB;AACF;;AYtjEI;EGyGA;IAEI,cAAc;IACd,WAAW;IACX,gBAAgB;IAChB,iCAAiC;Efg9DvC;Eer9DG;IASK,SAAS;Ef+8DjB;AACF;;Ae99DA;EAOQ,cAAc;EACd,WAAW;EACX,gBAAgB;EAChB,iCAAiC;Af29DzC;;Aer+DA;EAcU,SAAS;Af29DnB;;AkBnpEA;EACE,iCDwJ8D;ECvJ9D,oCDuJ8D;ECtJ9D,gBAAgB;Ed2OZ,kBAvE+B;EclKnC,gBfwX+B;AH8xDjC;;AkBnpEA;EACE,+BDgJ8D;EC/I9D,kCD+I8D;EbqF1D,kBAvE+B;AJ0/DrC;;AkBnpEA;EACE,gCD0I8D;ECzI9D,mCDyI8D;EbqF1D,mBAvE+B;AJggErC;;AmBzqEA;EACE,cAAc;EACd,WAAW;EACX,uCFwJ8D;EEvJ9D,yBhBsekC;EC1P9B,eAvE+B;EelKnC,gBhBkX+B;EgBjX/B,gBhBuX+B;EgBtX/B,chBCgB;EgBAhB,sBhBPa;EgBQb,4BAA4B;EAC5B,yBhBLgB;EEOd,sBF+SgC;EiB3T9B,wEjB0lB4F;AH6lDlG;;AoBnrEM;EDNN;ICOQ,gBAAgB;EpBurEtB;AACF;;AmB/rEA;EAsBI,chBZc;EgBad,sBhBpBW;EgBqBX,qBhBkjBsE;EgBjjBtE,UAAU;EAKR,iDhBDW;AH0qEjB;;AmBvsEA;EAoCI,chB3Bc;EgB6Bd,UAAU;AnBsqEd;;AmB5sEA;EAoCI,chB3Bc;EgB6Bd,UAAU;AnBsqEd;;AmB5sEA;EAoCI,chB3Bc;EgB6Bd,UAAU;AnBsqEd;;AmB5sEA;EAoCI,chB3Bc;EgB6Bd,UAAU;AnBsqEd;;AmB5sEA;EAgDI,yBhB3Cc;EgB8Cd,UAAU;AnB8pEd;;AmBrpEA;EACE,cAAc;EACd,WAAW;EACX,mBAA2B;EAC3B,gBAAgB;EAChB,gBhB8T+B;EgB7T/B,chBtDgB;EgBuDhB,6BAA6B;EAC7B,yBAAyB;EACzB,mBAAmC;AnBwpErC;;AmBjqEA;EAaI,gBAAgB;EAChB,eAAe;AnBwpEnB;;AmB7oEA;EACE,sCFqE8D;EEpE9D,uBhB8ZiC;ECrQ7B,mBAvE+B;EC3JjC,qBFiT+B;AH06DnC;;AmB7oEA;EACE,oCF8D8D;EE7D9D,oBhB2ZgC;ECzQ5B,kBAvE+B;EC3JjC,qBFgT+B;AHk7DnC;;AmB7oEA;EACE,eAAe;EACf,iBhBoYmC;AH4wDrC;;AmB7oEA;Ed1FI,sBF+SgC;AH47DpC;;AmB7oEA;Ed9FI,sBF+SgC;AHg8DpC;;AqB5vEA;EACE,cAAc;EACd,WAAW;EACX,mCJuJ8D;EItJ9D,0ClBqekC;EC1P9B,eAvE+B;EiBjKnC,gBlBiX+B;EkBhX/B,gBlBsX+B;EkBrX/B,clBAgB;EkBChB,sBAAsB;EACtB,sBlBTa;EkBUb,iPJ8DgF;EI7DhF,4BAA4B;EAC5B,yClBupBqE;EkBtpBrE,0BlBupB2C;EkBtpB3C,yBlBVgB;EEOd,sBF+SgC;EkBzSlC,wBAAgB;EAAhB,qBAAgB;EAAhB,gBAAgB;ArB6vElB;;AqBhxEA;EAsBI,qBlBmjBsE;EkBljBtE,UAAU;EAIR,iDlBCW;AH0vEjB;;AqBtxEA;EAoCM,clB3BY;EkB4BZ,sBlBnCS;AHyxEf;;AqB3xEA;EA2CI,YAAY;EACZ,sBlB6bgC;EkB5bhC,sBAAsB;ArBovE1B;;AqBjyEA;EAiDI,clBzCc;EkB0Cd,yBlB9Cc;AHkyElB;;AqBtyEA;EAwDI,kBAAkB;EAClB,0BlBhDc;AHkyElB;;AqB9uEA;EACE,kCJ4F8D;EI3F9D,oBlBobkC;EkBnblC,uBlBmbkC;EkBlblC,oBlBmbiC;ECrQ7B,mBAvE+B;AJ2oErC;;AqB9uEA;EACE,gCJoF8D;EInF9D,mBlBgbiC;EkB/ajC,sBlB+aiC;EkB9ajC,kBlB+agC;ECzQ5B,kBAvE+B;AJmpErC;;AsB5zEA;EACE,cAAc;EACd,kBnB8lB2E;EmB7lB3E,oBnB8lBsE;EmB7lBtE,uBnB8lB+C;AHiuDjD;;AsBn0EA;EAOI,WAAW;EACX,oBAA0C;AtBg0E9C;;AsB5zEA;EACE,anBklB8C;EmBjlB9C,cnBilB8C;EmBhlB9C,mBAA6D;EAC7D,mBAAmB;EACnB,sBnBda;EmBeb,qCnBulBoE;EmBtlBpE,wBAAgB;EAAhB,qBAAgB;EAAhB,gBAAgB;EAChB,iCAAmB;EAAnB,mBAAmB;AtB+zErB;;AsBv0EA;EjBEI,qBF4lB2C;AH6uD/C;;AsB30EA;EjBEI,kBF6lByC;AHgvD7C;;AsB/0EA;EAmBI,+BnBukBqD;EmBvkBrD,uBnBukBqD;AHyvDzD;;AsBn1EA;EAuBI,qBnBuiBsE;EmBtiBtE,UAAU;EACV,iDnBRa;AHw0EjB;;AsBz1EA;EA6BI,yBnBZa;EmBab,4BnBwkB+C;EmBvkB/C,kCnBwkBmD;EmBvkBnD,oBnBwkByC;EmBvkBzC,qBnBhBa;AHg1EjB;;AsBj2EA;EAwCQ,mPLuB0E;AjBsyElF;;AsBr2EA;EAiDQ,uJLc0E;AjB0yElF;;AsBz2EA;EAuDI,yBnBtCa;EmBuCb,4BnBujBqD;EmBtjBrD,kCnBujByD;EmBljBvD,wOLC4E;EKA5E,oBnBkjB6C;EmBhjB/C,qBnBhDa;AHi2EjB;;AsBl3EA;EAqEI,oBAAoB;EACpB,oBAAY;EAAZ,YAAY;EACZ,WAAW;AtBizEf;;AsBx3EA;EA+EM,WAAW;AtB6yEjB;;AsBxyEA;EACE,gBAAgB;AtB2yElB;;AsBlyEA;EACE,mBnBuhByD;AH8wD3D;;AsBtyEA;EAII,UnBmhBiC;EmBlhBjC,mBAA2C;EAC3C,wKLrC8E;EKsC9E,4BAA4B;EAC5B,gCAAgC;EAChC,wBnBihBqC;EEtnBrC,kBFmnBiC;EmB5gBjC,iCAAmB;EAAnB,mBAAmB;AtBsyEvB;;AsBjzEA;EAiBM,0JLhD4E;AjBo1ElF;;AsBrzEA;EAqBM,iCnB+gBwC;EmBzgBtC,uJL1D0E;AjBy1ElF;;AsBzxEA;EACE,qBAAqB;EACrB,kBnBqgB0C;AHuxD5C;;AuB76EA;EACE,kBAAkB;EAClB,mCN6J8D;AjBmxEhE;;AuB76EA;EACE,kBAAkB;EAClB,UAAU;EACV,WAAW;EACX,YAAY;EACZ,SAAS;EACT,UAAU;AvBg7EZ;;AuBt7EA;EASI,qBpBgkBsE;EoB/jBtE,iDpBkBa;AH+5EjB;;AuB37EA;;EAiBI,yBpBbc;AH47ElB;;AuB16EA;EACE,kBAAkB;EAClB,MAAM;EACN,QAAQ;EACR,OAAO;EACP,UAAU;EACV,aAAa;EACb,YAAY;EACZ,qBpBxBgB;EEOd,sBF+SgC;AHgpEpC;;AuBz6EA;EACE,cAAc;EACd,YAAY;EACZ,yBpBmckC;EoBlclC,gBAAgB;EAEhB,gBpB+U+B;EoB9U/B,gBpBoV+B;EoBnV/B,cpBlCgB;EoBmChB,uBAAuB;EACvB,mBAAmB;EACnB,sBpB5Ca;EoB6Cb,qBAAqB;EACrB,mBAAmB;EACnB,iBpBwQ+B;EE9Q7B,+BkBOiC;ElBNjC,kCkBMiC;AvB46ErC;;AuBz6EA;EACE,cAAc;EACd,cAAc;EACd,yBpBibkC;EoBhblC,iBpBgQ+B;EoB/P/B,gBpBoU+B;EoBnU/B,cpBlDgB;EqBJd,yBrBDc;EoByDhB,qBAAqB;EACrB,mBAAmB;EACnB,iBpB0P+B;EE5R7B,gCkBmCkC;ElBlClC,mCkBkCkC;AvB66EtC;;AuB16EA;EACE,kCNsF8D;EbqF1D,mBAvE+B;AJ00ErC;;AuB/6EA;;EAMI,uBpB2a+B;AHmgEnC;;AuB16EA;EACE,gCN4E8D;EbqF1D,kBAvE+B;AJo1ErC;;AuB/6EA;;EAMI,oBpBqa8B;AHygElC;;AyBhgFA;EACE,WAAW;EACX,cRoJ2B;EQnJ3B,UAAU;EACV,6BAA6B;EAC7B,wBAAgB;EAAhB,qBAAgB;EAAhB,gBAAgB;AzBmgFlB;;AyBxgFA;EAQI,aAAa;AzBogFjB;;AyB5gFA;EAY8B,iEtBeb;AHq/EjB;;AyBhhFA;EAa8B,iEtBcb;AHy/EjB;;AyBphFA;EAc8B,iEtBab;AH6/EjB;;AyBxhFA;EAkBI,SAAS;AzB0gFb;;AyB5hFA;EAsBI,WtBirB2C;EsBhrB3C,YtBgrB2C;EsB/qB3C,oBAAqE;EDpBrE,yBrBuBa;EsBDb,StBgrBwC;EE9rBxC,mBF+rB2C;EiB3sBzC,oHjBitBkI;EiBjtBlI,4GjBitBkI;EsBnrBpI,wBAAgB;EAAhB,gBAAgB;AzBygFpB;;AoBniFM;EKJN;ILKQ,wBAAgB;IAAhB,gBAAgB;EpBuiFtB;AACF;;AyB7iFA;EDII,yBrB2sByE;AHk2D7E;;AyBjjFA;EAsCI,WtB0pBkC;EsBzpBlC,ctB0pBmC;EsBzpBnC,kBAAkB;EAClB,etBypBqC;EsBxpBrC,yBtBtCc;EsBuCd,yBAAyB;EpB/BzB,mBFwrBkC;AHu3DtC;;AyB3jFA;EAiDI,WtBspB2C;EsBrpB3C,YtBqpB2C;EqBnsB3C,yBrBuBa;EsByBb,StBspBwC;EE9rBxC,mBF+rB2C;EiB3sBzC,iHjBitBkI;EiBjtBlI,4GjBitBkI;EsBzpBpI,qBAAgB;EAAhB,gBAAgB;AzB6gFpB;;AoBjkFM;EKJN;ILKQ,qBAAgB;IAAhB,gBAAgB;EpBqkFtB;AACF;;AyB3kFA;EDII,yBrB2sByE;AHg4D7E;;AyB/kFA;EAgEI,WtBgoBkC;EsB/nBlC,ctBgoBmC;EsB/nBnC,kBAAkB;EAClB,etB+nBqC;EsB9nBrC,yBtBhEc;EsBiEd,yBAAyB;EpBzDzB,mBFwrBkC;AHq5DtC;;AyBzlFA;EA2EI,WtB4nB2C;EsB3nB3C,YtB2nB2C;EsB1nB3C,aAAa;EACb,oBtB+ZiC;EsB9ZjC,mBtB8ZiC;EqBzejC,yBrBuBa;EsBsDb,StBynBwC;EE9rBxC,mBF+rB2C;EiB3sBzC,gHjBitBkI;EiBjtBlI,4GjBitBkI;EsB5nBpI,gBAAgB;AzBihFpB;;AoBlmFM;EKJN;ILKQ,oBAAgB;IAAhB,gBAAgB;EpBsmFtB;AACF;;AyB5mFA;EDII,yBrB2sByE;AHi6D7E;;AyBhnFA;EA6FI,WtBmmBkC;EsBlmBlC,ctBmmBmC;EsBlmBnC,kBAAkB;EAClB,etBkmBqC;EsBjmBrC,6BAA6B;EAC7B,yBAAyB;EACzB,oBAA0C;AzBuhF9C;;AyB1nFA;EAwGI,yBtBpGc;EEQd,mBFwrBkC;AH27DtC;;AyB/nFA;EA6GI,kBAAkB;EAClB,yBtB1Gc;EEQd,mBFwrBkC;AHi8DtC;;AyBroFA;EAmHI,oBAAoB;AzBshFxB;;AyBzoFA;EAsHM,yBtBhHY;AHuoFlB;;AyB7oFA;EA0HM,yBtBpHY;AH2oFlB;;AyBjpFA;EA8HM,yBtBxHY;AH+oFlB;;A0BvpFA;EACE,kBAAkB;EAClB,aAAa;EACb,eAAe;EACf,oBAAoB;EACpB,WAAW;A1B0pFb;;A0B/pFA;;;EAUI,kBAAkB;EAClB,cAAc;EACd,SAAS;EACT,YAAY;A1B2pFhB;;A0BxqFA;;;EAoBI,UAAU;A1B0pFd;;A0B9qFA;EA0BM,UAAU;A1BwpFhB;;A0BlrFA;ErB8BI,0BqBAgC;ErBChC,6BqBDgC;A1BypFpC;;A0BvrFA;ErB4CI,yBqBV+B;ErBW/B,4BqBX+B;A1B0pFnC;;A0B5rFA;EA0CI,kBAAkB;EAClB,UAAU;A1BspFd;;A0BjsFA;EA8CM,UAAU;A1BupFhB;;A0B5oFA;EACE,aAAa;EACb,mBAAmB;EACnB,yBvB8akC;EuB7alC,gBAAgB;EtBmLZ,eAvE+B;EsB1GnC,gBvB0T+B;EuBzT/B,gBvB+T+B;EuB9T/B,cvBvDgB;EuBwDhB,kBAAkB;EAClB,mBAAmB;EACnB,yBvB/DgB;EuBgEhB,yBvB9DgB;EEOd,sBF+SgC;AHw5EpC;;A0BtoFA;EACE,oCT2E8D;AjB8jFhE;;A0BtoFA;EACE,gCTuE8D;AjBkkFhE;;A0BtoFA;;;;EAIE,oBvB8ZgC;ECzQ5B,kBAvE+B;EC3JjC,qBFgT+B;AHw6EnC;;A0BtoFA;EACE,sCT0D8D;AjB+kFhE;;A0BtoFA;EACE,kCTsD8D;AjBmlFhE;;A0BtoFA;;;;EAIE,uBvByYiC;ECrQ7B,mBAvE+B;EC3JjC,qBFiT+B;AHw7EnC;;A0BtoFA;;EAEE,sBAAsE;A1ByoFxE;;A0B9nFA;;ErBhGI,0BqBmG8B;ErBlG9B,6BqBkG8B;A1BioFlC;;A0BpoFA;EAOI,iBvBqL6B;EE9Q7B,yBqB0F6B;ErBzF7B,4BqByF6B;A1BkoFjC;;A2B5vFE;EACE,aAAa;EACb,WAAW;EACX,mBxBioB0C;EChaxC,kBAvE+B;EuBxJjC,cxBmBa;AH4uFjB;;A2B5vFE;EACE,kBAAkB;EAClB,SAAS;EACT,UAAU;EACV,aAAa;EACb,eAAe;EACf,uBxB45BqC;EwB35BrC,iBAAiB;EvBqNf,mBAvE+B;EuB3IjC,WxB3BW;EwB4BX,wCxBKa;EEtBb,sBF+SgC;AHi+EpC;;A2B9xFI;;;;EAsCE,cAAc;A3B+vFpB;;A2BryFI;EA4CE,qBxBRW;EwBWT,oCV4GwD;EU3GxD,4PV2B0E;EU1B1E,4BAA4B;EAC5B,2DAA6D;EAC7D,gEVwGwD;AjBmpFhE;;A2B9yFI;EAuDI,qBxBnBS;EwBoBT,gDxBpBS;AH+wFjB;;A2BnzFI;EAiEI,oCV0FwD;EUzFxD,kFVyFwD;AjB6pFhE;;A2BxzFI;EAyEE,qBxBrCW;EwBwCT,uCV+EwD;EU9ExD,6dVF0E;EUG1E,+DxB8lBwG;EwB7lBxG,2EV4EwD;AjBqqFhE;;A2Bh0FI;EAmFI,qBxB/CS;EwBgDT,gDxBhDS;AHiyFjB;;A2Br0FI;EA2FE,qBxBvDW;AHqyFjB;;A2Bz0FI;EHMA,yBGwF6C;A3B+uFjD;;A2B70FI;EAkGI,gDxB9DS;AH6yFjB;;A2Bj1FI;EAsGI,cxBlES;AHizFjB;;A2B3uFE;EAEI,iBAAiB;A3B6uFvB;;A2Bz1FI;EAoHI,qBxBhFS;AHyzFjB;;A2B71FI;EAyHM,qBxBrFO;EwBsFP,gDxBtFO;AH8zFjB;;A2Bt1FE;EACE,aAAa;EACb,WAAW;EACX,mBxBioB0C;EChaxC,kBAvE+B;EuBxJjC,cxBgBa;AHy0FjB;;A2Bt1FE;EACE,kBAAkB;EAClB,SAAS;EACT,UAAU;EACV,aAAa;EACb,eAAe;EACf,uBxB45BqC;EwB35BrC,iBAAiB;EvBqNf,mBAvE+B;EuB3IjC,WxB3BW;EwB4BX,wCxBEa;EEnBb,sBF+SgC;AH2jFpC;;A2Bx3FI;;;;EAsCE,cAAc;A3By1FpB;;A2B/3FI;EA4CE,qBxBXW;EwBcT,oCV4GwD;EU3GxD,4UV2B0E;EU1B1E,4BAA4B;EAC5B,2DAA6D;EAC7D,gEVwGwD;AjB6uFhE;;A2Bx4FI;EAuDI,qBxBtBS;EwBuBT,gDxBvBS;AH42FjB;;A2B74FI;EAiEI,oCV0FwD;EUzFxD,kFVyFwD;AjBuvFhE;;A2Bl5FI;EAyEE,qBxBxCW;EwB2CT,uCV+EwD;EU9ExD,6iBVF0E;EUG1E,+DxB8lBwG;EwB7lBxG,2EV4EwD;AjB+vFhE;;A2B15FI;EAmFI,qBxBlDS;EwBmDT,gDxBnDS;AH83FjB;;A2B/5FI;EA2FE,qBxB1DW;AHk4FjB;;A2Bn6FI;EHMA,yBGwF6C;A3By0FjD;;A2Bv6FI;EAkGI,gDxBjES;AH04FjB;;A2B36FI;EAsGI,cxBrES;AH84FjB;;A2Br0FE;EAEI,iBAAiB;A3Bu0FvB;;A2Bn7FI;EAoHI,qBxBnFS;AHs5FjB;;A2Bv7FI;EAyHM,qBxBxFO;EwByFP,gDxBzFO;AH25FjB;;A4B57FA;EACE,qBAAqB;EAErB,gBzBsX+B;EyBrX/B,gBzB2X+B;EyB1X/B,czBOgB;EyBNhB,kBAAkB;EAClB,qBAAwD;EAExD,sBAAsB;EACtB,eAAsD;EACtD,yBAAiB;EAAjB,sBAAiB;EAAjB,qBAAiB;EAAjB,iBAAiB;EACjB,6BAA6B;EAC7B,6BAA2C;ECmG3C,yB1B0XkC;EC1P9B,eAvE+B;EC3JjC,sBF+SgC;EiB3T9B,qIjBoiB6I;AHw6EnJ;;AoBx8FM;EQNN;IROQ,gBAAgB;EpB48FtB;AACF;;A4Bp9FA;EAkBI,czBNc;AH48FlB;;A4Bx9FA;EAwBI,UAAU;EACV,iDzBIa;AHg8FjB;;A4B79FA;;EAwCI,oBAAoB;EACpB,azB+e6B;AH28EjC;;A4B/6FE;ECxCA,W1BTa;EqBGX,yBrBuBa;E0Bff,qB1Bee;AH48FjB;;A6Bx9FE;EACE,W1BfW;EqBGX,yBKD0C;EAe1C,qBAdiC;A7By+FrC;;A6Bx9FE;EAEE,W1BtBW;EqBGX,yBKD0C;EAsB1C,qBArBiC;EA0B/B,gDAAiE;A7Bs9FvE;;A6Bl9FE;;EAGE,W1BpCW;E0BqCX,yBAhC0C;EAmC1C,qBAlCoC;A7Bo/FxC;;A6Bh9FI;;EAKI,gDAAiE;A7Bg9FzE;;A6B38FE;EAEE,W1BtDW;E0BuDX,yB1B7Ba;E0BgCb,qB1BhCa;AH2+FjB;;A4Bp9FE;ECxCA,W1BTa;EqBGX,yBrBGc;E0BKhB,qB1BLgB;AHqgGlB;;A6B7/FE;EACE,W1BfW;EqBGX,yBKD0C;EAe1C,qBAdiC;A7B8gGrC;;A6B7/FE;EAEE,W1BtBW;EqBGX,yBKD0C;EAsB1C,qBArBiC;EA0B/B,iDAAiE;A7B2/FvE;;A6Bv/FE;;EAGE,W1BpCW;E0BqCX,yBAhC0C;EAmC1C,qBAlCoC;A7ByhGxC;;A6Br/FI;;EAKI,iDAAiE;A7Bq/FzE;;A6Bh/FE;EAEE,W1BtDW;E0BuDX,yB1BjDc;E0BoDd,qB1BpDc;AHoiGlB;;A4Bz/FE;ECxCA,W1BTa;EqBGX,yBrB8Ba;E0BtBf,qB1BsBe;AH+gGjB;;A6BliGE;EACE,W1BfW;EqBGX,yBKD0C;EAe1C,qBAdiC;A7BmjGrC;;A6BliGE;EAEE,W1BtBW;EqBGX,yBKD0C;EAsB1C,qBArBiC;EA0B/B,+CAAiE;A7BgiGvE;;A6B5hGE;;EAGE,W1BpCW;E0BqCX,yBAhC0C;EAmC1C,qBAlCoC;A7B8jGxC;;A6B1hGI;;EAKI,+CAAiE;A7B0hGzE;;A6BrhGE;EAEE,W1BtDW;E0BuDX,yB1BtBa;E0ByBb,qB1BzBa;AH8iGjB;;A4B9hGE;ECxCA,W1BTa;EqBGX,yBrBgCa;E0BxBf,qB1BwBe;AHkjGjB;;A6BvkGE;EACE,W1BfW;EqBGX,yBKD0C;EAe1C,qBAdiC;A7BwlGrC;;A6BvkGE;EAEE,W1BtBW;EqBGX,yBKD0C;EAsB1C,qBArBiC;EA0B/B,gDAAiE;A7BqkGvE;;A6BjkGE;;EAGE,W1BpCW;E0BqCX,yBAhC0C;EAmC1C,qBAlCoC;A7BmmGxC;;A6B/jGI;;EAKI,gDAAiE;A7B+jGzE;;A6B1jGE;EAEE,W1BtDW;E0BuDX,yB1BpBa;E0BuBb,qB1BvBa;AHilGjB;;A4BnkGE;ECxCA,c1BAgB;EqBNd,yBrB6Ba;E0BrBf,qB1BqBe;AH0lGjB;;A6B5mGE;EACE,c1BNc;EqBNd,yBKD0C;EAe1C,qBAdiC;A7B6nGrC;;A6B5mGE;EAEE,c1Bbc;EqBNd,yBKD0C;EAsB1C,qBArBiC;EA0B/B,gDAAiE;A7B0mGvE;;A6BtmGE;;EAGE,c1B3Bc;E0B4Bd,yBAhC0C;EAmC1C,qBAlCoC;A7BwoGxC;;A6BpmGI;;EAKI,gDAAiE;A7BomGzE;;A6B/lGE;EAEE,c1B7Cc;E0B8Cd,yB1BvBa;E0B0Bb,qB1B1Ba;AHynGjB;;A4BxmGE;ECxCA,W1BTa;EqBGX,yBrB2Ba;E0BnBf,qB1BmBe;AHioGjB;;A6BjpGE;EACE,W1BfW;EqBGX,yBKD0C;EAe1C,qBAdiC;A7BkqGrC;;A6BjpGE;EAEE,W1BtBW;EqBGX,yBKD0C;EAsB1C,qBArBiC;EA0B/B,+CAAiE;A7B+oGvE;;A6B3oGE;;EAGE,W1BpCW;E0BqCX,yBAhC0C;EAmC1C,qBAlCoC;A7B6qGxC;;A6BzoGI;;EAKI,+CAAiE;A7ByoGzE;;A6BpoGE;EAEE,W1BtDW;E0BuDX,yB1BzBa;E0B4Bb,qB1B5Ba;AHgqGjB;;A4B7oGE;ECxCA,c1BAgB;EqBNd,yBrBFc;E0BUhB,qB1BVgB;AHmsGlB;;A6BtrGE;EACE,c1BNc;EqBNd,yBKD0C;EAe1C,qBAdiC;A7BusGrC;;A6BtrGE;EAEE,c1Bbc;EqBNd,yBKD0C;EAsB1C,qBArBiC;EA0B/B,iDAAiE;A7BorGvE;;A6BhrGE;;EAGE,c1B3Bc;E0B4Bd,yBAhC0C;EAmC1C,qBAlCoC;A7BktGxC;;A6B9qGI;;EAKI,iDAAiE;A7B8qGzE;;A6BzqGE;EAEE,c1B7Cc;E0B8Cd,yB1BtDc;E0ByDd,qB1BzDc;AHkuGlB;;A4BlrGE;ECxCA,W1BTa;EqBGX,yBrBKc;E0BGhB,qB1BHgB;AHiuGlB;;A6B3tGE;EACE,W1BfW;EqBGX,yBKD0C;EAe1C,qBAdiC;A7B4uGrC;;A6B3tGE;EAEE,W1BtBW;EqBGX,yBKD0C;EAsB1C,qBArBiC;EA0B/B,8CAAiE;A7BytGvE;;A6BrtGE;;EAGE,W1BpCW;E0BqCX,yBAhC0C;EAmC1C,qBAlCoC;A7BuvGxC;;A6BntGI;;EAKI,8CAAiE;A7BmtGzE;;A6B9sGE;EAEE,W1BtDW;E0BuDX,yB1B/Cc;E0BkDd,qB1BlDc;AHgwGlB;;A4BjtGE;ECcA,c1B3Ce;E0B4Cf,qB1B5Ce;AHmvGjB;;A6BrsGE;EACE,W1BzEW;E0B0EX,yB1BhDa;E0BiDb,qB1BjDa;AHyvGjB;;A6BrsGE;EAEE,gD1BtDa;AH6vGjB;;A6BpsGE;EAGE,W1BtFW;E0BuFX,yB1B7Da;E0B8Db,qB1B9Da;AHmwGjB;;A6BnsGI;EAKI,gD1BrES;AHuwGjB;;A6B7rGE;EAEE,c1B5Ea;E0B6Eb,6BAA6B;A7B+rGjC;;A4B/uGE;ECcA,c1B/DgB;E0BgEhB,qB1BhEgB;AHqyGlB;;A6BnuGE;EACE,W1BzEW;E0B0EX,yB1BpEc;E0BqEd,qB1BrEc;AH2yGlB;;A6BnuGE;EAEE,iD1B1Ec;AH+yGlB;;A6BluGE;EAGE,W1BtFW;E0BuFX,yB1BjFc;E0BkFd,qB1BlFc;AHqzGlB;;A6BjuGI;EAKI,iD1BzFU;AHyzGlB;;A6B3tGE;EAEE,c1BhGc;E0BiGd,6BAA6B;A7B6tGjC;;A4B7wGE;ECcA,c1BpCe;E0BqCf,qB1BrCe;AHwyGjB;;A6BjwGE;EACE,W1BzEW;E0B0EX,yB1BzCa;E0B0Cb,qB1B1Ca;AH8yGjB;;A6BjwGE;EAEE,+C1B/Ca;AHkzGjB;;A6BhwGE;EAGE,W1BtFW;E0BuFX,yB1BtDa;E0BuDb,qB1BvDa;AHwzGjB;;A6B/vGI;EAKI,+C1B9DS;AH4zGjB;;A6BzvGE;EAEE,c1BrEa;E0BsEb,6BAA6B;A7B2vGjC;;A4B3yGE;ECcA,c1BlCe;E0BmCf,qB1BnCe;AHo0GjB;;A6B/xGE;EACE,W1BzEW;E0B0EX,yB1BvCa;E0BwCb,qB1BxCa;AH00GjB;;A6B/xGE;EAEE,gD1B7Ca;AH80GjB;;A6B9xGE;EAGE,W1BtFW;E0BuFX,yB1BpDa;E0BqDb,qB1BrDa;AHo1GjB;;A6B7xGI;EAKI,gD1B5DS;AHw1GjB;;A6BvxGE;EAEE,c1BnEa;E0BoEb,6BAA6B;A7ByxGjC;;A4Bz0GE;ECcA,c1BrCe;E0BsCf,qB1BtCe;AHq2GjB;;A6B7zGE;EACE,c1BhEc;E0BiEd,yB1B1Ca;E0B2Cb,qB1B3Ca;AH22GjB;;A6B7zGE;EAEE,+C1BhDa;AH+2GjB;;A6B5zGE;EAGE,c1B7Ec;E0B8Ed,yB1BvDa;E0BwDb,qB1BxDa;AHq3GjB;;A6B3zGI;EAKI,+C1B/DS;AHy3GjB;;A6BrzGE;EAEE,c1BtEa;E0BuEb,6BAA6B;A7BuzGjC;;A4Bv2GE;ECcA,c1BvCe;E0BwCf,qB1BxCe;AHq4GjB;;A6B31GE;EACE,W1BzEW;E0B0EX,yB1B5Ca;E0B6Cb,qB1B7Ca;AH24GjB;;A6B31GE;EAEE,+C1BlDa;AH+4GjB;;A6B11GE;EAGE,W1BtFW;E0BuFX,yB1BzDa;E0B0Db,qB1B1Da;AHq5GjB;;A6Bz1GI;EAKI,+C1BjES;AHy5GjB;;A6Bn1GE;EAEE,c1BxEa;E0ByEb,6BAA6B;A7Bq1GjC;;A4Br4GE;ECcA,c1BpEgB;E0BqEhB,qB1BrEgB;AHg8GlB;;A6Bz3GE;EACE,c1BhEc;E0BiEd,yB1BzEc;E0B0Ed,qB1B1Ec;AHs8GlB;;A6Bz3GE;EAEE,iD1B/Ec;AH08GlB;;A6Bx3GE;EAGE,c1B7Ec;E0B8Ed,yB1BtFc;E0BuFd,qB1BvFc;AHg9GlB;;A6Bv3GI;EAKI,iD1B9FU;AHo9GlB;;A6Bj3GE;EAEE,c1BrGc;E0BsGd,6BAA6B;A7Bm3GjC;;A4Bn6GE;ECcA,c1B7DgB;E0B8DhB,qB1B9DgB;AHu9GlB;;A6Bv5GE;EACE,W1BzEW;E0B0EX,yB1BlEc;E0BmEd,qB1BnEc;AH69GlB;;A6Bv5GE;EAEE,8C1BxEc;AHi+GlB;;A6Bt5GE;EAGE,W1BtFW;E0BuFX,yB1B/Ec;E0BgFd,qB1BhFc;AHu+GlB;;A6Br5GI;EAKI,8C1BvFU;AH2+GlB;;A6B/4GE;EAEE,c1B9Fc;E0B+Fd,6BAA6B;A7Bi5GjC;;A4Bt7GA;EACE,gBzBmT+B;EyBlT/B,czB1Ce;EyB2Cf,0BzBgLiD;AHywGnD;;A4B57GA;EAMI,czB8K8D;AH4wGlE;;A4Bh8GA;EAiBI,czB7Ec;AHggHlB;;A4Bx6GA;ECeE,oB1ByYgC;ECzQ5B,kBAvE+B;EC3JjC,qBFgT+B;AHitGnC;;A4B16GA;ECWE,uB1BqYiC;ECrQ7B,mBAvE+B;EC3JjC,qBFiT+B;AHstGnC;;A4Bv6GA;EACE,cAAc;EACd,WAAW;A5B06Gb;;A4B56GA;EAMI,kBzB2a+B;AH+/FnC;;A8BliHA;EVMM,gCjB8U2C;AHktGjD;;AoB5hHM;EUVN;IVWQ,gBAAgB;EpBgiHtB;AACF;;A8B5iHA;EAII,UAAU;A9B4iHd;;A8BxiHA;EAEI,aAAa;A9B0iHjB;;A8BtiHA;EACE,SAAS;EACT,gBAAgB;EVVZ,6BjB+UwC;AHquG9C;;AoBhjHM;EUIN;IVHQ,gBAAgB;EpBojHtB;AACF;;A+B/jHA;;;;EAIE,kBAAkB;A/BkkHpB;;A0Bp8GqB;EK1HnB,mBAAmB;A/BkkHrB;;AgC9iHI;EACE,qBAAqB;EACrB,oB7BkT0C;E6BjT1C,uB7BgT0C;E6B/S1C,WAAW;EAhCf,uBAA8B;EAC9B,qCAA4C;EAC5C,gBAAgB;EAChB,oCAA2C;AhCklH7C;;AgC7hHI;EACE,cAAc;AhCgiHpB;;A0Bv9G2C;EKlHzC,kBAAkB;EAClB,SAAS;EACT,OAAO;EACP,a5BgwBsC;E4B/vBtC,aAAa;EACb,gB5Bu0BuC;E4Bt0BvC,iBAA8B;EAC9B,oBAA4B;E3B4NxB,eAvE+B;E2BnJnC,c5BVgB;E4BWhB,gBAAgB;EAChB,gBAAgB;EAChB,sB5BtBa;E4BuBb,4BAA4B;EAC5B,qC5Bda;EECX,sBF+SgC;AH4yG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EACtB,uBAAuB;EACvB,uBAAuB;AjCuxHzB;;AiC1xHA;;EAOI,WAAW;AjCwxHf;;AiC/xHA;;EAYI,gB9BsM6B;AHklHjC;;AiCpyHA;;E5BnEI,6B4BqF+B;E5BpF/B,4B4BoF+B;AjCwxHnC;;AiC1yHA;;E5BjFI,yB4BwG4B;E5BvG5B,0B4BuG4B;AjCyxHhC;;AiCxwHA;;EAGI,gBAAgB;AjC0wHpB;;AiC7wHA;;;;EAOM,kBAAkB;EAClB,sBAAsB;EACtB,oBAAoB;AjC6wH1B;;AkCr6HA;EACE,aAAa;EACb,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;AlCw6HlB;;AkCr6HA;EACE,cAAc;EACd,oB/BixBsC;E+BhxBtC,qBAAwD;AlCw6H1D;;AkC36HA;EAYI,c/BZc;E+Bad,oBAAoB;EACpB,eAAe;AlCm6HnB;;AkC35HA;EACE,gC/B1BgB;AHw7HlB;;AkC/5HA;EAII,mB/BuR6B;E+BtR7B,6BAAgD;E7BbhD,+BFsSgC;EErShC,gCFqSgC;AHwoHpC;;AkCt6HA;EAUM,qC/BnCY;AHm8HlB;;AkC16HA;EAcM,c/BpCY;E+BqCZ,6BAA6B;EAC7B,yBAAyB;AlCg6H/B;;AkCh7HA;;EAsBI,c/B3Cc;E+B4Cd,sB/BnDW;E+BoDX,kC/BpDW;AHm9Hf;;AkCv7HA;EA6BI,gB/B8P6B;EEnS7B,yB6BuC4B;E7BtC5B,0B6BsC4B;AlC85HhC;;AkCr5HA;E7BzDI,sBF+SgC;AHmqHpC;;AkCz5HA;;EAOI,W/B3EW;E+B4EX,yB/BlDa;AHy8HjB;;AkC94HA;EAEI,cAAc;EACd,kBAAkB;AlCg5HtB;;AkC54HA;EAEI,aAAa;EACb,YAAY;EACZ,kBAAkB;AlC84HtB;;AkCr4HA;EAEI,aAAa;AlCu4HjB;;AkCz4HA;EAKI,cAAc;AlCw4HlB;;AmC7+HA;EACE,kBAAkB;EAClB,aAAa;EACb,eAAe;EACf,mBAAmB;EACnB,8BAA8B;EAC9B,mBhC4xB6C;EgC1xB7C,sBhC0xB6C;AHqtG/C;;AmCv/HA;;EAeI,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,8BAA8B;AnC6+HlC;;AmCz9HA;EACE,sBhCowB+E;EgCnwB/E,yBhCmwB+E;EgClwB/E,kBhCmwBsC;ECxkBlC,kBAvE+B;E+BlHnC,mBAAmB;AnC49HrB;;AmCj+HA;EASI,qBAAqB;AnC49HzB;;AmCn9HA;EACE,aAAa;EACb,sBAAsB;EACtB,eAAe;EACf,gBAAgB;EAChB,gBAAgB;AnCs9HlB;;AmC39HA;EAQI,gBAAgB;EAChB,eAAe;AnCu9HnB;;AmCh+HA;EAaI,gBAAgB;AnCu9HpB;;AmC98HA;EACE,mBhCgsBuC;EgC/rBvC,sBhC+rBuC;AHkxGzC;;AmCr8HA;EAGE,mBAAmB;EACnB,WAAW;AnCs8Hb;;AmCl8HA;EACE,wBhC0sBwC;EC3kBpC,kBAvE+B;E+BtDnC,cAAc;EACd,6BAA6B;EAC7B,6BAAuC;E9BvGrC,sBF+SgC;EiB3T9B,wCjB6zByD;AH6vG/D;;AoBtjIM;Ee0GN;IfzGQ,gBAAgB;EpB0jItB;AACF;;AmCl9HA;EAUI,qBAAqB;AnC48HzB;;AmCt9HA;EAcI,qBAAqB;EACrB,UAAU;EACV,wBhC+WiC;AH6lHrC;;AmCt8HA;EACE,qBAAqB;EACrB,YAAY;EACZ,aAAa;EACb,sBAAsB;EACtB,4BAA4B;EAC5B,2BAA2B;EAC3B,qBAAqB;AnCy8HvB;;AY3hII;EuB4FA;IAEI,iBAAiB;IACjB,2BAA2B;EnCk8HjC;EmCr8HG;IAMK,mBAAmB;EnCk8H3B;EmCx8HG;IASO,kBAAkB;EnCk8H5B;EmC38HG;IAaO,qBhC6oB6B;IgC5oB7B,oBhC4oB6B;EHqzGvC;EmC/8HG;IAmBK,wBAAwB;EnC+7HhC;EmCl9HG;IAuBK,aAAa;EnC87HrB;AACF;;AYljII;EuB4FA;IAEI,iBAAiB;IACjB,2BAA2B;EnCy9HjC;EmC59HG;IAMK,mBAAmB;EnCy9H3B;EmC/9HG;IASO,kBAAkB;EnCy9H5B;EmCl+HG;IAaO,qBhC6oB6B;IgC5oB7B,oBhC4oB6B;EH40GvC;EmCt+HG;IAmBK,wBAAwB;EnCs9HhC;EmCz+HG;IAuBK,aAAa;EnCq9HrB;AACF;;AYzkII;EuB4FA;IAEI,iBAAiB;IACjB,2BAA2B;EnCg/HjC;EmCn/HG;IAMK,mBAAmB;EnCg/H3B;EmCt/HG;IASO,kBAAkB;EnCg/H5B;EmCz/HG;IAaO,qBhC6oB6B;IgC5oB7B,oBhC4oB6B;EHm2GvC;EmC7/HG;IAmBK,wBAAwB;EnC6+HhC;EmChgIG;IAuBK,aAAa;EnC4+HrB;AACF;;AYhmII;EuB4FA;IAEI,iBAAiB;IACjB,2BAA2B;EnCugIjC;EmC1gIG;IAMK,mBAAmB;EnCugI3B;EmC7gIG;IASO,kBAAkB;EnCugI5B;EmChhIG;IAaO,qBhC6oB6B;IgC5oB7B,oBhC4oB6B;EH03GvC;EmCphIG;IAmBK,wBAAwB;EnCogIhC;EmCvhIG;IAuBK,aAAa;EnCmgIrB;AACF;;AmChiIA;EAOQ,iBAAiB;EACjB,2BAA2B;AnC6hInC;;AmCriIA;EAWU,mBAAmB;AnC8hI7B;;AmCziIA;EAcY,kBAAkB;AnC+hI9B;;AmC7iIA;EAkBY,qBhC6oB6B;EgC5oB7B,oBhC4oB6B;AHm5GzC;;AmCljIA;EAwBU,wBAAwB;AnC8hIlC;;AmCtjIA;EA4BU,aAAa;AnC8hIvB;;AmCjhIA;EAEI,yBhChLW;AHmsIf;;AmCrhIA;EAMM,yBhCpLS;AHusIf;;AmCzhIA;EAYM,0BhC1LS;AH2sIf;;AmC7hIA;EAgBQ,yBhC9LO;AH+sIf;;AmCjiIA;EAoBQ,yBhClMO;AHmtIf;;AmCriIA;;;;EA4BM,yBhC1MS;AH0tIf;;AmC5iIA;EAiCI,0BhC/MW;EgCgNX,gChChNW;AH+tIf;;AmCjjIA;EAsCI,6PlBtJ8E;AjBqqIlF;;AmCrjIA;EA0CI,0BhCxNW;AHuuIf;;AmCzjIA;;;EA+CM,yBhC7NS;AH6uIf;;AmC1gIA;EAEI,WhC/OW;AH2vIf;;AmC9gIA;EAMM,WhCnPS;AH+vIf;;AmClhIA;EAYM,gChCzPS;AHmwIf;;AmCthIA;EAgBQ,gChC7PO;AHuwIf;;AmC1hIA;EAoBQ,gChCjQO;AH2wIf;;AmC9hIA;;;;EA4BM,WhCzQS;AHkxIf;;AmCriIA;EAiCI,gChC9QW;EgC+QX,sChC/QW;AHuxIf;;AmC1iIA;EAsCI,mQlB3M8E;AjBmtIlF;;AmC9iIA;EA0CI,gChCvRW;AH+xIf;;AmCljIA;;;EA8CM,WhC3RS;AHqyIf;;AoCxyIA;EACE,kBAAkB;EAClB,aAAa;EACb,sBAAsB;EACtB,YAAY;EAEZ,qBAAqB;EACrB,sBjCJa;EiCKb,2BAA2B;EAC3B,sCjCIa;EECX,sBF+SgC;AHu/HpC;;AoCpzIA;EAaI,eAAe;EACf,cAAc;ApC2yIlB;;AoCzzIA;E/BuBI,+BFsSgC;EErShC,gCFqSgC;AHigIpC;;AoC9zIA;E/BqCI,mCFwRgC;EEvRhC,kCFuRgC;AHsgIpC;;AoCryIA;EAGE,cAAc;EACd,wBjCw3ByC;AH86G3C;;AoClyIA;EACE,sBjCo3BwC;AHi7G1C;;AoClyIA;EACE,qBAAqC;EACrC,gBAAgB;ApCqyIlB;;AoClyIA;EACE,gBAAgB;ApCqyIlB;;AoClyIA;EAEI,qBAAqB;ApCoyIzB;;AoCtyIA;EAMI,oBjCi2BuC;AHm8G3C;;AoC5xIA;EACE,wBjC+1ByC;EiC91BzC,gBAAgB;EAEhB,qCjCxDa;EiCyDb,6CjCzDa;AHu1If;;AoCnyIA;E/BnDI,0D+B2D8E;ApC+xIlF;;AoCvyIA;EAaM,aAAa;ApC8xInB;;AoCzxIA;EACE,wBjC60ByC;EiC50BzC,qCjCxEa;EiCyEb,0CjCzEa;AHq2If;;AoC/xIA;E/BrEI,0DYiK4D;AjBusIhE;;AoCpxIA;EACE,uBAAsC;EACtC,uBjC4zBwC;EiC3zBxC,sBAAqC;EACrC,gBAAgB;ApCuxIlB;;AoC7wIA;EACE,uBAAsC;EACtC,sBAAqC;ApCgxIvC;;AoC5wIA;EACE,kBAAkB;EAClB,MAAM;EACN,QAAQ;EACR,SAAS;EACT,OAAO;EACP,gBjC4yByC;AHm+G3C;;AoC5wIA;;;EAGE,WAAW;ApC+wIb;;AoC5wIA;;E/B9GI,2CYwJ4D;EZvJ5D,4CYuJ4D;AjBwuIhE;;AoC7wIA;;E/BrGI,+CY0I4D;EZzI5D,8CYyI4D;AjB8uIhE;;AoCzwIA;EAII,sBjCkxBsD;AHu/G1D;;AYt2II;EwByFJ;IAQI,aAAa;IACb,mBAAmB;EpC0wIrB;EoCnxIF;IAcM,YAAY;IACZ,gBAAgB;EpCwwIpB;EoCvxIF;IAkBQ,cAAc;IACd,cAAc;EpCwwIpB;EoC3xIF;I/BtHI,0B+B+IoC;I/B9IpC,6B+B8IoC;EpCswItC;EoC/xIF;;IA8BY,0BAA0B;EpCqwIpC;EoCnyIF;;IAmCY,6BAA6B;EpCowIvC;EoCvyIF;I/BxGI,yB+BgJmC;I/B/InC,4B+B+ImC;EpCmwIrC;EoC3yIF;;IA6CY,yBAAyB;EpCkwInC;EoC/yIF;;IAkDY,4BAA4B;EpCiwItC;AACF;;AoCrvIA;EAEI,gBAAgB;ApCuvIpB;;AoCzvIA;EAKM,gBAAgB;E/BnLlB,6B+BoLiC;E/BnLjC,4B+BmLiC;ApCyvIrC;;AoC/vIA;E/B5LI,yB+BsM8B;E/BrM9B,0B+BqM8B;ApC0vIlC;;AoCpwIA;E/BrMI,gB+BmN0B;EACxB,mBjCwF2B;AHkqIjC;;AqCh+IA;EACE,aAAa;EACb,eAAe;EACf,qBlCqnCsC;EkCpnCtC,mBlCunCsC;EkCrnCtC,gBAAgB;EAChB,yBlCEgB;EESd,sBF+SgC;AHyqIpC;;AqC/9IA;EACE,aAAa;ArCk+If;;AqCn+IA;EAKI,oBlCymCqC;AHy3GzC;;AqCv+IA;EAQM,qBAAqB;EACrB,qBlCqmCmC;EkCpmCnC,clCRY;EkCSZ,YlC0mCuC;AHy3G7C;;AqC9+IA;EAgBI,clCdc;AHg/IlB;;AsC7/IA;EACE,aAAa;E/BGb,eAAe;EACf,gBAAgB;AP8/IlB;;AsC9/IA;EACE,kBAAkB;EAClB,cAAc;EACd,cnCyBe;EmCxBf,qBAAwD;EACxD,sBnCHa;EmCIb,yBnCDgB;AHkgJlB;;AsCvgJA;EASI,UAAU;EACV,cnC8O8D;EmC5O9D,yBnCRc;EmCSd,qBnCRc;AHygJlB;;AsC9gJA;EAiBI,UAAU;EACV,UnCq3BiC;EmCp3BjC,iDnCSa;AHw/IjB;;AsC7/IA;EAEI,iBnCgS6B;AH+tIjC;;AsCjgJA;EAMI,UAAU;EACV,WnC5BW;EmC6BX,yBnCHa;EmCIb,qBnCJa;AHmgJjB;;AsCxgJA;EAaI,cnC5Bc;EmC6Bd,oBAAoB;EACpB,sBnCpCW;EmCqCX,qBnClCc;AHiiJlB;;AsCtiJA;ECDI,yBpC03BsC;AHirH1C;;AuCviJE;ElCwCE,+BFiRgC;EEhRhC,kCFgRgC;AHmvIpC;;AuC5iJE;ElC0BE,gCF+RgC;EE9RhC,mCF8RgC;AHwvIpC;;AuCtjJE;EACE,uBpC83BsC;EC9oBpC,kBAvE+B;AJi5IrC;;AuCnjJQ;ElCqCJ,8BFkR+B;EEjR/B,iCFiR+B;AHiwInC;;AuCljJQ;ElCiBJ,+BFgS+B;EE/R/B,kCF+R+B;AHswInC;;AuCrkJE;EACE,uBpC43BqC;EC5oBnC,mBAvE+B;AJg6IrC;;AuClkJQ;ElCqCJ,8BFmR+B;EElR/B,iCFkR+B;AH+wInC;;AuCjkJQ;ElCiBJ,+BFiS+B;EEhS/B,kCFgS+B;AHoxInC;;AwCllJA;EACE,qBAAqB;EACrB,qBrCs/BsC;ECzwBlC,iBAvE+B;EoCpKnC,gBrCqX+B;EqCpX/B,cAAc;EACd,WrCJa;EqCKb,kBAAkB;EAClB,mBAAmB;EACnB,wBAAwB;EnCItB,sBF+SgC;AHmyIpC;;AwC/lJA;EAcI,aAAa;AxCqlJjB;;AwChlJA;EACE,kBAAkB;EAClB,SAAS;AxCmlJX;;AyCzmJA;EACE,kBAAkB;EAClB,wBtC2iCyC;EsC1iCzC,mBtC2iCsC;EsC1iCtC,6BAA6C;EpCU3C,sBF+SgC;AHozIpC;;AyCxmJA;EAEE,cAAc;AzC0mJhB;;AyCtmJA;EACE,gBtC0W+B;AH+vIjC;;AyCjmJA;EACE,mBAAsD;AzComJxD;;AyCrmJA;EAKI,kBAAkB;EAClB,MAAM;EACN,QAAQ;EACR,wBtC6gCuC;EsC5gCvC,cAAc;AzComJlB;;AyC1lJE;EC9CA,czBqIgE;EO5H9D,yBP4H8D;EyBnIhE,qBzBmIgE;AjBygJlE;;A0C1oJE;EACE,cAA0B;A1C6oJ9B;;AyCpmJE;EC9CA,czBqIgE;EO5H9D,yBP4H8D;EyBnIhE,qBzBmIgE;AjBmhJlE;;A0CppJE;EACE,cAA0B;A1CupJ9B;;AyC9mJE;EC9CA,czBqIgE;EO5H9D,yBP4H8D;EyBnIhE,qBzBmIgE;AjB6hJlE;;A0C9pJE;EACE,cAA0B;A1CiqJ9B;;AyCxnJE;EC9CA,czBqIgE;EO5H9D,yBP4H8D;EyBnIhE,qBzBmIgE;AjBuiJlE;;A0CxqJE;EACE,cAA0B;A1C2qJ9B;;AyCloJE;EC9CA,czBqIgE;EO5H9D,yBP4H8D;EyBnIhE,qBzBmIgE;AjBijJlE;;A0ClrJE;EACE,cAA0B;A1CqrJ9B;;AyC5oJE;EC9CA,czBqIgE;EO5H9D,yBP4H8D;EyBnIhE,qBzBmIgE;AjB2jJlE;;A0C5rJE;EACE,cAA0B;A1C+rJ9B;;AyCtpJE;EC9CA,czBqIgE;EO5H9D,yBP4H8D;EyBnIhE,qBzBmIgE;AjBqkJlE;;A0CtsJE;EACE,cAA0B;A1CysJ9B;;AyChqJE;EC9CA,czBqIgE;EO5H9D,yBP4H8D;EyBnIhE,qBzBmIgE;AjB+kJlE;;A0ChtJE;EACE,cAA0B;A1CmtJ9B;;A2CvtJE;EACE;IAAK,2BxC2jC+B;EHgqHtC;AACF;;A2C7tJE;EACE;IAAK,2BxC2jC+B;EHgqHtC;AACF;;A2CxtJA;EACE,aAAa;EACb,YxCqjCsC;EwCpjCtC,gBAAgB;EvC0OZ,kBAvE+B;EuCjKnC,yBxCHgB;EESd,sBF+SgC;AHu6IpC;;A2CvtJA;EACE,aAAa;EACb,sBAAsB;EACtB,uBAAuB;EACvB,gBAAgB;EAChB,WxCfa;EwCgBb,kBAAkB;EAClB,mBAAmB;EACnB,yBxCQe;EiB3BX,2BjBgkC4C;AH8qHlD;;AoB1uJM;EuBON;IvBNQ,gBAAgB;EpB8uJtB;AACF;;A2C7tJA;EnBgBE,qMAA6I;EmBd7I,0BxC+hCsC;AHisHxC;;A2C5tJE;EACE,0DxCiiCkD;EwCjiClD,kDxCiiCkD;AH8rHtD;;A2C5tJM;EAJJ;IAKM,uBAAe;IAAf,eAAe;E3CguJrB;AACF;;A4CrwJA;EACE,aAAa;EACb,sBAAsB;EAGtB,eAAe;EACf,gBAAgB;A5CswJlB;;A4C7vJA;EACE,WAAW;EACX,czCPgB;EyCQhB,mBAAmB;A5CgwJrB;;A4CnwJA;EAQI,UAAU;EACV,czCdc;EyCed,qBAAqB;EACrB,yBzCtBc;AHqxJlB;;A4C1wJA;EAeI,czClBc;EyCmBd,yBzC1Bc;AHyxJlB;;A4CtvJA;EACE,kBAAkB;EAClB,cAAc;EACd,wBzCmiCyC;EyCliCzC,gBAAgB;EAEhB,qBAAwD;EACxD,sBzC5Ca;EyC6Cb,sCzCnCa;AH2xJf;;A4ChwJA;EvCjBI,+BFsSgC;EErShC,gCFqSgC;AHg/IpC;;A4CrwJA;EvCHI,mCFwRgC;EEvRhC,kCFuRgC;AHq/IpC;;A4C1wJA;EAoBI,czCnDc;EyCoDd,oBAAoB;EACpB,sBzC3DW;AHqzJf;;A4ChxJA;EA2BI,UAAU;EACV,WzCjEW;EyCkEX,yBzCxCa;EyCyCb,qBzCzCa;AHkyJjB;;A4CvxJA;EAkCI,mBAAmB;A5CyvJvB;;A4C3xJA;EAqCM,gBzC6O2B;EyC5O3B,qBzC4O2B;AH8gJjC;;A4C5uJI;EACE,mBAAmB;A5C+uJzB;;A4ChvJI;EvCvBA,kCFwPgC;EEpQhC,0BuCyCwC;A5C+uJ5C;;A4CrvJI;EvCnCA,gCFoQgC;EExPhC,4BuCkC0C;A5C+uJ9C;;A4C1vJI;EAeM,aAAa;A5C+uJvB;;A4C9vJI;EAmBM,qBzC2MuB;EyC1MvB,oBAAoB;A5C+uJ9B;;A4CnwJI;EAuBQ,iBzCuMqB;EyCtMrB,sBzCsMqB;AH0iJjC;;AYzyJI;EgCiCA;IACE,mBAAmB;E5C4wJvB;E4C7wJE;IvCvBA,kCFwPgC;IEpQhC,0BuCyCwC;E5C2wJ1C;E4CjxJE;IvCnCA,gCFoQgC;IExPhC,4BuCkC0C;E5C0wJ5C;E4CrxJE;IAeM,aAAa;E5CywJrB;E4CxxJE;IAmBM,qBzC2MuB;IyC1MvB,oBAAoB;E5CwwJ5B;E4C5xJE;IAuBQ,iBzCuMqB;IyCtMrB,sBzCsMqB;EHkkJ/B;AACF;;AYl0JI;EgCiCA;IACE,mBAAmB;E5CqyJvB;E4CtyJE;IvCvBA,kCFwPgC;IEpQhC,0BuCyCwC;E5CoyJ1C;E4C1yJE;IvCnCA,gCFoQgC;IExPhC,4BuCkC0C;E5CmyJ5C;E4C9yJE;IAeM,aAAa;E5CkyJrB;E4CjzJE;IAmBM,qBzC2MuB;IyC1MvB,oBAAoB;E5CiyJ5B;E4CrzJE;IAuBQ,iBzCuMqB;IyCtMrB,sBzCsMqB;EH2lJ/B;AACF;;AY31JI;EgCiCA;IACE,mBAAmB;E5C8zJvB;E4C/zJE;IvCvBA,kCFwPgC;IEpQhC,0BuCyCwC;E5C6zJ1C;E4Cn0JE;IvCnCA,gCFoQgC;IExPhC,4BuCkC0C;E5C4zJ5C;E4Cv0JE;IAeM,aAAa;E5C2zJrB;E4C10JE;IAmBM,qBzC2MuB;IyC1MvB,oBAAoB;E5C0zJ5B;E4C90JE;IAuBQ,iBzCuMqB;IyCtMrB,sBzCsMqB;EHonJ/B;AACF;;AYp3JI;EgCiCA;IACE,mBAAmB;E5Cu1JvB;E4Cx1JE;IvCvBA,kCFwPgC;IEpQhC,0BuCyCwC;E5Cs1J1C;E4C51JE;IvCnCA,gCFoQgC;IExPhC,4BuCkC0C;E5Cq1J5C;E4Ch2JE;IAeM,aAAa;E5Co1JrB;E4Cn2JE;IAmBM,qBzC2MuB;IyC1MvB,oBAAoB;E5Cm1J5B;E4Cv2JE;IAuBQ,iBzCuMqB;IyCtMrB,sBzCsMqB;EH6oJ/B;AACF;;A4Ct0JA;EAEI,qBAAqB;EACrB,oBAAoB;EvCvHpB,gBuCwHwB;A5Cw0J5B;;A4C50JA;EAOM,mBAAmB;A5Cy0JzB;;A4Ch1JA;EAaM,sBAAsB;A5Cu0J5B;;A6Cv9JE;EACE,c5BkI8D;E4BjI9D,yB5BiI8D;AjBy1JlE;;A6C59JE;EAOM,c5B4H0D;E4B3H1D,yBAAyC;A7Cy9JjD;;A6Cj+JE;EAYM,W1CRO;E0CSP,yB5BsH0D;E4BrH1D,qB5BqH0D;AjBo2JlE;;A6Cv+JE;EACE,c5BkI8D;E4BjI9D,yB5BiI8D;AjBy2JlE;;A6C5+JE;EAOM,c5B4H0D;E4B3H1D,yBAAyC;A7Cy+JjD;;A6Cj/JE;EAYM,W1CRO;E0CSP,yB5BsH0D;E4BrH1D,qB5BqH0D;AjBo3JlE;;A6Cv/JE;EACE,c5BkI8D;E4BjI9D,yB5BiI8D;AjBy3JlE;;A6C5/JE;EAOM,c5B4H0D;E4B3H1D,yBAAyC;A7Cy/JjD;;A6CjgKE;EAYM,W1CRO;E0CSP,yB5BsH0D;E4BrH1D,qB5BqH0D;AjBo4JlE;;A6CvgKE;EACE,c5BkI8D;E4BjI9D,yB5BiI8D;AjBy4JlE;;A6C5gKE;EAOM,c5B4H0D;E4B3H1D,yBAAyC;A7CygKjD;;A6CjhKE;EAYM,W1CRO;E0CSP,yB5BsH0D;E4BrH1D,qB5BqH0D;AjBo5JlE;;A6CvhKE;EACE,c5BkI8D;E4BjI9D,yB5BiI8D;AjBy5JlE;;A6C5hKE;EAOM,c5B4H0D;E4B3H1D,yBAAyC;A7CyhKjD;;A6CjiKE;EAYM,W1CRO;E0CSP,yB5BsH0D;E4BrH1D,qB5BqH0D;AjBo6JlE;;A6CviKE;EACE,c5BkI8D;E4BjI9D,yB5BiI8D;AjBy6JlE;;A6C5iKE;EAOM,c5B4H0D;E4B3H1D,yBAAyC;A7CyiKjD;;A6CjjKE;EAYM,W1CRO;E0CSP,yB5BsH0D;E4BrH1D,qB5BqH0D;AjBo7JlE;;A6CvjKE;EACE,c5BkI8D;E4BjI9D,yB5BiI8D;AjBy7JlE;;A6C5jKE;EAOM,c5B4H0D;E4B3H1D,yBAAyC;A7CyjKjD;;A6CjkKE;EAYM,W1CRO;E0CSP,yB5BsH0D;E4BrH1D,qB5BqH0D;AjBo8JlE;;A6CvkKE;EACE,c5BkI8D;E4BjI9D,yB5BiI8D;AjBy8JlE;;A6C5kKE;EAOM,c5B4H0D;E4B3H1D,yBAAyC;A7CykKjD;;A6CjlKE;EAYM,W1CRO;E0CSP,yB5BsH0D;E4BrH1D,qB5BqH0D;AjBo9JlE;;A8C1lKA;E1CwPQ,iCAf6B;E0CvOnC,gB3C4X+B;E2C3X/B,cAAc;EACd,W3Caa;E2CZb,yB3CEa;E2CDb,WAAW;A9C6lKb;;AI7gKI;E0CtFJ;I1C+PQ,iBAlF6B;EJ27JnC;AACF;;A8CzmKA;EAUI,W3COW;E2CNX,qBAAqB;A9CmmKzB;;A8C9mKA;EAgBI,YAAY;A9CkmKhB;;A8ClnKA;EAqBI,oBAAoB;A9CimKxB;;A8CvlKA;EACE,UAAU;EACV,6BAA6B;EAC7B,SAAS;EACT,wBAAgB;EAAhB,qBAAgB;EAAhB,gBAAgB;A9C0lKlB;;A+C7nKA;EACE,gB5Cs+BuC;E4Cr+BvC,gBAAgB;E3CkPZ,mBAvE+B;E2CxKnC,2C5CEa;E4CDb,4BAA4B;EAC5B,oC5Cu+BmD;E4Ct+BnD,6C5CSa;E4CRb,mCAA2B;EAA3B,2BAA2B;EAC3B,UAAU;E1CQR,sBF+SgC;AHy0JpC;;A+C1oKA;EAcI,sB5C09BsC;AHsqI1C;;A+C9oKA;EAkBI,UAAU;A/CgoKd;;A+ClpKA;EAsBI,cAAc;EACd,UAAU;A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AiDv2KA;EACE,iB9Cg5BuC;AH09IzC;;AiD32KA;EAII,OAAO;EACP,a9C44BqC;E8C34BrC,c9C04BqC;AHi+IzC;;AiDj3KA;EASM,QAAQ;EACR,oCAA2F;EAC3F,wB9CvCS;AHm5Kf;;AiDv2KA;EACE,iBAAgC;AjD02KlC;;AiD32KA;EAII,MAAM;AjD22KV;;AiD/2KA;EAOM,SAAS;EACT,6B9Cy3BmC;E8Cx3BnC,yB9CrDS;AHi6Kf;;AiDv2KA;EACE,iB9Ck3BuC;AHw/IzC;;AiD32KA;EAII,QAAQ;EACR,a9C82BqC;E8C72BrC,c9C42BqC;AH+/IzC;;AiDj3KA;EASM,OAAO;EACP,oC9Cy2BmC;E8Cx2BnC,uB9CrES;AHi7Kf;;AiDv1KA;EACE,gB9Cw0BuC;E8Cv0BvC,uB9C60BuC;E8C50BvC,W9CvGa;E8CwGb,kBAAkB;EAClB,sB9C/Fa;EECX,sBF+SgC;AH0oKpC;;AmD38KA;EACE,kBAAkB;EAClB,MAAM;EACN,OAAO;EACP,ahDqxBsC;EgDpxBtC,cAAc;EACd,gBhDw8BuC;E+C78BvC,kM/C8WiN;E+C5WjN,kBAAkB;EAClB,gB/CyX+B;E+CxX/B,gB/C8X+B;E+C7X/B,gBAAgB;EAChB,iBAAiB;EACjB,qBAAqB;EACrB,iBAAiB;EACjB,oBAAoB;EACpB,sBAAsB;EACtB,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,gBAAgB;E9CqOZ,mBAvE+B;E+CjKnC,qBAAqB;EACrB,sBhDNa;EgDOb,4BAA4B;EAC5B,oChDEa;EECX,qBFgT+B;AHsqKnC;;AmDx+KA;EAoBI,kBAAkB;EAClB,cAAc;EACd,WhDw8BoC;EgDv8BpC,chDw8BqC;EgDv8BrC,gBhD0S+B;AH8qKnC;;AmDh/KA;EA4BM,kBAAkB;EAClB,cAAc;EACd,WAAW;EACX,yBAAyB;EACzB,mBAAmB;AnDw9KzB;;AmDn9KA;EACE,qBhDy7BuC;AH6hJzC;;AmDv9KA;EAII,2BlC0I4D;AjB60KhE;;AmD39KA;EAOM,SAAS;EACT,6BAAgE;EAChE,qChDo7BiE;AHoiJvE;;AmDj+KA;EAaM,WhD4Q2B;EgD3Q3B,6BAAgE;EAChE,sBhD7CS;AHqgLf;;AmDn9KA;EACE,mBhDq6BuC;AHijJzC;;AmDv9KA;EAII,yBlCsH4D;EkCrH5D,ahDi6BqC;EgDh6BrC,YhD+5BoC;EgD95BpC,gBAAgC;AnDu9KpC;;AmD99KA;EAUM,OAAO;EACP,oCAA2F;EAC3F,uChD65BiE;AH2jJvE;;AmDp+KA;EAgBM,ShDqP2B;EgDpP3B,oCAA2F;EAC3F,wBhDpES;AH4hLf;;AmDn9KA;EACE,kBhD84BuC;AHwkJzC;;AmDv9KA;EAII,wBlC+F4D;AjBw3KhE;;AmD39KA;EAOM,MAAM;EACN,oCAA2F;EAC3F,wChDy4BiE;AH+kJvE;;AmDj+KA;EAaM,QhDiO2B;EgDhO3B,oCAA2F;EAC3F,yBhDxFS;AHgjLf;;AmDv+KA;EAqBI,kBAAkB;EAClB,MAAM;EACN,SAAS;EACT,cAAc;EACd,WhDq3BoC;EgDp3BpC,oBAAsC;EACtC,WAAW;EACX,gChDy2BuD;AH6mJ3D;;AmDl9KA;EACE,oBhD82BuC;AHumJzC;;AmDt9KA;EAII,0BlC+D4D;EkC9D5D,ahD02BqC;EgDz2BrC,YhDw2BoC;EgDv2BpC,gBAAgC;AnDs9KpC;;AmD79KA;EAUM,QAAQ;EACR,oChDo2BmC;EgDn2BnC,sChDs2BiE;AHinJvE;;AmDn+KA;EAgBM,UhD8L2B;EgD7L3B,oChD81BmC;EgD71BnC,uBhD3HS;AHklLf;;AmDj8KA;EACE,uBhD+zBwC;EgD9zBxC,gBAAgB;E/C0FZ,eAvE+B;E+ChBnC,yBhDwzByD;EgDvzBzD,gCAAyE;E9CnIvE,0CYwJ4D;EZvJ5D,2CYuJ4D;AjBg7KhE;;AmD38KA;EAUI,aAAa;AnDq8KjB;;AmDj8KA;EACE,uBhDizBwC;EgDhzBxC,chDxJgB;AH4lLlB;;AoD/lLA;EACE,kBAAkB;ApDkmLpB;;AoD/lLA;EACE,mBAAmB;ApDkmLrB;;AoD/lLA;EACE,kBAAkB;EAClB,WAAW;EACX,gBAAgB;ApDkmLlB;;AqDznLE;EACE,cAAc;EACd,WAAW;EACX,WAAW;ArD4nLf;;AoDpmLA;EACE,kBAAkB;EAClB,aAAa;EACb,WAA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EAEI,2CAA+D;A/D4nMzE;;A+D9nMM;EAEI,2BAA+D;A/DgoMzE;;A+DloMM;EAEI,yCAA+D;A/DooMzE;;A+DtoMM;EAEI,yBAA+D;A/DwoMzE;;A+D1oMM;EAEI,gCAA+D;A/D4oMzE;;A+D9oMM;EAEI,gCAA+D;A/DgpMzE;;A+DlpMM;EAEI,gCAA+D;A/DopMzE;;A+DtpMM;EAEI,gCAA+D;A/DwpMzE;;A+D1pMM;EAEI,gCAA+D;A/D4pMzE;;A+D9pMM;EAEI,gCAA+D;A/DgqMzE;;A+DlqMM;EAEI,gCAA+D;A/DoqMzE;;A+DtqMM;EAEI,gCAA+D;A/DwqMzE;;A+D1qMM;EAEI,6BAA+D;A/D4qMzE;;A+D9qMM;EAEI,qBAA+D;A/DgrMzE;;A+DlrMM;EAEI,qBAA+D;A/DorMzE;;A+DtrMM;EAEI,qBAA+D;A/DwrMzE;;A+D1rMM;EAEI,sBAA+D;A/D4rMzE;;A+D9rMM;EAEI,sBAA+D;A/DgsMzE;;A+DlsMM;EAEI,0BAA+D;A/DosMzE;;A+DtsMM;EAEI,uBAA+D;A/DwsMzE;;A+D1sMM;EAEI,2BAA+D;A/D4sMzE;;A+D9sMM;EAEI,sBAA+D;A/DgtMzE;;A+DltMM;EAEI,sBAA+D;A/DotMzE;;A+DttMM;EAEI,sBAA+D;A/DwtMzE;;A+D1tMM;EAEI,uBAA+D;A/D4tMzE;;A+D9tMM;EAEI,uBAA+D;A/DguMzE;;A+DluMM;EAEI,2BAA+D;A/DouMzE;;A+DtuMM;EAEI,wBAA+D;A/DwuMzE;;A+D1uMM;EAEI,4BAA+D;A/D4uMzE;;A+D9uMM;EAEI,yBAA+D;A/DgvMzE;;A+DlvMM;EAEI,8BAA+D;A/DovMzE;;A+DtvMM;EAEI,iCAA+D;A/DwvMzE;;A+D1vMM;EAEI,sCAA+D;A/D4vMzE;;A+D9vMM;EAEI,yCAA+D;A/DgwMzE;;A+DlwMM;EAEI,uBAA+D;A/DowMzE;;A+DtwMM;EAEI,uBAA+D;A/DwwMzE;;A+D1wMM;EAEI,yBAA+D;A/D4wMzE;;A+D9wMM;EAEI,yBAA+D;A/DgxMzE;;A+DlxMM;EAEI,0BAA+D;A/DoxMzE;;A+DtxMM;EAEI,4BAA+D;A/DwxMzE;;A+D1xMM;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A/Dg4NzE;;A+Dl4NM;EAEI,4BAA+D;A/Do4NzE;;A+Dt4NM;EAEI,kCAA+D;A/Dw4NzE;;A+D14NM;EAEI,iCAA+D;A/D44NzE;;A+D94NM;EAEI,+BAA+D;A/Dg5NzE;;A+Dl5NM;EAEI,iCAA+D;A/Do5NzE;;A+Dt5NM;EAEI,+BAA+D;A/Dw5NzE;;A+D15NM;EAEI,0BAA+D;A/D45NzE;;A+D95NM;EAEI,gCAA+D;A/Dg6NzE;;A+Dl6NM;EAEI,+BAA+D;A/Do6NzE;;A+Dt6NM;EAEI,6BAA+D;A/Dw6NzE;;A+D16NM;EAEI,+BAA+D;A/D46NzE;;A+D96NM;EAEI,6BAA+D;A/Dg7NzE;;A+Dl7NM;EAEI,2BAA+D;A/Do7NzE;;A+Dt7NM;EAEI,+BAA+D;A/Dw7NzE;;A+D17NM;EAEI,2BAA+D;A/D47NzE;;A+D97NM;EAEI,2BAA+D;A/Dg8NzE;;A+Dl8NM;EAEI,8BAA+D;A/Do8NzE;;A+Dt8NM;EAEI,oCAA+D;A/Dw8NzE;;A+D18NM;EAEI,oCAA+D;A/D48NzE;;A+D98NM;EAEI,qCAA+D;A/Dg9NzE;;A+Dl9NM;EAEI,2BAA+D;A/Do9NzE;;A+Dt9NM;EAEI,4BAA+D;A/Dw9NzE;;A+D19NM;EAEI,6BAA+D;A/D49NzE;;A+D99NM;EAEI,yBAA+D;A/Dg+NzE;;A+Dl+NM;EAEI,yBAA+D;A/Do+NzE;;A+Dt+NM;EAEI,yBAA+D;A/Dw+NzE;;A+D1+NM;EAEI,yBAA+D;A/D4+NzE;;A+D9+NM;EAEI,yBAA+D;A/Dg/NzE;;A+Dl/NM;EAEI,yBAA+D;A/Do/NzE;;A+Dt/NM;EAEI,yBAA+D;A/Dw/NzE;;A+D1/NM;EAEI,yBAA+D;A/D4/NzE;;A+D9/NM;EAEI,sBAA+D;A/DggOzE;;A+DlgOM;EAEI,yBAA+D;A/DogOzE;;A+DtgOM;EAEI,yBAA+D;A/DwgOzE;;A+D1gOM;EAEI,oCAA+D;A/D4gOzE;;A+D9gOM;EAEI,0CAA+D;A/DghOzE;;A+DlhOM;EAEI,yBAA+D;A/DohOzE;;A+DthOM;EAEI,yBAA+D;A/DwhOzE;;A+D1hOM;EAEI,4BAA+D;A/D4hOzE;;A+D9hOM;EAEI,2BAA+D;A/DgiOzE;;A+DliOM;EAEI,yBAA+D;A/DoiOzE;;A+DtiOM;EAEI,oCAA+D;A/DwiOzE;;A+D1iOM;EAEI,oCAA+D;A/D4iOzE;;A+D9iOM;EAEI,oCAA+D;A/DgjOzE;;A+DljOM;EAEI,oCAA+D;A/DojOzE;;A+DtjOM;EAEI,oCAA+D;A/DwjOzE;;A+D1jOM;EAEI,oCAA+D;A/D4jOzE;;A+D9jOM;EAEI,oCAA+D;A/DgkOzE;;A+DlkOM;EAEI,oCAA+D;A/DokOzE;;A+DtkOM;EAEI,iCAA+D;A/DwkOzE;;A+D1kOM;EAEI,iCAA+D;A/D4kOzE;;A+D9kOM;EAEI,wCAA+D;A/DglOzE;;A+DllOM;EAEI,8BAA+D;A/DolOzE;;A+DtlOM;EAEI,8BAA+D;A/DwlOzE;;A+D1lOM;EAEI,gCAA+D;A/D4lOzE;;A+D9lOM;EAEI,qCAA+D;A/DgmOzE;;A+DlmOM;EAEI,wCAA+D;A/DomOzE;;A+DtmOM;EAEI,6BAA+D;A/DwmOzE;;A+D1mOM;EAEI,6BAA+D;A/D4mOzE;;A+D9mOM;EAEI,gCAA+D;A/DgnOzE;;A+DlnOM;EAEI,4GAA+D;A/DonOzE;;A+DtnOM;EAEI,mCAA+D;EAA/D,gCAA+D;EAA/D,+BAA+D;EAA/D,2BAA+D;A/DwnOzE;;A+D1nOM;EAEI,oCAA+D;EAA/D,iCAA+D;EAA/D,gCAA+D;EAA/D,4BAA+D;A/D4nOzE;;A+D9nOM;EAEI,oCAA+D;EAA/D,iCAA+D;EAA/D,gCAA+D;EAA/D,4BAA+D;A/DgoOzE;;A+DloOM;EAEI,+BAA+D;A/DooOzE;;A+DtoOM;EAEI,+BAA+D;A/DwoOzE;;A+D1oOM;EAEI,iCAA+D;A/D4oOzE;;A+D9oOM;EAEI,gCAA+D;A/DgpOzE;;A+DlpOM;EAEI,gCAA+D;A/DopOzE;;A+DtpOM;EAEI,6BAA+D;A/DwpOzE;;A+D1pOM;EAEI,+BAA+D;A/D4pOzE;;A+D9pOM;EAEI,2BAA+D;A/DgqOzE;;A+DlqOM;EAEI,0CAA+D;EAA/D,2CAA+D;A/DqqOzE;;A+DvqOM;EAEI,2CAA+D;EAA/D,8CAA+D;A/D0qOzE;;A+D5qOM;EAEI,8CAA+D;EAA/D,6CAA+D;A/D+qOzE;;A+DjrOM;EAEI,6CAA+D;EAA/D,0CAA+D;A/DorOzE;;A+DtrOM;EAEI,8BAA+D;A/DwrOzE;;A+D1rOM;EAEI,6BAA+D;A/D4rOzE;;AYxqOI;EmDtBE;IAEI,sBAA+D;E/DisOvE;E+DnsOI;IAEI,uBAA+D;E/DosOvE;E+DtsOI;IAEI,sBAA+D;E/DusOvE;E+DzsOI;IAEI,wBAA+D;E/D0sOvE;E+D5sOI;IAEI,0BAA+D;E/D6sOvE;E+D/sOI;IAEI,gCAA+D;E/DgtOvE;E+DltOI;IAEI,yBAA+D;E/DmtOvE;E+DrtOI;IAEI,yBAA+D;E/DstOvE;E+DxtOI;IAEI,6BAA+D;E/DytOvE;E+D3tOI;IAEI,8BAA+D;E/D4tOvE;E+D9tOI;IAEI,wBAA+D;E/D+tOvE;E+DjuOI;IAEI,+BAA+D;E/DkuOvE;E+DpuOI;IAEI,yBAA+D;E/DquOvE;E+DvuOI;IAEI,8BAA+D;E/DwuOvE;E+D1uOI;IAEI,iCAA+D;E/D2uOvE;E+D7uOI;IAEI,sCAA+D;E/D8uOvE;E+DhvOI;IAEI,yCAA+D;E/DivOvE;E+DnvOI;IAEI,uBAA+D;E/DovOvE;E+DtvOI;IAEI,uBAA+D;E/DuvOvE;E+DzvOI;IAEI,yBAA+D;E/D0vOvE;E+D5vOI;IAEI,yBAA+D;E/D6vOvE;E+D/vOI;IAEI,0BAA+D;E/DgwOvE;E+DlwOI;IAEI,4BAA+D;E/DmwOvE;E+DrwOI;IAEI,kCAA+D;E/DswOvE;E+DxwOI;IAEI,sCAA+D;E/DywOvE;E+D3wOI;IAEI,oCAA+D;E/D4wOvE;E+D9wOI;IAEI,kCAA+D;E/D+wOvE;E+DjxOI;IAEI,yCAA+D;E/DkxOvE;E+DpxOI;IAEI,wCAA+D;E/DqxOvE;E+DvxOI;IAEI,kCAA+D;E/DwxOvE;E+D1xOI;IAEI,gCAA+D;E/D2xOvE;E+D7xOI;IAEI,8BAA+D;E/D8xOvE;E+DhyOI;IAEI,gCAA+D;E/DiyOvE;E+DnyOI;IAEI,+BAA+D;E/DoyOvE;E+DtyOI;IAEI,oCAA+D;E/DuyOvE;E+DzyOI;IAEI,kCAA+D;E/D0yOvE;E+D5yOI;IAEI,gCAA+D;E/D6yOvE;E+D/yOI;IAEI,uCAA+D;E/DgzOvE;E+DlzOI;IAEI,sCAA+D;E/DmzOvE;E+DrzOI;IAEI,iCAA+D;E/DszOvE;E+DxzOI;IAEI,2BAA+D;E/DyzOvE;E+D3zOI;IAEI,iCAA+D;E/D4zOvE;E+D9zOI;IAEI,+BAA+D;E/D+zOvE;E+Dj0OI;IAEI,6BAA+D;E/Dk0OvE;E+Dp0OI;IAEI,+BAA+D;E/Dq0OvE;E+Dv0OI;IAEI,8BAA+D;E/Dw0OvE;E+D10OI;IAEI,oBAA+D;E/D20OvE;E+D70OI;IAEI,mBAA+D;E/D80OvE;E+Dh1OI;IAEI,mBAA+D;E/Di1OvE;E+Dn1OI;IAEI,mBAA+D;E/Do1OvE;E+Dt1OI;IAEI,mBAA+D;E/Du1OvE;E+Dz1OI;IAEI,mBAA+D;E/D01OvE;E+D51OI;IAEI,mBAA+D;E/D61OvE;E+D/1OI;IAEI,mBAA+D;E/Dg2OvE;E+Dl2OI;IAEI,oBAA+D;E/Dm2OvE;E+Dr2OI;IAEI,0BAA+D;E/Ds2OvE;E+Dx2OI;IAEI,yBAA+D;E/Dy2OvE;E+D32OI;IAEI,uBAA+D;E/D42OvE;E+D92OI;IAEI,yBAA+D;E/D+2OvE;E+Dj3OI;IAEI,uBAA+D;E/Dk3OvE;E+Dp3OI;IAEI,uBAA+D;E/Dq3OvE;E+Dv3OI;IAEI,0BAA+D;IAA/D,yBAA+D;E/Dy3OvE;E+D33OI;IAEI,gCAA+D;IAA/D,+BAA+D;E/D63OvE;E+D/3OI;IAEI,+BAA+D;IAA/D,8BAA+D;E/Di4OvE;E+Dn4OI;IAEI,6BAA+D;IAA/D,4BAA+D;E/Dq4OvE;E+Dv4OI;IAEI,+BAA+D;IAA/D,8BAA+D;E/Dy4OvE;E+D34OI;IAEI,6BAA+D;IAA/D,4BAA+D;E/D64OvE;E+D/4OI;IAEI,6BAA+D;IAA/D,4BAA+D;E/Di5OvE;E+Dn5OI;IAEI,wBAA+D;IAA/D,2BAA+D;E/Dq5OvE;E+Dv5OI;IAEI,8BAA+D;IAA/D,iCAA+D;E/Dy5OvE;E+D35OI;IAEI,6BAA+D;IAA/D,gCAA+D;E/D65OvE;E+D/5OI;IAEI,2BAA+D;IAA/D,8BAA+D;E/Di6OvE;E+Dn6OI;IAEI,6BAA+D;IAA/D,gCAA+D;E/Dq6OvE;E+Dv6OI;IAEI,2BAA+D;IAA/D,8BAA+D;E/Dy6OvE;E+D36OI;IAEI,2BAA+D;IAA/D,8BAA+D;E/D66OvE;E+D/6OI;IAEI,wBAA+D;E/Dg7OvE;E+Dl7OI;IAEI,8BAA+D;E/Dm7OvE;E+Dr7OI;IAEI,6BAA+D;E/Ds7OvE;E+Dx7OI;IAEI,2BAA+D;E/Dy7OvE;E+D37OI;IAEI,6BAA+D;E/D47OvE;E+D97OI;IAEI,2BAA+D;E/D+7OvE;E+Dj8OI;IAEI,2BAA+D;E/Dk8OvE;E+Dp8OI;IAEI,0BAA+D;E/Dq8OvE;E+Dv8OI;IAEI,gCAA+D;E/Dw8OvE;E+D18OI;IAEI,+BAA+D;E/D28OvE;E+D78OI;IAEI,6BAA+D;E/D88OvE;E+Dh9OI;IAEI,+BAA+D;E/Di9OvE;E+Dn9OI;IAEI,6BAA+D;E/Do9OvE;E+Dt9OI;IAEI,6BAA+D;E/Du9OvE;E+Dz9OI;IAEI,2BAA+D;E/D09OvE;E+D59OI;IAEI,iCAA+D;E/D69OvE;E+D/9OI;IAEI,gCAA+D;E/Dg+OvE;E+Dl+OI;IAEI,8BAA+D;E/Dm+OvE;E+Dr+OI;IAEI,gCAA+D;E/Ds+OvE;E+Dx+OI;IAEI,8BAA+D;E/Dy+OvE;E+D3+OI;IAEI,8BAA+D;E/D4+OvE;E+D9+OI;IAEI,yBAA+D;E/D++OvE;E+Dj/OI;IAEI,+BAA+D;E/Dk/OvE;E+Dp/OI;IAEI,8BAA+D;E/Dq/OvE;E+Dv/OI;IAEI,4BAA+D;E/Dw/OvE;E+D1/OI;IAEI,8BAA+D;E/D2/OvE;E+D7/OI;IAEI,4BAA+D;E/D8/OvE;E+DhgPI;IAEI,4BAA+D;E/DigPvE;E+DngPI;IAEI,2BAA+D;E/DogPvE;E+DtgPI;IAEI,0BAA+D;E/DugPvE;E+DzgPI;IAEI,wBAA+D;E/D0gPvE;E+D5gPI;IAEI,0BAA+D;E/D6gPvE;E+D/gPI;IAEI,wBAA+D;E/DghPvE;E+DlhPI;IAEI,iCAA+D;IAA/D,gCAA+D;E/DohPvE;E+DthPI;IAEI,gCAA+D;IAA/D,+BAA+D;E/DwhPvE;E+D1hPI;IAEI,8BAA+D;IAA/D,6BAA+D;E/D4hPvE;E+D9hPI;IAEI,gCAA+D;IAA/D,+BAA+D;E/DgiPvE;E+DliPI;IAEI,8BAA+D;IAA/D,6BAA+D;E/DoiPvE;E+DtiPI;IAEI,+BAA+D;IAA/D,kCAA+D;E/DwiPvE;E+D1iPI;IAEI,8BAA+D;IAA/D,iCAA+D;E/D4iPvE;E+D9iPI;IAEI,4BAA+D;IAA/D,+BAA+D;E/DgjPvE;E+DljPI;IAEI,8BAA+D;IAA/D,iCAA+D;E/DojPvE;E+DtjPI;IAEI,4BAA+D;IAA/D,+BAA+D;E/DwjPvE;E+D1jPI;IAEI,+BAA+D;E/D2jPvE;E+D7jPI;IAEI,8BAA+D;E/D8jPvE;E+DhkPI;IAEI,4BAA+D;E/DikPvE;E+DnkPI;IAEI,8BAA+D;E/DokPvE;E+DtkPI;IAEI,4BAA+D;E/DukPvE;E+DzkPI;IAEI,iCAA+D;E/D0kPvE;E+D5kPI;IAEI,gCAA+D;E/D6kPvE;E+D/kPI;IAEI,8BAA+D;E/DglPvE;E+DllPI;IAEI,gCAA+D;E/DmlPvE;E+DrlPI;IAEI,8BAA+D;E/DslPvE;E+DxlPI;IAEI,kCAA+D;E/DylPvE;E+D3lPI;IAEI,iCAA+D;E/D4lPvE;E+D9lPI;IAEI,+BAA+D;E/D+lPvE;E+DjmPI;IAEI,iCAA+D;E/DkmPvE;E+DpmPI;IAEI,+BAA+D;E/DqmPvE;E+DvmPI;IAEI,gCAA+D;E/DwmPvE;E+D1mPI;IAEI,+BAA+D;E/D2mPvE;E+D7mPI;IAEI,6BAA+D;E/D8mPvE;E+DhnPI;IAEI,+BAA+D;E/DinPvE;E+DnnPI;IAEI,6BAA+D;E/DonPvE;E+DtnPI;IAEI,qBAA+D;E/DunPvE;E+DznPI;IAEI,2BAA+D;E/D0nPvE;E+D5nPI;IAEI,0BAA+D;E/D6nPvE;E+D/nPI;IAEI,wBAA+D;E/DgoPvE;E+DloPI;IAEI,0BAA+D;E/DmoPvE;E+DroPI;IAEI,wBAA+D;E/DsoPvE;E+DxoPI;IAEI,2BAA+D;IAA/D,0BAA+D;E/D0oPvE;E+D5oPI;IAEI,iCAA+D;IAA/D,gCAA+D;E/D8oPvE;E+DhpPI;IAEI,gCAA+D;IAA/D,+BAA+D;E/DkpPvE;E+DppPI;IAEI,8BAA+D;IAA/D,6BAA+D;E/DspPvE;E+DxpPI;IAEI,gCAA+D;IAA/D,+BAA+D;E/D0pPvE;E+D5pPI;IAEI,8BAA+D;IAA/D,6BAA+D;E/D8pPvE;E+DhqPI;IAEI,yBAA+D;IAA/D,4BAA+D;E/DkqPvE;E+DpqPI;IAEI,+BAA+D;IAA/D,kCAA+D;E/DsqPvE;E+DxqPI;IAEI,8BAA+D;IAA/D,iCAA+D;E/D0qPvE;E+D5qPI;IAEI,4BAA+D;IAA/D,+BAA+D;E/D8qPvE;E+DhrPI;IAEI,8BAA+D;IAA/D,iCAA+D;E/DkrPvE;E+DprPI;IAEI,4BAA+D;IAA/D,+BAA+D;E/DsrPvE;E+DxrPI;IAEI,yBAA+D;E/DyrPvE;E+D3rPI;IAEI,+BAA+D;E/D4rPvE;E+D9rPI;IAEI,8BAA+D;E/D+rPvE;E+DjsPI;IAEI,4BAA+D;E/DksPvE;E+DpsPI;IAEI,8BAA+D;E/DqsPvE;E+DvsPI;IAEI,4BAA+D;E/DwsPvE;E+D1sPI;IAEI,2BAA+D;E/D2sPvE;E+D7sPI;IAEI,iCAA+D;E/D8sPvE;E+DhtPI;IAEI,gCAA+D;E/DitPvE;E+DntPI;IAEI,8BAA+D;E/DotPvE;E+DttPI;IAEI,gCAA+D;E/DutPvE;E+DztPI;IAEI,8BAA+D;E/D0tPvE;E+D5tPI;IAEI,4BAA+D;E/D6tPvE;E+D/tPI;IAEI,kCAA+D;E/DguPvE;E+DluPI;IAEI,iCAA+D;E/DmuPvE;E+DruPI;IAEI,+BAA+D;E/DsuPvE;E+DxuPI;IAEI,iCAA+D;E/DyuPvE;E+D3uPI;IAEI,+BAA+D;E/D4uPvE;E+D9uPI;IAEI,0BAA+D;E/D+uPvE;E+DjvPI;IAEI,gCAA+D;E/DkvPvE;E+DpvPI;IAEI,+BAA+D;E/DqvPvE;E+DvvPI;IAEI,6BAA+D;E/DwvPvE;E+D1vPI;IAEI,+BAA+D;E/D2vPvE;E+D7vPI;IAEI,6BAA+D;E/D8vPvE;E+DhwPI;IAEI,2BAA+D;E/DiwPvE;E+DnwPI;IAEI,4BAA+D;E/DowPvE;E+DtwPI;IAEI,6BAA+D;E/DuwPvE;AACF;;AYpvPI;EmDtBE;IAEI,sBAA+D;E/D6wPvE;E+D/wPI;IAEI,uBAA+D;E/DgxPvE;E+DlxPI;IAEI,sBAA+D;E/DmxPvE;E+DrxPI;IAEI,wBAA+D;E/DsxPvE;E+DxxPI;IAEI,0BAA+D;E/DyxPvE;E+D3xPI;IAEI,gCAA+D;E/D4xPvE;E+D9xPI;IAEI,yBAA+D;E/D+xPvE;E+DjyPI;IAEI,yBAA+D;E/DkyPvE;E+DpyPI;IAEI,6BAA+D;E/DqyPvE;E+DvyPI;IAEI,8BAA+D;E/DwyPvE;E+D1yPI;IAEI,wBAA+D;E/D2yPvE;E+D7yPI;IAEI,+BAA+D;E/D8yPvE;E+DhzPI;IAEI,yBAA+D;E/DizPvE;E+DnzPI;IAEI,8BAA+D;E/DozPvE;E+DtzPI;IAEI,iCAA+D;E/DuzPvE;E+DzzPI;IAEI,sCAA+D;E/D0zPvE;E+D5zPI;IAEI,yCAA+D;E/D6zPvE;E+D/zPI;IAEI,uBAA+D;E/Dg0PvE;E+Dl0PI;IAEI,uBAA+D;E/Dm0PvE;E+Dr0PI;IAEI,yBAA+D;E/Ds0PvE;E+Dx0PI;IAEI,yBAA+D;E/Dy0PvE;E+D30PI;IAEI,0BAA+D;E/D40PvE;E+D90PI;IAEI,4BAA+D;E/D+0PvE;E+Dj1PI;IAEI,kCAA+D;E/Dk1PvE;E+Dp1PI;IAEI,sCAA+D;E/Dq1PvE;E+Dv1PI;IAEI,oCAA+D;E/Dw1PvE;E+D11PI;IAEI,kCAA+D;E/D21PvE;E+D71PI;IAEI,yCAA+D;E/D81PvE;E+Dh2PI;IAEI,wCAA+D;E/Di2PvE;E+Dn2PI;IAEI,kCAA+D;E/Do2PvE;E+Dt2PI;IAEI,gCAA+D;E/Du2PvE;E+Dz2PI;IAEI,8BAA+D;E/D02PvE;E+D52PI;IAEI,gCAA+D;E/D62PvE;E+D/2PI;IAEI,+BAA+D;E/Dg3PvE;E+Dl3PI;IAEI,oCAA+D;E/Dm3PvE;E+Dr3PI;IAEI,kCAA+D;E/Ds3PvE;E+Dx3PI;IAEI,gCAA+D;E/Dy3PvE;E+D33PI;IAEI,uCAA+D;E/D43PvE;E+D93PI;IAEI,sCAA+D;E/D+3PvE;E+Dj4PI;IAEI,iCAA+D;E/Dk4PvE;E+Dp4PI;IAEI,2BAA+D;E/Dq4PvE;E+Dv4PI;IAEI,iCAA+D;E/Dw4PvE;E+D14PI;IAEI,+BAA+D;E/D24PvE;E+D74PI;IAEI,6BAA+D;E/D84PvE;E+Dh5PI;IAEI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I,wBAA+D;E/Du3QvE;E+Dz3QI;IAEI,+BAA+D;E/D03QvE;E+D53QI;IAEI,yBAA+D;E/D63QvE;E+D/3QI;IAEI,8BAA+D;E/Dg4QvE;E+Dl4QI;IAEI,iCAA+D;E/Dm4QvE;E+Dr4QI;IAEI,sCAA+D;E/Ds4QvE;E+Dx4QI;IAEI,yCAA+D;E/Dy4QvE;E+D34QI;IAEI,uBAA+D;E/D44QvE;E+D94QI;IAEI,uBAA+D;E/D+4QvE;E+Dj5QI;IAEI,yBAA+D;E/Dk5QvE;E+Dp5QI;IAEI,yBAA+D;E/Dq5QvE;E+Dv5QI;IAEI,0BAA+D;E/Dw5QvE;E+D15QI;IAEI,4BAA+D;E/D25QvE;E+D75QI;IAEI,kCAA+D;E/D85QvE;E+Dh6QI;IAEI,sCAA+D;E/Di6QvE;E+Dn6QI;IAEI,oCAA+D;E/Do6QvE;E+Dt6QI;IAEI,kCAA+D;E/Du6QvE;E+Dz6QI;IAEI,yCAA+D;E/D06QvE;E+D56QI;IAEI,wCAA+D;E/D66QvE;E+D/6QI;IAEI,kCAA+D;E/Dg7QvE;E+Dl7QI;IAEI,gCAA+D;E/Dm7QvE;E+Dr7QI;IAEI,8BAA+D;E/Ds7QvE;E+Dx7QI;IAEI,gCAA+D;E/Dy7QvE;E+D37QI;IAEI,+BAA+D;E/D47QvE;E+D97QI;IAEI,oCAA+D;E/D+7QvE;E+Dj8QI;IAEI,kCAA+D;E/Dk8QvE;E+Dp8QI;IAEI,gCAA+D;E/Dq8QvE;E+Dv8QI;IAEI,uCAA+D;E/Dw8QvE;E+D18QI;IAEI,sCAA+D;E/D28QvE;E+D78QI;IAEI,iCAA+D;E/D88QvE;E+Dh9QI;IAEI,2BAA+D;E/Di9QvE;E+Dn9QI;IAEI,iCAA+D;E/Do9QvE;E+Dt9QI;IAEI,+BAA+D;E/Du9QvE;E+Dz9QI;IAEI,6BAA+D;E/D09QvE;E+D59QI;IAEI,+BAA+D;E/D69QvE;E+D/9QI;IAEI,8BAA+D;E/Dg+QvE;E+Dl+QI;IAEI,oBAA+D;E/Dm+QvE;E+Dr+QI;IAEI,mBAA+D;E/Ds+QvE;E+Dx+QI;IAEI,mBAA+D;E/Dy+QvE;E+D3+QI;IAEI,mBAA+D;E/D4+QvE;E+D9+QI;IAEI,mBAA+D;E/D++QvE;E+Dj/QI;IAEI,mBAA+D;E/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D01RvE;E+D51RI;IAEI,8BAA+D;E/D61RvE;E+D/1RI;IAEI,4BAA+D;E/Dg2RvE;E+Dl2RI;IAEI,2BAA+D;E/Dm2RvE;E+Dr2RI;IAEI,iCAA+D;E/Ds2RvE;E+Dx2RI;IAEI,gCAA+D;E/Dy2RvE;E+D32RI;IAEI,8BAA+D;E/D42RvE;E+D92RI;IAEI,gCAA+D;E/D+2RvE;E+Dj3RI;IAEI,8BAA+D;E/Dk3RvE;E+Dp3RI;IAEI,4BAA+D;E/Dq3RvE;E+Dv3RI;IAEI,kCAA+D;E/Dw3RvE;E+D13RI;IAEI,iCAA+D;E/D23RvE;E+D73RI;IAEI,+BAA+D;E/D83RvE;E+Dh4RI;IAEI,iCAA+D;E/Di4RvE;E+Dn4RI;IAEI,+BAA+D;E/Do4RvE;E+Dt4RI;IAEI,0BAA+D;E/Du4RvE;E+Dz4RI;IAEI,gCAA+D;E/D04RvE;E+D54RI;IAEI,+BAA+D;E/D64RvE;E+D/4RI;IAEI,6BAA+D;E/Dg5RvE;E+Dl5RI;IAEI,+BAA+D;E/Dm5RvE;E+Dr5RI;IAEI,6BAA+D;E/Ds5RvE;E+Dx5RI;IAEI,2BAA+D;E/Dy5RvE;E+D35RI;IAEI,4BAA+D;E/D45RvE;E+D95RI;IAEI,6BAA+D;E/D+5RvE;AACF;;AY54RI;EmDtBE;IAEI,sBAA+D;E/Dq6RvE;E+Dv6RI;IAEI,uBAA+D;E/Dw6RvE;E+D16RI;IAEI,sBAA+D;E/D26RvE;E+D76RI;IAEI,wBAA+D;E/D86RvE;E+Dh7RI;IAEI,0BAA+D;E/Di7RvE;E+Dn7RI;IAEI,gCAA+D;E/Do7RvE;E+Dt7RI;IAEI,yBAA+D;E/Du7RvE;E+Dz7RI;IAEI,yBAA+D;E/D07RvE;E+D57RI;IAEI,6BAA+D;E/D67RvE;E+D/7RI;IAEI,8BAA+D;E/Dg8RvE;E+Dl8RI;IAEI,wBAA+D;E/Dm8RvE;E+Dr8RI;IAEI,+BAA+D;E/Ds8RvE;E+Dx8RI;IAEI,yBAA+D;E/Dy8RvE;E+D38RI;IAEI,8BAA+D;E/D48RvE;E+D98RI;IAEI,iCAA+D;E/D+8RvE;E+Dj9RI;IAEI,sCAA+D;E/Dk9RvE;E+Dp9RI;IAEI,yCAA+D;E/Dq9RvE;E+Dv9RI;IAEI,uBAA+D;E/Dw9RvE;E+D19RI;IAEI,uBAA+D;E/D29RvE;E+D79RI;IAEI,yBAA+D;E/D89RvE;E+Dh+RI;IAEI,yBAA+D;E/Di+RvE;E+Dn+RI;IAEI,0BAA+D;E/Do+RvE;E+Dt+RI;IAEI,4BAA+D;E/Du+RvE;E+Dz+RI;IAEI,kCAA+D;E/D0+RvE;E+D5+RI;IAEI,sCAA+D;E/D6+RvE;E+D/+RI;IAEI,oCAA+D;E/Dg/RvE;E+Dl/RI;IAEI,kCAA+D;E/Dm/RvE;E+Dr/RI;IAEI,yCAA+D;E/Ds/RvE;E+Dx/RI;IAEI,wCAA+D;E/Dy/RvE;E+D3/RI;IAEI,kCAA+D;E/D4/RvE;E+D9/RI;IAEI,gCAA+D;E/D+/RvE;E+DjgSI;IAEI,8BAA+D;E/DkgSvE;E+DpgSI;IAEI,gCAA+D;E/DqgSvE;E+DvgSI;IAEI,+BAA+D;E/DwgSvE;E+D1gSI;IAEI,oCAA+D;E/D2gSvE;E+D7gSI;IAEI,kCAA+D;E/D8gSvE;E+DhhSI;IAEI,gCAA+D;E/DihSvE;E+DnhSI;IAEI,uCAA+D;E/DohSvE;E+DthSI;IAEI,sCAA+D;E/DuhSvE;E+DzhSI;IAEI,iCAA+D;E/D0hSvE;E+D5hSI;IAEI,2BAA+D;E/D6hSvE;E+D/hSI;IAEI,iCAA+D;E/DgiSvE;E+DliSI;IAEI,+BAA+D;E/DmiSvE;E+DriSI;IAEI,6BAA+D;E/DsiSvE;E+DxiSI;IAEI,+BAA+D;E/DyiSvE;E+D3iSI;IAEI,8BAA+D;E/D4iSvE;E+D9iSI;IAEI,oBAA+D;E/D+iSvE;E+DjjSI;IAEI,mBAA+D;E/DkjSvE;E+DpjSI;IAEI,mBAA+D;E/DqjSvE;E+DvjSI;IAEI,mBAA+D;E/DwjSvE;E+D1jSI;IAEI,mBAA+D;E/D2jSvE;E+D7jSI;IAEI,mBAA+D;E/D8jSvE;E+DhkSI;IAEI,mBAA+D;E/DikSvE;E+DnkSI;IAEI,mBAA+D;E/DokSvE;E+DtkSI;IAEI,oBAA+D;E/DukSvE;E+DzkSI;IAEI,0BAA+D;E/D0kSvE;E+D5kSI;IAEI,yBAA+D;E/D6kSvE;E+D/kSI;IAEI,uBAA+D;E/DglSvE;E+DllSI;IAEI,yBAA+D;E/DmlSvE;E+D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","file":"bootstrap.css","sourcesContent":["/*!\n * Bootstrap v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n\n// Configuration\n\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"utilities\";\n\n\n// Layout & components\n\n@import \"root\";\n@import \"reboot\";\n@import \"type\";\n@import \"images\";\n@import \"containers\";\n@import \"grid\";\n@import \"tables\";\n@import \"forms\";\n@import \"buttons\";\n@import \"transitions\";\n@import \"dropdown\";\n@import \"button-group\";\n@import \"nav\";\n@import \"navbar\";\n@import \"card\";\n@import \"breadcrumb\";\n@import \"pagination\";\n@import \"badge\";\n@import \"alert\";\n@import \"progress\";\n@import \"list-group\";\n@import \"close\";\n@import \"toasts\";\n@import \"modal\";\n@import \"tooltip\";\n@import \"popover\";\n@import \"carousel\";\n@import \"spinners\";\n\n\n// Helpers\n\n@import \"helpers\";\n\n\n// Utilities\n\n@import \"utilities/api\";\n","/*!\n * Bootstrap v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n:root {\n --blue: #0d6efd;\n --indigo: #6610f2;\n --purple: #6f42c1;\n --pink: #d63384;\n --red: #dc3545;\n --orange: #fd7e14;\n --yellow: #ffc107;\n --green: #28a745;\n --teal: #20c997;\n --cyan: #17a2b8;\n --white: #fff;\n --gray: #6c757d;\n --gray-dark: #343a40;\n --primary: #0d6efd;\n --secondary: #6c757d;\n --success: #28a745;\n --info: #17a2b8;\n --warning: #ffc107;\n --danger: #dc3545;\n --light: #f8f9fa;\n --dark: #343a40;\n --font-family-sans-serif: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n}\n\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nbody {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n background-color: #fff;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\nhr {\n margin: 1rem 0;\n color: inherit;\n background-color: currentColor;\n border: 0;\n opacity: 0.25;\n}\n\nhr:not([size]) {\n height: 1px;\n}\n\nh1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n font-weight: 500;\n line-height: 1.2;\n}\n\nh1, .h1 {\n font-size: calc(1.375rem + 1.5vw);\n}\n\n@media (min-width: 1200px) {\n h1, .h1 {\n font-size: 2.5rem;\n }\n}\n\nh2, .h2 {\n font-size: calc(1.325rem + 0.9vw);\n}\n\n@media (min-width: 1200px) {\n h2, .h2 {\n font-size: 2rem;\n }\n}\n\nh3, .h3 {\n font-size: calc(1.3rem + 0.6vw);\n}\n\n@media (min-width: 1200px) {\n h3, .h3 {\n font-size: 1.75rem;\n }\n}\n\nh4, .h4 {\n font-size: calc(1.275rem + 0.3vw);\n}\n\n@media (min-width: 1200px) {\n h4, .h4 {\n font-size: 1.5rem;\n }\n}\n\nh5, .h5 {\n font-size: 1.25rem;\n}\n\nh6, .h6 {\n font-size: 1rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n text-decoration: underline dotted;\n cursor: help;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\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: 700;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall, .small {\n font-size: 0.875em;\n}\n\nmark, .mark {\n padding: 0.2em;\n background-color: #fcf8e3;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 0.75em;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #0d6efd;\n text-decoration: underline;\n}\n\na:hover {\n color: #024dbc;\n}\n\na:not([href]), a:not([href]):hover {\n color: inherit;\n text-decoration: none;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n display: block;\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n font-size: 0.875em;\n}\n\npre code {\n font-size: inherit;\n color: inherit;\n word-break: normal;\n}\n\ncode {\n font-size: 0.875em;\n color: #d63384;\n word-wrap: break-word;\n}\n\na > code {\n color: inherit;\n}\n\nkbd {\n padding: 0.2rem 0.4rem;\n font-size: 0.875em;\n color: #fff;\n background-color: #212529;\n border-radius: 0.2rem;\n}\n\nkbd kbd {\n padding: 0;\n font-size: 1em;\n font-weight: 700;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n color: #6c757d;\n text-align: left;\n}\n\nth {\n text-align: inherit;\n text-align: -webkit-match-parent;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\n[list]::-webkit-calendar-picker-indicator {\n display: none;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\n::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: textfield;\n}\n\ntextarea {\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n float: left;\n width: 100%;\n padding: 0;\n margin-bottom: 0.5rem;\n font-size: calc(1.275rem + 0.3vw);\n line-height: inherit;\n white-space: normal;\n}\n\n@media (min-width: 1200px) {\n legend {\n font-size: 1.5rem;\n }\n}\n\nlegend + * {\n clear: left;\n}\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n padding: 0;\n}\n\n::-webkit-inner-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: textfield;\n}\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[hidden] {\n display: none !important;\n}\n\n.lead {\n font-size: 1.25rem;\n font-weight: 300;\n}\n\n.display-1 {\n font-size: calc(1.725rem + 5.7vw);\n font-weight: 300;\n line-height: 1.2;\n}\n\n@media (min-width: 1200px) {\n .display-1 {\n font-size: 6rem;\n }\n}\n\n.display-2 {\n font-size: calc(1.675rem + 5.1vw);\n font-weight: 300;\n line-height: 1.2;\n}\n\n@media (min-width: 1200px) {\n .display-2 {\n font-size: 5.5rem;\n }\n}\n\n.display-3 {\n font-size: calc(1.575rem + 3.9vw);\n font-weight: 300;\n line-height: 1.2;\n}\n\n@media (min-width: 1200px) {\n .display-3 {\n font-size: 4.5rem;\n }\n}\n\n.display-4 {\n font-size: calc(1.475rem + 2.7vw);\n font-weight: 300;\n line-height: 1.2;\n}\n\n@media (min-width: 1200px) {\n .display-4 {\n font-size: 3.5rem;\n }\n}\n\n.list-unstyled {\n padding-left: 0;\n list-style: none;\n}\n\n.list-inline {\n padding-left: 0;\n list-style: none;\n}\n\n.list-inline-item {\n display: inline-block;\n}\n\n.list-inline-item:not(:last-child) {\n margin-right: 0.5rem;\n}\n\n.initialism {\n font-size: 0.875em;\n text-transform: uppercase;\n}\n\n.blockquote {\n margin-bottom: 1rem;\n font-size: 1.25rem;\n}\n\n.blockquote-footer {\n display: block;\n font-size: 0.875em;\n color: #6c757d;\n}\n\n.blockquote-footer::before {\n content: \"\\2014\\00A0\";\n}\n\n.img-fluid {\n max-width: 100%;\n height: auto;\n}\n\n.img-thumbnail {\n padding: 0.25rem;\n background-color: #fff;\n border: 1px solid #dee2e6;\n border-radius: 0.25rem;\n max-width: 100%;\n height: auto;\n}\n\n.figure {\n display: inline-block;\n}\n\n.figure-img {\n margin-bottom: 0.5rem;\n line-height: 1;\n}\n\n.figure-caption {\n font-size: 0.875em;\n color: #6c757d;\n}\n\n.container {\n width: 100%;\n padding-right: 1rem;\n padding-left: 1rem;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container {\n max-width: 540px;\n }\n}\n\n@media (min-width: 768px) {\n .container {\n max-width: 720px;\n }\n}\n\n@media (min-width: 992px) {\n .container {\n max-width: 960px;\n }\n}\n\n@media (min-width: 1200px) {\n .container {\n max-width: 1140px;\n }\n}\n\n.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {\n width: 100%;\n padding-right: 1rem;\n padding-left: 1rem;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container, .container-sm {\n max-width: 540px;\n }\n}\n\n@media (min-width: 768px) {\n .container, .container-sm, .container-md {\n max-width: 720px;\n }\n}\n\n@media (min-width: 992px) {\n .container, .container-sm, .container-md, .container-lg {\n max-width: 960px;\n }\n}\n\n@media (min-width: 1200px) {\n .container, .container-sm, .container-md, .container-lg, .container-xl {\n max-width: 1140px;\n }\n}\n\n.row {\n display: flex;\n flex-wrap: wrap;\n margin-right: -0.75rem;\n margin-left: -0.75rem;\n}\n\n.row > * {\n flex-shrink: 0;\n width: 100%;\n max-width: 100%;\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n}\n\n.g-0,\n.gx-0 {\n margin-right: 0;\n margin-left: 0;\n}\n\n.g-0 > *,\n.gx-0 > * {\n padding-right: 0;\n padding-left: 0;\n}\n\n.g-0,\n.gy-0 {\n margin-top: 0;\n}\n\n.g-0 > *,\n.gy-0 > * {\n margin-top: 0;\n}\n\n.g-1,\n.gx-1 {\n margin-right: -0.125rem;\n margin-left: -0.125rem;\n}\n\n.g-1 > *,\n.gx-1 > * {\n padding-right: 0.125rem;\n padding-left: 0.125rem;\n}\n\n.g-1,\n.gy-1 {\n margin-top: -0.25rem;\n}\n\n.g-1 > *,\n.gy-1 > * {\n margin-top: 0.25rem;\n}\n\n.g-2,\n.gx-2 {\n margin-right: -0.25rem;\n margin-left: -0.25rem;\n}\n\n.g-2 > *,\n.gx-2 > * {\n padding-right: 0.25rem;\n padding-left: 0.25rem;\n}\n\n.g-2,\n.gy-2 {\n margin-top: -0.5rem;\n}\n\n.g-2 > *,\n.gy-2 > * {\n margin-top: 0.5rem;\n}\n\n.g-3,\n.gx-3 {\n margin-right: -0.5rem;\n margin-left: -0.5rem;\n}\n\n.g-3 > *,\n.gx-3 > * {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n}\n\n.g-3,\n.gy-3 {\n margin-top: -1rem;\n}\n\n.g-3 > *,\n.gy-3 > * {\n margin-top: 1rem;\n}\n\n.g-4,\n.gx-4 {\n margin-right: -0.75rem;\n margin-left: -0.75rem;\n}\n\n.g-4 > *,\n.gx-4 > * {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n}\n\n.g-4,\n.gy-4 {\n margin-top: -1.5rem;\n}\n\n.g-4 > *,\n.gy-4 > * {\n margin-top: 1.5rem;\n}\n\n.g-5,\n.gx-5 {\n margin-right: -1.5rem;\n margin-left: -1.5rem;\n}\n\n.g-5 > *,\n.gx-5 > * {\n padding-right: 1.5rem;\n padding-left: 1.5rem;\n}\n\n.g-5,\n.gy-5 {\n margin-top: -3rem;\n}\n\n.g-5 > *,\n.gy-5 > * {\n margin-top: 3rem;\n}\n\n@media (min-width: 576px) {\n .g-sm-0,\n .gx-sm-0 {\n margin-right: 0;\n margin-left: 0;\n }\n .g-sm-0 > *,\n .gx-sm-0 > * {\n padding-right: 0;\n padding-left: 0;\n }\n .g-sm-0,\n .gy-sm-0 {\n margin-top: 0;\n }\n .g-sm-0 > *,\n .gy-sm-0 > * {\n margin-top: 0;\n }\n .g-sm-1,\n .gx-sm-1 {\n margin-right: -0.125rem;\n margin-left: -0.125rem;\n }\n .g-sm-1 > *,\n .gx-sm-1 > * {\n padding-right: 0.125rem;\n padding-left: 0.125rem;\n }\n .g-sm-1,\n .gy-sm-1 {\n margin-top: -0.25rem;\n }\n .g-sm-1 > *,\n .gy-sm-1 > * {\n margin-top: 0.25rem;\n }\n .g-sm-2,\n .gx-sm-2 {\n margin-right: -0.25rem;\n margin-left: -0.25rem;\n }\n .g-sm-2 > *,\n .gx-sm-2 > * {\n padding-right: 0.25rem;\n padding-left: 0.25rem;\n }\n .g-sm-2,\n .gy-sm-2 {\n margin-top: -0.5rem;\n }\n .g-sm-2 > *,\n .gy-sm-2 > * {\n margin-top: 0.5rem;\n }\n .g-sm-3,\n .gx-sm-3 {\n margin-right: -0.5rem;\n margin-left: -0.5rem;\n }\n .g-sm-3 > *,\n .gx-sm-3 > * {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .g-sm-3,\n .gy-sm-3 {\n margin-top: -1rem;\n }\n .g-sm-3 > *,\n .gy-sm-3 > * {\n margin-top: 1rem;\n }\n .g-sm-4,\n .gx-sm-4 {\n margin-right: -0.75rem;\n margin-left: -0.75rem;\n }\n .g-sm-4 > *,\n .gx-sm-4 > * {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n }\n .g-sm-4,\n .gy-sm-4 {\n margin-top: -1.5rem;\n }\n .g-sm-4 > *,\n .gy-sm-4 > * {\n margin-top: 1.5rem;\n }\n .g-sm-5,\n .gx-sm-5 {\n margin-right: -1.5rem;\n margin-left: -1.5rem;\n }\n .g-sm-5 > *,\n .gx-sm-5 > * {\n padding-right: 1.5rem;\n padding-left: 1.5rem;\n }\n .g-sm-5,\n .gy-sm-5 {\n margin-top: -3rem;\n }\n .g-sm-5 > *,\n .gy-sm-5 > * {\n margin-top: 3rem;\n }\n}\n\n@media (min-width: 768px) {\n .g-md-0,\n .gx-md-0 {\n margin-right: 0;\n margin-left: 0;\n }\n .g-md-0 > *,\n .gx-md-0 > * {\n padding-right: 0;\n padding-left: 0;\n }\n .g-md-0,\n .gy-md-0 {\n margin-top: 0;\n }\n .g-md-0 > *,\n .gy-md-0 > * {\n margin-top: 0;\n }\n .g-md-1,\n .gx-md-1 {\n margin-right: -0.125rem;\n margin-left: -0.125rem;\n }\n .g-md-1 > *,\n .gx-md-1 > * {\n padding-right: 0.125rem;\n padding-left: 0.125rem;\n }\n .g-md-1,\n .gy-md-1 {\n margin-top: -0.25rem;\n }\n .g-md-1 > *,\n .gy-md-1 > * {\n margin-top: 0.25rem;\n }\n .g-md-2,\n .gx-md-2 {\n margin-right: -0.25rem;\n margin-left: -0.25rem;\n }\n .g-md-2 > *,\n .gx-md-2 > * {\n padding-right: 0.25rem;\n padding-left: 0.25rem;\n }\n .g-md-2,\n .gy-md-2 {\n margin-top: -0.5rem;\n }\n .g-md-2 > *,\n .gy-md-2 > * {\n margin-top: 0.5rem;\n }\n .g-md-3,\n .gx-md-3 {\n margin-right: -0.5rem;\n margin-left: -0.5rem;\n }\n .g-md-3 > *,\n .gx-md-3 > * {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .g-md-3,\n .gy-md-3 {\n margin-top: -1rem;\n }\n .g-md-3 > *,\n .gy-md-3 > * {\n margin-top: 1rem;\n }\n .g-md-4,\n .gx-md-4 {\n margin-right: -0.75rem;\n margin-left: -0.75rem;\n }\n .g-md-4 > *,\n .gx-md-4 > * {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n }\n .g-md-4,\n .gy-md-4 {\n margin-top: -1.5rem;\n }\n .g-md-4 > *,\n .gy-md-4 > * {\n margin-top: 1.5rem;\n }\n .g-md-5,\n .gx-md-5 {\n margin-right: -1.5rem;\n margin-left: -1.5rem;\n }\n .g-md-5 > *,\n .gx-md-5 > * {\n padding-right: 1.5rem;\n padding-left: 1.5rem;\n }\n .g-md-5,\n .gy-md-5 {\n margin-top: -3rem;\n }\n .g-md-5 > *,\n .gy-md-5 > * {\n margin-top: 3rem;\n }\n}\n\n@media (min-width: 992px) {\n .g-lg-0,\n .gx-lg-0 {\n margin-right: 0;\n margin-left: 0;\n }\n .g-lg-0 > *,\n .gx-lg-0 > * {\n padding-right: 0;\n padding-left: 0;\n }\n .g-lg-0,\n .gy-lg-0 {\n margin-top: 0;\n }\n .g-lg-0 > *,\n .gy-lg-0 > * {\n margin-top: 0;\n }\n .g-lg-1,\n .gx-lg-1 {\n margin-right: -0.125rem;\n margin-left: -0.125rem;\n }\n .g-lg-1 > *,\n .gx-lg-1 > * {\n padding-right: 0.125rem;\n padding-left: 0.125rem;\n }\n .g-lg-1,\n .gy-lg-1 {\n margin-top: -0.25rem;\n }\n .g-lg-1 > *,\n .gy-lg-1 > * {\n margin-top: 0.25rem;\n }\n .g-lg-2,\n .gx-lg-2 {\n margin-right: -0.25rem;\n margin-left: -0.25rem;\n }\n .g-lg-2 > *,\n .gx-lg-2 > * {\n padding-right: 0.25rem;\n padding-left: 0.25rem;\n }\n .g-lg-2,\n .gy-lg-2 {\n margin-top: -0.5rem;\n }\n .g-lg-2 > *,\n .gy-lg-2 > * {\n margin-top: 0.5rem;\n }\n .g-lg-3,\n .gx-lg-3 {\n margin-right: -0.5rem;\n margin-left: -0.5rem;\n }\n .g-lg-3 > *,\n .gx-lg-3 > * {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .g-lg-3,\n .gy-lg-3 {\n margin-top: -1rem;\n }\n .g-lg-3 > *,\n .gy-lg-3 > * {\n margin-top: 1rem;\n }\n .g-lg-4,\n .gx-lg-4 {\n margin-right: -0.75rem;\n margin-left: -0.75rem;\n }\n .g-lg-4 > *,\n .gx-lg-4 > * {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n }\n .g-lg-4,\n .gy-lg-4 {\n margin-top: -1.5rem;\n }\n .g-lg-4 > *,\n .gy-lg-4 > * {\n margin-top: 1.5rem;\n }\n .g-lg-5,\n .gx-lg-5 {\n margin-right: -1.5rem;\n margin-left: -1.5rem;\n }\n .g-lg-5 > *,\n .gx-lg-5 > * {\n padding-right: 1.5rem;\n padding-left: 1.5rem;\n }\n .g-lg-5,\n .gy-lg-5 {\n margin-top: -3rem;\n }\n .g-lg-5 > *,\n .gy-lg-5 > * {\n margin-top: 3rem;\n }\n}\n\n@media (min-width: 1200px) {\n .g-xl-0,\n .gx-xl-0 {\n margin-right: 0;\n margin-left: 0;\n }\n .g-xl-0 > *,\n .gx-xl-0 > * {\n padding-right: 0;\n padding-left: 0;\n }\n .g-xl-0,\n .gy-xl-0 {\n margin-top: 0;\n }\n .g-xl-0 > *,\n .gy-xl-0 > * {\n margin-top: 0;\n }\n .g-xl-1,\n .gx-xl-1 {\n margin-right: -0.125rem;\n margin-left: -0.125rem;\n }\n .g-xl-1 > *,\n .gx-xl-1 > * {\n padding-right: 0.125rem;\n padding-left: 0.125rem;\n }\n .g-xl-1,\n .gy-xl-1 {\n margin-top: -0.25rem;\n }\n .g-xl-1 > *,\n .gy-xl-1 > * {\n margin-top: 0.25rem;\n }\n .g-xl-2,\n .gx-xl-2 {\n margin-right: -0.25rem;\n margin-left: -0.25rem;\n }\n .g-xl-2 > *,\n .gx-xl-2 > * {\n padding-right: 0.25rem;\n padding-left: 0.25rem;\n }\n .g-xl-2,\n .gy-xl-2 {\n margin-top: -0.5rem;\n }\n .g-xl-2 > *,\n .gy-xl-2 > * {\n margin-top: 0.5rem;\n }\n .g-xl-3,\n .gx-xl-3 {\n margin-right: -0.5rem;\n margin-left: -0.5rem;\n }\n .g-xl-3 > *,\n .gx-xl-3 > * {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .g-xl-3,\n .gy-xl-3 {\n margin-top: -1rem;\n }\n .g-xl-3 > *,\n .gy-xl-3 > * {\n margin-top: 1rem;\n }\n .g-xl-4,\n .gx-xl-4 {\n margin-right: -0.75rem;\n margin-left: -0.75rem;\n }\n .g-xl-4 > *,\n .gx-xl-4 > * {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n }\n .g-xl-4,\n .gy-xl-4 {\n margin-top: -1.5rem;\n }\n .g-xl-4 > *,\n .gy-xl-4 > * {\n margin-top: 1.5rem;\n }\n .g-xl-5,\n .gx-xl-5 {\n margin-right: -1.5rem;\n margin-left: -1.5rem;\n }\n .g-xl-5 > *,\n .gx-xl-5 > * {\n padding-right: 1.5rem;\n padding-left: 1.5rem;\n }\n .g-xl-5,\n .gy-xl-5 {\n margin-top: -3rem;\n }\n .g-xl-5 > *,\n .gy-xl-5 > * {\n margin-top: 3rem;\n }\n}\n\n.col {\n flex: 1 0 0%;\n min-width: 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.333333%;\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.666667%;\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.333333%;\n}\n\n.col-2 {\n flex: 0 0 auto;\n width: 16.666667%;\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.333333%;\n}\n\n.col-5 {\n flex: 0 0 auto;\n width: 41.666667%;\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.333333%;\n}\n\n.col-8 {\n flex: 0 0 auto;\n width: 66.666667%;\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.333333%;\n}\n\n.col-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n}\n\n.col-12 {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.offset-1 {\n margin-left: 8.333333%;\n}\n\n.offset-2 {\n margin-left: 16.666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.333333%;\n}\n\n.offset-5 {\n margin-left: 41.666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.333333%;\n}\n\n.offset-8 {\n margin-left: 66.666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.333333%;\n}\n\n.offset-11 {\n margin-left: 91.666667%;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-sm-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-sm-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-sm-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-sm-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-sm-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-sm-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-sm-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-sm-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-sm-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-sm-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-sm-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-sm-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-sm-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-sm-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-sm-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-sm-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-sm-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-sm-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-sm-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-sm-0 {\n margin-left: 0;\n }\n .offset-sm-1 {\n margin-left: 8.333333%;\n }\n .offset-sm-2 {\n margin-left: 16.666667%;\n }\n .offset-sm-3 {\n margin-left: 25%;\n }\n .offset-sm-4 {\n margin-left: 33.333333%;\n }\n .offset-sm-5 {\n margin-left: 41.666667%;\n }\n .offset-sm-6 {\n margin-left: 50%;\n }\n .offset-sm-7 {\n margin-left: 58.333333%;\n }\n .offset-sm-8 {\n margin-left: 66.666667%;\n }\n .offset-sm-9 {\n margin-left: 75%;\n }\n .offset-sm-10 {\n margin-left: 83.333333%;\n }\n .offset-sm-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 768px) {\n .col-md {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-md-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-md-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-md-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-md-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-md-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-md-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-md-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-md-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-md-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-md-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-md-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-md-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-md-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-md-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-md-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-md-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-md-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-md-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-md-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-md-0 {\n margin-left: 0;\n }\n .offset-md-1 {\n margin-left: 8.333333%;\n }\n .offset-md-2 {\n margin-left: 16.666667%;\n }\n .offset-md-3 {\n margin-left: 25%;\n }\n .offset-md-4 {\n margin-left: 33.333333%;\n }\n .offset-md-5 {\n margin-left: 41.666667%;\n }\n .offset-md-6 {\n margin-left: 50%;\n }\n .offset-md-7 {\n margin-left: 58.333333%;\n }\n .offset-md-8 {\n margin-left: 66.666667%;\n }\n .offset-md-9 {\n margin-left: 75%;\n }\n .offset-md-10 {\n margin-left: 83.333333%;\n }\n .offset-md-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 992px) {\n .col-lg {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-lg-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-lg-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-lg-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-lg-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-lg-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-lg-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-lg-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-lg-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-lg-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-lg-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-lg-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-lg-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-lg-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-lg-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-lg-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-lg-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-lg-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-lg-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-lg-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-lg-0 {\n margin-left: 0;\n }\n .offset-lg-1 {\n margin-left: 8.333333%;\n }\n .offset-lg-2 {\n margin-left: 16.666667%;\n }\n .offset-lg-3 {\n margin-left: 25%;\n }\n .offset-lg-4 {\n margin-left: 33.333333%;\n }\n .offset-lg-5 {\n margin-left: 41.666667%;\n }\n .offset-lg-6 {\n margin-left: 50%;\n }\n .offset-lg-7 {\n margin-left: 58.333333%;\n }\n .offset-lg-8 {\n margin-left: 66.666667%;\n }\n .offset-lg-9 {\n margin-left: 75%;\n }\n .offset-lg-10 {\n margin-left: 83.333333%;\n }\n .offset-lg-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 1200px) {\n .col-xl {\n flex: 1 0 0%;\n min-width: 0;\n }\n .row-cols-xl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n .row-cols-xl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n .row-cols-xl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n .row-cols-xl-3 > * {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .row-cols-xl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n .row-cols-xl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n .row-cols-xl-6 > * {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-xl-1 {\n flex: 0 0 auto;\n width: 8.333333%;\n }\n .col-xl-2 {\n flex: 0 0 auto;\n width: 16.666667%;\n }\n .col-xl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n .col-xl-4 {\n flex: 0 0 auto;\n width: 33.333333%;\n }\n .col-xl-5 {\n flex: 0 0 auto;\n width: 41.666667%;\n }\n .col-xl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n .col-xl-7 {\n flex: 0 0 auto;\n width: 58.333333%;\n }\n .col-xl-8 {\n flex: 0 0 auto;\n width: 66.666667%;\n }\n .col-xl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n .col-xl-10 {\n flex: 0 0 auto;\n width: 83.333333%;\n }\n .col-xl-11 {\n flex: 0 0 auto;\n width: 91.666667%;\n }\n .col-xl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n .offset-xl-0 {\n margin-left: 0;\n }\n .offset-xl-1 {\n margin-left: 8.333333%;\n }\n .offset-xl-2 {\n margin-left: 16.666667%;\n }\n .offset-xl-3 {\n margin-left: 25%;\n }\n .offset-xl-4 {\n margin-left: 33.333333%;\n }\n .offset-xl-5 {\n margin-left: 41.666667%;\n }\n .offset-xl-6 {\n margin-left: 50%;\n }\n .offset-xl-7 {\n margin-left: 58.333333%;\n }\n .offset-xl-8 {\n margin-left: 66.666667%;\n }\n .offset-xl-9 {\n margin-left: 75%;\n }\n .offset-xl-10 {\n margin-left: 83.333333%;\n }\n .offset-xl-11 {\n margin-left: 91.666667%;\n }\n}\n\n.table {\n width: 100%;\n margin-bottom: 1rem;\n color: #212529;\n vertical-align: top;\n}\n\n.table th,\n.table td {\n padding: 0.5rem;\n border-bottom: 1px solid #dee2e6;\n}\n\n.table tbody {\n vertical-align: inherit;\n}\n\n.table thead th {\n vertical-align: bottom;\n border-bottom-color: #495057;\n}\n\n.table tbody + tbody {\n border-top: 2px solid #dee2e6;\n}\n\n.caption-top {\n caption-side: top;\n}\n\n.table-sm th,\n.table-sm td {\n padding: 0.25rem;\n}\n\n.table-bordered {\n border: 1px solid #dee2e6;\n}\n\n.table-bordered th,\n.table-bordered td {\n border: 1px solid #dee2e6;\n}\n\n.table-bordered thead th,\n.table-bordered thead td {\n border-bottom-width: 2px;\n}\n\n.table-borderless th,\n.table-borderless td,\n.table-borderless thead th,\n.table-borderless tbody + tbody {\n border: 0;\n}\n\n.table-striped tbody tr:nth-of-type(odd) {\n background-color: rgba(0, 0, 0, 0.05);\n}\n\n.table-hover tbody tr:hover {\n color: #212529;\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-primary,\n.table-primary > th,\n.table-primary > td {\n background-color: #bbd6fe;\n}\n\n.table-primary th,\n.table-primary td,\n.table-primary thead th,\n.table-primary tbody + tbody {\n border-color: #81b4fe;\n}\n\n.table-hover .table-primary:hover {\n background-color: #a2c7fe;\n}\n\n.table-hover .table-primary:hover > td,\n.table-hover .table-primary:hover > th {\n background-color: #a2c7fe;\n}\n\n.table-secondary,\n.table-secondary > th,\n.table-secondary > td {\n background-color: #d6d8db;\n}\n\n.table-secondary th,\n.table-secondary td,\n.table-secondary thead th,\n.table-secondary tbody + tbody {\n border-color: #b3b7bb;\n}\n\n.table-hover .table-secondary:hover {\n background-color: #c8cbcf;\n}\n\n.table-hover .table-secondary:hover > td,\n.table-hover .table-secondary:hover > th {\n background-color: #c8cbcf;\n}\n\n.table-success,\n.table-success > th,\n.table-success > td {\n background-color: #c3e6cb;\n}\n\n.table-success th,\n.table-success td,\n.table-success thead th,\n.table-success tbody + tbody {\n border-color: #8fd19e;\n}\n\n.table-hover .table-success:hover {\n background-color: #b1dfbb;\n}\n\n.table-hover .table-success:hover > td,\n.table-hover .table-success:hover > th {\n background-color: #b1dfbb;\n}\n\n.table-info,\n.table-info > th,\n.table-info > td {\n background-color: #bee5eb;\n}\n\n.table-info th,\n.table-info td,\n.table-info thead th,\n.table-info tbody + tbody {\n border-color: #86cfda;\n}\n\n.table-hover .table-info:hover {\n background-color: #abdde5;\n}\n\n.table-hover .table-info:hover > td,\n.table-hover .table-info:hover > th {\n background-color: #abdde5;\n}\n\n.table-warning,\n.table-warning > th,\n.table-warning > td {\n background-color: #ffeeba;\n}\n\n.table-warning th,\n.table-warning td,\n.table-warning thead th,\n.table-warning tbody + tbody {\n border-color: #ffdf7e;\n}\n\n.table-hover .table-warning:hover {\n background-color: #ffe8a1;\n}\n\n.table-hover .table-warning:hover > td,\n.table-hover .table-warning:hover > th {\n background-color: #ffe8a1;\n}\n\n.table-danger,\n.table-danger > th,\n.table-danger > td {\n background-color: #f5c6cb;\n}\n\n.table-danger th,\n.table-danger td,\n.table-danger thead th,\n.table-danger tbody + tbody {\n border-color: #ed969e;\n}\n\n.table-hover .table-danger:hover {\n background-color: #f1b0b7;\n}\n\n.table-hover .table-danger:hover > td,\n.table-hover .table-danger:hover > th {\n background-color: #f1b0b7;\n}\n\n.table-light,\n.table-light > th,\n.table-light > td {\n background-color: #fdfdfe;\n}\n\n.table-light th,\n.table-light td,\n.table-light thead th,\n.table-light tbody + tbody {\n border-color: #fbfcfc;\n}\n\n.table-hover .table-light:hover {\n background-color: #ececf6;\n}\n\n.table-hover .table-light:hover > td,\n.table-hover .table-light:hover > th {\n background-color: #ececf6;\n}\n\n.table-dark,\n.table-dark > th,\n.table-dark > td {\n background-color: #c6c8ca;\n}\n\n.table-dark th,\n.table-dark td,\n.table-dark thead th,\n.table-dark tbody + tbody {\n border-color: #95999c;\n}\n\n.table-hover .table-dark:hover {\n background-color: #b9bbbe;\n}\n\n.table-hover .table-dark:hover > td,\n.table-hover .table-dark:hover > th {\n background-color: #b9bbbe;\n}\n\n.table-active,\n.table-active > th,\n.table-active > td {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-hover .table-active:hover {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-hover .table-active:hover > td,\n.table-hover .table-active:hover > th {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table .thead-dark th {\n color: #fff;\n background-color: #343a40;\n border-color: #454d55;\n}\n\n.table .thead-light th {\n color: #495057;\n background-color: #e9ecef;\n border-color: #dee2e6;\n}\n\n.table-dark {\n color: #fff;\n background-color: #343a40;\n}\n\n.table-dark th,\n.table-dark td,\n.table-dark thead th {\n border-color: #454d55;\n}\n\n.table-dark.table-bordered {\n border: 0;\n}\n\n.table-dark.table-striped tbody tr:nth-of-type(odd) {\n background-color: rgba(255, 255, 255, 0.05);\n}\n\n.table-dark.table-hover tbody tr:hover {\n color: #fff;\n background-color: rgba(255, 255, 255, 0.075);\n}\n\n@media (max-width: 575.98px) {\n .table-responsive-sm {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-sm > .table-bordered {\n border: 0;\n }\n}\n\n@media (max-width: 767.98px) {\n .table-responsive-md {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-md > .table-bordered {\n border: 0;\n }\n}\n\n@media (max-width: 991.98px) {\n .table-responsive-lg {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-lg > .table-bordered {\n border: 0;\n }\n}\n\n@media (max-width: 1199.98px) {\n .table-responsive-xl {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-xl > .table-bordered {\n border: 0;\n }\n}\n\n.table-responsive {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n}\n\n.table-responsive > .table-bordered {\n border: 0;\n}\n\n.col-form-label {\n padding-top: calc(0.375rem + 1px);\n padding-bottom: calc(0.375rem + 1px);\n margin-bottom: 0;\n font-size: inherit;\n line-height: 1.5;\n}\n\n.col-form-label-lg {\n padding-top: calc(0.5rem + 1px);\n padding-bottom: calc(0.5rem + 1px);\n font-size: 1.25rem;\n}\n\n.col-form-label-sm {\n padding-top: calc(0.25rem + 1px);\n padding-bottom: calc(0.25rem + 1px);\n font-size: 0.875rem;\n}\n\n.form-control {\n display: block;\n width: 100%;\n min-height: calc(1.5em + 0.75rem + 2px);\n padding: 0.375rem 0.75rem;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid #ced4da;\n border-radius: 0.25rem;\n transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .form-control {\n transition: none;\n }\n}\n\n.form-control:focus {\n color: #495057;\n background-color: #fff;\n border-color: #8bbafe;\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);\n}\n\n.form-control::placeholder {\n color: #6c757d;\n opacity: 1;\n}\n\n.form-control:disabled, .form-control[readonly] {\n background-color: #e9ecef;\n opacity: 1;\n}\n\n.form-control-plaintext {\n display: block;\n width: 100%;\n padding: 0.375rem 0;\n margin-bottom: 0;\n line-height: 1.5;\n color: #212529;\n background-color: transparent;\n border: solid transparent;\n border-width: 1px 0;\n}\n\n.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {\n padding-right: 0;\n padding-left: 0;\n}\n\n.form-control-sm {\n min-height: calc(1.5em + 0.5rem + 2px);\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n border-radius: 0.2rem;\n}\n\n.form-control-lg {\n min-height: calc(1.5em + 1rem + 2px);\n padding: 0.5rem 1rem;\n font-size: 1.25rem;\n border-radius: 0.3rem;\n}\n\n.form-control-color {\n max-width: 3rem;\n padding: 0.375rem;\n}\n\n.form-control-color::-moz-color-swatch {\n border-radius: 0.25rem;\n}\n\n.form-control-color::-webkit-color-swatch {\n border-radius: 0.25rem;\n}\n\n.form-select {\n display: block;\n width: 100%;\n height: calc(1.5em + 0.75rem + 2px);\n padding: 0.375rem 1.75rem 0.375rem 0.75rem;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n vertical-align: middle;\n background-color: #fff;\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e\");\n background-repeat: no-repeat;\n background-position: right 0.75rem center;\n background-size: 16px 12px;\n border: 1px solid #ced4da;\n border-radius: 0.25rem;\n appearance: none;\n}\n\n.form-select:focus {\n border-color: #8bbafe;\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);\n}\n\n.form-select:focus::-ms-value {\n color: #495057;\n background-color: #fff;\n}\n\n.form-select[multiple], .form-select[size]:not([size=\"1\"]) {\n height: auto;\n padding-right: 0.75rem;\n background-image: none;\n}\n\n.form-select:disabled {\n color: #6c757d;\n background-color: #e9ecef;\n}\n\n.form-select:-moz-focusring {\n color: transparent;\n text-shadow: 0 0 0 #495057;\n}\n\n.form-select-sm {\n height: calc(1.5em + 0.5rem + 2px);\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n padding-left: 0.5rem;\n font-size: 0.875rem;\n}\n\n.form-select-lg {\n height: calc(1.5em + 1rem + 2px);\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n padding-left: 1rem;\n font-size: 1.25rem;\n}\n\n.form-check {\n display: block;\n min-height: 1.5rem;\n padding-left: 1.75em;\n margin-bottom: 0.125rem;\n}\n\n.form-check .form-check-input {\n float: left;\n margin-left: -1.75em;\n}\n\n.form-check-input {\n width: 1.25em;\n height: 1.25em;\n margin-top: 0.125em;\n vertical-align: top;\n background-color: #fff;\n border: 1px solid rgba(0, 0, 0, 0.25);\n appearance: none;\n color-adjust: exact;\n}\n\n.form-check-input[type=\"checkbox\"] {\n border-radius: 0.25em;\n}\n\n.form-check-input[type=\"radio\"] {\n border-radius: 50%;\n}\n\n.form-check-input:active {\n filter: brightness(90%);\n}\n\n.form-check-input:focus {\n border-color: #8bbafe;\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);\n}\n\n.form-check-input:checked {\n background-color: #0d6efd;\n background-repeat: no-repeat;\n background-position: center center;\n background-size: 1em;\n border-color: #0d6efd;\n}\n\n.form-check-input:checked[type=\"checkbox\"] {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M4 8.5L6.5 11l6-6'/%3e%3c/svg%3e\");\n}\n\n.form-check-input:checked[type=\"radio\"] {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e\");\n}\n\n.form-check-input[type=\"checkbox\"]:indeterminate {\n background-color: #0d6efd;\n background-repeat: no-repeat;\n background-position: center center;\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 8h6'/%3e%3c/svg%3e\");\n background-size: 1em;\n border-color: #0d6efd;\n}\n\n.form-check-input:disabled {\n pointer-events: none;\n filter: none;\n opacity: .5;\n}\n\n.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {\n opacity: .5;\n}\n\n.form-check-label {\n margin-bottom: 0;\n}\n\n.form-switch {\n padding-left: 2.5em;\n}\n\n.form-switch .form-check-input {\n width: 2em;\n margin-left: -2.5em;\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e\");\n background-repeat: no-repeat;\n background-position: left center;\n background-size: contain;\n border-radius: 2em;\n color-adjust: exact;\n}\n\n.form-switch .form-check-input:focus {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380bdff'/%3e%3c/svg%3e\");\n}\n\n.form-switch .form-check-input:checked {\n background-position: right center;\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e\");\n}\n\n.form-check-inline {\n display: inline-block;\n margin-right: 1rem;\n}\n\n.form-file {\n position: relative;\n height: calc(1.5em + 0.75rem + 2px);\n}\n\n.form-file-input {\n position: relative;\n z-index: 2;\n width: 100%;\n height: 100%;\n margin: 0;\n opacity: 0;\n}\n\n.form-file-input:focus-within ~ .form-file-label {\n border-color: #8bbafe;\n box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);\n}\n\n.form-file-input[disabled] ~ .form-file-label .form-file-text,\n.form-file-input:disabled ~ .form-file-label .form-file-text {\n background-color: #e9ecef;\n}\n\n.form-file-label {\n position: absolute;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1;\n display: flex;\n height: 100%;\n border-color: #ced4da;\n border-radius: 0.25rem;\n}\n\n.form-file-text {\n display: block;\n flex-grow: 1;\n padding: 0.375rem 0.75rem;\n overflow: hidden;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n text-overflow: ellipsis;\n white-space: nowrap;\n background-color: #fff;\n border-color: inherit;\n border-style: solid;\n border-width: 1px;\n border-top-left-radius: inherit;\n border-bottom-left-radius: inherit;\n}\n\n.form-file-button {\n display: block;\n flex-shrink: 0;\n padding: 0.375rem 0.75rem;\n margin-left: -1px;\n line-height: 1.5;\n color: #495057;\n background-color: #e9ecef;\n border-color: inherit;\n border-style: solid;\n border-width: 1px;\n border-top-right-radius: inherit;\n border-bottom-right-radius: inherit;\n}\n\n.form-file-sm {\n height: calc(1.5em + 0.5rem + 2px);\n font-size: 0.875rem;\n}\n\n.form-file-sm .form-file-text,\n.form-file-sm .form-file-button {\n padding: 0.25rem 0.5rem;\n}\n\n.form-file-lg {\n height: calc(1.5em + 1rem + 2px);\n font-size: 1.25rem;\n}\n\n.form-file-lg .form-file-text,\n.form-file-lg .form-file-button {\n padding: 0.5rem 1rem;\n}\n\n.form-range {\n width: 100%;\n height: 1.4rem;\n padding: 0;\n background-color: transparent;\n appearance: none;\n}\n\n.form-range:focus {\n outline: none;\n}\n\n.form-range:focus::-webkit-slider-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25);\n}\n\n.form-range:focus::-moz-range-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25);\n}\n\n.form-range:focus::-ms-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25);\n}\n\n.form-range::-moz-focus-outer {\n border: 0;\n}\n\n.form-range::-webkit-slider-thumb {\n width: 1rem;\n height: 1rem;\n margin-top: -0.25rem;\n background-color: #0d6efd;\n border: 0;\n border-radius: 1rem;\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n appearance: none;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .form-range::-webkit-slider-thumb {\n transition: none;\n }\n}\n\n.form-range::-webkit-slider-thumb:active {\n background-color: #bed8fe;\n}\n\n.form-range::-webkit-slider-runnable-track {\n width: 100%;\n height: 0.5rem;\n color: transparent;\n cursor: pointer;\n background-color: #dee2e6;\n border-color: transparent;\n border-radius: 1rem;\n}\n\n.form-range::-moz-range-thumb {\n width: 1rem;\n height: 1rem;\n background-color: #0d6efd;\n border: 0;\n border-radius: 1rem;\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n appearance: none;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .form-range::-moz-range-thumb {\n transition: none;\n }\n}\n\n.form-range::-moz-range-thumb:active {\n background-color: #bed8fe;\n}\n\n.form-range::-moz-range-track {\n width: 100%;\n height: 0.5rem;\n color: transparent;\n cursor: pointer;\n background-color: #dee2e6;\n border-color: transparent;\n border-radius: 1rem;\n}\n\n.form-range::-ms-thumb {\n width: 1rem;\n height: 1rem;\n margin-top: 0;\n margin-right: 0.2rem;\n margin-left: 0.2rem;\n background-color: #0d6efd;\n border: 0;\n border-radius: 1rem;\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n appearance: none;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .form-range::-ms-thumb {\n transition: none;\n }\n}\n\n.form-range::-ms-thumb:active {\n background-color: #bed8fe;\n}\n\n.form-range::-ms-track {\n width: 100%;\n height: 0.5rem;\n color: transparent;\n cursor: pointer;\n background-color: transparent;\n border-color: transparent;\n border-width: 0.5rem;\n}\n\n.form-range::-ms-fill-lower {\n background-color: #dee2e6;\n border-radius: 1rem;\n}\n\n.form-range::-ms-fill-upper {\n margin-right: 15px;\n background-color: #dee2e6;\n border-radius: 1rem;\n}\n\n.form-range:disabled {\n pointer-events: none;\n}\n\n.form-range:disabled::-webkit-slider-thumb {\n background-color: #adb5bd;\n}\n\n.form-range:disabled::-moz-range-thumb {\n background-color: #adb5bd;\n}\n\n.form-range:disabled::-ms-thumb {\n background-color: #adb5bd;\n}\n\n.input-group {\n position: relative;\n display: flex;\n flex-wrap: wrap;\n align-items: stretch;\n width: 100%;\n}\n\n.input-group > .form-control,\n.input-group > .form-select,\n.input-group > .form-file {\n position: relative;\n flex: 1 1 auto;\n width: 1%;\n min-width: 0;\n}\n\n.input-group > .form-control:focus,\n.input-group > .form-select:focus,\n.input-group > .form-file .form-file-input:focus ~ .form-file-label {\n z-index: 3;\n}\n\n.input-group > .form-file > .form-file-input:focus {\n z-index: 4;\n}\n\n.input-group > .form-file:not(:last-child) > .form-file-label {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.input-group > .form-file:not(:first-child) > .form-file-label {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.input-group .btn {\n position: relative;\n z-index: 2;\n}\n\n.input-group .btn:focus {\n z-index: 3;\n}\n\n.input-group-text {\n display: flex;\n align-items: center;\n padding: 0.375rem 0.75rem;\n margin-bottom: 0;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n text-align: center;\n white-space: nowrap;\n background-color: #e9ecef;\n border: 1px solid #ced4da;\n border-radius: 0.25rem;\n}\n\n.input-group-lg > .form-control {\n min-height: calc(1.5em + 1rem + 2px);\n}\n\n.input-group-lg > .form-select {\n height: calc(1.5em + 1rem + 2px);\n}\n\n.input-group-lg > .form-control,\n.input-group-lg > .form-select,\n.input-group-lg > .input-group-text,\n.input-group-lg > .btn {\n padding: 0.5rem 1rem;\n font-size: 1.25rem;\n border-radius: 0.3rem;\n}\n\n.input-group-sm > .form-control {\n min-height: calc(1.5em + 0.5rem + 2px);\n}\n\n.input-group-sm > .form-select {\n height: calc(1.5em + 0.5rem + 2px);\n}\n\n.input-group-sm > .form-control,\n.input-group-sm > .form-select,\n.input-group-sm > .input-group-text,\n.input-group-sm > .btn {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n border-radius: 0.2rem;\n}\n\n.input-group-lg > .form-select,\n.input-group-sm > .form-select {\n padding-right: 1.75rem;\n}\n\n.input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),\n.input-group > .dropdown-toggle:nth-last-child(n + 3) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.input-group > :not(:first-child):not(.dropdown-menu) {\n margin-left: -1px;\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.valid-feedback {\n display: none;\n width: 100%;\n margin-top: 0.25rem;\n font-size: 0.875em;\n color: #28a745;\n}\n\n.valid-tooltip {\n position: absolute;\n top: 100%;\n z-index: 5;\n display: none;\n max-width: 100%;\n padding: 0.25rem 0.5rem;\n margin-top: .1rem;\n font-size: 0.875rem;\n color: #fff;\n background-color: rgba(40, 167, 69, 0.9);\n border-radius: 0.25rem;\n}\n\n.was-validated :valid ~ .valid-feedback,\n.was-validated :valid ~ .valid-tooltip,\n.is-valid ~ .valid-feedback,\n.is-valid ~ .valid-tooltip {\n display: block;\n}\n\n.was-validated .form-control:valid, .form-control.is-valid {\n border-color: #28a745;\n padding-right: calc(1.5em + 0.75rem);\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\");\n background-repeat: no-repeat;\n background-position: right calc(0.375em + 0.1875rem) center;\n background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .form-control:valid:focus, .form-control.is-valid:focus {\n border-color: #28a745;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.was-validated textarea.form-control:valid, textarea.form-control.is-valid {\n padding-right: calc(1.5em + 0.75rem);\n background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);\n}\n\n.was-validated .form-select:valid, .form-select.is-valid {\n border-color: #28a745;\n padding-right: calc(0.75em + 2.3125rem);\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e\"), url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\");\n background-position: right 0.75rem center, center right 1.75rem;\n background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .form-select:valid:focus, .form-select.is-valid:focus {\n border-color: #28a745;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.was-validated .form-check-input:valid, .form-check-input.is-valid {\n border-color: #28a745;\n}\n\n.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {\n background-color: #34ce57;\n}\n\n.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {\n color: #28a745;\n}\n\n.form-check-inline .form-check-input ~ .valid-feedback {\n margin-left: .5em;\n}\n\n.was-validated .form-file-input:valid ~ .form-file-label, .form-file-input.is-valid ~ .form-file-label {\n border-color: #28a745;\n}\n\n.was-validated .form-file-input:valid:focus ~ .form-file-label, .form-file-input.is-valid:focus ~ .form-file-label {\n border-color: #28a745;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.invalid-feedback {\n display: none;\n width: 100%;\n margin-top: 0.25rem;\n font-size: 0.875em;\n color: #dc3545;\n}\n\n.invalid-tooltip {\n position: absolute;\n top: 100%;\n z-index: 5;\n display: none;\n max-width: 100%;\n padding: 0.25rem 0.5rem;\n margin-top: .1rem;\n font-size: 0.875rem;\n color: #fff;\n background-color: rgba(220, 53, 69, 0.9);\n border-radius: 0.25rem;\n}\n\n.was-validated :invalid ~ .invalid-feedback,\n.was-validated :invalid ~ .invalid-tooltip,\n.is-invalid ~ .invalid-feedback,\n.is-invalid ~ .invalid-tooltip {\n display: block;\n}\n\n.was-validated .form-control:invalid, .form-control.is-invalid {\n border-color: #dc3545;\n padding-right: calc(1.5em + 0.75rem);\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e\");\n background-repeat: no-repeat;\n background-position: right calc(0.375em + 0.1875rem) center;\n background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {\n padding-right: calc(1.5em + 0.75rem);\n background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);\n}\n\n.was-validated .form-select:invalid, .form-select.is-invalid {\n border-color: #dc3545;\n padding-right: calc(0.75em + 2.3125rem);\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e\"), url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e\");\n background-position: right 0.75rem center, center right 1.75rem;\n background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.was-validated .form-check-input:invalid, .form-check-input.is-invalid {\n border-color: #dc3545;\n}\n\n.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {\n background-color: #e4606d;\n}\n\n.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {\n color: #dc3545;\n}\n\n.form-check-inline .form-check-input ~ .invalid-feedback {\n margin-left: .5em;\n}\n\n.was-validated .form-file-input:invalid ~ .form-file-label, .form-file-input.is-invalid ~ .form-file-label {\n border-color: #dc3545;\n}\n\n.was-validated .form-file-input:invalid:focus ~ .form-file-label, .form-file-input.is-invalid:focus ~ .form-file-label {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.btn {\n display: inline-block;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n text-align: center;\n text-decoration: none;\n vertical-align: middle;\n cursor: pointer;\n user-select: none;\n background-color: transparent;\n border: 1px solid transparent;\n padding: 0.375rem 0.75rem;\n font-size: 1rem;\n border-radius: 0.25rem;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .btn {\n transition: none;\n }\n}\n\n.btn:hover {\n color: #212529;\n}\n\n.btn:focus, .btn.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);\n}\n\n.btn:disabled, .btn.disabled,\nfieldset:disabled .btn {\n pointer-events: none;\n opacity: 0.65;\n}\n\n.btn-primary {\n color: #fff;\n background-color: #0d6efd;\n border-color: #0d6efd;\n}\n\n.btn-primary:hover {\n color: #fff;\n background-color: #025ce2;\n border-color: #0257d5;\n}\n\n.btn-primary:focus, .btn-primary.focus {\n color: #fff;\n background-color: #025ce2;\n border-color: #0257d5;\n box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5);\n}\n\n.btn-primary:active, .btn-primary.active,\n.show > .btn-primary.dropdown-toggle {\n color: #fff;\n background-color: #0257d5;\n border-color: #0252c9;\n}\n\n.btn-primary:active:focus, .btn-primary.active:focus,\n.show > .btn-primary.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5);\n}\n\n.btn-primary:disabled, .btn-primary.disabled {\n color: #fff;\n background-color: #0d6efd;\n border-color: #0d6efd;\n}\n\n.btn-secondary {\n color: #fff;\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-secondary:hover {\n color: #fff;\n background-color: #5a6268;\n border-color: #545b62;\n}\n\n.btn-secondary:focus, .btn-secondary.focus {\n color: #fff;\n background-color: #5a6268;\n border-color: #545b62;\n box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);\n}\n\n.btn-secondary:active, .btn-secondary.active,\n.show > .btn-secondary.dropdown-toggle {\n color: #fff;\n background-color: #545b62;\n border-color: #4e555b;\n}\n\n.btn-secondary:active:focus, .btn-secondary.active:focus,\n.show > .btn-secondary.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);\n}\n\n.btn-secondary:disabled, .btn-secondary.disabled {\n color: #fff;\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-success {\n color: #fff;\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.btn-success:hover {\n color: #fff;\n background-color: #218838;\n border-color: #1e7e34;\n}\n\n.btn-success:focus, .btn-success.focus {\n color: #fff;\n background-color: #218838;\n border-color: #1e7e34;\n box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);\n}\n\n.btn-success:active, .btn-success.active,\n.show > .btn-success.dropdown-toggle {\n color: #fff;\n background-color: #1e7e34;\n border-color: #1c7430;\n}\n\n.btn-success:active:focus, .btn-success.active:focus,\n.show > .btn-success.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);\n}\n\n.btn-success:disabled, .btn-success.disabled {\n color: #fff;\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.btn-info {\n color: #fff;\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-info:hover {\n color: #fff;\n background-color: #138496;\n border-color: #117a8b;\n}\n\n.btn-info:focus, .btn-info.focus {\n color: #fff;\n background-color: #138496;\n border-color: #117a8b;\n box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);\n}\n\n.btn-info:active, .btn-info.active,\n.show > .btn-info.dropdown-toggle {\n color: #fff;\n background-color: #117a8b;\n border-color: #10707f;\n}\n\n.btn-info:active:focus, .btn-info.active:focus,\n.show > .btn-info.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);\n}\n\n.btn-info:disabled, .btn-info.disabled {\n color: #fff;\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-warning {\n color: #212529;\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-warning:hover {\n color: #212529;\n background-color: #e0a800;\n border-color: #d39e00;\n}\n\n.btn-warning:focus, .btn-warning.focus {\n color: #212529;\n background-color: #e0a800;\n border-color: #d39e00;\n box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);\n}\n\n.btn-warning:active, .btn-warning.active,\n.show > .btn-warning.dropdown-toggle {\n color: #212529;\n background-color: #d39e00;\n border-color: #c69500;\n}\n\n.btn-warning:active:focus, .btn-warning.active:focus,\n.show > .btn-warning.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);\n}\n\n.btn-warning:disabled, .btn-warning.disabled {\n color: #212529;\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-danger {\n color: #fff;\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-danger:hover {\n color: #fff;\n background-color: #c82333;\n border-color: #bd2130;\n}\n\n.btn-danger:focus, .btn-danger.focus {\n color: #fff;\n background-color: #c82333;\n border-color: #bd2130;\n box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);\n}\n\n.btn-danger:active, .btn-danger.active,\n.show > .btn-danger.dropdown-toggle {\n color: #fff;\n background-color: #bd2130;\n border-color: #b21f2d;\n}\n\n.btn-danger:active:focus, .btn-danger.active:focus,\n.show > .btn-danger.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);\n}\n\n.btn-danger:disabled, .btn-danger.disabled {\n color: #fff;\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-light {\n color: #212529;\n background-color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-light:hover {\n color: #212529;\n background-color: #e2e6ea;\n border-color: #dae0e5;\n}\n\n.btn-light:focus, .btn-light.focus {\n color: #212529;\n background-color: #e2e6ea;\n border-color: #dae0e5;\n box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);\n}\n\n.btn-light:active, .btn-light.active,\n.show > .btn-light.dropdown-toggle {\n color: #212529;\n background-color: #dae0e5;\n border-color: #d3d9df;\n}\n\n.btn-light:active:focus, .btn-light.active:focus,\n.show > .btn-light.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);\n}\n\n.btn-light:disabled, .btn-light.disabled {\n color: #212529;\n background-color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-dark {\n color: #fff;\n background-color: #343a40;\n border-color: #343a40;\n}\n\n.btn-dark:hover {\n color: #fff;\n background-color: #23272b;\n border-color: #1d2124;\n}\n\n.btn-dark:focus, .btn-dark.focus {\n color: #fff;\n background-color: #23272b;\n border-color: #1d2124;\n box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);\n}\n\n.btn-dark:active, .btn-dark.active,\n.show > .btn-dark.dropdown-toggle {\n color: #fff;\n background-color: #1d2124;\n border-color: #171a1d;\n}\n\n.btn-dark:active:focus, .btn-dark.active:focus,\n.show > .btn-dark.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);\n}\n\n.btn-dark:disabled, .btn-dark.disabled {\n color: #fff;\n background-color: #343a40;\n border-color: #343a40;\n}\n\n.btn-outline-primary {\n color: #0d6efd;\n border-color: #0d6efd;\n}\n\n.btn-outline-primary:hover {\n color: #fff;\n background-color: #0d6efd;\n border-color: #0d6efd;\n}\n\n.btn-outline-primary:focus, .btn-outline-primary.focus {\n box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);\n}\n\n.btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {\n color: #fff;\n background-color: #0d6efd;\n border-color: #0d6efd;\n}\n\n.btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {\n box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);\n}\n\n.btn-outline-primary:disabled, .btn-outline-primary.disabled {\n color: #0d6efd;\n background-color: transparent;\n}\n\n.btn-outline-secondary {\n color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-outline-secondary:hover {\n color: #fff;\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-outline-secondary:focus, .btn-outline-secondary.focus {\n box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);\n}\n\n.btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {\n color: #fff;\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {\n box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);\n}\n\n.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {\n color: #6c757d;\n background-color: transparent;\n}\n\n.btn-outline-success {\n color: #28a745;\n border-color: #28a745;\n}\n\n.btn-outline-success:hover {\n color: #fff;\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.btn-outline-success:focus, .btn-outline-success.focus {\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);\n}\n\n.btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {\n color: #fff;\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);\n}\n\n.btn-outline-success:disabled, .btn-outline-success.disabled {\n color: #28a745;\n background-color: transparent;\n}\n\n.btn-outline-info {\n color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-outline-info:hover {\n color: #fff;\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-outline-info:focus, .btn-outline-info.focus {\n box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);\n}\n\n.btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {\n color: #fff;\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {\n box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);\n}\n\n.btn-outline-info:disabled, .btn-outline-info.disabled {\n color: #17a2b8;\n background-color: transparent;\n}\n\n.btn-outline-warning {\n color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-outline-warning:hover {\n color: #212529;\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-outline-warning:focus, .btn-outline-warning.focus {\n box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);\n}\n\n.btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {\n color: #212529;\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {\n box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);\n}\n\n.btn-outline-warning:disabled, .btn-outline-warning.disabled {\n color: #ffc107;\n background-color: transparent;\n}\n\n.btn-outline-danger {\n color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-outline-danger:hover {\n color: #fff;\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-outline-danger:focus, .btn-outline-danger.focus {\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);\n}\n\n.btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {\n color: #fff;\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);\n}\n\n.btn-outline-danger:disabled, .btn-outline-danger.disabled {\n color: #dc3545;\n background-color: transparent;\n}\n\n.btn-outline-light {\n color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-outline-light:hover {\n color: #212529;\n background-color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-outline-light:focus, .btn-outline-light.focus {\n box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);\n}\n\n.btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {\n color: #212529;\n background-color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {\n box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);\n}\n\n.btn-outline-light:disabled, .btn-outline-light.disabled {\n color: #f8f9fa;\n background-color: transparent;\n}\n\n.btn-outline-dark {\n color: #343a40;\n border-color: #343a40;\n}\n\n.btn-outline-dark:hover {\n color: #fff;\n background-color: #343a40;\n border-color: #343a40;\n}\n\n.btn-outline-dark:focus, .btn-outline-dark.focus {\n box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);\n}\n\n.btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {\n color: #fff;\n background-color: #343a40;\n border-color: #343a40;\n}\n\n.btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {\n box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);\n}\n\n.btn-outline-dark:disabled, .btn-outline-dark.disabled {\n color: #343a40;\n background-color: transparent;\n}\n\n.btn-link {\n font-weight: 400;\n color: #0d6efd;\n text-decoration: underline;\n}\n\n.btn-link:hover {\n color: #024dbc;\n}\n\n.btn-link:disabled, .btn-link.disabled {\n color: #6c757d;\n}\n\n.btn-lg, .btn-group-lg > .btn {\n padding: 0.5rem 1rem;\n font-size: 1.25rem;\n border-radius: 0.3rem;\n}\n\n.btn-sm, .btn-group-sm > .btn {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n border-radius: 0.2rem;\n}\n\n.btn-block {\n display: block;\n width: 100%;\n}\n\n.btn-block + .btn-block {\n margin-top: 0.5rem;\n}\n\n.fade {\n transition: opacity 0.15s linear;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fade {\n transition: none;\n }\n}\n\n.fade:not(.show) {\n opacity: 0;\n}\n\n.collapse:not(.show) {\n display: none;\n}\n\n.collapsing {\n height: 0;\n overflow: hidden;\n transition: height 0.35s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .collapsing {\n transition: none;\n }\n}\n\n.dropup,\n.dropright,\n.dropdown,\n.dropleft {\n position: relative;\n}\n\n.dropdown-toggle {\n white-space: nowrap;\n}\n\n.dropdown-toggle::after {\n display: inline-block;\n margin-left: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n border-top: 0.3em solid;\n border-right: 0.3em solid transparent;\n border-bottom: 0;\n border-left: 0.3em solid transparent;\n}\n\n.dropdown-toggle:empty::after {\n margin-left: 0;\n}\n\n.dropdown-menu {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: 1000;\n display: none;\n min-width: 10rem;\n padding: 0.5rem 0;\n margin: 0.125rem 0 0;\n font-size: 1rem;\n color: #212529;\n text-align: left;\n list-style: none;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 0.25rem;\n}\n\n.dropdown-menu-left {\n right: auto;\n left: 0;\n}\n\n.dropdown-menu-right {\n right: 0;\n left: auto;\n}\n\n@media (min-width: 576px) {\n .dropdown-menu-sm-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-sm-right {\n right: 0;\n left: auto;\n }\n}\n\n@media (min-width: 768px) {\n .dropdown-menu-md-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-md-right {\n right: 0;\n left: auto;\n }\n}\n\n@media (min-width: 992px) {\n .dropdown-menu-lg-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-lg-right {\n right: 0;\n left: auto;\n }\n}\n\n@media (min-width: 1200px) {\n .dropdown-menu-xl-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-xl-right {\n right: 0;\n left: auto;\n }\n}\n\n.dropup .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-top: 0;\n margin-bottom: 0.125rem;\n}\n\n.dropup .dropdown-toggle::after {\n display: inline-block;\n margin-left: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n border-top: 0;\n border-right: 0.3em solid transparent;\n border-bottom: 0.3em solid;\n border-left: 0.3em solid transparent;\n}\n\n.dropup .dropdown-toggle:empty::after {\n margin-left: 0;\n}\n\n.dropright .dropdown-menu {\n top: 0;\n right: auto;\n left: 100%;\n margin-top: 0;\n margin-left: 0.125rem;\n}\n\n.dropright .dropdown-toggle::after {\n display: inline-block;\n margin-left: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n border-top: 0.3em solid transparent;\n border-right: 0;\n border-bottom: 0.3em solid transparent;\n border-left: 0.3em solid;\n}\n\n.dropright .dropdown-toggle:empty::after {\n margin-left: 0;\n}\n\n.dropright .dropdown-toggle::after {\n vertical-align: 0;\n}\n\n.dropleft .dropdown-menu {\n top: 0;\n right: 100%;\n left: auto;\n margin-top: 0;\n margin-right: 0.125rem;\n}\n\n.dropleft .dropdown-toggle::after {\n display: inline-block;\n margin-left: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n}\n\n.dropleft .dropdown-toggle::after {\n display: none;\n}\n\n.dropleft .dropdown-toggle::before {\n display: inline-block;\n margin-right: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n border-top: 0.3em solid transparent;\n border-right: 0.3em solid;\n border-bottom: 0.3em solid transparent;\n}\n\n.dropleft .dropdown-toggle:empty::after {\n margin-left: 0;\n}\n\n.dropleft .dropdown-toggle::before {\n vertical-align: 0;\n}\n\n.dropdown-menu[x-placement^=\"top\"], .dropdown-menu[x-placement^=\"right\"], .dropdown-menu[x-placement^=\"bottom\"], .dropdown-menu[x-placement^=\"left\"] {\n right: auto;\n bottom: auto;\n}\n\n.dropdown-divider {\n height: 0;\n margin: 0.5rem 0;\n overflow: hidden;\n border-top: 1px solid #e9ecef;\n}\n\n.dropdown-item {\n display: block;\n width: 100%;\n padding: 0.25rem 1.5rem;\n clear: both;\n font-weight: 400;\n color: #212529;\n text-align: inherit;\n text-decoration: none;\n white-space: nowrap;\n background-color: transparent;\n border: 0;\n}\n\n.dropdown-item:hover, .dropdown-item:focus {\n color: #16181b;\n background-color: #f8f9fa;\n}\n\n.dropdown-item.active, .dropdown-item:active {\n color: #fff;\n text-decoration: none;\n background-color: #0d6efd;\n}\n\n.dropdown-item.disabled, .dropdown-item:disabled {\n color: #6c757d;\n pointer-events: none;\n background-color: transparent;\n}\n\n.dropdown-menu.show {\n display: block;\n}\n\n.dropdown-header {\n display: block;\n padding: 0.5rem 1.5rem;\n margin-bottom: 0;\n font-size: 0.875rem;\n color: #6c757d;\n white-space: nowrap;\n}\n\n.dropdown-item-text {\n display: block;\n padding: 0.25rem 1.5rem;\n color: #212529;\n}\n\n.btn-group,\n.btn-group-vertical {\n position: relative;\n display: inline-flex;\n vertical-align: middle;\n}\n\n.btn-group > .btn,\n.btn-group-vertical > .btn {\n position: relative;\n flex: 1 1 auto;\n}\n\n.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,\n.btn-group-vertical > .btn:hover,\n.btn-group-vertical > .btn:focus,\n.btn-group-vertical > .btn:active,\n.btn-group-vertical > .btn.active {\n z-index: 1;\n}\n\n.btn-toolbar {\n display: flex;\n flex-wrap: wrap;\n justify-content: flex-start;\n}\n\n.btn-toolbar .input-group {\n width: auto;\n}\n\n.btn-group > .btn:not(:first-child),\n.btn-group > .btn-group:not(:first-child) {\n margin-left: -1px;\n}\n\n.btn-group > .btn:not(:last-child):not(.dropdown-toggle),\n.btn-group > .btn-group:not(:last-child) > .btn {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.btn-group > .btn:not(:first-child),\n.btn-group > .btn-group:not(:first-child) > .btn {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.dropdown-toggle-split {\n padding-right: 0.5625rem;\n padding-left: 0.5625rem;\n}\n\n.dropdown-toggle-split::after,\n.dropup .dropdown-toggle-split::after,\n.dropright .dropdown-toggle-split::after {\n margin-left: 0;\n}\n\n.dropleft .dropdown-toggle-split::before {\n margin-right: 0;\n}\n\n.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {\n padding-right: 0.375rem;\n padding-left: 0.375rem;\n}\n\n.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n}\n\n.btn-group-vertical {\n flex-direction: column;\n align-items: flex-start;\n justify-content: center;\n}\n\n.btn-group-vertical > .btn,\n.btn-group-vertical > .btn-group {\n width: 100%;\n}\n\n.btn-group-vertical > .btn:not(:first-child),\n.btn-group-vertical > .btn-group:not(:first-child) {\n margin-top: -1px;\n}\n\n.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),\n.btn-group-vertical > .btn-group:not(:last-child) > .btn {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.btn-group-vertical > .btn:not(:first-child),\n.btn-group-vertical > .btn-group:not(:first-child) > .btn {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.btn-group-toggle > .btn,\n.btn-group-toggle > .btn-group > .btn {\n margin-bottom: 0;\n}\n\n.btn-group-toggle > .btn input[type=\"radio\"],\n.btn-group-toggle > .btn input[type=\"checkbox\"],\n.btn-group-toggle > .btn-group > .btn input[type=\"radio\"],\n.btn-group-toggle > .btn-group > .btn input[type=\"checkbox\"] {\n position: absolute;\n clip: rect(0, 0, 0, 0);\n pointer-events: none;\n}\n\n.nav {\n display: flex;\n flex-wrap: wrap;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.nav-link {\n display: block;\n padding: 0.5rem 1rem;\n text-decoration: none;\n}\n\n.nav-link.disabled {\n color: #6c757d;\n pointer-events: none;\n cursor: default;\n}\n\n.nav-tabs {\n border-bottom: 1px solid #dee2e6;\n}\n\n.nav-tabs .nav-link {\n margin-bottom: -1px;\n border: 1px solid transparent;\n border-top-left-radius: 0.25rem;\n border-top-right-radius: 0.25rem;\n}\n\n.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {\n border-color: #e9ecef #e9ecef #dee2e6;\n}\n\n.nav-tabs .nav-link.disabled {\n color: #6c757d;\n background-color: transparent;\n border-color: transparent;\n}\n\n.nav-tabs .nav-link.active,\n.nav-tabs .nav-item.show .nav-link {\n color: #495057;\n background-color: #fff;\n border-color: #dee2e6 #dee2e6 #fff;\n}\n\n.nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.nav-pills .nav-link {\n border-radius: 0.25rem;\n}\n\n.nav-pills .nav-link.active,\n.nav-pills .show > .nav-link {\n color: #fff;\n background-color: #0d6efd;\n}\n\n.nav-fill .nav-item {\n flex: 1 1 auto;\n text-align: center;\n}\n\n.nav-justified .nav-item {\n flex-basis: 0;\n flex-grow: 1;\n text-align: center;\n}\n\n.tab-content > .tab-pane {\n display: none;\n}\n\n.tab-content > .active {\n display: block;\n}\n\n.navbar {\n position: relative;\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\n\n.navbar > .container,\n.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {\n display: flex;\n flex-wrap: inherit;\n align-items: center;\n justify-content: space-between;\n}\n\n.navbar-brand {\n padding-top: 0.3125rem;\n padding-bottom: 0.3125rem;\n margin-right: 1rem;\n font-size: 1.25rem;\n white-space: nowrap;\n}\n\n.navbar-brand:hover, .navbar-brand:focus {\n text-decoration: none;\n}\n\n.navbar-nav {\n display: flex;\n flex-direction: column;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.navbar-nav .nav-link {\n padding-right: 0;\n padding-left: 0;\n}\n\n.navbar-nav .dropdown-menu {\n position: static;\n}\n\n.navbar-text {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\n\n.navbar-collapse {\n align-items: center;\n width: 100%;\n}\n\n.navbar-toggler {\n padding: 0.25rem 0.75rem;\n font-size: 1.25rem;\n line-height: 1;\n background-color: transparent;\n border: 1px solid transparent;\n border-radius: 0.25rem;\n transition: box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .navbar-toggler {\n transition: none;\n }\n}\n\n.navbar-toggler:hover {\n text-decoration: none;\n}\n\n.navbar-toggler:focus {\n text-decoration: none;\n outline: 0;\n box-shadow: 0 0 0 0.2rem;\n}\n\n.navbar-toggler-icon {\n display: inline-block;\n width: 1.5em;\n height: 1.5em;\n vertical-align: middle;\n background-repeat: no-repeat;\n background-position: center;\n background-size: 100%;\n}\n\n@media (min-width: 576px) {\n .navbar-expand-sm {\n flex-wrap: nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-sm .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-sm .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-sm .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-sm .navbar-collapse {\n display: flex !important;\n }\n .navbar-expand-sm .navbar-toggler {\n display: none;\n }\n}\n\n@media (min-width: 768px) {\n .navbar-expand-md {\n flex-wrap: nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-md .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-md .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-md .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-md .navbar-collapse {\n display: flex !important;\n }\n .navbar-expand-md .navbar-toggler {\n display: none;\n }\n}\n\n@media (min-width: 992px) {\n .navbar-expand-lg {\n flex-wrap: nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-lg .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-lg .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-lg .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-lg .navbar-collapse {\n display: flex !important;\n }\n .navbar-expand-lg .navbar-toggler {\n display: none;\n }\n}\n\n@media (min-width: 1200px) {\n .navbar-expand-xl {\n flex-wrap: nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-xl .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-xl .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-xl .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-xl .navbar-collapse {\n display: flex !important;\n }\n .navbar-expand-xl .navbar-toggler {\n display: none;\n }\n}\n\n.navbar-expand {\n flex-wrap: nowrap;\n justify-content: flex-start;\n}\n\n.navbar-expand .navbar-nav {\n flex-direction: row;\n}\n\n.navbar-expand .navbar-nav .dropdown-menu {\n position: absolute;\n}\n\n.navbar-expand .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n}\n\n.navbar-expand .navbar-collapse {\n display: flex !important;\n}\n\n.navbar-expand .navbar-toggler {\n display: none;\n}\n\n.navbar-light .navbar-brand {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-nav .nav-link {\n color: rgba(0, 0, 0, 0.55);\n}\n\n.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {\n color: rgba(0, 0, 0, 0.7);\n}\n\n.navbar-light .navbar-nav .nav-link.disabled {\n color: rgba(0, 0, 0, 0.3);\n}\n\n.navbar-light .navbar-nav .show > .nav-link,\n.navbar-light .navbar-nav .active > .nav-link,\n.navbar-light .navbar-nav .nav-link.show,\n.navbar-light .navbar-nav .nav-link.active {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-toggler {\n color: rgba(0, 0, 0, 0.55);\n border-color: rgba(0, 0, 0, 0.1);\n}\n\n.navbar-light .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");\n}\n\n.navbar-light .navbar-text {\n color: rgba(0, 0, 0, 0.55);\n}\n\n.navbar-light .navbar-text a,\n.navbar-light .navbar-text a:hover,\n.navbar-light .navbar-text a:focus {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-dark .navbar-brand {\n color: #fff;\n}\n\n.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {\n color: #fff;\n}\n\n.navbar-dark .navbar-nav .nav-link {\n color: rgba(255, 255, 255, 0.55);\n}\n\n.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {\n color: rgba(255, 255, 255, 0.75);\n}\n\n.navbar-dark .navbar-nav .nav-link.disabled {\n color: rgba(255, 255, 255, 0.25);\n}\n\n.navbar-dark .navbar-nav .show > .nav-link,\n.navbar-dark .navbar-nav .active > .nav-link,\n.navbar-dark .navbar-nav .nav-link.show,\n.navbar-dark .navbar-nav .nav-link.active {\n color: #fff;\n}\n\n.navbar-dark .navbar-toggler {\n color: rgba(255, 255, 255, 0.55);\n border-color: rgba(255, 255, 255, 0.1);\n}\n\n.navbar-dark .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");\n}\n\n.navbar-dark .navbar-text {\n color: rgba(255, 255, 255, 0.55);\n}\n\n.navbar-dark .navbar-text a,\n.navbar-dark .navbar-text a:hover,\n.navbar-dark .navbar-text a:focus {\n color: #fff;\n}\n\n.card {\n position: relative;\n display: flex;\n flex-direction: column;\n min-width: 0;\n word-wrap: break-word;\n background-color: #fff;\n background-clip: border-box;\n border: 1px solid rgba(0, 0, 0, 0.125);\n border-radius: 0.25rem;\n}\n\n.card > hr {\n margin-right: 0;\n margin-left: 0;\n}\n\n.card > .list-group:first-child .list-group-item:first-child {\n border-top-left-radius: 0.25rem;\n border-top-right-radius: 0.25rem;\n}\n\n.card > .list-group:last-child .list-group-item:last-child {\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n}\n\n.card-body {\n flex: 1 1 auto;\n padding: 1.25rem 1.25rem;\n}\n\n.card-title {\n margin-bottom: 0.75rem;\n}\n\n.card-subtitle {\n margin-top: -0.375rem;\n margin-bottom: 0;\n}\n\n.card-text:last-child {\n margin-bottom: 0;\n}\n\n.card-link:hover {\n text-decoration: none;\n}\n\n.card-link + .card-link {\n margin-left: 1.25rem;\n}\n\n.card-header {\n padding: 0.75rem 1.25rem;\n margin-bottom: 0;\n background-color: rgba(0, 0, 0, 0.03);\n border-bottom: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.card-header:first-child {\n border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;\n}\n\n.card-header + .list-group .list-group-item:first-child {\n border-top: 0;\n}\n\n.card-footer {\n padding: 0.75rem 1.25rem;\n background-color: rgba(0, 0, 0, 0.03);\n border-top: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.card-footer:last-child {\n border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);\n}\n\n.card-header-tabs {\n margin-right: -0.625rem;\n margin-bottom: -0.75rem;\n margin-left: -0.625rem;\n border-bottom: 0;\n}\n\n.card-header-pills {\n margin-right: -0.625rem;\n margin-left: -0.625rem;\n}\n\n.card-img-overlay {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n padding: 1.25rem;\n}\n\n.card-img,\n.card-img-top,\n.card-img-bottom {\n width: 100%;\n}\n\n.card-img,\n.card-img-top {\n border-top-left-radius: calc(0.25rem - 1px);\n border-top-right-radius: calc(0.25rem - 1px);\n}\n\n.card-img,\n.card-img-bottom {\n border-bottom-right-radius: calc(0.25rem - 1px);\n border-bottom-left-radius: calc(0.25rem - 1px);\n}\n\n.card-group > .card {\n margin-bottom: 0.75rem;\n}\n\n@media (min-width: 576px) {\n .card-group {\n display: flex;\n flex-flow: row wrap;\n }\n .card-group > .card {\n flex: 1 0 0%;\n margin-bottom: 0;\n }\n .card-group > .card + .card {\n margin-left: 0;\n border-left: 0;\n }\n .card-group > .card:not(:last-child) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n .card-group > .card:not(:last-child) .card-img-top,\n .card-group > .card:not(:last-child) .card-header {\n border-top-right-radius: 0;\n }\n .card-group > .card:not(:last-child) .card-img-bottom,\n .card-group > .card:not(:last-child) .card-footer {\n border-bottom-right-radius: 0;\n }\n .card-group > .card:not(:first-child) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n .card-group > .card:not(:first-child) .card-img-top,\n .card-group > .card:not(:first-child) .card-header {\n border-top-left-radius: 0;\n }\n .card-group > .card:not(:first-child) .card-img-bottom,\n .card-group > .card:not(:first-child) .card-footer {\n border-bottom-left-radius: 0;\n }\n}\n\n.accordion > .card {\n overflow: hidden;\n}\n\n.accordion > .card:not(:last-of-type) {\n border-bottom: 0;\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.accordion > .card:not(:first-of-type) {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.accordion > .card > .card-header {\n border-radius: 0;\n margin-bottom: -1px;\n}\n\n.breadcrumb {\n display: flex;\n flex-wrap: wrap;\n padding: 0.75rem 1rem;\n margin-bottom: 1rem;\n list-style: none;\n background-color: #e9ecef;\n border-radius: 0.25rem;\n}\n\n.breadcrumb-item {\n display: flex;\n}\n\n.breadcrumb-item + .breadcrumb-item {\n padding-left: 0.5rem;\n}\n\n.breadcrumb-item + .breadcrumb-item::before {\n display: inline-block;\n padding-right: 0.5rem;\n color: #6c757d;\n content: \"/\";\n}\n\n.breadcrumb-item.active {\n color: #6c757d;\n}\n\n.pagination {\n display: flex;\n padding-left: 0;\n list-style: none;\n}\n\n.page-link {\n position: relative;\n display: block;\n color: #0d6efd;\n text-decoration: none;\n background-color: #fff;\n border: 1px solid #dee2e6;\n}\n\n.page-link:hover {\n z-index: 2;\n color: #024dbc;\n background-color: #e9ecef;\n border-color: #dee2e6;\n}\n\n.page-link:focus {\n z-index: 3;\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);\n}\n\n.page-item:not(:first-child) .page-link {\n margin-left: -1px;\n}\n\n.page-item.active .page-link {\n z-index: 3;\n color: #fff;\n background-color: #0d6efd;\n border-color: #0d6efd;\n}\n\n.page-item.disabled .page-link {\n color: #6c757d;\n pointer-events: none;\n background-color: #fff;\n border-color: #dee2e6;\n}\n\n.page-link {\n padding: 0.375rem 0.75rem;\n}\n\n.page-item:first-child .page-link {\n border-top-left-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n}\n\n.page-item:last-child .page-link {\n border-top-right-radius: 0.25rem;\n border-bottom-right-radius: 0.25rem;\n}\n\n.pagination-lg .page-link {\n padding: 0.75rem 1.5rem;\n font-size: 1.25rem;\n}\n\n.pagination-lg .page-item:first-child .page-link {\n border-top-left-radius: 0.3rem;\n border-bottom-left-radius: 0.3rem;\n}\n\n.pagination-lg .page-item:last-child .page-link {\n border-top-right-radius: 0.3rem;\n border-bottom-right-radius: 0.3rem;\n}\n\n.pagination-sm .page-link {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n}\n\n.pagination-sm .page-item:first-child .page-link {\n border-top-left-radius: 0.2rem;\n border-bottom-left-radius: 0.2rem;\n}\n\n.pagination-sm .page-item:last-child .page-link {\n border-top-right-radius: 0.2rem;\n border-bottom-right-radius: 0.2rem;\n}\n\n.badge {\n display: inline-block;\n padding: 0.25em 0.5em;\n font-size: 0.75em;\n font-weight: 700;\n line-height: 1;\n color: #fff;\n text-align: center;\n white-space: nowrap;\n vertical-align: baseline;\n border-radius: 0.25rem;\n}\n\n.badge:empty {\n display: none;\n}\n\n.btn .badge {\n position: relative;\n top: -1px;\n}\n\n.alert {\n position: relative;\n padding: 0.75rem 1.25rem;\n margin-bottom: 1rem;\n border: 1px solid transparent;\n border-radius: 0.25rem;\n}\n\n.alert-heading {\n color: inherit;\n}\n\n.alert-link {\n font-weight: 700;\n}\n\n.alert-dismissible {\n padding-right: 4rem;\n}\n\n.alert-dismissible .close {\n position: absolute;\n top: 0;\n right: 0;\n padding: 0.75rem 1.25rem;\n color: inherit;\n}\n\n.alert-primary {\n color: #073984;\n background-color: #cfe2ff;\n border-color: #bbd6fe;\n}\n\n.alert-primary .alert-link {\n color: #042454;\n}\n\n.alert-secondary {\n color: #383d41;\n background-color: #e2e3e5;\n border-color: #d6d8db;\n}\n\n.alert-secondary .alert-link {\n color: #202326;\n}\n\n.alert-success {\n color: #155724;\n background-color: #d4edda;\n border-color: #c3e6cb;\n}\n\n.alert-success .alert-link {\n color: #0b2e13;\n}\n\n.alert-info {\n color: #0c5460;\n background-color: #d1ecf1;\n border-color: #bee5eb;\n}\n\n.alert-info .alert-link {\n color: #062c33;\n}\n\n.alert-warning {\n color: #856404;\n background-color: #fff3cd;\n border-color: #ffeeba;\n}\n\n.alert-warning .alert-link {\n color: #533f03;\n}\n\n.alert-danger {\n color: #721c24;\n background-color: #f8d7da;\n border-color: #f5c6cb;\n}\n\n.alert-danger .alert-link {\n color: #491217;\n}\n\n.alert-light {\n color: #818182;\n background-color: #fefefe;\n border-color: #fdfdfe;\n}\n\n.alert-light .alert-link {\n color: #686868;\n}\n\n.alert-dark {\n color: #1b1e21;\n background-color: #d6d8d9;\n border-color: #c6c8ca;\n}\n\n.alert-dark .alert-link {\n color: #040505;\n}\n\n@keyframes progress-bar-stripes {\n 0% {\n background-position-x: 1rem;\n }\n}\n\n.progress {\n display: flex;\n height: 1rem;\n overflow: hidden;\n font-size: 0.75rem;\n background-color: #e9ecef;\n border-radius: 0.25rem;\n}\n\n.progress-bar {\n display: flex;\n flex-direction: column;\n justify-content: center;\n overflow: hidden;\n color: #fff;\n text-align: center;\n white-space: nowrap;\n background-color: #0d6efd;\n transition: width 0.6s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .progress-bar {\n transition: none;\n }\n}\n\n.progress-bar-striped {\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-size: 1rem 1rem;\n}\n\n.progress-bar-animated {\n animation: progress-bar-stripes 1s linear infinite;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .progress-bar-animated {\n animation: none;\n }\n}\n\n.list-group {\n display: flex;\n flex-direction: column;\n padding-left: 0;\n margin-bottom: 0;\n}\n\n.list-group-item-action {\n width: 100%;\n color: #495057;\n text-align: inherit;\n}\n\n.list-group-item-action:hover, .list-group-item-action:focus {\n z-index: 1;\n color: #495057;\n text-decoration: none;\n background-color: #f8f9fa;\n}\n\n.list-group-item-action:active {\n color: #212529;\n background-color: #e9ecef;\n}\n\n.list-group-item {\n position: relative;\n display: block;\n padding: 0.75rem 1.25rem;\n margin-bottom: 0;\n text-decoration: none;\n background-color: #fff;\n border: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.list-group-item:first-child {\n border-top-left-radius: 0.25rem;\n border-top-right-radius: 0.25rem;\n}\n\n.list-group-item:last-child {\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n}\n\n.list-group-item.disabled, .list-group-item:disabled {\n color: #6c757d;\n pointer-events: none;\n background-color: #fff;\n}\n\n.list-group-item.active {\n z-index: 2;\n color: #fff;\n background-color: #0d6efd;\n border-color: #0d6efd;\n}\n\n.list-group-item + .list-group-item {\n border-top-width: 0;\n}\n\n.list-group-item + .list-group-item.active {\n margin-top: -1px;\n border-top-width: 1px;\n}\n\n.list-group-horizontal {\n flex-direction: row;\n}\n\n.list-group-horizontal .list-group-item:first-child {\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n}\n\n.list-group-horizontal .list-group-item:last-child {\n border-top-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n}\n\n.list-group-horizontal .list-group-item.active {\n margin-top: 0;\n}\n\n.list-group-horizontal .list-group-item + .list-group-item {\n border-top-width: 1px;\n border-left-width: 0;\n}\n\n.list-group-horizontal .list-group-item + .list-group-item.active {\n margin-left: -1px;\n border-left-width: 1px;\n}\n\n@media (min-width: 576px) {\n .list-group-horizontal-sm {\n flex-direction: row;\n }\n .list-group-horizontal-sm .list-group-item:first-child {\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-sm .list-group-item:last-child {\n border-top-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n .list-group-horizontal-sm .list-group-item.active {\n margin-top: 0;\n }\n .list-group-horizontal-sm .list-group-item + .list-group-item {\n border-top-width: 1px;\n border-left-width: 0;\n }\n .list-group-horizontal-sm .list-group-item + .list-group-item.active {\n margin-left: -1px;\n border-left-width: 1px;\n }\n}\n\n@media (min-width: 768px) {\n .list-group-horizontal-md {\n flex-direction: row;\n }\n .list-group-horizontal-md .list-group-item:first-child {\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-md .list-group-item:last-child {\n border-top-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n .list-group-horizontal-md .list-group-item.active {\n margin-top: 0;\n }\n .list-group-horizontal-md .list-group-item + .list-group-item {\n border-top-width: 1px;\n border-left-width: 0;\n }\n .list-group-horizontal-md .list-group-item + .list-group-item.active {\n margin-left: -1px;\n border-left-width: 1px;\n }\n}\n\n@media (min-width: 992px) {\n .list-group-horizontal-lg {\n flex-direction: row;\n }\n .list-group-horizontal-lg .list-group-item:first-child {\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-lg .list-group-item:last-child {\n border-top-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n .list-group-horizontal-lg .list-group-item.active {\n margin-top: 0;\n }\n .list-group-horizontal-lg .list-group-item + .list-group-item {\n border-top-width: 1px;\n border-left-width: 0;\n }\n .list-group-horizontal-lg .list-group-item + .list-group-item.active {\n margin-left: -1px;\n border-left-width: 1px;\n }\n}\n\n@media (min-width: 1200px) {\n .list-group-horizontal-xl {\n flex-direction: row;\n }\n .list-group-horizontal-xl .list-group-item:first-child {\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-xl .list-group-item:last-child {\n border-top-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n .list-group-horizontal-xl .list-group-item.active {\n margin-top: 0;\n }\n .list-group-horizontal-xl .list-group-item + .list-group-item {\n border-top-width: 1px;\n border-left-width: 0;\n }\n .list-group-horizontal-xl .list-group-item + .list-group-item.active {\n margin-left: -1px;\n border-left-width: 1px;\n }\n}\n\n.list-group-flush .list-group-item {\n border-right-width: 0;\n border-left-width: 0;\n border-radius: 0;\n}\n\n.list-group-flush .list-group-item:first-child {\n border-top-width: 0;\n}\n\n.list-group-flush:last-child .list-group-item:last-child {\n border-bottom-width: 0;\n}\n\n.list-group-item-primary {\n color: #073984;\n background-color: #bbd6fe;\n}\n\n.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {\n color: #073984;\n background-color: #a2c7fe;\n}\n\n.list-group-item-primary.list-group-item-action.active {\n color: #fff;\n background-color: #073984;\n border-color: #073984;\n}\n\n.list-group-item-secondary {\n color: #383d41;\n background-color: #d6d8db;\n}\n\n.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {\n color: #383d41;\n background-color: #c8cbcf;\n}\n\n.list-group-item-secondary.list-group-item-action.active {\n color: #fff;\n background-color: #383d41;\n border-color: #383d41;\n}\n\n.list-group-item-success {\n color: #155724;\n background-color: #c3e6cb;\n}\n\n.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {\n color: #155724;\n background-color: #b1dfbb;\n}\n\n.list-group-item-success.list-group-item-action.active {\n color: #fff;\n background-color: #155724;\n border-color: #155724;\n}\n\n.list-group-item-info {\n color: #0c5460;\n background-color: #bee5eb;\n}\n\n.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {\n color: #0c5460;\n background-color: #abdde5;\n}\n\n.list-group-item-info.list-group-item-action.active {\n color: #fff;\n background-color: #0c5460;\n border-color: #0c5460;\n}\n\n.list-group-item-warning {\n color: #856404;\n background-color: #ffeeba;\n}\n\n.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {\n color: #856404;\n background-color: #ffe8a1;\n}\n\n.list-group-item-warning.list-group-item-action.active {\n color: #fff;\n background-color: #856404;\n border-color: #856404;\n}\n\n.list-group-item-danger {\n color: #721c24;\n background-color: #f5c6cb;\n}\n\n.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {\n color: #721c24;\n background-color: #f1b0b7;\n}\n\n.list-group-item-danger.list-group-item-action.active {\n color: #fff;\n background-color: #721c24;\n border-color: #721c24;\n}\n\n.list-group-item-light {\n color: #818182;\n background-color: #fdfdfe;\n}\n\n.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {\n color: #818182;\n background-color: #ececf6;\n}\n\n.list-group-item-light.list-group-item-action.active {\n color: #fff;\n background-color: #818182;\n border-color: #818182;\n}\n\n.list-group-item-dark {\n color: #1b1e21;\n background-color: #c6c8ca;\n}\n\n.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {\n color: #1b1e21;\n background-color: #b9bbbe;\n}\n\n.list-group-item-dark.list-group-item-action.active {\n color: #fff;\n background-color: #1b1e21;\n border-color: #1b1e21;\n}\n\n.close {\n font-size: calc(1.275rem + 0.3vw);\n font-weight: 700;\n line-height: 1;\n color: #000;\n text-shadow: 0 1px 0 #fff;\n opacity: .5;\n}\n\n@media (min-width: 1200px) {\n .close {\n font-size: 1.5rem;\n }\n}\n\n.close:hover {\n color: #000;\n text-decoration: none;\n}\n\n.close:hover, .close:focus {\n opacity: .75;\n}\n\n.close:disabled, .close.disabled {\n pointer-events: none;\n}\n\nbutton.close {\n padding: 0;\n background-color: transparent;\n border: 0;\n appearance: none;\n}\n\n.toast {\n max-width: 350px;\n overflow: hidden;\n font-size: 0.875rem;\n background-color: rgba(255, 255, 255, 0.85);\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.1);\n box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);\n backdrop-filter: blur(10px);\n opacity: 0;\n border-radius: 0.25rem;\n}\n\n.toast:not(:last-child) {\n margin-bottom: 0.75rem;\n}\n\n.toast.showing {\n opacity: 1;\n}\n\n.toast.show {\n display: block;\n opacity: 1;\n}\n\n.toast.hide {\n display: none;\n}\n\n.toast-header {\n display: flex;\n align-items: center;\n padding: 0.25rem 0.75rem;\n color: #6c757d;\n background-color: rgba(255, 255, 255, 0.85);\n background-clip: padding-box;\n border-bottom: 1px solid rgba(0, 0, 0, 0.05);\n}\n\n.toast-body {\n padding: 0.75rem;\n}\n\n.modal-open {\n overflow: hidden;\n}\n\n.modal-open .modal {\n overflow-x: hidden;\n overflow-y: auto;\n}\n\n.modal {\n position: fixed;\n top: 0;\n left: 0;\n z-index: 1050;\n display: none;\n width: 100%;\n height: 100%;\n overflow: hidden;\n outline: 0;\n}\n\n.modal-dialog {\n position: relative;\n width: auto;\n margin: 0.5rem;\n pointer-events: none;\n}\n\n.modal.fade .modal-dialog {\n transition: transform 0.3s ease-out;\n transform: translate(0, -50px);\n}\n\n@media (prefers-reduced-motion: reduce) {\n .modal.fade .modal-dialog {\n transition: none;\n }\n}\n\n.modal.show .modal-dialog {\n transform: none;\n}\n\n.modal.modal-static .modal-dialog {\n transform: scale(1.02);\n}\n\n.modal-dialog-scrollable {\n max-height: calc(100% - 1rem);\n}\n\n.modal-dialog-scrollable .modal-content {\n overflow: hidden;\n}\n\n.modal-dialog-scrollable .modal-header,\n.modal-dialog-scrollable .modal-footer {\n flex-shrink: 0;\n}\n\n.modal-dialog-scrollable .modal-body {\n overflow-y: auto;\n}\n\n.modal-dialog-centered {\n display: flex;\n align-items: center;\n min-height: calc(100% - 1rem);\n}\n\n.modal-content {\n position: relative;\n display: flex;\n flex-direction: column;\n width: 100%;\n pointer-events: auto;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 0.3rem;\n outline: 0;\n}\n\n.modal-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n z-index: 1040;\n width: 100vw;\n height: 100vh;\n background-color: #000;\n}\n\n.modal-backdrop.fade {\n opacity: 0;\n}\n\n.modal-backdrop.show {\n opacity: 0.5;\n}\n\n.modal-header {\n display: flex;\n align-items: flex-start;\n justify-content: space-between;\n padding: 1rem 1rem;\n border-bottom: 1px solid #dee2e6;\n border-top-left-radius: calc(0.3rem - 1px);\n border-top-right-radius: calc(0.3rem - 1px);\n}\n\n.modal-header .close {\n padding: 1rem 1rem;\n margin: -1rem -1rem -1rem auto;\n}\n\n.modal-title {\n margin-bottom: 0;\n line-height: 1.5;\n}\n\n.modal-body {\n position: relative;\n flex: 1 1 auto;\n padding: 1rem;\n}\n\n.modal-footer {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: flex-end;\n padding: 0.75rem;\n border-top: 1px solid #dee2e6;\n border-bottom-right-radius: calc(0.3rem - 1px);\n border-bottom-left-radius: calc(0.3rem - 1px);\n}\n\n.modal-footer > * {\n margin: 0.25rem;\n}\n\n.modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll;\n}\n\n@media (min-width: 576px) {\n .modal-dialog {\n max-width: 500px;\n margin: 1.75rem auto;\n }\n .modal-dialog-scrollable {\n max-height: calc(100% - 3.5rem);\n }\n .modal-dialog-centered {\n min-height: calc(100% - 3.5rem);\n }\n .modal-sm {\n max-width: 300px;\n }\n}\n\n@media (min-width: 992px) {\n .modal-lg,\n .modal-xl {\n max-width: 800px;\n }\n}\n\n@media (min-width: 1200px) {\n .modal-xl {\n max-width: 1140px;\n }\n}\n\n.tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-style: normal;\n font-weight: 400;\n line-height: 1.5;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n white-space: normal;\n line-break: auto;\n font-size: 0.875rem;\n word-wrap: break-word;\n opacity: 0;\n}\n\n.tooltip.show {\n opacity: 0.9;\n}\n\n.tooltip .tooltip-arrow {\n position: absolute;\n display: block;\n width: 0.8rem;\n height: 0.4rem;\n}\n\n.tooltip .tooltip-arrow::before {\n position: absolute;\n content: \"\";\n border-color: transparent;\n border-style: solid;\n}\n\n.bs-tooltip-top, .bs-tooltip-auto[x-placement^=\"top\"] {\n padding: 0.4rem 0;\n}\n\n.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[x-placement^=\"top\"] .tooltip-arrow {\n bottom: 0;\n}\n\n.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^=\"top\"] .tooltip-arrow::before {\n top: 0;\n border-width: 0.4rem 0.4rem 0;\n border-top-color: #000;\n}\n\n.bs-tooltip-right, .bs-tooltip-auto[x-placement^=\"right\"] {\n padding: 0 0.4rem;\n}\n\n.bs-tooltip-right .tooltip-arrow, .bs-tooltip-auto[x-placement^=\"right\"] .tooltip-arrow {\n left: 0;\n width: 0.4rem;\n height: 0.8rem;\n}\n\n.bs-tooltip-right .tooltip-arrow::before, .bs-tooltip-auto[x-placement^=\"right\"] .tooltip-arrow::before {\n right: 0;\n border-width: 0.4rem 0.4rem 0.4rem 0;\n border-right-color: #000;\n}\n\n.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=\"bottom\"] {\n padding: 0.4rem 0;\n}\n\n.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[x-placement^=\"bottom\"] .tooltip-arrow {\n top: 0;\n}\n\n.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^=\"bottom\"] .tooltip-arrow::before {\n bottom: 0;\n border-width: 0 0.4rem 0.4rem;\n border-bottom-color: #000;\n}\n\n.bs-tooltip-left, .bs-tooltip-auto[x-placement^=\"left\"] {\n padding: 0 0.4rem;\n}\n\n.bs-tooltip-left .tooltip-arrow, .bs-tooltip-auto[x-placement^=\"left\"] .tooltip-arrow {\n right: 0;\n width: 0.4rem;\n height: 0.8rem;\n}\n\n.bs-tooltip-left .tooltip-arrow::before, .bs-tooltip-auto[x-placement^=\"left\"] .tooltip-arrow::before {\n left: 0;\n border-width: 0.4rem 0 0.4rem 0.4rem;\n border-left-color: #000;\n}\n\n.tooltip-inner {\n max-width: 200px;\n padding: 0.25rem 0.5rem;\n color: #fff;\n text-align: center;\n background-color: #000;\n border-radius: 0.25rem;\n}\n\n.popover {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1060;\n display: block;\n max-width: 276px;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-style: normal;\n font-weight: 400;\n line-height: 1.5;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n white-space: normal;\n line-break: auto;\n font-size: 0.875rem;\n word-wrap: break-word;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 0.3rem;\n}\n\n.popover .popover-arrow {\n position: absolute;\n display: block;\n width: 1rem;\n height: 0.5rem;\n margin: 0 0.3rem;\n}\n\n.popover .popover-arrow::before, .popover .popover-arrow::after {\n position: absolute;\n display: block;\n content: \"\";\n border-color: transparent;\n border-style: solid;\n}\n\n.bs-popover-top, .bs-popover-auto[x-placement^=\"top\"] {\n margin-bottom: 0.5rem;\n}\n\n.bs-popover-top > .popover-arrow, .bs-popover-auto[x-placement^=\"top\"] > .popover-arrow {\n bottom: calc(-0.5rem - 1px);\n}\n\n.bs-popover-top > .popover-arrow::before, .bs-popover-auto[x-placement^=\"top\"] > .popover-arrow::before {\n bottom: 0;\n border-width: 0.5rem 0.5rem 0;\n border-top-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-top > .popover-arrow::after, .bs-popover-auto[x-placement^=\"top\"] > .popover-arrow::after {\n bottom: 1px;\n border-width: 0.5rem 0.5rem 0;\n border-top-color: #fff;\n}\n\n.bs-popover-right, .bs-popover-auto[x-placement^=\"right\"] {\n margin-left: 0.5rem;\n}\n\n.bs-popover-right > .popover-arrow, .bs-popover-auto[x-placement^=\"right\"] > .popover-arrow {\n left: calc(-0.5rem - 1px);\n width: 0.5rem;\n height: 1rem;\n margin: 0.3rem 0;\n}\n\n.bs-popover-right > .popover-arrow::before, .bs-popover-auto[x-placement^=\"right\"] > .popover-arrow::before {\n left: 0;\n border-width: 0.5rem 0.5rem 0.5rem 0;\n border-right-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-right > .popover-arrow::after, .bs-popover-auto[x-placement^=\"right\"] > .popover-arrow::after {\n left: 1px;\n border-width: 0.5rem 0.5rem 0.5rem 0;\n border-right-color: #fff;\n}\n\n.bs-popover-bottom, .bs-popover-auto[x-placement^=\"bottom\"] {\n margin-top: 0.5rem;\n}\n\n.bs-popover-bottom > .popover-arrow, .bs-popover-auto[x-placement^=\"bottom\"] > .popover-arrow {\n top: calc(-0.5rem - 1px);\n}\n\n.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[x-placement^=\"bottom\"] > .popover-arrow::before {\n top: 0;\n border-width: 0 0.5rem 0.5rem 0.5rem;\n border-bottom-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[x-placement^=\"bottom\"] > .popover-arrow::after {\n top: 1px;\n border-width: 0 0.5rem 0.5rem 0.5rem;\n border-bottom-color: #fff;\n}\n\n.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=\"bottom\"] .popover-header::before {\n position: absolute;\n top: 0;\n left: 50%;\n display: block;\n width: 1rem;\n margin-left: -0.5rem;\n content: \"\";\n border-bottom: 1px solid #f7f7f7;\n}\n\n.bs-popover-left, .bs-popover-auto[x-placement^=\"left\"] {\n margin-right: 0.5rem;\n}\n\n.bs-popover-left > .popover-arrow, .bs-popover-auto[x-placement^=\"left\"] > .popover-arrow {\n right: calc(-0.5rem - 1px);\n width: 0.5rem;\n height: 1rem;\n margin: 0.3rem 0;\n}\n\n.bs-popover-left > .popover-arrow::before, .bs-popover-auto[x-placement^=\"left\"] > .popover-arrow::before {\n right: 0;\n border-width: 0.5rem 0 0.5rem 0.5rem;\n border-left-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-left > .popover-arrow::after, .bs-popover-auto[x-placement^=\"left\"] > .popover-arrow::after {\n right: 1px;\n border-width: 0.5rem 0 0.5rem 0.5rem;\n border-left-color: #fff;\n}\n\n.popover-header {\n padding: 0.5rem 0.75rem;\n margin-bottom: 0;\n font-size: 1rem;\n background-color: #f7f7f7;\n border-bottom: 1px solid #ebebeb;\n border-top-left-radius: calc(0.3rem - 1px);\n border-top-right-radius: calc(0.3rem - 1px);\n}\n\n.popover-header:empty {\n display: none;\n}\n\n.popover-body {\n padding: 0.5rem 0.75rem;\n color: #212529;\n}\n\n.carousel {\n position: relative;\n}\n\n.carousel.pointer-event {\n touch-action: pan-y;\n}\n\n.carousel-inner {\n position: relative;\n width: 100%;\n overflow: hidden;\n}\n\n.carousel-inner::after {\n display: block;\n clear: both;\n content: \"\";\n}\n\n.carousel-item {\n position: relative;\n display: none;\n float: left;\n width: 100%;\n margin-right: -100%;\n backface-visibility: hidden;\n transition: transform 0.6s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-item {\n transition: none;\n }\n}\n\n.carousel-item.active,\n.carousel-item-next,\n.carousel-item-prev {\n display: block;\n}\n\n.carousel-item-next:not(.carousel-item-left),\n.active.carousel-item-right {\n transform: translateX(100%);\n}\n\n.carousel-item-prev:not(.carousel-item-right),\n.active.carousel-item-left {\n transform: translateX(-100%);\n}\n\n.carousel-fade .carousel-item {\n opacity: 0;\n transition-property: opacity;\n transform: none;\n}\n\n.carousel-fade .carousel-item.active,\n.carousel-fade .carousel-item-next.carousel-item-left,\n.carousel-fade .carousel-item-prev.carousel-item-right {\n z-index: 1;\n opacity: 1;\n}\n\n.carousel-fade .active.carousel-item-left,\n.carousel-fade .active.carousel-item-right {\n z-index: 0;\n opacity: 0;\n transition: opacity 0s 0.6s;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-fade .active.carousel-item-left,\n .carousel-fade .active.carousel-item-right {\n transition: none;\n }\n}\n\n.carousel-control-prev,\n.carousel-control-next {\n position: absolute;\n top: 0;\n bottom: 0;\n z-index: 1;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 15%;\n color: #fff;\n text-align: center;\n opacity: 0.5;\n transition: opacity 0.15s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-control-prev,\n .carousel-control-next {\n transition: none;\n }\n}\n\n.carousel-control-prev:hover, .carousel-control-prev:focus,\n.carousel-control-next:hover,\n.carousel-control-next:focus {\n color: #fff;\n text-decoration: none;\n outline: 0;\n opacity: 0.9;\n}\n\n.carousel-control-prev {\n left: 0;\n}\n\n.carousel-control-next {\n right: 0;\n}\n\n.carousel-control-prev-icon,\n.carousel-control-next-icon {\n display: inline-block;\n width: 20px;\n height: 20px;\n background-repeat: no-repeat;\n background-position: 50%;\n background-size: 100% 100%;\n}\n\n.carousel-control-prev-icon {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e\");\n}\n\n.carousel-control-next-icon {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e\");\n}\n\n.carousel-indicators {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 2;\n display: flex;\n justify-content: center;\n padding-left: 0;\n margin-right: 15%;\n margin-left: 15%;\n list-style: none;\n}\n\n.carousel-indicators li {\n box-sizing: content-box;\n flex: 0 1 auto;\n width: 30px;\n height: 3px;\n margin-right: 3px;\n margin-left: 3px;\n text-indent: -999px;\n cursor: pointer;\n background-color: #fff;\n background-clip: padding-box;\n border-top: 10px solid transparent;\n border-bottom: 10px solid transparent;\n opacity: 0.5;\n transition: opacity 0.6s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-indicators li {\n transition: none;\n }\n}\n\n.carousel-indicators .active {\n opacity: 1;\n}\n\n.carousel-caption {\n position: absolute;\n right: 15%;\n bottom: 1.25rem;\n left: 15%;\n padding-top: 1.25rem;\n padding-bottom: 1.25rem;\n color: #fff;\n text-align: center;\n}\n\n@keyframes spinner-border {\n to {\n transform: rotate(360deg);\n }\n}\n\n.spinner-border {\n display: inline-block;\n width: 2rem;\n height: 2rem;\n vertical-align: text-bottom;\n border: 0.25em solid currentColor;\n border-right-color: transparent;\n border-radius: 50%;\n animation: spinner-border 0.75s linear infinite;\n}\n\n.spinner-border-sm {\n width: 1rem;\n height: 1rem;\n border-width: 0.2em;\n}\n\n@keyframes spinner-grow {\n 0% {\n transform: scale(0);\n }\n 50% {\n opacity: 1;\n }\n}\n\n.spinner-grow {\n display: inline-block;\n width: 2rem;\n height: 2rem;\n vertical-align: text-bottom;\n background-color: currentColor;\n border-radius: 50%;\n opacity: 0;\n animation: spinner-grow 0.75s linear infinite;\n}\n\n.spinner-grow-sm {\n width: 1rem;\n height: 1rem;\n}\n\n.clearfix::after {\n display: block;\n clear: both;\n content: \"\";\n}\n\n.link-primary {\n color: #0d6efd;\n}\n\n.link-primary:hover, .link-primary:focus {\n color: #024dbc;\n}\n\n.link-secondary {\n color: #6c757d;\n}\n\n.link-secondary:hover, .link-secondary:focus {\n color: #494f54;\n}\n\n.link-success {\n color: #28a745;\n}\n\n.link-success:hover, .link-success:focus {\n color: #19692c;\n}\n\n.link-info {\n color: #17a2b8;\n}\n\n.link-info:hover, .link-info:focus {\n color: #0f6674;\n}\n\n.link-warning {\n color: #ffc107;\n}\n\n.link-warning:hover, .link-warning:focus {\n color: #ba8b00;\n}\n\n.link-danger {\n color: #dc3545;\n}\n\n.link-danger:hover, .link-danger:focus {\n color: #a71d2a;\n}\n\n.link-light {\n color: #f8f9fa;\n}\n\n.link-light:hover, .link-light:focus {\n color: #cbd3da;\n}\n\n.link-dark {\n color: #343a40;\n}\n\n.link-dark:hover, .link-dark:focus {\n color: #121416;\n}\n\n.embed-responsive {\n position: relative;\n width: 100%;\n}\n\n.embed-responsive::before {\n display: block;\n content: \"\";\n}\n\n.embed-responsive .embed-responsive-item,\n.embed-responsive iframe,\n.embed-responsive embed,\n.embed-responsive object,\n.embed-responsive video {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border: 0;\n}\n\n.embed-responsive-21by9::before {\n padding-top: 42.857143%;\n}\n\n.embed-responsive-16by9::before {\n padding-top: 56.25%;\n}\n\n.embed-responsive-4by3::before {\n padding-top: 75%;\n}\n\n.embed-responsive-1by1::before {\n padding-top: 100%;\n}\n\n.fixed-top {\n position: fixed;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1030;\n}\n\n.fixed-bottom {\n position: fixed;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1030;\n}\n\n@supports (position: sticky) {\n .sticky-top {\n position: sticky;\n top: 0;\n z-index: 1020;\n }\n @media (min-width: 576px) {\n .sticky-sm-top {\n position: sticky;\n top: 0;\n z-index: 1020;\n }\n }\n @media (min-width: 768px) {\n .sticky-md-top {\n position: sticky;\n top: 0;\n z-index: 1020;\n }\n }\n @media (min-width: 992px) {\n .sticky-lg-top {\n position: sticky;\n top: 0;\n z-index: 1020;\n }\n }\n @media (min-width: 1200px) {\n .sticky-xl-top {\n position: sticky;\n top: 0;\n z-index: 1020;\n }\n }\n}\n\n.sr-only,\n.sr-only-focusable:not(:focus) {\n position: absolute !important;\n width: 1px !important;\n height: 1px !important;\n padding: 0 !important;\n margin: -1px !important;\n overflow: hidden !important;\n clip: rect(0, 0, 0, 0) !important;\n white-space: nowrap !important;\n border: 0 !important;\n}\n\n.stretched-link::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1;\n content: \"\";\n}\n\n.text-truncate {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.align-baseline {\n vertical-align: baseline !important;\n}\n\n.align-top {\n vertical-align: top !important;\n}\n\n.align-middle {\n vertical-align: middle !important;\n}\n\n.align-bottom {\n vertical-align: bottom !important;\n}\n\n.align-text-bottom {\n vertical-align: text-bottom !important;\n}\n\n.align-text-top {\n vertical-align: text-top !important;\n}\n\n.float-left {\n float: left !important;\n}\n\n.float-right {\n float: right !important;\n}\n\n.float-none {\n float: none !important;\n}\n\n.overflow-auto {\n overflow: auto !important;\n}\n\n.overflow-hidden {\n overflow: hidden !important;\n}\n\n.d-none {\n display: none !important;\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-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.shadow {\n box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;\n}\n\n.shadow-sm {\n box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;\n}\n\n.shadow-lg {\n box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;\n}\n\n.shadow-none {\n box-shadow: none !important;\n}\n\n.position-static {\n position: static !important;\n}\n\n.position-relative {\n position: relative !important;\n}\n\n.position-absolute {\n position: absolute !important;\n}\n\n.position-fixed {\n position: fixed !important;\n}\n\n.position-sticky {\n position: sticky !important;\n}\n\n.border {\n border: 1px solid #dee2e6 !important;\n}\n\n.border-0 {\n border: 0 !important;\n}\n\n.border-top {\n border-top: 1px solid #dee2e6 !important;\n}\n\n.border-top-0 {\n border-top: 0 !important;\n}\n\n.border-right {\n border-right: 1px solid #dee2e6 !important;\n}\n\n.border-right-0 {\n border-right: 0 !important;\n}\n\n.border-bottom {\n border-bottom: 1px solid #dee2e6 !important;\n}\n\n.border-bottom-0 {\n border-bottom: 0 !important;\n}\n\n.border-left {\n border-left: 1px solid #dee2e6 !important;\n}\n\n.border-left-0 {\n border-left: 0 !important;\n}\n\n.border-primary {\n border-color: #0d6efd !important;\n}\n\n.border-secondary {\n border-color: #6c757d !important;\n}\n\n.border-success {\n border-color: #28a745 !important;\n}\n\n.border-info {\n border-color: #17a2b8 !important;\n}\n\n.border-warning {\n border-color: #ffc107 !important;\n}\n\n.border-danger {\n border-color: #dc3545 !important;\n}\n\n.border-light {\n border-color: #f8f9fa !important;\n}\n\n.border-dark {\n border-color: #343a40 !important;\n}\n\n.border-white {\n border-color: #fff !important;\n}\n\n.w-25 {\n width: 25% !important;\n}\n\n.w-50 {\n width: 50% !important;\n}\n\n.w-75 {\n width: 75% !important;\n}\n\n.w-100 {\n width: 100% !important;\n}\n\n.w-auto {\n width: auto !important;\n}\n\n.mw-100 {\n max-width: 100% !important;\n}\n\n.vw-100 {\n width: 100vw !important;\n}\n\n.min-vw-100 {\n min-width: 100vw !important;\n}\n\n.h-25 {\n height: 25% !important;\n}\n\n.h-50 {\n height: 50% !important;\n}\n\n.h-75 {\n height: 75% !important;\n}\n\n.h-100 {\n height: 100% !important;\n}\n\n.h-auto {\n height: auto !important;\n}\n\n.mh-100 {\n max-height: 100% !important;\n}\n\n.vh-100 {\n height: 100vh !important;\n}\n\n.min-vh-100 {\n min-height: 100vh !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.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.mr-0 {\n margin-right: 0 !important;\n}\n\n.mr-1 {\n margin-right: 0.25rem !important;\n}\n\n.mr-2 {\n margin-right: 0.5rem !important;\n}\n\n.mr-3 {\n margin-right: 1rem !important;\n}\n\n.mr-4 {\n margin-right: 1.5rem !important;\n}\n\n.mr-5 {\n margin-right: 3rem !important;\n}\n\n.mr-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.ml-0 {\n margin-left: 0 !important;\n}\n\n.ml-1 {\n margin-left: 0.25rem !important;\n}\n\n.ml-2 {\n margin-left: 0.5rem !important;\n}\n\n.ml-3 {\n margin-left: 1rem !important;\n}\n\n.ml-4 {\n margin-left: 1.5rem !important;\n}\n\n.ml-5 {\n margin-left: 3rem !important;\n}\n\n.ml-auto {\n margin-left: auto !important;\n}\n\n.m-n1 {\n margin: -0.25rem !important;\n}\n\n.m-n2 {\n margin: -0.5rem !important;\n}\n\n.m-n3 {\n margin: -1rem !important;\n}\n\n.m-n4 {\n margin: -1.5rem !important;\n}\n\n.m-n5 {\n margin: -3rem !important;\n}\n\n.mx-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n}\n\n.mx-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n}\n\n.mx-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n}\n\n.mx-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n}\n\n.mx-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n}\n\n.my-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n}\n\n.my-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n}\n\n.my-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n}\n\n.my-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n}\n\n.my-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n}\n\n.mt-n1 {\n margin-top: -0.25rem !important;\n}\n\n.mt-n2 {\n margin-top: -0.5rem !important;\n}\n\n.mt-n3 {\n margin-top: -1rem !important;\n}\n\n.mt-n4 {\n margin-top: -1.5rem !important;\n}\n\n.mt-n5 {\n margin-top: -3rem !important;\n}\n\n.mr-n1 {\n margin-right: -0.25rem !important;\n}\n\n.mr-n2 {\n margin-right: -0.5rem !important;\n}\n\n.mr-n3 {\n margin-right: -1rem !important;\n}\n\n.mr-n4 {\n margin-right: -1.5rem !important;\n}\n\n.mr-n5 {\n margin-right: -3rem !important;\n}\n\n.mb-n1 {\n margin-bottom: -0.25rem !important;\n}\n\n.mb-n2 {\n margin-bottom: -0.5rem !important;\n}\n\n.mb-n3 {\n margin-bottom: -1rem !important;\n}\n\n.mb-n4 {\n margin-bottom: -1.5rem !important;\n}\n\n.mb-n5 {\n margin-bottom: -3rem !important;\n}\n\n.ml-n1 {\n margin-left: -0.25rem !important;\n}\n\n.ml-n2 {\n margin-left: -0.5rem !important;\n}\n\n.ml-n3 {\n margin-left: -1rem !important;\n}\n\n.ml-n4 {\n margin-left: -1.5rem !important;\n}\n\n.ml-n5 {\n margin-left: -3rem !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.pr-0 {\n padding-right: 0 !important;\n}\n\n.pr-1 {\n padding-right: 0.25rem !important;\n}\n\n.pr-2 {\n padding-right: 0.5rem !important;\n}\n\n.pr-3 {\n padding-right: 1rem !important;\n}\n\n.pr-4 {\n padding-right: 1.5rem !important;\n}\n\n.pr-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.pl-0 {\n padding-left: 0 !important;\n}\n\n.pl-1 {\n padding-left: 0.25rem !important;\n}\n\n.pl-2 {\n padding-left: 0.5rem !important;\n}\n\n.pl-3 {\n padding-left: 1rem !important;\n}\n\n.pl-4 {\n padding-left: 1.5rem !important;\n}\n\n.pl-5 {\n padding-left: 3rem !important;\n}\n\n.font-weight-light {\n font-weight: 300 !important;\n}\n\n.font-weight-lighter {\n font-weight: lighter !important;\n}\n\n.font-weight-normal {\n font-weight: 400 !important;\n}\n\n.font-weight-bold {\n font-weight: 700 !important;\n}\n\n.font-weight-bolder {\n font-weight: bolder !important;\n}\n\n.text-lowercase {\n text-transform: lowercase !important;\n}\n\n.text-uppercase {\n text-transform: uppercase !important;\n}\n\n.text-capitalize {\n text-transform: capitalize !important;\n}\n\n.text-left {\n text-align: left !important;\n}\n\n.text-right {\n text-align: right !important;\n}\n\n.text-center {\n text-align: center !important;\n}\n\n.text-primary {\n color: #0d6efd !important;\n}\n\n.text-secondary {\n color: #6c757d !important;\n}\n\n.text-success {\n color: #28a745 !important;\n}\n\n.text-info {\n color: #17a2b8 !important;\n}\n\n.text-warning {\n color: #ffc107 !important;\n}\n\n.text-danger {\n color: #dc3545 !important;\n}\n\n.text-light {\n color: #f8f9fa !important;\n}\n\n.text-dark {\n color: #343a40 !important;\n}\n\n.text-white {\n color: #fff !important;\n}\n\n.text-body {\n color: #212529 !important;\n}\n\n.text-muted {\n color: #6c757d !important;\n}\n\n.text-black-50 {\n color: rgba(0, 0, 0, 0.5) !important;\n}\n\n.text-white-50 {\n color: rgba(255, 255, 255, 0.5) !important;\n}\n\n.text-reset {\n color: inherit !important;\n}\n\n.lh-1 {\n line-height: 1 !important;\n}\n\n.lh-sm {\n line-height: 1.25 !important;\n}\n\n.lh-base {\n line-height: 1.5 !important;\n}\n\n.lh-lg {\n line-height: 2 !important;\n}\n\n.bg-primary {\n background-color: #0d6efd !important;\n}\n\n.bg-secondary {\n background-color: #6c757d !important;\n}\n\n.bg-success {\n background-color: #28a745 !important;\n}\n\n.bg-info {\n background-color: #17a2b8 !important;\n}\n\n.bg-warning {\n background-color: #ffc107 !important;\n}\n\n.bg-danger {\n background-color: #dc3545 !important;\n}\n\n.bg-light {\n background-color: #f8f9fa !important;\n}\n\n.bg-dark {\n background-color: #343a40 !important;\n}\n\n.bg-body {\n background-color: #fff !important;\n}\n\n.bg-white {\n background-color: #fff !important;\n}\n\n.bg-transparent {\n background-color: transparent !important;\n}\n\n.text-wrap {\n white-space: normal !important;\n}\n\n.text-nowrap {\n white-space: nowrap !important;\n}\n\n.text-decoration-none {\n text-decoration: none !important;\n}\n\n.text-decoration-underline {\n text-decoration: underline !important;\n}\n\n.text-decoration-line-through {\n text-decoration: line-through !important;\n}\n\n.font-italic {\n font-style: italic !important;\n}\n\n.font-normal {\n font-style: normal !important;\n}\n\n.text-break {\n word-wrap: break-word !important;\n}\n\n.font-monospace {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !important;\n}\n\n.user-select-all {\n user-select: all !important;\n}\n\n.user-select-auto {\n user-select: auto !important;\n}\n\n.user-select-none {\n user-select: none !important;\n}\n\n.pe-none {\n pointer-events: none !important;\n}\n\n.pe-auto {\n pointer-events: auto !important;\n}\n\n.rounded {\n border-radius: 0.25rem !important;\n}\n\n.rounded-sm {\n border-radius: 0.2rem !important;\n}\n\n.rounded-lg {\n border-radius: 0.3rem !important;\n}\n\n.rounded-circle {\n border-radius: 50% !important;\n}\n\n.rounded-pill {\n border-radius: 50rem !important;\n}\n\n.rounded-0 {\n border-radius: 0 !important;\n}\n\n.rounded-top {\n border-top-left-radius: 0.25rem !important;\n border-top-right-radius: 0.25rem !important;\n}\n\n.rounded-right {\n border-top-right-radius: 0.25rem !important;\n border-bottom-right-radius: 0.25rem !important;\n}\n\n.rounded-bottom {\n border-bottom-right-radius: 0.25rem !important;\n border-bottom-left-radius: 0.25rem !important;\n}\n\n.rounded-left {\n border-bottom-left-radius: 0.25rem !important;\n border-top-left-radius: 0.25rem !important;\n}\n\n.visible {\n visibility: visible !important;\n}\n\n.invisible {\n visibility: hidden !important;\n}\n\n@media (min-width: 576px) {\n .float-sm-left {\n float: left !important;\n }\n .float-sm-right {\n float: right !important;\n }\n .float-sm-none {\n float: none !important;\n }\n .d-sm-none {\n display: none !important;\n }\n .d-sm-inline {\n display: inline !important;\n }\n .d-sm-inline-block {\n display: inline-block !important;\n }\n .d-sm-block {\n display: block !important;\n }\n .d-sm-table {\n display: table !important;\n }\n .d-sm-table-row {\n display: table-row !important;\n }\n .d-sm-table-cell {\n display: table-cell !important;\n }\n .d-sm-flex {\n display: flex !important;\n }\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n .flex-sm-row {\n flex-direction: row !important;\n }\n .flex-sm-column {\n flex-direction: column !important;\n }\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n .justify-content-sm-center {\n justify-content: center !important;\n }\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n .align-items-sm-center {\n align-items: center !important;\n }\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n .align-content-sm-center {\n align-content: center !important;\n }\n .align-content-sm-between {\n align-content: space-between !important;\n }\n .align-content-sm-around {\n align-content: space-around !important;\n }\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n .align-self-sm-auto {\n align-self: auto !important;\n }\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n .align-self-sm-center {\n align-self: center !important;\n }\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n .order-sm-first {\n order: -1 !important;\n }\n .order-sm-0 {\n order: 0 !important;\n }\n .order-sm-1 {\n order: 1 !important;\n }\n .order-sm-2 {\n order: 2 !important;\n }\n .order-sm-3 {\n order: 3 !important;\n }\n .order-sm-4 {\n order: 4 !important;\n }\n .order-sm-5 {\n order: 5 !important;\n }\n .order-sm-last {\n order: 6 !important;\n }\n .m-sm-0 {\n margin: 0 !important;\n }\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n .m-sm-3 {\n margin: 1rem !important;\n }\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n .m-sm-5 {\n margin: 3rem !important;\n }\n .m-sm-auto {\n margin: auto !important;\n }\n .mx-sm-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-sm-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-sm-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-sm-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n .mt-sm-auto {\n margin-top: auto !important;\n }\n .mr-sm-0 {\n margin-right: 0 !important;\n }\n .mr-sm-1 {\n margin-right: 0.25rem !important;\n }\n .mr-sm-2 {\n margin-right: 0.5rem !important;\n }\n .mr-sm-3 {\n margin-right: 1rem !important;\n }\n .mr-sm-4 {\n margin-right: 1.5rem !important;\n }\n .mr-sm-5 {\n margin-right: 3rem !important;\n }\n .mr-sm-auto {\n margin-right: auto !important;\n }\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n .ml-sm-0 {\n margin-left: 0 !important;\n }\n .ml-sm-1 {\n margin-left: 0.25rem !important;\n }\n .ml-sm-2 {\n margin-left: 0.5rem !important;\n }\n .ml-sm-3 {\n margin-left: 1rem !important;\n }\n .ml-sm-4 {\n margin-left: 1.5rem !important;\n }\n .ml-sm-5 {\n margin-left: 3rem !important;\n }\n .ml-sm-auto {\n margin-left: auto !important;\n }\n .m-sm-n1 {\n margin: -0.25rem !important;\n }\n .m-sm-n2 {\n margin: -0.5rem !important;\n }\n .m-sm-n3 {\n margin: -1rem !important;\n }\n .m-sm-n4 {\n margin: -1.5rem !important;\n }\n .m-sm-n5 {\n margin: -3rem !important;\n }\n .mx-sm-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n }\n .mx-sm-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n }\n .mx-sm-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n }\n .mx-sm-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n }\n .mx-sm-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n }\n .my-sm-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n }\n .my-sm-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n }\n .my-sm-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n }\n .my-sm-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n }\n .my-sm-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n }\n .mt-sm-n1 {\n margin-top: -0.25rem !important;\n }\n .mt-sm-n2 {\n margin-top: -0.5rem !important;\n }\n .mt-sm-n3 {\n margin-top: -1rem !important;\n }\n .mt-sm-n4 {\n margin-top: -1.5rem !important;\n }\n .mt-sm-n5 {\n margin-top: -3rem !important;\n }\n .mr-sm-n1 {\n margin-right: -0.25rem !important;\n }\n .mr-sm-n2 {\n margin-right: -0.5rem !important;\n }\n .mr-sm-n3 {\n margin-right: -1rem !important;\n }\n .mr-sm-n4 {\n margin-right: -1.5rem !important;\n }\n .mr-sm-n5 {\n margin-right: -3rem !important;\n }\n .mb-sm-n1 {\n margin-bottom: -0.25rem !important;\n }\n .mb-sm-n2 {\n margin-bottom: -0.5rem !important;\n }\n .mb-sm-n3 {\n margin-bottom: -1rem !important;\n }\n .mb-sm-n4 {\n margin-bottom: -1.5rem !important;\n }\n .mb-sm-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-sm-n1 {\n margin-left: -0.25rem !important;\n }\n .ml-sm-n2 {\n margin-left: -0.5rem !important;\n }\n .ml-sm-n3 {\n margin-left: -1rem !important;\n }\n .ml-sm-n4 {\n margin-left: -1.5rem !important;\n }\n .ml-sm-n5 {\n margin-left: -3rem !important;\n }\n .p-sm-0 {\n padding: 0 !important;\n }\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n .p-sm-3 {\n padding: 1rem !important;\n }\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n .p-sm-5 {\n padding: 3rem !important;\n }\n .px-sm-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-sm-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-sm-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-sm-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-sm-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-sm-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n .pr-sm-0 {\n padding-right: 0 !important;\n }\n .pr-sm-1 {\n padding-right: 0.25rem !important;\n }\n .pr-sm-2 {\n padding-right: 0.5rem !important;\n }\n .pr-sm-3 {\n padding-right: 1rem !important;\n }\n .pr-sm-4 {\n padding-right: 1.5rem !important;\n }\n .pr-sm-5 {\n padding-right: 3rem !important;\n }\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n .pl-sm-0 {\n padding-left: 0 !important;\n }\n .pl-sm-1 {\n padding-left: 0.25rem !important;\n }\n .pl-sm-2 {\n padding-left: 0.5rem !important;\n }\n .pl-sm-3 {\n padding-left: 1rem !important;\n }\n .pl-sm-4 {\n padding-left: 1.5rem !important;\n }\n .pl-sm-5 {\n padding-left: 3rem !important;\n }\n .text-sm-left {\n text-align: left !important;\n }\n .text-sm-right {\n text-align: right !important;\n }\n .text-sm-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 768px) {\n .float-md-left {\n float: left !important;\n }\n .float-md-right {\n float: right !important;\n }\n .float-md-none {\n float: none !important;\n }\n .d-md-none {\n display: none !important;\n }\n .d-md-inline {\n display: inline !important;\n }\n .d-md-inline-block {\n display: inline-block !important;\n }\n .d-md-block {\n display: block !important;\n }\n .d-md-table {\n display: table !important;\n }\n .d-md-table-row {\n display: table-row !important;\n }\n .d-md-table-cell {\n display: table-cell !important;\n }\n .d-md-flex {\n display: flex !important;\n }\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n .flex-md-row {\n flex-direction: row !important;\n }\n .flex-md-column {\n flex-direction: column !important;\n }\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n .justify-content-md-center {\n justify-content: center !important;\n }\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n .align-items-md-start {\n align-items: flex-start !important;\n }\n .align-items-md-end {\n align-items: flex-end !important;\n }\n .align-items-md-center {\n align-items: center !important;\n }\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n .align-content-md-start {\n align-content: flex-start !important;\n }\n .align-content-md-end {\n align-content: flex-end !important;\n }\n .align-content-md-center {\n align-content: center !important;\n }\n .align-content-md-between {\n align-content: space-between !important;\n }\n .align-content-md-around {\n align-content: space-around !important;\n }\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n .align-self-md-auto {\n align-self: auto !important;\n }\n .align-self-md-start {\n align-self: flex-start !important;\n }\n .align-self-md-end {\n align-self: flex-end !important;\n }\n .align-self-md-center {\n align-self: center !important;\n }\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n .order-md-first {\n order: -1 !important;\n }\n .order-md-0 {\n order: 0 !important;\n }\n .order-md-1 {\n order: 1 !important;\n }\n .order-md-2 {\n order: 2 !important;\n }\n .order-md-3 {\n order: 3 !important;\n }\n .order-md-4 {\n order: 4 !important;\n }\n .order-md-5 {\n order: 5 !important;\n }\n .order-md-last {\n order: 6 !important;\n }\n .m-md-0 {\n margin: 0 !important;\n }\n .m-md-1 {\n margin: 0.25rem !important;\n }\n .m-md-2 {\n margin: 0.5rem !important;\n }\n .m-md-3 {\n margin: 1rem !important;\n }\n .m-md-4 {\n margin: 1.5rem !important;\n }\n .m-md-5 {\n margin: 3rem !important;\n }\n .m-md-auto {\n margin: auto !important;\n }\n .mx-md-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-md-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-md-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-md-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-md-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-md-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-md-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-md-0 {\n margin-top: 0 !important;\n }\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n .mt-md-auto {\n margin-top: auto !important;\n }\n .mr-md-0 {\n margin-right: 0 !important;\n }\n .mr-md-1 {\n margin-right: 0.25rem !important;\n }\n .mr-md-2 {\n margin-right: 0.5rem !important;\n }\n .mr-md-3 {\n margin-right: 1rem !important;\n }\n .mr-md-4 {\n margin-right: 1.5rem !important;\n }\n .mr-md-5 {\n margin-right: 3rem !important;\n }\n .mr-md-auto {\n margin-right: auto !important;\n }\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n .ml-md-0 {\n margin-left: 0 !important;\n }\n .ml-md-1 {\n margin-left: 0.25rem !important;\n }\n .ml-md-2 {\n margin-left: 0.5rem !important;\n }\n .ml-md-3 {\n margin-left: 1rem !important;\n }\n .ml-md-4 {\n margin-left: 1.5rem !important;\n }\n .ml-md-5 {\n margin-left: 3rem !important;\n }\n .ml-md-auto {\n margin-left: auto !important;\n }\n .m-md-n1 {\n margin: -0.25rem !important;\n }\n .m-md-n2 {\n margin: -0.5rem !important;\n }\n .m-md-n3 {\n margin: -1rem !important;\n }\n .m-md-n4 {\n margin: -1.5rem !important;\n }\n .m-md-n5 {\n margin: -3rem !important;\n }\n .mx-md-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n }\n .mx-md-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n }\n .mx-md-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n }\n .mx-md-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n }\n .mx-md-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n }\n .my-md-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n }\n .my-md-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n }\n .my-md-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n }\n .my-md-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n }\n .my-md-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n }\n .mt-md-n1 {\n margin-top: -0.25rem !important;\n }\n .mt-md-n2 {\n margin-top: -0.5rem !important;\n }\n .mt-md-n3 {\n margin-top: -1rem !important;\n }\n .mt-md-n4 {\n margin-top: -1.5rem !important;\n }\n .mt-md-n5 {\n margin-top: -3rem !important;\n }\n .mr-md-n1 {\n margin-right: -0.25rem !important;\n }\n .mr-md-n2 {\n margin-right: -0.5rem !important;\n }\n .mr-md-n3 {\n margin-right: -1rem !important;\n }\n .mr-md-n4 {\n margin-right: -1.5rem !important;\n }\n .mr-md-n5 {\n margin-right: -3rem !important;\n }\n .mb-md-n1 {\n margin-bottom: -0.25rem !important;\n }\n .mb-md-n2 {\n margin-bottom: -0.5rem !important;\n }\n .mb-md-n3 {\n margin-bottom: -1rem !important;\n }\n .mb-md-n4 {\n margin-bottom: -1.5rem !important;\n }\n .mb-md-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-md-n1 {\n margin-left: -0.25rem !important;\n }\n .ml-md-n2 {\n margin-left: -0.5rem !important;\n }\n .ml-md-n3 {\n margin-left: -1rem !important;\n }\n .ml-md-n4 {\n margin-left: -1.5rem !important;\n }\n .ml-md-n5 {\n margin-left: -3rem !important;\n }\n .p-md-0 {\n padding: 0 !important;\n }\n .p-md-1 {\n padding: 0.25rem !important;\n }\n .p-md-2 {\n padding: 0.5rem !important;\n }\n .p-md-3 {\n padding: 1rem !important;\n }\n .p-md-4 {\n padding: 1.5rem !important;\n }\n .p-md-5 {\n padding: 3rem !important;\n }\n .px-md-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-md-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-md-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-md-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-md-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-md-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-md-0 {\n padding-top: 0 !important;\n }\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n .pr-md-0 {\n padding-right: 0 !important;\n }\n .pr-md-1 {\n padding-right: 0.25rem !important;\n }\n .pr-md-2 {\n padding-right: 0.5rem !important;\n }\n .pr-md-3 {\n padding-right: 1rem !important;\n }\n .pr-md-4 {\n padding-right: 1.5rem !important;\n }\n .pr-md-5 {\n padding-right: 3rem !important;\n }\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n .pl-md-0 {\n padding-left: 0 !important;\n }\n .pl-md-1 {\n padding-left: 0.25rem !important;\n }\n .pl-md-2 {\n padding-left: 0.5rem !important;\n }\n .pl-md-3 {\n padding-left: 1rem !important;\n }\n .pl-md-4 {\n padding-left: 1.5rem !important;\n }\n .pl-md-5 {\n padding-left: 3rem !important;\n }\n .text-md-left {\n text-align: left !important;\n }\n .text-md-right {\n text-align: right !important;\n }\n .text-md-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 992px) {\n .float-lg-left {\n float: left !important;\n }\n .float-lg-right {\n float: right !important;\n }\n .float-lg-none {\n float: none !important;\n }\n .d-lg-none {\n display: none !important;\n }\n .d-lg-inline {\n display: inline !important;\n }\n .d-lg-inline-block {\n display: inline-block !important;\n }\n .d-lg-block {\n display: block !important;\n }\n .d-lg-table {\n display: table !important;\n }\n .d-lg-table-row {\n display: table-row !important;\n }\n .d-lg-table-cell {\n display: table-cell !important;\n }\n .d-lg-flex {\n display: flex !important;\n }\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n .flex-lg-row {\n flex-direction: row !important;\n }\n .flex-lg-column {\n flex-direction: column !important;\n }\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n .justify-content-lg-center {\n justify-content: center !important;\n }\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n .align-items-lg-center {\n align-items: center !important;\n }\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n .align-content-lg-center {\n align-content: center !important;\n }\n .align-content-lg-between {\n align-content: space-between !important;\n }\n .align-content-lg-around {\n align-content: space-around !important;\n }\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n .align-self-lg-auto {\n align-self: auto !important;\n }\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n .align-self-lg-center {\n align-self: center !important;\n }\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n .order-lg-first {\n order: -1 !important;\n }\n .order-lg-0 {\n order: 0 !important;\n }\n .order-lg-1 {\n order: 1 !important;\n }\n .order-lg-2 {\n order: 2 !important;\n }\n .order-lg-3 {\n order: 3 !important;\n }\n .order-lg-4 {\n order: 4 !important;\n }\n .order-lg-5 {\n order: 5 !important;\n }\n .order-lg-last {\n order: 6 !important;\n }\n .m-lg-0 {\n margin: 0 !important;\n }\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n .m-lg-3 {\n margin: 1rem !important;\n }\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n .m-lg-5 {\n margin: 3rem !important;\n }\n .m-lg-auto {\n margin: auto !important;\n }\n .mx-lg-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-lg-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-lg-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-lg-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n .mt-lg-auto {\n margin-top: auto !important;\n }\n .mr-lg-0 {\n margin-right: 0 !important;\n }\n .mr-lg-1 {\n margin-right: 0.25rem !important;\n }\n .mr-lg-2 {\n margin-right: 0.5rem !important;\n }\n .mr-lg-3 {\n margin-right: 1rem !important;\n }\n .mr-lg-4 {\n margin-right: 1.5rem !important;\n }\n .mr-lg-5 {\n margin-right: 3rem !important;\n }\n .mr-lg-auto {\n margin-right: auto !important;\n }\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n .ml-lg-0 {\n margin-left: 0 !important;\n }\n .ml-lg-1 {\n margin-left: 0.25rem !important;\n }\n .ml-lg-2 {\n margin-left: 0.5rem !important;\n }\n .ml-lg-3 {\n margin-left: 1rem !important;\n }\n .ml-lg-4 {\n margin-left: 1.5rem !important;\n }\n .ml-lg-5 {\n margin-left: 3rem !important;\n }\n .ml-lg-auto {\n margin-left: auto !important;\n }\n .m-lg-n1 {\n margin: -0.25rem !important;\n }\n .m-lg-n2 {\n margin: -0.5rem !important;\n }\n .m-lg-n3 {\n margin: -1rem !important;\n }\n .m-lg-n4 {\n margin: -1.5rem !important;\n }\n .m-lg-n5 {\n margin: -3rem !important;\n }\n .mx-lg-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n }\n .mx-lg-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n }\n .mx-lg-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n }\n .mx-lg-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n }\n .mx-lg-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n }\n .my-lg-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n }\n .my-lg-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n }\n .my-lg-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n }\n .my-lg-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n }\n .my-lg-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n }\n .mt-lg-n1 {\n margin-top: -0.25rem !important;\n }\n .mt-lg-n2 {\n margin-top: -0.5rem !important;\n }\n .mt-lg-n3 {\n margin-top: -1rem !important;\n }\n .mt-lg-n4 {\n margin-top: -1.5rem !important;\n }\n .mt-lg-n5 {\n margin-top: -3rem !important;\n }\n .mr-lg-n1 {\n margin-right: -0.25rem !important;\n }\n .mr-lg-n2 {\n margin-right: -0.5rem !important;\n }\n .mr-lg-n3 {\n margin-right: -1rem !important;\n }\n .mr-lg-n4 {\n margin-right: -1.5rem !important;\n }\n .mr-lg-n5 {\n margin-right: -3rem !important;\n }\n .mb-lg-n1 {\n margin-bottom: -0.25rem !important;\n }\n .mb-lg-n2 {\n margin-bottom: -0.5rem !important;\n }\n .mb-lg-n3 {\n margin-bottom: -1rem !important;\n }\n .mb-lg-n4 {\n margin-bottom: -1.5rem !important;\n }\n .mb-lg-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-lg-n1 {\n margin-left: -0.25rem !important;\n }\n .ml-lg-n2 {\n margin-left: -0.5rem !important;\n }\n .ml-lg-n3 {\n margin-left: -1rem !important;\n }\n .ml-lg-n4 {\n margin-left: -1.5rem !important;\n }\n .ml-lg-n5 {\n margin-left: -3rem !important;\n }\n .p-lg-0 {\n padding: 0 !important;\n }\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n .p-lg-3 {\n padding: 1rem !important;\n }\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n .p-lg-5 {\n padding: 3rem !important;\n }\n .px-lg-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-lg-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-lg-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-lg-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-lg-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-lg-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n .pr-lg-0 {\n padding-right: 0 !important;\n }\n .pr-lg-1 {\n padding-right: 0.25rem !important;\n }\n .pr-lg-2 {\n padding-right: 0.5rem !important;\n }\n .pr-lg-3 {\n padding-right: 1rem !important;\n }\n .pr-lg-4 {\n padding-right: 1.5rem !important;\n }\n .pr-lg-5 {\n padding-right: 3rem !important;\n }\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n .pl-lg-0 {\n padding-left: 0 !important;\n }\n .pl-lg-1 {\n padding-left: 0.25rem !important;\n }\n .pl-lg-2 {\n padding-left: 0.5rem !important;\n }\n .pl-lg-3 {\n padding-left: 1rem !important;\n }\n .pl-lg-4 {\n padding-left: 1.5rem !important;\n }\n .pl-lg-5 {\n padding-left: 3rem !important;\n }\n .text-lg-left {\n text-align: left !important;\n }\n .text-lg-right {\n text-align: right !important;\n }\n .text-lg-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 1200px) {\n .float-xl-left {\n float: left !important;\n }\n .float-xl-right {\n float: right !important;\n }\n .float-xl-none {\n float: none !important;\n }\n .d-xl-none {\n display: none !important;\n }\n .d-xl-inline {\n display: inline !important;\n }\n .d-xl-inline-block {\n display: inline-block !important;\n }\n .d-xl-block {\n display: block !important;\n }\n .d-xl-table {\n display: table !important;\n }\n .d-xl-table-row {\n display: table-row !important;\n }\n .d-xl-table-cell {\n display: table-cell !important;\n }\n .d-xl-flex {\n display: flex !important;\n }\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n .flex-xl-row {\n flex-direction: row !important;\n }\n .flex-xl-column {\n flex-direction: column !important;\n }\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n .justify-content-xl-center {\n justify-content: center !important;\n }\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n .align-items-xl-center {\n align-items: center !important;\n }\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n .align-content-xl-center {\n align-content: center !important;\n }\n .align-content-xl-between {\n align-content: space-between !important;\n }\n .align-content-xl-around {\n align-content: space-around !important;\n }\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n .align-self-xl-auto {\n align-self: auto !important;\n }\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n .align-self-xl-center {\n align-self: center !important;\n }\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n .order-xl-first {\n order: -1 !important;\n }\n .order-xl-0 {\n order: 0 !important;\n }\n .order-xl-1 {\n order: 1 !important;\n }\n .order-xl-2 {\n order: 2 !important;\n }\n .order-xl-3 {\n order: 3 !important;\n }\n .order-xl-4 {\n order: 4 !important;\n }\n .order-xl-5 {\n order: 5 !important;\n }\n .order-xl-last {\n order: 6 !important;\n }\n .m-xl-0 {\n margin: 0 !important;\n }\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n .m-xl-3 {\n margin: 1rem !important;\n }\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n .m-xl-5 {\n margin: 3rem !important;\n }\n .m-xl-auto {\n margin: auto !important;\n }\n .mx-xl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .mx-xl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .mx-xl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .mx-xl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n .mt-xl-auto {\n margin-top: auto !important;\n }\n .mr-xl-0 {\n margin-right: 0 !important;\n }\n .mr-xl-1 {\n margin-right: 0.25rem !important;\n }\n .mr-xl-2 {\n margin-right: 0.5rem !important;\n }\n .mr-xl-3 {\n margin-right: 1rem !important;\n }\n .mr-xl-4 {\n margin-right: 1.5rem !important;\n }\n .mr-xl-5 {\n margin-right: 3rem !important;\n }\n .mr-xl-auto {\n margin-right: auto !important;\n }\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n .ml-xl-0 {\n margin-left: 0 !important;\n }\n .ml-xl-1 {\n margin-left: 0.25rem !important;\n }\n .ml-xl-2 {\n margin-left: 0.5rem !important;\n }\n .ml-xl-3 {\n margin-left: 1rem !important;\n }\n .ml-xl-4 {\n margin-left: 1.5rem !important;\n }\n .ml-xl-5 {\n margin-left: 3rem !important;\n }\n .ml-xl-auto {\n margin-left: auto !important;\n }\n .m-xl-n1 {\n margin: -0.25rem !important;\n }\n .m-xl-n2 {\n margin: -0.5rem !important;\n }\n .m-xl-n3 {\n margin: -1rem !important;\n }\n .m-xl-n4 {\n margin: -1.5rem !important;\n }\n .m-xl-n5 {\n margin: -3rem !important;\n }\n .mx-xl-n1 {\n margin-right: -0.25rem !important;\n margin-left: -0.25rem !important;\n }\n .mx-xl-n2 {\n margin-right: -0.5rem !important;\n margin-left: -0.5rem !important;\n }\n .mx-xl-n3 {\n margin-right: -1rem !important;\n margin-left: -1rem !important;\n }\n .mx-xl-n4 {\n margin-right: -1.5rem !important;\n margin-left: -1.5rem !important;\n }\n .mx-xl-n5 {\n margin-right: -3rem !important;\n margin-left: -3rem !important;\n }\n .my-xl-n1 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n }\n .my-xl-n2 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n }\n .my-xl-n3 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n }\n .my-xl-n4 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n }\n .my-xl-n5 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n }\n .mt-xl-n1 {\n margin-top: -0.25rem !important;\n }\n .mt-xl-n2 {\n margin-top: -0.5rem !important;\n }\n .mt-xl-n3 {\n margin-top: -1rem !important;\n }\n .mt-xl-n4 {\n margin-top: -1.5rem !important;\n }\n .mt-xl-n5 {\n margin-top: -3rem !important;\n }\n .mr-xl-n1 {\n margin-right: -0.25rem !important;\n }\n .mr-xl-n2 {\n margin-right: -0.5rem !important;\n }\n .mr-xl-n3 {\n margin-right: -1rem !important;\n }\n .mr-xl-n4 {\n margin-right: -1.5rem !important;\n }\n .mr-xl-n5 {\n margin-right: -3rem !important;\n }\n .mb-xl-n1 {\n margin-bottom: -0.25rem !important;\n }\n .mb-xl-n2 {\n margin-bottom: -0.5rem !important;\n }\n .mb-xl-n3 {\n margin-bottom: -1rem !important;\n }\n .mb-xl-n4 {\n margin-bottom: -1.5rem !important;\n }\n .mb-xl-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-xl-n1 {\n margin-left: -0.25rem !important;\n }\n .ml-xl-n2 {\n margin-left: -0.5rem !important;\n }\n .ml-xl-n3 {\n margin-left: -1rem !important;\n }\n .ml-xl-n4 {\n margin-left: -1.5rem !important;\n }\n .ml-xl-n5 {\n margin-left: -3rem !important;\n }\n .p-xl-0 {\n padding: 0 !important;\n }\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n .p-xl-3 {\n padding: 1rem !important;\n }\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n .p-xl-5 {\n padding: 3rem !important;\n }\n .px-xl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .px-xl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .px-xl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .px-xl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .px-xl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .px-xl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n .pr-xl-0 {\n padding-right: 0 !important;\n }\n .pr-xl-1 {\n padding-right: 0.25rem !important;\n }\n .pr-xl-2 {\n padding-right: 0.5rem !important;\n }\n .pr-xl-3 {\n padding-right: 1rem !important;\n }\n .pr-xl-4 {\n padding-right: 1.5rem !important;\n }\n .pr-xl-5 {\n padding-right: 3rem !important;\n }\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n .pl-xl-0 {\n padding-left: 0 !important;\n }\n .pl-xl-1 {\n padding-left: 0.25rem !important;\n }\n .pl-xl-2 {\n padding-left: 0.5rem !important;\n }\n .pl-xl-3 {\n padding-left: 1rem !important;\n }\n .pl-xl-4 {\n padding-left: 1.5rem !important;\n }\n .pl-xl-5 {\n padding-left: 3rem !important;\n }\n .text-xl-left {\n text-align: left !important;\n }\n .text-xl-right {\n text-align: right !important;\n }\n .text-xl-center {\n text-align: center !important;\n }\n}\n\n@media print {\n .d-print-none {\n display: none !important;\n }\n .d-print-inline {\n display: inline !important;\n }\n .d-print-inline-block {\n display: inline-block !important;\n }\n .d-print-block {\n display: block !important;\n }\n .d-print-table {\n display: table !important;\n }\n .d-print-table-row {\n display: table-row !important;\n }\n .d-print-table-cell {\n display: table-cell !important;\n }\n .d-print-flex {\n display: flex !important;\n }\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n}\n\n/*# sourceMappingURL=bootstrap.css.map */",":root {\n // Custom variable values only support SassScript inside `#{}`.\n @each $color, $value in $colors {\n --#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$color}: #{$value};\n }\n\n // Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --font-family-sans-serif: #{inspect($font-family-sans-serif)};\n --font-family-monospace: #{inspect($font-family-monospace)};\n}\n","// stylelint-disable at-rule-no-vendor-prefix, 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\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// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\n// on elements that programmatically receive focus but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic focus was a keyboard interaction,\n// or the browser has somehow determined that the user is primarily a keyboard user and/or\n// wants focus outlines to always be presented.\n// See https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible\n// and https://developer.paciellogroup.com/blog/2018/03/focus-visible-and-backwards-compatibility/\n\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\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// See https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_hr_size\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-* 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-original-title] { // 1\n text-decoration: underline; // 2\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]) {\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-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\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;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n}\n\n// 1. Matches default `` alignment by inheriting `text-align`.\n// 2. Fix alignment for Safari\n\nth {\n text-align: inherit; // 1\n text-align: -webkit-match-parent; // 2\n}\n\n\n// Forms\n//\n// 1. Allow labels to use `margin` for spacing.\n\nlabel {\n display: inline-block; // 1\n margin-bottom: $label-margin-bottom;\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-blacklist\n border-radius: 0;\n}\n\n// Work around a Firefox bug where the transparent `button` background\n// results in a loss of the default `button` focus styles.\n// Credit https://github.com/suitcss/base/\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\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// Show the overflow in Edge\n\nbutton,\ninput {\n overflow: visible;\n}\n\n// Remove the inheritance of text transform in Firefox\n\nbutton,\nselect {\n text-transform: none;\n}\n\n// Remove the inheritance of word-wrap in Safari.\n// See https://github.com/twbs/bootstrap/issues/24990\n\nselect {\n word-wrap: normal;\n}\n\n// Remove the dropdown arrow in Chrome from inputs built with datalists.\n// See https://stackoverflow.com/a/54997118\n\n[list]::-webkit-calendar-picker-indicator {\n display: none;\n}\n\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n// controls in Android 4.\n// 2. Correct the inability to style clickable types in iOS and Safari.\n// 3. Opinionated: add \"hand\" cursor to non-disabled button elements.\n\nbutton,\n[type=\"button\"], // 1\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; // 2\n\n @if $enable-pointer-cursor-for-buttons {\n &:not(:disabled) {\n cursor: pointer; // 3\n }\n }\n}\n\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\n\n::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\n// Remove the default appearance of temporal inputs to avoid a Mobile Safari\n// bug where setting a custom line-height prevents text from being vertically\n// centered within the input.\n// See https://bugs.webkit.org/show_bug.cgi?id=139848\n// and https://github.com/twbs/bootstrap/issues/11266\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: textfield;\n}\n\n// 1. Textareas should really only resize vertically so they don't break their (horizontal) containers.\n\ntextarea {\n resize: vertical; // 1\n}\n\n// 1. Browsers set a default `min-width: min-content;` on fieldsets,\n// unlike e.g. `

`s, which have `min-width: 0;` by default.\n// So we reset that to ensure fieldsets behave more like a standard block element.\n// See https://github.com/twbs/bootstrap/issues/12359\n// and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n// 2. Reset the default outline behavior of fieldsets so they don't affect page layout.\n\nfieldset {\n min-width: 0; // 1\n padding: 0; // 2\n margin: 0; // 2\n border: 0; // 2\n}\n\n// 1. By using `float: left`, the legend will behave like a block element.\n// This way the border of a fieldset wraps around the legend if present.\n// 2. Correct the text wrapping in Edge.\n// 3. Fix wrapping bug.\n// See https://github.com/twbs/bootstrap/issues/29712\n\nlegend {\n float: left; // 1\n width: 100%;\n padding: 0;\n margin-bottom: $legend-margin-bottom;\n @include font-size($legend-font-size);\n font-weight: $legend-font-weight;\n line-height: inherit;\n white-space: normal; // 2\n\n + * {\n clear: left; // 3\n }\n}\n\n// Fix height of inputs with a type of datetime-local, date, month, week, or time\n// See https://github.com/twbs/bootstrap/issues/18842\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n padding: 0;\n}\n\n::-webkit-inner-spin-button {\n height: auto;\n}\n\n// 1. Correct the outline style in Safari.\n// 2. This overrides the extra rounded corners on search inputs in iOS so that our\n// `.form-control` class can properly style them. Note that this cannot simply\n// be added to `.form-control` as it's not specific enough. For details, see\n// https://github.com/twbs/bootstrap/issues/11586.\n\n[type=\"search\"] {\n outline-offset: -2px; // 1\n -webkit-appearance: textfield; // 2\n}\n\n// Remove the inner padding in Chrome and Safari on macOS.\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n// Remove padding around color pickers in webkit browsers\n\n::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n\n// 1. Change font properties to `inherit` in Safari.\n// 2. Correct the inability to style clickable types in iOS and Safari.\n\n::-webkit-file-upload-button {\n font: inherit; // 1\n -webkit-appearance: button; // 2\n}\n\n// Correct element displays\n\noutput {\n display: inline-block;\n}\n\n\n// Summary\n//\n// 1. Add the correct display in all browsers\n\nsummary {\n display: list-item; // 1\n cursor: pointer;\n}\n\n\n// Progress\n//\n// Add the correct vertical alignment in Chrome, Firefox, and Opera.\n\nprogress {\n vertical-align: baseline;\n}\n\n\n// Hidden attribute\n//\n// Always hide an element with the `hidden` HTML attribute.\n\n[hidden] {\n display: none !important;\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$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\n// fusv-disable\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// fusv-enable\n\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: #28a745 !default;\n$teal: #20c997 !default;\n$cyan: #17a2b8 !default;\n\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\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-800 !default;\n\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\n// Set a specific jump point for requesting color jumps\n$theme-color-interval: 8% !default;\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: 3 !default;\n\n// Customize the light and dark text colors for use in our color contrast function.\n$color-contrast-dark: $gray-900 !default;\n$color-contrast-light: $white !default;\n\n// fusv-disable\n$blue-100: tint-color($blue, 8) !default;\n$blue-200: tint-color($blue, 6) !default;\n$blue-300: tint-color($blue, 4) !default;\n$blue-400: tint-color($blue, 2) !default;\n$blue-500: $blue !default;\n$blue-600: shade-color($blue, 2) !default;\n$blue-700: shade-color($blue, 4) !default;\n$blue-800: shade-color($blue, 6) !default;\n$blue-900: shade-color($blue, 8) !default;\n\n$indigo-100: tint-color($indigo, 8) !default;\n$indigo-200: tint-color($indigo, 6) !default;\n$indigo-300: tint-color($indigo, 4) !default;\n$indigo-400: tint-color($indigo, 2) !default;\n$indigo-500: $indigo !default;\n$indigo-600: shade-color($indigo, 2) !default;\n$indigo-700: shade-color($indigo, 4) !default;\n$indigo-800: shade-color($indigo, 6) !default;\n$indigo-900: shade-color($indigo, 8) !default;\n\n$purple-100: tint-color($purple, 8) !default;\n$purple-200: tint-color($purple, 6) !default;\n$purple-300: tint-color($purple, 4) !default;\n$purple-400: tint-color($purple, 2) !default;\n$purple-500: $purple !default;\n$purple-600: shade-color($purple, 2) !default;\n$purple-700: shade-color($purple, 4) !default;\n$purple-800: shade-color($purple, 6) !default;\n$purple-900: shade-color($purple, 8) !default;\n\n$pink-100: tint-color($pink, 8) !default;\n$pink-200: tint-color($pink, 6) !default;\n$pink-300: tint-color($pink, 4) !default;\n$pink-400: tint-color($pink, 2) !default;\n$pink-500: $pink !default;\n$pink-600: shade-color($pink, 2) !default;\n$pink-700: shade-color($pink, 4) !default;\n$pink-800: shade-color($pink, 6) !default;\n$pink-900: shade-color($pink, 8) !default;\n\n$red-100: tint-color($red, 8) !default;\n$red-200: tint-color($red, 6) !default;\n$red-300: tint-color($red, 4) !default;\n$red-400: tint-color($red, 2) !default;\n$red-500: $red !default;\n$red-600: shade-color($red, 2) !default;\n$red-700: shade-color($red, 4) !default;\n$red-800: shade-color($red, 6) !default;\n$red-900: shade-color($red, 8) !default;\n\n$orange-100: tint-color($orange, 8) !default;\n$orange-200: tint-color($orange, 6) !default;\n$orange-300: tint-color($orange, 4) !default;\n$orange-400: tint-color($orange, 2) !default;\n$orange-500: $orange !default;\n$orange-600: shade-color($orange, 2) !default;\n$orange-700: shade-color($orange, 4) !default;\n$orange-800: shade-color($orange, 6) !default;\n$orange-900: shade-color($orange, 8) !default;\n\n$yellow-100: tint-color($yellow, 8) !default;\n$yellow-200: tint-color($yellow, 6) !default;\n$yellow-300: tint-color($yellow, 4) !default;\n$yellow-400: tint-color($yellow, 2) !default;\n$yellow-500: $yellow !default;\n$yellow-600: shade-color($yellow, 2) !default;\n$yellow-700: shade-color($yellow, 4) !default;\n$yellow-800: shade-color($yellow, 6) !default;\n$yellow-900: shade-color($yellow, 8) !default;\n\n$green-100: tint-color($green, 8) !default;\n$green-200: tint-color($green, 6) !default;\n$green-300: tint-color($green, 4) !default;\n$green-400: tint-color($green, 2) !default;\n$green-500: $green !default;\n$green-600: shade-color($green, 2) !default;\n$green-700: shade-color($green, 4) !default;\n$green-800: shade-color($green, 6) !default;\n$green-900: shade-color($green, 8) !default;\n\n$teal-100: tint-color($teal, 8) !default;\n$teal-200: tint-color($teal, 6) !default;\n$teal-300: tint-color($teal, 4) !default;\n$teal-400: tint-color($teal, 2) !default;\n$teal-500: $teal !default;\n$teal-600: shade-color($teal, 2) !default;\n$teal-700: shade-color($teal, 4) !default;\n$teal-800: shade-color($teal, 6) !default;\n$teal-900: shade-color($teal, 8) !default;\n\n$cyan-100: tint-color($cyan, 8) !default;\n$cyan-200: tint-color($cyan, 6) !default;\n$cyan-300: tint-color($cyan, 4) !default;\n$cyan-400: tint-color($cyan, 2) !default;\n$cyan-500: $cyan !default;\n$cyan-600: shade-color($cyan, 2) !default;\n$cyan-700: shade-color($cyan, 4) !default;\n$cyan-800: shade-color($cyan, 6) !default;\n$cyan-900: shade-color($cyan, 8) !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-prefers-reduced-motion-media-query: true !default;\n$enable-grid-classes: true !default;\n$enable-pointer-cursor-for-buttons: true !default;\n$enable-rfs: true !default;\n$enable-validation-icons: true !default;\n$enable-deprecation-messages: true !default;\n$enable-important-utilities: true !default;\n\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$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: negativify-map($spacers) !default;\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-hover-color: darken($link-color, 15%) !default;\n$link-hover-decoration: null !default;\n// Darken percentage for links with `.text-*` class (e.g. `.text-success`)\n$emphasized-link-hover-darken-percentage: 15% !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$grid-breakpoints: (\n xs: 0,\n sm: 576px,\n md: 768px,\n lg: 992px,\n xl: 1200px\n) !default;\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$container-max-widths: (\n sm: 540px,\n md: 720px,\n lg: 960px,\n xl: 1140px\n) !default;\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: 1rem !default;\n\n\n// Components\n//\n// Define common padding and border radius sizes and more.\n\n$border-width: 1px !default;\n$border-color: $gray-300 !default;\n\n$border-radius: .25rem !default;\n$border-radius-lg: .3rem !default;\n$border-radius-sm: .2rem !default;\n\n$rounded-pill: 50rem !default;\n\n$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;\n$box-shadow: 0 .5rem 1rem rgba($black, .15) !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\n$component-active-color: $white !default;\n$component-active-bg: $primary !default;\n\n$caret-width: .3em !default;\n$caret-vertical-align: $caret-width * .85 !default;\n$caret-spacing: $caret-width * .85 !default;\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n$transition-collapse: height .35s ease !default;\n\n$embed-responsive-aspect-ratios: (\n \"21by9\": (\n x: 21,\n y: 9\n ),\n \"16by9\": (\n x: 16,\n y: 9\n ),\n \"4by3\": (\n x: 4,\n y: 3\n ),\n \"1by1\": (\n x: 1,\n y: 1\n )\n) !default;\n\n// Typography\n//\n// Font, line-height, and color for body text, headings, and more.\n\n// stylelint-disable value-keyword-case\n$font-family-sans-serif: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto 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$font-family-base: $font-family-sans-serif !default;\n// stylelint-enable value-keyword-case\n\n// $font-size-root effects the value of `rem`, which is used for as well font sizes, paddings and margins\n// $font-size-base effects 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-lg: $font-size-base * 1.25 !default;\n$font-size-sm: $font-size-base * .875 !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-lg: 2 !default;\n$line-height-sm: 1.25 !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\n$headings-margin-bottom: $spacer / 2 !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\n$display1-size: 6rem !default;\n$display2-size: 5.5rem !default;\n$display3-size: 4.5rem !default;\n$display4-size: 3.5rem !default;\n\n$display1-weight: 300 !default;\n$display2-weight: 300 !default;\n$display3-weight: 300 !default;\n$display4-weight: 300 !default;\n$display-line-height: $headings-line-height !default;\n\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-small-color: $gray-600 !default;\n$blockquote-small-font-size: $small-font-size !default;\n$blockquote-font-size: $font-size-base * 1.25 !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\n\n// Tables\n//\n// Customizes the `.table` component with basic values, each used across all table variations.\n\n$table-cell-padding: .5rem !default;\n$table-cell-padding-sm: .25rem !default;\n\n$table-cell-vertical-align: top !default;\n\n$table-color: $body-color !default;\n$table-bg: null !default;\n$table-accent-bg: rgba($black, .05) !default;\n$table-hover-color: $table-color !default;\n$table-hover-bg: rgba($black, .075) !default;\n$table-active-bg: $table-hover-bg !default;\n\n$table-border-width: $border-width !default;\n$table-border-color: $border-color !default;\n\n$table-head-bg: $gray-200 !default;\n$table-head-color: $gray-700 !default;\n$table-head-border-color: $gray-700 !default;\n\n$table-dark-color: $white !default;\n$table-dark-bg: $gray-800 !default;\n$table-dark-accent-bg: rgba($white, .05) !default;\n$table-dark-hover-color: $table-dark-color !default;\n$table-dark-hover-bg: rgba($white, .075) !default;\n$table-dark-border-color: lighten($table-dark-bg, 7.5%) !default;\n\n$table-striped-order: odd !default;\n\n$table-caption-color: $text-muted !default;\n\n$table-bg-level: -9 !default;\n$table-border-level: -6 !default;\n\n\n// Buttons + Forms\n//\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\n\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: .2rem !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-box-shadow: 0 0 0 $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\n\n// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\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$btn-block-spacing-y: .5rem !default;\n\n// Allows for customizing button radius independently from global border radius\n$btn-border-radius: $border-radius !default;\n$btn-border-radius-lg: $border-radius-lg !default;\n$btn-border-radius-sm: $border-radius-sm !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\n// Forms\n\n$label-margin-bottom: .5rem !default;\n\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: $gray-700 !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-lg: $border-radius-lg !default;\n$input-border-radius-sm: $border-radius-sm !default;\n\n$input-focus-bg: $input-bg !default;\n$input-focus-border-color: lighten($component-active-bg, 25%) !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 / 2) !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\n\n$form-check-input-width: 1.25em !default;\n$form-check-min-height: $font-size-base * $line-height-base !default;\n$form-check-padding-left: $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\n$form-check-input-active-filter: brightness(90%) !default;\n\n$form-check-input-bg: $body-bg !default;\n$form-check-input-border: 1px solid rgba(0, 0, 0, .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-repeat: no-repeat !default;\n$form-check-input-checked-bg-position: center center !default;\n$form-check-input-checked-bg-size: 1em !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-repeat: no-repeat !default;\n$form-check-input-indeterminate-bg-position: center center !default;\n$form-check-input-indeterminate-bg-size: 1em !default;\n$form-check-input-indeterminate-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-switch-color: rgba(0, 0, 0, .25) !default;\n$form-switch-width: 2em !default;\n$form-switch-padding-left: $form-switch-width + .5em !default;\n$form-switch-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-switch-bg-size: contain !default;\n$form-switch-border-radius: $form-switch-width !default;\n$form-switch-transition: .2s ease-in-out !default;\n$form-switch-transition-property: background-position, background-color !default;\n\n$form-switch-focus-color: hsla(211, 100%, 75%, 1) !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\n$form-text-margin-top: .25rem !default;\n\n$form-check-inline-margin-right: 1rem !default;\n\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\n\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-height: $input-height !default;\n$form-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator\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-disabled-color: $gray-600 !default;\n$form-select-bg: $input-bg !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-right: add(1em * .75, (2 * $form-select-padding-y * .75) + $form-select-padding-x + $form-select-indicator-padding) !default;\n$form-select-feedback-icon-position: center right ($form-select-padding-x + $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$form-select-height-sm: $input-height-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$form-select-height-lg: $input-height-lg !default;\n\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: lighten($component-active-bg, 35%) !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\n$form-file-height: $input-height !default;\n$form-file-focus-border-color: $input-focus-border-color !default;\n$form-file-focus-box-shadow: $input-focus-box-shadow !default;\n$form-file-disabled-bg: $input-disabled-bg !default;\n$form-file-disabled-border-color: $input-disabled-border-color !default;\n\n$form-file-padding-y: $input-padding-y !default;\n$form-file-padding-x: $input-padding-x !default;\n$form-file-line-height: $input-line-height !default;\n$form-file-font-family: $input-font-family !default;\n$form-file-font-weight: $input-font-weight !default;\n$form-file-color: $input-color !default;\n$form-file-bg: $input-bg !default;\n$form-file-border-width: $input-border-width !default;\n$form-file-border-color: $input-border-color !default;\n$form-file-border-radius: $input-border-radius !default;\n$form-file-box-shadow: $input-box-shadow !default;\n$form-file-button-color: $form-file-color !default;\n$form-file-button-bg: $input-group-addon-bg !default;\n\n$form-file-padding-y-sm: $input-padding-y-sm !default;\n$form-file-padding-x-sm: $input-padding-x-sm !default;\n$form-file-font-size-sm: $input-font-size-sm !default;\n$form-file-height-sm: $input-height-sm !default;\n\n$form-file-padding-y-lg: $input-padding-y-lg !default;\n$form-file-padding-x-lg: $input-padding-x-lg !default;\n$form-file-font-size-lg: $input-font-size-lg !default;\n$form-file-height-lg: $input-height-lg !default;\n\n\n// Form validation\n\n$form-feedback-margin-top: $form-text-margin-top !default;\n$form-feedback-font-size: $small-font-size !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\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\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$zindex-dropdown: 1000 !default;\n$zindex-sticky: 1020 !default;\n$zindex-fixed: 1030 !default;\n$zindex-modal-backdrop: 1040 !default;\n$zindex-modal: 1050 !default;\n$zindex-popover: 1060 !default;\n$zindex-tooltip: 1070 !default;\n\n\n// Navs\n\n$nav-link-padding-y: .5rem !default;\n$nav-link-padding-x: 1rem !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\n\n// Navbar\n\n$navbar-padding-y: $spacer / 2 !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) / 2 !default;\n$navbar-brand-margin-right: 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\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\n\n// Dropdowns\n//\n// Dropdown menu container and contents.\n\n$dropdown-min-width: 10rem !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: $gray-200 !default;\n$dropdown-divider-margin-y: $spacer / 2 !default;\n$dropdown-box-shadow: $box-shadow !default;\n\n$dropdown-link-color: $gray-900 !default;\n$dropdown-link-hover-color: darken($gray-900, 5%) !default;\n$dropdown-link-hover-bg: $gray-100 !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-600 !default;\n\n$dropdown-item-padding-y: .25rem !default;\n$dropdown-item-padding-x: 1.5rem !default;\n\n$dropdown-header-color: $gray-600 !default;\n$dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x !default;\n\n\n// Pagination\n\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-left: -$pagination-border-width !default;\n$pagination-border-color: $gray-300 !default;\n\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\n// Cards\n\n$card-spacer-y: 1.25rem !default;\n$card-spacer-x: 1.25rem !default;\n$card-title-spacer-y: .75rem !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: .75rem !default;\n$card-cap-padding-x: 1.25rem !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\n$card-img-overlay-padding: 1.25rem !default;\n\n$card-group-margin: $grid-gutter-width / 2 !default;\n\n\n// Tooltips\n\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: .25rem !default;\n$tooltip-padding-x: .5rem !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\n// Form tooltips must come after regular tooltips\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\n\n// Popovers\n\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: darken($popover-bg, 3%) !default;\n$popover-header-color: $headings-color !default;\n$popover-header-padding-y: .5rem !default;\n$popover-header-padding-x: .75rem !default;\n\n$popover-body-color: $body-color !default;\n$popover-body-padding-y: $popover-header-padding-y !default;\n$popover-body-padding-x: $popover-header-padding-x !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\n\n// Toasts\n\n$toast-max-width: 350px !default;\n$toast-padding-x: .75rem !default;\n$toast-padding-y: .25rem !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\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\n\n// Badges\n\n$badge-font-size: .75em !default;\n$badge-font-weight: $font-weight-bold !default;\n$badge-color: $white !default;\n$badge-padding-y: .25em !default;\n$badge-padding-x: .5em !default;\n$badge-border-radius: $border-radius !default;\n\n\n// Modals\n\n// Padding applied to the modal body\n$modal-inner-padding: 1rem !default;\n\n// Margin between elements in footer, must be lower than or equal to 2 * $modal-inner-padding\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: 1rem !default;\n$modal-header-padding-x: 1rem !default;\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility\n\n$modal-xl: 1140px !default;\n$modal-lg: 800px !default;\n$modal-md: 500px !default;\n$modal-sm: 300px !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\n\n// Alerts\n//\n// Define alert colors, border radius, and padding.\n\n$alert-padding-y: .75rem !default;\n$alert-padding-x: 1.25rem !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\n$alert-bg-level: -10 !default;\n$alert-border-level: -9 !default;\n$alert-color-level: 6 !default;\n\n\n// Progress bars\n\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\n\n// List group\n\n$list-group-color: null !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: .75rem !default;\n$list-group-item-padding-x: 1.25rem !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\n\n// Image thumbnails\n\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\n\n// Figures\n\n$figure-caption-font-size: $small-font-size !default;\n$figure-caption-color: $gray-600 !default;\n\n\n// Breadcrumbs\n\n$breadcrumb-font-size: null !default;\n\n$breadcrumb-padding-y: .75rem !default;\n$breadcrumb-padding-x: 1rem !default;\n$breadcrumb-item-padding-x: .5rem !default;\n\n$breadcrumb-margin-bottom: 1rem !default;\n\n$breadcrumb-bg: $gray-200 !default;\n$breadcrumb-divider-color: $gray-600 !default;\n$breadcrumb-active-color: $gray-600 !default;\n$breadcrumb-divider: quote(\"/\") !default;\n\n$breadcrumb-border-radius: $border-radius !default;\n\n\n// Carousel\n\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: 20px !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\n// Spinners\n\n$spinner-width: 2rem !default;\n$spinner-height: $spinner-width !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\n\n// Close\n\n$close-font-size: $font-size-base * 1.5 !default;\n$close-font-weight: $font-weight-bold !default;\n$close-color: $black !default;\n$close-text-shadow: 0 1px 0 $white !default;\n\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","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated responsive values for font sizes, paddings, margins and much more\n//\n// Licensed under MIT (https://github.com/twbs/rfs/blob/master/LICENSE)\n\n// Configuration\n\n// Base value\n$rfs-base-value: 1.25rem !default;\n$rfs-unit: rem !default;\n\n@if $rfs-unit != rem and $rfs-unit != px {\n @error \"`#{$rfs-unit}` is not a valid unit for $rfs-unit. Use `px` or `rem`.\";\n}\n\n// Breakpoint at where values start decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n@if $rfs-breakpoint-unit != px and $rfs-breakpoint-unit != em and $rfs-breakpoint-unit != rem {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n}\n\n// Resize values based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != number or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Mode. Possibilities: \"min-media-query\", \"max-media-query\"\n$rfs-mode: min-media-query !default;\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-rfs to false\n$enable-rfs: true !default;\n\n// Cache $rfs-base-value unit\n$rfs-base-value-unit: unit($rfs-base-value);\n\n// Remove px-unit from $rfs-base-value for calculations\n@if $rfs-base-value-unit == px {\n $rfs-base-value: $rfs-base-value / ($rfs-base-value * 0 + 1);\n}\n@else if $rfs-base-value-unit == rem {\n $rfs-base-value: $rfs-base-value / ($rfs-base-value * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == px {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == rem or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Calculate the media query value\n$rfs-mq-value: if($rfs-breakpoint-unit == px, #{$rfs-breakpoint}px, #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit});\n$rfs-mq-property-width: if($rfs-mode == max-media-query, max-width, min-width);\n$rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height);\n\n// Internal mixin used to determine which media query needs to be used\n@mixin _rfs-media-query {\n @if $rfs-two-dimensional {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}), (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {\n @content;\n }\n }\n @else {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {\n @content;\n }\n }\n}\n\n// Internal mixin that adds disable classes to the selector if needed.\n@mixin _rfs-rule {\n @if $rfs-class == disable and $rfs-mode == max-media-query {\n // Adding an extra class increases specificity, which prevents the media query to override the property\n &,\n .disable-rfs &,\n &.disable-rfs {\n @content;\n }\n }\n @else if $rfs-class == enable and $rfs-mode == min-media-query {\n .enable-rfs &,\n &.enable-rfs {\n @content;\n }\n }\n @else {\n @content;\n }\n}\n\n// Internal mixin that adds enable classes to the selector if needed.\n@mixin _rfs-media-query-rule {\n\n @if $rfs-class == enable {\n @if $rfs-mode == min-media-query {\n @content;\n }\n\n @include _rfs-media-query {\n .enable-rfs &,\n &.enable-rfs {\n @content;\n }\n }\n }\n @else {\n @if $rfs-class == disable and $rfs-mode == min-media-query {\n .disable-rfs &,\n &.disable-rfs {\n @content;\n }\n }\n @include _rfs-media-query {\n @content;\n }\n }\n}\n\n// Helper function to get the formatted non-responsive value\n@function rfs-value($values) {\n // Convert to list\n $values: if(type-of($values) != list, ($values,), $values);\n\n $val: '';\n\n // Loop over each value and calculate value\n @each $value in $values {\n @if $value == 0 {\n $val: $val + ' 0';\n }\n @else {\n // Cache $value unit\n $unit: if(type-of($value) == \"number\", unit($value), false);\n\n @if $unit == px {\n // Convert to rem if needed\n $val: $val + ' ' + if($rfs-unit == rem, #{$value / ($value * 0 + $rfs-rem-value)}rem, $value);\n }\n @else if $unit == rem {\n // Convert to px if needed\n $val: $val + ' ' + if($rfs-unit == px, #{$value / ($value * 0 + 1) * $rfs-rem-value}px, $value);\n }\n @else {\n // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n $val: $val + ' ' + $value;\n }\n }\n }\n\n // Remove first space\n @return unquote(str-slice($val, 2));\n}\n\n// Helper function to get the responsive value calculated by RFS\n@function rfs-fluid-value($values) {\n // Convert to list\n $values: if(type-of($values) != list, ($values,), $values);\n\n $val: '';\n\n // Loop over each value and calculate value\n @each $value in $values {\n @if $value == 0 {\n $val: $val + ' 0';\n }\n\n @else {\n // Cache $value unit\n $unit: if(type-of($value) == \"number\", unit($value), false);\n\n // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $unit or $unit != px and $unit != rem {\n $val: $val + ' ' + $value;\n }\n\n @else {\n // Remove unit from $value for calculations\n $value: $value / ($value * 0 + if($unit == px, 1, 1 / $rfs-rem-value));\n\n // Only add the media query if the value is greater than the minimum value\n @if abs($value) <= $rfs-base-value or not $enable-rfs {\n $val: $val + ' ' + if($rfs-unit == rem, #{$value / $rfs-rem-value}rem, #{$value}px);\n }\n @else {\n // Calculate the minimum value\n $value-min: $rfs-base-value + (abs($value) - $rfs-base-value) / $rfs-factor;\n\n // Calculate difference between $value and the minimum value\n $value-diff: abs($value) - $value-min;\n\n // Base value formatting\n $min-width: if($rfs-unit == rem, #{$value-min / $rfs-rem-value}rem, #{$value-min}px);\n\n // Use negative value if needed\n $min-width: if($value < 0, -$min-width, $min-width);\n\n // Use `vmin` if two-dimensional is enabled\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$value-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Return the calculated value\n $val: $val + ' calc(' + $min-width + if($value < 0, ' - ', ' + ') + $variable-width + ')';\n }\n }\n }\n }\n\n // Remove first space\n @return unquote(str-slice($val, 2));\n}\n\n// RFS mixin\n@mixin rfs($values, $property: font-size) {\n @if $values != null {\n $val: rfs-value($values);\n $fluidVal: rfs-fluid-value($values);\n\n // Do not print the media query if responsive & non-responsive values are the same\n @if $val == $fluidVal {\n #{$property}: $val;\n }\n @else {\n @include _rfs-rule {\n #{$property}: if($rfs-mode == max-media-query, $val, $fluidVal);\n\n // Include safari iframe resize fix if needed\n min-width: if($rfs-safari-iframe-resize-bug-fix, (0 * 1vw), null);\n }\n\n @include _rfs-media-query-rule {\n #{$property}: if($rfs-mode == max-media-query, $fluidVal, $val);\n }\n }\n }\n}\n\n// Shorthand helper mixins\n@mixin font-size($value) {\n @include rfs($value);\n}\n\n@mixin padding($value) {\n @include rfs($value, padding);\n}\n\n@mixin padding-top($value) {\n @include rfs($value, padding-top);\n}\n\n@mixin padding-right($value) {\n @include rfs($value, padding-right);\n}\n\n@mixin padding-bottom($value) {\n @include rfs($value, padding-bottom);\n}\n\n@mixin padding-left($value) {\n @include rfs($value, padding-left);\n}\n\n@mixin margin($value) {\n @include rfs($value, margin);\n}\n\n@mixin margin-top($value) {\n @include rfs($value, margin-top);\n}\n\n@mixin margin-right($value) {\n @include rfs($value, margin-right);\n}\n\n@mixin margin-bottom($value) {\n @include rfs($value, margin-bottom);\n}\n\n@mixin margin-left($value) {\n @include rfs($value, margin-left);\n}\n","// stylelint-disable property-blacklist\n// Single side border-radius\n\n// Helper function to replace negative values with 0\n@function valid-radius($radius) {\n $return: ();\n @each $value in $radius {\n @if type-of($value) == number {\n $return: append($return, max($value, 0));\n } @else {\n $return: append($return, $value);\n }\n }\n @return $return;\n}\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: valid-radius($radius);\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n border-top-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: valid-radius($radius);\n border-bottom-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: valid-radius($radius);\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n","//\n// Headings\n//\n.h1 {\n @extend h1;\n}\n\n.h2 {\n @extend h2;\n}\n\n.h3 {\n @extend h3;\n}\n\n.h4 {\n @extend h4;\n}\n\n.h5 {\n @extend h5;\n}\n\n.h6 {\n @extend h6;\n}\n\n\n.lead {\n @include font-size($lead-font-size);\n font-weight: $lead-font-weight;\n}\n\n// Type display classes\n.display-1 {\n @include font-size($display1-size);\n font-weight: $display1-weight;\n line-height: $display-line-height;\n}\n.display-2 {\n @include font-size($display2-size);\n font-weight: $display2-weight;\n line-height: $display-line-height;\n}\n.display-3 {\n @include font-size($display3-size);\n font-weight: $display3-weight;\n line-height: $display-line-height;\n}\n.display-4 {\n @include font-size($display4-size);\n font-weight: $display4-weight;\n line-height: $display-line-height;\n}\n\n//\n// Emphasis\n//\n.small {\n @extend small;\n}\n\n.mark {\n @extend mark;\n}\n\n//\n// Lists\n//\n\n.list-unstyled {\n @include list-unstyled();\n}\n\n// Inline turns list items into inline-block\n.list-inline {\n @include list-unstyled();\n}\n.list-inline-item {\n display: inline-block;\n\n &:not(:last-child) {\n margin-right: $list-inline-padding;\n }\n}\n\n\n//\n// Misc\n//\n\n// Builds on `abbr`\n.initialism {\n @include font-size($initialism-font-size);\n text-transform: uppercase;\n}\n\n// Blockquotes\n.blockquote {\n margin-bottom: $spacer;\n @include font-size($blockquote-font-size);\n}\n\n.blockquote-footer {\n display: block;\n @include font-size($blockquote-small-font-size);\n color: $blockquote-small-color;\n\n &::before {\n content: \"\\2014\\00A0\"; // em dash, nbsp\n }\n}\n","// Lists\n\n// Unstyled keeps list items block level, just removes default browser padding and list-style\n@mixin list-unstyled {\n padding-left: 0;\n list-style: none;\n}\n","// Responsive images (ensure images don't scale beyond their parents)\n//\n// This is purposefully opt-in via an explicit class rather than being the default for all ``s.\n// We previously tried the \"images are responsive by default\" approach in Bootstrap v2,\n// and abandoned it in Bootstrap v3 because it breaks lots of third-party widgets (including Google Maps)\n// which weren't expecting the images within themselves to be involuntarily resized.\n// See also https://github.com/twbs/bootstrap/issues/18178\n.img-fluid {\n @include img-fluid();\n}\n\n\n// Image thumbnails\n.img-thumbnail {\n padding: $thumbnail-padding;\n background-color: $thumbnail-bg;\n border: $thumbnail-border-width solid $thumbnail-border-color;\n @include border-radius($thumbnail-border-radius);\n @include box-shadow($thumbnail-box-shadow);\n\n // Keep them at most 100% wide\n @include img-fluid();\n}\n\n//\n// Figures\n//\n\n.figure {\n // Ensures the caption's text aligns with the image.\n display: inline-block;\n}\n\n.figure-img {\n margin-bottom: $spacer / 2;\n line-height: 1;\n}\n\n.figure-caption {\n @include font-size($figure-caption-font-size);\n color: $figure-caption-color;\n}\n","// Image Mixins\n// - Responsive image\n// - Retina image\n\n\n// Responsive image\n//\n// Keep images from scaling beyond the width of their parents.\n\n@mixin img-fluid {\n // Part 1: Set a maximum relative to the parent\n max-width: 100%;\n // Part 2: Override the height to auto, otherwise images will be stretched\n // when setting a width and height attribute on the img element.\n height: auto;\n}\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 @include make-container();\n @include make-container-max-widths();\n }\n\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($padding-x: $container-padding-x) {\n width: 100%;\n padding-right: $padding-x;\n padding-left: $padding-x;\n margin-right: auto;\n margin-left: auto;\n}\n\n\n// For each breakpoint, define the maximum width of the container in a media query\n@mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {\n @each $breakpoint, $container-max-width in $max-widths {\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n max-width: $container-max-width;\n }\n }\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. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `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(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .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 $max: breakpoint-max($name, $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($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $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// Gutters\n//\n// Make use of `.g-*`, `.gx-*` or `.gy-*` utilities to change spacing between the columns.\n\n@if $enable-grid-classes {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @include media-breakpoint-up($breakpoint, $grid-breakpoints) {\n\n @each $key, $value in $gutters {\n .g#{$infix}-#{$key},\n .gx#{$infix}-#{$key} {\n margin-right: -$value / 2;\n margin-left: -$value / 2;\n\n > * {\n padding-right: $value / 2;\n padding-left: $value / 2;\n }\n }\n\n .g#{$infix}-#{$key},\n .gy#{$infix}-#{$key} {\n margin-top: -$value;\n\n > * {\n margin-top: $value;\n }\n }\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 display: flex;\n flex-wrap: wrap;\n margin-right: -$gutter / 2;\n margin-left: -$gutter / 2;\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: $gutter / 2;\n padding-left: $gutter / 2;\n}\n\n@mixin make-col($size, $columns: $grid-columns) {\n flex: 0 0 auto;\n width: percentage($size / $columns);\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: $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: 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 $infix: breakpoint-infix($breakpoint, $breakpoints);\n\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 min-width: 0; // See https://github.com/twbs/bootstrap/issues/25410\n }\n\n .row-cols#{$infix}-auto > * {\n @include make-col-auto();\n }\n\n @for $i from 1 through $grid-row-columns {\n .row-cols#{$infix}-#{$i} {\n @include row-cols($i);\n }\n }\n\n .col#{$infix}-auto {\n @include make-col-auto();\n }\n\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}\n","//\n// Basic Bootstrap table\n//\n\n.table {\n width: 100%;\n margin-bottom: $spacer;\n color: $table-color;\n vertical-align: $table-cell-vertical-align;\n background-color: $table-bg; // Reset for nesting within parents with `background-color`.\n\n th,\n td {\n padding: $table-cell-padding;\n border-bottom: $table-border-width solid $table-border-color;\n }\n\n tbody {\n vertical-align: inherit;\n }\n\n thead th {\n vertical-align: bottom;\n border-bottom-color: $table-head-border-color;\n }\n\n tbody + tbody {\n border-top: (2 * $table-border-width) solid $table-border-color;\n }\n}\n\n\n//\n// Change placement of captions with a class\n//\n\n.caption-top { caption-side: top; }\n\n\n//\n// Condensed table w/ half padding\n//\n\n.table-sm {\n th,\n td {\n padding: $table-cell-padding-sm;\n }\n}\n\n\n// Border versions\n//\n// Add or remove borders all around the table and between all the columns.\n\n.table-bordered {\n border: $table-border-width solid $table-border-color;\n\n th,\n td {\n border: $table-border-width solid $table-border-color;\n }\n\n thead {\n th,\n td {\n border-bottom-width: 2 * $table-border-width;\n }\n }\n}\n\n.table-borderless {\n th,\n td,\n thead th,\n tbody + tbody {\n border: 0;\n }\n}\n\n// Zebra-striping\n//\n// Default zebra-stripe styles (alternating gray and transparent backgrounds)\n\n.table-striped {\n tbody tr:nth-of-type(#{$table-striped-order}) {\n background-color: $table-accent-bg;\n }\n}\n\n\n// Hover effect\n//\n// Placed here since it has to come after the potential zebra striping\n\n.table-hover {\n tbody tr {\n &:hover {\n color: $table-hover-color;\n background-color: $table-hover-bg;\n }\n }\n}\n\n\n// Table backgrounds\n//\n// Exact selectors below required to override `.table-striped` and prevent\n// inheritance to nested tables.\n\n@each $color, $value in $theme-colors {\n @include table-row-variant($color, color-level($value, $table-bg-level), color-level($value, $table-border-level));\n}\n\n@include table-row-variant(active, $table-active-bg);\n\n\n// Dark styles\n//\n// Same table markup, but inverted color scheme: dark background and light text.\n\n// stylelint-disable-next-line no-duplicate-selectors\n.table {\n .thead-dark {\n th {\n color: $table-dark-color;\n background-color: $table-dark-bg;\n border-color: $table-dark-border-color;\n }\n }\n\n .thead-light {\n th {\n color: $table-head-color;\n background-color: $table-head-bg;\n border-color: $table-border-color;\n }\n }\n}\n\n.table-dark {\n color: $table-dark-color;\n background-color: $table-dark-bg;\n\n th,\n td,\n thead th {\n border-color: $table-dark-border-color;\n }\n\n &.table-bordered {\n border: 0;\n }\n\n &.table-striped {\n tbody tr:nth-of-type(#{$table-striped-order}) {\n background-color: $table-dark-accent-bg;\n }\n }\n\n &.table-hover {\n tbody tr {\n &:hover {\n color: $table-dark-hover-color;\n background-color: $table-dark-hover-bg;\n }\n }\n }\n}\n\n\n// Responsive tables\n//\n// Generate series of `.table-responsive-*` classes for configuring the screen\n// size of where your table will overflow.\n\n.table-responsive {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $next: breakpoint-next($breakpoint, $grid-breakpoints);\n $infix: breakpoint-infix($next, $grid-breakpoints);\n\n &#{$infix} {\n @include media-breakpoint-down($breakpoint) {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n\n // Prevent double border on horizontal scroll due to use of `display: block;`\n > .table-bordered {\n border: 0;\n }\n }\n }\n }\n}\n","// Tables\n\n@mixin table-row-variant($state, $background, $border: null) {\n // Exact selectors below required to override `.table-striped` and prevent\n // inheritance to nested tables.\n .table-#{$state} {\n &,\n > th,\n > td {\n background-color: $background;\n }\n\n @if $border != null {\n th,\n td,\n thead th,\n tbody + tbody {\n border-color: $border;\n }\n }\n }\n\n // Hover states for `.table-hover`\n // Note: this is not available for cells or rows within `thead` or `tfoot`.\n .table-hover {\n $hover-background: darken($background, 5%);\n\n .table-#{$state} {\n &:hover {\n background-color: $hover-background;\n\n > td,\n > th {\n background-color: $hover-background;\n }\n }\n }\n }\n}\n","// Bootstrap functions\n//\n// Utility mixins and functions for evaluating source code across our variables, maps, and mixins.\n\n// Ascending\n// Used to evaluate Sass maps like our grid breakpoints.\n@mixin _assert-ascending($map, $map-name) {\n $prev-key: null;\n $prev-num: null;\n @each $key, $num in $map {\n @if $prev-num == null or unit($num) == \"%\" or unit($prev-num) == \"%\" {\n // Do nothing\n } @else if not comparable($prev-num, $num) {\n @warn \"Potentially invalid value for #{$map-name}: This map must be in ascending order, but key '#{$key}' has value #{$num} whose unit makes it incomparable to #{$prev-num}, the value of the previous key '#{$prev-key}' !\";\n } @else if $prev-num >= $num {\n @warn \"Invalid value for #{$map-name}: This map must be in ascending order, but key '#{$key}' has value #{$num} which isn't greater than #{$prev-num}, the value of the previous key '#{$prev-key}' !\";\n }\n $prev-key: $key;\n $prev-num: $num;\n }\n}\n\n// Starts at zero\n// Used to ensure the min-width of the lowest breakpoint starts at 0.\n@mixin _assert-starts-at-zero($map, $map-name: \"$grid-breakpoints\") {\n $values: map-values($map);\n $first-value: nth($values, 1);\n @if $first-value != 0 {\n @warn \"First breakpoint in #{$map-name} must start at 0, but starts at #{$first-value}.\";\n }\n}\n\n// Internal Bootstrap function to turn maps into its negative variant.\n// It prefixes the keys with `n` and makes the value negative.\n@function negativify-map($map) {\n $result: ();\n @each $key, $value in $map {\n @if $key != 0 {\n $result: map-merge($result, (\"n\" + $key: (-$value)));\n }\n }\n @return $result;\n}\n\n// Get multiple keys from a sass map\n@function map-get-multiple($map, $values) {\n $result: ();\n @each $key, $value in $map {\n @if (index($values, $key) != null) {\n $result: map-merge($result, ($key: $value));\n }\n }\n @return $result;\n}\n\n// Replace `$search` with `$replace` in `$string`\n// Used on our SVG icon backgrounds for custom forms.\n//\n// @author Hugo Giraudel\n// @param {String} $string - Initial string\n// @param {String} $search - Substring to replace\n// @param {String} $replace ('') - New value\n// @return {String} - Updated string\n@function str-replace($string, $search, $replace: \"\") {\n $index: str-index($string, $search);\n\n @if $index {\n @return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);\n }\n\n @return $string;\n}\n\n// See https://codepen.io/kevinweber/pen/dXWoRw\n@function escape-svg($string) {\n @if str-index($string, \"data:image/svg+xml\") {\n @each $char, $encoded in $escaped-characters {\n // Do not escape the url brackets\n @if str-index($string, \"url(\") == 1 {\n $string: url(\"#{str-replace(str-slice($string, 6, -3), $char, $encoded)}\");\n } @else {\n $string: str-replace($string, $char, $encoded);\n }\n }\n }\n\n @return $string;\n}\n\n// Color contrast\n// See https://github.com/twbs/bootstrap/pull/30168\n\n// A list of pre-calculated numbers of pow(($value / 255 + .055) / 1.055, 2.4). (from 0 to 255)\n// stylelint-disable-next-line scss/dollar-variable-default, scss/dollar-variable-pattern\n$_luminance-list: .0008 .001 .0011 .0013 .0015 .0017 .002 .0022 .0025 .0027 .003 .0033 .0037 .004 .0044 .0048 .0052 .0056 .006 .0065 .007 .0075 .008 .0086 .0091 .0097 .0103 .011 .0116 .0123 .013 .0137 .0144 .0152 .016 .0168 .0176 .0185 .0194 .0203 .0212 .0222 .0232 .0242 .0252 .0262 .0273 .0284 .0296 .0307 .0319 .0331 .0343 .0356 .0369 .0382 .0395 .0409 .0423 .0437 .0452 .0467 .0482 .0497 .0513 .0529 .0545 .0561 .0578 .0595 .0612 .063 .0648 .0666 .0685 .0704 .0723 .0742 .0762 .0782 .0802 .0823 .0844 .0865 .0887 .0908 .0931 .0953 .0976 .0999 .1022 .1046 .107 .1095 .1119 .1144 .117 .1195 .1221 .1248 .1274 .1301 .1329 .1356 .1384 .1413 .1441 .147 .15 .1529 .1559 .159 .162 .1651 .1683 .1714 .1746 .1779 .1812 .1845 .1878 .1912 .1946 .1981 .2016 .2051 .2086 .2122 .2159 .2195 .2232 .227 .2307 .2346 .2384 .2423 .2462 .2502 .2542 .2582 .2623 .2664 .2705 .2747 .2789 .2831 .2874 .2918 .2961 .3005 .305 .3095 .314 .3185 .3231 .3278 .3325 .3372 .3419 .3467 .3515 .3564 .3613 .3663 .3712 .3763 .3813 .3864 .3916 .3968 .402 .4072 .4125 .4179 .4233 .4287 .4342 .4397 .4452 .4508 .4564 .4621 .4678 .4735 .4793 .4851 .491 .4969 .5029 .5089 .5149 .521 .5271 .5333 .5395 .5457 .552 .5583 .5647 .5711 .5776 .5841 .5906 .5972 .6038 .6105 .6172 .624 .6308 .6376 .6445 .6514 .6584 .6654 .6724 .6795 .6867 .6939 .7011 .7084 .7157 .7231 .7305 .7379 .7454 .7529 .7605 .7682 .7758 .7835 .7913 .7991 .807 .8148 .8228 .8308 .8388 .8469 .855 .8632 .8714 .8796 .8879 .8963 .9047 .9131 .9216 .9301 .9387 .9473 .956 .9647 .9734 .9823 .9911 1;\n\n@function color-contrast($background, $color-contrast-dark: $color-contrast-dark, $color-contrast-light: $color-contrast-light) {\n $l1: luminance($background);\n $l2: luminance(opaque($background, $color-contrast-light));\n\n $contrast: if($l1 > $l2, ($l1 + .05) / ($l2 + .05), ($l2 + .05) / ($l1 + .05));\n\n @return if($contrast < $min-contrast-ratio, $color-contrast-dark, $color-contrast-light);\n}\n\n// Return WCAG2.0 relative luminance\n// See https://www.w3.org/WAI/GL/wiki/Relative_luminance\n// See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests\n@function luminance($color) {\n $rgb: (\n \"r\": red($color),\n \"g\": green($color),\n \"b\": blue($color)\n );\n\n @each $name, $value in $rgb {\n $value: if($value / 255 < .03928, $value / 255 / 12.92, nth($_luminance-list, $value + 1));\n $rgb: map-merge($rgb, ($name: $value));\n }\n\n @return (map-get($rgb, \"r\") * .2126) + (map-get($rgb, \"g\") * .7152) + (map-get($rgb, \"b\") * .0722);\n}\n\n// Return opaque color\n// opaque(#fff, rgba(0, 0, 0, .5)) => #808080\n@function opaque($background, $foreground) {\n @return mix(rgba($foreground, 1), $background, opacity($foreground) * 100);\n}\n\n// Request a color level\n@function color-level($color: $primary, $level: 0) {\n $color-base: if($level > 0, $black, $white);\n $level: abs($level);\n\n @return mix($color-base, $color, $level * $theme-color-interval);\n}\n\n@function tint-color($color, $level) {\n @return mix(white, $color, $level * $theme-color-interval);\n}\n\n@function shade-color($color, $level) {\n @return mix(black, $color, $level * $theme-color-interval);\n}\n\n// Return valid calc\n@function add($value1, $value2, $return-calc: true) {\n @if $value1 == null {\n @return $value2;\n }\n\n @if $value2 == null {\n @return $value1;\n }\n\n @if type-of($value1) == number and type-of($value2) == number and comparable($value1, $value2) {\n @return $value1 + $value2;\n }\n\n @return if($return-calc == true, calc(#{$value1} + #{$value2}), $value1 + unquote(\" + \") + $value2);\n}\n\n@function subtract($value1, $value2, $return-calc: true) {\n @if $value1 == null and $value2 == null {\n @return null;\n }\n\n @if $value1 == null {\n @return -$value2;\n }\n\n @if $value2 == null {\n @return $value1;\n }\n\n @if type-of($value1) == number and type-of($value2) == number and comparable($value1, $value2) {\n @return $value1 - $value2;\n }\n\n @return if($return-calc == true, calc(#{$value1} - #{$value2}), $value1 + unquote(\" - \") + $value2);\n}\n","//\n// Labels\n//\n\n// For use with horizontal and inline forms, when you need the label (or legend)\n// text to align with the form controls.\n.col-form-label {\n padding-top: add($input-padding-y, $input-border-width);\n padding-bottom: add($input-padding-y, $input-border-width);\n margin-bottom: 0; // Override the `