diff --git a/.gitignore b/.gitignore index 4498668..967c76d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ node_modules/ -bower_components/ -.idea/ -*.iml +*.lock diff --git a/README.md b/README.md index 2a29308..ebcce1e 100644 --- a/README.md +++ b/README.md @@ -1,68 +1,77 @@ Bootstrap Big Grid ================== - A set of larger grid options for Bootstrap. Documentation and Tests -======================= +----------------------- http://benwhitehead.github.io/bootstrap-big-grid/ Motivation -========== -Bootstraps Grid only provides a grid up to 1200px wide, this project provides more grids for common higher resolutions all the way up to 8K. +---------- +Bootstrap's grid only provides a grid up to 1200px wide, this project provides more grids for common higher resolutions all the way up to 8K. + +Changelog +--------- +03/01/2020 Updated for Bootstrap 4.4.1 +* Changed from LESS to SCSS +* Removed Bower in favour of Yarn +* Extended Bootstrap classes for responsive tables, dropdown menus, horizontal list groups, navbar, display, flexbox, float, spacing, and text alignment. +* Updated Usage and Classes info in Readme file + +02/01/2020 Updated for Bootstrap 3.4.1; this version now lives in its own branch in case of future Bootstrap 3 updates. + +09/10/2017 Updated grid class names and sizes for a more even spread of breakpoints at higher resolutions and to ensure class compatibility with Bootstrap 4. +* `col-xlg-*`: renamed to `col-hd-*` +* `col-uhd-*`: renamed to `col-4k-*` +* `col-4k-*`: renamed to `col-5k-*`, changed breakpoint from 4096px to 5120px +* `col-8k-*`: changed breakpoint from 8192px to 7680px + +28/07/2017 Updated for Bootstrap 3.3.7 Usage -===== -The easiest way to use Bootstrap Big Grid is with Bower +----- +The easiest way to use Bootstrap Big Grid is with Yarn. ```bash -bower install --save bootstrap-big-grid +yarn add https://github.com/thedutchess/bootstrap-big-grid ``` -Alternatively download a [release](https://github.com/BenWhitehead/bootstrap-big-grid/releases) and use the css files in the dist directory. +Alternatively download a [release](https://github.com/thedutchess/bootstrap-big-grid/releases) and use the CSS files in the dist directory. -Then link it into your page after the main bootstrap css +Then link it into your page after the main Bootstrap CSS: ```html - - + + ``` -New Classes -=========== - -### New Grid Classes -`.col-xlg-` : 1366 x 768 -`.col-fhd-` : 1920 x 1080 -`.col-rt-` : 2560 x 1440 -`.col-rt15-` : 2880 x 1800 -`.col-uhd-` : 3840 × 2160 -`.col-4k-` : 4096 x 2304 -`.col-8k-` : 8192 x 4608 - -### New Responsive Utilities Classes -`.visible-xlg` -`.visible-fhd` -`.visible-rt` -`.visible-rt15` -`.visible-uhd` -`.visible-4k` -`.visible-8k` - -`.hidden-xlg` -`.hidden-fhd` -`.hidden-rt` -`.hidden-rt15` -`.hidden-uhd` -`.hidden-4k` -`.hidden-8k` +Classes +------- -Project Status -============== +### Grid Classes +| Class | Resolution | +| :------------|:------------| +| `col-hd-*` | 1366 × 768 | +| `col-fhd-*` | 1920 × 1080 | +| `col-rt-*` | 2560 × 1600 | +| `col-rt15-*` | 2880 × 1800 | +| `col-4k-*` | 3840 × 2160 | +| `col-5k-*` | 5120 × 2880 | +| `col-8k-*` | 7680 × 4320 | -Unfortunately I no longer work on UI projects and as such I don't have the time required to keep this project always up to date with the latest version of bootstrap. If you would like to submit a PR i'd be happy to merge it as long as it doesn't break existing functionality. Or, if you'd like feel free to fork the repo and start making improvments. +### Responsive Classes +The default Bootstrap classes for the responsive behaviour of various components and utilities have been extended for the Big Grid, please refer to the relevant Bootstrap documentation (linked below) for usage. To use these classes on higher resolutions, replace `{-sm|-md|-lg|-xl}` with `{-hd|-fhd|-rt|-rt15|-4k|-5k|-8k}`. +* [Table](https://getbootstrap.com/docs/4.4/content/tables/#responsive-tables) +* [Dropdown menu](https://getbootstrap.com/docs/4.4/components/dropdowns/#responsive-alignment) +* [Horizontal list group](https://getbootstrap.com/docs/4.4/components/list-group/#horizontal) +* [Navbar](https://getbootstrap.com/docs/4.4/components/navbar/#responsive-behaviors) +* [Display](https://getbootstrap.com/docs/4.4/utilities/display/#notation) +* [Flexbox](https://getbootstrap.com/docs/4.4/utilities/flex/) +* [Float](https://getbootstrap.com/docs/4.4/utilities/float/#responsive) +* [Spacing](https://getbootstrap.com/docs/4.4/utilities/spacing/#notation) +* [Text alignment](https://getbootstrap.com/docs/4.4/utilities/text/#text-alignment) -Thanks for your understanding. +Note: The `hidden-*` and `visible-*` classes no longer exist in Bootstrap 4. If you want to hide an element on specific tiers or breakpoints, use the `d-*` classes accordingly. Copyright and License -===================== +--------------------- Copyright 2013-2014 Ben Whitehead under the Apache 2.0 license. diff --git a/bower.json b/bower.json deleted file mode 100644 index 6d76225..0000000 --- a/bower.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "bootstrap-big-grid", - "version": "0.2.0", - "authors": [ - "Ben Whitehead ", - "İsmail Demirbilek " - ], - "description": "A set of larger grid options for Bootstrap.", - "license": "Apache-2.0", - "main": "./dist/css/bootstrap-big-grid.css", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ], - "dependencies": { - "bootstrap": "~3.3.0" - } -} diff --git a/dist/css/bootstrap-big-grid.css b/dist/css/bootstrap-big-grid.css index a5f7edb..3029e1e 100644 --- a/dist/css/bootstrap-big-grid.css +++ b/dist/css/bootstrap-big-grid.css @@ -1,3707 +1,11584 @@ /*! - * Bootstrap Big Grid v0.2.0 + * Bootstrap Big Grid v0.3.0 * Copyright 2013 BenWhitehead * Licensed under http://www.apache.org/licenses/LICENSE-2.0 */ -@media (min-width: 1366px) { - .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 { - float: left; +:root { + --breakpoint-xs: 0; + --breakpoint-sm: 576px; + --breakpoint-md: 768px; + --breakpoint-lg: 992px; + --breakpoint-xl: 1200px; + --breakpoint-hd: 1366px; + --breakpoint-fhd: 1920px; + --breakpoint-rt: 2560px; + --breakpoint-rt15: 2880px; + --breakpoint-4k: 3840px; + --breakpoint-5k: 5120px; + --breakpoint-8k: 7680px; +} + +.container { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} +@media (min-width: 576px) { + .container { + max-width: 540px; } - .col-xlg-12 { - width: 100%; +} +@media (min-width: 768px) { + .container { + max-width: 720px; + } +} +@media (min-width: 992px) { + .container { + max-width: 960px; } - .col-xlg-11 { - width: 91.66666666666666%; +} +@media (min-width: 1200px) { + .container { + max-width: 1140px; } - .col-xlg-10 { - width: 83.33333333333334%; +} +@media (min-width: 1366px) { + .container { + max-width: 1306px; } - .col-xlg-9 { - width: 75%; +} +@media (min-width: 1920px) { + .container { + max-width: 1860px; } - .col-xlg-8 { - width: 66.66666666666666%; +} +@media (min-width: 2560px) { + .container { + max-width: 2500px; } - .col-xlg-7 { - width: 58.333333333333336%; +} +@media (min-width: 2880px) { + .container { + max-width: 2820px; } - .col-xlg-6 { - width: 50%; +} +@media (min-width: 3840px) { + .container { + max-width: 3780px; } - .col-xlg-5 { - width: 41.66666666666667%; +} +@media (min-width: 5120px) { + .container { + max-width: 5060px; } - .col-xlg-4 { - width: 33.33333333333333%; +} +@media (min-width: 7680px) { + .container { + max-width: 7620px; } - .col-xlg-3 { - width: 25%; +} + +.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-hd, .container-fhd, .container-rt, .container-rt15, .container-4k, .container-5k, .container-8k { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} + +@media (min-width: 576px) { + .container, .container-sm { + max-width: 540px; } - .col-xlg-2 { - width: 16.666666666666664%; +} +@media (min-width: 768px) { + .container, .container-sm, .container-md { + max-width: 720px; } - .col-xlg-1 { - width: 8.333333333333332%; +} +@media (min-width: 992px) { + .container, .container-sm, .container-md, .container-lg { + max-width: 960px; } - .col-xlg-pull-12 { - right: 100%; +} +@media (min-width: 1200px) { + .container, .container-sm, .container-md, .container-lg, .container-xl { + max-width: 1140px; } - .col-xlg-pull-11 { - right: 91.66666666666666%; +} +@media (min-width: 1366px) { + .container, .container-sm, .container-md, .container-lg, .container-xl, .container-hd { + max-width: 1306px; } - .col-xlg-pull-10 { - right: 83.33333333333334%; +} +@media (min-width: 1920px) { + .container, .container-sm, .container-md, .container-lg, .container-xl, .container-hd, .container-fhd { + max-width: 1860px; } - .col-xlg-pull-9 { - right: 75%; +} +@media (min-width: 2560px) { + .container, .container-sm, .container-md, .container-lg, .container-xl, .container-hd, .container-fhd, .container-rt { + max-width: 2500px; } - .col-xlg-pull-8 { - right: 66.66666666666666%; +} +@media (min-width: 2880px) { + .container, .container-sm, .container-md, .container-lg, .container-xl, .container-hd, .container-fhd, .container-rt, .container-rt15 { + max-width: 2820px; } - .col-xlg-pull-7 { - right: 58.333333333333336%; +} +@media (min-width: 3840px) { + .container, .container-sm, .container-md, .container-lg, .container-xl, .container-hd, .container-fhd, .container-rt, .container-rt15, .container-4k { + max-width: 3780px; + } +} +@media (min-width: 5120px) { + .container, .container-sm, .container-md, .container-lg, .container-xl, .container-hd, .container-fhd, .container-rt, .container-rt15, .container-4k, .container-5k { + max-width: 5060px; + } +} +@media (min-width: 7680px) { + .container, .container-sm, .container-md, .container-lg, .container-xl, .container-hd, .container-fhd, .container-rt, .container-rt15, .container-4k, .container-5k, .container-8k { + max-width: 7620px; + } +} +.row { + display: flex; + flex-wrap: wrap; + margin-right: -15px; + margin-left: -15px; +} + +.no-gutters { + margin-right: 0; + margin-left: 0; +} +.no-gutters > .col, +.no-gutters > [class*="col-"] { + padding-right: 0; + padding-left: 0; +} + +.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, +.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, +.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, +.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, +.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, +.col-xl-auto, .col-hd-1, .col-hd-2, .col-hd-3, .col-hd-4, .col-hd-5, .col-hd-6, .col-hd-7, .col-hd-8, .col-hd-9, .col-hd-10, .col-hd-11, .col-hd-12, .col-hd, +.col-hd-auto, .col-fhd-1, .col-fhd-2, .col-fhd-3, .col-fhd-4, .col-fhd-5, .col-fhd-6, .col-fhd-7, .col-fhd-8, .col-fhd-9, .col-fhd-10, .col-fhd-11, .col-fhd-12, .col-fhd, +.col-fhd-auto, .col-rt-1, .col-rt-2, .col-rt-3, .col-rt-4, .col-rt-5, .col-rt-6, .col-rt-7, .col-rt-8, .col-rt-9, .col-rt-10, .col-rt-11, .col-rt-12, .col-rt, +.col-rt-auto, .col-rt15-1, .col-rt15-2, .col-rt15-3, .col-rt15-4, .col-rt15-5, .col-rt15-6, .col-rt15-7, .col-rt15-8, .col-rt15-9, .col-rt15-10, .col-rt15-11, .col-rt15-12, .col-rt15, +.col-rt15-auto, .col-4k-1, .col-4k-2, .col-4k-3, .col-4k-4, .col-4k-5, .col-4k-6, .col-4k-7, .col-4k-8, .col-4k-9, .col-4k-10, .col-4k-11, .col-4k-12, .col-4k, +.col-4k-auto, .col-5k-1, .col-5k-2, .col-5k-3, .col-5k-4, .col-5k-5, .col-5k-6, .col-5k-7, .col-5k-8, .col-5k-9, .col-5k-10, .col-5k-11, .col-5k-12, .col-5k, +.col-5k-auto, .col-8k-1, .col-8k-2, .col-8k-3, .col-8k-4, .col-8k-5, .col-8k-6, .col-8k-7, .col-8k-8, .col-8k-9, .col-8k-10, .col-8k-11, .col-8k-12, .col-8k, +.col-8k-auto { + position: relative; + width: 100%; + padding-right: 15px; + padding-left: 15px; +} + +.col { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; +} + +.row-cols-1 > * { + flex: 0 0 100%; + max-width: 100%; +} + +.row-cols-2 > * { + flex: 0 0 50%; + max-width: 50%; +} + +.row-cols-3 > * { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; +} + +.row-cols-4 > * { + flex: 0 0 25%; + max-width: 25%; +} + +.row-cols-5 > * { + flex: 0 0 20%; + max-width: 20%; +} + +.row-cols-6 > * { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; +} + +.col-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; +} + +.col-1 { + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; +} + +.col-2 { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; +} + +.col-3 { + flex: 0 0 25%; + max-width: 25%; +} + +.col-4 { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; +} + +.col-5 { + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; +} + +.col-6 { + flex: 0 0 50%; + max-width: 50%; +} + +.col-7 { + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; +} + +.col-8 { + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; +} + +.col-9 { + flex: 0 0 75%; + max-width: 75%; +} + +.col-10 { + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; +} + +.col-11 { + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; +} + +.col-12 { + flex: 0 0 100%; + max-width: 100%; +} + +.order-first { + order: -1; +} + +.order-last { + order: 13; +} + +.order-0 { + order: 0; +} + +.order-1 { + order: 1; +} + +.order-2 { + order: 2; +} + +.order-3 { + order: 3; +} + +.order-4 { + order: 4; +} + +.order-5 { + order: 5; +} + +.order-6 { + order: 6; +} + +.order-7 { + order: 7; +} + +.order-8 { + order: 8; +} + +.order-9 { + order: 9; +} + +.order-10 { + order: 10; +} + +.order-11 { + order: 11; +} + +.order-12 { + order: 12; +} + +.offset-1 { + margin-left: 8.3333333333%; +} + +.offset-2 { + margin-left: 16.6666666667%; +} + +.offset-3 { + margin-left: 25%; +} + +.offset-4 { + margin-left: 33.3333333333%; +} + +.offset-5 { + margin-left: 41.6666666667%; +} + +.offset-6 { + margin-left: 50%; +} + +.offset-7 { + margin-left: 58.3333333333%; +} + +.offset-8 { + margin-left: 66.6666666667%; +} + +.offset-9 { + margin-left: 75%; +} + +.offset-10 { + margin-left: 83.3333333333%; +} + +.offset-11 { + margin-left: 91.6666666667%; +} + +@media (min-width: 576px) { + .col-sm { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } + + .row-cols-sm-1 > * { + flex: 0 0 100%; + max-width: 100%; + } + + .row-cols-sm-2 > * { + flex: 0 0 50%; + max-width: 50%; + } + + .row-cols-sm-3 > * { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + + .row-cols-sm-4 > * { + flex: 0 0 25%; + max-width: 25%; + } + + .row-cols-sm-5 > * { + flex: 0 0 20%; + max-width: 20%; + } + + .row-cols-sm-6 > * { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-sm-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + + .col-sm-1 { + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; + } + + .col-sm-2 { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-sm-3 { + flex: 0 0 25%; + max-width: 25%; + } + + .col-sm-4 { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + + .col-sm-5 { + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; + } + + .col-sm-6 { + flex: 0 0 50%; + max-width: 50%; + } + + .col-sm-7 { + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; + } + + .col-sm-8 { + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; + } + + .col-sm-9 { + flex: 0 0 75%; + max-width: 75%; + } + + .col-sm-10 { + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; + } + + .col-sm-11 { + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; + } + + .col-sm-12 { + flex: 0 0 100%; + max-width: 100%; + } + + .order-sm-first { + order: -1; + } + + .order-sm-last { + order: 13; + } + + .order-sm-0 { + order: 0; + } + + .order-sm-1 { + order: 1; + } + + .order-sm-2 { + order: 2; + } + + .order-sm-3 { + order: 3; + } + + .order-sm-4 { + order: 4; + } + + .order-sm-5 { + order: 5; + } + + .order-sm-6 { + order: 6; + } + + .order-sm-7 { + order: 7; + } + + .order-sm-8 { + order: 8; + } + + .order-sm-9 { + order: 9; + } + + .order-sm-10 { + order: 10; + } + + .order-sm-11 { + order: 11; + } + + .order-sm-12 { + order: 12; + } + + .offset-sm-0 { + margin-left: 0; + } + + .offset-sm-1 { + margin-left: 8.3333333333%; + } + + .offset-sm-2 { + margin-left: 16.6666666667%; + } + + .offset-sm-3 { + margin-left: 25%; } - .col-xlg-pull-6 { - right: 50%; + + .offset-sm-4 { + margin-left: 33.3333333333%; } - .col-xlg-pull-5 { - right: 41.66666666666667%; + + .offset-sm-5 { + margin-left: 41.6666666667%; } - .col-xlg-pull-4 { - right: 33.33333333333333%; + + .offset-sm-6 { + margin-left: 50%; } - .col-xlg-pull-3 { - right: 25%; + + .offset-sm-7 { + margin-left: 58.3333333333%; } - .col-xlg-pull-2 { - right: 16.666666666666664%; + + .offset-sm-8 { + margin-left: 66.6666666667%; } - .col-xlg-pull-1 { - right: 8.333333333333332%; + + .offset-sm-9 { + margin-left: 75%; } - .col-xlg-pull-0 { - right: auto; + + .offset-sm-10 { + margin-left: 83.3333333333%; + } + + .offset-sm-11 { + margin-left: 91.6666666667%; + } +} +@media (min-width: 768px) { + .col-md { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } + + .row-cols-md-1 > * { + flex: 0 0 100%; + max-width: 100%; + } + + .row-cols-md-2 > * { + flex: 0 0 50%; + max-width: 50%; + } + + .row-cols-md-3 > * { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + + .row-cols-md-4 > * { + flex: 0 0 25%; + max-width: 25%; + } + + .row-cols-md-5 > * { + flex: 0 0 20%; + max-width: 20%; + } + + .row-cols-md-6 > * { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-md-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + + .col-md-1 { + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; + } + + .col-md-2 { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-md-3 { + flex: 0 0 25%; + max-width: 25%; + } + + .col-md-4 { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + + .col-md-5 { + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; + } + + .col-md-6 { + flex: 0 0 50%; + max-width: 50%; + } + + .col-md-7 { + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; + } + + .col-md-8 { + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; + } + + .col-md-9 { + flex: 0 0 75%; + max-width: 75%; + } + + .col-md-10 { + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; + } + + .col-md-11 { + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; + } + + .col-md-12 { + flex: 0 0 100%; + max-width: 100%; + } + + .order-md-first { + order: -1; + } + + .order-md-last { + order: 13; + } + + .order-md-0 { + order: 0; + } + + .order-md-1 { + order: 1; + } + + .order-md-2 { + order: 2; + } + + .order-md-3 { + order: 3; + } + + .order-md-4 { + order: 4; + } + + .order-md-5 { + order: 5; + } + + .order-md-6 { + order: 6; + } + + .order-md-7 { + order: 7; + } + + .order-md-8 { + order: 8; + } + + .order-md-9 { + order: 9; + } + + .order-md-10 { + order: 10; + } + + .order-md-11 { + order: 11; + } + + .order-md-12 { + order: 12; + } + + .offset-md-0 { + margin-left: 0; + } + + .offset-md-1 { + margin-left: 8.3333333333%; + } + + .offset-md-2 { + margin-left: 16.6666666667%; + } + + .offset-md-3 { + margin-left: 25%; } - .col-xlg-push-12 { - left: 100%; + + .offset-md-4 { + margin-left: 33.3333333333%; } - .col-xlg-push-11 { - left: 91.66666666666666%; + + .offset-md-5 { + margin-left: 41.6666666667%; } - .col-xlg-push-10 { - left: 83.33333333333334%; + + .offset-md-6 { + margin-left: 50%; } - .col-xlg-push-9 { - left: 75%; + + .offset-md-7 { + margin-left: 58.3333333333%; } - .col-xlg-push-8 { - left: 66.66666666666666%; + + .offset-md-8 { + margin-left: 66.6666666667%; } - .col-xlg-push-7 { - left: 58.333333333333336%; + + .offset-md-9 { + margin-left: 75%; } - .col-xlg-push-6 { - left: 50%; + + .offset-md-10 { + margin-left: 83.3333333333%; + } + + .offset-md-11 { + margin-left: 91.6666666667%; + } +} +@media (min-width: 992px) { + .col-lg { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } + + .row-cols-lg-1 > * { + flex: 0 0 100%; + max-width: 100%; + } + + .row-cols-lg-2 > * { + flex: 0 0 50%; + max-width: 50%; + } + + .row-cols-lg-3 > * { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + + .row-cols-lg-4 > * { + flex: 0 0 25%; + max-width: 25%; + } + + .row-cols-lg-5 > * { + flex: 0 0 20%; + max-width: 20%; + } + + .row-cols-lg-6 > * { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-lg-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + + .col-lg-1 { + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; + } + + .col-lg-2 { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-lg-3 { + flex: 0 0 25%; + max-width: 25%; + } + + .col-lg-4 { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + + .col-lg-5 { + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; + } + + .col-lg-6 { + flex: 0 0 50%; + max-width: 50%; + } + + .col-lg-7 { + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; + } + + .col-lg-8 { + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; + } + + .col-lg-9 { + flex: 0 0 75%; + max-width: 75%; + } + + .col-lg-10 { + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; + } + + .col-lg-11 { + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; + } + + .col-lg-12 { + flex: 0 0 100%; + max-width: 100%; + } + + .order-lg-first { + order: -1; + } + + .order-lg-last { + order: 13; + } + + .order-lg-0 { + order: 0; + } + + .order-lg-1 { + order: 1; + } + + .order-lg-2 { + order: 2; + } + + .order-lg-3 { + order: 3; + } + + .order-lg-4 { + order: 4; + } + + .order-lg-5 { + order: 5; + } + + .order-lg-6 { + order: 6; + } + + .order-lg-7 { + order: 7; + } + + .order-lg-8 { + order: 8; + } + + .order-lg-9 { + order: 9; + } + + .order-lg-10 { + order: 10; + } + + .order-lg-11 { + order: 11; + } + + .order-lg-12 { + order: 12; + } + + .offset-lg-0 { + margin-left: 0; + } + + .offset-lg-1 { + margin-left: 8.3333333333%; + } + + .offset-lg-2 { + margin-left: 16.6666666667%; + } + + .offset-lg-3 { + margin-left: 25%; } - .col-xlg-push-5 { - left: 41.66666666666667%; + + .offset-lg-4 { + margin-left: 33.3333333333%; } - .col-xlg-push-4 { - left: 33.33333333333333%; + + .offset-lg-5 { + margin-left: 41.6666666667%; } - .col-xlg-push-3 { - left: 25%; + + .offset-lg-6 { + margin-left: 50%; } - .col-xlg-push-2 { - left: 16.666666666666664%; + + .offset-lg-7 { + margin-left: 58.3333333333%; } - .col-xlg-push-1 { - left: 8.333333333333332%; + + .offset-lg-8 { + margin-left: 66.6666666667%; } - .col-xlg-push-0 { - left: auto; + + .offset-lg-9 { + margin-left: 75%; } - .col-xlg-offset-12 { - margin-left: 100%; + + .offset-lg-10 { + margin-left: 83.3333333333%; + } + + .offset-lg-11 { + margin-left: 91.6666666667%; + } +} +@media (min-width: 1200px) { + .col-xl { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } + + .row-cols-xl-1 > * { + flex: 0 0 100%; + max-width: 100%; + } + + .row-cols-xl-2 > * { + flex: 0 0 50%; + max-width: 50%; + } + + .row-cols-xl-3 > * { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + + .row-cols-xl-4 > * { + flex: 0 0 25%; + max-width: 25%; + } + + .row-cols-xl-5 > * { + flex: 0 0 20%; + max-width: 20%; + } + + .row-cols-xl-6 > * { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-xl-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + + .col-xl-1 { + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; + } + + .col-xl-2 { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-xl-3 { + flex: 0 0 25%; + max-width: 25%; + } + + .col-xl-4 { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + + .col-xl-5 { + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; + } + + .col-xl-6 { + flex: 0 0 50%; + max-width: 50%; + } + + .col-xl-7 { + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; + } + + .col-xl-8 { + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; + } + + .col-xl-9 { + flex: 0 0 75%; + max-width: 75%; + } + + .col-xl-10 { + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; + } + + .col-xl-11 { + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; + } + + .col-xl-12 { + flex: 0 0 100%; + max-width: 100%; + } + + .order-xl-first { + order: -1; + } + + .order-xl-last { + order: 13; + } + + .order-xl-0 { + order: 0; + } + + .order-xl-1 { + order: 1; + } + + .order-xl-2 { + order: 2; + } + + .order-xl-3 { + order: 3; + } + + .order-xl-4 { + order: 4; + } + + .order-xl-5 { + order: 5; + } + + .order-xl-6 { + order: 6; + } + + .order-xl-7 { + order: 7; + } + + .order-xl-8 { + order: 8; + } + + .order-xl-9 { + order: 9; + } + + .order-xl-10 { + order: 10; + } + + .order-xl-11 { + order: 11; + } + + .order-xl-12 { + order: 12; + } + + .offset-xl-0 { + margin-left: 0; + } + + .offset-xl-1 { + margin-left: 8.3333333333%; + } + + .offset-xl-2 { + margin-left: 16.6666666667%; + } + + .offset-xl-3 { + margin-left: 25%; } - .col-xlg-offset-11 { - margin-left: 91.66666666666666%; + + .offset-xl-4 { + margin-left: 33.3333333333%; } - .col-xlg-offset-10 { - margin-left: 83.33333333333334%; + + .offset-xl-5 { + margin-left: 41.6666666667%; } - .col-xlg-offset-9 { - margin-left: 75%; + + .offset-xl-6 { + margin-left: 50%; } - .col-xlg-offset-8 { - margin-left: 66.66666666666666%; + + .offset-xl-7 { + margin-left: 58.3333333333%; } - .col-xlg-offset-7 { - margin-left: 58.333333333333336%; + + .offset-xl-8 { + margin-left: 66.6666666667%; } - .col-xlg-offset-6 { - margin-left: 50%; + + .offset-xl-9 { + margin-left: 75%; } - .col-xlg-offset-5 { - margin-left: 41.66666666666667%; + + .offset-xl-10 { + margin-left: 83.3333333333%; } - .col-xlg-offset-4 { - margin-left: 33.33333333333333%; + + .offset-xl-11 { + margin-left: 91.6666666667%; } - .col-xlg-offset-3 { +} +@media (min-width: 1366px) { + .col-hd { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } + + .row-cols-hd-1 > * { + flex: 0 0 100%; + max-width: 100%; + } + + .row-cols-hd-2 > * { + flex: 0 0 50%; + max-width: 50%; + } + + .row-cols-hd-3 > * { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + + .row-cols-hd-4 > * { + flex: 0 0 25%; + max-width: 25%; + } + + .row-cols-hd-5 > * { + flex: 0 0 20%; + max-width: 20%; + } + + .row-cols-hd-6 > * { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-hd-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + + .col-hd-1 { + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; + } + + .col-hd-2 { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-hd-3 { + flex: 0 0 25%; + max-width: 25%; + } + + .col-hd-4 { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + + .col-hd-5 { + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; + } + + .col-hd-6 { + flex: 0 0 50%; + max-width: 50%; + } + + .col-hd-7 { + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; + } + + .col-hd-8 { + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; + } + + .col-hd-9 { + flex: 0 0 75%; + max-width: 75%; + } + + .col-hd-10 { + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; + } + + .col-hd-11 { + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; + } + + .col-hd-12 { + flex: 0 0 100%; + max-width: 100%; + } + + .order-hd-first { + order: -1; + } + + .order-hd-last { + order: 13; + } + + .order-hd-0 { + order: 0; + } + + .order-hd-1 { + order: 1; + } + + .order-hd-2 { + order: 2; + } + + .order-hd-3 { + order: 3; + } + + .order-hd-4 { + order: 4; + } + + .order-hd-5 { + order: 5; + } + + .order-hd-6 { + order: 6; + } + + .order-hd-7 { + order: 7; + } + + .order-hd-8 { + order: 8; + } + + .order-hd-9 { + order: 9; + } + + .order-hd-10 { + order: 10; + } + + .order-hd-11 { + order: 11; + } + + .order-hd-12 { + order: 12; + } + + .offset-hd-0 { + margin-left: 0; + } + + .offset-hd-1 { + margin-left: 8.3333333333%; + } + + .offset-hd-2 { + margin-left: 16.6666666667%; + } + + .offset-hd-3 { margin-left: 25%; } - .col-xlg-offset-2 { - margin-left: 16.666666666666664%; - } - .col-xlg-offset-1 { - margin-left: 8.333333333333332%; + + .offset-hd-4 { + margin-left: 33.3333333333%; } - .col-xlg-offset-0 { - margin-left: 0%; + + .offset-hd-5 { + margin-left: 41.6666666667%; } -} -@media (min-width: 1920px) { - .col-fhd-1, .col-fhd-2, .col-fhd-3, .col-fhd-4, .col-fhd-5, .col-fhd-6, .col-fhd-7, .col-fhd-8, .col-fhd-9, .col-fhd-10, .col-fhd-11, .col-fhd-12 { - float: left; + + .offset-hd-6 { + margin-left: 50%; } - .col-fhd-12 { - width: 100%; + + .offset-hd-7 { + margin-left: 58.3333333333%; } - .col-fhd-11 { - width: 91.66666666666666%; + + .offset-hd-8 { + margin-left: 66.6666666667%; } - .col-fhd-10 { - width: 83.33333333333334%; + + .offset-hd-9 { + margin-left: 75%; } - .col-fhd-9 { - width: 75%; + + .offset-hd-10 { + margin-left: 83.3333333333%; } - .col-fhd-8 { - width: 66.66666666666666%; + + .offset-hd-11 { + margin-left: 91.6666666667%; } - .col-fhd-7 { - width: 58.333333333333336%; +} +@media (min-width: 1920px) { + .col-fhd { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } + + .row-cols-fhd-1 > * { + flex: 0 0 100%; + max-width: 100%; + } + + .row-cols-fhd-2 > * { + flex: 0 0 50%; + max-width: 50%; + } + + .row-cols-fhd-3 > * { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + + .row-cols-fhd-4 > * { + flex: 0 0 25%; + max-width: 25%; + } + + .row-cols-fhd-5 > * { + flex: 0 0 20%; + max-width: 20%; + } + + .row-cols-fhd-6 > * { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-fhd-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + + .col-fhd-1 { + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; } - .col-fhd-6 { - width: 50%; + + .col-fhd-2 { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; } - .col-fhd-5 { - width: 41.66666666666667%; + + .col-fhd-3 { + flex: 0 0 25%; + max-width: 25%; } + .col-fhd-4 { - width: 33.33333333333333%; + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; } - .col-fhd-3 { - width: 25%; + + .col-fhd-5 { + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; } - .col-fhd-2 { - width: 16.666666666666664%; + + .col-fhd-6 { + flex: 0 0 50%; + max-width: 50%; } - .col-fhd-1 { - width: 8.333333333333332%; + + .col-fhd-7 { + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; } - .col-fhd-pull-12 { - right: 100%; + + .col-fhd-8 { + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; } - .col-fhd-pull-11 { - right: 91.66666666666666%; + + .col-fhd-9 { + flex: 0 0 75%; + max-width: 75%; } - .col-fhd-pull-10 { - right: 83.33333333333334%; + + .col-fhd-10 { + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; } - .col-fhd-pull-9 { - right: 75%; + + .col-fhd-11 { + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; } - .col-fhd-pull-8 { - right: 66.66666666666666%; + + .col-fhd-12 { + flex: 0 0 100%; + max-width: 100%; } - .col-fhd-pull-7 { - right: 58.333333333333336%; + + .order-fhd-first { + order: -1; } - .col-fhd-pull-6 { - right: 50%; + + .order-fhd-last { + order: 13; } - .col-fhd-pull-5 { - right: 41.66666666666667%; + + .order-fhd-0 { + order: 0; } - .col-fhd-pull-4 { - right: 33.33333333333333%; + + .order-fhd-1 { + order: 1; } - .col-fhd-pull-3 { - right: 25%; + + .order-fhd-2 { + order: 2; } - .col-fhd-pull-2 { - right: 16.666666666666664%; + + .order-fhd-3 { + order: 3; } - .col-fhd-pull-1 { - right: 8.333333333333332%; + + .order-fhd-4 { + order: 4; } - .col-fhd-pull-0 { - right: auto; + + .order-fhd-5 { + order: 5; } - .col-fhd-push-12 { - left: 100%; + + .order-fhd-6 { + order: 6; } - .col-fhd-push-11 { - left: 91.66666666666666%; + + .order-fhd-7 { + order: 7; } - .col-fhd-push-10 { - left: 83.33333333333334%; + + .order-fhd-8 { + order: 8; } - .col-fhd-push-9 { - left: 75%; + + .order-fhd-9 { + order: 9; } - .col-fhd-push-8 { - left: 66.66666666666666%; + + .order-fhd-10 { + order: 10; } - .col-fhd-push-7 { - left: 58.333333333333336%; + + .order-fhd-11 { + order: 11; } - .col-fhd-push-6 { - left: 50%; + + .order-fhd-12 { + order: 12; } - .col-fhd-push-5 { - left: 41.66666666666667%; + + .offset-fhd-0 { + margin-left: 0; } - .col-fhd-push-4 { - left: 33.33333333333333%; + + .offset-fhd-1 { + margin-left: 8.3333333333%; } - .col-fhd-push-3 { - left: 25%; + + .offset-fhd-2 { + margin-left: 16.6666666667%; } - .col-fhd-push-2 { - left: 16.666666666666664%; + + .offset-fhd-3 { + margin-left: 25%; } - .col-fhd-push-1 { - left: 8.333333333333332%; + + .offset-fhd-4 { + margin-left: 33.3333333333%; } - .col-fhd-push-0 { - left: auto; + + .offset-fhd-5 { + margin-left: 41.6666666667%; } - .col-fhd-offset-12 { - margin-left: 100%; + + .offset-fhd-6 { + margin-left: 50%; } - .col-fhd-offset-11 { - margin-left: 91.66666666666666%; + + .offset-fhd-7 { + margin-left: 58.3333333333%; } - .col-fhd-offset-10 { - margin-left: 83.33333333333334%; + + .offset-fhd-8 { + margin-left: 66.6666666667%; } - .col-fhd-offset-9 { + + .offset-fhd-9 { margin-left: 75%; } - .col-fhd-offset-8 { - margin-left: 66.66666666666666%; - } - .col-fhd-offset-7 { - margin-left: 58.333333333333336%; + + .offset-fhd-10 { + margin-left: 83.3333333333%; } - .col-fhd-offset-6 { - margin-left: 50%; + + .offset-fhd-11 { + margin-left: 91.6666666667%; } - .col-fhd-offset-5 { - margin-left: 41.66666666666667%; +} +@media (min-width: 2560px) { + .col-rt { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } + + .row-cols-rt-1 > * { + flex: 0 0 100%; + max-width: 100%; + } + + .row-cols-rt-2 > * { + flex: 0 0 50%; + max-width: 50%; + } + + .row-cols-rt-3 > * { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + + .row-cols-rt-4 > * { + flex: 0 0 25%; + max-width: 25%; + } + + .row-cols-rt-5 > * { + flex: 0 0 20%; + max-width: 20%; + } + + .row-cols-rt-6 > * { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-rt-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + + .col-rt-1 { + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; } - .col-fhd-offset-4 { - margin-left: 33.33333333333333%; + + .col-rt-2 { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; } - .col-fhd-offset-3 { - margin-left: 25%; + + .col-rt-3 { + flex: 0 0 25%; + max-width: 25%; } - .col-fhd-offset-2 { - margin-left: 16.666666666666664%; + + .col-rt-4 { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; } - .col-fhd-offset-1 { - margin-left: 8.333333333333332%; + + .col-rt-5 { + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; } - .col-fhd-offset-0 { - margin-left: 0%; + + .col-rt-6 { + flex: 0 0 50%; + max-width: 50%; } -} -@media (min-width: 2560px) { - .col-rt-1, .col-rt-2, .col-rt-3, .col-rt-4, .col-rt-5, .col-rt-6, .col-rt-7, .col-rt-8, .col-rt-9, .col-rt-10, .col-rt-11, .col-rt-12 { - float: left; + + .col-rt-7 { + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; } - .col-rt-12 { - width: 100%; + + .col-rt-8 { + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; } - .col-rt-11 { - width: 91.66666666666666%; + + .col-rt-9 { + flex: 0 0 75%; + max-width: 75%; } + .col-rt-10 { - width: 83.33333333333334%; + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; } - .col-rt-9 { - width: 75%; + + .col-rt-11 { + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; } - .col-rt-8 { - width: 66.66666666666666%; + + .col-rt-12 { + flex: 0 0 100%; + max-width: 100%; } - .col-rt-7 { - width: 58.333333333333336%; + + .order-rt-first { + order: -1; } - .col-rt-6 { - width: 50%; + + .order-rt-last { + order: 13; } - .col-rt-5 { - width: 41.66666666666667%; + + .order-rt-0 { + order: 0; } - .col-rt-4 { - width: 33.33333333333333%; + + .order-rt-1 { + order: 1; } - .col-rt-3 { - width: 25%; + + .order-rt-2 { + order: 2; } - .col-rt-2 { - width: 16.666666666666664%; + + .order-rt-3 { + order: 3; } - .col-rt-1 { - width: 8.333333333333332%; + + .order-rt-4 { + order: 4; } - .col-rt-pull-12 { - right: 100%; + + .order-rt-5 { + order: 5; } - .col-rt-pull-11 { - right: 91.66666666666666%; + + .order-rt-6 { + order: 6; } - .col-rt-pull-10 { - right: 83.33333333333334%; + + .order-rt-7 { + order: 7; } - .col-rt-pull-9 { - right: 75%; + + .order-rt-8 { + order: 8; } - .col-rt-pull-8 { - right: 66.66666666666666%; + + .order-rt-9 { + order: 9; } - .col-rt-pull-7 { - right: 58.333333333333336%; + + .order-rt-10 { + order: 10; } - .col-rt-pull-6 { - right: 50%; + + .order-rt-11 { + order: 11; } - .col-rt-pull-5 { - right: 41.66666666666667%; + + .order-rt-12 { + order: 12; } - .col-rt-pull-4 { - right: 33.33333333333333%; + + .offset-rt-0 { + margin-left: 0; } - .col-rt-pull-3 { - right: 25%; + + .offset-rt-1 { + margin-left: 8.3333333333%; } - .col-rt-pull-2 { - right: 16.666666666666664%; + + .offset-rt-2 { + margin-left: 16.6666666667%; } - .col-rt-pull-1 { - right: 8.333333333333332%; + + .offset-rt-3 { + margin-left: 25%; } - .col-rt-pull-0 { - right: auto; + + .offset-rt-4 { + margin-left: 33.3333333333%; } - .col-rt-push-12 { - left: 100%; + + .offset-rt-5 { + margin-left: 41.6666666667%; } - .col-rt-push-11 { - left: 91.66666666666666%; + + .offset-rt-6 { + margin-left: 50%; } - .col-rt-push-10 { - left: 83.33333333333334%; + + .offset-rt-7 { + margin-left: 58.3333333333%; } - .col-rt-push-9 { - left: 75%; + + .offset-rt-8 { + margin-left: 66.6666666667%; } - .col-rt-push-8 { - left: 66.66666666666666%; + + .offset-rt-9 { + margin-left: 75%; } - .col-rt-push-7 { - left: 58.333333333333336%; + + .offset-rt-10 { + margin-left: 83.3333333333%; } - .col-rt-push-6 { - left: 50%; + + .offset-rt-11 { + margin-left: 91.6666666667%; } - .col-rt-push-5 { - left: 41.66666666666667%; +} +@media (min-width: 2880px) { + .col-rt15 { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } + + .row-cols-rt15-1 > * { + flex: 0 0 100%; + max-width: 100%; + } + + .row-cols-rt15-2 > * { + flex: 0 0 50%; + max-width: 50%; + } + + .row-cols-rt15-3 > * { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + + .row-cols-rt15-4 > * { + flex: 0 0 25%; + max-width: 25%; + } + + .row-cols-rt15-5 > * { + flex: 0 0 20%; + max-width: 20%; + } + + .row-cols-rt15-6 > * { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-rt15-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + + .col-rt15-1 { + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; } - .col-rt-push-4 { - left: 33.33333333333333%; + + .col-rt15-2 { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; } - .col-rt-push-3 { - left: 25%; + + .col-rt15-3 { + flex: 0 0 25%; + max-width: 25%; } - .col-rt-push-2 { - left: 16.666666666666664%; + + .col-rt15-4 { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; } - .col-rt-push-1 { - left: 8.333333333333332%; + + .col-rt15-5 { + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; } - .col-rt-push-0 { - left: auto; + + .col-rt15-6 { + flex: 0 0 50%; + max-width: 50%; } - .col-rt-offset-12 { - margin-left: 100%; + + .col-rt15-7 { + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; } - .col-rt-offset-11 { - margin-left: 91.66666666666666%; + + .col-rt15-8 { + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; } - .col-rt-offset-10 { - margin-left: 83.33333333333334%; + + .col-rt15-9 { + flex: 0 0 75%; + max-width: 75%; } - .col-rt-offset-9 { - margin-left: 75%; + + .col-rt15-10 { + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; } - .col-rt-offset-8 { - margin-left: 66.66666666666666%; + + .col-rt15-11 { + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; } - .col-rt-offset-7 { - margin-left: 58.333333333333336%; + + .col-rt15-12 { + flex: 0 0 100%; + max-width: 100%; } - .col-rt-offset-6 { - margin-left: 50%; + + .order-rt15-first { + order: -1; } - .col-rt-offset-5 { - margin-left: 41.66666666666667%; + + .order-rt15-last { + order: 13; } - .col-rt-offset-4 { - margin-left: 33.33333333333333%; + + .order-rt15-0 { + order: 0; } - .col-rt-offset-3 { - margin-left: 25%; + + .order-rt15-1 { + order: 1; } - .col-rt-offset-2 { - margin-left: 16.666666666666664%; + + .order-rt15-2 { + order: 2; } - .col-rt-offset-1 { - margin-left: 8.333333333333332%; + + .order-rt15-3 { + order: 3; } - .col-rt-offset-0 { - margin-left: 0%; + + .order-rt15-4 { + order: 4; } -} -@media (min-width: 2880px) { - .col-rt15-1, .col-rt15-2, .col-rt15-3, .col-rt15-4, .col-rt15-5, .col-rt15-6, .col-rt15-7, .col-rt15-8, .col-rt15-9, .col-rt15-10, .col-rt15-11, .col-rt15-12 { - float: left; + + .order-rt15-5 { + order: 5; } - .col-rt15-12 { - width: 100%; + + .order-rt15-6 { + order: 6; } - .col-rt15-11 { - width: 91.66666666666666%; + + .order-rt15-7 { + order: 7; } - .col-rt15-10 { - width: 83.33333333333334%; + + .order-rt15-8 { + order: 8; } - .col-rt15-9 { - width: 75%; + + .order-rt15-9 { + order: 9; } - .col-rt15-8 { - width: 66.66666666666666%; + + .order-rt15-10 { + order: 10; } - .col-rt15-7 { - width: 58.333333333333336%; + + .order-rt15-11 { + order: 11; } - .col-rt15-6 { - width: 50%; + + .order-rt15-12 { + order: 12; } - .col-rt15-5 { - width: 41.66666666666667%; + + .offset-rt15-0 { + margin-left: 0; } - .col-rt15-4 { - width: 33.33333333333333%; + + .offset-rt15-1 { + margin-left: 8.3333333333%; } - .col-rt15-3 { - width: 25%; + + .offset-rt15-2 { + margin-left: 16.6666666667%; } - .col-rt15-2 { - width: 16.666666666666664%; + + .offset-rt15-3 { + margin-left: 25%; } - .col-rt15-1 { - width: 8.333333333333332%; + + .offset-rt15-4 { + margin-left: 33.3333333333%; } - .col-rt15-pull-12 { - right: 100%; + + .offset-rt15-5 { + margin-left: 41.6666666667%; } - .col-rt15-pull-11 { - right: 91.66666666666666%; + + .offset-rt15-6 { + margin-left: 50%; } - .col-rt15-pull-10 { - right: 83.33333333333334%; + + .offset-rt15-7 { + margin-left: 58.3333333333%; } - .col-rt15-pull-9 { - right: 75%; + + .offset-rt15-8 { + margin-left: 66.6666666667%; } - .col-rt15-pull-8 { - right: 66.66666666666666%; + + .offset-rt15-9 { + margin-left: 75%; } - .col-rt15-pull-7 { - right: 58.333333333333336%; + + .offset-rt15-10 { + margin-left: 83.3333333333%; } - .col-rt15-pull-6 { - right: 50%; + + .offset-rt15-11 { + margin-left: 91.6666666667%; } - .col-rt15-pull-5 { - right: 41.66666666666667%; +} +@media (min-width: 3840px) { + .col-4k { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } + + .row-cols-4k-1 > * { + flex: 0 0 100%; + max-width: 100%; + } + + .row-cols-4k-2 > * { + flex: 0 0 50%; + max-width: 50%; + } + + .row-cols-4k-3 > * { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + + .row-cols-4k-4 > * { + flex: 0 0 25%; + max-width: 25%; + } + + .row-cols-4k-5 > * { + flex: 0 0 20%; + max-width: 20%; + } + + .row-cols-4k-6 > * { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-4k-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + + .col-4k-1 { + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; } - .col-rt15-pull-4 { - right: 33.33333333333333%; + + .col-4k-2 { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; } - .col-rt15-pull-3 { - right: 25%; + + .col-4k-3 { + flex: 0 0 25%; + max-width: 25%; } - .col-rt15-pull-2 { - right: 16.666666666666664%; + + .col-4k-4 { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; } - .col-rt15-pull-1 { - right: 8.333333333333332%; + + .col-4k-5 { + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; } - .col-rt15-pull-0 { - right: auto; + + .col-4k-6 { + flex: 0 0 50%; + max-width: 50%; } - .col-rt15-push-12 { - left: 100%; + + .col-4k-7 { + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; } - .col-rt15-push-11 { - left: 91.66666666666666%; + + .col-4k-8 { + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; } - .col-rt15-push-10 { - left: 83.33333333333334%; + + .col-4k-9 { + flex: 0 0 75%; + max-width: 75%; } - .col-rt15-push-9 { - left: 75%; + + .col-4k-10 { + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; } - .col-rt15-push-8 { - left: 66.66666666666666%; + + .col-4k-11 { + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; } - .col-rt15-push-7 { - left: 58.333333333333336%; + + .col-4k-12 { + flex: 0 0 100%; + max-width: 100%; } - .col-rt15-push-6 { - left: 50%; + + .order-4k-first { + order: -1; } - .col-rt15-push-5 { - left: 41.66666666666667%; + + .order-4k-last { + order: 13; } - .col-rt15-push-4 { - left: 33.33333333333333%; + + .order-4k-0 { + order: 0; } - .col-rt15-push-3 { - left: 25%; + + .order-4k-1 { + order: 1; } - .col-rt15-push-2 { - left: 16.666666666666664%; + + .order-4k-2 { + order: 2; } - .col-rt15-push-1 { - left: 8.333333333333332%; + + .order-4k-3 { + order: 3; } - .col-rt15-push-0 { - left: auto; + + .order-4k-4 { + order: 4; } - .col-rt15-offset-12 { - margin-left: 100%; + + .order-4k-5 { + order: 5; } - .col-rt15-offset-11 { - margin-left: 91.66666666666666%; + + .order-4k-6 { + order: 6; } - .col-rt15-offset-10 { - margin-left: 83.33333333333334%; + + .order-4k-7 { + order: 7; } - .col-rt15-offset-9 { - margin-left: 75%; + + .order-4k-8 { + order: 8; } - .col-rt15-offset-8 { - margin-left: 66.66666666666666%; + + .order-4k-9 { + order: 9; } - .col-rt15-offset-7 { - margin-left: 58.333333333333336%; + + .order-4k-10 { + order: 10; } - .col-rt15-offset-6 { - margin-left: 50%; + + .order-4k-11 { + order: 11; } - .col-rt15-offset-5 { - margin-left: 41.66666666666667%; + + .order-4k-12 { + order: 12; } - .col-rt15-offset-4 { - margin-left: 33.33333333333333%; + + .offset-4k-0 { + margin-left: 0; } - .col-rt15-offset-3 { - margin-left: 25%; + + .offset-4k-1 { + margin-left: 8.3333333333%; } - .col-rt15-offset-2 { - margin-left: 16.666666666666664%; + + .offset-4k-2 { + margin-left: 16.6666666667%; } - .col-rt15-offset-1 { - margin-left: 8.333333333333332%; + + .offset-4k-3 { + margin-left: 25%; } - .col-rt15-offset-0 { - margin-left: 0%; + + .offset-4k-4 { + margin-left: 33.3333333333%; } -} -@media (min-width: 3840px) { - .col-uhd-1, .col-uhd-2, .col-uhd-3, .col-uhd-4, .col-uhd-5, .col-uhd-6, .col-uhd-7, .col-uhd-8, .col-uhd-9, .col-uhd-10, .col-uhd-11, .col-uhd-12 { - float: left; + + .offset-4k-5 { + margin-left: 41.6666666667%; } - .col-uhd-12 { - width: 100%; + + .offset-4k-6 { + margin-left: 50%; } - .col-uhd-11 { - width: 91.66666666666666%; + + .offset-4k-7 { + margin-left: 58.3333333333%; } - .col-uhd-10 { - width: 83.33333333333334%; + + .offset-4k-8 { + margin-left: 66.6666666667%; } - .col-uhd-9 { - width: 75%; + + .offset-4k-9 { + margin-left: 75%; } - .col-uhd-8 { - width: 66.66666666666666%; + + .offset-4k-10 { + margin-left: 83.3333333333%; + } + + .offset-4k-11 { + margin-left: 91.6666666667%; + } +} +@media (min-width: 5120px) { + .col-5k { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } + + .row-cols-5k-1 > * { + flex: 0 0 100%; + max-width: 100%; + } + + .row-cols-5k-2 > * { + flex: 0 0 50%; + max-width: 50%; + } + + .row-cols-5k-3 > * { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + + .row-cols-5k-4 > * { + flex: 0 0 25%; + max-width: 25%; + } + + .row-cols-5k-5 > * { + flex: 0 0 20%; + max-width: 20%; + } + + .row-cols-5k-6 > * { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-5k-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + + .col-5k-1 { + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; + } + + .col-5k-2 { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-5k-3 { + flex: 0 0 25%; + max-width: 25%; + } + + .col-5k-4 { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + + .col-5k-5 { + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; + } + + .col-5k-6 { + flex: 0 0 50%; + max-width: 50%; + } + + .col-5k-7 { + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; + } + + .col-5k-8 { + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; + } + + .col-5k-9 { + flex: 0 0 75%; + max-width: 75%; + } + + .col-5k-10 { + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; + } + + .col-5k-11 { + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; + } + + .col-5k-12 { + flex: 0 0 100%; + max-width: 100%; + } + + .order-5k-first { + order: -1; + } + + .order-5k-last { + order: 13; + } + + .order-5k-0 { + order: 0; + } + + .order-5k-1 { + order: 1; + } + + .order-5k-2 { + order: 2; + } + + .order-5k-3 { + order: 3; + } + + .order-5k-4 { + order: 4; + } + + .order-5k-5 { + order: 5; + } + + .order-5k-6 { + order: 6; + } + + .order-5k-7 { + order: 7; + } + + .order-5k-8 { + order: 8; + } + + .order-5k-9 { + order: 9; + } + + .order-5k-10 { + order: 10; + } + + .order-5k-11 { + order: 11; + } + + .order-5k-12 { + order: 12; + } + + .offset-5k-0 { + margin-left: 0; + } + + .offset-5k-1 { + margin-left: 8.3333333333%; + } + + .offset-5k-2 { + margin-left: 16.6666666667%; + } + + .offset-5k-3 { + margin-left: 25%; } - .col-uhd-7 { - width: 58.333333333333336%; + + .offset-5k-4 { + margin-left: 33.3333333333%; } - .col-uhd-6 { - width: 50%; + + .offset-5k-5 { + margin-left: 41.6666666667%; } - .col-uhd-5 { - width: 41.66666666666667%; + + .offset-5k-6 { + margin-left: 50%; } - .col-uhd-4 { - width: 33.33333333333333%; + + .offset-5k-7 { + margin-left: 58.3333333333%; } - .col-uhd-3 { - width: 25%; + + .offset-5k-8 { + margin-left: 66.6666666667%; } - .col-uhd-2 { - width: 16.666666666666664%; + + .offset-5k-9 { + margin-left: 75%; } - .col-uhd-1 { - width: 8.333333333333332%; + + .offset-5k-10 { + margin-left: 83.3333333333%; + } + + .offset-5k-11 { + margin-left: 91.6666666667%; + } +} +@media (min-width: 7680px) { + .col-8k { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } + + .row-cols-8k-1 > * { + flex: 0 0 100%; + max-width: 100%; + } + + .row-cols-8k-2 > * { + flex: 0 0 50%; + max-width: 50%; + } + + .row-cols-8k-3 > * { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + + .row-cols-8k-4 > * { + flex: 0 0 25%; + max-width: 25%; + } + + .row-cols-8k-5 > * { + flex: 0 0 20%; + max-width: 20%; + } + + .row-cols-8k-6 > * { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-8k-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + + .col-8k-1 { + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; } - .col-uhd-pull-12 { - right: 100%; + + .col-8k-2 { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; } - .col-uhd-pull-11 { - right: 91.66666666666666%; + + .col-8k-3 { + flex: 0 0 25%; + max-width: 25%; } - .col-uhd-pull-10 { - right: 83.33333333333334%; + + .col-8k-4 { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; } - .col-uhd-pull-9 { - right: 75%; + + .col-8k-5 { + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; } - .col-uhd-pull-8 { - right: 66.66666666666666%; + + .col-8k-6 { + flex: 0 0 50%; + max-width: 50%; } - .col-uhd-pull-7 { - right: 58.333333333333336%; + + .col-8k-7 { + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; } - .col-uhd-pull-6 { - right: 50%; + + .col-8k-8 { + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; } - .col-uhd-pull-5 { - right: 41.66666666666667%; + + .col-8k-9 { + flex: 0 0 75%; + max-width: 75%; } - .col-uhd-pull-4 { - right: 33.33333333333333%; + + .col-8k-10 { + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; } - .col-uhd-pull-3 { - right: 25%; + + .col-8k-11 { + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; } - .col-uhd-pull-2 { - right: 16.666666666666664%; + + .col-8k-12 { + flex: 0 0 100%; + max-width: 100%; } - .col-uhd-pull-1 { - right: 8.333333333333332%; + + .order-8k-first { + order: -1; } - .col-uhd-pull-0 { - right: auto; + + .order-8k-last { + order: 13; } - .col-uhd-push-12 { - left: 100%; + + .order-8k-0 { + order: 0; } - .col-uhd-push-11 { - left: 91.66666666666666%; + + .order-8k-1 { + order: 1; } - .col-uhd-push-10 { - left: 83.33333333333334%; + + .order-8k-2 { + order: 2; } - .col-uhd-push-9 { - left: 75%; + + .order-8k-3 { + order: 3; } - .col-uhd-push-8 { - left: 66.66666666666666%; + + .order-8k-4 { + order: 4; } - .col-uhd-push-7 { - left: 58.333333333333336%; + + .order-8k-5 { + order: 5; } - .col-uhd-push-6 { - left: 50%; + + .order-8k-6 { + order: 6; } - .col-uhd-push-5 { - left: 41.66666666666667%; + + .order-8k-7 { + order: 7; } - .col-uhd-push-4 { - left: 33.33333333333333%; + + .order-8k-8 { + order: 8; } - .col-uhd-push-3 { - left: 25%; + + .order-8k-9 { + order: 9; } - .col-uhd-push-2 { - left: 16.666666666666664%; + + .order-8k-10 { + order: 10; } - .col-uhd-push-1 { - left: 8.333333333333332%; + + .order-8k-11 { + order: 11; } - .col-uhd-push-0 { - left: auto; + + .order-8k-12 { + order: 12; } - .col-uhd-offset-12 { - margin-left: 100%; + + .offset-8k-0 { + margin-left: 0; } - .col-uhd-offset-11 { - margin-left: 91.66666666666666%; + + .offset-8k-1 { + margin-left: 8.3333333333%; } - .col-uhd-offset-10 { - margin-left: 83.33333333333334%; + + .offset-8k-2 { + margin-left: 16.6666666667%; } - .col-uhd-offset-9 { - margin-left: 75%; + + .offset-8k-3 { + margin-left: 25%; } - .col-uhd-offset-8 { - margin-left: 66.66666666666666%; + + .offset-8k-4 { + margin-left: 33.3333333333%; } - .col-uhd-offset-7 { - margin-left: 58.333333333333336%; + + .offset-8k-5 { + margin-left: 41.6666666667%; } - .col-uhd-offset-6 { + + .offset-8k-6 { margin-left: 50%; } - .col-uhd-offset-5 { - margin-left: 41.66666666666667%; - } - .col-uhd-offset-4 { - margin-left: 33.33333333333333%; + + .offset-8k-7 { + margin-left: 58.3333333333%; } - .col-uhd-offset-3 { - margin-left: 25%; + + .offset-8k-8 { + margin-left: 66.6666666667%; } - .col-uhd-offset-2 { - margin-left: 16.666666666666664%; + + .offset-8k-9 { + margin-left: 75%; } - .col-uhd-offset-1 { - margin-left: 8.333333333333332%; + + .offset-8k-10 { + margin-left: 83.3333333333%; } - .col-uhd-offset-0 { - margin-left: 0%; + + .offset-8k-11 { + margin-left: 91.6666666667%; } } -@media (min-width: 4096px) { - .col-4k-1, .col-4k-2, .col-4k-3, .col-4k-4, .col-4k-5, .col-4k-6, .col-4k-7, .col-4k-8, .col-4k-9, .col-4k-10, .col-4k-11, .col-4k-12 { - float: left; - } - .col-4k-12 { +@media (max-width: 575.98px) { + .table-responsive-sm { + display: block; width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .col-4k-11 { - width: 91.66666666666666%; + .table-responsive-sm > .table-bordered { + border: 0; } - .col-4k-10 { - width: 83.33333333333334%; +} +@media (max-width: 767.98px) { + .table-responsive-md { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .col-4k-9 { - width: 75%; + .table-responsive-md > .table-bordered { + border: 0; } - .col-4k-8 { - width: 66.66666666666666%; +} +@media (max-width: 991.98px) { + .table-responsive-lg { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .col-4k-7 { - width: 58.333333333333336%; + .table-responsive-lg > .table-bordered { + border: 0; } - .col-4k-6 { - width: 50%; +} +@media (max-width: 1199.98px) { + .table-responsive-xl { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .col-4k-5 { - width: 41.66666666666667%; + .table-responsive-xl > .table-bordered { + border: 0; } - .col-4k-4 { - width: 33.33333333333333%; +} +@media (max-width: 1365.98px) { + .table-responsive-hd { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .col-4k-3 { - width: 25%; + .table-responsive-hd > .table-bordered { + border: 0; } - .col-4k-2 { - width: 16.666666666666664%; +} +@media (max-width: 1919.98px) { + .table-responsive-fhd { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .col-4k-1 { - width: 8.333333333333332%; + .table-responsive-fhd > .table-bordered { + border: 0; } - .col-4k-pull-12 { - right: 100%; +} +@media (max-width: 2559.98px) { + .table-responsive-rt { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .col-4k-pull-11 { - right: 91.66666666666666%; + .table-responsive-rt > .table-bordered { + border: 0; } - .col-4k-pull-10 { - right: 83.33333333333334%; +} +@media (max-width: 2879.98px) { + .table-responsive-rt15 { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .col-4k-pull-9 { - right: 75%; + .table-responsive-rt15 > .table-bordered { + border: 0; } - .col-4k-pull-8 { - right: 66.66666666666666%; +} +@media (max-width: 3839.98px) { + .table-responsive-4k { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .col-4k-pull-7 { - right: 58.333333333333336%; + .table-responsive-4k > .table-bordered { + border: 0; } - .col-4k-pull-6 { - right: 50%; +} +@media (max-width: 5119.98px) { + .table-responsive-5k { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .col-4k-pull-5 { - right: 41.66666666666667%; + .table-responsive-5k > .table-bordered { + border: 0; } - .col-4k-pull-4 { - right: 33.33333333333333%; +} +@media (max-width: 7679.98px) { + .table-responsive-8k { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .col-4k-pull-3 { - right: 25%; + .table-responsive-8k > .table-bordered { + border: 0; } - .col-4k-pull-2 { - right: 16.666666666666664%; +} +.table-responsive { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; +} +.table-responsive > .table-bordered { + border: 0; +} + +.dropdown-menu-left { + right: auto; + left: 0; +} + +.dropdown-menu-right { + right: 0; + left: auto; +} + +@media (min-width: 576px) { + .dropdown-menu-sm-left { + right: auto; + left: 0; } - .col-4k-pull-1 { - right: 8.333333333333332%; + + .dropdown-menu-sm-right { + right: 0; + left: auto; } - .col-4k-pull-0 { +} +@media (min-width: 768px) { + .dropdown-menu-md-left { right: auto; + left: 0; } - .col-4k-push-12 { - left: 100%; + + .dropdown-menu-md-right { + right: 0; + left: auto; } - .col-4k-push-11 { - left: 91.66666666666666%; +} +@media (min-width: 992px) { + .dropdown-menu-lg-left { + right: auto; + left: 0; } - .col-4k-push-10 { - left: 83.33333333333334%; + + .dropdown-menu-lg-right { + right: 0; + left: auto; } - .col-4k-push-9 { - left: 75%; +} +@media (min-width: 1200px) { + .dropdown-menu-xl-left { + right: auto; + left: 0; } - .col-4k-push-8 { - left: 66.66666666666666%; + + .dropdown-menu-xl-right { + right: 0; + left: auto; } - .col-4k-push-7 { - left: 58.333333333333336%; +} +@media (min-width: 1366px) { + .dropdown-menu-hd-left { + right: auto; + left: 0; } - .col-4k-push-6 { - left: 50%; + + .dropdown-menu-hd-right { + right: 0; + left: auto; } - .col-4k-push-5 { - left: 41.66666666666667%; - } - .col-4k-push-4 { - left: 33.33333333333333%; - } - .col-4k-push-3 { - left: 25%; +} +@media (min-width: 1920px) { + .dropdown-menu-fhd-left { + right: auto; + left: 0; } - .col-4k-push-2 { - left: 16.666666666666664%; + + .dropdown-menu-fhd-right { + right: 0; + left: auto; } - .col-4k-push-1 { - left: 8.333333333333332%; +} +@media (min-width: 2560px) { + .dropdown-menu-rt-left { + right: auto; + left: 0; } - .col-4k-push-0 { + + .dropdown-menu-rt-right { + right: 0; left: auto; } - .col-4k-offset-12 { - margin-left: 100%; +} +@media (min-width: 2880px) { + .dropdown-menu-rt15-left { + right: auto; + left: 0; } - .col-4k-offset-11 { - margin-left: 91.66666666666666%; + + .dropdown-menu-rt15-right { + right: 0; + left: auto; } - .col-4k-offset-10 { - margin-left: 83.33333333333334%; +} +@media (min-width: 3840px) { + .dropdown-menu-4k-left { + right: auto; + left: 0; } - .col-4k-offset-9 { - margin-left: 75%; + + .dropdown-menu-4k-right { + right: 0; + left: auto; } - .col-4k-offset-8 { - margin-left: 66.66666666666666%; +} +@media (min-width: 5120px) { + .dropdown-menu-5k-left { + right: auto; + left: 0; } - .col-4k-offset-7 { - margin-left: 58.333333333333336%; + + .dropdown-menu-5k-right { + right: 0; + left: auto; } - .col-4k-offset-6 { - margin-left: 50%; +} +@media (min-width: 7680px) { + .dropdown-menu-8k-left { + right: auto; + left: 0; } - .col-4k-offset-5 { - margin-left: 41.66666666666667%; + + .dropdown-menu-8k-right { + right: 0; + left: auto; } - .col-4k-offset-4 { - margin-left: 33.33333333333333%; +} +.navbar { + position: relative; + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; + padding: 0.5rem 1rem; +} +.navbar .container, +.navbar .container-fluid, +.navbar .container-sm, +.navbar .container-md, +.navbar .container-lg, +.navbar .container-xl, +.navbar .container-hd, +.navbar .container-fhd, +.navbar .container-rt, +.navbar .container-rt15, +.navbar .container-4k, +.navbar .container-5k, +.navbar .container-8k { + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; +} + +@media (max-width: 575.98px) { + .navbar-expand-sm > .container, + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl, + .navbar-expand-sm > .container-hd, + .navbar-expand-sm > .container-fhd, + .navbar-expand-sm > .container-rt, + .navbar-expand-sm > .container-rt15, + .navbar-expand-sm > .container-4k, + .navbar-expand-sm > .container-5k, + .navbar-expand-sm > .container-8k { + padding-right: 0; + padding-left: 0; + } +} +@media (min-width: 576px) { + .navbar-expand-sm { + flex-flow: row 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 > .container, + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl, + .navbar-expand-sm > .container-hd, + .navbar-expand-sm > .container-fhd, + .navbar-expand-sm > .container-rt, + .navbar-expand-sm > .container-rt15, + .navbar-expand-sm > .container-4k, + .navbar-expand-sm > .container-5k, + .navbar-expand-sm > .container-8k { + flex-wrap: nowrap; + } + .navbar-expand-sm .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-sm .navbar-toggler { + display: none; + } +} +@media (max-width: 767.98px) { + .navbar-expand-md > .container, + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl, + .navbar-expand-md > .container-hd, + .navbar-expand-md > .container-fhd, + .navbar-expand-md > .container-rt, + .navbar-expand-md > .container-rt15, + .navbar-expand-md > .container-4k, + .navbar-expand-md > .container-5k, + .navbar-expand-md > .container-8k { + padding-right: 0; + padding-left: 0; + } +} +@media (min-width: 768px) { + .navbar-expand-md { + flex-flow: row 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 > .container, + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl, + .navbar-expand-md > .container-hd, + .navbar-expand-md > .container-fhd, + .navbar-expand-md > .container-rt, + .navbar-expand-md > .container-rt15, + .navbar-expand-md > .container-4k, + .navbar-expand-md > .container-5k, + .navbar-expand-md > .container-8k { + flex-wrap: nowrap; + } + .navbar-expand-md .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-md .navbar-toggler { + display: none; + } +} +@media (max-width: 991.98px) { + .navbar-expand-lg > .container, + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl, + .navbar-expand-lg > .container-hd, + .navbar-expand-lg > .container-fhd, + .navbar-expand-lg > .container-rt, + .navbar-expand-lg > .container-rt15, + .navbar-expand-lg > .container-4k, + .navbar-expand-lg > .container-5k, + .navbar-expand-lg > .container-8k { + padding-right: 0; + padding-left: 0; + } +} +@media (min-width: 992px) { + .navbar-expand-lg { + flex-flow: row 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 > .container, + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl, + .navbar-expand-lg > .container-hd, + .navbar-expand-lg > .container-fhd, + .navbar-expand-lg > .container-rt, + .navbar-expand-lg > .container-rt15, + .navbar-expand-lg > .container-4k, + .navbar-expand-lg > .container-5k, + .navbar-expand-lg > .container-8k { + flex-wrap: nowrap; + } + .navbar-expand-lg .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-lg .navbar-toggler { + display: none; + } +} +@media (max-width: 1199.98px) { + .navbar-expand-xl > .container, + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl, + .navbar-expand-xl > .container-hd, + .navbar-expand-xl > .container-fhd, + .navbar-expand-xl > .container-rt, + .navbar-expand-xl > .container-rt15, + .navbar-expand-xl > .container-4k, + .navbar-expand-xl > .container-5k, + .navbar-expand-xl > .container-8k { + padding-right: 0; + padding-left: 0; + } +} +@media (min-width: 1200px) { + .navbar-expand-xl { + flex-flow: row 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 > .container, + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl, + .navbar-expand-xl > .container-hd, + .navbar-expand-xl > .container-fhd, + .navbar-expand-xl > .container-rt, + .navbar-expand-xl > .container-rt15, + .navbar-expand-xl > .container-4k, + .navbar-expand-xl > .container-5k, + .navbar-expand-xl > .container-8k { + flex-wrap: nowrap; + } + .navbar-expand-xl .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-xl .navbar-toggler { + display: none; + } +} +@media (max-width: 1365.98px) { + .navbar-expand-hd > .container, + .navbar-expand-hd > .container-fluid, + .navbar-expand-hd > .container-sm, + .navbar-expand-hd > .container-md, + .navbar-expand-hd > .container-lg, + .navbar-expand-hd > .container-xl, + .navbar-expand-hd > .container-hd, + .navbar-expand-hd > .container-fhd, + .navbar-expand-hd > .container-rt, + .navbar-expand-hd > .container-rt15, + .navbar-expand-hd > .container-4k, + .navbar-expand-hd > .container-5k, + .navbar-expand-hd > .container-8k { + padding-right: 0; + padding-left: 0; } - .col-4k-offset-3 { - margin-left: 25%; +} +@media (min-width: 1366px) { + .navbar-expand-hd { + flex-flow: row nowrap; + justify-content: flex-start; + } + .navbar-expand-hd .navbar-nav { + flex-direction: row; + } + .navbar-expand-hd .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-hd .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-hd > .container, + .navbar-expand-hd > .container-fluid, + .navbar-expand-hd > .container-sm, + .navbar-expand-hd > .container-md, + .navbar-expand-hd > .container-lg, + .navbar-expand-hd > .container-xl, + .navbar-expand-hd > .container-hd, + .navbar-expand-hd > .container-fhd, + .navbar-expand-hd > .container-rt, + .navbar-expand-hd > .container-rt15, + .navbar-expand-hd > .container-4k, + .navbar-expand-hd > .container-5k, + .navbar-expand-hd > .container-8k { + flex-wrap: nowrap; + } + .navbar-expand-hd .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-hd .navbar-toggler { + display: none; + } +} +@media (max-width: 1919.98px) { + .navbar-expand-fhd > .container, + .navbar-expand-fhd > .container-fluid, + .navbar-expand-fhd > .container-sm, + .navbar-expand-fhd > .container-md, + .navbar-expand-fhd > .container-lg, + .navbar-expand-fhd > .container-xl, + .navbar-expand-fhd > .container-hd, + .navbar-expand-fhd > .container-fhd, + .navbar-expand-fhd > .container-rt, + .navbar-expand-fhd > .container-rt15, + .navbar-expand-fhd > .container-4k, + .navbar-expand-fhd > .container-5k, + .navbar-expand-fhd > .container-8k { + padding-right: 0; + padding-left: 0; } - .col-4k-offset-2 { - margin-left: 16.666666666666664%; +} +@media (min-width: 1920px) { + .navbar-expand-fhd { + flex-flow: row nowrap; + justify-content: flex-start; + } + .navbar-expand-fhd .navbar-nav { + flex-direction: row; + } + .navbar-expand-fhd .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-fhd .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-fhd > .container, + .navbar-expand-fhd > .container-fluid, + .navbar-expand-fhd > .container-sm, + .navbar-expand-fhd > .container-md, + .navbar-expand-fhd > .container-lg, + .navbar-expand-fhd > .container-xl, + .navbar-expand-fhd > .container-hd, + .navbar-expand-fhd > .container-fhd, + .navbar-expand-fhd > .container-rt, + .navbar-expand-fhd > .container-rt15, + .navbar-expand-fhd > .container-4k, + .navbar-expand-fhd > .container-5k, + .navbar-expand-fhd > .container-8k { + flex-wrap: nowrap; + } + .navbar-expand-fhd .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-fhd .navbar-toggler { + display: none; + } +} +@media (max-width: 2559.98px) { + .navbar-expand-rt > .container, + .navbar-expand-rt > .container-fluid, + .navbar-expand-rt > .container-sm, + .navbar-expand-rt > .container-md, + .navbar-expand-rt > .container-lg, + .navbar-expand-rt > .container-xl, + .navbar-expand-rt > .container-hd, + .navbar-expand-rt > .container-fhd, + .navbar-expand-rt > .container-rt, + .navbar-expand-rt > .container-rt15, + .navbar-expand-rt > .container-4k, + .navbar-expand-rt > .container-5k, + .navbar-expand-rt > .container-8k { + padding-right: 0; + padding-left: 0; } - .col-4k-offset-1 { - margin-left: 8.333333333333332%; +} +@media (min-width: 2560px) { + .navbar-expand-rt { + flex-flow: row nowrap; + justify-content: flex-start; + } + .navbar-expand-rt .navbar-nav { + flex-direction: row; + } + .navbar-expand-rt .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-rt .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-rt > .container, + .navbar-expand-rt > .container-fluid, + .navbar-expand-rt > .container-sm, + .navbar-expand-rt > .container-md, + .navbar-expand-rt > .container-lg, + .navbar-expand-rt > .container-xl, + .navbar-expand-rt > .container-hd, + .navbar-expand-rt > .container-fhd, + .navbar-expand-rt > .container-rt, + .navbar-expand-rt > .container-rt15, + .navbar-expand-rt > .container-4k, + .navbar-expand-rt > .container-5k, + .navbar-expand-rt > .container-8k { + flex-wrap: nowrap; + } + .navbar-expand-rt .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-rt .navbar-toggler { + display: none; + } +} +@media (max-width: 2879.98px) { + .navbar-expand-rt15 > .container, + .navbar-expand-rt15 > .container-fluid, + .navbar-expand-rt15 > .container-sm, + .navbar-expand-rt15 > .container-md, + .navbar-expand-rt15 > .container-lg, + .navbar-expand-rt15 > .container-xl, + .navbar-expand-rt15 > .container-hd, + .navbar-expand-rt15 > .container-fhd, + .navbar-expand-rt15 > .container-rt, + .navbar-expand-rt15 > .container-rt15, + .navbar-expand-rt15 > .container-4k, + .navbar-expand-rt15 > .container-5k, + .navbar-expand-rt15 > .container-8k { + padding-right: 0; + padding-left: 0; } - .col-4k-offset-0 { - margin-left: 0%; +} +@media (min-width: 2880px) { + .navbar-expand-rt15 { + flex-flow: row nowrap; + justify-content: flex-start; + } + .navbar-expand-rt15 .navbar-nav { + flex-direction: row; + } + .navbar-expand-rt15 .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-rt15 .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-rt15 > .container, + .navbar-expand-rt15 > .container-fluid, + .navbar-expand-rt15 > .container-sm, + .navbar-expand-rt15 > .container-md, + .navbar-expand-rt15 > .container-lg, + .navbar-expand-rt15 > .container-xl, + .navbar-expand-rt15 > .container-hd, + .navbar-expand-rt15 > .container-fhd, + .navbar-expand-rt15 > .container-rt, + .navbar-expand-rt15 > .container-rt15, + .navbar-expand-rt15 > .container-4k, + .navbar-expand-rt15 > .container-5k, + .navbar-expand-rt15 > .container-8k { + flex-wrap: nowrap; + } + .navbar-expand-rt15 .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-rt15 .navbar-toggler { + display: none; + } +} +@media (max-width: 3839.98px) { + .navbar-expand-4k > .container, + .navbar-expand-4k > .container-fluid, + .navbar-expand-4k > .container-sm, + .navbar-expand-4k > .container-md, + .navbar-expand-4k > .container-lg, + .navbar-expand-4k > .container-xl, + .navbar-expand-4k > .container-hd, + .navbar-expand-4k > .container-fhd, + .navbar-expand-4k > .container-rt, + .navbar-expand-4k > .container-rt15, + .navbar-expand-4k > .container-4k, + .navbar-expand-4k > .container-5k, + .navbar-expand-4k > .container-8k { + padding-right: 0; + padding-left: 0; } } -@media (min-width: 8192px) { - .col-8k-1, .col-8k-2, .col-8k-3, .col-8k-4, .col-8k-5, .col-8k-6, .col-8k-7, .col-8k-8, .col-8k-9, .col-8k-10, .col-8k-11, .col-8k-12 { - float: left; +@media (min-width: 3840px) { + .navbar-expand-4k { + flex-flow: row nowrap; + justify-content: flex-start; + } + .navbar-expand-4k .navbar-nav { + flex-direction: row; + } + .navbar-expand-4k .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-4k .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-4k > .container, + .navbar-expand-4k > .container-fluid, + .navbar-expand-4k > .container-sm, + .navbar-expand-4k > .container-md, + .navbar-expand-4k > .container-lg, + .navbar-expand-4k > .container-xl, + .navbar-expand-4k > .container-hd, + .navbar-expand-4k > .container-fhd, + .navbar-expand-4k > .container-rt, + .navbar-expand-4k > .container-rt15, + .navbar-expand-4k > .container-4k, + .navbar-expand-4k > .container-5k, + .navbar-expand-4k > .container-8k { + flex-wrap: nowrap; + } + .navbar-expand-4k .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-4k .navbar-toggler { + display: none; + } +} +@media (max-width: 5119.98px) { + .navbar-expand-5k > .container, + .navbar-expand-5k > .container-fluid, + .navbar-expand-5k > .container-sm, + .navbar-expand-5k > .container-md, + .navbar-expand-5k > .container-lg, + .navbar-expand-5k > .container-xl, + .navbar-expand-5k > .container-hd, + .navbar-expand-5k > .container-fhd, + .navbar-expand-5k > .container-rt, + .navbar-expand-5k > .container-rt15, + .navbar-expand-5k > .container-4k, + .navbar-expand-5k > .container-5k, + .navbar-expand-5k > .container-8k { + padding-right: 0; + padding-left: 0; + } +} +@media (min-width: 5120px) { + .navbar-expand-5k { + flex-flow: row nowrap; + justify-content: flex-start; + } + .navbar-expand-5k .navbar-nav { + flex-direction: row; + } + .navbar-expand-5k .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-5k .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-5k > .container, + .navbar-expand-5k > .container-fluid, + .navbar-expand-5k > .container-sm, + .navbar-expand-5k > .container-md, + .navbar-expand-5k > .container-lg, + .navbar-expand-5k > .container-xl, + .navbar-expand-5k > .container-hd, + .navbar-expand-5k > .container-fhd, + .navbar-expand-5k > .container-rt, + .navbar-expand-5k > .container-rt15, + .navbar-expand-5k > .container-4k, + .navbar-expand-5k > .container-5k, + .navbar-expand-5k > .container-8k { + flex-wrap: nowrap; + } + .navbar-expand-5k .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-5k .navbar-toggler { + display: none; + } +} +@media (max-width: 7679.98px) { + .navbar-expand-8k > .container, + .navbar-expand-8k > .container-fluid, + .navbar-expand-8k > .container-sm, + .navbar-expand-8k > .container-md, + .navbar-expand-8k > .container-lg, + .navbar-expand-8k > .container-xl, + .navbar-expand-8k > .container-hd, + .navbar-expand-8k > .container-fhd, + .navbar-expand-8k > .container-rt, + .navbar-expand-8k > .container-rt15, + .navbar-expand-8k > .container-4k, + .navbar-expand-8k > .container-5k, + .navbar-expand-8k > .container-8k { + padding-right: 0; + padding-left: 0; + } +} +@media (min-width: 7680px) { + .navbar-expand-8k { + flex-flow: row nowrap; + justify-content: flex-start; + } + .navbar-expand-8k .navbar-nav { + flex-direction: row; + } + .navbar-expand-8k .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-8k .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-8k > .container, + .navbar-expand-8k > .container-fluid, + .navbar-expand-8k > .container-sm, + .navbar-expand-8k > .container-md, + .navbar-expand-8k > .container-lg, + .navbar-expand-8k > .container-xl, + .navbar-expand-8k > .container-hd, + .navbar-expand-8k > .container-fhd, + .navbar-expand-8k > .container-rt, + .navbar-expand-8k > .container-rt15, + .navbar-expand-8k > .container-4k, + .navbar-expand-8k > .container-5k, + .navbar-expand-8k > .container-8k { + flex-wrap: nowrap; + } + .navbar-expand-8k .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-8k .navbar-toggler { + display: none; + } +} +.navbar-expand { + flex-flow: row nowrap; + justify-content: flex-start; +} +.navbar-expand > .container, +.navbar-expand > .container-fluid, +.navbar-expand > .container-sm, +.navbar-expand > .container-md, +.navbar-expand > .container-lg, +.navbar-expand > .container-xl, +.navbar-expand > .container-hd, +.navbar-expand > .container-fhd, +.navbar-expand > .container-rt, +.navbar-expand > .container-rt15, +.navbar-expand > .container-4k, +.navbar-expand > .container-5k, +.navbar-expand > .container-8k { + padding-right: 0; + padding-left: 0; +} +.navbar-expand .navbar-nav { + flex-direction: row; +} +.navbar-expand .navbar-nav .dropdown-menu { + position: absolute; +} +.navbar-expand .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; +} +.navbar-expand > .container, +.navbar-expand > .container-fluid, +.navbar-expand > .container-sm, +.navbar-expand > .container-md, +.navbar-expand > .container-lg, +.navbar-expand > .container-xl, +.navbar-expand > .container-hd, +.navbar-expand > .container-fhd, +.navbar-expand > .container-rt, +.navbar-expand > .container-rt15, +.navbar-expand > .container-4k, +.navbar-expand > .container-5k, +.navbar-expand > .container-8k { + flex-wrap: nowrap; +} +.navbar-expand .navbar-collapse { + display: flex !important; + flex-basis: auto; +} +.navbar-expand .navbar-toggler { + display: none; +} + +.list-group-horizontal { + flex-direction: row; +} +.list-group-horizontal .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; +} +.list-group-horizontal .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; +} +.list-group-horizontal .list-group-item.active { + margin-top: 0; +} +.list-group-horizontal .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; +} +.list-group-horizontal .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; +} + +@media (min-width: 576px) { + .list-group-horizontal-sm { + flex-direction: row; + } + .list-group-horizontal-sm .list-group-item:first-child { + border-bottom-left-radius: 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; } - .col-8k-12 { - width: 100%; + .list-group-horizontal-sm .list-group-item.active { + margin-top: 0; } - .col-8k-11 { - width: 91.66666666666666%; + .list-group-horizontal-sm .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; } - .col-8k-10 { - width: 83.33333333333334%; + .list-group-horizontal-sm .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; } - .col-8k-9 { - width: 75%; +} +@media (min-width: 768px) { + .list-group-horizontal-md { + flex-direction: row; } - .col-8k-8 { - width: 66.66666666666666%; + .list-group-horizontal-md .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; } - .col-8k-7 { - width: 58.333333333333336%; + .list-group-horizontal-md .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; } - .col-8k-6 { - width: 50%; + .list-group-horizontal-md .list-group-item.active { + margin-top: 0; } - .col-8k-5 { - width: 41.66666666666667%; + .list-group-horizontal-md .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; } - .col-8k-4 { - width: 33.33333333333333%; + .list-group-horizontal-md .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; } - .col-8k-3 { - width: 25%; +} +@media (min-width: 992px) { + .list-group-horizontal-lg { + flex-direction: row; } - .col-8k-2 { - width: 16.666666666666664%; + .list-group-horizontal-lg .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; } - .col-8k-1 { - width: 8.333333333333332%; + .list-group-horizontal-lg .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; } - .col-8k-pull-12 { - right: 100%; + .list-group-horizontal-lg .list-group-item.active { + margin-top: 0; } - .col-8k-pull-11 { - right: 91.66666666666666%; + .list-group-horizontal-lg .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; } - .col-8k-pull-10 { - right: 83.33333333333334%; + .list-group-horizontal-lg .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; } - .col-8k-pull-9 { - right: 75%; +} +@media (min-width: 1200px) { + .list-group-horizontal-xl { + flex-direction: row; } - .col-8k-pull-8 { - right: 66.66666666666666%; + .list-group-horizontal-xl .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; } - .col-8k-pull-7 { - right: 58.333333333333336%; + .list-group-horizontal-xl .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; } - .col-8k-pull-6 { - right: 50%; + .list-group-horizontal-xl .list-group-item.active { + margin-top: 0; } - .col-8k-pull-5 { - right: 41.66666666666667%; + .list-group-horizontal-xl .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; } - .col-8k-pull-4 { - right: 33.33333333333333%; + .list-group-horizontal-xl .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; } - .col-8k-pull-3 { - right: 25%; +} +@media (min-width: 1366px) { + .list-group-horizontal-hd { + flex-direction: row; } - .col-8k-pull-2 { - right: 16.666666666666664%; + .list-group-horizontal-hd .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; } - .col-8k-pull-1 { - right: 8.333333333333332%; + .list-group-horizontal-hd .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; } - .col-8k-pull-0 { - right: auto; + .list-group-horizontal-hd .list-group-item.active { + margin-top: 0; } - .col-8k-push-12 { - left: 100%; + .list-group-horizontal-hd .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; } - .col-8k-push-11 { - left: 91.66666666666666%; + .list-group-horizontal-hd .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; } - .col-8k-push-10 { - left: 83.33333333333334%; +} +@media (min-width: 1920px) { + .list-group-horizontal-fhd { + flex-direction: row; } - .col-8k-push-9 { - left: 75%; + .list-group-horizontal-fhd .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; } - .col-8k-push-8 { - left: 66.66666666666666%; + .list-group-horizontal-fhd .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; } - .col-8k-push-7 { - left: 58.333333333333336%; + .list-group-horizontal-fhd .list-group-item.active { + margin-top: 0; } - .col-8k-push-6 { - left: 50%; + .list-group-horizontal-fhd .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; } - .col-8k-push-5 { - left: 41.66666666666667%; + .list-group-horizontal-fhd .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; } - .col-8k-push-4 { - left: 33.33333333333333%; +} +@media (min-width: 2560px) { + .list-group-horizontal-rt { + flex-direction: row; } - .col-8k-push-3 { - left: 25%; + .list-group-horizontal-rt .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; } - .col-8k-push-2 { - left: 16.666666666666664%; + .list-group-horizontal-rt .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; } - .col-8k-push-1 { - left: 8.333333333333332%; + .list-group-horizontal-rt .list-group-item.active { + margin-top: 0; } - .col-8k-push-0 { - left: auto; + .list-group-horizontal-rt .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; } - .col-8k-offset-12 { - margin-left: 100%; + .list-group-horizontal-rt .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; } - .col-8k-offset-11 { - margin-left: 91.66666666666666%; +} +@media (min-width: 2880px) { + .list-group-horizontal-rt15 { + flex-direction: row; } - .col-8k-offset-10 { - margin-left: 83.33333333333334%; + .list-group-horizontal-rt15 .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; } - .col-8k-offset-9 { - margin-left: 75%; + .list-group-horizontal-rt15 .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; } - .col-8k-offset-8 { - margin-left: 66.66666666666666%; + .list-group-horizontal-rt15 .list-group-item.active { + margin-top: 0; } - .col-8k-offset-7 { - margin-left: 58.333333333333336%; + .list-group-horizontal-rt15 .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; } - .col-8k-offset-6 { - margin-left: 50%; + .list-group-horizontal-rt15 .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; } - .col-8k-offset-5 { - margin-left: 41.66666666666667%; +} +@media (min-width: 3840px) { + .list-group-horizontal-4k { + flex-direction: row; } - .col-8k-offset-4 { - margin-left: 33.33333333333333%; + .list-group-horizontal-4k .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; } - .col-8k-offset-3 { - margin-left: 25%; + .list-group-horizontal-4k .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; } - .col-8k-offset-2 { - margin-left: 16.666666666666664%; + .list-group-horizontal-4k .list-group-item.active { + margin-top: 0; } - .col-8k-offset-1 { - margin-left: 8.333333333333332%; + .list-group-horizontal-4k .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; } - .col-8k-offset-0 { - margin-left: 0%; + .list-group-horizontal-4k .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; } } -.visible-xs { - display: none !important; -} -@media (max-width: 767px) { - .visible-xs { - display: block !important; - } - table.visible-xs { - display: table; - } - tr.visible-xs { - display: table-row !important; +@media (min-width: 5120px) { + .list-group-horizontal-5k { + flex-direction: row; } - th.visible-xs, - td.visible-xs { - display: table-cell !important; + .list-group-horizontal-5k .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; } -} -@media (min-width: 768px) and (max-width: 991px) { - .visible-xs.visible-sm { - display: block !important; + .list-group-horizontal-5k .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; } - table.visible-xs.visible-sm { - display: table; + .list-group-horizontal-5k .list-group-item.active { + margin-top: 0; } - tr.visible-xs.visible-sm { - display: table-row !important; + .list-group-horizontal-5k .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; } - th.visible-xs.visible-sm, - td.visible-xs.visible-sm { - display: table-cell !important; + .list-group-horizontal-5k .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; } } -@media (min-width: 992px) and (max-width: 1199px) { - .visible-xs.visible-md { - display: block !important; - } - table.visible-xs.visible-md { - display: table; +@media (min-width: 7680px) { + .list-group-horizontal-8k { + flex-direction: row; } - tr.visible-xs.visible-md { - display: table-row !important; - } - th.visible-xs.visible-md, - td.visible-xs.visible-md { - display: table-cell !important; + .list-group-horizontal-8k .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; } -} -@media (min-width: 1200px) and (max-width: 1365px) { - .visible-xs.visible-lg { - display: block !important; + .list-group-horizontal-8k .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; } - table.visible-xs.visible-lg { - display: table; + .list-group-horizontal-8k .list-group-item.active { + margin-top: 0; } - tr.visible-xs.visible-lg { - display: table-row !important; + .list-group-horizontal-8k .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; } - th.visible-xs.visible-lg, - td.visible-xs.visible-lg { - display: table-cell !important; + .list-group-horizontal-8k .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; } } -@media (min-width: 1366px) and (max-width: 1919px) { - .visible-xs.visible-xlg { - display: block !important; - } - table.visible-xs.visible-xlg { - display: table; +.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; +} + +@media (min-width: 576px) { + .d-sm-none { + display: none !important; } - tr.visible-xs.visible-xlg { - display: table-row !important; + + .d-sm-inline { + display: inline !important; } - th.visible-xs.visible-xlg, - td.visible-xs.visible-xlg { - display: table-cell !important; + + .d-sm-inline-block { + display: inline-block !important; } -} -@media (min-width: 1920px) and (max-width: 2559px) { - .visible-xs.visible-fhd { + + .d-sm-block { display: block !important; } - table.visible-xs.visible-fhd { - display: table; + + .d-sm-table { + display: table !important; } - tr.visible-xs.visible-fhd { + + .d-sm-table-row { display: table-row !important; } - th.visible-xs.visible-fhd, - td.visible-xs.visible-fhd { + + .d-sm-table-cell { display: table-cell !important; } -} -@media (min-width: 2560px) and (max-width: 2879px) { - .visible-xs.visible-rt { - display: block !important; - } - table.visible-xs.visible-rt { - display: table; - } - tr.visible-xs.visible-rt { - display: table-row !important; + + .d-sm-flex { + display: flex !important; } - th.visible-xs.visible-rt, - td.visible-xs.visible-rt { - display: table-cell !important; + + .d-sm-inline-flex { + display: inline-flex !important; } } -@media (min-width: 2880px) and (max-width: 3839px) { - .visible-xs.visible-rt15 { - display: block !important; - } - table.visible-xs.visible-rt15 { - display: table; +@media (min-width: 768px) { + .d-md-none { + display: none !important; } - tr.visible-xs.visible-rt15 { - display: table-row !important; + + .d-md-inline { + display: inline !important; } - th.visible-xs.visible-rt15, - td.visible-xs.visible-rt15 { - display: table-cell !important; + + .d-md-inline-block { + display: inline-block !important; } -} -@media (min-width: 3840px) and (max-width: 4095px) { - .visible-xs.visible-uhd { + + .d-md-block { display: block !important; } - table.visible-xs.visible-uhd { - display: table; + + .d-md-table { + display: table !important; } - tr.visible-xs.visible-uhd { + + .d-md-table-row { display: table-row !important; } - th.visible-xs.visible-uhd, - td.visible-xs.visible-uhd { + + .d-md-table-cell { display: table-cell !important; } -} -@media (min-width: 4096px) and (max-width: 8191px) { - .visible-xs.visible-4k { - display: block !important; - } - table.visible-xs.visible-4k { - display: table; - } - tr.visible-xs.visible-4k { - display: table-row !important; + + .d-md-flex { + display: flex !important; } - th.visible-xs.visible-4k, - td.visible-xs.visible-4k { - display: table-cell !important; + + .d-md-inline-flex { + display: inline-flex !important; } } -@media (min-width: 8192px) { - .visible-xs.visible-8k { - display: block !important; - } - table.visible-xs.visible-8k { - display: table; +@media (min-width: 992px) { + .d-lg-none { + display: none !important; } - tr.visible-xs.visible-8k { - display: table-row !important; + + .d-lg-inline { + display: inline !important; } - th.visible-xs.visible-8k, - td.visible-xs.visible-8k { - display: table-cell !important; + + .d-lg-inline-block { + display: inline-block !important; } -} -.visible-sm { - display: none !important; -} -@media (max-width: 767px) { - .visible-sm.visible-xs { + + .d-lg-block { display: block !important; } - table.visible-sm.visible-xs { - display: table; + + .d-lg-table { + display: table !important; } - tr.visible-sm.visible-xs { + + .d-lg-table-row { display: table-row !important; } - th.visible-sm.visible-xs, - td.visible-sm.visible-xs { + + .d-lg-table-cell { display: table-cell !important; } -} -@media (min-width: 768px) and (max-width: 991px) { - .visible-sm { - display: block !important; - } - table.visible-sm { - display: table; - } - tr.visible-sm { - display: table-row !important; + + .d-lg-flex { + display: flex !important; } - th.visible-sm, - td.visible-sm { - display: table-cell !important; + + .d-lg-inline-flex { + display: inline-flex !important; } } -@media (min-width: 992px) and (max-width: 1199px) { - .visible-sm.visible-md { - display: block !important; - } - table.visible-sm.visible-md { - display: table; +@media (min-width: 1200px) { + .d-xl-none { + display: none !important; } - tr.visible-sm.visible-md { - display: table-row !important; + + .d-xl-inline { + display: inline !important; } - th.visible-sm.visible-md, - td.visible-sm.visible-md { - display: table-cell !important; + + .d-xl-inline-block { + display: inline-block !important; } -} -@media (min-width: 1200px) and (max-width: 1365px) { - .visible-sm.visible-lg { + + .d-xl-block { display: block !important; } - table.visible-sm.visible-lg { - display: table; + + .d-xl-table { + display: table !important; } - tr.visible-sm.visible-lg { + + .d-xl-table-row { display: table-row !important; } - th.visible-sm.visible-lg, - td.visible-sm.visible-lg { + + .d-xl-table-cell { display: table-cell !important; } -} -@media (min-width: 1366px) and (max-width: 1919px) { - .visible-sm.visible-xlg { - display: block !important; - } - table.visible-sm.visible-xlg { - display: table; - } - tr.visible-sm.visible-xlg { - display: table-row !important; + + .d-xl-flex { + display: flex !important; } - th.visible-sm.visible-xlg, - td.visible-sm.visible-xlg { - display: table-cell !important; + + .d-xl-inline-flex { + display: inline-flex !important; } } -@media (min-width: 1920px) and (max-width: 2559px) { - .visible-sm.visible-fhd { - display: block !important; - } - table.visible-sm.visible-fhd { - display: table; +@media (min-width: 1366px) { + .d-hd-none { + display: none !important; } - tr.visible-sm.visible-fhd { - display: table-row !important; + + .d-hd-inline { + display: inline !important; } - th.visible-sm.visible-fhd, - td.visible-sm.visible-fhd { - display: table-cell !important; + + .d-hd-inline-block { + display: inline-block !important; } -} -@media (min-width: 2560px) and (max-width: 2879px) { - .visible-sm.visible-rt { + + .d-hd-block { display: block !important; } - table.visible-sm.visible-rt { - display: table; + + .d-hd-table { + display: table !important; } - tr.visible-sm.visible-rt { + + .d-hd-table-row { display: table-row !important; } - th.visible-sm.visible-rt, - td.visible-sm.visible-rt { + + .d-hd-table-cell { display: table-cell !important; } -} -@media (min-width: 2880px) and (max-width: 3839px) { - .visible-sm.visible-rt15 { - display: block !important; - } - table.visible-sm.visible-rt15 { - display: table; + + .d-hd-flex { + display: flex !important; } - tr.visible-sm.visible-rt15 { - display: table-row !important; - } - th.visible-sm.visible-rt15, - td.visible-sm.visible-rt15 { - display: table-cell !important; + + .d-hd-inline-flex { + display: inline-flex !important; } } -@media (min-width: 3840px) and (max-width: 4095px) { - .visible-sm.visible-uhd { - display: block !important; - } - table.visible-sm.visible-uhd { - display: table; +@media (min-width: 1920px) { + .d-fhd-none { + display: none !important; } - tr.visible-sm.visible-uhd { - display: table-row !important; + + .d-fhd-inline { + display: inline !important; } - th.visible-sm.visible-uhd, - td.visible-sm.visible-uhd { - display: table-cell !important; + + .d-fhd-inline-block { + display: inline-block !important; } -} -@media (min-width: 4096px) and (max-width: 8191px) { - .visible-sm.visible-4k { + + .d-fhd-block { display: block !important; } - table.visible-sm.visible-4k { - display: table; + + .d-fhd-table { + display: table !important; } - tr.visible-sm.visible-4k { + + .d-fhd-table-row { display: table-row !important; } - th.visible-sm.visible-4k, - td.visible-sm.visible-4k { + + .d-fhd-table-cell { display: table-cell !important; } -} -@media (min-width: 8192px) { - .visible-sm.visible-8k { - display: block !important; - } - table.visible-sm.visible-8k { - display: table; - } - tr.visible-sm.visible-8k { - display: table-row !important; + + .d-fhd-flex { + display: flex !important; } - th.visible-sm.visible-8k, - td.visible-sm.visible-8k { - display: table-cell !important; + + .d-fhd-inline-flex { + display: inline-flex !important; } } -.visible-md { - display: none !important; -} -@media (max-width: 767px) { - .visible-md.visible-xs { - display: block !important; - } - table.visible-md.visible-xs { - display: table; +@media (min-width: 2560px) { + .d-rt-none { + display: none !important; } - tr.visible-md.visible-xs { - display: table-row !important; + + .d-rt-inline { + display: inline !important; } - th.visible-md.visible-xs, - td.visible-md.visible-xs { - display: table-cell !important; + + .d-rt-inline-block { + display: inline-block !important; } -} -@media (min-width: 768px) and (max-width: 991px) { - .visible-md.visible-sm { + + .d-rt-block { display: block !important; } - table.visible-md.visible-sm { - display: table; + + .d-rt-table { + display: table !important; } - tr.visible-md.visible-sm { + + .d-rt-table-row { display: table-row !important; } - th.visible-md.visible-sm, - td.visible-md.visible-sm { + + .d-rt-table-cell { display: table-cell !important; } -} -@media (min-width: 992px) and (max-width: 1199px) { - .visible-md { - display: block !important; - } - table.visible-md { - display: table; + + .d-rt-flex { + display: flex !important; } - tr.visible-md { - display: table-row !important; - } - th.visible-md, - td.visible-md { - display: table-cell !important; + + .d-rt-inline-flex { + display: inline-flex !important; } } -@media (min-width: 1200px) and (max-width: 1365px) { - .visible-md.visible-lg { - display: block !important; - } - table.visible-md.visible-lg { - display: table; +@media (min-width: 2880px) { + .d-rt15-none { + display: none !important; } - tr.visible-md.visible-lg { - display: table-row !important; + + .d-rt15-inline { + display: inline !important; } - th.visible-md.visible-lg, - td.visible-md.visible-lg { - display: table-cell !important; + + .d-rt15-inline-block { + display: inline-block !important; } -} -@media (min-width: 1366px) and (max-width: 1919px) { - .visible-md.visible-xlg { + + .d-rt15-block { display: block !important; } - table.visible-md.visible-xlg { - display: table; + + .d-rt15-table { + display: table !important; } - tr.visible-md.visible-xlg { + + .d-rt15-table-row { display: table-row !important; } - th.visible-md.visible-xlg, - td.visible-md.visible-xlg { + + .d-rt15-table-cell { display: table-cell !important; } -} -@media (min-width: 1920px) and (max-width: 2559px) { - .visible-md.visible-fhd { - display: block !important; - } - table.visible-md.visible-fhd { - display: table; - } - tr.visible-md.visible-fhd { - display: table-row !important; + + .d-rt15-flex { + display: flex !important; } - th.visible-md.visible-fhd, - td.visible-md.visible-fhd { - display: table-cell !important; + + .d-rt15-inline-flex { + display: inline-flex !important; } } -@media (min-width: 2560px) and (max-width: 2879px) { - .visible-md.visible-rt { - display: block !important; - } - table.visible-md.visible-rt { - display: table; +@media (min-width: 3840px) { + .d-4k-none { + display: none !important; } - tr.visible-md.visible-rt { - display: table-row !important; + + .d-4k-inline { + display: inline !important; } - th.visible-md.visible-rt, - td.visible-md.visible-rt { - display: table-cell !important; + + .d-4k-inline-block { + display: inline-block !important; } -} -@media (min-width: 2880px) and (max-width: 3839px) { - .visible-md.visible-rt15 { + + .d-4k-block { display: block !important; } - table.visible-md.visible-rt15 { - display: table; + + .d-4k-table { + display: table !important; } - tr.visible-md.visible-rt15 { + + .d-4k-table-row { display: table-row !important; } - th.visible-md.visible-rt15, - td.visible-md.visible-rt15 { + + .d-4k-table-cell { display: table-cell !important; } -} -@media (min-width: 3840px) and (max-width: 4095px) { - .visible-md.visible-uhd { - display: block !important; - } - table.visible-md.visible-uhd { - display: table; - } - tr.visible-md.visible-uhd { - display: table-row !important; + + .d-4k-flex { + display: flex !important; } - th.visible-md.visible-uhd, - td.visible-md.visible-uhd { - display: table-cell !important; + + .d-4k-inline-flex { + display: inline-flex !important; } } -@media (min-width: 4096px) and (max-width: 8191px) { - .visible-md.visible-4k { - display: block !important; - } - table.visible-md.visible-4k { - display: table; +@media (min-width: 5120px) { + .d-5k-none { + display: none !important; } - tr.visible-md.visible-4k { - display: table-row !important; + + .d-5k-inline { + display: inline !important; } - th.visible-md.visible-4k, - td.visible-md.visible-4k { - display: table-cell !important; + + .d-5k-inline-block { + display: inline-block !important; } -} -@media (min-width: 8192px) { - .visible-md.visible-8k { + + .d-5k-block { display: block !important; } - table.visible-md.visible-8k { - display: table; + + .d-5k-table { + display: table !important; } - tr.visible-md.visible-8k { + + .d-5k-table-row { display: table-row !important; } - th.visible-md.visible-8k, - td.visible-md.visible-8k { + + .d-5k-table-cell { display: table-cell !important; } -} -.visible-lg { - display: none !important; -} -@media (max-width: 767px) { - .visible-lg.visible-xs { - display: block !important; - } - table.visible-lg.visible-xs { - display: table; + + .d-5k-flex { + display: flex !important; } - tr.visible-lg.visible-xs { - display: table-row !important; - } - th.visible-lg.visible-xs, - td.visible-lg.visible-xs { - display: table-cell !important; + + .d-5k-inline-flex { + display: inline-flex !important; } } -@media (min-width: 768px) and (max-width: 991px) { - .visible-lg.visible-sm { - display: block !important; - } - table.visible-lg.visible-sm { - display: table; +@media (min-width: 7680px) { + .d-8k-none { + display: none !important; } - tr.visible-lg.visible-sm { - display: table-row !important; + + .d-8k-inline { + display: inline !important; } - th.visible-lg.visible-sm, - td.visible-lg.visible-sm { - display: table-cell !important; + + .d-8k-inline-block { + display: inline-block !important; } -} -@media (min-width: 992px) and (max-width: 1199px) { - .visible-lg.visible-md { + + .d-8k-block { display: block !important; } - table.visible-lg.visible-md { - display: table; + + .d-8k-table { + display: table !important; } - tr.visible-lg.visible-md { + + .d-8k-table-row { display: table-row !important; } - th.visible-lg.visible-md, - td.visible-lg.visible-md { + + .d-8k-table-cell { display: table-cell !important; } -} -@media (min-width: 1200px) and (max-width: 1365px) { - .visible-lg { - display: block !important; - } - table.visible-lg { - display: table; + + .d-8k-flex { + display: flex !important; } - tr.visible-lg { - display: table-row !important; - } - th.visible-lg, - td.visible-lg { - display: table-cell !important; + + .d-8k-inline-flex { + display: inline-flex !important; } } -@media (min-width: 1366px) and (max-width: 1919px) { - .visible-lg.visible-xlg { - display: block !important; - } - table.visible-lg.visible-xlg { - display: table; +@media print { + .d-print-none { + display: none !important; } - tr.visible-lg.visible-xlg { - display: table-row !important; + + .d-print-inline { + display: inline !important; } - th.visible-lg.visible-xlg, - td.visible-lg.visible-xlg { - display: table-cell !important; + + .d-print-inline-block { + display: inline-block !important; } -} -@media (min-width: 1920px) and (max-width: 2559px) { - .visible-lg.visible-fhd { + + .d-print-block { display: block !important; } - table.visible-lg.visible-fhd { - display: table; + + .d-print-table { + display: table !important; } - tr.visible-lg.visible-fhd { + + .d-print-table-row { display: table-row !important; } - th.visible-lg.visible-fhd, - td.visible-lg.visible-fhd { + + .d-print-table-cell { display: table-cell !important; } -} -@media (min-width: 2560px) and (max-width: 2879px) { - .visible-lg.visible-rt { - display: block !important; - } - table.visible-lg.visible-rt { - display: table; + + .d-print-flex { + display: flex !important; } - tr.visible-lg.visible-rt { - display: table-row !important; - } - th.visible-lg.visible-rt, - td.visible-lg.visible-rt { - display: table-cell !important; + + .d-print-inline-flex { + display: inline-flex !important; } } -@media (min-width: 2880px) and (max-width: 3839px) { - .visible-lg.visible-rt15 { - display: block !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-wrap { + flex-wrap: wrap !important; +} + +.flex-nowrap { + flex-wrap: nowrap !important; +} + +.flex-wrap-reverse { + flex-wrap: wrap-reverse !important; +} + +.flex-fill { + flex: 1 1 auto !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; +} + +.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; +} + +@media (min-width: 576px) { + .flex-sm-row { + flex-direction: row !important; } - table.visible-lg.visible-rt15 { - display: table; + + .flex-sm-column { + flex-direction: column !important; } - tr.visible-lg.visible-rt15 { - display: table-row !important; + + .flex-sm-row-reverse { + flex-direction: row-reverse !important; } - th.visible-lg.visible-rt15, - td.visible-lg.visible-rt15 { - display: table-cell !important; + + .flex-sm-column-reverse { + flex-direction: column-reverse !important; } -} -@media (min-width: 3840px) and (max-width: 4095px) { - .visible-lg.visible-uhd { - display: block !important; + + .flex-sm-wrap { + flex-wrap: wrap !important; } - table.visible-lg.visible-uhd { - display: table; + + .flex-sm-nowrap { + flex-wrap: nowrap !important; } - tr.visible-lg.visible-uhd { - display: table-row !important; + + .flex-sm-wrap-reverse { + flex-wrap: wrap-reverse !important; } - th.visible-lg.visible-uhd, - td.visible-lg.visible-uhd { - display: table-cell !important; + + .flex-sm-fill { + flex: 1 1 auto !important; } -} -@media (min-width: 4096px) and (max-width: 8191px) { - .visible-lg.visible-4k { - display: block !important; + + .flex-sm-grow-0 { + flex-grow: 0 !important; } - table.visible-lg.visible-4k { - display: table; + + .flex-sm-grow-1 { + flex-grow: 1 !important; } - tr.visible-lg.visible-4k { - display: table-row !important; + + .flex-sm-shrink-0 { + flex-shrink: 0 !important; } - th.visible-lg.visible-4k, - td.visible-lg.visible-4k { - display: table-cell !important; + + .flex-sm-shrink-1 { + flex-shrink: 1 !important; } -} -@media (min-width: 8192px) { - .visible-lg.visible-8k { - display: block !important; + + .justify-content-sm-start { + justify-content: flex-start !important; } - table.visible-lg.visible-8k { - display: table; + + .justify-content-sm-end { + justify-content: flex-end !important; } - tr.visible-lg.visible-8k { - display: table-row !important; + + .justify-content-sm-center { + justify-content: center !important; } - th.visible-lg.visible-8k, - td.visible-lg.visible-8k { - display: table-cell !important; + + .justify-content-sm-between { + justify-content: space-between !important; } -} -.visible-xlg { - display: none !important; -} -@media (max-width: 767px) { - .visible-xlg.visible-xs { - display: block !important; + + .justify-content-sm-around { + justify-content: space-around !important; } - table.visible-xlg.visible-xs { - display: table; + + .align-items-sm-start { + align-items: flex-start !important; } - tr.visible-xlg.visible-xs { - display: table-row !important; + + .align-items-sm-end { + align-items: flex-end !important; } - th.visible-xlg.visible-xs, - td.visible-xlg.visible-xs { - display: table-cell !important; + + .align-items-sm-center { + align-items: center !important; } -} -@media (min-width: 768px) and (max-width: 991px) { - .visible-xlg.visible-sm { - display: block !important; + + .align-items-sm-baseline { + align-items: baseline !important; } - table.visible-xlg.visible-sm { - display: table; + + .align-items-sm-stretch { + align-items: stretch !important; } - tr.visible-xlg.visible-sm { - display: table-row !important; + + .align-content-sm-start { + align-content: flex-start !important; } - th.visible-xlg.visible-sm, - td.visible-xlg.visible-sm { - display: table-cell !important; + + .align-content-sm-end { + align-content: flex-end !important; } -} -@media (min-width: 992px) and (max-width: 1199px) { - .visible-xlg.visible-md { - display: block !important; + + .align-content-sm-center { + align-content: center !important; } - table.visible-xlg.visible-md { - display: table; + + .align-content-sm-between { + align-content: space-between !important; } - tr.visible-xlg.visible-md { - display: table-row !important; + + .align-content-sm-around { + align-content: space-around !important; } - th.visible-xlg.visible-md, - td.visible-xlg.visible-md { - display: table-cell !important; + + .align-content-sm-stretch { + align-content: stretch !important; } -} -@media (min-width: 1200px) and (max-width: 1365px) { - .visible-xlg.visible-lg { - display: block !important; + + .align-self-sm-auto { + align-self: auto !important; } - table.visible-xlg.visible-lg { - display: table; + + .align-self-sm-start { + align-self: flex-start !important; } - tr.visible-xlg.visible-lg { - display: table-row !important; + + .align-self-sm-end { + align-self: flex-end !important; } - th.visible-xlg.visible-lg, - td.visible-xlg.visible-lg { - display: table-cell !important; + + .align-self-sm-center { + align-self: center !important; } -} -@media (min-width: 1366px) and (max-width: 1919px) { - .visible-xlg { - display: block !important; + + .align-self-sm-baseline { + align-self: baseline !important; } - table.visible-xlg { - display: table; + + .align-self-sm-stretch { + align-self: stretch !important; } - tr.visible-xlg { - display: table-row !important; +} +@media (min-width: 768px) { + .flex-md-row { + flex-direction: row !important; } - th.visible-xlg, - td.visible-xlg { - display: table-cell !important; + + .flex-md-column { + flex-direction: column !important; } -} -@media (min-width: 1920px) and (max-width: 2559px) { - .visible-xlg.visible-fhd { - display: block !important; + + .flex-md-row-reverse { + flex-direction: row-reverse !important; } - table.visible-xlg.visible-fhd { - display: table; + + .flex-md-column-reverse { + flex-direction: column-reverse !important; } - tr.visible-xlg.visible-fhd { - display: table-row !important; + + .flex-md-wrap { + flex-wrap: wrap !important; } - th.visible-xlg.visible-fhd, - td.visible-xlg.visible-fhd { - display: table-cell !important; + + .flex-md-nowrap { + flex-wrap: nowrap !important; } -} -@media (min-width: 2560px) and (max-width: 2879px) { - .visible-xlg.visible-rt { - display: block !important; + + .flex-md-wrap-reverse { + flex-wrap: wrap-reverse !important; } - table.visible-xlg.visible-rt { - display: table; + + .flex-md-fill { + flex: 1 1 auto !important; } - tr.visible-xlg.visible-rt { - display: table-row !important; + + .flex-md-grow-0 { + flex-grow: 0 !important; } - th.visible-xlg.visible-rt, - td.visible-xlg.visible-rt { - display: table-cell !important; + + .flex-md-grow-1 { + flex-grow: 1 !important; } -} -@media (min-width: 2880px) and (max-width: 3839px) { - .visible-xlg.visible-rt15 { - display: block !important; + + .flex-md-shrink-0 { + flex-shrink: 0 !important; } - table.visible-xlg.visible-rt15 { - display: table; + + .flex-md-shrink-1 { + flex-shrink: 1 !important; } - tr.visible-xlg.visible-rt15 { - display: table-row !important; + + .justify-content-md-start { + justify-content: flex-start !important; } - th.visible-xlg.visible-rt15, - td.visible-xlg.visible-rt15 { - display: table-cell !important; + + .justify-content-md-end { + justify-content: flex-end !important; } -} -@media (min-width: 3840px) and (max-width: 4095px) { - .visible-xlg.visible-uhd { - display: block !important; + + .justify-content-md-center { + justify-content: center !important; } - table.visible-xlg.visible-uhd { - display: table; + + .justify-content-md-between { + justify-content: space-between !important; } - tr.visible-xlg.visible-uhd { - display: table-row !important; + + .justify-content-md-around { + justify-content: space-around !important; } - th.visible-xlg.visible-uhd, - td.visible-xlg.visible-uhd { - display: table-cell !important; + + .align-items-md-start { + align-items: flex-start !important; } -} -@media (min-width: 4096px) and (max-width: 8191px) { - .visible-xlg.visible-4k { - display: block !important; + + .align-items-md-end { + align-items: flex-end !important; } - table.visible-xlg.visible-4k { - display: table; + + .align-items-md-center { + align-items: center !important; } - tr.visible-xlg.visible-4k { - display: table-row !important; + + .align-items-md-baseline { + align-items: baseline !important; } - th.visible-xlg.visible-4k, - td.visible-xlg.visible-4k { - display: table-cell !important; + + .align-items-md-stretch { + align-items: stretch !important; } -} -@media (min-width: 8192px) { - .visible-xlg.visible-8k { - display: block !important; + + .align-content-md-start { + align-content: flex-start !important; } - table.visible-xlg.visible-8k { - display: table; + + .align-content-md-end { + align-content: flex-end !important; } - tr.visible-xlg.visible-8k { - display: table-row !important; + + .align-content-md-center { + align-content: center !important; } - th.visible-xlg.visible-8k, - td.visible-xlg.visible-8k { - display: table-cell !important; + + .align-content-md-between { + align-content: space-between !important; } -} -.visible-fhd { - display: none !important; -} -@media (max-width: 767px) { - .visible-fhd.visible-xs { - display: block !important; + + .align-content-md-around { + align-content: space-around !important; } - table.visible-fhd.visible-xs { - display: table; + + .align-content-md-stretch { + align-content: stretch !important; } - tr.visible-fhd.visible-xs { - display: table-row !important; + + .align-self-md-auto { + align-self: auto !important; } - th.visible-fhd.visible-xs, - td.visible-fhd.visible-xs { - display: table-cell !important; + + .align-self-md-start { + align-self: flex-start !important; } -} -@media (min-width: 768px) and (max-width: 991px) { - .visible-fhd.visible-sm { - display: block !important; + + .align-self-md-end { + align-self: flex-end !important; } - table.visible-fhd.visible-sm { - display: table; + + .align-self-md-center { + align-self: center !important; } - tr.visible-fhd.visible-sm { - display: table-row !important; + + .align-self-md-baseline { + align-self: baseline !important; } - th.visible-fhd.visible-sm, - td.visible-fhd.visible-sm { - display: table-cell !important; + + .align-self-md-stretch { + align-self: stretch !important; } } -@media (min-width: 992px) and (max-width: 1199px) { - .visible-fhd.visible-md { - display: block !important; +@media (min-width: 992px) { + .flex-lg-row { + flex-direction: row !important; } - table.visible-fhd.visible-md { - display: table; + + .flex-lg-column { + flex-direction: column !important; } - tr.visible-fhd.visible-md { - display: table-row !important; + + .flex-lg-row-reverse { + flex-direction: row-reverse !important; } - th.visible-fhd.visible-md, - td.visible-fhd.visible-md { - display: table-cell !important; + + .flex-lg-column-reverse { + flex-direction: column-reverse !important; } -} -@media (min-width: 1200px) and (max-width: 1365px) { - .visible-fhd.visible-lg { - display: block !important; + + .flex-lg-wrap { + flex-wrap: wrap !important; } - table.visible-fhd.visible-lg { - display: table; + + .flex-lg-nowrap { + flex-wrap: nowrap !important; } - tr.visible-fhd.visible-lg { - display: table-row !important; + + .flex-lg-wrap-reverse { + flex-wrap: wrap-reverse !important; } - th.visible-fhd.visible-lg, - td.visible-fhd.visible-lg { - display: table-cell !important; + + .flex-lg-fill { + flex: 1 1 auto !important; } -} -@media (min-width: 1366px) and (max-width: 1919px) { - .visible-fhd.visible-xlg { - display: block !important; + + .flex-lg-grow-0 { + flex-grow: 0 !important; } - table.visible-fhd.visible-xlg { - display: table; + + .flex-lg-grow-1 { + flex-grow: 1 !important; } - tr.visible-fhd.visible-xlg { - display: table-row !important; + + .flex-lg-shrink-0 { + flex-shrink: 0 !important; } - th.visible-fhd.visible-xlg, - td.visible-fhd.visible-xlg { - display: table-cell !important; + + .flex-lg-shrink-1 { + flex-shrink: 1 !important; } -} -@media (min-width: 1920px) and (max-width: 2559px) { - .visible-fhd { - display: block !important; + + .justify-content-lg-start { + justify-content: flex-start !important; } - table.visible-fhd { - display: table; + + .justify-content-lg-end { + justify-content: flex-end !important; } - tr.visible-fhd { - display: table-row !important; + + .justify-content-lg-center { + justify-content: center !important; } - th.visible-fhd, - td.visible-fhd { - display: table-cell !important; + + .justify-content-lg-between { + justify-content: space-between !important; } -} -@media (min-width: 2560px) and (max-width: 2879px) { - .visible-fhd.visible-rt { - display: block !important; + + .justify-content-lg-around { + justify-content: space-around !important; } - table.visible-fhd.visible-rt { - display: table; + + .align-items-lg-start { + align-items: flex-start !important; } - tr.visible-fhd.visible-rt { - display: table-row !important; + + .align-items-lg-end { + align-items: flex-end !important; } - th.visible-fhd.visible-rt, - td.visible-fhd.visible-rt { - display: table-cell !important; + + .align-items-lg-center { + align-items: center !important; } -} -@media (min-width: 2880px) and (max-width: 3839px) { - .visible-fhd.visible-rt15 { - display: block !important; + + .align-items-lg-baseline { + align-items: baseline !important; } - table.visible-fhd.visible-rt15 { - display: table; + + .align-items-lg-stretch { + align-items: stretch !important; } - tr.visible-fhd.visible-rt15 { - display: table-row !important; + + .align-content-lg-start { + align-content: flex-start !important; } - th.visible-fhd.visible-rt15, - td.visible-fhd.visible-rt15 { - display: table-cell !important; + + .align-content-lg-end { + align-content: flex-end !important; } -} -@media (min-width: 3840px) and (max-width: 4095px) { - .visible-fhd.visible-uhd { - display: block !important; + + .align-content-lg-center { + align-content: center !important; } - table.visible-fhd.visible-uhd { - display: table; + + .align-content-lg-between { + align-content: space-between !important; } - tr.visible-fhd.visible-uhd { - display: table-row !important; + + .align-content-lg-around { + align-content: space-around !important; } - th.visible-fhd.visible-uhd, - td.visible-fhd.visible-uhd { - display: table-cell !important; + + .align-content-lg-stretch { + align-content: stretch !important; } -} -@media (min-width: 4096px) and (max-width: 8191px) { - .visible-fhd.visible-4k { - display: block !important; + + .align-self-lg-auto { + align-self: auto !important; } - table.visible-fhd.visible-4k { - display: table; + + .align-self-lg-start { + align-self: flex-start !important; } - tr.visible-fhd.visible-4k { - display: table-row !important; + + .align-self-lg-end { + align-self: flex-end !important; } - th.visible-fhd.visible-4k, - td.visible-fhd.visible-4k { - display: table-cell !important; + + .align-self-lg-center { + align-self: center !important; } -} -@media (min-width: 8192px) { - .visible-fhd.visible-8k { - display: block !important; + + .align-self-lg-baseline { + align-self: baseline !important; } - table.visible-fhd.visible-8k { - display: table; + + .align-self-lg-stretch { + align-self: stretch !important; } - tr.visible-fhd.visible-8k { - display: table-row !important; +} +@media (min-width: 1200px) { + .flex-xl-row { + flex-direction: row !important; } - th.visible-fhd.visible-8k, - td.visible-fhd.visible-8k { - display: table-cell !important; + + .flex-xl-column { + flex-direction: column !important; } -} -.visible-rt { - display: none !important; -} -@media (max-width: 767px) { - .visible-rt.visible-xs { - display: block !important; + + .flex-xl-row-reverse { + flex-direction: row-reverse !important; } - table.visible-rt.visible-xs { - display: table; + + .flex-xl-column-reverse { + flex-direction: column-reverse !important; } - tr.visible-rt.visible-xs { - display: table-row !important; + + .flex-xl-wrap { + flex-wrap: wrap !important; } - th.visible-rt.visible-xs, - td.visible-rt.visible-xs { - display: table-cell !important; + + .flex-xl-nowrap { + flex-wrap: nowrap !important; } -} -@media (min-width: 768px) and (max-width: 991px) { - .visible-rt.visible-sm { - display: block !important; + + .flex-xl-wrap-reverse { + flex-wrap: wrap-reverse !important; } - table.visible-rt.visible-sm { - display: table; + + .flex-xl-fill { + flex: 1 1 auto !important; } - tr.visible-rt.visible-sm { - display: table-row !important; + + .flex-xl-grow-0 { + flex-grow: 0 !important; } - th.visible-rt.visible-sm, - td.visible-rt.visible-sm { - display: table-cell !important; + + .flex-xl-grow-1 { + flex-grow: 1 !important; } -} -@media (min-width: 992px) and (max-width: 1199px) { - .visible-rt.visible-md { - display: block !important; + + .flex-xl-shrink-0 { + flex-shrink: 0 !important; } - table.visible-rt.visible-md { - display: table; + + .flex-xl-shrink-1 { + flex-shrink: 1 !important; } - tr.visible-rt.visible-md { - display: table-row !important; + + .justify-content-xl-start { + justify-content: flex-start !important; } - th.visible-rt.visible-md, - td.visible-rt.visible-md { - display: table-cell !important; + + .justify-content-xl-end { + justify-content: flex-end !important; } -} -@media (min-width: 1200px) and (max-width: 1365px) { - .visible-rt.visible-lg { - display: block !important; + + .justify-content-xl-center { + justify-content: center !important; } - table.visible-rt.visible-lg { - display: table; + + .justify-content-xl-between { + justify-content: space-between !important; } - tr.visible-rt.visible-lg { - display: table-row !important; + + .justify-content-xl-around { + justify-content: space-around !important; } - th.visible-rt.visible-lg, - td.visible-rt.visible-lg { - display: table-cell !important; + + .align-items-xl-start { + align-items: flex-start !important; } -} -@media (min-width: 1366px) and (max-width: 1919px) { - .visible-rt.visible-xlg { - display: block !important; + + .align-items-xl-end { + align-items: flex-end !important; } - table.visible-rt.visible-xlg { - display: table; + + .align-items-xl-center { + align-items: center !important; } - tr.visible-rt.visible-xlg { - display: table-row !important; + + .align-items-xl-baseline { + align-items: baseline !important; } - th.visible-rt.visible-xlg, - td.visible-rt.visible-xlg { - display: table-cell !important; + + .align-items-xl-stretch { + align-items: stretch !important; } -} -@media (min-width: 1920px) and (max-width: 2559px) { - .visible-rt.visible-fhd { - display: block !important; + + .align-content-xl-start { + align-content: flex-start !important; } - table.visible-rt.visible-fhd { - display: table; + + .align-content-xl-end { + align-content: flex-end !important; } - tr.visible-rt.visible-fhd { - display: table-row !important; + + .align-content-xl-center { + align-content: center !important; } - th.visible-rt.visible-fhd, - td.visible-rt.visible-fhd { - display: table-cell !important; + + .align-content-xl-between { + align-content: space-between !important; } -} -@media (min-width: 2560px) and (max-width: 2879px) { - .visible-rt { - display: block !important; + + .align-content-xl-around { + align-content: space-around !important; } - table.visible-rt { - display: table; + + .align-content-xl-stretch { + align-content: stretch !important; } - tr.visible-rt { - display: table-row !important; + + .align-self-xl-auto { + align-self: auto !important; } - th.visible-rt, - td.visible-rt { - display: table-cell !important; + + .align-self-xl-start { + align-self: flex-start !important; } -} -@media (min-width: 2880px) and (max-width: 3839px) { - .visible-rt.visible-rt15 { - display: block !important; + + .align-self-xl-end { + align-self: flex-end !important; } - table.visible-rt.visible-rt15 { - display: table; + + .align-self-xl-center { + align-self: center !important; } - tr.visible-rt.visible-rt15 { - display: table-row !important; + + .align-self-xl-baseline { + align-self: baseline !important; } - th.visible-rt.visible-rt15, - td.visible-rt.visible-rt15 { - display: table-cell !important; + + .align-self-xl-stretch { + align-self: stretch !important; } } -@media (min-width: 3840px) and (max-width: 4095px) { - .visible-rt.visible-uhd { - display: block !important; +@media (min-width: 1366px) { + .flex-hd-row { + flex-direction: row !important; } - table.visible-rt.visible-uhd { - display: table; + + .flex-hd-column { + flex-direction: column !important; } - tr.visible-rt.visible-uhd { - display: table-row !important; + + .flex-hd-row-reverse { + flex-direction: row-reverse !important; } - th.visible-rt.visible-uhd, - td.visible-rt.visible-uhd { - display: table-cell !important; + + .flex-hd-column-reverse { + flex-direction: column-reverse !important; } -} -@media (min-width: 4096px) and (max-width: 8191px) { - .visible-rt.visible-4k { - display: block !important; + + .flex-hd-wrap { + flex-wrap: wrap !important; } - table.visible-rt.visible-4k { - display: table; + + .flex-hd-nowrap { + flex-wrap: nowrap !important; } - tr.visible-rt.visible-4k { - display: table-row !important; + + .flex-hd-wrap-reverse { + flex-wrap: wrap-reverse !important; } - th.visible-rt.visible-4k, - td.visible-rt.visible-4k { - display: table-cell !important; + + .flex-hd-fill { + flex: 1 1 auto !important; } -} -@media (min-width: 8192px) { - .visible-rt.visible-8k { - display: block !important; + + .flex-hd-grow-0 { + flex-grow: 0 !important; } - table.visible-rt.visible-8k { - display: table; + + .flex-hd-grow-1 { + flex-grow: 1 !important; } - tr.visible-rt.visible-8k { - display: table-row !important; + + .flex-hd-shrink-0 { + flex-shrink: 0 !important; } - th.visible-rt.visible-8k, - td.visible-rt.visible-8k { - display: table-cell !important; + + .flex-hd-shrink-1 { + flex-shrink: 1 !important; } -} -.visible-rt15 { - display: none !important; -} -@media (max-width: 767px) { - .visible-rt15.visible-xs { - display: block !important; + + .justify-content-hd-start { + justify-content: flex-start !important; } - table.visible-rt15.visible-xs { - display: table; + + .justify-content-hd-end { + justify-content: flex-end !important; } - tr.visible-rt15.visible-xs { - display: table-row !important; + + .justify-content-hd-center { + justify-content: center !important; } - th.visible-rt15.visible-xs, - td.visible-rt15.visible-xs { - display: table-cell !important; + + .justify-content-hd-between { + justify-content: space-between !important; } -} -@media (min-width: 768px) and (max-width: 991px) { - .visible-rt15.visible-sm { - display: block !important; + + .justify-content-hd-around { + justify-content: space-around !important; } - table.visible-rt15.visible-sm { - display: table; + + .align-items-hd-start { + align-items: flex-start !important; } - tr.visible-rt15.visible-sm { - display: table-row !important; + + .align-items-hd-end { + align-items: flex-end !important; } - th.visible-rt15.visible-sm, - td.visible-rt15.visible-sm { - display: table-cell !important; + + .align-items-hd-center { + align-items: center !important; } -} -@media (min-width: 992px) and (max-width: 1199px) { - .visible-rt15.visible-md { - display: block !important; + + .align-items-hd-baseline { + align-items: baseline !important; } - table.visible-rt15.visible-md { - display: table; + + .align-items-hd-stretch { + align-items: stretch !important; } - tr.visible-rt15.visible-md { - display: table-row !important; + + .align-content-hd-start { + align-content: flex-start !important; } - th.visible-rt15.visible-md, - td.visible-rt15.visible-md { - display: table-cell !important; + + .align-content-hd-end { + align-content: flex-end !important; } -} -@media (min-width: 1200px) and (max-width: 1365px) { - .visible-rt15.visible-lg { - display: block !important; + + .align-content-hd-center { + align-content: center !important; } - table.visible-rt15.visible-lg { - display: table; + + .align-content-hd-between { + align-content: space-between !important; } - tr.visible-rt15.visible-lg { - display: table-row !important; + + .align-content-hd-around { + align-content: space-around !important; } - th.visible-rt15.visible-lg, - td.visible-rt15.visible-lg { - display: table-cell !important; + + .align-content-hd-stretch { + align-content: stretch !important; } -} -@media (min-width: 1366px) and (max-width: 1919px) { - .visible-rt15.visible-xlg { - display: block !important; + + .align-self-hd-auto { + align-self: auto !important; } - table.visible-rt15.visible-xlg { - display: table; + + .align-self-hd-start { + align-self: flex-start !important; } - tr.visible-rt15.visible-xlg { - display: table-row !important; + + .align-self-hd-end { + align-self: flex-end !important; } - th.visible-rt15.visible-xlg, - td.visible-rt15.visible-xlg { - display: table-cell !important; + + .align-self-hd-center { + align-self: center !important; } -} -@media (min-width: 1920px) and (max-width: 2559px) { - .visible-rt15.visible-fhd { - display: block !important; + + .align-self-hd-baseline { + align-self: baseline !important; } - table.visible-rt15.visible-fhd { - display: table; + + .align-self-hd-stretch { + align-self: stretch !important; } - tr.visible-rt15.visible-fhd { - display: table-row !important; +} +@media (min-width: 1920px) { + .flex-fhd-row { + flex-direction: row !important; } - th.visible-rt15.visible-fhd, - td.visible-rt15.visible-fhd { - display: table-cell !important; + + .flex-fhd-column { + flex-direction: column !important; } -} -@media (min-width: 2560px) and (max-width: 2879px) { - .visible-rt15.visible-rt { - display: block !important; + + .flex-fhd-row-reverse { + flex-direction: row-reverse !important; } - table.visible-rt15.visible-rt { - display: table; + + .flex-fhd-column-reverse { + flex-direction: column-reverse !important; } - tr.visible-rt15.visible-rt { - display: table-row !important; + + .flex-fhd-wrap { + flex-wrap: wrap !important; } - th.visible-rt15.visible-rt, - td.visible-rt15.visible-rt { - display: table-cell !important; + + .flex-fhd-nowrap { + flex-wrap: nowrap !important; } -} -@media (min-width: 2880px) and (max-width: 3839px) { - .visible-rt15 { - display: block !important; + + .flex-fhd-wrap-reverse { + flex-wrap: wrap-reverse !important; } - table.visible-rt15 { - display: table; + + .flex-fhd-fill { + flex: 1 1 auto !important; } - tr.visible-rt15 { - display: table-row !important; + + .flex-fhd-grow-0 { + flex-grow: 0 !important; } - th.visible-rt15, - td.visible-rt15 { - display: table-cell !important; + + .flex-fhd-grow-1 { + flex-grow: 1 !important; } -} -@media (min-width: 3840px) and (max-width: 4095px) { - .visible-rt15.visible-uhd { - display: block !important; + + .flex-fhd-shrink-0 { + flex-shrink: 0 !important; } - table.visible-rt15.visible-uhd { - display: table; + + .flex-fhd-shrink-1 { + flex-shrink: 1 !important; } - tr.visible-rt15.visible-uhd { - display: table-row !important; + + .justify-content-fhd-start { + justify-content: flex-start !important; } - th.visible-rt15.visible-uhd, - td.visible-rt15.visible-uhd { - display: table-cell !important; + + .justify-content-fhd-end { + justify-content: flex-end !important; } -} -@media (min-width: 4096px) and (max-width: 8191px) { - .visible-rt15.visible-4k { - display: block !important; + + .justify-content-fhd-center { + justify-content: center !important; } - table.visible-rt15.visible-4k { - display: table; + + .justify-content-fhd-between { + justify-content: space-between !important; } - tr.visible-rt15.visible-4k { - display: table-row !important; + + .justify-content-fhd-around { + justify-content: space-around !important; } - th.visible-rt15.visible-4k, - td.visible-rt15.visible-4k { - display: table-cell !important; + + .align-items-fhd-start { + align-items: flex-start !important; } -} -@media (min-width: 8192px) { - .visible-rt15.visible-8k { - display: block !important; + + .align-items-fhd-end { + align-items: flex-end !important; } - table.visible-rt15.visible-8k { - display: table; + + .align-items-fhd-center { + align-items: center !important; } - tr.visible-rt15.visible-8k { - display: table-row !important; + + .align-items-fhd-baseline { + align-items: baseline !important; } - th.visible-rt15.visible-8k, - td.visible-rt15.visible-8k { - display: table-cell !important; + + .align-items-fhd-stretch { + align-items: stretch !important; } -} -.visible-uhd { - display: none !important; -} -@media (max-width: 767px) { - .visible-uhd.visible-xs { - display: block !important; + + .align-content-fhd-start { + align-content: flex-start !important; } - table.visible-uhd.visible-xs { - display: table; + + .align-content-fhd-end { + align-content: flex-end !important; } - tr.visible-uhd.visible-xs { - display: table-row !important; + + .align-content-fhd-center { + align-content: center !important; } - th.visible-uhd.visible-xs, - td.visible-uhd.visible-xs { - display: table-cell !important; + + .align-content-fhd-between { + align-content: space-between !important; } -} -@media (min-width: 768px) and (max-width: 991px) { - .visible-uhd.visible-sm { - display: block !important; + + .align-content-fhd-around { + align-content: space-around !important; } - table.visible-uhd.visible-sm { - display: table; + + .align-content-fhd-stretch { + align-content: stretch !important; } - tr.visible-uhd.visible-sm { - display: table-row !important; + + .align-self-fhd-auto { + align-self: auto !important; } - th.visible-uhd.visible-sm, - td.visible-uhd.visible-sm { - display: table-cell !important; + + .align-self-fhd-start { + align-self: flex-start !important; } -} -@media (min-width: 992px) and (max-width: 1199px) { - .visible-uhd.visible-md { - display: block !important; + + .align-self-fhd-end { + align-self: flex-end !important; } - table.visible-uhd.visible-md { - display: table; + + .align-self-fhd-center { + align-self: center !important; } - tr.visible-uhd.visible-md { - display: table-row !important; + + .align-self-fhd-baseline { + align-self: baseline !important; } - th.visible-uhd.visible-md, - td.visible-uhd.visible-md { - display: table-cell !important; + + .align-self-fhd-stretch { + align-self: stretch !important; } } -@media (min-width: 1200px) and (max-width: 1365px) { - .visible-uhd.visible-lg { - display: block !important; +@media (min-width: 2560px) { + .flex-rt-row { + flex-direction: row !important; } - table.visible-uhd.visible-lg { - display: table; + + .flex-rt-column { + flex-direction: column !important; } - tr.visible-uhd.visible-lg { - display: table-row !important; + + .flex-rt-row-reverse { + flex-direction: row-reverse !important; } - th.visible-uhd.visible-lg, - td.visible-uhd.visible-lg { - display: table-cell !important; + + .flex-rt-column-reverse { + flex-direction: column-reverse !important; } -} -@media (min-width: 1366px) and (max-width: 1919px) { - .visible-uhd.visible-xlg { - display: block !important; + + .flex-rt-wrap { + flex-wrap: wrap !important; } - table.visible-uhd.visible-xlg { - display: table; + + .flex-rt-nowrap { + flex-wrap: nowrap !important; } - tr.visible-uhd.visible-xlg { - display: table-row !important; + + .flex-rt-wrap-reverse { + flex-wrap: wrap-reverse !important; } - th.visible-uhd.visible-xlg, - td.visible-uhd.visible-xlg { - display: table-cell !important; + + .flex-rt-fill { + flex: 1 1 auto !important; } -} -@media (min-width: 1920px) and (max-width: 2559px) { - .visible-uhd.visible-fhd { - display: block !important; + + .flex-rt-grow-0 { + flex-grow: 0 !important; } - table.visible-uhd.visible-fhd { - display: table; + + .flex-rt-grow-1 { + flex-grow: 1 !important; } - tr.visible-uhd.visible-fhd { - display: table-row !important; + + .flex-rt-shrink-0 { + flex-shrink: 0 !important; } - th.visible-uhd.visible-fhd, - td.visible-uhd.visible-fhd { - display: table-cell !important; + + .flex-rt-shrink-1 { + flex-shrink: 1 !important; } -} -@media (min-width: 2560px) and (max-width: 2879px) { - .visible-uhd.visible-rt { - display: block !important; + + .justify-content-rt-start { + justify-content: flex-start !important; } - table.visible-uhd.visible-rt { - display: table; + + .justify-content-rt-end { + justify-content: flex-end !important; } - tr.visible-uhd.visible-rt { - display: table-row !important; + + .justify-content-rt-center { + justify-content: center !important; } - th.visible-uhd.visible-rt, - td.visible-uhd.visible-rt { - display: table-cell !important; + + .justify-content-rt-between { + justify-content: space-between !important; } -} -@media (min-width: 2880px) and (max-width: 3839px) { - .visible-uhd.visible-rt15 { - display: block !important; + + .justify-content-rt-around { + justify-content: space-around !important; } - table.visible-uhd.visible-rt15 { - display: table; + + .align-items-rt-start { + align-items: flex-start !important; } - tr.visible-uhd.visible-rt15 { - display: table-row !important; + + .align-items-rt-end { + align-items: flex-end !important; } - th.visible-uhd.visible-rt15, - td.visible-uhd.visible-rt15 { - display: table-cell !important; + + .align-items-rt-center { + align-items: center !important; } -} -@media (min-width: 3840px) and (max-width: 4095px) { - .visible-uhd { - display: block !important; + + .align-items-rt-baseline { + align-items: baseline !important; } - table.visible-uhd { - display: table; + + .align-items-rt-stretch { + align-items: stretch !important; } - tr.visible-uhd { - display: table-row !important; + + .align-content-rt-start { + align-content: flex-start !important; } - th.visible-uhd, - td.visible-uhd { - display: table-cell !important; + + .align-content-rt-end { + align-content: flex-end !important; } -} -@media (min-width: 4096px) and (max-width: 8191px) { - .visible-uhd.visible-4k { - display: block !important; + + .align-content-rt-center { + align-content: center !important; } - table.visible-uhd.visible-4k { - display: table; + + .align-content-rt-between { + align-content: space-between !important; } - tr.visible-uhd.visible-4k { - display: table-row !important; + + .align-content-rt-around { + align-content: space-around !important; } - th.visible-uhd.visible-4k, - td.visible-uhd.visible-4k { - display: table-cell !important; + + .align-content-rt-stretch { + align-content: stretch !important; } -} -@media (min-width: 8192px) { - .visible-uhd.visible-8k { - display: block !important; + + .align-self-rt-auto { + align-self: auto !important; } - table.visible-uhd.visible-8k { - display: table; + + .align-self-rt-start { + align-self: flex-start !important; } - tr.visible-uhd.visible-8k { - display: table-row !important; + + .align-self-rt-end { + align-self: flex-end !important; } - th.visible-uhd.visible-8k, - td.visible-uhd.visible-8k { - display: table-cell !important; + + .align-self-rt-center { + align-self: center !important; } -} -.visible-4k { - display: none !important; -} -@media (max-width: 767px) { - .visible-4k.visible-xs { - display: block !important; + + .align-self-rt-baseline { + align-self: baseline !important; } - table.visible-4k.visible-xs { - display: table; + + .align-self-rt-stretch { + align-self: stretch !important; } - tr.visible-4k.visible-xs { - display: table-row !important; +} +@media (min-width: 2880px) { + .flex-rt15-row { + flex-direction: row !important; } - th.visible-4k.visible-xs, - td.visible-4k.visible-xs { - display: table-cell !important; + + .flex-rt15-column { + flex-direction: column !important; } -} -@media (min-width: 768px) and (max-width: 991px) { - .visible-4k.visible-sm { - display: block !important; + + .flex-rt15-row-reverse { + flex-direction: row-reverse !important; } - table.visible-4k.visible-sm { - display: table; + + .flex-rt15-column-reverse { + flex-direction: column-reverse !important; } - tr.visible-4k.visible-sm { - display: table-row !important; + + .flex-rt15-wrap { + flex-wrap: wrap !important; } - th.visible-4k.visible-sm, - td.visible-4k.visible-sm { - display: table-cell !important; + + .flex-rt15-nowrap { + flex-wrap: nowrap !important; } -} -@media (min-width: 992px) and (max-width: 1199px) { - .visible-4k.visible-md { - display: block !important; + + .flex-rt15-wrap-reverse { + flex-wrap: wrap-reverse !important; } - table.visible-4k.visible-md { - display: table; + + .flex-rt15-fill { + flex: 1 1 auto !important; } - tr.visible-4k.visible-md { - display: table-row !important; + + .flex-rt15-grow-0 { + flex-grow: 0 !important; } - th.visible-4k.visible-md, - td.visible-4k.visible-md { - display: table-cell !important; + + .flex-rt15-grow-1 { + flex-grow: 1 !important; } -} -@media (min-width: 1200px) and (max-width: 1365px) { - .visible-4k.visible-lg { - display: block !important; + + .flex-rt15-shrink-0 { + flex-shrink: 0 !important; } - table.visible-4k.visible-lg { - display: table; + + .flex-rt15-shrink-1 { + flex-shrink: 1 !important; } - tr.visible-4k.visible-lg { - display: table-row !important; + + .justify-content-rt15-start { + justify-content: flex-start !important; } - th.visible-4k.visible-lg, - td.visible-4k.visible-lg { - display: table-cell !important; + + .justify-content-rt15-end { + justify-content: flex-end !important; } -} -@media (min-width: 1366px) and (max-width: 1919px) { - .visible-4k.visible-xlg { - display: block !important; + + .justify-content-rt15-center { + justify-content: center !important; } - table.visible-4k.visible-xlg { - display: table; + + .justify-content-rt15-between { + justify-content: space-between !important; } - tr.visible-4k.visible-xlg { - display: table-row !important; + + .justify-content-rt15-around { + justify-content: space-around !important; } - th.visible-4k.visible-xlg, - td.visible-4k.visible-xlg { - display: table-cell !important; + + .align-items-rt15-start { + align-items: flex-start !important; } -} -@media (min-width: 1920px) and (max-width: 2559px) { - .visible-4k.visible-fhd { - display: block !important; + + .align-items-rt15-end { + align-items: flex-end !important; } - table.visible-4k.visible-fhd { - display: table; + + .align-items-rt15-center { + align-items: center !important; } - tr.visible-4k.visible-fhd { - display: table-row !important; + + .align-items-rt15-baseline { + align-items: baseline !important; } - th.visible-4k.visible-fhd, - td.visible-4k.visible-fhd { - display: table-cell !important; + + .align-items-rt15-stretch { + align-items: stretch !important; } -} -@media (min-width: 2560px) and (max-width: 2879px) { - .visible-4k.visible-rt { - display: block !important; + + .align-content-rt15-start { + align-content: flex-start !important; } - table.visible-4k.visible-rt { - display: table; + + .align-content-rt15-end { + align-content: flex-end !important; } - tr.visible-4k.visible-rt { - display: table-row !important; + + .align-content-rt15-center { + align-content: center !important; } - th.visible-4k.visible-rt, - td.visible-4k.visible-rt { - display: table-cell !important; + + .align-content-rt15-between { + align-content: space-between !important; } -} -@media (min-width: 2880px) and (max-width: 3839px) { - .visible-4k.visible-rt15 { - display: block !important; + + .align-content-rt15-around { + align-content: space-around !important; } - table.visible-4k.visible-rt15 { - display: table; + + .align-content-rt15-stretch { + align-content: stretch !important; } - tr.visible-4k.visible-rt15 { - display: table-row !important; + + .align-self-rt15-auto { + align-self: auto !important; } - th.visible-4k.visible-rt15, - td.visible-4k.visible-rt15 { - display: table-cell !important; + + .align-self-rt15-start { + align-self: flex-start !important; } -} -@media (min-width: 3840px) and (max-width: 4095px) { - .visible-4k.visible-uhd { - display: block !important; + + .align-self-rt15-end { + align-self: flex-end !important; } - table.visible-4k.visible-uhd { - display: table; + + .align-self-rt15-center { + align-self: center !important; } - tr.visible-4k.visible-uhd { - display: table-row !important; + + .align-self-rt15-baseline { + align-self: baseline !important; } - th.visible-4k.visible-uhd, - td.visible-4k.visible-uhd { - display: table-cell !important; + + .align-self-rt15-stretch { + align-self: stretch !important; } } -@media (min-width: 4096px) and (max-width: 8191px) { - .visible-4k { - display: block !important; +@media (min-width: 3840px) { + .flex-4k-row { + flex-direction: row !important; } - table.visible-4k { - display: table; + + .flex-4k-column { + flex-direction: column !important; } - tr.visible-4k { - display: table-row !important; + + .flex-4k-row-reverse { + flex-direction: row-reverse !important; } - th.visible-4k, - td.visible-4k { - display: table-cell !important; + + .flex-4k-column-reverse { + flex-direction: column-reverse !important; } -} -@media (min-width: 8192px) { - .visible-4k.visible-8k { - display: block !important; + + .flex-4k-wrap { + flex-wrap: wrap !important; } - table.visible-4k.visible-8k { - display: table; + + .flex-4k-nowrap { + flex-wrap: nowrap !important; } - tr.visible-4k.visible-8k { - display: table-row !important; + + .flex-4k-wrap-reverse { + flex-wrap: wrap-reverse !important; } - th.visible-4k.visible-8k, - td.visible-4k.visible-8k { - display: table-cell !important; + + .flex-4k-fill { + flex: 1 1 auto !important; } -} -.visible-8k { - display: none !important; -} -@media (max-width: 767px) { - .visible-8k.visible-xs { - display: block !important; + + .flex-4k-grow-0 { + flex-grow: 0 !important; } - table.visible-8k.visible-xs { - display: table; + + .flex-4k-grow-1 { + flex-grow: 1 !important; } - tr.visible-8k.visible-xs { - display: table-row !important; + + .flex-4k-shrink-0 { + flex-shrink: 0 !important; } - th.visible-8k.visible-xs, - td.visible-8k.visible-xs { - display: table-cell !important; + + .flex-4k-shrink-1 { + flex-shrink: 1 !important; } -} -@media (min-width: 768px) and (max-width: 991px) { - .visible-8k.visible-sm { - display: block !important; + + .justify-content-4k-start { + justify-content: flex-start !important; } - table.visible-8k.visible-sm { - display: table; + + .justify-content-4k-end { + justify-content: flex-end !important; } - tr.visible-8k.visible-sm { - display: table-row !important; + + .justify-content-4k-center { + justify-content: center !important; } - th.visible-8k.visible-sm, - td.visible-8k.visible-sm { - display: table-cell !important; + + .justify-content-4k-between { + justify-content: space-between !important; } -} -@media (min-width: 992px) and (max-width: 1199px) { - .visible-8k.visible-md { - display: block !important; + + .justify-content-4k-around { + justify-content: space-around !important; } - table.visible-8k.visible-md { - display: table; + + .align-items-4k-start { + align-items: flex-start !important; } - tr.visible-8k.visible-md { - display: table-row !important; + + .align-items-4k-end { + align-items: flex-end !important; } - th.visible-8k.visible-md, - td.visible-8k.visible-md { - display: table-cell !important; + + .align-items-4k-center { + align-items: center !important; } -} -@media (min-width: 1200px) and (max-width: 1365px) { - .visible-8k.visible-lg { - display: block !important; + + .align-items-4k-baseline { + align-items: baseline !important; } - table.visible-8k.visible-lg { - display: table; + + .align-items-4k-stretch { + align-items: stretch !important; } - tr.visible-8k.visible-lg { - display: table-row !important; + + .align-content-4k-start { + align-content: flex-start !important; } - th.visible-8k.visible-lg, - td.visible-8k.visible-lg { - display: table-cell !important; + + .align-content-4k-end { + align-content: flex-end !important; } -} -@media (min-width: 1366px) and (max-width: 1919px) { - .visible-8k.visible-xlg { - display: block !important; + + .align-content-4k-center { + align-content: center !important; } - table.visible-8k.visible-xlg { - display: table; + + .align-content-4k-between { + align-content: space-between !important; } - tr.visible-8k.visible-xlg { - display: table-row !important; + + .align-content-4k-around { + align-content: space-around !important; } - th.visible-8k.visible-xlg, - td.visible-8k.visible-xlg { - display: table-cell !important; + + .align-content-4k-stretch { + align-content: stretch !important; } -} -@media (min-width: 1920px) and (max-width: 2559px) { - .visible-8k.visible-fhd { - display: block !important; + + .align-self-4k-auto { + align-self: auto !important; } - table.visible-8k.visible-fhd { - display: table; + + .align-self-4k-start { + align-self: flex-start !important; } - tr.visible-8k.visible-fhd { - display: table-row !important; + + .align-self-4k-end { + align-self: flex-end !important; } - th.visible-8k.visible-fhd, - td.visible-8k.visible-fhd { - display: table-cell !important; + + .align-self-4k-center { + align-self: center !important; } -} -@media (min-width: 2560px) and (max-width: 2879px) { - .visible-8k.visible-rt { - display: block !important; + + .align-self-4k-baseline { + align-self: baseline !important; } - table.visible-8k.visible-rt { - display: table; + + .align-self-4k-stretch { + align-self: stretch !important; } - tr.visible-8k.visible-rt { - display: table-row !important; +} +@media (min-width: 5120px) { + .flex-5k-row { + flex-direction: row !important; } - th.visible-8k.visible-rt, - td.visible-8k.visible-rt { - display: table-cell !important; + + .flex-5k-column { + flex-direction: column !important; } -} -@media (min-width: 2880px) and (max-width: 3839px) { - .visible-8k.visible-rt15 { - display: block !important; + + .flex-5k-row-reverse { + flex-direction: row-reverse !important; } - table.visible-8k.visible-rt15 { - display: table; + + .flex-5k-column-reverse { + flex-direction: column-reverse !important; } - tr.visible-8k.visible-rt15 { - display: table-row !important; + + .flex-5k-wrap { + flex-wrap: wrap !important; } - th.visible-8k.visible-rt15, - td.visible-8k.visible-rt15 { - display: table-cell !important; + + .flex-5k-nowrap { + flex-wrap: nowrap !important; } -} -@media (min-width: 3840px) and (max-width: 4095px) { - .visible-8k.visible-uhd { - display: block !important; + + .flex-5k-wrap-reverse { + flex-wrap: wrap-reverse !important; } - table.visible-8k.visible-uhd { - display: table; + + .flex-5k-fill { + flex: 1 1 auto !important; } - tr.visible-8k.visible-uhd { - display: table-row !important; + + .flex-5k-grow-0 { + flex-grow: 0 !important; } - th.visible-8k.visible-uhd, - td.visible-8k.visible-uhd { - display: table-cell !important; + + .flex-5k-grow-1 { + flex-grow: 1 !important; } -} -@media (min-width: 4096px) and (max-width: 8191px) { - .visible-8k.visible-4k { - display: block !important; + + .flex-5k-shrink-0 { + flex-shrink: 0 !important; } - table.visible-8k.visible-4k { - display: table; + + .flex-5k-shrink-1 { + flex-shrink: 1 !important; } - tr.visible-8k.visible-4k { - display: table-row !important; + + .justify-content-5k-start { + justify-content: flex-start !important; } - th.visible-8k.visible-4k, - td.visible-8k.visible-4k { - display: table-cell !important; + + .justify-content-5k-end { + justify-content: flex-end !important; } -} -@media (min-width: 8192px) { - .visible-8k { - display: block !important; + + .justify-content-5k-center { + justify-content: center !important; } - table.visible-8k { - display: table; + + .justify-content-5k-between { + justify-content: space-between !important; } - tr.visible-8k { - display: table-row !important; + + .justify-content-5k-around { + justify-content: space-around !important; } - th.visible-8k, - td.visible-8k { - display: table-cell !important; + + .align-items-5k-start { + align-items: flex-start !important; } -} -.hidden-xs { - display: block !important; -} -table.hidden-xs { - display: table; -} -tr.hidden-xs { - display: table-row !important; -} -th.hidden-xs, -td.hidden-xs { - display: table-cell !important; -} -@media (max-width: 767px) { - .hidden-xs { - display: none !important; + + .align-items-5k-end { + align-items: flex-end !important; } -} -@media (min-width: 768px) and (max-width: 991px) { - .hidden-xs.hidden-sm { - display: none !important; + + .align-items-5k-center { + align-items: center !important; } -} -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-xs.hidden-md { - display: none !important; + + .align-items-5k-baseline { + align-items: baseline !important; } -} -@media (min-width: 1200px) and (max-width: 1365px) { - .hidden-xs.hidden-lg { - display: none !important; + + .align-items-5k-stretch { + align-items: stretch !important; } -} -@media (min-width: 1366px) and (max-width: 1919px) { - .hidden-xs.hidden-xlg { - display: none !important; + + .align-content-5k-start { + align-content: flex-start !important; } -} -@media (min-width: 1920px) and (max-width: 2559px) { - .hidden-xs.hidden-fhd { - display: none !important; + + .align-content-5k-end { + align-content: flex-end !important; } -} -@media (min-width: 2560px) and (max-width: 2879px) { - .hidden-xs.hidden-rt { - display: none !important; + + .align-content-5k-center { + align-content: center !important; } -} -@media (min-width: 2880px) and (max-width: 3839px) { - .hidden-xs.hidden-rt15 { - display: none !important; + + .align-content-5k-between { + align-content: space-between !important; } -} -@media (min-width: 3840px) and (max-width: 4095px) { - .hidden-xs.hidden-uhd { - display: none !important; + + .align-content-5k-around { + align-content: space-around !important; } -} -@media (min-width: 4096px) and (max-width: 8191px) { - .hidden-xs.hidden-4k { - display: none !important; + + .align-content-5k-stretch { + align-content: stretch !important; } -} -@media (min-width: 8192px) { - .hidden-xs.hidden-8k { - display: none !important; + + .align-self-5k-auto { + align-self: auto !important; } -} -.hidden-sm { - display: block !important; -} -table.hidden-sm { - display: table; -} -tr.hidden-sm { - display: table-row !important; -} -th.hidden-sm, -td.hidden-sm { - display: table-cell !important; -} -@media (max-width: 767px) { - .hidden-sm.hidden-xs { - display: none !important; + + .align-self-5k-start { + align-self: flex-start !important; } -} -@media (min-width: 768px) and (max-width: 991px) { - .hidden-sm { - display: none !important; + + .align-self-5k-end { + align-self: flex-end !important; } -} -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-sm.hidden-md { - display: none !important; + + .align-self-5k-center { + align-self: center !important; } -} -@media (min-width: 1200px) and (max-width: 1365px) { - .hidden-sm.hidden-lg { - display: none !important; + + .align-self-5k-baseline { + align-self: baseline !important; } -} -@media (min-width: 1366px) and (max-width: 1919px) { - .hidden-sm.hidden-xlg { - display: none !important; + + .align-self-5k-stretch { + align-self: stretch !important; } } -@media (min-width: 1920px) and (max-width: 2559px) { - .hidden-sm.hidden-fhd { - display: none !important; +@media (min-width: 7680px) { + .flex-8k-row { + flex-direction: row !important; } -} -@media (min-width: 2560px) and (max-width: 2879px) { - .hidden-sm.hidden-rt { - display: none !important; + + .flex-8k-column { + flex-direction: column !important; } -} -@media (min-width: 2880px) and (max-width: 3839px) { - .hidden-sm.hidden-rt15 { - display: none !important; + + .flex-8k-row-reverse { + flex-direction: row-reverse !important; } -} -@media (min-width: 3840px) and (max-width: 4095px) { - .hidden-sm.hidden-uhd { - display: none !important; + + .flex-8k-column-reverse { + flex-direction: column-reverse !important; } -} -@media (min-width: 4096px) and (max-width: 8191px) { - .hidden-sm.hidden-4k { - display: none !important; + + .flex-8k-wrap { + flex-wrap: wrap !important; } -} -@media (min-width: 8192px) { - .hidden-sm.hidden-8k { - display: none !important; + + .flex-8k-nowrap { + flex-wrap: nowrap !important; } -} -.hidden-md { - display: block !important; -} -table.hidden-md { - display: table; -} -tr.hidden-md { - display: table-row !important; -} -th.hidden-md, -td.hidden-md { - display: table-cell !important; -} -@media (max-width: 767px) { - .hidden-md.hidden-xs { - display: none !important; + + .flex-8k-wrap-reverse { + flex-wrap: wrap-reverse !important; } -} -@media (min-width: 768px) and (max-width: 991px) { - .hidden-md.hidden-sm { - display: none !important; + + .flex-8k-fill { + flex: 1 1 auto !important; } -} -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-md { - display: none !important; + + .flex-8k-grow-0 { + flex-grow: 0 !important; } -} -@media (min-width: 1200px) and (max-width: 1365px) { - .hidden-md.hidden-lg { - display: none !important; + + .flex-8k-grow-1 { + flex-grow: 1 !important; } -} -@media (min-width: 1366px) and (max-width: 1919px) { - .hidden-md.hidden-xlg { - display: none !important; + + .flex-8k-shrink-0 { + flex-shrink: 0 !important; } -} -@media (min-width: 1920px) and (max-width: 2559px) { - .hidden-md.hidden-fhd { - display: none !important; + + .flex-8k-shrink-1 { + flex-shrink: 1 !important; } -} -@media (min-width: 2560px) and (max-width: 2879px) { - .hidden-md.hidden-rt { - display: none !important; + + .justify-content-8k-start { + justify-content: flex-start !important; } -} -@media (min-width: 2880px) and (max-width: 3839px) { - .hidden-md.hidden-rt15 { - display: none !important; + + .justify-content-8k-end { + justify-content: flex-end !important; } -} -@media (min-width: 3840px) and (max-width: 4095px) { - .hidden-md.hidden-uhd { - display: none !important; + + .justify-content-8k-center { + justify-content: center !important; } -} -@media (min-width: 4096px) and (max-width: 8191px) { - .hidden-md.hidden-4k { - display: none !important; + + .justify-content-8k-between { + justify-content: space-between !important; } -} -@media (min-width: 8192px) { - .hidden-md.hidden-8k { - display: none !important; + + .justify-content-8k-around { + justify-content: space-around !important; } -} -.hidden-lg { - display: block !important; -} -table.hidden-lg { - display: table; -} -tr.hidden-lg { - display: table-row !important; -} -th.hidden-lg, -td.hidden-lg { - display: table-cell !important; -} -@media (max-width: 767px) { - .hidden-lg.hidden-xs { - display: none !important; + + .align-items-8k-start { + align-items: flex-start !important; } -} -@media (min-width: 768px) and (max-width: 991px) { - .hidden-lg.hidden-sm { - display: none !important; + + .align-items-8k-end { + align-items: flex-end !important; } -} -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-lg.hidden-md { - display: none !important; + + .align-items-8k-center { + align-items: center !important; } -} -@media (min-width: 1200px) and (max-width: 1365px) { - .hidden-lg { - display: none !important; + + .align-items-8k-baseline { + align-items: baseline !important; } -} -@media (min-width: 1366px) and (max-width: 1919px) { - .hidden-lg.hidden-xlg { - display: none !important; + + .align-items-8k-stretch { + align-items: stretch !important; } -} -@media (min-width: 1920px) and (max-width: 2559px) { - .hidden-lg.hidden-fhd { - display: none !important; + + .align-content-8k-start { + align-content: flex-start !important; } -} -@media (min-width: 2560px) and (max-width: 2879px) { - .hidden-lg.hidden-rt { - display: none !important; + + .align-content-8k-end { + align-content: flex-end !important; } -} -@media (min-width: 2880px) and (max-width: 3839px) { - .hidden-lg.hidden-rt15 { - display: none !important; + + .align-content-8k-center { + align-content: center !important; } -} -@media (min-width: 3840px) and (max-width: 4095px) { - .hidden-lg.hidden-uhd { - display: none !important; + + .align-content-8k-between { + align-content: space-between !important; } -} -@media (min-width: 4096px) and (max-width: 8191px) { - .hidden-lg.hidden-4k { - display: none !important; + + .align-content-8k-around { + align-content: space-around !important; } -} -@media (min-width: 8192px) { - .hidden-lg.hidden-8k { - display: none !important; + + .align-content-8k-stretch { + align-content: stretch !important; } -} -.hidden-xlg { - display: block !important; -} -table.hidden-xlg { - display: table; -} -tr.hidden-xlg { - display: table-row !important; -} -th.hidden-xlg, -td.hidden-xlg { - display: table-cell !important; -} -@media (max-width: 767px) { - .hidden-xlg.hidden-xs { - display: none !important; + + .align-self-8k-auto { + align-self: auto !important; } -} -@media (min-width: 768px) and (max-width: 991px) { - .hidden-xlg.hidden-sm { - display: none !important; + + .align-self-8k-start { + align-self: flex-start !important; } -} -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-xlg.hidden-md { - display: none !important; + + .align-self-8k-end { + align-self: flex-end !important; } -} -@media (min-width: 1200px) and (max-width: 1365px) { - .hidden-xlg.hidden-lg { - display: none !important; + + .align-self-8k-center { + align-self: center !important; } -} -@media (min-width: 1366px) and (max-width: 1919px) { - .hidden-xlg { - display: none !important; + + .align-self-8k-baseline { + align-self: baseline !important; } -} -@media (min-width: 1920px) and (max-width: 2559px) { - .hidden-xlg.hidden-fhd { - display: none !important; + + .align-self-8k-stretch { + align-self: stretch !important; } } -@media (min-width: 2560px) and (max-width: 2879px) { - .hidden-xlg.hidden-rt { - display: none !important; - } +.float-left { + float: left !important; } -@media (min-width: 2880px) and (max-width: 3839px) { - .hidden-xlg.hidden-rt15 { - display: none !important; - } + +.float-right { + float: right !important; } -@media (min-width: 3840px) and (max-width: 4095px) { - .hidden-xlg.hidden-uhd { - display: none !important; - } + +.float-none { + float: none !important; } -@media (min-width: 4096px) and (max-width: 8191px) { - .hidden-xlg.hidden-4k { - display: none !important; + +@media (min-width: 576px) { + .float-sm-left { + float: left !important; } -} -@media (min-width: 8192px) { - .hidden-xlg.hidden-8k { - display: none !important; + + .float-sm-right { + float: right !important; } -} -.hidden-fhd { - display: block !important; -} -table.hidden-fhd { - display: table; -} -tr.hidden-fhd { - display: table-row !important; -} -th.hidden-fhd, -td.hidden-fhd { - display: table-cell !important; -} -@media (max-width: 767px) { - .hidden-fhd.hidden-xs { - display: none !important; + + .float-sm-none { + float: none !important; } } -@media (min-width: 768px) and (max-width: 991px) { - .hidden-fhd.hidden-sm { - display: none !important; +@media (min-width: 768px) { + .float-md-left { + float: left !important; } -} -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-fhd.hidden-md { - display: none !important; + + .float-md-right { + float: right !important; } -} -@media (min-width: 1200px) and (max-width: 1365px) { - .hidden-fhd.hidden-lg { - display: none !important; + + .float-md-none { + float: none !important; } } -@media (min-width: 1366px) and (max-width: 1919px) { - .hidden-fhd.hidden-xlg { - display: none !important; +@media (min-width: 992px) { + .float-lg-left { + float: left !important; } -} -@media (min-width: 1920px) and (max-width: 2559px) { - .hidden-fhd { - display: none !important; + + .float-lg-right { + float: right !important; } -} -@media (min-width: 2560px) and (max-width: 2879px) { - .hidden-fhd.hidden-rt { - display: none !important; + + .float-lg-none { + float: none !important; } } -@media (min-width: 2880px) and (max-width: 3839px) { - .hidden-fhd.hidden-rt15 { - display: none !important; +@media (min-width: 1200px) { + .float-xl-left { + float: left !important; } -} -@media (min-width: 3840px) and (max-width: 4095px) { - .hidden-fhd.hidden-uhd { - display: none !important; + + .float-xl-right { + float: right !important; } -} -@media (min-width: 4096px) and (max-width: 8191px) { - .hidden-fhd.hidden-4k { - display: none !important; + + .float-xl-none { + float: none !important; } } -@media (min-width: 8192px) { - .hidden-fhd.hidden-8k { - display: none !important; +@media (min-width: 1366px) { + .float-hd-left { + float: left !important; } -} -.hidden-rt { - display: block !important; -} -table.hidden-rt { - display: table; -} -tr.hidden-rt { - display: table-row !important; -} -th.hidden-rt, -td.hidden-rt { - display: table-cell !important; -} -@media (max-width: 767px) { - .hidden-rt.hidden-xs { - display: none !important; + + .float-hd-right { + float: right !important; } -} -@media (min-width: 768px) and (max-width: 991px) { - .hidden-rt.hidden-sm { - display: none !important; + + .float-hd-none { + float: none !important; } } -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-rt.hidden-md { - display: none !important; +@media (min-width: 1920px) { + .float-fhd-left { + float: left !important; } -} -@media (min-width: 1200px) and (max-width: 1365px) { - .hidden-rt.hidden-lg { - display: none !important; + + .float-fhd-right { + float: right !important; } -} -@media (min-width: 1366px) and (max-width: 1919px) { - .hidden-rt.hidden-xlg { - display: none !important; + + .float-fhd-none { + float: none !important; } } -@media (min-width: 1920px) and (max-width: 2559px) { - .hidden-rt.hidden-fhd { - display: none !important; +@media (min-width: 2560px) { + .float-rt-left { + float: left !important; } -} -@media (min-width: 2560px) and (max-width: 2879px) { - .hidden-rt { - display: none !important; + + .float-rt-right { + float: right !important; } -} -@media (min-width: 2880px) and (max-width: 3839px) { - .hidden-rt.hidden-rt15 { - display: none !important; + + .float-rt-none { + float: none !important; } } -@media (min-width: 3840px) and (max-width: 4095px) { - .hidden-rt.hidden-uhd { - display: none !important; +@media (min-width: 2880px) { + .float-rt15-left { + float: left !important; } -} -@media (min-width: 4096px) and (max-width: 8191px) { - .hidden-rt.hidden-4k { - display: none !important; + + .float-rt15-right { + float: right !important; } -} -@media (min-width: 8192px) { - .hidden-rt.hidden-8k { - display: none !important; + + .float-rt15-none { + float: none !important; } } -.hidden-rt15 { - display: block !important; -} -table.hidden-rt15 { - display: table; -} -tr.hidden-rt15 { - display: table-row !important; -} -th.hidden-rt15, -td.hidden-rt15 { - display: table-cell !important; -} -@media (max-width: 767px) { - .hidden-rt15.hidden-xs { - display: none !important; +@media (min-width: 3840px) { + .float-4k-left { + float: left !important; } -} -@media (min-width: 768px) and (max-width: 991px) { - .hidden-rt15.hidden-sm { - display: none !important; + + .float-4k-right { + float: right !important; } -} -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-rt15.hidden-md { - display: none !important; + + .float-4k-none { + float: none !important; } -} -@media (min-width: 1200px) and (max-width: 1365px) { - .hidden-rt15.hidden-lg { - display: none !important; +} +@media (min-width: 5120px) { + .float-5k-left { + float: left !important; + } + + .float-5k-right { + float: right !important; + } + + .float-5k-none { + float: none !important; + } +} +@media (min-width: 7680px) { + .float-8k-left { + float: left !important; + } + + .float-8k-right { + float: right !important; + } + + .float-8k-none { + float: none !important; + } +} +.m-0 { + margin: 0 !important; +} + +.mt-0, +.my-0 { + margin-top: 0 !important; +} + +.mr-0, +.mx-0 { + margin-right: 0 !important; +} + +.mb-0, +.my-0 { + margin-bottom: 0 !important; +} + +.ml-0, +.mx-0 { + margin-left: 0 !important; +} + +.m-1 { + margin: 0.25rem !important; +} + +.mt-1, +.my-1 { + margin-top: 0.25rem !important; +} + +.mr-1, +.mx-1 { + margin-right: 0.25rem !important; +} + +.mb-1, +.my-1 { + margin-bottom: 0.25rem !important; +} + +.ml-1, +.mx-1 { + margin-left: 0.25rem !important; +} + +.m-2 { + margin: 0.5rem !important; +} + +.mt-2, +.my-2 { + margin-top: 0.5rem !important; +} + +.mr-2, +.mx-2 { + margin-right: 0.5rem !important; +} + +.mb-2, +.my-2 { + margin-bottom: 0.5rem !important; +} + +.ml-2, +.mx-2 { + margin-left: 0.5rem !important; +} + +.m-3 { + margin: 1rem !important; +} + +.mt-3, +.my-3 { + margin-top: 1rem !important; +} + +.mr-3, +.mx-3 { + margin-right: 1rem !important; +} + +.mb-3, +.my-3 { + margin-bottom: 1rem !important; +} + +.ml-3, +.mx-3 { + margin-left: 1rem !important; +} + +.m-4 { + margin: 1.5rem !important; +} + +.mt-4, +.my-4 { + margin-top: 1.5rem !important; +} + +.mr-4, +.mx-4 { + margin-right: 1.5rem !important; +} + +.mb-4, +.my-4 { + margin-bottom: 1.5rem !important; +} + +.ml-4, +.mx-4 { + margin-left: 1.5rem !important; +} + +.m-5 { + margin: 3rem !important; +} + +.mt-5, +.my-5 { + margin-top: 3rem !important; +} + +.mr-5, +.mx-5 { + margin-right: 3rem !important; +} + +.mb-5, +.my-5 { + margin-bottom: 3rem !important; +} + +.ml-5, +.mx-5 { + margin-left: 3rem !important; +} + +.p-0 { + padding: 0 !important; +} + +.pt-0, +.py-0 { + padding-top: 0 !important; +} + +.pr-0, +.px-0 { + padding-right: 0 !important; +} + +.pb-0, +.py-0 { + padding-bottom: 0 !important; +} + +.pl-0, +.px-0 { + padding-left: 0 !important; +} + +.p-1 { + padding: 0.25rem !important; +} + +.pt-1, +.py-1 { + padding-top: 0.25rem !important; +} + +.pr-1, +.px-1 { + padding-right: 0.25rem !important; +} + +.pb-1, +.py-1 { + padding-bottom: 0.25rem !important; +} + +.pl-1, +.px-1 { + padding-left: 0.25rem !important; +} + +.p-2 { + padding: 0.5rem !important; +} + +.pt-2, +.py-2 { + padding-top: 0.5rem !important; +} + +.pr-2, +.px-2 { + padding-right: 0.5rem !important; +} + +.pb-2, +.py-2 { + padding-bottom: 0.5rem !important; +} + +.pl-2, +.px-2 { + padding-left: 0.5rem !important; +} + +.p-3 { + padding: 1rem !important; +} + +.pt-3, +.py-3 { + padding-top: 1rem !important; +} + +.pr-3, +.px-3 { + padding-right: 1rem !important; +} + +.pb-3, +.py-3 { + padding-bottom: 1rem !important; +} + +.pl-3, +.px-3 { + padding-left: 1rem !important; +} + +.p-4 { + padding: 1.5rem !important; +} + +.pt-4, +.py-4 { + padding-top: 1.5rem !important; +} + +.pr-4, +.px-4 { + padding-right: 1.5rem !important; +} + +.pb-4, +.py-4 { + padding-bottom: 1.5rem !important; +} + +.pl-4, +.px-4 { + padding-left: 1.5rem !important; +} + +.p-5 { + padding: 3rem !important; +} + +.pt-5, +.py-5 { + padding-top: 3rem !important; +} + +.pr-5, +.px-5 { + padding-right: 3rem !important; +} + +.pb-5, +.py-5 { + padding-bottom: 3rem !important; +} + +.pl-5, +.px-5 { + padding-left: 3rem !important; +} + +.m-n1 { + margin: -0.25rem !important; +} + +.mt-n1, +.my-n1 { + margin-top: -0.25rem !important; +} + +.mr-n1, +.mx-n1 { + margin-right: -0.25rem !important; +} + +.mb-n1, +.my-n1 { + margin-bottom: -0.25rem !important; +} + +.ml-n1, +.mx-n1 { + margin-left: -0.25rem !important; +} + +.m-n2 { + margin: -0.5rem !important; +} + +.mt-n2, +.my-n2 { + margin-top: -0.5rem !important; +} + +.mr-n2, +.mx-n2 { + margin-right: -0.5rem !important; +} + +.mb-n2, +.my-n2 { + margin-bottom: -0.5rem !important; +} + +.ml-n2, +.mx-n2 { + margin-left: -0.5rem !important; +} + +.m-n3 { + margin: -1rem !important; +} + +.mt-n3, +.my-n3 { + margin-top: -1rem !important; +} + +.mr-n3, +.mx-n3 { + margin-right: -1rem !important; +} + +.mb-n3, +.my-n3 { + margin-bottom: -1rem !important; +} + +.ml-n3, +.mx-n3 { + margin-left: -1rem !important; +} + +.m-n4 { + margin: -1.5rem !important; +} + +.mt-n4, +.my-n4 { + margin-top: -1.5rem !important; +} + +.mr-n4, +.mx-n4 { + margin-right: -1.5rem !important; +} + +.mb-n4, +.my-n4 { + margin-bottom: -1.5rem !important; +} + +.ml-n4, +.mx-n4 { + margin-left: -1.5rem !important; +} + +.m-n5 { + margin: -3rem !important; +} + +.mt-n5, +.my-n5 { + margin-top: -3rem !important; +} + +.mr-n5, +.mx-n5 { + margin-right: -3rem !important; +} + +.mb-n5, +.my-n5 { + margin-bottom: -3rem !important; +} + +.ml-n5, +.mx-n5 { + margin-left: -3rem !important; +} + +.m-auto { + margin: auto !important; +} + +.mt-auto, +.my-auto { + margin-top: auto !important; +} + +.mr-auto, +.mx-auto { + margin-right: auto !important; +} + +.mb-auto, +.my-auto { + margin-bottom: auto !important; +} + +.ml-auto, +.mx-auto { + margin-left: auto !important; +} + +@media (min-width: 576px) { + .m-sm-0 { + margin: 0 !important; + } + + .mt-sm-0, + .my-sm-0 { + margin-top: 0 !important; + } + + .mr-sm-0, + .mx-sm-0 { + margin-right: 0 !important; + } + + .mb-sm-0, + .my-sm-0 { + margin-bottom: 0 !important; + } + + .ml-sm-0, + .mx-sm-0 { + margin-left: 0 !important; + } + + .m-sm-1 { + margin: 0.25rem !important; + } + + .mt-sm-1, + .my-sm-1 { + margin-top: 0.25rem !important; + } + + .mr-sm-1, + .mx-sm-1 { + margin-right: 0.25rem !important; + } + + .mb-sm-1, + .my-sm-1 { + margin-bottom: 0.25rem !important; + } + + .ml-sm-1, + .mx-sm-1 { + margin-left: 0.25rem !important; + } + + .m-sm-2 { + margin: 0.5rem !important; + } + + .mt-sm-2, + .my-sm-2 { + margin-top: 0.5rem !important; + } + + .mr-sm-2, + .mx-sm-2 { + margin-right: 0.5rem !important; + } + + .mb-sm-2, + .my-sm-2 { + margin-bottom: 0.5rem !important; + } + + .ml-sm-2, + .mx-sm-2 { + margin-left: 0.5rem !important; + } + + .m-sm-3 { + margin: 1rem !important; + } + + .mt-sm-3, + .my-sm-3 { + margin-top: 1rem !important; + } + + .mr-sm-3, + .mx-sm-3 { + margin-right: 1rem !important; + } + + .mb-sm-3, + .my-sm-3 { + margin-bottom: 1rem !important; + } + + .ml-sm-3, + .mx-sm-3 { + margin-left: 1rem !important; + } + + .m-sm-4 { + margin: 1.5rem !important; + } + + .mt-sm-4, + .my-sm-4 { + margin-top: 1.5rem !important; + } + + .mr-sm-4, + .mx-sm-4 { + margin-right: 1.5rem !important; + } + + .mb-sm-4, + .my-sm-4 { + margin-bottom: 1.5rem !important; + } + + .ml-sm-4, + .mx-sm-4 { + margin-left: 1.5rem !important; + } + + .m-sm-5 { + margin: 3rem !important; + } + + .mt-sm-5, + .my-sm-5 { + margin-top: 3rem !important; + } + + .mr-sm-5, + .mx-sm-5 { + margin-right: 3rem !important; + } + + .mb-sm-5, + .my-sm-5 { + margin-bottom: 3rem !important; + } + + .ml-sm-5, + .mx-sm-5 { + margin-left: 3rem !important; + } + + .p-sm-0 { + padding: 0 !important; + } + + .pt-sm-0, + .py-sm-0 { + padding-top: 0 !important; + } + + .pr-sm-0, + .px-sm-0 { + padding-right: 0 !important; + } + + .pb-sm-0, + .py-sm-0 { + padding-bottom: 0 !important; + } + + .pl-sm-0, + .px-sm-0 { + padding-left: 0 !important; + } + + .p-sm-1 { + padding: 0.25rem !important; + } + + .pt-sm-1, + .py-sm-1 { + padding-top: 0.25rem !important; + } + + .pr-sm-1, + .px-sm-1 { + padding-right: 0.25rem !important; + } + + .pb-sm-1, + .py-sm-1 { + padding-bottom: 0.25rem !important; + } + + .pl-sm-1, + .px-sm-1 { + padding-left: 0.25rem !important; + } + + .p-sm-2 { + padding: 0.5rem !important; + } + + .pt-sm-2, + .py-sm-2 { + padding-top: 0.5rem !important; + } + + .pr-sm-2, + .px-sm-2 { + padding-right: 0.5rem !important; + } + + .pb-sm-2, + .py-sm-2 { + padding-bottom: 0.5rem !important; + } + + .pl-sm-2, + .px-sm-2 { + padding-left: 0.5rem !important; + } + + .p-sm-3 { + padding: 1rem !important; + } + + .pt-sm-3, + .py-sm-3 { + padding-top: 1rem !important; + } + + .pr-sm-3, + .px-sm-3 { + padding-right: 1rem !important; + } + + .pb-sm-3, + .py-sm-3 { + padding-bottom: 1rem !important; + } + + .pl-sm-3, + .px-sm-3 { + padding-left: 1rem !important; + } + + .p-sm-4 { + padding: 1.5rem !important; + } + + .pt-sm-4, + .py-sm-4 { + padding-top: 1.5rem !important; + } + + .pr-sm-4, + .px-sm-4 { + padding-right: 1.5rem !important; + } + + .pb-sm-4, + .py-sm-4 { + padding-bottom: 1.5rem !important; + } + + .pl-sm-4, + .px-sm-4 { + padding-left: 1.5rem !important; + } + + .p-sm-5 { + padding: 3rem !important; + } + + .pt-sm-5, + .py-sm-5 { + padding-top: 3rem !important; + } + + .pr-sm-5, + .px-sm-5 { + padding-right: 3rem !important; + } + + .pb-sm-5, + .py-sm-5 { + padding-bottom: 3rem !important; + } + + .pl-sm-5, + .px-sm-5 { + padding-left: 3rem !important; + } + + .m-sm-n1 { + margin: -0.25rem !important; + } + + .mt-sm-n1, + .my-sm-n1 { + margin-top: -0.25rem !important; + } + + .mr-sm-n1, + .mx-sm-n1 { + margin-right: -0.25rem !important; + } + + .mb-sm-n1, + .my-sm-n1 { + margin-bottom: -0.25rem !important; + } + + .ml-sm-n1, + .mx-sm-n1 { + margin-left: -0.25rem !important; + } + + .m-sm-n2 { + margin: -0.5rem !important; + } + + .mt-sm-n2, + .my-sm-n2 { + margin-top: -0.5rem !important; + } + + .mr-sm-n2, + .mx-sm-n2 { + margin-right: -0.5rem !important; + } + + .mb-sm-n2, + .my-sm-n2 { + margin-bottom: -0.5rem !important; + } + + .ml-sm-n2, + .mx-sm-n2 { + margin-left: -0.5rem !important; + } + + .m-sm-n3 { + margin: -1rem !important; + } + + .mt-sm-n3, + .my-sm-n3 { + margin-top: -1rem !important; + } + + .mr-sm-n3, + .mx-sm-n3 { + margin-right: -1rem !important; + } + + .mb-sm-n3, + .my-sm-n3 { + margin-bottom: -1rem !important; + } + + .ml-sm-n3, + .mx-sm-n3 { + margin-left: -1rem !important; + } + + .m-sm-n4 { + margin: -1.5rem !important; + } + + .mt-sm-n4, + .my-sm-n4 { + margin-top: -1.5rem !important; + } + + .mr-sm-n4, + .mx-sm-n4 { + margin-right: -1.5rem !important; + } + + .mb-sm-n4, + .my-sm-n4 { + margin-bottom: -1.5rem !important; + } + + .ml-sm-n4, + .mx-sm-n4 { + margin-left: -1.5rem !important; + } + + .m-sm-n5 { + margin: -3rem !important; + } + + .mt-sm-n5, + .my-sm-n5 { + margin-top: -3rem !important; + } + + .mr-sm-n5, + .mx-sm-n5 { + margin-right: -3rem !important; + } + + .mb-sm-n5, + .my-sm-n5 { + margin-bottom: -3rem !important; + } + + .ml-sm-n5, + .mx-sm-n5 { + margin-left: -3rem !important; + } + + .m-sm-auto { + margin: auto !important; + } + + .mt-sm-auto, + .my-sm-auto { + margin-top: auto !important; + } + + .mr-sm-auto, + .mx-sm-auto { + margin-right: auto !important; + } + + .mb-sm-auto, + .my-sm-auto { + margin-bottom: auto !important; + } + + .ml-sm-auto, + .mx-sm-auto { + margin-left: auto !important; + } +} +@media (min-width: 768px) { + .m-md-0 { + margin: 0 !important; + } + + .mt-md-0, + .my-md-0 { + margin-top: 0 !important; + } + + .mr-md-0, + .mx-md-0 { + margin-right: 0 !important; + } + + .mb-md-0, + .my-md-0 { + margin-bottom: 0 !important; + } + + .ml-md-0, + .mx-md-0 { + margin-left: 0 !important; + } + + .m-md-1 { + margin: 0.25rem !important; + } + + .mt-md-1, + .my-md-1 { + margin-top: 0.25rem !important; + } + + .mr-md-1, + .mx-md-1 { + margin-right: 0.25rem !important; + } + + .mb-md-1, + .my-md-1 { + margin-bottom: 0.25rem !important; + } + + .ml-md-1, + .mx-md-1 { + margin-left: 0.25rem !important; + } + + .m-md-2 { + margin: 0.5rem !important; + } + + .mt-md-2, + .my-md-2 { + margin-top: 0.5rem !important; + } + + .mr-md-2, + .mx-md-2 { + margin-right: 0.5rem !important; + } + + .mb-md-2, + .my-md-2 { + margin-bottom: 0.5rem !important; + } + + .ml-md-2, + .mx-md-2 { + margin-left: 0.5rem !important; + } + + .m-md-3 { + margin: 1rem !important; + } + + .mt-md-3, + .my-md-3 { + margin-top: 1rem !important; + } + + .mr-md-3, + .mx-md-3 { + margin-right: 1rem !important; + } + + .mb-md-3, + .my-md-3 { + margin-bottom: 1rem !important; + } + + .ml-md-3, + .mx-md-3 { + margin-left: 1rem !important; + } + + .m-md-4 { + margin: 1.5rem !important; + } + + .mt-md-4, + .my-md-4 { + margin-top: 1.5rem !important; + } + + .mr-md-4, + .mx-md-4 { + margin-right: 1.5rem !important; + } + + .mb-md-4, + .my-md-4 { + margin-bottom: 1.5rem !important; + } + + .ml-md-4, + .mx-md-4 { + margin-left: 1.5rem !important; + } + + .m-md-5 { + margin: 3rem !important; + } + + .mt-md-5, + .my-md-5 { + margin-top: 3rem !important; + } + + .mr-md-5, + .mx-md-5 { + margin-right: 3rem !important; + } + + .mb-md-5, + .my-md-5 { + margin-bottom: 3rem !important; + } + + .ml-md-5, + .mx-md-5 { + margin-left: 3rem !important; + } + + .p-md-0 { + padding: 0 !important; + } + + .pt-md-0, + .py-md-0 { + padding-top: 0 !important; + } + + .pr-md-0, + .px-md-0 { + padding-right: 0 !important; + } + + .pb-md-0, + .py-md-0 { + padding-bottom: 0 !important; + } + + .pl-md-0, + .px-md-0 { + padding-left: 0 !important; + } + + .p-md-1 { + padding: 0.25rem !important; + } + + .pt-md-1, + .py-md-1 { + padding-top: 0.25rem !important; + } + + .pr-md-1, + .px-md-1 { + padding-right: 0.25rem !important; + } + + .pb-md-1, + .py-md-1 { + padding-bottom: 0.25rem !important; + } + + .pl-md-1, + .px-md-1 { + padding-left: 0.25rem !important; + } + + .p-md-2 { + padding: 0.5rem !important; + } + + .pt-md-2, + .py-md-2 { + padding-top: 0.5rem !important; + } + + .pr-md-2, + .px-md-2 { + padding-right: 0.5rem !important; + } + + .pb-md-2, + .py-md-2 { + padding-bottom: 0.5rem !important; + } + + .pl-md-2, + .px-md-2 { + padding-left: 0.5rem !important; + } + + .p-md-3 { + padding: 1rem !important; + } + + .pt-md-3, + .py-md-3 { + padding-top: 1rem !important; + } + + .pr-md-3, + .px-md-3 { + padding-right: 1rem !important; + } + + .pb-md-3, + .py-md-3 { + padding-bottom: 1rem !important; + } + + .pl-md-3, + .px-md-3 { + padding-left: 1rem !important; + } + + .p-md-4 { + padding: 1.5rem !important; + } + + .pt-md-4, + .py-md-4 { + padding-top: 1.5rem !important; + } + + .pr-md-4, + .px-md-4 { + padding-right: 1.5rem !important; + } + + .pb-md-4, + .py-md-4 { + padding-bottom: 1.5rem !important; + } + + .pl-md-4, + .px-md-4 { + padding-left: 1.5rem !important; + } + + .p-md-5 { + padding: 3rem !important; + } + + .pt-md-5, + .py-md-5 { + padding-top: 3rem !important; + } + + .pr-md-5, + .px-md-5 { + padding-right: 3rem !important; + } + + .pb-md-5, + .py-md-5 { + padding-bottom: 3rem !important; + } + + .pl-md-5, + .px-md-5 { + padding-left: 3rem !important; + } + + .m-md-n1 { + margin: -0.25rem !important; + } + + .mt-md-n1, + .my-md-n1 { + margin-top: -0.25rem !important; + } + + .mr-md-n1, + .mx-md-n1 { + margin-right: -0.25rem !important; + } + + .mb-md-n1, + .my-md-n1 { + margin-bottom: -0.25rem !important; + } + + .ml-md-n1, + .mx-md-n1 { + margin-left: -0.25rem !important; + } + + .m-md-n2 { + margin: -0.5rem !important; + } + + .mt-md-n2, + .my-md-n2 { + margin-top: -0.5rem !important; + } + + .mr-md-n2, + .mx-md-n2 { + margin-right: -0.5rem !important; + } + + .mb-md-n2, + .my-md-n2 { + margin-bottom: -0.5rem !important; + } + + .ml-md-n2, + .mx-md-n2 { + margin-left: -0.5rem !important; + } + + .m-md-n3 { + margin: -1rem !important; + } + + .mt-md-n3, + .my-md-n3 { + margin-top: -1rem !important; + } + + .mr-md-n3, + .mx-md-n3 { + margin-right: -1rem !important; + } + + .mb-md-n3, + .my-md-n3 { + margin-bottom: -1rem !important; + } + + .ml-md-n3, + .mx-md-n3 { + margin-left: -1rem !important; + } + + .m-md-n4 { + margin: -1.5rem !important; + } + + .mt-md-n4, + .my-md-n4 { + margin-top: -1.5rem !important; + } + + .mr-md-n4, + .mx-md-n4 { + margin-right: -1.5rem !important; + } + + .mb-md-n4, + .my-md-n4 { + margin-bottom: -1.5rem !important; + } + + .ml-md-n4, + .mx-md-n4 { + margin-left: -1.5rem !important; + } + + .m-md-n5 { + margin: -3rem !important; + } + + .mt-md-n5, + .my-md-n5 { + margin-top: -3rem !important; + } + + .mr-md-n5, + .mx-md-n5 { + margin-right: -3rem !important; + } + + .mb-md-n5, + .my-md-n5 { + margin-bottom: -3rem !important; + } + + .ml-md-n5, + .mx-md-n5 { + margin-left: -3rem !important; + } + + .m-md-auto { + margin: auto !important; + } + + .mt-md-auto, + .my-md-auto { + margin-top: auto !important; + } + + .mr-md-auto, + .mx-md-auto { + margin-right: auto !important; + } + + .mb-md-auto, + .my-md-auto { + margin-bottom: auto !important; + } + + .ml-md-auto, + .mx-md-auto { + margin-left: auto !important; + } +} +@media (min-width: 992px) { + .m-lg-0 { + margin: 0 !important; + } + + .mt-lg-0, + .my-lg-0 { + margin-top: 0 !important; + } + + .mr-lg-0, + .mx-lg-0 { + margin-right: 0 !important; + } + + .mb-lg-0, + .my-lg-0 { + margin-bottom: 0 !important; + } + + .ml-lg-0, + .mx-lg-0 { + margin-left: 0 !important; + } + + .m-lg-1 { + margin: 0.25rem !important; + } + + .mt-lg-1, + .my-lg-1 { + margin-top: 0.25rem !important; + } + + .mr-lg-1, + .mx-lg-1 { + margin-right: 0.25rem !important; + } + + .mb-lg-1, + .my-lg-1 { + margin-bottom: 0.25rem !important; + } + + .ml-lg-1, + .mx-lg-1 { + margin-left: 0.25rem !important; + } + + .m-lg-2 { + margin: 0.5rem !important; + } + + .mt-lg-2, + .my-lg-2 { + margin-top: 0.5rem !important; + } + + .mr-lg-2, + .mx-lg-2 { + margin-right: 0.5rem !important; + } + + .mb-lg-2, + .my-lg-2 { + margin-bottom: 0.5rem !important; + } + + .ml-lg-2, + .mx-lg-2 { + margin-left: 0.5rem !important; + } + + .m-lg-3 { + margin: 1rem !important; + } + + .mt-lg-3, + .my-lg-3 { + margin-top: 1rem !important; + } + + .mr-lg-3, + .mx-lg-3 { + margin-right: 1rem !important; + } + + .mb-lg-3, + .my-lg-3 { + margin-bottom: 1rem !important; + } + + .ml-lg-3, + .mx-lg-3 { + margin-left: 1rem !important; + } + + .m-lg-4 { + margin: 1.5rem !important; + } + + .mt-lg-4, + .my-lg-4 { + margin-top: 1.5rem !important; + } + + .mr-lg-4, + .mx-lg-4 { + margin-right: 1.5rem !important; + } + + .mb-lg-4, + .my-lg-4 { + margin-bottom: 1.5rem !important; + } + + .ml-lg-4, + .mx-lg-4 { + margin-left: 1.5rem !important; + } + + .m-lg-5 { + margin: 3rem !important; + } + + .mt-lg-5, + .my-lg-5 { + margin-top: 3rem !important; + } + + .mr-lg-5, + .mx-lg-5 { + margin-right: 3rem !important; + } + + .mb-lg-5, + .my-lg-5 { + margin-bottom: 3rem !important; + } + + .ml-lg-5, + .mx-lg-5 { + margin-left: 3rem !important; + } + + .p-lg-0 { + padding: 0 !important; + } + + .pt-lg-0, + .py-lg-0 { + padding-top: 0 !important; + } + + .pr-lg-0, + .px-lg-0 { + padding-right: 0 !important; + } + + .pb-lg-0, + .py-lg-0 { + padding-bottom: 0 !important; + } + + .pl-lg-0, + .px-lg-0 { + padding-left: 0 !important; + } + + .p-lg-1 { + padding: 0.25rem !important; + } + + .pt-lg-1, + .py-lg-1 { + padding-top: 0.25rem !important; + } + + .pr-lg-1, + .px-lg-1 { + padding-right: 0.25rem !important; + } + + .pb-lg-1, + .py-lg-1 { + padding-bottom: 0.25rem !important; + } + + .pl-lg-1, + .px-lg-1 { + padding-left: 0.25rem !important; + } + + .p-lg-2 { + padding: 0.5rem !important; + } + + .pt-lg-2, + .py-lg-2 { + padding-top: 0.5rem !important; + } + + .pr-lg-2, + .px-lg-2 { + padding-right: 0.5rem !important; + } + + .pb-lg-2, + .py-lg-2 { + padding-bottom: 0.5rem !important; + } + + .pl-lg-2, + .px-lg-2 { + padding-left: 0.5rem !important; + } + + .p-lg-3 { + padding: 1rem !important; + } + + .pt-lg-3, + .py-lg-3 { + padding-top: 1rem !important; + } + + .pr-lg-3, + .px-lg-3 { + padding-right: 1rem !important; + } + + .pb-lg-3, + .py-lg-3 { + padding-bottom: 1rem !important; + } + + .pl-lg-3, + .px-lg-3 { + padding-left: 1rem !important; + } + + .p-lg-4 { + padding: 1.5rem !important; + } + + .pt-lg-4, + .py-lg-4 { + padding-top: 1.5rem !important; + } + + .pr-lg-4, + .px-lg-4 { + padding-right: 1.5rem !important; + } + + .pb-lg-4, + .py-lg-4 { + padding-bottom: 1.5rem !important; + } + + .pl-lg-4, + .px-lg-4 { + padding-left: 1.5rem !important; + } + + .p-lg-5 { + padding: 3rem !important; + } + + .pt-lg-5, + .py-lg-5 { + padding-top: 3rem !important; + } + + .pr-lg-5, + .px-lg-5 { + padding-right: 3rem !important; + } + + .pb-lg-5, + .py-lg-5 { + padding-bottom: 3rem !important; + } + + .pl-lg-5, + .px-lg-5 { + padding-left: 3rem !important; + } + + .m-lg-n1 { + margin: -0.25rem !important; + } + + .mt-lg-n1, + .my-lg-n1 { + margin-top: -0.25rem !important; + } + + .mr-lg-n1, + .mx-lg-n1 { + margin-right: -0.25rem !important; + } + + .mb-lg-n1, + .my-lg-n1 { + margin-bottom: -0.25rem !important; + } + + .ml-lg-n1, + .mx-lg-n1 { + margin-left: -0.25rem !important; + } + + .m-lg-n2 { + margin: -0.5rem !important; + } + + .mt-lg-n2, + .my-lg-n2 { + margin-top: -0.5rem !important; + } + + .mr-lg-n2, + .mx-lg-n2 { + margin-right: -0.5rem !important; + } + + .mb-lg-n2, + .my-lg-n2 { + margin-bottom: -0.5rem !important; + } + + .ml-lg-n2, + .mx-lg-n2 { + margin-left: -0.5rem !important; + } + + .m-lg-n3 { + margin: -1rem !important; + } + + .mt-lg-n3, + .my-lg-n3 { + margin-top: -1rem !important; + } + + .mr-lg-n3, + .mx-lg-n3 { + margin-right: -1rem !important; + } + + .mb-lg-n3, + .my-lg-n3 { + margin-bottom: -1rem !important; + } + + .ml-lg-n3, + .mx-lg-n3 { + margin-left: -1rem !important; + } + + .m-lg-n4 { + margin: -1.5rem !important; + } + + .mt-lg-n4, + .my-lg-n4 { + margin-top: -1.5rem !important; + } + + .mr-lg-n4, + .mx-lg-n4 { + margin-right: -1.5rem !important; + } + + .mb-lg-n4, + .my-lg-n4 { + margin-bottom: -1.5rem !important; + } + + .ml-lg-n4, + .mx-lg-n4 { + margin-left: -1.5rem !important; + } + + .m-lg-n5 { + margin: -3rem !important; + } + + .mt-lg-n5, + .my-lg-n5 { + margin-top: -3rem !important; + } + + .mr-lg-n5, + .mx-lg-n5 { + margin-right: -3rem !important; + } + + .mb-lg-n5, + .my-lg-n5 { + margin-bottom: -3rem !important; + } + + .ml-lg-n5, + .mx-lg-n5 { + margin-left: -3rem !important; + } + + .m-lg-auto { + margin: auto !important; + } + + .mt-lg-auto, + .my-lg-auto { + margin-top: auto !important; + } + + .mr-lg-auto, + .mx-lg-auto { + margin-right: auto !important; + } + + .mb-lg-auto, + .my-lg-auto { + margin-bottom: auto !important; + } + + .ml-lg-auto, + .mx-lg-auto { + margin-left: auto !important; + } +} +@media (min-width: 1200px) { + .m-xl-0 { + margin: 0 !important; + } + + .mt-xl-0, + .my-xl-0 { + margin-top: 0 !important; + } + + .mr-xl-0, + .mx-xl-0 { + margin-right: 0 !important; + } + + .mb-xl-0, + .my-xl-0 { + margin-bottom: 0 !important; + } + + .ml-xl-0, + .mx-xl-0 { + margin-left: 0 !important; + } + + .m-xl-1 { + margin: 0.25rem !important; + } + + .mt-xl-1, + .my-xl-1 { + margin-top: 0.25rem !important; + } + + .mr-xl-1, + .mx-xl-1 { + margin-right: 0.25rem !important; + } + + .mb-xl-1, + .my-xl-1 { + margin-bottom: 0.25rem !important; + } + + .ml-xl-1, + .mx-xl-1 { + margin-left: 0.25rem !important; + } + + .m-xl-2 { + margin: 0.5rem !important; + } + + .mt-xl-2, + .my-xl-2 { + margin-top: 0.5rem !important; + } + + .mr-xl-2, + .mx-xl-2 { + margin-right: 0.5rem !important; + } + + .mb-xl-2, + .my-xl-2 { + margin-bottom: 0.5rem !important; + } + + .ml-xl-2, + .mx-xl-2 { + margin-left: 0.5rem !important; + } + + .m-xl-3 { + margin: 1rem !important; + } + + .mt-xl-3, + .my-xl-3 { + margin-top: 1rem !important; + } + + .mr-xl-3, + .mx-xl-3 { + margin-right: 1rem !important; + } + + .mb-xl-3, + .my-xl-3 { + margin-bottom: 1rem !important; + } + + .ml-xl-3, + .mx-xl-3 { + margin-left: 1rem !important; + } + + .m-xl-4 { + margin: 1.5rem !important; + } + + .mt-xl-4, + .my-xl-4 { + margin-top: 1.5rem !important; + } + + .mr-xl-4, + .mx-xl-4 { + margin-right: 1.5rem !important; + } + + .mb-xl-4, + .my-xl-4 { + margin-bottom: 1.5rem !important; + } + + .ml-xl-4, + .mx-xl-4 { + margin-left: 1.5rem !important; + } + + .m-xl-5 { + margin: 3rem !important; + } + + .mt-xl-5, + .my-xl-5 { + margin-top: 3rem !important; + } + + .mr-xl-5, + .mx-xl-5 { + margin-right: 3rem !important; + } + + .mb-xl-5, + .my-xl-5 { + margin-bottom: 3rem !important; + } + + .ml-xl-5, + .mx-xl-5 { + margin-left: 3rem !important; + } + + .p-xl-0 { + padding: 0 !important; + } + + .pt-xl-0, + .py-xl-0 { + padding-top: 0 !important; + } + + .pr-xl-0, + .px-xl-0 { + padding-right: 0 !important; + } + + .pb-xl-0, + .py-xl-0 { + padding-bottom: 0 !important; + } + + .pl-xl-0, + .px-xl-0 { + padding-left: 0 !important; + } + + .p-xl-1 { + padding: 0.25rem !important; + } + + .pt-xl-1, + .py-xl-1 { + padding-top: 0.25rem !important; + } + + .pr-xl-1, + .px-xl-1 { + padding-right: 0.25rem !important; + } + + .pb-xl-1, + .py-xl-1 { + padding-bottom: 0.25rem !important; + } + + .pl-xl-1, + .px-xl-1 { + padding-left: 0.25rem !important; + } + + .p-xl-2 { + padding: 0.5rem !important; + } + + .pt-xl-2, + .py-xl-2 { + padding-top: 0.5rem !important; + } + + .pr-xl-2, + .px-xl-2 { + padding-right: 0.5rem !important; + } + + .pb-xl-2, + .py-xl-2 { + padding-bottom: 0.5rem !important; + } + + .pl-xl-2, + .px-xl-2 { + padding-left: 0.5rem !important; + } + + .p-xl-3 { + padding: 1rem !important; + } + + .pt-xl-3, + .py-xl-3 { + padding-top: 1rem !important; + } + + .pr-xl-3, + .px-xl-3 { + padding-right: 1rem !important; + } + + .pb-xl-3, + .py-xl-3 { + padding-bottom: 1rem !important; + } + + .pl-xl-3, + .px-xl-3 { + padding-left: 1rem !important; + } + + .p-xl-4 { + padding: 1.5rem !important; + } + + .pt-xl-4, + .py-xl-4 { + padding-top: 1.5rem !important; + } + + .pr-xl-4, + .px-xl-4 { + padding-right: 1.5rem !important; + } + + .pb-xl-4, + .py-xl-4 { + padding-bottom: 1.5rem !important; + } + + .pl-xl-4, + .px-xl-4 { + padding-left: 1.5rem !important; + } + + .p-xl-5 { + padding: 3rem !important; + } + + .pt-xl-5, + .py-xl-5 { + padding-top: 3rem !important; + } + + .pr-xl-5, + .px-xl-5 { + padding-right: 3rem !important; + } + + .pb-xl-5, + .py-xl-5 { + padding-bottom: 3rem !important; + } + + .pl-xl-5, + .px-xl-5 { + padding-left: 3rem !important; + } + + .m-xl-n1 { + margin: -0.25rem !important; + } + + .mt-xl-n1, + .my-xl-n1 { + margin-top: -0.25rem !important; + } + + .mr-xl-n1, + .mx-xl-n1 { + margin-right: -0.25rem !important; + } + + .mb-xl-n1, + .my-xl-n1 { + margin-bottom: -0.25rem !important; + } + + .ml-xl-n1, + .mx-xl-n1 { + margin-left: -0.25rem !important; + } + + .m-xl-n2 { + margin: -0.5rem !important; + } + + .mt-xl-n2, + .my-xl-n2 { + margin-top: -0.5rem !important; + } + + .mr-xl-n2, + .mx-xl-n2 { + margin-right: -0.5rem !important; + } + + .mb-xl-n2, + .my-xl-n2 { + margin-bottom: -0.5rem !important; + } + + .ml-xl-n2, + .mx-xl-n2 { + margin-left: -0.5rem !important; + } + + .m-xl-n3 { + margin: -1rem !important; + } + + .mt-xl-n3, + .my-xl-n3 { + margin-top: -1rem !important; + } + + .mr-xl-n3, + .mx-xl-n3 { + margin-right: -1rem !important; + } + + .mb-xl-n3, + .my-xl-n3 { + margin-bottom: -1rem !important; + } + + .ml-xl-n3, + .mx-xl-n3 { + margin-left: -1rem !important; + } + + .m-xl-n4 { + margin: -1.5rem !important; + } + + .mt-xl-n4, + .my-xl-n4 { + margin-top: -1.5rem !important; + } + + .mr-xl-n4, + .mx-xl-n4 { + margin-right: -1.5rem !important; + } + + .mb-xl-n4, + .my-xl-n4 { + margin-bottom: -1.5rem !important; + } + + .ml-xl-n4, + .mx-xl-n4 { + margin-left: -1.5rem !important; + } + + .m-xl-n5 { + margin: -3rem !important; + } + + .mt-xl-n5, + .my-xl-n5 { + margin-top: -3rem !important; + } + + .mr-xl-n5, + .mx-xl-n5 { + margin-right: -3rem !important; + } + + .mb-xl-n5, + .my-xl-n5 { + margin-bottom: -3rem !important; + } + + .ml-xl-n5, + .mx-xl-n5 { + margin-left: -3rem !important; + } + + .m-xl-auto { + margin: auto !important; + } + + .mt-xl-auto, + .my-xl-auto { + margin-top: auto !important; + } + + .mr-xl-auto, + .mx-xl-auto { + margin-right: auto !important; + } + + .mb-xl-auto, + .my-xl-auto { + margin-bottom: auto !important; + } + + .ml-xl-auto, + .mx-xl-auto { + margin-left: auto !important; } } -@media (min-width: 1366px) and (max-width: 1919px) { - .hidden-rt15.hidden-xlg { - display: none !important; +@media (min-width: 1366px) { + .m-hd-0 { + margin: 0 !important; + } + + .mt-hd-0, + .my-hd-0 { + margin-top: 0 !important; + } + + .mr-hd-0, + .mx-hd-0 { + margin-right: 0 !important; + } + + .mb-hd-0, + .my-hd-0 { + margin-bottom: 0 !important; + } + + .ml-hd-0, + .mx-hd-0 { + margin-left: 0 !important; + } + + .m-hd-1 { + margin: 0.25rem !important; + } + + .mt-hd-1, + .my-hd-1 { + margin-top: 0.25rem !important; + } + + .mr-hd-1, + .mx-hd-1 { + margin-right: 0.25rem !important; + } + + .mb-hd-1, + .my-hd-1 { + margin-bottom: 0.25rem !important; + } + + .ml-hd-1, + .mx-hd-1 { + margin-left: 0.25rem !important; + } + + .m-hd-2 { + margin: 0.5rem !important; + } + + .mt-hd-2, + .my-hd-2 { + margin-top: 0.5rem !important; + } + + .mr-hd-2, + .mx-hd-2 { + margin-right: 0.5rem !important; + } + + .mb-hd-2, + .my-hd-2 { + margin-bottom: 0.5rem !important; + } + + .ml-hd-2, + .mx-hd-2 { + margin-left: 0.5rem !important; + } + + .m-hd-3 { + margin: 1rem !important; + } + + .mt-hd-3, + .my-hd-3 { + margin-top: 1rem !important; + } + + .mr-hd-3, + .mx-hd-3 { + margin-right: 1rem !important; + } + + .mb-hd-3, + .my-hd-3 { + margin-bottom: 1rem !important; + } + + .ml-hd-3, + .mx-hd-3 { + margin-left: 1rem !important; + } + + .m-hd-4 { + margin: 1.5rem !important; + } + + .mt-hd-4, + .my-hd-4 { + margin-top: 1.5rem !important; + } + + .mr-hd-4, + .mx-hd-4 { + margin-right: 1.5rem !important; + } + + .mb-hd-4, + .my-hd-4 { + margin-bottom: 1.5rem !important; + } + + .ml-hd-4, + .mx-hd-4 { + margin-left: 1.5rem !important; + } + + .m-hd-5 { + margin: 3rem !important; + } + + .mt-hd-5, + .my-hd-5 { + margin-top: 3rem !important; + } + + .mr-hd-5, + .mx-hd-5 { + margin-right: 3rem !important; + } + + .mb-hd-5, + .my-hd-5 { + margin-bottom: 3rem !important; + } + + .ml-hd-5, + .mx-hd-5 { + margin-left: 3rem !important; + } + + .p-hd-0 { + padding: 0 !important; + } + + .pt-hd-0, + .py-hd-0 { + padding-top: 0 !important; + } + + .pr-hd-0, + .px-hd-0 { + padding-right: 0 !important; + } + + .pb-hd-0, + .py-hd-0 { + padding-bottom: 0 !important; + } + + .pl-hd-0, + .px-hd-0 { + padding-left: 0 !important; + } + + .p-hd-1 { + padding: 0.25rem !important; + } + + .pt-hd-1, + .py-hd-1 { + padding-top: 0.25rem !important; + } + + .pr-hd-1, + .px-hd-1 { + padding-right: 0.25rem !important; + } + + .pb-hd-1, + .py-hd-1 { + padding-bottom: 0.25rem !important; + } + + .pl-hd-1, + .px-hd-1 { + padding-left: 0.25rem !important; + } + + .p-hd-2 { + padding: 0.5rem !important; + } + + .pt-hd-2, + .py-hd-2 { + padding-top: 0.5rem !important; + } + + .pr-hd-2, + .px-hd-2 { + padding-right: 0.5rem !important; + } + + .pb-hd-2, + .py-hd-2 { + padding-bottom: 0.5rem !important; + } + + .pl-hd-2, + .px-hd-2 { + padding-left: 0.5rem !important; + } + + .p-hd-3 { + padding: 1rem !important; + } + + .pt-hd-3, + .py-hd-3 { + padding-top: 1rem !important; + } + + .pr-hd-3, + .px-hd-3 { + padding-right: 1rem !important; + } + + .pb-hd-3, + .py-hd-3 { + padding-bottom: 1rem !important; + } + + .pl-hd-3, + .px-hd-3 { + padding-left: 1rem !important; + } + + .p-hd-4 { + padding: 1.5rem !important; + } + + .pt-hd-4, + .py-hd-4 { + padding-top: 1.5rem !important; + } + + .pr-hd-4, + .px-hd-4 { + padding-right: 1.5rem !important; + } + + .pb-hd-4, + .py-hd-4 { + padding-bottom: 1.5rem !important; + } + + .pl-hd-4, + .px-hd-4 { + padding-left: 1.5rem !important; + } + + .p-hd-5 { + padding: 3rem !important; + } + + .pt-hd-5, + .py-hd-5 { + padding-top: 3rem !important; + } + + .pr-hd-5, + .px-hd-5 { + padding-right: 3rem !important; + } + + .pb-hd-5, + .py-hd-5 { + padding-bottom: 3rem !important; + } + + .pl-hd-5, + .px-hd-5 { + padding-left: 3rem !important; + } + + .m-hd-n1 { + margin: -0.25rem !important; + } + + .mt-hd-n1, + .my-hd-n1 { + margin-top: -0.25rem !important; + } + + .mr-hd-n1, + .mx-hd-n1 { + margin-right: -0.25rem !important; + } + + .mb-hd-n1, + .my-hd-n1 { + margin-bottom: -0.25rem !important; + } + + .ml-hd-n1, + .mx-hd-n1 { + margin-left: -0.25rem !important; + } + + .m-hd-n2 { + margin: -0.5rem !important; + } + + .mt-hd-n2, + .my-hd-n2 { + margin-top: -0.5rem !important; + } + + .mr-hd-n2, + .mx-hd-n2 { + margin-right: -0.5rem !important; + } + + .mb-hd-n2, + .my-hd-n2 { + margin-bottom: -0.5rem !important; + } + + .ml-hd-n2, + .mx-hd-n2 { + margin-left: -0.5rem !important; + } + + .m-hd-n3 { + margin: -1rem !important; + } + + .mt-hd-n3, + .my-hd-n3 { + margin-top: -1rem !important; + } + + .mr-hd-n3, + .mx-hd-n3 { + margin-right: -1rem !important; + } + + .mb-hd-n3, + .my-hd-n3 { + margin-bottom: -1rem !important; + } + + .ml-hd-n3, + .mx-hd-n3 { + margin-left: -1rem !important; + } + + .m-hd-n4 { + margin: -1.5rem !important; + } + + .mt-hd-n4, + .my-hd-n4 { + margin-top: -1.5rem !important; + } + + .mr-hd-n4, + .mx-hd-n4 { + margin-right: -1.5rem !important; + } + + .mb-hd-n4, + .my-hd-n4 { + margin-bottom: -1.5rem !important; + } + + .ml-hd-n4, + .mx-hd-n4 { + margin-left: -1.5rem !important; + } + + .m-hd-n5 { + margin: -3rem !important; + } + + .mt-hd-n5, + .my-hd-n5 { + margin-top: -3rem !important; + } + + .mr-hd-n5, + .mx-hd-n5 { + margin-right: -3rem !important; + } + + .mb-hd-n5, + .my-hd-n5 { + margin-bottom: -3rem !important; + } + + .ml-hd-n5, + .mx-hd-n5 { + margin-left: -3rem !important; + } + + .m-hd-auto { + margin: auto !important; + } + + .mt-hd-auto, + .my-hd-auto { + margin-top: auto !important; + } + + .mr-hd-auto, + .mx-hd-auto { + margin-right: auto !important; + } + + .mb-hd-auto, + .my-hd-auto { + margin-bottom: auto !important; + } + + .ml-hd-auto, + .mx-hd-auto { + margin-left: auto !important; } } -@media (min-width: 1920px) and (max-width: 2559px) { - .hidden-rt15.hidden-fhd { - display: none !important; +@media (min-width: 1920px) { + .m-fhd-0 { + margin: 0 !important; + } + + .mt-fhd-0, + .my-fhd-0 { + margin-top: 0 !important; + } + + .mr-fhd-0, + .mx-fhd-0 { + margin-right: 0 !important; + } + + .mb-fhd-0, + .my-fhd-0 { + margin-bottom: 0 !important; + } + + .ml-fhd-0, + .mx-fhd-0 { + margin-left: 0 !important; + } + + .m-fhd-1 { + margin: 0.25rem !important; + } + + .mt-fhd-1, + .my-fhd-1 { + margin-top: 0.25rem !important; + } + + .mr-fhd-1, + .mx-fhd-1 { + margin-right: 0.25rem !important; + } + + .mb-fhd-1, + .my-fhd-1 { + margin-bottom: 0.25rem !important; + } + + .ml-fhd-1, + .mx-fhd-1 { + margin-left: 0.25rem !important; + } + + .m-fhd-2 { + margin: 0.5rem !important; + } + + .mt-fhd-2, + .my-fhd-2 { + margin-top: 0.5rem !important; + } + + .mr-fhd-2, + .mx-fhd-2 { + margin-right: 0.5rem !important; + } + + .mb-fhd-2, + .my-fhd-2 { + margin-bottom: 0.5rem !important; + } + + .ml-fhd-2, + .mx-fhd-2 { + margin-left: 0.5rem !important; + } + + .m-fhd-3 { + margin: 1rem !important; + } + + .mt-fhd-3, + .my-fhd-3 { + margin-top: 1rem !important; + } + + .mr-fhd-3, + .mx-fhd-3 { + margin-right: 1rem !important; + } + + .mb-fhd-3, + .my-fhd-3 { + margin-bottom: 1rem !important; + } + + .ml-fhd-3, + .mx-fhd-3 { + margin-left: 1rem !important; + } + + .m-fhd-4 { + margin: 1.5rem !important; + } + + .mt-fhd-4, + .my-fhd-4 { + margin-top: 1.5rem !important; + } + + .mr-fhd-4, + .mx-fhd-4 { + margin-right: 1.5rem !important; + } + + .mb-fhd-4, + .my-fhd-4 { + margin-bottom: 1.5rem !important; + } + + .ml-fhd-4, + .mx-fhd-4 { + margin-left: 1.5rem !important; + } + + .m-fhd-5 { + margin: 3rem !important; + } + + .mt-fhd-5, + .my-fhd-5 { + margin-top: 3rem !important; + } + + .mr-fhd-5, + .mx-fhd-5 { + margin-right: 3rem !important; + } + + .mb-fhd-5, + .my-fhd-5 { + margin-bottom: 3rem !important; + } + + .ml-fhd-5, + .mx-fhd-5 { + margin-left: 3rem !important; + } + + .p-fhd-0 { + padding: 0 !important; + } + + .pt-fhd-0, + .py-fhd-0 { + padding-top: 0 !important; + } + + .pr-fhd-0, + .px-fhd-0 { + padding-right: 0 !important; + } + + .pb-fhd-0, + .py-fhd-0 { + padding-bottom: 0 !important; + } + + .pl-fhd-0, + .px-fhd-0 { + padding-left: 0 !important; + } + + .p-fhd-1 { + padding: 0.25rem !important; + } + + .pt-fhd-1, + .py-fhd-1 { + padding-top: 0.25rem !important; + } + + .pr-fhd-1, + .px-fhd-1 { + padding-right: 0.25rem !important; + } + + .pb-fhd-1, + .py-fhd-1 { + padding-bottom: 0.25rem !important; + } + + .pl-fhd-1, + .px-fhd-1 { + padding-left: 0.25rem !important; + } + + .p-fhd-2 { + padding: 0.5rem !important; + } + + .pt-fhd-2, + .py-fhd-2 { + padding-top: 0.5rem !important; + } + + .pr-fhd-2, + .px-fhd-2 { + padding-right: 0.5rem !important; + } + + .pb-fhd-2, + .py-fhd-2 { + padding-bottom: 0.5rem !important; + } + + .pl-fhd-2, + .px-fhd-2 { + padding-left: 0.5rem !important; + } + + .p-fhd-3 { + padding: 1rem !important; + } + + .pt-fhd-3, + .py-fhd-3 { + padding-top: 1rem !important; + } + + .pr-fhd-3, + .px-fhd-3 { + padding-right: 1rem !important; + } + + .pb-fhd-3, + .py-fhd-3 { + padding-bottom: 1rem !important; + } + + .pl-fhd-3, + .px-fhd-3 { + padding-left: 1rem !important; + } + + .p-fhd-4 { + padding: 1.5rem !important; + } + + .pt-fhd-4, + .py-fhd-4 { + padding-top: 1.5rem !important; + } + + .pr-fhd-4, + .px-fhd-4 { + padding-right: 1.5rem !important; + } + + .pb-fhd-4, + .py-fhd-4 { + padding-bottom: 1.5rem !important; + } + + .pl-fhd-4, + .px-fhd-4 { + padding-left: 1.5rem !important; + } + + .p-fhd-5 { + padding: 3rem !important; + } + + .pt-fhd-5, + .py-fhd-5 { + padding-top: 3rem !important; + } + + .pr-fhd-5, + .px-fhd-5 { + padding-right: 3rem !important; + } + + .pb-fhd-5, + .py-fhd-5 { + padding-bottom: 3rem !important; + } + + .pl-fhd-5, + .px-fhd-5 { + padding-left: 3rem !important; + } + + .m-fhd-n1 { + margin: -0.25rem !important; + } + + .mt-fhd-n1, + .my-fhd-n1 { + margin-top: -0.25rem !important; + } + + .mr-fhd-n1, + .mx-fhd-n1 { + margin-right: -0.25rem !important; + } + + .mb-fhd-n1, + .my-fhd-n1 { + margin-bottom: -0.25rem !important; + } + + .ml-fhd-n1, + .mx-fhd-n1 { + margin-left: -0.25rem !important; + } + + .m-fhd-n2 { + margin: -0.5rem !important; + } + + .mt-fhd-n2, + .my-fhd-n2 { + margin-top: -0.5rem !important; + } + + .mr-fhd-n2, + .mx-fhd-n2 { + margin-right: -0.5rem !important; + } + + .mb-fhd-n2, + .my-fhd-n2 { + margin-bottom: -0.5rem !important; + } + + .ml-fhd-n2, + .mx-fhd-n2 { + margin-left: -0.5rem !important; + } + + .m-fhd-n3 { + margin: -1rem !important; + } + + .mt-fhd-n3, + .my-fhd-n3 { + margin-top: -1rem !important; + } + + .mr-fhd-n3, + .mx-fhd-n3 { + margin-right: -1rem !important; + } + + .mb-fhd-n3, + .my-fhd-n3 { + margin-bottom: -1rem !important; + } + + .ml-fhd-n3, + .mx-fhd-n3 { + margin-left: -1rem !important; + } + + .m-fhd-n4 { + margin: -1.5rem !important; + } + + .mt-fhd-n4, + .my-fhd-n4 { + margin-top: -1.5rem !important; + } + + .mr-fhd-n4, + .mx-fhd-n4 { + margin-right: -1.5rem !important; + } + + .mb-fhd-n4, + .my-fhd-n4 { + margin-bottom: -1.5rem !important; + } + + .ml-fhd-n4, + .mx-fhd-n4 { + margin-left: -1.5rem !important; + } + + .m-fhd-n5 { + margin: -3rem !important; + } + + .mt-fhd-n5, + .my-fhd-n5 { + margin-top: -3rem !important; + } + + .mr-fhd-n5, + .mx-fhd-n5 { + margin-right: -3rem !important; + } + + .mb-fhd-n5, + .my-fhd-n5 { + margin-bottom: -3rem !important; + } + + .ml-fhd-n5, + .mx-fhd-n5 { + margin-left: -3rem !important; + } + + .m-fhd-auto { + margin: auto !important; + } + + .mt-fhd-auto, + .my-fhd-auto { + margin-top: auto !important; + } + + .mr-fhd-auto, + .mx-fhd-auto { + margin-right: auto !important; + } + + .mb-fhd-auto, + .my-fhd-auto { + margin-bottom: auto !important; + } + + .ml-fhd-auto, + .mx-fhd-auto { + margin-left: auto !important; } } -@media (min-width: 2560px) and (max-width: 2879px) { - .hidden-rt15.hidden-rt { - display: none !important; +@media (min-width: 2560px) { + .m-rt-0 { + margin: 0 !important; + } + + .mt-rt-0, + .my-rt-0 { + margin-top: 0 !important; + } + + .mr-rt-0, + .mx-rt-0 { + margin-right: 0 !important; + } + + .mb-rt-0, + .my-rt-0 { + margin-bottom: 0 !important; + } + + .ml-rt-0, + .mx-rt-0 { + margin-left: 0 !important; + } + + .m-rt-1 { + margin: 0.25rem !important; + } + + .mt-rt-1, + .my-rt-1 { + margin-top: 0.25rem !important; + } + + .mr-rt-1, + .mx-rt-1 { + margin-right: 0.25rem !important; + } + + .mb-rt-1, + .my-rt-1 { + margin-bottom: 0.25rem !important; + } + + .ml-rt-1, + .mx-rt-1 { + margin-left: 0.25rem !important; + } + + .m-rt-2 { + margin: 0.5rem !important; + } + + .mt-rt-2, + .my-rt-2 { + margin-top: 0.5rem !important; + } + + .mr-rt-2, + .mx-rt-2 { + margin-right: 0.5rem !important; + } + + .mb-rt-2, + .my-rt-2 { + margin-bottom: 0.5rem !important; + } + + .ml-rt-2, + .mx-rt-2 { + margin-left: 0.5rem !important; + } + + .m-rt-3 { + margin: 1rem !important; + } + + .mt-rt-3, + .my-rt-3 { + margin-top: 1rem !important; + } + + .mr-rt-3, + .mx-rt-3 { + margin-right: 1rem !important; + } + + .mb-rt-3, + .my-rt-3 { + margin-bottom: 1rem !important; + } + + .ml-rt-3, + .mx-rt-3 { + margin-left: 1rem !important; + } + + .m-rt-4 { + margin: 1.5rem !important; + } + + .mt-rt-4, + .my-rt-4 { + margin-top: 1.5rem !important; + } + + .mr-rt-4, + .mx-rt-4 { + margin-right: 1.5rem !important; + } + + .mb-rt-4, + .my-rt-4 { + margin-bottom: 1.5rem !important; + } + + .ml-rt-4, + .mx-rt-4 { + margin-left: 1.5rem !important; + } + + .m-rt-5 { + margin: 3rem !important; + } + + .mt-rt-5, + .my-rt-5 { + margin-top: 3rem !important; + } + + .mr-rt-5, + .mx-rt-5 { + margin-right: 3rem !important; + } + + .mb-rt-5, + .my-rt-5 { + margin-bottom: 3rem !important; + } + + .ml-rt-5, + .mx-rt-5 { + margin-left: 3rem !important; + } + + .p-rt-0 { + padding: 0 !important; + } + + .pt-rt-0, + .py-rt-0 { + padding-top: 0 !important; + } + + .pr-rt-0, + .px-rt-0 { + padding-right: 0 !important; + } + + .pb-rt-0, + .py-rt-0 { + padding-bottom: 0 !important; + } + + .pl-rt-0, + .px-rt-0 { + padding-left: 0 !important; + } + + .p-rt-1 { + padding: 0.25rem !important; + } + + .pt-rt-1, + .py-rt-1 { + padding-top: 0.25rem !important; + } + + .pr-rt-1, + .px-rt-1 { + padding-right: 0.25rem !important; + } + + .pb-rt-1, + .py-rt-1 { + padding-bottom: 0.25rem !important; + } + + .pl-rt-1, + .px-rt-1 { + padding-left: 0.25rem !important; + } + + .p-rt-2 { + padding: 0.5rem !important; + } + + .pt-rt-2, + .py-rt-2 { + padding-top: 0.5rem !important; + } + + .pr-rt-2, + .px-rt-2 { + padding-right: 0.5rem !important; + } + + .pb-rt-2, + .py-rt-2 { + padding-bottom: 0.5rem !important; + } + + .pl-rt-2, + .px-rt-2 { + padding-left: 0.5rem !important; + } + + .p-rt-3 { + padding: 1rem !important; + } + + .pt-rt-3, + .py-rt-3 { + padding-top: 1rem !important; + } + + .pr-rt-3, + .px-rt-3 { + padding-right: 1rem !important; + } + + .pb-rt-3, + .py-rt-3 { + padding-bottom: 1rem !important; + } + + .pl-rt-3, + .px-rt-3 { + padding-left: 1rem !important; + } + + .p-rt-4 { + padding: 1.5rem !important; + } + + .pt-rt-4, + .py-rt-4 { + padding-top: 1.5rem !important; + } + + .pr-rt-4, + .px-rt-4 { + padding-right: 1.5rem !important; + } + + .pb-rt-4, + .py-rt-4 { + padding-bottom: 1.5rem !important; + } + + .pl-rt-4, + .px-rt-4 { + padding-left: 1.5rem !important; + } + + .p-rt-5 { + padding: 3rem !important; + } + + .pt-rt-5, + .py-rt-5 { + padding-top: 3rem !important; + } + + .pr-rt-5, + .px-rt-5 { + padding-right: 3rem !important; + } + + .pb-rt-5, + .py-rt-5 { + padding-bottom: 3rem !important; + } + + .pl-rt-5, + .px-rt-5 { + padding-left: 3rem !important; + } + + .m-rt-n1 { + margin: -0.25rem !important; + } + + .mt-rt-n1, + .my-rt-n1 { + margin-top: -0.25rem !important; + } + + .mr-rt-n1, + .mx-rt-n1 { + margin-right: -0.25rem !important; + } + + .mb-rt-n1, + .my-rt-n1 { + margin-bottom: -0.25rem !important; + } + + .ml-rt-n1, + .mx-rt-n1 { + margin-left: -0.25rem !important; + } + + .m-rt-n2 { + margin: -0.5rem !important; + } + + .mt-rt-n2, + .my-rt-n2 { + margin-top: -0.5rem !important; + } + + .mr-rt-n2, + .mx-rt-n2 { + margin-right: -0.5rem !important; + } + + .mb-rt-n2, + .my-rt-n2 { + margin-bottom: -0.5rem !important; + } + + .ml-rt-n2, + .mx-rt-n2 { + margin-left: -0.5rem !important; + } + + .m-rt-n3 { + margin: -1rem !important; + } + + .mt-rt-n3, + .my-rt-n3 { + margin-top: -1rem !important; + } + + .mr-rt-n3, + .mx-rt-n3 { + margin-right: -1rem !important; + } + + .mb-rt-n3, + .my-rt-n3 { + margin-bottom: -1rem !important; + } + + .ml-rt-n3, + .mx-rt-n3 { + margin-left: -1rem !important; + } + + .m-rt-n4 { + margin: -1.5rem !important; + } + + .mt-rt-n4, + .my-rt-n4 { + margin-top: -1.5rem !important; + } + + .mr-rt-n4, + .mx-rt-n4 { + margin-right: -1.5rem !important; + } + + .mb-rt-n4, + .my-rt-n4 { + margin-bottom: -1.5rem !important; + } + + .ml-rt-n4, + .mx-rt-n4 { + margin-left: -1.5rem !important; + } + + .m-rt-n5 { + margin: -3rem !important; + } + + .mt-rt-n5, + .my-rt-n5 { + margin-top: -3rem !important; + } + + .mr-rt-n5, + .mx-rt-n5 { + margin-right: -3rem !important; + } + + .mb-rt-n5, + .my-rt-n5 { + margin-bottom: -3rem !important; + } + + .ml-rt-n5, + .mx-rt-n5 { + margin-left: -3rem !important; + } + + .m-rt-auto { + margin: auto !important; + } + + .mt-rt-auto, + .my-rt-auto { + margin-top: auto !important; + } + + .mr-rt-auto, + .mx-rt-auto { + margin-right: auto !important; + } + + .mb-rt-auto, + .my-rt-auto { + margin-bottom: auto !important; + } + + .ml-rt-auto, + .mx-rt-auto { + margin-left: auto !important; } } -@media (min-width: 2880px) and (max-width: 3839px) { - .hidden-rt15 { - display: none !important; +@media (min-width: 2880px) { + .m-rt15-0 { + margin: 0 !important; + } + + .mt-rt15-0, + .my-rt15-0 { + margin-top: 0 !important; + } + + .mr-rt15-0, + .mx-rt15-0 { + margin-right: 0 !important; + } + + .mb-rt15-0, + .my-rt15-0 { + margin-bottom: 0 !important; + } + + .ml-rt15-0, + .mx-rt15-0 { + margin-left: 0 !important; + } + + .m-rt15-1 { + margin: 0.25rem !important; + } + + .mt-rt15-1, + .my-rt15-1 { + margin-top: 0.25rem !important; + } + + .mr-rt15-1, + .mx-rt15-1 { + margin-right: 0.25rem !important; + } + + .mb-rt15-1, + .my-rt15-1 { + margin-bottom: 0.25rem !important; + } + + .ml-rt15-1, + .mx-rt15-1 { + margin-left: 0.25rem !important; + } + + .m-rt15-2 { + margin: 0.5rem !important; + } + + .mt-rt15-2, + .my-rt15-2 { + margin-top: 0.5rem !important; + } + + .mr-rt15-2, + .mx-rt15-2 { + margin-right: 0.5rem !important; + } + + .mb-rt15-2, + .my-rt15-2 { + margin-bottom: 0.5rem !important; + } + + .ml-rt15-2, + .mx-rt15-2 { + margin-left: 0.5rem !important; + } + + .m-rt15-3 { + margin: 1rem !important; + } + + .mt-rt15-3, + .my-rt15-3 { + margin-top: 1rem !important; + } + + .mr-rt15-3, + .mx-rt15-3 { + margin-right: 1rem !important; + } + + .mb-rt15-3, + .my-rt15-3 { + margin-bottom: 1rem !important; + } + + .ml-rt15-3, + .mx-rt15-3 { + margin-left: 1rem !important; + } + + .m-rt15-4 { + margin: 1.5rem !important; + } + + .mt-rt15-4, + .my-rt15-4 { + margin-top: 1.5rem !important; + } + + .mr-rt15-4, + .mx-rt15-4 { + margin-right: 1.5rem !important; + } + + .mb-rt15-4, + .my-rt15-4 { + margin-bottom: 1.5rem !important; + } + + .ml-rt15-4, + .mx-rt15-4 { + margin-left: 1.5rem !important; + } + + .m-rt15-5 { + margin: 3rem !important; + } + + .mt-rt15-5, + .my-rt15-5 { + margin-top: 3rem !important; + } + + .mr-rt15-5, + .mx-rt15-5 { + margin-right: 3rem !important; + } + + .mb-rt15-5, + .my-rt15-5 { + margin-bottom: 3rem !important; + } + + .ml-rt15-5, + .mx-rt15-5 { + margin-left: 3rem !important; + } + + .p-rt15-0 { + padding: 0 !important; + } + + .pt-rt15-0, + .py-rt15-0 { + padding-top: 0 !important; + } + + .pr-rt15-0, + .px-rt15-0 { + padding-right: 0 !important; + } + + .pb-rt15-0, + .py-rt15-0 { + padding-bottom: 0 !important; + } + + .pl-rt15-0, + .px-rt15-0 { + padding-left: 0 !important; + } + + .p-rt15-1 { + padding: 0.25rem !important; + } + + .pt-rt15-1, + .py-rt15-1 { + padding-top: 0.25rem !important; + } + + .pr-rt15-1, + .px-rt15-1 { + padding-right: 0.25rem !important; + } + + .pb-rt15-1, + .py-rt15-1 { + padding-bottom: 0.25rem !important; + } + + .pl-rt15-1, + .px-rt15-1 { + padding-left: 0.25rem !important; + } + + .p-rt15-2 { + padding: 0.5rem !important; + } + + .pt-rt15-2, + .py-rt15-2 { + padding-top: 0.5rem !important; + } + + .pr-rt15-2, + .px-rt15-2 { + padding-right: 0.5rem !important; + } + + .pb-rt15-2, + .py-rt15-2 { + padding-bottom: 0.5rem !important; + } + + .pl-rt15-2, + .px-rt15-2 { + padding-left: 0.5rem !important; + } + + .p-rt15-3 { + padding: 1rem !important; + } + + .pt-rt15-3, + .py-rt15-3 { + padding-top: 1rem !important; + } + + .pr-rt15-3, + .px-rt15-3 { + padding-right: 1rem !important; + } + + .pb-rt15-3, + .py-rt15-3 { + padding-bottom: 1rem !important; + } + + .pl-rt15-3, + .px-rt15-3 { + padding-left: 1rem !important; + } + + .p-rt15-4 { + padding: 1.5rem !important; + } + + .pt-rt15-4, + .py-rt15-4 { + padding-top: 1.5rem !important; + } + + .pr-rt15-4, + .px-rt15-4 { + padding-right: 1.5rem !important; + } + + .pb-rt15-4, + .py-rt15-4 { + padding-bottom: 1.5rem !important; + } + + .pl-rt15-4, + .px-rt15-4 { + padding-left: 1.5rem !important; + } + + .p-rt15-5 { + padding: 3rem !important; + } + + .pt-rt15-5, + .py-rt15-5 { + padding-top: 3rem !important; + } + + .pr-rt15-5, + .px-rt15-5 { + padding-right: 3rem !important; + } + + .pb-rt15-5, + .py-rt15-5 { + padding-bottom: 3rem !important; + } + + .pl-rt15-5, + .px-rt15-5 { + padding-left: 3rem !important; + } + + .m-rt15-n1 { + margin: -0.25rem !important; + } + + .mt-rt15-n1, + .my-rt15-n1 { + margin-top: -0.25rem !important; + } + + .mr-rt15-n1, + .mx-rt15-n1 { + margin-right: -0.25rem !important; + } + + .mb-rt15-n1, + .my-rt15-n1 { + margin-bottom: -0.25rem !important; + } + + .ml-rt15-n1, + .mx-rt15-n1 { + margin-left: -0.25rem !important; + } + + .m-rt15-n2 { + margin: -0.5rem !important; + } + + .mt-rt15-n2, + .my-rt15-n2 { + margin-top: -0.5rem !important; + } + + .mr-rt15-n2, + .mx-rt15-n2 { + margin-right: -0.5rem !important; + } + + .mb-rt15-n2, + .my-rt15-n2 { + margin-bottom: -0.5rem !important; + } + + .ml-rt15-n2, + .mx-rt15-n2 { + margin-left: -0.5rem !important; + } + + .m-rt15-n3 { + margin: -1rem !important; + } + + .mt-rt15-n3, + .my-rt15-n3 { + margin-top: -1rem !important; + } + + .mr-rt15-n3, + .mx-rt15-n3 { + margin-right: -1rem !important; + } + + .mb-rt15-n3, + .my-rt15-n3 { + margin-bottom: -1rem !important; + } + + .ml-rt15-n3, + .mx-rt15-n3 { + margin-left: -1rem !important; + } + + .m-rt15-n4 { + margin: -1.5rem !important; + } + + .mt-rt15-n4, + .my-rt15-n4 { + margin-top: -1.5rem !important; + } + + .mr-rt15-n4, + .mx-rt15-n4 { + margin-right: -1.5rem !important; + } + + .mb-rt15-n4, + .my-rt15-n4 { + margin-bottom: -1.5rem !important; + } + + .ml-rt15-n4, + .mx-rt15-n4 { + margin-left: -1.5rem !important; + } + + .m-rt15-n5 { + margin: -3rem !important; + } + + .mt-rt15-n5, + .my-rt15-n5 { + margin-top: -3rem !important; + } + + .mr-rt15-n5, + .mx-rt15-n5 { + margin-right: -3rem !important; + } + + .mb-rt15-n5, + .my-rt15-n5 { + margin-bottom: -3rem !important; + } + + .ml-rt15-n5, + .mx-rt15-n5 { + margin-left: -3rem !important; + } + + .m-rt15-auto { + margin: auto !important; + } + + .mt-rt15-auto, + .my-rt15-auto { + margin-top: auto !important; + } + + .mr-rt15-auto, + .mx-rt15-auto { + margin-right: auto !important; + } + + .mb-rt15-auto, + .my-rt15-auto { + margin-bottom: auto !important; + } + + .ml-rt15-auto, + .mx-rt15-auto { + margin-left: auto !important; } } -@media (min-width: 3840px) and (max-width: 4095px) { - .hidden-rt15.hidden-uhd { - display: none !important; +@media (min-width: 3840px) { + .m-4k-0 { + margin: 0 !important; + } + + .mt-4k-0, + .my-4k-0 { + margin-top: 0 !important; + } + + .mr-4k-0, + .mx-4k-0 { + margin-right: 0 !important; + } + + .mb-4k-0, + .my-4k-0 { + margin-bottom: 0 !important; + } + + .ml-4k-0, + .mx-4k-0 { + margin-left: 0 !important; + } + + .m-4k-1 { + margin: 0.25rem !important; + } + + .mt-4k-1, + .my-4k-1 { + margin-top: 0.25rem !important; + } + + .mr-4k-1, + .mx-4k-1 { + margin-right: 0.25rem !important; + } + + .mb-4k-1, + .my-4k-1 { + margin-bottom: 0.25rem !important; + } + + .ml-4k-1, + .mx-4k-1 { + margin-left: 0.25rem !important; + } + + .m-4k-2 { + margin: 0.5rem !important; + } + + .mt-4k-2, + .my-4k-2 { + margin-top: 0.5rem !important; + } + + .mr-4k-2, + .mx-4k-2 { + margin-right: 0.5rem !important; + } + + .mb-4k-2, + .my-4k-2 { + margin-bottom: 0.5rem !important; + } + + .ml-4k-2, + .mx-4k-2 { + margin-left: 0.5rem !important; + } + + .m-4k-3 { + margin: 1rem !important; + } + + .mt-4k-3, + .my-4k-3 { + margin-top: 1rem !important; + } + + .mr-4k-3, + .mx-4k-3 { + margin-right: 1rem !important; + } + + .mb-4k-3, + .my-4k-3 { + margin-bottom: 1rem !important; + } + + .ml-4k-3, + .mx-4k-3 { + margin-left: 1rem !important; + } + + .m-4k-4 { + margin: 1.5rem !important; + } + + .mt-4k-4, + .my-4k-4 { + margin-top: 1.5rem !important; + } + + .mr-4k-4, + .mx-4k-4 { + margin-right: 1.5rem !important; + } + + .mb-4k-4, + .my-4k-4 { + margin-bottom: 1.5rem !important; + } + + .ml-4k-4, + .mx-4k-4 { + margin-left: 1.5rem !important; + } + + .m-4k-5 { + margin: 3rem !important; + } + + .mt-4k-5, + .my-4k-5 { + margin-top: 3rem !important; + } + + .mr-4k-5, + .mx-4k-5 { + margin-right: 3rem !important; + } + + .mb-4k-5, + .my-4k-5 { + margin-bottom: 3rem !important; + } + + .ml-4k-5, + .mx-4k-5 { + margin-left: 3rem !important; + } + + .p-4k-0 { + padding: 0 !important; + } + + .pt-4k-0, + .py-4k-0 { + padding-top: 0 !important; + } + + .pr-4k-0, + .px-4k-0 { + padding-right: 0 !important; + } + + .pb-4k-0, + .py-4k-0 { + padding-bottom: 0 !important; + } + + .pl-4k-0, + .px-4k-0 { + padding-left: 0 !important; + } + + .p-4k-1 { + padding: 0.25rem !important; + } + + .pt-4k-1, + .py-4k-1 { + padding-top: 0.25rem !important; + } + + .pr-4k-1, + .px-4k-1 { + padding-right: 0.25rem !important; + } + + .pb-4k-1, + .py-4k-1 { + padding-bottom: 0.25rem !important; + } + + .pl-4k-1, + .px-4k-1 { + padding-left: 0.25rem !important; + } + + .p-4k-2 { + padding: 0.5rem !important; + } + + .pt-4k-2, + .py-4k-2 { + padding-top: 0.5rem !important; + } + + .pr-4k-2, + .px-4k-2 { + padding-right: 0.5rem !important; + } + + .pb-4k-2, + .py-4k-2 { + padding-bottom: 0.5rem !important; + } + + .pl-4k-2, + .px-4k-2 { + padding-left: 0.5rem !important; + } + + .p-4k-3 { + padding: 1rem !important; + } + + .pt-4k-3, + .py-4k-3 { + padding-top: 1rem !important; + } + + .pr-4k-3, + .px-4k-3 { + padding-right: 1rem !important; + } + + .pb-4k-3, + .py-4k-3 { + padding-bottom: 1rem !important; + } + + .pl-4k-3, + .px-4k-3 { + padding-left: 1rem !important; + } + + .p-4k-4 { + padding: 1.5rem !important; + } + + .pt-4k-4, + .py-4k-4 { + padding-top: 1.5rem !important; + } + + .pr-4k-4, + .px-4k-4 { + padding-right: 1.5rem !important; + } + + .pb-4k-4, + .py-4k-4 { + padding-bottom: 1.5rem !important; + } + + .pl-4k-4, + .px-4k-4 { + padding-left: 1.5rem !important; + } + + .p-4k-5 { + padding: 3rem !important; + } + + .pt-4k-5, + .py-4k-5 { + padding-top: 3rem !important; + } + + .pr-4k-5, + .px-4k-5 { + padding-right: 3rem !important; + } + + .pb-4k-5, + .py-4k-5 { + padding-bottom: 3rem !important; + } + + .pl-4k-5, + .px-4k-5 { + padding-left: 3rem !important; + } + + .m-4k-n1 { + margin: -0.25rem !important; + } + + .mt-4k-n1, + .my-4k-n1 { + margin-top: -0.25rem !important; + } + + .mr-4k-n1, + .mx-4k-n1 { + margin-right: -0.25rem !important; + } + + .mb-4k-n1, + .my-4k-n1 { + margin-bottom: -0.25rem !important; + } + + .ml-4k-n1, + .mx-4k-n1 { + margin-left: -0.25rem !important; + } + + .m-4k-n2 { + margin: -0.5rem !important; + } + + .mt-4k-n2, + .my-4k-n2 { + margin-top: -0.5rem !important; + } + + .mr-4k-n2, + .mx-4k-n2 { + margin-right: -0.5rem !important; + } + + .mb-4k-n2, + .my-4k-n2 { + margin-bottom: -0.5rem !important; + } + + .ml-4k-n2, + .mx-4k-n2 { + margin-left: -0.5rem !important; + } + + .m-4k-n3 { + margin: -1rem !important; + } + + .mt-4k-n3, + .my-4k-n3 { + margin-top: -1rem !important; + } + + .mr-4k-n3, + .mx-4k-n3 { + margin-right: -1rem !important; + } + + .mb-4k-n3, + .my-4k-n3 { + margin-bottom: -1rem !important; + } + + .ml-4k-n3, + .mx-4k-n3 { + margin-left: -1rem !important; + } + + .m-4k-n4 { + margin: -1.5rem !important; + } + + .mt-4k-n4, + .my-4k-n4 { + margin-top: -1.5rem !important; + } + + .mr-4k-n4, + .mx-4k-n4 { + margin-right: -1.5rem !important; + } + + .mb-4k-n4, + .my-4k-n4 { + margin-bottom: -1.5rem !important; + } + + .ml-4k-n4, + .mx-4k-n4 { + margin-left: -1.5rem !important; + } + + .m-4k-n5 { + margin: -3rem !important; + } + + .mt-4k-n5, + .my-4k-n5 { + margin-top: -3rem !important; + } + + .mr-4k-n5, + .mx-4k-n5 { + margin-right: -3rem !important; + } + + .mb-4k-n5, + .my-4k-n5 { + margin-bottom: -3rem !important; + } + + .ml-4k-n5, + .mx-4k-n5 { + margin-left: -3rem !important; + } + + .m-4k-auto { + margin: auto !important; + } + + .mt-4k-auto, + .my-4k-auto { + margin-top: auto !important; + } + + .mr-4k-auto, + .mx-4k-auto { + margin-right: auto !important; + } + + .mb-4k-auto, + .my-4k-auto { + margin-bottom: auto !important; + } + + .ml-4k-auto, + .mx-4k-auto { + margin-left: auto !important; + } +} +@media (min-width: 5120px) { + .m-5k-0 { + margin: 0 !important; + } + + .mt-5k-0, + .my-5k-0 { + margin-top: 0 !important; + } + + .mr-5k-0, + .mx-5k-0 { + margin-right: 0 !important; + } + + .mb-5k-0, + .my-5k-0 { + margin-bottom: 0 !important; + } + + .ml-5k-0, + .mx-5k-0 { + margin-left: 0 !important; + } + + .m-5k-1 { + margin: 0.25rem !important; + } + + .mt-5k-1, + .my-5k-1 { + margin-top: 0.25rem !important; + } + + .mr-5k-1, + .mx-5k-1 { + margin-right: 0.25rem !important; + } + + .mb-5k-1, + .my-5k-1 { + margin-bottom: 0.25rem !important; + } + + .ml-5k-1, + .mx-5k-1 { + margin-left: 0.25rem !important; + } + + .m-5k-2 { + margin: 0.5rem !important; + } + + .mt-5k-2, + .my-5k-2 { + margin-top: 0.5rem !important; + } + + .mr-5k-2, + .mx-5k-2 { + margin-right: 0.5rem !important; + } + + .mb-5k-2, + .my-5k-2 { + margin-bottom: 0.5rem !important; + } + + .ml-5k-2, + .mx-5k-2 { + margin-left: 0.5rem !important; + } + + .m-5k-3 { + margin: 1rem !important; + } + + .mt-5k-3, + .my-5k-3 { + margin-top: 1rem !important; + } + + .mr-5k-3, + .mx-5k-3 { + margin-right: 1rem !important; + } + + .mb-5k-3, + .my-5k-3 { + margin-bottom: 1rem !important; + } + + .ml-5k-3, + .mx-5k-3 { + margin-left: 1rem !important; + } + + .m-5k-4 { + margin: 1.5rem !important; + } + + .mt-5k-4, + .my-5k-4 { + margin-top: 1.5rem !important; + } + + .mr-5k-4, + .mx-5k-4 { + margin-right: 1.5rem !important; + } + + .mb-5k-4, + .my-5k-4 { + margin-bottom: 1.5rem !important; + } + + .ml-5k-4, + .mx-5k-4 { + margin-left: 1.5rem !important; + } + + .m-5k-5 { + margin: 3rem !important; + } + + .mt-5k-5, + .my-5k-5 { + margin-top: 3rem !important; + } + + .mr-5k-5, + .mx-5k-5 { + margin-right: 3rem !important; + } + + .mb-5k-5, + .my-5k-5 { + margin-bottom: 3rem !important; + } + + .ml-5k-5, + .mx-5k-5 { + margin-left: 3rem !important; + } + + .p-5k-0 { + padding: 0 !important; + } + + .pt-5k-0, + .py-5k-0 { + padding-top: 0 !important; + } + + .pr-5k-0, + .px-5k-0 { + padding-right: 0 !important; + } + + .pb-5k-0, + .py-5k-0 { + padding-bottom: 0 !important; + } + + .pl-5k-0, + .px-5k-0 { + padding-left: 0 !important; + } + + .p-5k-1 { + padding: 0.25rem !important; + } + + .pt-5k-1, + .py-5k-1 { + padding-top: 0.25rem !important; + } + + .pr-5k-1, + .px-5k-1 { + padding-right: 0.25rem !important; + } + + .pb-5k-1, + .py-5k-1 { + padding-bottom: 0.25rem !important; + } + + .pl-5k-1, + .px-5k-1 { + padding-left: 0.25rem !important; + } + + .p-5k-2 { + padding: 0.5rem !important; + } + + .pt-5k-2, + .py-5k-2 { + padding-top: 0.5rem !important; + } + + .pr-5k-2, + .px-5k-2 { + padding-right: 0.5rem !important; + } + + .pb-5k-2, + .py-5k-2 { + padding-bottom: 0.5rem !important; + } + + .pl-5k-2, + .px-5k-2 { + padding-left: 0.5rem !important; + } + + .p-5k-3 { + padding: 1rem !important; + } + + .pt-5k-3, + .py-5k-3 { + padding-top: 1rem !important; + } + + .pr-5k-3, + .px-5k-3 { + padding-right: 1rem !important; + } + + .pb-5k-3, + .py-5k-3 { + padding-bottom: 1rem !important; + } + + .pl-5k-3, + .px-5k-3 { + padding-left: 1rem !important; + } + + .p-5k-4 { + padding: 1.5rem !important; + } + + .pt-5k-4, + .py-5k-4 { + padding-top: 1.5rem !important; + } + + .pr-5k-4, + .px-5k-4 { + padding-right: 1.5rem !important; + } + + .pb-5k-4, + .py-5k-4 { + padding-bottom: 1.5rem !important; + } + + .pl-5k-4, + .px-5k-4 { + padding-left: 1.5rem !important; + } + + .p-5k-5 { + padding: 3rem !important; + } + + .pt-5k-5, + .py-5k-5 { + padding-top: 3rem !important; + } + + .pr-5k-5, + .px-5k-5 { + padding-right: 3rem !important; + } + + .pb-5k-5, + .py-5k-5 { + padding-bottom: 3rem !important; + } + + .pl-5k-5, + .px-5k-5 { + padding-left: 3rem !important; + } + + .m-5k-n1 { + margin: -0.25rem !important; + } + + .mt-5k-n1, + .my-5k-n1 { + margin-top: -0.25rem !important; + } + + .mr-5k-n1, + .mx-5k-n1 { + margin-right: -0.25rem !important; + } + + .mb-5k-n1, + .my-5k-n1 { + margin-bottom: -0.25rem !important; + } + + .ml-5k-n1, + .mx-5k-n1 { + margin-left: -0.25rem !important; + } + + .m-5k-n2 { + margin: -0.5rem !important; + } + + .mt-5k-n2, + .my-5k-n2 { + margin-top: -0.5rem !important; + } + + .mr-5k-n2, + .mx-5k-n2 { + margin-right: -0.5rem !important; + } + + .mb-5k-n2, + .my-5k-n2 { + margin-bottom: -0.5rem !important; + } + + .ml-5k-n2, + .mx-5k-n2 { + margin-left: -0.5rem !important; + } + + .m-5k-n3 { + margin: -1rem !important; + } + + .mt-5k-n3, + .my-5k-n3 { + margin-top: -1rem !important; + } + + .mr-5k-n3, + .mx-5k-n3 { + margin-right: -1rem !important; + } + + .mb-5k-n3, + .my-5k-n3 { + margin-bottom: -1rem !important; + } + + .ml-5k-n3, + .mx-5k-n3 { + margin-left: -1rem !important; + } + + .m-5k-n4 { + margin: -1.5rem !important; + } + + .mt-5k-n4, + .my-5k-n4 { + margin-top: -1.5rem !important; + } + + .mr-5k-n4, + .mx-5k-n4 { + margin-right: -1.5rem !important; + } + + .mb-5k-n4, + .my-5k-n4 { + margin-bottom: -1.5rem !important; + } + + .ml-5k-n4, + .mx-5k-n4 { + margin-left: -1.5rem !important; + } + + .m-5k-n5 { + margin: -3rem !important; + } + + .mt-5k-n5, + .my-5k-n5 { + margin-top: -3rem !important; + } + + .mr-5k-n5, + .mx-5k-n5 { + margin-right: -3rem !important; + } + + .mb-5k-n5, + .my-5k-n5 { + margin-bottom: -3rem !important; + } + + .ml-5k-n5, + .mx-5k-n5 { + margin-left: -3rem !important; + } + + .m-5k-auto { + margin: auto !important; + } + + .mt-5k-auto, + .my-5k-auto { + margin-top: auto !important; + } + + .mr-5k-auto, + .mx-5k-auto { + margin-right: auto !important; + } + + .mb-5k-auto, + .my-5k-auto { + margin-bottom: auto !important; + } + + .ml-5k-auto, + .mx-5k-auto { + margin-left: auto !important; + } +} +@media (min-width: 7680px) { + .m-8k-0 { + margin: 0 !important; + } + + .mt-8k-0, + .my-8k-0 { + margin-top: 0 !important; + } + + .mr-8k-0, + .mx-8k-0 { + margin-right: 0 !important; + } + + .mb-8k-0, + .my-8k-0 { + margin-bottom: 0 !important; + } + + .ml-8k-0, + .mx-8k-0 { + margin-left: 0 !important; + } + + .m-8k-1 { + margin: 0.25rem !important; + } + + .mt-8k-1, + .my-8k-1 { + margin-top: 0.25rem !important; + } + + .mr-8k-1, + .mx-8k-1 { + margin-right: 0.25rem !important; + } + + .mb-8k-1, + .my-8k-1 { + margin-bottom: 0.25rem !important; + } + + .ml-8k-1, + .mx-8k-1 { + margin-left: 0.25rem !important; + } + + .m-8k-2 { + margin: 0.5rem !important; + } + + .mt-8k-2, + .my-8k-2 { + margin-top: 0.5rem !important; + } + + .mr-8k-2, + .mx-8k-2 { + margin-right: 0.5rem !important; + } + + .mb-8k-2, + .my-8k-2 { + margin-bottom: 0.5rem !important; + } + + .ml-8k-2, + .mx-8k-2 { + margin-left: 0.5rem !important; + } + + .m-8k-3 { + margin: 1rem !important; + } + + .mt-8k-3, + .my-8k-3 { + margin-top: 1rem !important; + } + + .mr-8k-3, + .mx-8k-3 { + margin-right: 1rem !important; + } + + .mb-8k-3, + .my-8k-3 { + margin-bottom: 1rem !important; + } + + .ml-8k-3, + .mx-8k-3 { + margin-left: 1rem !important; + } + + .m-8k-4 { + margin: 1.5rem !important; + } + + .mt-8k-4, + .my-8k-4 { + margin-top: 1.5rem !important; + } + + .mr-8k-4, + .mx-8k-4 { + margin-right: 1.5rem !important; + } + + .mb-8k-4, + .my-8k-4 { + margin-bottom: 1.5rem !important; + } + + .ml-8k-4, + .mx-8k-4 { + margin-left: 1.5rem !important; + } + + .m-8k-5 { + margin: 3rem !important; + } + + .mt-8k-5, + .my-8k-5 { + margin-top: 3rem !important; + } + + .mr-8k-5, + .mx-8k-5 { + margin-right: 3rem !important; + } + + .mb-8k-5, + .my-8k-5 { + margin-bottom: 3rem !important; + } + + .ml-8k-5, + .mx-8k-5 { + margin-left: 3rem !important; + } + + .p-8k-0 { + padding: 0 !important; + } + + .pt-8k-0, + .py-8k-0 { + padding-top: 0 !important; + } + + .pr-8k-0, + .px-8k-0 { + padding-right: 0 !important; + } + + .pb-8k-0, + .py-8k-0 { + padding-bottom: 0 !important; + } + + .pl-8k-0, + .px-8k-0 { + padding-left: 0 !important; + } + + .p-8k-1 { + padding: 0.25rem !important; + } + + .pt-8k-1, + .py-8k-1 { + padding-top: 0.25rem !important; + } + + .pr-8k-1, + .px-8k-1 { + padding-right: 0.25rem !important; + } + + .pb-8k-1, + .py-8k-1 { + padding-bottom: 0.25rem !important; + } + + .pl-8k-1, + .px-8k-1 { + padding-left: 0.25rem !important; + } + + .p-8k-2 { + padding: 0.5rem !important; + } + + .pt-8k-2, + .py-8k-2 { + padding-top: 0.5rem !important; + } + + .pr-8k-2, + .px-8k-2 { + padding-right: 0.5rem !important; + } + + .pb-8k-2, + .py-8k-2 { + padding-bottom: 0.5rem !important; + } + + .pl-8k-2, + .px-8k-2 { + padding-left: 0.5rem !important; + } + + .p-8k-3 { + padding: 1rem !important; + } + + .pt-8k-3, + .py-8k-3 { + padding-top: 1rem !important; + } + + .pr-8k-3, + .px-8k-3 { + padding-right: 1rem !important; + } + + .pb-8k-3, + .py-8k-3 { + padding-bottom: 1rem !important; + } + + .pl-8k-3, + .px-8k-3 { + padding-left: 1rem !important; + } + + .p-8k-4 { + padding: 1.5rem !important; + } + + .pt-8k-4, + .py-8k-4 { + padding-top: 1.5rem !important; + } + + .pr-8k-4, + .px-8k-4 { + padding-right: 1.5rem !important; + } + + .pb-8k-4, + .py-8k-4 { + padding-bottom: 1.5rem !important; + } + + .pl-8k-4, + .px-8k-4 { + padding-left: 1.5rem !important; + } + + .p-8k-5 { + padding: 3rem !important; + } + + .pt-8k-5, + .py-8k-5 { + padding-top: 3rem !important; + } + + .pr-8k-5, + .px-8k-5 { + padding-right: 3rem !important; + } + + .pb-8k-5, + .py-8k-5 { + padding-bottom: 3rem !important; + } + + .pl-8k-5, + .px-8k-5 { + padding-left: 3rem !important; + } + + .m-8k-n1 { + margin: -0.25rem !important; + } + + .mt-8k-n1, + .my-8k-n1 { + margin-top: -0.25rem !important; + } + + .mr-8k-n1, + .mx-8k-n1 { + margin-right: -0.25rem !important; + } + + .mb-8k-n1, + .my-8k-n1 { + margin-bottom: -0.25rem !important; + } + + .ml-8k-n1, + .mx-8k-n1 { + margin-left: -0.25rem !important; + } + + .m-8k-n2 { + margin: -0.5rem !important; + } + + .mt-8k-n2, + .my-8k-n2 { + margin-top: -0.5rem !important; + } + + .mr-8k-n2, + .mx-8k-n2 { + margin-right: -0.5rem !important; + } + + .mb-8k-n2, + .my-8k-n2 { + margin-bottom: -0.5rem !important; + } + + .ml-8k-n2, + .mx-8k-n2 { + margin-left: -0.5rem !important; + } + + .m-8k-n3 { + margin: -1rem !important; + } + + .mt-8k-n3, + .my-8k-n3 { + margin-top: -1rem !important; + } + + .mr-8k-n3, + .mx-8k-n3 { + margin-right: -1rem !important; + } + + .mb-8k-n3, + .my-8k-n3 { + margin-bottom: -1rem !important; + } + + .ml-8k-n3, + .mx-8k-n3 { + margin-left: -1rem !important; + } + + .m-8k-n4 { + margin: -1.5rem !important; + } + + .mt-8k-n4, + .my-8k-n4 { + margin-top: -1.5rem !important; + } + + .mr-8k-n4, + .mx-8k-n4 { + margin-right: -1.5rem !important; + } + + .mb-8k-n4, + .my-8k-n4 { + margin-bottom: -1.5rem !important; + } + + .ml-8k-n4, + .mx-8k-n4 { + margin-left: -1.5rem !important; + } + + .m-8k-n5 { + margin: -3rem !important; + } + + .mt-8k-n5, + .my-8k-n5 { + margin-top: -3rem !important; + } + + .mr-8k-n5, + .mx-8k-n5 { + margin-right: -3rem !important; + } + + .mb-8k-n5, + .my-8k-n5 { + margin-bottom: -3rem !important; + } + + .ml-8k-n5, + .mx-8k-n5 { + margin-left: -3rem !important; + } + + .m-8k-auto { + margin: auto !important; } -} -@media (min-width: 4096px) and (max-width: 8191px) { - .hidden-rt15.hidden-4k { - display: none !important; + + .mt-8k-auto, + .my-8k-auto { + margin-top: auto !important; + } + + .mr-8k-auto, + .mx-8k-auto { + margin-right: auto !important; + } + + .mb-8k-auto, + .my-8k-auto { + margin-bottom: auto !important; } -} -@media (min-width: 8192px) { - .hidden-rt15.hidden-8k { - display: none !important; + + .ml-8k-auto, + .mx-8k-auto { + margin-left: auto !important; } } -.hidden-uhd { - display: block !important; +.text-left { + text-align: left !important; } -table.hidden-uhd { - display: table; + +.text-right { + text-align: right !important; } -tr.hidden-uhd { - display: table-row !important; + +.text-center { + text-align: center !important; } -th.hidden-uhd, -td.hidden-uhd { - display: table-cell !important; -} -@media (max-width: 767px) { - .hidden-uhd.hidden-xs { - display: none !important; + +@media (min-width: 576px) { + .text-sm-left { + text-align: left !important; } -} -@media (min-width: 768px) and (max-width: 991px) { - .hidden-uhd.hidden-sm { - display: none !important; + + .text-sm-right { + text-align: right !important; } -} -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-uhd.hidden-md { - display: none !important; + + .text-sm-center { + text-align: center !important; } } -@media (min-width: 1200px) and (max-width: 1365px) { - .hidden-uhd.hidden-lg { - display: none !important; +@media (min-width: 768px) { + .text-md-left { + text-align: left !important; } -} -@media (min-width: 1366px) and (max-width: 1919px) { - .hidden-uhd.hidden-xlg { - display: none !important; + + .text-md-right { + text-align: right !important; } -} -@media (min-width: 1920px) and (max-width: 2559px) { - .hidden-uhd.hidden-fhd { - display: none !important; + + .text-md-center { + text-align: center !important; } } -@media (min-width: 2560px) and (max-width: 2879px) { - .hidden-uhd.hidden-rt { - display: none !important; +@media (min-width: 992px) { + .text-lg-left { + text-align: left !important; } -} -@media (min-width: 2880px) and (max-width: 3839px) { - .hidden-uhd.hidden-rt15 { - display: none !important; + + .text-lg-right { + text-align: right !important; } -} -@media (min-width: 3840px) and (max-width: 4095px) { - .hidden-uhd { - display: none !important; + + .text-lg-center { + text-align: center !important; } } -@media (min-width: 4096px) and (max-width: 8191px) { - .hidden-uhd.hidden-4k { - display: none !important; +@media (min-width: 1200px) { + .text-xl-left { + text-align: left !important; } -} -@media (min-width: 8192px) { - .hidden-uhd.hidden-8k { - display: none !important; + + .text-xl-right { + text-align: right !important; } -} -.hidden-4k { - display: block !important; -} -table.hidden-4k { - display: table; -} -tr.hidden-4k { - display: table-row !important; -} -th.hidden-4k, -td.hidden-4k { - display: table-cell !important; -} -@media (max-width: 767px) { - .hidden-4k.hidden-xs { - display: none !important; + + .text-xl-center { + text-align: center !important; } } -@media (min-width: 768px) and (max-width: 991px) { - .hidden-4k.hidden-sm { - display: none !important; +@media (min-width: 1366px) { + .text-hd-left { + text-align: left !important; } -} -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-4k.hidden-md { - display: none !important; + + .text-hd-right { + text-align: right !important; } -} -@media (min-width: 1200px) and (max-width: 1365px) { - .hidden-4k.hidden-lg { - display: none !important; + + .text-hd-center { + text-align: center !important; } } -@media (min-width: 1366px) and (max-width: 1919px) { - .hidden-4k.hidden-xlg { - display: none !important; +@media (min-width: 1920px) { + .text-fhd-left { + text-align: left !important; } -} -@media (min-width: 1920px) and (max-width: 2559px) { - .hidden-4k.hidden-fhd { - display: none !important; + + .text-fhd-right { + text-align: right !important; } -} -@media (min-width: 2560px) and (max-width: 2879px) { - .hidden-4k.hidden-rt { - display: none !important; + + .text-fhd-center { + text-align: center !important; } } -@media (min-width: 2880px) and (max-width: 3839px) { - .hidden-4k.hidden-rt15 { - display: none !important; +@media (min-width: 2560px) { + .text-rt-left { + text-align: left !important; } -} -@media (min-width: 3840px) and (max-width: 4095px) { - .hidden-4k.hidden-uhd { - display: none !important; + + .text-rt-right { + text-align: right !important; } -} -@media (min-width: 4096px) and (max-width: 8191px) { - .hidden-4k { - display: none !important; + + .text-rt-center { + text-align: center !important; } } -@media (min-width: 8192px) { - .hidden-4k.hidden-8k { - display: none !important; +@media (min-width: 2880px) { + .text-rt15-left { + text-align: left !important; } -} -.hidden-8k { - display: block !important; -} -table.hidden-8k { - display: table; -} -tr.hidden-8k { - display: table-row !important; -} -th.hidden-8k, -td.hidden-8k { - display: table-cell !important; -} -@media (max-width: 767px) { - .hidden-8k.hidden-xs { - display: none !important; + + .text-rt15-right { + text-align: right !important; } -} -@media (min-width: 768px) and (max-width: 991px) { - .hidden-8k.hidden-sm { - display: none !important; + + .text-rt15-center { + text-align: center !important; } } -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-8k.hidden-md { - display: none !important; +@media (min-width: 3840px) { + .text-4k-left { + text-align: left !important; } -} -@media (min-width: 1200px) and (max-width: 1365px) { - .hidden-8k.hidden-lg { - display: none !important; + + .text-4k-right { + text-align: right !important; } -} -@media (min-width: 1366px) and (max-width: 1919px) { - .hidden-8k.hidden-xlg { - display: none !important; + + .text-4k-center { + text-align: center !important; } } -@media (min-width: 1920px) and (max-width: 2559px) { - .hidden-8k.hidden-fhd { - display: none !important; +@media (min-width: 5120px) { + .text-5k-left { + text-align: left !important; } -} -@media (min-width: 2560px) and (max-width: 2879px) { - .hidden-8k.hidden-rt { - display: none !important; + + .text-5k-right { + text-align: right !important; } -} -@media (min-width: 2880px) and (max-width: 3839px) { - .hidden-8k.hidden-rt15 { - display: none !important; + + .text-5k-center { + text-align: center !important; } } -@media (min-width: 3840px) and (max-width: 4095px) { - .hidden-8k.hidden-uhd { - display: none !important; +@media (min-width: 7680px) { + .text-8k-left { + text-align: left !important; } -} -@media (min-width: 4096px) and (max-width: 8191px) { - .hidden-8k.hidden-4k { - display: none !important; + + .text-8k-right { + text-align: right !important; } -} -@media (min-width: 8192px) { - .hidden-8k { - display: none !important; + + .text-8k-center { + text-align: center !important; } } + +/*# sourceMappingURL=bootstrap-big-grid.css.map */ diff --git a/dist/css/bootstrap-big-grid.css.map b/dist/css/bootstrap-big-grid.css.map new file mode 100644 index 0000000..2adbeb2 --- /dev/null +++ b/dist/css/bootstrap-big-grid.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": "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", +"sources": ["../../scss/big_grid.scss","../../scss/_root.scss","../../node_modules/bootstrap/scss/_grid.scss","../../node_modules/bootstrap/scss/mixins/_grid.scss","../../node_modules/bootstrap/scss/mixins/_breakpoints.scss","../../node_modules/bootstrap/scss/_functions.scss","../../node_modules/bootstrap/scss/mixins/_grid-framework.scss","../../scss/_tables.scss","../../scss/_dropdown.scss","../../scss/_navbar.scss","../../node_modules/bootstrap/scss/_variables.scss","../../scss/_list-group.scss","../../node_modules/bootstrap/scss/mixins/_border-radius.scss","../../node_modules/bootstrap/scss/utilities/_display.scss","../../node_modules/bootstrap/scss/utilities/_flex.scss","../../node_modules/bootstrap/scss/utilities/_float.scss","../../node_modules/bootstrap/scss/utilities/_spacing.scss","../../scss/utilities/_text.scss"], +"names": [], +"file": "bootstrap-big-grid.css" +} diff --git a/dist/css/bootstrap-big-grid.min.css b/dist/css/bootstrap-big-grid.min.css index c78a559..67a7eff 100644 --- a/dist/css/bootstrap-big-grid.min.css +++ b/dist/css/bootstrap-big-grid.min.css @@ -1,5 +1,5 @@ /*! - * Bootstrap Big Grid v0.2.0 + * Bootstrap Big Grid v0.3.0 * Copyright 2013 BenWhitehead * Licensed under http://www.apache.org/licenses/LICENSE-2.0 - */@media (min-width:1366px){.col-xlg-1,.col-xlg-2,.col-xlg-3,.col-xlg-4,.col-xlg-5,.col-xlg-6,.col-xlg-7,.col-xlg-8,.col-xlg-9,.col-xlg-10,.col-xlg-11,.col-xlg-12{float:left}.col-xlg-12{width:100%}.col-xlg-11{width:91.66666666666666%}.col-xlg-10{width:83.33333333333334%}.col-xlg-9{width:75%}.col-xlg-8{width:66.66666666666666%}.col-xlg-7{width:58.333333333333336%}.col-xlg-6{width:50%}.col-xlg-5{width:41.66666666666667%}.col-xlg-4{width:33.33333333333333%}.col-xlg-3{width:25%}.col-xlg-2{width:16.666666666666664%}.col-xlg-1{width:8.333333333333332%}.col-xlg-pull-12{right:100%}.col-xlg-pull-11{right:91.66666666666666%}.col-xlg-pull-10{right:83.33333333333334%}.col-xlg-pull-9{right:75%}.col-xlg-pull-8{right:66.66666666666666%}.col-xlg-pull-7{right:58.333333333333336%}.col-xlg-pull-6{right:50%}.col-xlg-pull-5{right:41.66666666666667%}.col-xlg-pull-4{right:33.33333333333333%}.col-xlg-pull-3{right:25%}.col-xlg-pull-2{right:16.666666666666664%}.col-xlg-pull-1{right:8.333333333333332%}.col-xlg-pull-0{right:auto}.col-xlg-push-12{left:100%}.col-xlg-push-11{left:91.66666666666666%}.col-xlg-push-10{left:83.33333333333334%}.col-xlg-push-9{left:75%}.col-xlg-push-8{left:66.66666666666666%}.col-xlg-push-7{left:58.333333333333336%}.col-xlg-push-6{left:50%}.col-xlg-push-5{left:41.66666666666667%}.col-xlg-push-4{left:33.33333333333333%}.col-xlg-push-3{left:25%}.col-xlg-push-2{left:16.666666666666664%}.col-xlg-push-1{left:8.333333333333332%}.col-xlg-push-0{left:auto}.col-xlg-offset-12{margin-left:100%}.col-xlg-offset-11{margin-left:91.66666666666666%}.col-xlg-offset-10{margin-left:83.33333333333334%}.col-xlg-offset-9{margin-left:75%}.col-xlg-offset-8{margin-left:66.66666666666666%}.col-xlg-offset-7{margin-left:58.333333333333336%}.col-xlg-offset-6{margin-left:50%}.col-xlg-offset-5{margin-left:41.66666666666667%}.col-xlg-offset-4{margin-left:33.33333333333333%}.col-xlg-offset-3{margin-left:25%}.col-xlg-offset-2{margin-left:16.666666666666664%}.col-xlg-offset-1{margin-left:8.333333333333332%}.col-xlg-offset-0{margin-left:0}}@media (min-width:1920px){.col-fhd-1,.col-fhd-2,.col-fhd-3,.col-fhd-4,.col-fhd-5,.col-fhd-6,.col-fhd-7,.col-fhd-8,.col-fhd-9,.col-fhd-10,.col-fhd-11,.col-fhd-12{float:left}.col-fhd-12{width:100%}.col-fhd-11{width:91.66666666666666%}.col-fhd-10{width:83.33333333333334%}.col-fhd-9{width:75%}.col-fhd-8{width:66.66666666666666%}.col-fhd-7{width:58.333333333333336%}.col-fhd-6{width:50%}.col-fhd-5{width:41.66666666666667%}.col-fhd-4{width:33.33333333333333%}.col-fhd-3{width:25%}.col-fhd-2{width:16.666666666666664%}.col-fhd-1{width:8.333333333333332%}.col-fhd-pull-12{right:100%}.col-fhd-pull-11{right:91.66666666666666%}.col-fhd-pull-10{right:83.33333333333334%}.col-fhd-pull-9{right:75%}.col-fhd-pull-8{right:66.66666666666666%}.col-fhd-pull-7{right:58.333333333333336%}.col-fhd-pull-6{right:50%}.col-fhd-pull-5{right:41.66666666666667%}.col-fhd-pull-4{right:33.33333333333333%}.col-fhd-pull-3{right:25%}.col-fhd-pull-2{right:16.666666666666664%}.col-fhd-pull-1{right:8.333333333333332%}.col-fhd-pull-0{right:auto}.col-fhd-push-12{left:100%}.col-fhd-push-11{left:91.66666666666666%}.col-fhd-push-10{left:83.33333333333334%}.col-fhd-push-9{left:75%}.col-fhd-push-8{left:66.66666666666666%}.col-fhd-push-7{left:58.333333333333336%}.col-fhd-push-6{left:50%}.col-fhd-push-5{left:41.66666666666667%}.col-fhd-push-4{left:33.33333333333333%}.col-fhd-push-3{left:25%}.col-fhd-push-2{left:16.666666666666664%}.col-fhd-push-1{left:8.333333333333332%}.col-fhd-push-0{left:auto}.col-fhd-offset-12{margin-left:100%}.col-fhd-offset-11{margin-left:91.66666666666666%}.col-fhd-offset-10{margin-left:83.33333333333334%}.col-fhd-offset-9{margin-left:75%}.col-fhd-offset-8{margin-left:66.66666666666666%}.col-fhd-offset-7{margin-left:58.333333333333336%}.col-fhd-offset-6{margin-left:50%}.col-fhd-offset-5{margin-left:41.66666666666667%}.col-fhd-offset-4{margin-left:33.33333333333333%}.col-fhd-offset-3{margin-left:25%}.col-fhd-offset-2{margin-left:16.666666666666664%}.col-fhd-offset-1{margin-left:8.333333333333332%}.col-fhd-offset-0{margin-left:0}}@media (min-width:2560px){.col-rt-1,.col-rt-2,.col-rt-3,.col-rt-4,.col-rt-5,.col-rt-6,.col-rt-7,.col-rt-8,.col-rt-9,.col-rt-10,.col-rt-11,.col-rt-12{float:left}.col-rt-12{width:100%}.col-rt-11{width:91.66666666666666%}.col-rt-10{width:83.33333333333334%}.col-rt-9{width:75%}.col-rt-8{width:66.66666666666666%}.col-rt-7{width:58.333333333333336%}.col-rt-6{width:50%}.col-rt-5{width:41.66666666666667%}.col-rt-4{width:33.33333333333333%}.col-rt-3{width:25%}.col-rt-2{width:16.666666666666664%}.col-rt-1{width:8.333333333333332%}.col-rt-pull-12{right:100%}.col-rt-pull-11{right:91.66666666666666%}.col-rt-pull-10{right:83.33333333333334%}.col-rt-pull-9{right:75%}.col-rt-pull-8{right:66.66666666666666%}.col-rt-pull-7{right:58.333333333333336%}.col-rt-pull-6{right:50%}.col-rt-pull-5{right:41.66666666666667%}.col-rt-pull-4{right:33.33333333333333%}.col-rt-pull-3{right:25%}.col-rt-pull-2{right:16.666666666666664%}.col-rt-pull-1{right:8.333333333333332%}.col-rt-pull-0{right:auto}.col-rt-push-12{left:100%}.col-rt-push-11{left:91.66666666666666%}.col-rt-push-10{left:83.33333333333334%}.col-rt-push-9{left:75%}.col-rt-push-8{left:66.66666666666666%}.col-rt-push-7{left:58.333333333333336%}.col-rt-push-6{left:50%}.col-rt-push-5{left:41.66666666666667%}.col-rt-push-4{left:33.33333333333333%}.col-rt-push-3{left:25%}.col-rt-push-2{left:16.666666666666664%}.col-rt-push-1{left:8.333333333333332%}.col-rt-push-0{left:auto}.col-rt-offset-12{margin-left:100%}.col-rt-offset-11{margin-left:91.66666666666666%}.col-rt-offset-10{margin-left:83.33333333333334%}.col-rt-offset-9{margin-left:75%}.col-rt-offset-8{margin-left:66.66666666666666%}.col-rt-offset-7{margin-left:58.333333333333336%}.col-rt-offset-6{margin-left:50%}.col-rt-offset-5{margin-left:41.66666666666667%}.col-rt-offset-4{margin-left:33.33333333333333%}.col-rt-offset-3{margin-left:25%}.col-rt-offset-2{margin-left:16.666666666666664%}.col-rt-offset-1{margin-left:8.333333333333332%}.col-rt-offset-0{margin-left:0}}@media (min-width:2880px){.col-rt15-1,.col-rt15-2,.col-rt15-3,.col-rt15-4,.col-rt15-5,.col-rt15-6,.col-rt15-7,.col-rt15-8,.col-rt15-9,.col-rt15-10,.col-rt15-11,.col-rt15-12{float:left}.col-rt15-12{width:100%}.col-rt15-11{width:91.66666666666666%}.col-rt15-10{width:83.33333333333334%}.col-rt15-9{width:75%}.col-rt15-8{width:66.66666666666666%}.col-rt15-7{width:58.333333333333336%}.col-rt15-6{width:50%}.col-rt15-5{width:41.66666666666667%}.col-rt15-4{width:33.33333333333333%}.col-rt15-3{width:25%}.col-rt15-2{width:16.666666666666664%}.col-rt15-1{width:8.333333333333332%}.col-rt15-pull-12{right:100%}.col-rt15-pull-11{right:91.66666666666666%}.col-rt15-pull-10{right:83.33333333333334%}.col-rt15-pull-9{right:75%}.col-rt15-pull-8{right:66.66666666666666%}.col-rt15-pull-7{right:58.333333333333336%}.col-rt15-pull-6{right:50%}.col-rt15-pull-5{right:41.66666666666667%}.col-rt15-pull-4{right:33.33333333333333%}.col-rt15-pull-3{right:25%}.col-rt15-pull-2{right:16.666666666666664%}.col-rt15-pull-1{right:8.333333333333332%}.col-rt15-pull-0{right:auto}.col-rt15-push-12{left:100%}.col-rt15-push-11{left:91.66666666666666%}.col-rt15-push-10{left:83.33333333333334%}.col-rt15-push-9{left:75%}.col-rt15-push-8{left:66.66666666666666%}.col-rt15-push-7{left:58.333333333333336%}.col-rt15-push-6{left:50%}.col-rt15-push-5{left:41.66666666666667%}.col-rt15-push-4{left:33.33333333333333%}.col-rt15-push-3{left:25%}.col-rt15-push-2{left:16.666666666666664%}.col-rt15-push-1{left:8.333333333333332%}.col-rt15-push-0{left:auto}.col-rt15-offset-12{margin-left:100%}.col-rt15-offset-11{margin-left:91.66666666666666%}.col-rt15-offset-10{margin-left:83.33333333333334%}.col-rt15-offset-9{margin-left:75%}.col-rt15-offset-8{margin-left:66.66666666666666%}.col-rt15-offset-7{margin-left:58.333333333333336%}.col-rt15-offset-6{margin-left:50%}.col-rt15-offset-5{margin-left:41.66666666666667%}.col-rt15-offset-4{margin-left:33.33333333333333%}.col-rt15-offset-3{margin-left:25%}.col-rt15-offset-2{margin-left:16.666666666666664%}.col-rt15-offset-1{margin-left:8.333333333333332%}.col-rt15-offset-0{margin-left:0}}@media (min-width:3840px){.col-uhd-1,.col-uhd-2,.col-uhd-3,.col-uhd-4,.col-uhd-5,.col-uhd-6,.col-uhd-7,.col-uhd-8,.col-uhd-9,.col-uhd-10,.col-uhd-11,.col-uhd-12{float:left}.col-uhd-12{width:100%}.col-uhd-11{width:91.66666666666666%}.col-uhd-10{width:83.33333333333334%}.col-uhd-9{width:75%}.col-uhd-8{width:66.66666666666666%}.col-uhd-7{width:58.333333333333336%}.col-uhd-6{width:50%}.col-uhd-5{width:41.66666666666667%}.col-uhd-4{width:33.33333333333333%}.col-uhd-3{width:25%}.col-uhd-2{width:16.666666666666664%}.col-uhd-1{width:8.333333333333332%}.col-uhd-pull-12{right:100%}.col-uhd-pull-11{right:91.66666666666666%}.col-uhd-pull-10{right:83.33333333333334%}.col-uhd-pull-9{right:75%}.col-uhd-pull-8{right:66.66666666666666%}.col-uhd-pull-7{right:58.333333333333336%}.col-uhd-pull-6{right:50%}.col-uhd-pull-5{right:41.66666666666667%}.col-uhd-pull-4{right:33.33333333333333%}.col-uhd-pull-3{right:25%}.col-uhd-pull-2{right:16.666666666666664%}.col-uhd-pull-1{right:8.333333333333332%}.col-uhd-pull-0{right:auto}.col-uhd-push-12{left:100%}.col-uhd-push-11{left:91.66666666666666%}.col-uhd-push-10{left:83.33333333333334%}.col-uhd-push-9{left:75%}.col-uhd-push-8{left:66.66666666666666%}.col-uhd-push-7{left:58.333333333333336%}.col-uhd-push-6{left:50%}.col-uhd-push-5{left:41.66666666666667%}.col-uhd-push-4{left:33.33333333333333%}.col-uhd-push-3{left:25%}.col-uhd-push-2{left:16.666666666666664%}.col-uhd-push-1{left:8.333333333333332%}.col-uhd-push-0{left:auto}.col-uhd-offset-12{margin-left:100%}.col-uhd-offset-11{margin-left:91.66666666666666%}.col-uhd-offset-10{margin-left:83.33333333333334%}.col-uhd-offset-9{margin-left:75%}.col-uhd-offset-8{margin-left:66.66666666666666%}.col-uhd-offset-7{margin-left:58.333333333333336%}.col-uhd-offset-6{margin-left:50%}.col-uhd-offset-5{margin-left:41.66666666666667%}.col-uhd-offset-4{margin-left:33.33333333333333%}.col-uhd-offset-3{margin-left:25%}.col-uhd-offset-2{margin-left:16.666666666666664%}.col-uhd-offset-1{margin-left:8.333333333333332%}.col-uhd-offset-0{margin-left:0}}@media (min-width:4096px){.col-4k-1,.col-4k-2,.col-4k-3,.col-4k-4,.col-4k-5,.col-4k-6,.col-4k-7,.col-4k-8,.col-4k-9,.col-4k-10,.col-4k-11,.col-4k-12{float:left}.col-4k-12{width:100%}.col-4k-11{width:91.66666666666666%}.col-4k-10{width:83.33333333333334%}.col-4k-9{width:75%}.col-4k-8{width:66.66666666666666%}.col-4k-7{width:58.333333333333336%}.col-4k-6{width:50%}.col-4k-5{width:41.66666666666667%}.col-4k-4{width:33.33333333333333%}.col-4k-3{width:25%}.col-4k-2{width:16.666666666666664%}.col-4k-1{width:8.333333333333332%}.col-4k-pull-12{right:100%}.col-4k-pull-11{right:91.66666666666666%}.col-4k-pull-10{right:83.33333333333334%}.col-4k-pull-9{right:75%}.col-4k-pull-8{right:66.66666666666666%}.col-4k-pull-7{right:58.333333333333336%}.col-4k-pull-6{right:50%}.col-4k-pull-5{right:41.66666666666667%}.col-4k-pull-4{right:33.33333333333333%}.col-4k-pull-3{right:25%}.col-4k-pull-2{right:16.666666666666664%}.col-4k-pull-1{right:8.333333333333332%}.col-4k-pull-0{right:auto}.col-4k-push-12{left:100%}.col-4k-push-11{left:91.66666666666666%}.col-4k-push-10{left:83.33333333333334%}.col-4k-push-9{left:75%}.col-4k-push-8{left:66.66666666666666%}.col-4k-push-7{left:58.333333333333336%}.col-4k-push-6{left:50%}.col-4k-push-5{left:41.66666666666667%}.col-4k-push-4{left:33.33333333333333%}.col-4k-push-3{left:25%}.col-4k-push-2{left:16.666666666666664%}.col-4k-push-1{left:8.333333333333332%}.col-4k-push-0{left:auto}.col-4k-offset-12{margin-left:100%}.col-4k-offset-11{margin-left:91.66666666666666%}.col-4k-offset-10{margin-left:83.33333333333334%}.col-4k-offset-9{margin-left:75%}.col-4k-offset-8{margin-left:66.66666666666666%}.col-4k-offset-7{margin-left:58.333333333333336%}.col-4k-offset-6{margin-left:50%}.col-4k-offset-5{margin-left:41.66666666666667%}.col-4k-offset-4{margin-left:33.33333333333333%}.col-4k-offset-3{margin-left:25%}.col-4k-offset-2{margin-left:16.666666666666664%}.col-4k-offset-1{margin-left:8.333333333333332%}.col-4k-offset-0{margin-left:0}}@media (min-width:8192px){.col-8k-1,.col-8k-2,.col-8k-3,.col-8k-4,.col-8k-5,.col-8k-6,.col-8k-7,.col-8k-8,.col-8k-9,.col-8k-10,.col-8k-11,.col-8k-12{float:left}.col-8k-12{width:100%}.col-8k-11{width:91.66666666666666%}.col-8k-10{width:83.33333333333334%}.col-8k-9{width:75%}.col-8k-8{width:66.66666666666666%}.col-8k-7{width:58.333333333333336%}.col-8k-6{width:50%}.col-8k-5{width:41.66666666666667%}.col-8k-4{width:33.33333333333333%}.col-8k-3{width:25%}.col-8k-2{width:16.666666666666664%}.col-8k-1{width:8.333333333333332%}.col-8k-pull-12{right:100%}.col-8k-pull-11{right:91.66666666666666%}.col-8k-pull-10{right:83.33333333333334%}.col-8k-pull-9{right:75%}.col-8k-pull-8{right:66.66666666666666%}.col-8k-pull-7{right:58.333333333333336%}.col-8k-pull-6{right:50%}.col-8k-pull-5{right:41.66666666666667%}.col-8k-pull-4{right:33.33333333333333%}.col-8k-pull-3{right:25%}.col-8k-pull-2{right:16.666666666666664%}.col-8k-pull-1{right:8.333333333333332%}.col-8k-pull-0{right:auto}.col-8k-push-12{left:100%}.col-8k-push-11{left:91.66666666666666%}.col-8k-push-10{left:83.33333333333334%}.col-8k-push-9{left:75%}.col-8k-push-8{left:66.66666666666666%}.col-8k-push-7{left:58.333333333333336%}.col-8k-push-6{left:50%}.col-8k-push-5{left:41.66666666666667%}.col-8k-push-4{left:33.33333333333333%}.col-8k-push-3{left:25%}.col-8k-push-2{left:16.666666666666664%}.col-8k-push-1{left:8.333333333333332%}.col-8k-push-0{left:auto}.col-8k-offset-12{margin-left:100%}.col-8k-offset-11{margin-left:91.66666666666666%}.col-8k-offset-10{margin-left:83.33333333333334%}.col-8k-offset-9{margin-left:75%}.col-8k-offset-8{margin-left:66.66666666666666%}.col-8k-offset-7{margin-left:58.333333333333336%}.col-8k-offset-6{margin-left:50%}.col-8k-offset-5{margin-left:41.66666666666667%}.col-8k-offset-4{margin-left:33.33333333333333%}.col-8k-offset-3{margin-left:25%}.col-8k-offset-2{margin-left:16.666666666666664%}.col-8k-offset-1{margin-left:8.333333333333332%}.col-8k-offset-0{margin-left:0}}.visible-xs{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}table.visible-xs.visible-sm{display:table}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}table.visible-xs.visible-md{display:table}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media (min-width:1200px) and (max-width:1365px){.visible-xs.visible-lg{display:block!important}table.visible-xs.visible-lg{display:table}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}@media (min-width:1366px) and (max-width:1919px){.visible-xs.visible-xlg{display:block!important}table.visible-xs.visible-xlg{display:table}tr.visible-xs.visible-xlg{display:table-row!important}th.visible-xs.visible-xlg,td.visible-xs.visible-xlg{display:table-cell!important}}@media (min-width:1920px) and (max-width:2559px){.visible-xs.visible-fhd{display:block!important}table.visible-xs.visible-fhd{display:table}tr.visible-xs.visible-fhd{display:table-row!important}th.visible-xs.visible-fhd,td.visible-xs.visible-fhd{display:table-cell!important}}@media (min-width:2560px) and (max-width:2879px){.visible-xs.visible-rt{display:block!important}table.visible-xs.visible-rt{display:table}tr.visible-xs.visible-rt{display:table-row!important}th.visible-xs.visible-rt,td.visible-xs.visible-rt{display:table-cell!important}}@media (min-width:2880px) and (max-width:3839px){.visible-xs.visible-rt15{display:block!important}table.visible-xs.visible-rt15{display:table}tr.visible-xs.visible-rt15{display:table-row!important}th.visible-xs.visible-rt15,td.visible-xs.visible-rt15{display:table-cell!important}}@media (min-width:3840px) and (max-width:4095px){.visible-xs.visible-uhd{display:block!important}table.visible-xs.visible-uhd{display:table}tr.visible-xs.visible-uhd{display:table-row!important}th.visible-xs.visible-uhd,td.visible-xs.visible-uhd{display:table-cell!important}}@media (min-width:4096px) and (max-width:8191px){.visible-xs.visible-4k{display:block!important}table.visible-xs.visible-4k{display:table}tr.visible-xs.visible-4k{display:table-row!important}th.visible-xs.visible-4k,td.visible-xs.visible-4k{display:table-cell!important}}@media (min-width:8192px){.visible-xs.visible-8k{display:block!important}table.visible-xs.visible-8k{display:table}tr.visible-xs.visible-8k{display:table-row!important}th.visible-xs.visible-8k,td.visible-xs.visible-8k{display:table-cell!important}}.visible-sm{display:none!important}@media (max-width:767px){.visible-sm.visible-xs{display:block!important}table.visible-sm.visible-xs{display:table}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}table.visible-sm.visible-md{display:table}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media (min-width:1200px) and (max-width:1365px){.visible-sm.visible-lg{display:block!important}table.visible-sm.visible-lg{display:table}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}@media (min-width:1366px) and (max-width:1919px){.visible-sm.visible-xlg{display:block!important}table.visible-sm.visible-xlg{display:table}tr.visible-sm.visible-xlg{display:table-row!important}th.visible-sm.visible-xlg,td.visible-sm.visible-xlg{display:table-cell!important}}@media (min-width:1920px) and (max-width:2559px){.visible-sm.visible-fhd{display:block!important}table.visible-sm.visible-fhd{display:table}tr.visible-sm.visible-fhd{display:table-row!important}th.visible-sm.visible-fhd,td.visible-sm.visible-fhd{display:table-cell!important}}@media (min-width:2560px) and (max-width:2879px){.visible-sm.visible-rt{display:block!important}table.visible-sm.visible-rt{display:table}tr.visible-sm.visible-rt{display:table-row!important}th.visible-sm.visible-rt,td.visible-sm.visible-rt{display:table-cell!important}}@media (min-width:2880px) and (max-width:3839px){.visible-sm.visible-rt15{display:block!important}table.visible-sm.visible-rt15{display:table}tr.visible-sm.visible-rt15{display:table-row!important}th.visible-sm.visible-rt15,td.visible-sm.visible-rt15{display:table-cell!important}}@media (min-width:3840px) and (max-width:4095px){.visible-sm.visible-uhd{display:block!important}table.visible-sm.visible-uhd{display:table}tr.visible-sm.visible-uhd{display:table-row!important}th.visible-sm.visible-uhd,td.visible-sm.visible-uhd{display:table-cell!important}}@media (min-width:4096px) and (max-width:8191px){.visible-sm.visible-4k{display:block!important}table.visible-sm.visible-4k{display:table}tr.visible-sm.visible-4k{display:table-row!important}th.visible-sm.visible-4k,td.visible-sm.visible-4k{display:table-cell!important}}@media (min-width:8192px){.visible-sm.visible-8k{display:block!important}table.visible-sm.visible-8k{display:table}tr.visible-sm.visible-8k{display:table-row!important}th.visible-sm.visible-8k,td.visible-sm.visible-8k{display:table-cell!important}}.visible-md{display:none!important}@media (max-width:767px){.visible-md.visible-xs{display:block!important}table.visible-md.visible-xs{display:table}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}table.visible-md.visible-sm{display:table}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:1200px) and (max-width:1365px){.visible-md.visible-lg{display:block!important}table.visible-md.visible-lg{display:table}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}@media (min-width:1366px) and (max-width:1919px){.visible-md.visible-xlg{display:block!important}table.visible-md.visible-xlg{display:table}tr.visible-md.visible-xlg{display:table-row!important}th.visible-md.visible-xlg,td.visible-md.visible-xlg{display:table-cell!important}}@media (min-width:1920px) and (max-width:2559px){.visible-md.visible-fhd{display:block!important}table.visible-md.visible-fhd{display:table}tr.visible-md.visible-fhd{display:table-row!important}th.visible-md.visible-fhd,td.visible-md.visible-fhd{display:table-cell!important}}@media (min-width:2560px) and (max-width:2879px){.visible-md.visible-rt{display:block!important}table.visible-md.visible-rt{display:table}tr.visible-md.visible-rt{display:table-row!important}th.visible-md.visible-rt,td.visible-md.visible-rt{display:table-cell!important}}@media (min-width:2880px) and (max-width:3839px){.visible-md.visible-rt15{display:block!important}table.visible-md.visible-rt15{display:table}tr.visible-md.visible-rt15{display:table-row!important}th.visible-md.visible-rt15,td.visible-md.visible-rt15{display:table-cell!important}}@media (min-width:3840px) and (max-width:4095px){.visible-md.visible-uhd{display:block!important}table.visible-md.visible-uhd{display:table}tr.visible-md.visible-uhd{display:table-row!important}th.visible-md.visible-uhd,td.visible-md.visible-uhd{display:table-cell!important}}@media (min-width:4096px) and (max-width:8191px){.visible-md.visible-4k{display:block!important}table.visible-md.visible-4k{display:table}tr.visible-md.visible-4k{display:table-row!important}th.visible-md.visible-4k,td.visible-md.visible-4k{display:table-cell!important}}@media (min-width:8192px){.visible-md.visible-8k{display:block!important}table.visible-md.visible-8k{display:table}tr.visible-md.visible-8k{display:table-row!important}th.visible-md.visible-8k,td.visible-md.visible-8k{display:table-cell!important}}.visible-lg{display:none!important}@media (max-width:767px){.visible-lg.visible-xs{display:block!important}table.visible-lg.visible-xs{display:table}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}table.visible-lg.visible-sm{display:table}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}table.visible-lg.visible-md{display:table}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media (min-width:1200px) and (max-width:1365px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (min-width:1366px) and (max-width:1919px){.visible-lg.visible-xlg{display:block!important}table.visible-lg.visible-xlg{display:table}tr.visible-lg.visible-xlg{display:table-row!important}th.visible-lg.visible-xlg,td.visible-lg.visible-xlg{display:table-cell!important}}@media (min-width:1920px) and (max-width:2559px){.visible-lg.visible-fhd{display:block!important}table.visible-lg.visible-fhd{display:table}tr.visible-lg.visible-fhd{display:table-row!important}th.visible-lg.visible-fhd,td.visible-lg.visible-fhd{display:table-cell!important}}@media (min-width:2560px) and (max-width:2879px){.visible-lg.visible-rt{display:block!important}table.visible-lg.visible-rt{display:table}tr.visible-lg.visible-rt{display:table-row!important}th.visible-lg.visible-rt,td.visible-lg.visible-rt{display:table-cell!important}}@media (min-width:2880px) and (max-width:3839px){.visible-lg.visible-rt15{display:block!important}table.visible-lg.visible-rt15{display:table}tr.visible-lg.visible-rt15{display:table-row!important}th.visible-lg.visible-rt15,td.visible-lg.visible-rt15{display:table-cell!important}}@media (min-width:3840px) and (max-width:4095px){.visible-lg.visible-uhd{display:block!important}table.visible-lg.visible-uhd{display:table}tr.visible-lg.visible-uhd{display:table-row!important}th.visible-lg.visible-uhd,td.visible-lg.visible-uhd{display:table-cell!important}}@media (min-width:4096px) and (max-width:8191px){.visible-lg.visible-4k{display:block!important}table.visible-lg.visible-4k{display:table}tr.visible-lg.visible-4k{display:table-row!important}th.visible-lg.visible-4k,td.visible-lg.visible-4k{display:table-cell!important}}@media (min-width:8192px){.visible-lg.visible-8k{display:block!important}table.visible-lg.visible-8k{display:table}tr.visible-lg.visible-8k{display:table-row!important}th.visible-lg.visible-8k,td.visible-lg.visible-8k{display:table-cell!important}}.visible-xlg{display:none!important}@media (max-width:767px){.visible-xlg.visible-xs{display:block!important}table.visible-xlg.visible-xs{display:table}tr.visible-xlg.visible-xs{display:table-row!important}th.visible-xlg.visible-xs,td.visible-xlg.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-xlg.visible-sm{display:block!important}table.visible-xlg.visible-sm{display:table}tr.visible-xlg.visible-sm{display:table-row!important}th.visible-xlg.visible-sm,td.visible-xlg.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-xlg.visible-md{display:block!important}table.visible-xlg.visible-md{display:table}tr.visible-xlg.visible-md{display:table-row!important}th.visible-xlg.visible-md,td.visible-xlg.visible-md{display:table-cell!important}}@media (min-width:1200px) and (max-width:1365px){.visible-xlg.visible-lg{display:block!important}table.visible-xlg.visible-lg{display:table}tr.visible-xlg.visible-lg{display:table-row!important}th.visible-xlg.visible-lg,td.visible-xlg.visible-lg{display:table-cell!important}}@media (min-width:1366px) and (max-width:1919px){.visible-xlg{display:block!important}table.visible-xlg{display:table}tr.visible-xlg{display:table-row!important}th.visible-xlg,td.visible-xlg{display:table-cell!important}}@media (min-width:1920px) and (max-width:2559px){.visible-xlg.visible-fhd{display:block!important}table.visible-xlg.visible-fhd{display:table}tr.visible-xlg.visible-fhd{display:table-row!important}th.visible-xlg.visible-fhd,td.visible-xlg.visible-fhd{display:table-cell!important}}@media (min-width:2560px) and (max-width:2879px){.visible-xlg.visible-rt{display:block!important}table.visible-xlg.visible-rt{display:table}tr.visible-xlg.visible-rt{display:table-row!important}th.visible-xlg.visible-rt,td.visible-xlg.visible-rt{display:table-cell!important}}@media (min-width:2880px) and (max-width:3839px){.visible-xlg.visible-rt15{display:block!important}table.visible-xlg.visible-rt15{display:table}tr.visible-xlg.visible-rt15{display:table-row!important}th.visible-xlg.visible-rt15,td.visible-xlg.visible-rt15{display:table-cell!important}}@media (min-width:3840px) and (max-width:4095px){.visible-xlg.visible-uhd{display:block!important}table.visible-xlg.visible-uhd{display:table}tr.visible-xlg.visible-uhd{display:table-row!important}th.visible-xlg.visible-uhd,td.visible-xlg.visible-uhd{display:table-cell!important}}@media (min-width:4096px) and (max-width:8191px){.visible-xlg.visible-4k{display:block!important}table.visible-xlg.visible-4k{display:table}tr.visible-xlg.visible-4k{display:table-row!important}th.visible-xlg.visible-4k,td.visible-xlg.visible-4k{display:table-cell!important}}@media (min-width:8192px){.visible-xlg.visible-8k{display:block!important}table.visible-xlg.visible-8k{display:table}tr.visible-xlg.visible-8k{display:table-row!important}th.visible-xlg.visible-8k,td.visible-xlg.visible-8k{display:table-cell!important}}.visible-fhd{display:none!important}@media (max-width:767px){.visible-fhd.visible-xs{display:block!important}table.visible-fhd.visible-xs{display:table}tr.visible-fhd.visible-xs{display:table-row!important}th.visible-fhd.visible-xs,td.visible-fhd.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-fhd.visible-sm{display:block!important}table.visible-fhd.visible-sm{display:table}tr.visible-fhd.visible-sm{display:table-row!important}th.visible-fhd.visible-sm,td.visible-fhd.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-fhd.visible-md{display:block!important}table.visible-fhd.visible-md{display:table}tr.visible-fhd.visible-md{display:table-row!important}th.visible-fhd.visible-md,td.visible-fhd.visible-md{display:table-cell!important}}@media (min-width:1200px) and (max-width:1365px){.visible-fhd.visible-lg{display:block!important}table.visible-fhd.visible-lg{display:table}tr.visible-fhd.visible-lg{display:table-row!important}th.visible-fhd.visible-lg,td.visible-fhd.visible-lg{display:table-cell!important}}@media (min-width:1366px) and (max-width:1919px){.visible-fhd.visible-xlg{display:block!important}table.visible-fhd.visible-xlg{display:table}tr.visible-fhd.visible-xlg{display:table-row!important}th.visible-fhd.visible-xlg,td.visible-fhd.visible-xlg{display:table-cell!important}}@media (min-width:1920px) and (max-width:2559px){.visible-fhd{display:block!important}table.visible-fhd{display:table}tr.visible-fhd{display:table-row!important}th.visible-fhd,td.visible-fhd{display:table-cell!important}}@media (min-width:2560px) and (max-width:2879px){.visible-fhd.visible-rt{display:block!important}table.visible-fhd.visible-rt{display:table}tr.visible-fhd.visible-rt{display:table-row!important}th.visible-fhd.visible-rt,td.visible-fhd.visible-rt{display:table-cell!important}}@media (min-width:2880px) and (max-width:3839px){.visible-fhd.visible-rt15{display:block!important}table.visible-fhd.visible-rt15{display:table}tr.visible-fhd.visible-rt15{display:table-row!important}th.visible-fhd.visible-rt15,td.visible-fhd.visible-rt15{display:table-cell!important}}@media (min-width:3840px) and (max-width:4095px){.visible-fhd.visible-uhd{display:block!important}table.visible-fhd.visible-uhd{display:table}tr.visible-fhd.visible-uhd{display:table-row!important}th.visible-fhd.visible-uhd,td.visible-fhd.visible-uhd{display:table-cell!important}}@media (min-width:4096px) and (max-width:8191px){.visible-fhd.visible-4k{display:block!important}table.visible-fhd.visible-4k{display:table}tr.visible-fhd.visible-4k{display:table-row!important}th.visible-fhd.visible-4k,td.visible-fhd.visible-4k{display:table-cell!important}}@media (min-width:8192px){.visible-fhd.visible-8k{display:block!important}table.visible-fhd.visible-8k{display:table}tr.visible-fhd.visible-8k{display:table-row!important}th.visible-fhd.visible-8k,td.visible-fhd.visible-8k{display:table-cell!important}}.visible-rt{display:none!important}@media (max-width:767px){.visible-rt.visible-xs{display:block!important}table.visible-rt.visible-xs{display:table}tr.visible-rt.visible-xs{display:table-row!important}th.visible-rt.visible-xs,td.visible-rt.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-rt.visible-sm{display:block!important}table.visible-rt.visible-sm{display:table}tr.visible-rt.visible-sm{display:table-row!important}th.visible-rt.visible-sm,td.visible-rt.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-rt.visible-md{display:block!important}table.visible-rt.visible-md{display:table}tr.visible-rt.visible-md{display:table-row!important}th.visible-rt.visible-md,td.visible-rt.visible-md{display:table-cell!important}}@media (min-width:1200px) and (max-width:1365px){.visible-rt.visible-lg{display:block!important}table.visible-rt.visible-lg{display:table}tr.visible-rt.visible-lg{display:table-row!important}th.visible-rt.visible-lg,td.visible-rt.visible-lg{display:table-cell!important}}@media (min-width:1366px) and (max-width:1919px){.visible-rt.visible-xlg{display:block!important}table.visible-rt.visible-xlg{display:table}tr.visible-rt.visible-xlg{display:table-row!important}th.visible-rt.visible-xlg,td.visible-rt.visible-xlg{display:table-cell!important}}@media (min-width:1920px) and (max-width:2559px){.visible-rt.visible-fhd{display:block!important}table.visible-rt.visible-fhd{display:table}tr.visible-rt.visible-fhd{display:table-row!important}th.visible-rt.visible-fhd,td.visible-rt.visible-fhd{display:table-cell!important}}@media (min-width:2560px) and (max-width:2879px){.visible-rt{display:block!important}table.visible-rt{display:table}tr.visible-rt{display:table-row!important}th.visible-rt,td.visible-rt{display:table-cell!important}}@media (min-width:2880px) and (max-width:3839px){.visible-rt.visible-rt15{display:block!important}table.visible-rt.visible-rt15{display:table}tr.visible-rt.visible-rt15{display:table-row!important}th.visible-rt.visible-rt15,td.visible-rt.visible-rt15{display:table-cell!important}}@media (min-width:3840px) and (max-width:4095px){.visible-rt.visible-uhd{display:block!important}table.visible-rt.visible-uhd{display:table}tr.visible-rt.visible-uhd{display:table-row!important}th.visible-rt.visible-uhd,td.visible-rt.visible-uhd{display:table-cell!important}}@media (min-width:4096px) and (max-width:8191px){.visible-rt.visible-4k{display:block!important}table.visible-rt.visible-4k{display:table}tr.visible-rt.visible-4k{display:table-row!important}th.visible-rt.visible-4k,td.visible-rt.visible-4k{display:table-cell!important}}@media (min-width:8192px){.visible-rt.visible-8k{display:block!important}table.visible-rt.visible-8k{display:table}tr.visible-rt.visible-8k{display:table-row!important}th.visible-rt.visible-8k,td.visible-rt.visible-8k{display:table-cell!important}}.visible-rt15{display:none!important}@media (max-width:767px){.visible-rt15.visible-xs{display:block!important}table.visible-rt15.visible-xs{display:table}tr.visible-rt15.visible-xs{display:table-row!important}th.visible-rt15.visible-xs,td.visible-rt15.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-rt15.visible-sm{display:block!important}table.visible-rt15.visible-sm{display:table}tr.visible-rt15.visible-sm{display:table-row!important}th.visible-rt15.visible-sm,td.visible-rt15.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-rt15.visible-md{display:block!important}table.visible-rt15.visible-md{display:table}tr.visible-rt15.visible-md{display:table-row!important}th.visible-rt15.visible-md,td.visible-rt15.visible-md{display:table-cell!important}}@media (min-width:1200px) and (max-width:1365px){.visible-rt15.visible-lg{display:block!important}table.visible-rt15.visible-lg{display:table}tr.visible-rt15.visible-lg{display:table-row!important}th.visible-rt15.visible-lg,td.visible-rt15.visible-lg{display:table-cell!important}}@media (min-width:1366px) and (max-width:1919px){.visible-rt15.visible-xlg{display:block!important}table.visible-rt15.visible-xlg{display:table}tr.visible-rt15.visible-xlg{display:table-row!important}th.visible-rt15.visible-xlg,td.visible-rt15.visible-xlg{display:table-cell!important}}@media (min-width:1920px) and (max-width:2559px){.visible-rt15.visible-fhd{display:block!important}table.visible-rt15.visible-fhd{display:table}tr.visible-rt15.visible-fhd{display:table-row!important}th.visible-rt15.visible-fhd,td.visible-rt15.visible-fhd{display:table-cell!important}}@media (min-width:2560px) and (max-width:2879px){.visible-rt15.visible-rt{display:block!important}table.visible-rt15.visible-rt{display:table}tr.visible-rt15.visible-rt{display:table-row!important}th.visible-rt15.visible-rt,td.visible-rt15.visible-rt{display:table-cell!important}}@media (min-width:2880px) and (max-width:3839px){.visible-rt15{display:block!important}table.visible-rt15{display:table}tr.visible-rt15{display:table-row!important}th.visible-rt15,td.visible-rt15{display:table-cell!important}}@media (min-width:3840px) and (max-width:4095px){.visible-rt15.visible-uhd{display:block!important}table.visible-rt15.visible-uhd{display:table}tr.visible-rt15.visible-uhd{display:table-row!important}th.visible-rt15.visible-uhd,td.visible-rt15.visible-uhd{display:table-cell!important}}@media (min-width:4096px) and (max-width:8191px){.visible-rt15.visible-4k{display:block!important}table.visible-rt15.visible-4k{display:table}tr.visible-rt15.visible-4k{display:table-row!important}th.visible-rt15.visible-4k,td.visible-rt15.visible-4k{display:table-cell!important}}@media (min-width:8192px){.visible-rt15.visible-8k{display:block!important}table.visible-rt15.visible-8k{display:table}tr.visible-rt15.visible-8k{display:table-row!important}th.visible-rt15.visible-8k,td.visible-rt15.visible-8k{display:table-cell!important}}.visible-uhd{display:none!important}@media (max-width:767px){.visible-uhd.visible-xs{display:block!important}table.visible-uhd.visible-xs{display:table}tr.visible-uhd.visible-xs{display:table-row!important}th.visible-uhd.visible-xs,td.visible-uhd.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-uhd.visible-sm{display:block!important}table.visible-uhd.visible-sm{display:table}tr.visible-uhd.visible-sm{display:table-row!important}th.visible-uhd.visible-sm,td.visible-uhd.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-uhd.visible-md{display:block!important}table.visible-uhd.visible-md{display:table}tr.visible-uhd.visible-md{display:table-row!important}th.visible-uhd.visible-md,td.visible-uhd.visible-md{display:table-cell!important}}@media (min-width:1200px) and (max-width:1365px){.visible-uhd.visible-lg{display:block!important}table.visible-uhd.visible-lg{display:table}tr.visible-uhd.visible-lg{display:table-row!important}th.visible-uhd.visible-lg,td.visible-uhd.visible-lg{display:table-cell!important}}@media (min-width:1366px) and (max-width:1919px){.visible-uhd.visible-xlg{display:block!important}table.visible-uhd.visible-xlg{display:table}tr.visible-uhd.visible-xlg{display:table-row!important}th.visible-uhd.visible-xlg,td.visible-uhd.visible-xlg{display:table-cell!important}}@media (min-width:1920px) and (max-width:2559px){.visible-uhd.visible-fhd{display:block!important}table.visible-uhd.visible-fhd{display:table}tr.visible-uhd.visible-fhd{display:table-row!important}th.visible-uhd.visible-fhd,td.visible-uhd.visible-fhd{display:table-cell!important}}@media (min-width:2560px) and (max-width:2879px){.visible-uhd.visible-rt{display:block!important}table.visible-uhd.visible-rt{display:table}tr.visible-uhd.visible-rt{display:table-row!important}th.visible-uhd.visible-rt,td.visible-uhd.visible-rt{display:table-cell!important}}@media (min-width:2880px) and (max-width:3839px){.visible-uhd.visible-rt15{display:block!important}table.visible-uhd.visible-rt15{display:table}tr.visible-uhd.visible-rt15{display:table-row!important}th.visible-uhd.visible-rt15,td.visible-uhd.visible-rt15{display:table-cell!important}}@media (min-width:3840px) and (max-width:4095px){.visible-uhd{display:block!important}table.visible-uhd{display:table}tr.visible-uhd{display:table-row!important}th.visible-uhd,td.visible-uhd{display:table-cell!important}}@media (min-width:4096px) and (max-width:8191px){.visible-uhd.visible-4k{display:block!important}table.visible-uhd.visible-4k{display:table}tr.visible-uhd.visible-4k{display:table-row!important}th.visible-uhd.visible-4k,td.visible-uhd.visible-4k{display:table-cell!important}}@media (min-width:8192px){.visible-uhd.visible-8k{display:block!important}table.visible-uhd.visible-8k{display:table}tr.visible-uhd.visible-8k{display:table-row!important}th.visible-uhd.visible-8k,td.visible-uhd.visible-8k{display:table-cell!important}}.visible-4k{display:none!important}@media (max-width:767px){.visible-4k.visible-xs{display:block!important}table.visible-4k.visible-xs{display:table}tr.visible-4k.visible-xs{display:table-row!important}th.visible-4k.visible-xs,td.visible-4k.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-4k.visible-sm{display:block!important}table.visible-4k.visible-sm{display:table}tr.visible-4k.visible-sm{display:table-row!important}th.visible-4k.visible-sm,td.visible-4k.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-4k.visible-md{display:block!important}table.visible-4k.visible-md{display:table}tr.visible-4k.visible-md{display:table-row!important}th.visible-4k.visible-md,td.visible-4k.visible-md{display:table-cell!important}}@media (min-width:1200px) and (max-width:1365px){.visible-4k.visible-lg{display:block!important}table.visible-4k.visible-lg{display:table}tr.visible-4k.visible-lg{display:table-row!important}th.visible-4k.visible-lg,td.visible-4k.visible-lg{display:table-cell!important}}@media (min-width:1366px) and (max-width:1919px){.visible-4k.visible-xlg{display:block!important}table.visible-4k.visible-xlg{display:table}tr.visible-4k.visible-xlg{display:table-row!important}th.visible-4k.visible-xlg,td.visible-4k.visible-xlg{display:table-cell!important}}@media (min-width:1920px) and (max-width:2559px){.visible-4k.visible-fhd{display:block!important}table.visible-4k.visible-fhd{display:table}tr.visible-4k.visible-fhd{display:table-row!important}th.visible-4k.visible-fhd,td.visible-4k.visible-fhd{display:table-cell!important}}@media (min-width:2560px) and (max-width:2879px){.visible-4k.visible-rt{display:block!important}table.visible-4k.visible-rt{display:table}tr.visible-4k.visible-rt{display:table-row!important}th.visible-4k.visible-rt,td.visible-4k.visible-rt{display:table-cell!important}}@media (min-width:2880px) and (max-width:3839px){.visible-4k.visible-rt15{display:block!important}table.visible-4k.visible-rt15{display:table}tr.visible-4k.visible-rt15{display:table-row!important}th.visible-4k.visible-rt15,td.visible-4k.visible-rt15{display:table-cell!important}}@media (min-width:3840px) and (max-width:4095px){.visible-4k.visible-uhd{display:block!important}table.visible-4k.visible-uhd{display:table}tr.visible-4k.visible-uhd{display:table-row!important}th.visible-4k.visible-uhd,td.visible-4k.visible-uhd{display:table-cell!important}}@media (min-width:4096px) and (max-width:8191px){.visible-4k{display:block!important}table.visible-4k{display:table}tr.visible-4k{display:table-row!important}th.visible-4k,td.visible-4k{display:table-cell!important}}@media (min-width:8192px){.visible-4k.visible-8k{display:block!important}table.visible-4k.visible-8k{display:table}tr.visible-4k.visible-8k{display:table-row!important}th.visible-4k.visible-8k,td.visible-4k.visible-8k{display:table-cell!important}}.visible-8k{display:none!important}@media (max-width:767px){.visible-8k.visible-xs{display:block!important}table.visible-8k.visible-xs{display:table}tr.visible-8k.visible-xs{display:table-row!important}th.visible-8k.visible-xs,td.visible-8k.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-8k.visible-sm{display:block!important}table.visible-8k.visible-sm{display:table}tr.visible-8k.visible-sm{display:table-row!important}th.visible-8k.visible-sm,td.visible-8k.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-8k.visible-md{display:block!important}table.visible-8k.visible-md{display:table}tr.visible-8k.visible-md{display:table-row!important}th.visible-8k.visible-md,td.visible-8k.visible-md{display:table-cell!important}}@media (min-width:1200px) and (max-width:1365px){.visible-8k.visible-lg{display:block!important}table.visible-8k.visible-lg{display:table}tr.visible-8k.visible-lg{display:table-row!important}th.visible-8k.visible-lg,td.visible-8k.visible-lg{display:table-cell!important}}@media (min-width:1366px) and (max-width:1919px){.visible-8k.visible-xlg{display:block!important}table.visible-8k.visible-xlg{display:table}tr.visible-8k.visible-xlg{display:table-row!important}th.visible-8k.visible-xlg,td.visible-8k.visible-xlg{display:table-cell!important}}@media (min-width:1920px) and (max-width:2559px){.visible-8k.visible-fhd{display:block!important}table.visible-8k.visible-fhd{display:table}tr.visible-8k.visible-fhd{display:table-row!important}th.visible-8k.visible-fhd,td.visible-8k.visible-fhd{display:table-cell!important}}@media (min-width:2560px) and (max-width:2879px){.visible-8k.visible-rt{display:block!important}table.visible-8k.visible-rt{display:table}tr.visible-8k.visible-rt{display:table-row!important}th.visible-8k.visible-rt,td.visible-8k.visible-rt{display:table-cell!important}}@media (min-width:2880px) and (max-width:3839px){.visible-8k.visible-rt15{display:block!important}table.visible-8k.visible-rt15{display:table}tr.visible-8k.visible-rt15{display:table-row!important}th.visible-8k.visible-rt15,td.visible-8k.visible-rt15{display:table-cell!important}}@media (min-width:3840px) and (max-width:4095px){.visible-8k.visible-uhd{display:block!important}table.visible-8k.visible-uhd{display:table}tr.visible-8k.visible-uhd{display:table-row!important}th.visible-8k.visible-uhd,td.visible-8k.visible-uhd{display:table-cell!important}}@media (min-width:4096px) and (max-width:8191px){.visible-8k.visible-4k{display:block!important}table.visible-8k.visible-4k{display:table}tr.visible-8k.visible-4k{display:table-row!important}th.visible-8k.visible-4k,td.visible-8k.visible-4k{display:table-cell!important}}@media (min-width:8192px){.visible-8k{display:block!important}table.visible-8k{display:table}tr.visible-8k{display:table-row!important}th.visible-8k,td.visible-8k{display:table-cell!important}}.hidden-xs{display:block!important}table.hidden-xs{display:table}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md{display:none!important}}@media (min-width:1200px) and (max-width:1365px){.hidden-xs.hidden-lg{display:none!important}}@media (min-width:1366px) and (max-width:1919px){.hidden-xs.hidden-xlg{display:none!important}}@media (min-width:1920px) and (max-width:2559px){.hidden-xs.hidden-fhd{display:none!important}}@media (min-width:2560px) and (max-width:2879px){.hidden-xs.hidden-rt{display:none!important}}@media (min-width:2880px) and (max-width:3839px){.hidden-xs.hidden-rt15{display:none!important}}@media (min-width:3840px) and (max-width:4095px){.hidden-xs.hidden-uhd{display:none!important}}@media (min-width:4096px) and (max-width:8191px){.hidden-xs.hidden-4k{display:none!important}}@media (min-width:8192px){.hidden-xs.hidden-8k{display:none!important}}.hidden-sm{display:block!important}table.hidden-sm{display:table}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media (max-width:767px){.hidden-sm.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md{display:none!important}}@media (min-width:1200px) and (max-width:1365px){.hidden-sm.hidden-lg{display:none!important}}@media (min-width:1366px) and (max-width:1919px){.hidden-sm.hidden-xlg{display:none!important}}@media (min-width:1920px) and (max-width:2559px){.hidden-sm.hidden-fhd{display:none!important}}@media (min-width:2560px) and (max-width:2879px){.hidden-sm.hidden-rt{display:none!important}}@media (min-width:2880px) and (max-width:3839px){.hidden-sm.hidden-rt15{display:none!important}}@media (min-width:3840px) and (max-width:4095px){.hidden-sm.hidden-uhd{display:none!important}}@media (min-width:4096px) and (max-width:8191px){.hidden-sm.hidden-4k{display:none!important}}@media (min-width:8192px){.hidden-sm.hidden-8k{display:none!important}}.hidden-md{display:block!important}table.hidden-md{display:table}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media (max-width:767px){.hidden-md.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-md.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px) and (max-width:1365px){.hidden-md.hidden-lg{display:none!important}}@media (min-width:1366px) and (max-width:1919px){.hidden-md.hidden-xlg{display:none!important}}@media (min-width:1920px) and (max-width:2559px){.hidden-md.hidden-fhd{display:none!important}}@media (min-width:2560px) and (max-width:2879px){.hidden-md.hidden-rt{display:none!important}}@media (min-width:2880px) and (max-width:3839px){.hidden-md.hidden-rt15{display:none!important}}@media (min-width:3840px) and (max-width:4095px){.hidden-md.hidden-uhd{display:none!important}}@media (min-width:4096px) and (max-width:8191px){.hidden-md.hidden-4k{display:none!important}}@media (min-width:8192px){.hidden-md.hidden-8k{display:none!important}}.hidden-lg{display:block!important}table.hidden-lg{display:table}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media (max-width:767px){.hidden-lg.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md{display:none!important}}@media (min-width:1200px) and (max-width:1365px){.hidden-lg{display:none!important}}@media (min-width:1366px) and (max-width:1919px){.hidden-lg.hidden-xlg{display:none!important}}@media (min-width:1920px) and (max-width:2559px){.hidden-lg.hidden-fhd{display:none!important}}@media (min-width:2560px) and (max-width:2879px){.hidden-lg.hidden-rt{display:none!important}}@media (min-width:2880px) and (max-width:3839px){.hidden-lg.hidden-rt15{display:none!important}}@media (min-width:3840px) and (max-width:4095px){.hidden-lg.hidden-uhd{display:none!important}}@media (min-width:4096px) and (max-width:8191px){.hidden-lg.hidden-4k{display:none!important}}@media (min-width:8192px){.hidden-lg.hidden-8k{display:none!important}}.hidden-xlg{display:block!important}table.hidden-xlg{display:table}tr.hidden-xlg{display:table-row!important}th.hidden-xlg,td.hidden-xlg{display:table-cell!important}@media (max-width:767px){.hidden-xlg.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-xlg.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-xlg.hidden-md{display:none!important}}@media (min-width:1200px) and (max-width:1365px){.hidden-xlg.hidden-lg{display:none!important}}@media (min-width:1366px) and (max-width:1919px){.hidden-xlg{display:none!important}}@media (min-width:1920px) and (max-width:2559px){.hidden-xlg.hidden-fhd{display:none!important}}@media (min-width:2560px) and (max-width:2879px){.hidden-xlg.hidden-rt{display:none!important}}@media (min-width:2880px) and (max-width:3839px){.hidden-xlg.hidden-rt15{display:none!important}}@media (min-width:3840px) and (max-width:4095px){.hidden-xlg.hidden-uhd{display:none!important}}@media (min-width:4096px) and (max-width:8191px){.hidden-xlg.hidden-4k{display:none!important}}@media (min-width:8192px){.hidden-xlg.hidden-8k{display:none!important}}.hidden-fhd{display:block!important}table.hidden-fhd{display:table}tr.hidden-fhd{display:table-row!important}th.hidden-fhd,td.hidden-fhd{display:table-cell!important}@media (max-width:767px){.hidden-fhd.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-fhd.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-fhd.hidden-md{display:none!important}}@media (min-width:1200px) and (max-width:1365px){.hidden-fhd.hidden-lg{display:none!important}}@media (min-width:1366px) and (max-width:1919px){.hidden-fhd.hidden-xlg{display:none!important}}@media (min-width:1920px) and (max-width:2559px){.hidden-fhd{display:none!important}}@media (min-width:2560px) and (max-width:2879px){.hidden-fhd.hidden-rt{display:none!important}}@media (min-width:2880px) and (max-width:3839px){.hidden-fhd.hidden-rt15{display:none!important}}@media (min-width:3840px) and (max-width:4095px){.hidden-fhd.hidden-uhd{display:none!important}}@media (min-width:4096px) and (max-width:8191px){.hidden-fhd.hidden-4k{display:none!important}}@media (min-width:8192px){.hidden-fhd.hidden-8k{display:none!important}}.hidden-rt{display:block!important}table.hidden-rt{display:table}tr.hidden-rt{display:table-row!important}th.hidden-rt,td.hidden-rt{display:table-cell!important}@media (max-width:767px){.hidden-rt.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-rt.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-rt.hidden-md{display:none!important}}@media (min-width:1200px) and (max-width:1365px){.hidden-rt.hidden-lg{display:none!important}}@media (min-width:1366px) and (max-width:1919px){.hidden-rt.hidden-xlg{display:none!important}}@media (min-width:1920px) and (max-width:2559px){.hidden-rt.hidden-fhd{display:none!important}}@media (min-width:2560px) and (max-width:2879px){.hidden-rt{display:none!important}}@media (min-width:2880px) and (max-width:3839px){.hidden-rt.hidden-rt15{display:none!important}}@media (min-width:3840px) and (max-width:4095px){.hidden-rt.hidden-uhd{display:none!important}}@media (min-width:4096px) and (max-width:8191px){.hidden-rt.hidden-4k{display:none!important}}@media (min-width:8192px){.hidden-rt.hidden-8k{display:none!important}}.hidden-rt15{display:block!important}table.hidden-rt15{display:table}tr.hidden-rt15{display:table-row!important}th.hidden-rt15,td.hidden-rt15{display:table-cell!important}@media (max-width:767px){.hidden-rt15.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-rt15.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-rt15.hidden-md{display:none!important}}@media (min-width:1200px) and (max-width:1365px){.hidden-rt15.hidden-lg{display:none!important}}@media (min-width:1366px) and (max-width:1919px){.hidden-rt15.hidden-xlg{display:none!important}}@media (min-width:1920px) and (max-width:2559px){.hidden-rt15.hidden-fhd{display:none!important}}@media (min-width:2560px) and (max-width:2879px){.hidden-rt15.hidden-rt{display:none!important}}@media (min-width:2880px) and (max-width:3839px){.hidden-rt15{display:none!important}}@media (min-width:3840px) and (max-width:4095px){.hidden-rt15.hidden-uhd{display:none!important}}@media (min-width:4096px) and (max-width:8191px){.hidden-rt15.hidden-4k{display:none!important}}@media (min-width:8192px){.hidden-rt15.hidden-8k{display:none!important}}.hidden-uhd{display:block!important}table.hidden-uhd{display:table}tr.hidden-uhd{display:table-row!important}th.hidden-uhd,td.hidden-uhd{display:table-cell!important}@media (max-width:767px){.hidden-uhd.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-uhd.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-uhd.hidden-md{display:none!important}}@media (min-width:1200px) and (max-width:1365px){.hidden-uhd.hidden-lg{display:none!important}}@media (min-width:1366px) and (max-width:1919px){.hidden-uhd.hidden-xlg{display:none!important}}@media (min-width:1920px) and (max-width:2559px){.hidden-uhd.hidden-fhd{display:none!important}}@media (min-width:2560px) and (max-width:2879px){.hidden-uhd.hidden-rt{display:none!important}}@media (min-width:2880px) and (max-width:3839px){.hidden-uhd.hidden-rt15{display:none!important}}@media (min-width:3840px) and (max-width:4095px){.hidden-uhd{display:none!important}}@media (min-width:4096px) and (max-width:8191px){.hidden-uhd.hidden-4k{display:none!important}}@media (min-width:8192px){.hidden-uhd.hidden-8k{display:none!important}}.hidden-4k{display:block!important}table.hidden-4k{display:table}tr.hidden-4k{display:table-row!important}th.hidden-4k,td.hidden-4k{display:table-cell!important}@media (max-width:767px){.hidden-4k.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-4k.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-4k.hidden-md{display:none!important}}@media (min-width:1200px) and (max-width:1365px){.hidden-4k.hidden-lg{display:none!important}}@media (min-width:1366px) and (max-width:1919px){.hidden-4k.hidden-xlg{display:none!important}}@media (min-width:1920px) and (max-width:2559px){.hidden-4k.hidden-fhd{display:none!important}}@media (min-width:2560px) and (max-width:2879px){.hidden-4k.hidden-rt{display:none!important}}@media (min-width:2880px) and (max-width:3839px){.hidden-4k.hidden-rt15{display:none!important}}@media (min-width:3840px) and (max-width:4095px){.hidden-4k.hidden-uhd{display:none!important}}@media (min-width:4096px) and (max-width:8191px){.hidden-4k{display:none!important}}@media (min-width:8192px){.hidden-4k.hidden-8k{display:none!important}}.hidden-8k{display:block!important}table.hidden-8k{display:table}tr.hidden-8k{display:table-row!important}th.hidden-8k,td.hidden-8k{display:table-cell!important}@media (max-width:767px){.hidden-8k.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-8k.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-8k.hidden-md{display:none!important}}@media (min-width:1200px) and (max-width:1365px){.hidden-8k.hidden-lg{display:none!important}}@media (min-width:1366px) and (max-width:1919px){.hidden-8k.hidden-xlg{display:none!important}}@media (min-width:1920px) and (max-width:2559px){.hidden-8k.hidden-fhd{display:none!important}}@media (min-width:2560px) and (max-width:2879px){.hidden-8k.hidden-rt{display:none!important}}@media (min-width:2880px) and (max-width:3839px){.hidden-8k.hidden-rt15{display:none!important}}@media (min-width:3840px) and (max-width:4095px){.hidden-8k.hidden-uhd{display:none!important}}@media (min-width:4096px) and (max-width:8191px){.hidden-8k.hidden-4k{display:none!important}}@media (min-width:8192px){.hidden-8k{display:none!important}} \ No newline at end of file + */:root{--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--breakpoint-hd:1366px;--breakpoint-fhd:1920px;--breakpoint-rt:2560px;--breakpoint-rt15:2880px;--breakpoint-4k:3840px;--breakpoint-5k:5120px;--breakpoint-8k:7680px}.container{width:100%;padding-right:15px;padding-left:15px;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:1366px){.container{max-width:1306px}}@media (min-width:1920px){.container{max-width:1860px}}@media (min-width:2560px){.container{max-width:2500px}}@media (min-width:2880px){.container{max-width:2820px}}@media (min-width:3840px){.container{max-width:3780px}}@media (min-width:5120px){.container{max-width:5060px}}@media (min-width:7680px){.container{max-width:7620px}}.container-4k,.container-5k,.container-8k,.container-fhd,.container-fluid,.container-hd,.container-lg,.container-md,.container-rt,.container-rt15,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;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:1366px){.container,.container-hd,.container-lg,.container-md,.container-sm,.container-xl{max-width:1306px}}@media (min-width:1920px){.container,.container-fhd,.container-hd,.container-lg,.container-md,.container-sm,.container-xl{max-width:1860px}}@media (min-width:2560px){.container,.container-fhd,.container-hd,.container-lg,.container-md,.container-rt,.container-sm,.container-xl{max-width:2500px}}@media (min-width:2880px){.container,.container-fhd,.container-hd,.container-lg,.container-md,.container-rt,.container-rt15,.container-sm,.container-xl{max-width:2820px}}@media (min-width:3840px){.container,.container-4k,.container-fhd,.container-hd,.container-lg,.container-md,.container-rt,.container-rt15,.container-sm,.container-xl{max-width:3780px}}@media (min-width:5120px){.container,.container-4k,.container-5k,.container-fhd,.container-hd,.container-lg,.container-md,.container-rt,.container-rt15,.container-sm,.container-xl{max-width:5060px}}@media (min-width:7680px){.container,.container-4k,.container-5k,.container-8k,.container-fhd,.container-hd,.container-lg,.container-md,.container-rt,.container-rt15,.container-sm,.container-xl{max-width:7620px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-4k,.col-4k-1,.col-4k-10,.col-4k-11,.col-4k-12,.col-4k-2,.col-4k-3,.col-4k-4,.col-4k-5,.col-4k-6,.col-4k-7,.col-4k-8,.col-4k-9,.col-4k-auto,.col-5,.col-5k,.col-5k-1,.col-5k-10,.col-5k-11,.col-5k-12,.col-5k-2,.col-5k-3,.col-5k-4,.col-5k-5,.col-5k-6,.col-5k-7,.col-5k-8,.col-5k-9,.col-5k-auto,.col-6,.col-7,.col-8,.col-8k,.col-8k-1,.col-8k-10,.col-8k-11,.col-8k-12,.col-8k-2,.col-8k-3,.col-8k-4,.col-8k-5,.col-8k-6,.col-8k-7,.col-8k-8,.col-8k-9,.col-8k-auto,.col-9,.col-auto,.col-fhd,.col-fhd-1,.col-fhd-10,.col-fhd-11,.col-fhd-12,.col-fhd-2,.col-fhd-3,.col-fhd-4,.col-fhd-5,.col-fhd-6,.col-fhd-7,.col-fhd-8,.col-fhd-9,.col-fhd-auto,.col-hd,.col-hd-1,.col-hd-10,.col-hd-11,.col-hd-12,.col-hd-2,.col-hd-3,.col-hd-4,.col-hd-5,.col-hd-6,.col-hd-7,.col-hd-8,.col-hd-9,.col-hd-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-rt,.col-rt-1,.col-rt-10,.col-rt-11,.col-rt-12,.col-rt-2,.col-rt-3,.col-rt-4,.col-rt-5,.col-rt-6,.col-rt-7,.col-rt-8,.col-rt-9,.col-rt-auto,.col-rt15,.col-rt15-1,.col-rt15-10,.col-rt15-11,.col-rt15-12,.col-rt15-2,.col-rt15-3,.col-rt15-4,.col-rt15-5,.col-rt15-6,.col-rt15-7,.col-rt15-8,.col-rt15-9,.col-rt15-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}@media (min-width:1366px){.col-hd{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-hd-1>*{flex:0 0 100%;max-width:100%}.row-cols-hd-2>*{flex:0 0 50%;max-width:50%}.row-cols-hd-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-hd-4>*{flex:0 0 25%;max-width:25%}.row-cols-hd-5>*{flex:0 0 20%;max-width:20%}.row-cols-hd-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-hd-auto{flex:0 0 auto;width:auto;max-width:100%}.col-hd-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-hd-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-hd-3{flex:0 0 25%;max-width:25%}.col-hd-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-hd-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-hd-6{flex:0 0 50%;max-width:50%}.col-hd-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-hd-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-hd-9{flex:0 0 75%;max-width:75%}.col-hd-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-hd-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-hd-12{flex:0 0 100%;max-width:100%}.order-hd-first{order:-1}.order-hd-last{order:13}.order-hd-0{order:0}.order-hd-1{order:1}.order-hd-2{order:2}.order-hd-3{order:3}.order-hd-4{order:4}.order-hd-5{order:5}.order-hd-6{order:6}.order-hd-7{order:7}.order-hd-8{order:8}.order-hd-9{order:9}.order-hd-10{order:10}.order-hd-11{order:11}.order-hd-12{order:12}.offset-hd-0{margin-left:0}.offset-hd-1{margin-left:8.3333333333%}.offset-hd-2{margin-left:16.6666666667%}.offset-hd-3{margin-left:25%}.offset-hd-4{margin-left:33.3333333333%}.offset-hd-5{margin-left:41.6666666667%}.offset-hd-6{margin-left:50%}.offset-hd-7{margin-left:58.3333333333%}.offset-hd-8{margin-left:66.6666666667%}.offset-hd-9{margin-left:75%}.offset-hd-10{margin-left:83.3333333333%}.offset-hd-11{margin-left:91.6666666667%}}@media (min-width:1920px){.col-fhd{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-fhd-1>*{flex:0 0 100%;max-width:100%}.row-cols-fhd-2>*{flex:0 0 50%;max-width:50%}.row-cols-fhd-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-fhd-4>*{flex:0 0 25%;max-width:25%}.row-cols-fhd-5>*{flex:0 0 20%;max-width:20%}.row-cols-fhd-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-fhd-auto{flex:0 0 auto;width:auto;max-width:100%}.col-fhd-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-fhd-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-fhd-3{flex:0 0 25%;max-width:25%}.col-fhd-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-fhd-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-fhd-6{flex:0 0 50%;max-width:50%}.col-fhd-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-fhd-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-fhd-9{flex:0 0 75%;max-width:75%}.col-fhd-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-fhd-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-fhd-12{flex:0 0 100%;max-width:100%}.order-fhd-first{order:-1}.order-fhd-last{order:13}.order-fhd-0{order:0}.order-fhd-1{order:1}.order-fhd-2{order:2}.order-fhd-3{order:3}.order-fhd-4{order:4}.order-fhd-5{order:5}.order-fhd-6{order:6}.order-fhd-7{order:7}.order-fhd-8{order:8}.order-fhd-9{order:9}.order-fhd-10{order:10}.order-fhd-11{order:11}.order-fhd-12{order:12}.offset-fhd-0{margin-left:0}.offset-fhd-1{margin-left:8.3333333333%}.offset-fhd-2{margin-left:16.6666666667%}.offset-fhd-3{margin-left:25%}.offset-fhd-4{margin-left:33.3333333333%}.offset-fhd-5{margin-left:41.6666666667%}.offset-fhd-6{margin-left:50%}.offset-fhd-7{margin-left:58.3333333333%}.offset-fhd-8{margin-left:66.6666666667%}.offset-fhd-9{margin-left:75%}.offset-fhd-10{margin-left:83.3333333333%}.offset-fhd-11{margin-left:91.6666666667%}}@media (min-width:2560px){.col-rt{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-rt-1>*{flex:0 0 100%;max-width:100%}.row-cols-rt-2>*{flex:0 0 50%;max-width:50%}.row-cols-rt-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-rt-4>*{flex:0 0 25%;max-width:25%}.row-cols-rt-5>*{flex:0 0 20%;max-width:20%}.row-cols-rt-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-rt-auto{flex:0 0 auto;width:auto;max-width:100%}.col-rt-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-rt-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-rt-3{flex:0 0 25%;max-width:25%}.col-rt-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-rt-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-rt-6{flex:0 0 50%;max-width:50%}.col-rt-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-rt-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-rt-9{flex:0 0 75%;max-width:75%}.col-rt-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-rt-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-rt-12{flex:0 0 100%;max-width:100%}.order-rt-first{order:-1}.order-rt-last{order:13}.order-rt-0{order:0}.order-rt-1{order:1}.order-rt-2{order:2}.order-rt-3{order:3}.order-rt-4{order:4}.order-rt-5{order:5}.order-rt-6{order:6}.order-rt-7{order:7}.order-rt-8{order:8}.order-rt-9{order:9}.order-rt-10{order:10}.order-rt-11{order:11}.order-rt-12{order:12}.offset-rt-0{margin-left:0}.offset-rt-1{margin-left:8.3333333333%}.offset-rt-2{margin-left:16.6666666667%}.offset-rt-3{margin-left:25%}.offset-rt-4{margin-left:33.3333333333%}.offset-rt-5{margin-left:41.6666666667%}.offset-rt-6{margin-left:50%}.offset-rt-7{margin-left:58.3333333333%}.offset-rt-8{margin-left:66.6666666667%}.offset-rt-9{margin-left:75%}.offset-rt-10{margin-left:83.3333333333%}.offset-rt-11{margin-left:91.6666666667%}}@media (min-width:2880px){.col-rt15{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-rt15-1>*{flex:0 0 100%;max-width:100%}.row-cols-rt15-2>*{flex:0 0 50%;max-width:50%}.row-cols-rt15-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-rt15-4>*{flex:0 0 25%;max-width:25%}.row-cols-rt15-5>*{flex:0 0 20%;max-width:20%}.row-cols-rt15-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-rt15-auto{flex:0 0 auto;width:auto;max-width:100%}.col-rt15-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-rt15-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-rt15-3{flex:0 0 25%;max-width:25%}.col-rt15-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-rt15-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-rt15-6{flex:0 0 50%;max-width:50%}.col-rt15-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-rt15-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-rt15-9{flex:0 0 75%;max-width:75%}.col-rt15-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-rt15-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-rt15-12{flex:0 0 100%;max-width:100%}.order-rt15-first{order:-1}.order-rt15-last{order:13}.order-rt15-0{order:0}.order-rt15-1{order:1}.order-rt15-2{order:2}.order-rt15-3{order:3}.order-rt15-4{order:4}.order-rt15-5{order:5}.order-rt15-6{order:6}.order-rt15-7{order:7}.order-rt15-8{order:8}.order-rt15-9{order:9}.order-rt15-10{order:10}.order-rt15-11{order:11}.order-rt15-12{order:12}.offset-rt15-0{margin-left:0}.offset-rt15-1{margin-left:8.3333333333%}.offset-rt15-2{margin-left:16.6666666667%}.offset-rt15-3{margin-left:25%}.offset-rt15-4{margin-left:33.3333333333%}.offset-rt15-5{margin-left:41.6666666667%}.offset-rt15-6{margin-left:50%}.offset-rt15-7{margin-left:58.3333333333%}.offset-rt15-8{margin-left:66.6666666667%}.offset-rt15-9{margin-left:75%}.offset-rt15-10{margin-left:83.3333333333%}.offset-rt15-11{margin-left:91.6666666667%}}@media (min-width:3840px){.col-4k{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-4k-1>*{flex:0 0 100%;max-width:100%}.row-cols-4k-2>*{flex:0 0 50%;max-width:50%}.row-cols-4k-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4k-4>*{flex:0 0 25%;max-width:25%}.row-cols-4k-5>*{flex:0 0 20%;max-width:20%}.row-cols-4k-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-4k-auto{flex:0 0 auto;width:auto;max-width:100%}.col-4k-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-4k-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-4k-3{flex:0 0 25%;max-width:25%}.col-4k-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-4k-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-4k-6{flex:0 0 50%;max-width:50%}.col-4k-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-4k-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-4k-9{flex:0 0 75%;max-width:75%}.col-4k-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-4k-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-4k-12{flex:0 0 100%;max-width:100%}.order-4k-first{order:-1}.order-4k-last{order:13}.order-4k-0{order:0}.order-4k-1{order:1}.order-4k-2{order:2}.order-4k-3{order:3}.order-4k-4{order:4}.order-4k-5{order:5}.order-4k-6{order:6}.order-4k-7{order:7}.order-4k-8{order:8}.order-4k-9{order:9}.order-4k-10{order:10}.order-4k-11{order:11}.order-4k-12{order:12}.offset-4k-0{margin-left:0}.offset-4k-1{margin-left:8.3333333333%}.offset-4k-2{margin-left:16.6666666667%}.offset-4k-3{margin-left:25%}.offset-4k-4{margin-left:33.3333333333%}.offset-4k-5{margin-left:41.6666666667%}.offset-4k-6{margin-left:50%}.offset-4k-7{margin-left:58.3333333333%}.offset-4k-8{margin-left:66.6666666667%}.offset-4k-9{margin-left:75%}.offset-4k-10{margin-left:83.3333333333%}.offset-4k-11{margin-left:91.6666666667%}}@media (min-width:5120px){.col-5k{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-5k-1>*{flex:0 0 100%;max-width:100%}.row-cols-5k-2>*{flex:0 0 50%;max-width:50%}.row-cols-5k-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-5k-4>*{flex:0 0 25%;max-width:25%}.row-cols-5k-5>*{flex:0 0 20%;max-width:20%}.row-cols-5k-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-5k-auto{flex:0 0 auto;width:auto;max-width:100%}.col-5k-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-5k-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-5k-3{flex:0 0 25%;max-width:25%}.col-5k-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5k-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-5k-6{flex:0 0 50%;max-width:50%}.col-5k-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-5k-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-5k-9{flex:0 0 75%;max-width:75%}.col-5k-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-5k-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-5k-12{flex:0 0 100%;max-width:100%}.order-5k-first{order:-1}.order-5k-last{order:13}.order-5k-0{order:0}.order-5k-1{order:1}.order-5k-2{order:2}.order-5k-3{order:3}.order-5k-4{order:4}.order-5k-5{order:5}.order-5k-6{order:6}.order-5k-7{order:7}.order-5k-8{order:8}.order-5k-9{order:9}.order-5k-10{order:10}.order-5k-11{order:11}.order-5k-12{order:12}.offset-5k-0{margin-left:0}.offset-5k-1{margin-left:8.3333333333%}.offset-5k-2{margin-left:16.6666666667%}.offset-5k-3{margin-left:25%}.offset-5k-4{margin-left:33.3333333333%}.offset-5k-5{margin-left:41.6666666667%}.offset-5k-6{margin-left:50%}.offset-5k-7{margin-left:58.3333333333%}.offset-5k-8{margin-left:66.6666666667%}.offset-5k-9{margin-left:75%}.offset-5k-10{margin-left:83.3333333333%}.offset-5k-11{margin-left:91.6666666667%}}@media (min-width:7680px){.col-8k{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-8k-1>*{flex:0 0 100%;max-width:100%}.row-cols-8k-2>*{flex:0 0 50%;max-width:50%}.row-cols-8k-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-8k-4>*{flex:0 0 25%;max-width:25%}.row-cols-8k-5>*{flex:0 0 20%;max-width:20%}.row-cols-8k-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-8k-auto{flex:0 0 auto;width:auto;max-width:100%}.col-8k-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-8k-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-8k-3{flex:0 0 25%;max-width:25%}.col-8k-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-8k-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-8k-6{flex:0 0 50%;max-width:50%}.col-8k-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8k-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-8k-9{flex:0 0 75%;max-width:75%}.col-8k-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-8k-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-8k-12{flex:0 0 100%;max-width:100%}.order-8k-first{order:-1}.order-8k-last{order:13}.order-8k-0{order:0}.order-8k-1{order:1}.order-8k-2{order:2}.order-8k-3{order:3}.order-8k-4{order:4}.order-8k-5{order:5}.order-8k-6{order:6}.order-8k-7{order:7}.order-8k-8{order:8}.order-8k-9{order:9}.order-8k-10{order:10}.order-8k-11{order:11}.order-8k-12{order:12}.offset-8k-0{margin-left:0}.offset-8k-1{margin-left:8.3333333333%}.offset-8k-2{margin-left:16.6666666667%}.offset-8k-3{margin-left:25%}.offset-8k-4{margin-left:33.3333333333%}.offset-8k-5{margin-left:41.6666666667%}.offset-8k-6{margin-left:50%}.offset-8k-7{margin-left:58.3333333333%}.offset-8k-8{margin-left:66.6666666667%}.offset-8k-9{margin-left:75%}.offset-8k-10{margin-left:83.3333333333%}.offset-8k-11{margin-left:91.6666666667%}}@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}}@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}}@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}}@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 (max-width:1365.98px){.table-responsive-hd{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-hd>.table-bordered{border:0}}@media (max-width:1919.98px){.table-responsive-fhd{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-fhd>.table-bordered{border:0}}@media (max-width:2559.98px){.table-responsive-rt{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-rt>.table-bordered{border:0}}@media (max-width:2879.98px){.table-responsive-rt15{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-rt15>.table-bordered{border:0}}@media (max-width:3839.98px){.table-responsive-4k{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-4k>.table-bordered{border:0}}@media (max-width:5119.98px){.table-responsive-5k{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-5k>.table-bordered{border:0}}@media (max-width:7679.98px){.table-responsive-8k{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-8k>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}@media (min-width:1366px){.dropdown-menu-hd-left{right:auto;left:0}.dropdown-menu-hd-right{right:0;left:auto}}@media (min-width:1920px){.dropdown-menu-fhd-left{right:auto;left:0}.dropdown-menu-fhd-right{right:0;left:auto}}@media (min-width:2560px){.dropdown-menu-rt-left{right:auto;left:0}.dropdown-menu-rt-right{right:0;left:auto}}@media (min-width:2880px){.dropdown-menu-rt15-left{right:auto;left:0}.dropdown-menu-rt15-right{right:0;left:auto}}@media (min-width:3840px){.dropdown-menu-4k-left{right:auto;left:0}.dropdown-menu-4k-right{right:0;left:auto}}@media (min-width:5120px){.dropdown-menu-5k-left{right:auto;left:0}.dropdown-menu-5k-right{right:0;left:auto}}@media (min-width:7680px){.dropdown-menu-8k-left{right:auto;left:0}.dropdown-menu-8k-right{right:0;left:auto}}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-4k,.navbar .container-5k,.navbar .container-8k,.navbar .container-fhd,.navbar .container-fluid,.navbar .container-hd,.navbar .container-lg,.navbar .container-md,.navbar .container-rt,.navbar .container-rt15,.navbar .container-sm,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-4k,.navbar-expand-sm>.container-5k,.navbar-expand-sm>.container-8k,.navbar-expand-sm>.container-fhd,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-hd,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-rt,.navbar-expand-sm>.container-rt15,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-4k,.navbar-expand-sm>.container-5k,.navbar-expand-sm>.container-8k,.navbar-expand-sm>.container-fhd,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-hd,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-rt,.navbar-expand-sm>.container-rt15,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-4k,.navbar-expand-md>.container-5k,.navbar-expand-md>.container-8k,.navbar-expand-md>.container-fhd,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-hd,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-rt,.navbar-expand-md>.container-rt15,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-4k,.navbar-expand-md>.container-5k,.navbar-expand-md>.container-8k,.navbar-expand-md>.container-fhd,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-hd,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-rt,.navbar-expand-md>.container-rt15,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-4k,.navbar-expand-lg>.container-5k,.navbar-expand-lg>.container-8k,.navbar-expand-lg>.container-fhd,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-hd,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-rt,.navbar-expand-lg>.container-rt15,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-4k,.navbar-expand-lg>.container-5k,.navbar-expand-lg>.container-8k,.navbar-expand-lg>.container-fhd,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-hd,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-rt,.navbar-expand-lg>.container-rt15,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-4k,.navbar-expand-xl>.container-5k,.navbar-expand-xl>.container-8k,.navbar-expand-xl>.container-fhd,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-hd,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-rt,.navbar-expand-xl>.container-rt15,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-4k,.navbar-expand-xl>.container-5k,.navbar-expand-xl>.container-8k,.navbar-expand-xl>.container-fhd,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-hd,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-rt,.navbar-expand-xl>.container-rt15,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (max-width:1365.98px){.navbar-expand-hd>.container,.navbar-expand-hd>.container-4k,.navbar-expand-hd>.container-5k,.navbar-expand-hd>.container-8k,.navbar-expand-hd>.container-fhd,.navbar-expand-hd>.container-fluid,.navbar-expand-hd>.container-hd,.navbar-expand-hd>.container-lg,.navbar-expand-hd>.container-md,.navbar-expand-hd>.container-rt,.navbar-expand-hd>.container-rt15,.navbar-expand-hd>.container-sm,.navbar-expand-hd>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1366px){.navbar-expand-hd{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-hd .navbar-nav{flex-direction:row}.navbar-expand-hd .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-hd .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-hd>.container,.navbar-expand-hd>.container-4k,.navbar-expand-hd>.container-5k,.navbar-expand-hd>.container-8k,.navbar-expand-hd>.container-fhd,.navbar-expand-hd>.container-fluid,.navbar-expand-hd>.container-hd,.navbar-expand-hd>.container-lg,.navbar-expand-hd>.container-md,.navbar-expand-hd>.container-rt,.navbar-expand-hd>.container-rt15,.navbar-expand-hd>.container-sm,.navbar-expand-hd>.container-xl{flex-wrap:nowrap}.navbar-expand-hd .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-hd .navbar-toggler{display:none}}@media (max-width:1919.98px){.navbar-expand-fhd>.container,.navbar-expand-fhd>.container-4k,.navbar-expand-fhd>.container-5k,.navbar-expand-fhd>.container-8k,.navbar-expand-fhd>.container-fhd,.navbar-expand-fhd>.container-fluid,.navbar-expand-fhd>.container-hd,.navbar-expand-fhd>.container-lg,.navbar-expand-fhd>.container-md,.navbar-expand-fhd>.container-rt,.navbar-expand-fhd>.container-rt15,.navbar-expand-fhd>.container-sm,.navbar-expand-fhd>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1920px){.navbar-expand-fhd{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-fhd .navbar-nav{flex-direction:row}.navbar-expand-fhd .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-fhd .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-fhd>.container,.navbar-expand-fhd>.container-4k,.navbar-expand-fhd>.container-5k,.navbar-expand-fhd>.container-8k,.navbar-expand-fhd>.container-fhd,.navbar-expand-fhd>.container-fluid,.navbar-expand-fhd>.container-hd,.navbar-expand-fhd>.container-lg,.navbar-expand-fhd>.container-md,.navbar-expand-fhd>.container-rt,.navbar-expand-fhd>.container-rt15,.navbar-expand-fhd>.container-sm,.navbar-expand-fhd>.container-xl{flex-wrap:nowrap}.navbar-expand-fhd .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-fhd .navbar-toggler{display:none}}@media (max-width:2559.98px){.navbar-expand-rt>.container,.navbar-expand-rt>.container-4k,.navbar-expand-rt>.container-5k,.navbar-expand-rt>.container-8k,.navbar-expand-rt>.container-fhd,.navbar-expand-rt>.container-fluid,.navbar-expand-rt>.container-hd,.navbar-expand-rt>.container-lg,.navbar-expand-rt>.container-md,.navbar-expand-rt>.container-rt,.navbar-expand-rt>.container-rt15,.navbar-expand-rt>.container-sm,.navbar-expand-rt>.container-xl{padding-right:0;padding-left:0}}@media (min-width:2560px){.navbar-expand-rt{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-rt .navbar-nav{flex-direction:row}.navbar-expand-rt .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-rt .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-rt>.container,.navbar-expand-rt>.container-4k,.navbar-expand-rt>.container-5k,.navbar-expand-rt>.container-8k,.navbar-expand-rt>.container-fhd,.navbar-expand-rt>.container-fluid,.navbar-expand-rt>.container-hd,.navbar-expand-rt>.container-lg,.navbar-expand-rt>.container-md,.navbar-expand-rt>.container-rt,.navbar-expand-rt>.container-rt15,.navbar-expand-rt>.container-sm,.navbar-expand-rt>.container-xl{flex-wrap:nowrap}.navbar-expand-rt .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-rt .navbar-toggler{display:none}}@media (max-width:2879.98px){.navbar-expand-rt15>.container,.navbar-expand-rt15>.container-4k,.navbar-expand-rt15>.container-5k,.navbar-expand-rt15>.container-8k,.navbar-expand-rt15>.container-fhd,.navbar-expand-rt15>.container-fluid,.navbar-expand-rt15>.container-hd,.navbar-expand-rt15>.container-lg,.navbar-expand-rt15>.container-md,.navbar-expand-rt15>.container-rt,.navbar-expand-rt15>.container-rt15,.navbar-expand-rt15>.container-sm,.navbar-expand-rt15>.container-xl{padding-right:0;padding-left:0}}@media (min-width:2880px){.navbar-expand-rt15{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-rt15 .navbar-nav{flex-direction:row}.navbar-expand-rt15 .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-rt15 .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-rt15>.container,.navbar-expand-rt15>.container-4k,.navbar-expand-rt15>.container-5k,.navbar-expand-rt15>.container-8k,.navbar-expand-rt15>.container-fhd,.navbar-expand-rt15>.container-fluid,.navbar-expand-rt15>.container-hd,.navbar-expand-rt15>.container-lg,.navbar-expand-rt15>.container-md,.navbar-expand-rt15>.container-rt,.navbar-expand-rt15>.container-rt15,.navbar-expand-rt15>.container-sm,.navbar-expand-rt15>.container-xl{flex-wrap:nowrap}.navbar-expand-rt15 .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-rt15 .navbar-toggler{display:none}}@media (max-width:3839.98px){.navbar-expand-4k>.container,.navbar-expand-4k>.container-4k,.navbar-expand-4k>.container-5k,.navbar-expand-4k>.container-8k,.navbar-expand-4k>.container-fhd,.navbar-expand-4k>.container-fluid,.navbar-expand-4k>.container-hd,.navbar-expand-4k>.container-lg,.navbar-expand-4k>.container-md,.navbar-expand-4k>.container-rt,.navbar-expand-4k>.container-rt15,.navbar-expand-4k>.container-sm,.navbar-expand-4k>.container-xl{padding-right:0;padding-left:0}}@media (min-width:3840px){.navbar-expand-4k{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-4k .navbar-nav{flex-direction:row}.navbar-expand-4k .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-4k .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-4k>.container,.navbar-expand-4k>.container-4k,.navbar-expand-4k>.container-5k,.navbar-expand-4k>.container-8k,.navbar-expand-4k>.container-fhd,.navbar-expand-4k>.container-fluid,.navbar-expand-4k>.container-hd,.navbar-expand-4k>.container-lg,.navbar-expand-4k>.container-md,.navbar-expand-4k>.container-rt,.navbar-expand-4k>.container-rt15,.navbar-expand-4k>.container-sm,.navbar-expand-4k>.container-xl{flex-wrap:nowrap}.navbar-expand-4k .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-4k .navbar-toggler{display:none}}@media (max-width:5119.98px){.navbar-expand-5k>.container,.navbar-expand-5k>.container-4k,.navbar-expand-5k>.container-5k,.navbar-expand-5k>.container-8k,.navbar-expand-5k>.container-fhd,.navbar-expand-5k>.container-fluid,.navbar-expand-5k>.container-hd,.navbar-expand-5k>.container-lg,.navbar-expand-5k>.container-md,.navbar-expand-5k>.container-rt,.navbar-expand-5k>.container-rt15,.navbar-expand-5k>.container-sm,.navbar-expand-5k>.container-xl{padding-right:0;padding-left:0}}@media (min-width:5120px){.navbar-expand-5k{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-5k .navbar-nav{flex-direction:row}.navbar-expand-5k .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-5k .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-5k>.container,.navbar-expand-5k>.container-4k,.navbar-expand-5k>.container-5k,.navbar-expand-5k>.container-8k,.navbar-expand-5k>.container-fhd,.navbar-expand-5k>.container-fluid,.navbar-expand-5k>.container-hd,.navbar-expand-5k>.container-lg,.navbar-expand-5k>.container-md,.navbar-expand-5k>.container-rt,.navbar-expand-5k>.container-rt15,.navbar-expand-5k>.container-sm,.navbar-expand-5k>.container-xl{flex-wrap:nowrap}.navbar-expand-5k .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-5k .navbar-toggler{display:none}}@media (max-width:7679.98px){.navbar-expand-8k>.container,.navbar-expand-8k>.container-4k,.navbar-expand-8k>.container-5k,.navbar-expand-8k>.container-8k,.navbar-expand-8k>.container-fhd,.navbar-expand-8k>.container-fluid,.navbar-expand-8k>.container-hd,.navbar-expand-8k>.container-lg,.navbar-expand-8k>.container-md,.navbar-expand-8k>.container-rt,.navbar-expand-8k>.container-rt15,.navbar-expand-8k>.container-sm,.navbar-expand-8k>.container-xl{padding-right:0;padding-left:0}}@media (min-width:7680px){.navbar-expand-8k{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-8k .navbar-nav{flex-direction:row}.navbar-expand-8k .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-8k .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-8k>.container,.navbar-expand-8k>.container-4k,.navbar-expand-8k>.container-5k,.navbar-expand-8k>.container-8k,.navbar-expand-8k>.container-fhd,.navbar-expand-8k>.container-fluid,.navbar-expand-8k>.container-hd,.navbar-expand-8k>.container-lg,.navbar-expand-8k>.container-md,.navbar-expand-8k>.container-rt,.navbar-expand-8k>.container-rt15,.navbar-expand-8k>.container-sm,.navbar-expand-8k>.container-xl{flex-wrap:nowrap}.navbar-expand-8k .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-8k .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-4k,.navbar-expand>.container-5k,.navbar-expand>.container-8k,.navbar-expand>.container-fhd,.navbar-expand>.container-fluid,.navbar-expand>.container-hd,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-rt,.navbar-expand>.container-rt15,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-4k,.navbar-expand>.container-5k,.navbar-expand>.container-8k,.navbar-expand>.container-fhd,.navbar-expand>.container-fluid,.navbar-expand>.container-hd,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-rt,.navbar-expand>.container-rt15,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.list-group-horizontal{flex-direction:row}.list-group-horizontal .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal .list-group-item.active{margin-top:0}.list-group-horizontal .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm .list-group-item.active{margin-top:0}.list-group-horizontal-sm .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md .list-group-item.active{margin-top:0}.list-group-horizontal-md .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg .list-group-item.active{margin-top:0}.list-group-horizontal-lg .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl .list-group-item.active{margin-top:0}.list-group-horizontal-xl .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1366px){.list-group-horizontal-hd{flex-direction:row}.list-group-horizontal-hd .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-hd .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-hd .list-group-item.active{margin-top:0}.list-group-horizontal-hd .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-hd .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1920px){.list-group-horizontal-fhd{flex-direction:row}.list-group-horizontal-fhd .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-fhd .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-fhd .list-group-item.active{margin-top:0}.list-group-horizontal-fhd .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-fhd .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:2560px){.list-group-horizontal-rt{flex-direction:row}.list-group-horizontal-rt .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-rt .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-rt .list-group-item.active{margin-top:0}.list-group-horizontal-rt .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-rt .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:2880px){.list-group-horizontal-rt15{flex-direction:row}.list-group-horizontal-rt15 .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-rt15 .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-rt15 .list-group-item.active{margin-top:0}.list-group-horizontal-rt15 .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-rt15 .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:3840px){.list-group-horizontal-4k{flex-direction:row}.list-group-horizontal-4k .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-4k .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-4k .list-group-item.active{margin-top:0}.list-group-horizontal-4k .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-4k .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:5120px){.list-group-horizontal-5k{flex-direction:row}.list-group-horizontal-5k .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-5k .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-5k .list-group-item.active{margin-top:0}.list-group-horizontal-5k .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-5k .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:7680px){.list-group-horizontal-8k{flex-direction:row}.list-group-horizontal-8k .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-8k .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-8k .list-group-item.active{margin-top:0}.list-group-horizontal-8k .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-8k .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.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}@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}}@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}}@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}}@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}}@media (min-width:1366px){.d-hd-none{display:none!important}.d-hd-inline{display:inline!important}.d-hd-inline-block{display:inline-block!important}.d-hd-block{display:block!important}.d-hd-table{display:table!important}.d-hd-table-row{display:table-row!important}.d-hd-table-cell{display:table-cell!important}.d-hd-flex{display:flex!important}.d-hd-inline-flex{display:inline-flex!important}}@media (min-width:1920px){.d-fhd-none{display:none!important}.d-fhd-inline{display:inline!important}.d-fhd-inline-block{display:inline-block!important}.d-fhd-block{display:block!important}.d-fhd-table{display:table!important}.d-fhd-table-row{display:table-row!important}.d-fhd-table-cell{display:table-cell!important}.d-fhd-flex{display:flex!important}.d-fhd-inline-flex{display:inline-flex!important}}@media (min-width:2560px){.d-rt-none{display:none!important}.d-rt-inline{display:inline!important}.d-rt-inline-block{display:inline-block!important}.d-rt-block{display:block!important}.d-rt-table{display:table!important}.d-rt-table-row{display:table-row!important}.d-rt-table-cell{display:table-cell!important}.d-rt-flex{display:flex!important}.d-rt-inline-flex{display:inline-flex!important}}@media (min-width:2880px){.d-rt15-none{display:none!important}.d-rt15-inline{display:inline!important}.d-rt15-inline-block{display:inline-block!important}.d-rt15-block{display:block!important}.d-rt15-table{display:table!important}.d-rt15-table-row{display:table-row!important}.d-rt15-table-cell{display:table-cell!important}.d-rt15-flex{display:flex!important}.d-rt15-inline-flex{display:inline-flex!important}}@media (min-width:3840px){.d-4k-none{display:none!important}.d-4k-inline{display:inline!important}.d-4k-inline-block{display:inline-block!important}.d-4k-block{display:block!important}.d-4k-table{display:table!important}.d-4k-table-row{display:table-row!important}.d-4k-table-cell{display:table-cell!important}.d-4k-flex{display:flex!important}.d-4k-inline-flex{display:inline-flex!important}}@media (min-width:5120px){.d-5k-none{display:none!important}.d-5k-inline{display:inline!important}.d-5k-inline-block{display:inline-block!important}.d-5k-block{display:block!important}.d-5k-table{display:table!important}.d-5k-table-row{display:table-row!important}.d-5k-table-cell{display:table-cell!important}.d-5k-flex{display:flex!important}.d-5k-inline-flex{display:inline-flex!important}}@media (min-width:7680px){.d-8k-none{display:none!important}.d-8k-inline{display:inline!important}.d-8k-inline-block{display:inline-block!important}.d-8k-block{display:block!important}.d-8k-table{display:table!important}.d-8k-table-row{display:table-row!important}.d-8k-table-cell{display:table-cell!important}.d-8k-flex{display:flex!important}.d-8k-inline-flex{display:inline-flex!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}}.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-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!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}.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}@media (min-width:576px){.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-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!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}.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}}@media (min-width:768px){.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-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!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}.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}}@media (min-width:992px){.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-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!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}.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}}@media (min-width:1200px){.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-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!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}.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}}@media (min-width:1366px){.flex-hd-row{flex-direction:row!important}.flex-hd-column{flex-direction:column!important}.flex-hd-row-reverse{flex-direction:row-reverse!important}.flex-hd-column-reverse{flex-direction:column-reverse!important}.flex-hd-wrap{flex-wrap:wrap!important}.flex-hd-nowrap{flex-wrap:nowrap!important}.flex-hd-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-hd-fill{flex:1 1 auto!important}.flex-hd-grow-0{flex-grow:0!important}.flex-hd-grow-1{flex-grow:1!important}.flex-hd-shrink-0{flex-shrink:0!important}.flex-hd-shrink-1{flex-shrink:1!important}.justify-content-hd-start{justify-content:flex-start!important}.justify-content-hd-end{justify-content:flex-end!important}.justify-content-hd-center{justify-content:center!important}.justify-content-hd-between{justify-content:space-between!important}.justify-content-hd-around{justify-content:space-around!important}.align-items-hd-start{align-items:flex-start!important}.align-items-hd-end{align-items:flex-end!important}.align-items-hd-center{align-items:center!important}.align-items-hd-baseline{align-items:baseline!important}.align-items-hd-stretch{align-items:stretch!important}.align-content-hd-start{align-content:flex-start!important}.align-content-hd-end{align-content:flex-end!important}.align-content-hd-center{align-content:center!important}.align-content-hd-between{align-content:space-between!important}.align-content-hd-around{align-content:space-around!important}.align-content-hd-stretch{align-content:stretch!important}.align-self-hd-auto{align-self:auto!important}.align-self-hd-start{align-self:flex-start!important}.align-self-hd-end{align-self:flex-end!important}.align-self-hd-center{align-self:center!important}.align-self-hd-baseline{align-self:baseline!important}.align-self-hd-stretch{align-self:stretch!important}}@media (min-width:1920px){.flex-fhd-row{flex-direction:row!important}.flex-fhd-column{flex-direction:column!important}.flex-fhd-row-reverse{flex-direction:row-reverse!important}.flex-fhd-column-reverse{flex-direction:column-reverse!important}.flex-fhd-wrap{flex-wrap:wrap!important}.flex-fhd-nowrap{flex-wrap:nowrap!important}.flex-fhd-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fhd-fill{flex:1 1 auto!important}.flex-fhd-grow-0{flex-grow:0!important}.flex-fhd-grow-1{flex-grow:1!important}.flex-fhd-shrink-0{flex-shrink:0!important}.flex-fhd-shrink-1{flex-shrink:1!important}.justify-content-fhd-start{justify-content:flex-start!important}.justify-content-fhd-end{justify-content:flex-end!important}.justify-content-fhd-center{justify-content:center!important}.justify-content-fhd-between{justify-content:space-between!important}.justify-content-fhd-around{justify-content:space-around!important}.align-items-fhd-start{align-items:flex-start!important}.align-items-fhd-end{align-items:flex-end!important}.align-items-fhd-center{align-items:center!important}.align-items-fhd-baseline{align-items:baseline!important}.align-items-fhd-stretch{align-items:stretch!important}.align-content-fhd-start{align-content:flex-start!important}.align-content-fhd-end{align-content:flex-end!important}.align-content-fhd-center{align-content:center!important}.align-content-fhd-between{align-content:space-between!important}.align-content-fhd-around{align-content:space-around!important}.align-content-fhd-stretch{align-content:stretch!important}.align-self-fhd-auto{align-self:auto!important}.align-self-fhd-start{align-self:flex-start!important}.align-self-fhd-end{align-self:flex-end!important}.align-self-fhd-center{align-self:center!important}.align-self-fhd-baseline{align-self:baseline!important}.align-self-fhd-stretch{align-self:stretch!important}}@media (min-width:2560px){.flex-rt-row{flex-direction:row!important}.flex-rt-column{flex-direction:column!important}.flex-rt-row-reverse{flex-direction:row-reverse!important}.flex-rt-column-reverse{flex-direction:column-reverse!important}.flex-rt-wrap{flex-wrap:wrap!important}.flex-rt-nowrap{flex-wrap:nowrap!important}.flex-rt-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-rt-fill{flex:1 1 auto!important}.flex-rt-grow-0{flex-grow:0!important}.flex-rt-grow-1{flex-grow:1!important}.flex-rt-shrink-0{flex-shrink:0!important}.flex-rt-shrink-1{flex-shrink:1!important}.justify-content-rt-start{justify-content:flex-start!important}.justify-content-rt-end{justify-content:flex-end!important}.justify-content-rt-center{justify-content:center!important}.justify-content-rt-between{justify-content:space-between!important}.justify-content-rt-around{justify-content:space-around!important}.align-items-rt-start{align-items:flex-start!important}.align-items-rt-end{align-items:flex-end!important}.align-items-rt-center{align-items:center!important}.align-items-rt-baseline{align-items:baseline!important}.align-items-rt-stretch{align-items:stretch!important}.align-content-rt-start{align-content:flex-start!important}.align-content-rt-end{align-content:flex-end!important}.align-content-rt-center{align-content:center!important}.align-content-rt-between{align-content:space-between!important}.align-content-rt-around{align-content:space-around!important}.align-content-rt-stretch{align-content:stretch!important}.align-self-rt-auto{align-self:auto!important}.align-self-rt-start{align-self:flex-start!important}.align-self-rt-end{align-self:flex-end!important}.align-self-rt-center{align-self:center!important}.align-self-rt-baseline{align-self:baseline!important}.align-self-rt-stretch{align-self:stretch!important}}@media (min-width:2880px){.flex-rt15-row{flex-direction:row!important}.flex-rt15-column{flex-direction:column!important}.flex-rt15-row-reverse{flex-direction:row-reverse!important}.flex-rt15-column-reverse{flex-direction:column-reverse!important}.flex-rt15-wrap{flex-wrap:wrap!important}.flex-rt15-nowrap{flex-wrap:nowrap!important}.flex-rt15-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-rt15-fill{flex:1 1 auto!important}.flex-rt15-grow-0{flex-grow:0!important}.flex-rt15-grow-1{flex-grow:1!important}.flex-rt15-shrink-0{flex-shrink:0!important}.flex-rt15-shrink-1{flex-shrink:1!important}.justify-content-rt15-start{justify-content:flex-start!important}.justify-content-rt15-end{justify-content:flex-end!important}.justify-content-rt15-center{justify-content:center!important}.justify-content-rt15-between{justify-content:space-between!important}.justify-content-rt15-around{justify-content:space-around!important}.align-items-rt15-start{align-items:flex-start!important}.align-items-rt15-end{align-items:flex-end!important}.align-items-rt15-center{align-items:center!important}.align-items-rt15-baseline{align-items:baseline!important}.align-items-rt15-stretch{align-items:stretch!important}.align-content-rt15-start{align-content:flex-start!important}.align-content-rt15-end{align-content:flex-end!important}.align-content-rt15-center{align-content:center!important}.align-content-rt15-between{align-content:space-between!important}.align-content-rt15-around{align-content:space-around!important}.align-content-rt15-stretch{align-content:stretch!important}.align-self-rt15-auto{align-self:auto!important}.align-self-rt15-start{align-self:flex-start!important}.align-self-rt15-end{align-self:flex-end!important}.align-self-rt15-center{align-self:center!important}.align-self-rt15-baseline{align-self:baseline!important}.align-self-rt15-stretch{align-self:stretch!important}}@media (min-width:3840px){.flex-4k-row{flex-direction:row!important}.flex-4k-column{flex-direction:column!important}.flex-4k-row-reverse{flex-direction:row-reverse!important}.flex-4k-column-reverse{flex-direction:column-reverse!important}.flex-4k-wrap{flex-wrap:wrap!important}.flex-4k-nowrap{flex-wrap:nowrap!important}.flex-4k-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-4k-fill{flex:1 1 auto!important}.flex-4k-grow-0{flex-grow:0!important}.flex-4k-grow-1{flex-grow:1!important}.flex-4k-shrink-0{flex-shrink:0!important}.flex-4k-shrink-1{flex-shrink:1!important}.justify-content-4k-start{justify-content:flex-start!important}.justify-content-4k-end{justify-content:flex-end!important}.justify-content-4k-center{justify-content:center!important}.justify-content-4k-between{justify-content:space-between!important}.justify-content-4k-around{justify-content:space-around!important}.align-items-4k-start{align-items:flex-start!important}.align-items-4k-end{align-items:flex-end!important}.align-items-4k-center{align-items:center!important}.align-items-4k-baseline{align-items:baseline!important}.align-items-4k-stretch{align-items:stretch!important}.align-content-4k-start{align-content:flex-start!important}.align-content-4k-end{align-content:flex-end!important}.align-content-4k-center{align-content:center!important}.align-content-4k-between{align-content:space-between!important}.align-content-4k-around{align-content:space-around!important}.align-content-4k-stretch{align-content:stretch!important}.align-self-4k-auto{align-self:auto!important}.align-self-4k-start{align-self:flex-start!important}.align-self-4k-end{align-self:flex-end!important}.align-self-4k-center{align-self:center!important}.align-self-4k-baseline{align-self:baseline!important}.align-self-4k-stretch{align-self:stretch!important}}@media (min-width:5120px){.flex-5k-row{flex-direction:row!important}.flex-5k-column{flex-direction:column!important}.flex-5k-row-reverse{flex-direction:row-reverse!important}.flex-5k-column-reverse{flex-direction:column-reverse!important}.flex-5k-wrap{flex-wrap:wrap!important}.flex-5k-nowrap{flex-wrap:nowrap!important}.flex-5k-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-5k-fill{flex:1 1 auto!important}.flex-5k-grow-0{flex-grow:0!important}.flex-5k-grow-1{flex-grow:1!important}.flex-5k-shrink-0{flex-shrink:0!important}.flex-5k-shrink-1{flex-shrink:1!important}.justify-content-5k-start{justify-content:flex-start!important}.justify-content-5k-end{justify-content:flex-end!important}.justify-content-5k-center{justify-content:center!important}.justify-content-5k-between{justify-content:space-between!important}.justify-content-5k-around{justify-content:space-around!important}.align-items-5k-start{align-items:flex-start!important}.align-items-5k-end{align-items:flex-end!important}.align-items-5k-center{align-items:center!important}.align-items-5k-baseline{align-items:baseline!important}.align-items-5k-stretch{align-items:stretch!important}.align-content-5k-start{align-content:flex-start!important}.align-content-5k-end{align-content:flex-end!important}.align-content-5k-center{align-content:center!important}.align-content-5k-between{align-content:space-between!important}.align-content-5k-around{align-content:space-around!important}.align-content-5k-stretch{align-content:stretch!important}.align-self-5k-auto{align-self:auto!important}.align-self-5k-start{align-self:flex-start!important}.align-self-5k-end{align-self:flex-end!important}.align-self-5k-center{align-self:center!important}.align-self-5k-baseline{align-self:baseline!important}.align-self-5k-stretch{align-self:stretch!important}}@media (min-width:7680px){.flex-8k-row{flex-direction:row!important}.flex-8k-column{flex-direction:column!important}.flex-8k-row-reverse{flex-direction:row-reverse!important}.flex-8k-column-reverse{flex-direction:column-reverse!important}.flex-8k-wrap{flex-wrap:wrap!important}.flex-8k-nowrap{flex-wrap:nowrap!important}.flex-8k-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-8k-fill{flex:1 1 auto!important}.flex-8k-grow-0{flex-grow:0!important}.flex-8k-grow-1{flex-grow:1!important}.flex-8k-shrink-0{flex-shrink:0!important}.flex-8k-shrink-1{flex-shrink:1!important}.justify-content-8k-start{justify-content:flex-start!important}.justify-content-8k-end{justify-content:flex-end!important}.justify-content-8k-center{justify-content:center!important}.justify-content-8k-between{justify-content:space-between!important}.justify-content-8k-around{justify-content:space-around!important}.align-items-8k-start{align-items:flex-start!important}.align-items-8k-end{align-items:flex-end!important}.align-items-8k-center{align-items:center!important}.align-items-8k-baseline{align-items:baseline!important}.align-items-8k-stretch{align-items:stretch!important}.align-content-8k-start{align-content:flex-start!important}.align-content-8k-end{align-content:flex-end!important}.align-content-8k-center{align-content:center!important}.align-content-8k-between{align-content:space-between!important}.align-content-8k-around{align-content:space-around!important}.align-content-8k-stretch{align-content:stretch!important}.align-self-8k-auto{align-self:auto!important}.align-self-8k-start{align-self:flex-start!important}.align-self-8k-end{align-self:flex-end!important}.align-self-8k-center{align-self:center!important}.align-self-8k-baseline{align-self:baseline!important}.align-self-8k-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}@media (min-width:1366px){.float-hd-left{float:left!important}.float-hd-right{float:right!important}.float-hd-none{float:none!important}}@media (min-width:1920px){.float-fhd-left{float:left!important}.float-fhd-right{float:right!important}.float-fhd-none{float:none!important}}@media (min-width:2560px){.float-rt-left{float:left!important}.float-rt-right{float:right!important}.float-rt-none{float:none!important}}@media (min-width:2880px){.float-rt15-left{float:left!important}.float-rt15-right{float:right!important}.float-rt15-none{float:none!important}}@media (min-width:3840px){.float-4k-left{float:left!important}.float-4k-right{float:right!important}.float-4k-none{float:none!important}}@media (min-width:5120px){.float-5k-left{float:left!important}.float-5k-right{float:right!important}.float-5k-none{float:none!important}}@media (min-width:7680px){.float-8k-left{float:left!important}.float-8k-right{float:right!important}.float-8k-none{float:none!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width:1366px){.m-hd-0{margin:0!important}.mt-hd-0,.my-hd-0{margin-top:0!important}.mr-hd-0,.mx-hd-0{margin-right:0!important}.mb-hd-0,.my-hd-0{margin-bottom:0!important}.ml-hd-0,.mx-hd-0{margin-left:0!important}.m-hd-1{margin:.25rem!important}.mt-hd-1,.my-hd-1{margin-top:.25rem!important}.mr-hd-1,.mx-hd-1{margin-right:.25rem!important}.mb-hd-1,.my-hd-1{margin-bottom:.25rem!important}.ml-hd-1,.mx-hd-1{margin-left:.25rem!important}.m-hd-2{margin:.5rem!important}.mt-hd-2,.my-hd-2{margin-top:.5rem!important}.mr-hd-2,.mx-hd-2{margin-right:.5rem!important}.mb-hd-2,.my-hd-2{margin-bottom:.5rem!important}.ml-hd-2,.mx-hd-2{margin-left:.5rem!important}.m-hd-3{margin:1rem!important}.mt-hd-3,.my-hd-3{margin-top:1rem!important}.mr-hd-3,.mx-hd-3{margin-right:1rem!important}.mb-hd-3,.my-hd-3{margin-bottom:1rem!important}.ml-hd-3,.mx-hd-3{margin-left:1rem!important}.m-hd-4{margin:1.5rem!important}.mt-hd-4,.my-hd-4{margin-top:1.5rem!important}.mr-hd-4,.mx-hd-4{margin-right:1.5rem!important}.mb-hd-4,.my-hd-4{margin-bottom:1.5rem!important}.ml-hd-4,.mx-hd-4{margin-left:1.5rem!important}.m-hd-5{margin:3rem!important}.mt-hd-5,.my-hd-5{margin-top:3rem!important}.mr-hd-5,.mx-hd-5{margin-right:3rem!important}.mb-hd-5,.my-hd-5{margin-bottom:3rem!important}.ml-hd-5,.mx-hd-5{margin-left:3rem!important}.p-hd-0{padding:0!important}.pt-hd-0,.py-hd-0{padding-top:0!important}.pr-hd-0,.px-hd-0{padding-right:0!important}.pb-hd-0,.py-hd-0{padding-bottom:0!important}.pl-hd-0,.px-hd-0{padding-left:0!important}.p-hd-1{padding:.25rem!important}.pt-hd-1,.py-hd-1{padding-top:.25rem!important}.pr-hd-1,.px-hd-1{padding-right:.25rem!important}.pb-hd-1,.py-hd-1{padding-bottom:.25rem!important}.pl-hd-1,.px-hd-1{padding-left:.25rem!important}.p-hd-2{padding:.5rem!important}.pt-hd-2,.py-hd-2{padding-top:.5rem!important}.pr-hd-2,.px-hd-2{padding-right:.5rem!important}.pb-hd-2,.py-hd-2{padding-bottom:.5rem!important}.pl-hd-2,.px-hd-2{padding-left:.5rem!important}.p-hd-3{padding:1rem!important}.pt-hd-3,.py-hd-3{padding-top:1rem!important}.pr-hd-3,.px-hd-3{padding-right:1rem!important}.pb-hd-3,.py-hd-3{padding-bottom:1rem!important}.pl-hd-3,.px-hd-3{padding-left:1rem!important}.p-hd-4{padding:1.5rem!important}.pt-hd-4,.py-hd-4{padding-top:1.5rem!important}.pr-hd-4,.px-hd-4{padding-right:1.5rem!important}.pb-hd-4,.py-hd-4{padding-bottom:1.5rem!important}.pl-hd-4,.px-hd-4{padding-left:1.5rem!important}.p-hd-5{padding:3rem!important}.pt-hd-5,.py-hd-5{padding-top:3rem!important}.pr-hd-5,.px-hd-5{padding-right:3rem!important}.pb-hd-5,.py-hd-5{padding-bottom:3rem!important}.pl-hd-5,.px-hd-5{padding-left:3rem!important}.m-hd-n1{margin:-.25rem!important}.mt-hd-n1,.my-hd-n1{margin-top:-.25rem!important}.mr-hd-n1,.mx-hd-n1{margin-right:-.25rem!important}.mb-hd-n1,.my-hd-n1{margin-bottom:-.25rem!important}.ml-hd-n1,.mx-hd-n1{margin-left:-.25rem!important}.m-hd-n2{margin:-.5rem!important}.mt-hd-n2,.my-hd-n2{margin-top:-.5rem!important}.mr-hd-n2,.mx-hd-n2{margin-right:-.5rem!important}.mb-hd-n2,.my-hd-n2{margin-bottom:-.5rem!important}.ml-hd-n2,.mx-hd-n2{margin-left:-.5rem!important}.m-hd-n3{margin:-1rem!important}.mt-hd-n3,.my-hd-n3{margin-top:-1rem!important}.mr-hd-n3,.mx-hd-n3{margin-right:-1rem!important}.mb-hd-n3,.my-hd-n3{margin-bottom:-1rem!important}.ml-hd-n3,.mx-hd-n3{margin-left:-1rem!important}.m-hd-n4{margin:-1.5rem!important}.mt-hd-n4,.my-hd-n4{margin-top:-1.5rem!important}.mr-hd-n4,.mx-hd-n4{margin-right:-1.5rem!important}.mb-hd-n4,.my-hd-n4{margin-bottom:-1.5rem!important}.ml-hd-n4,.mx-hd-n4{margin-left:-1.5rem!important}.m-hd-n5{margin:-3rem!important}.mt-hd-n5,.my-hd-n5{margin-top:-3rem!important}.mr-hd-n5,.mx-hd-n5{margin-right:-3rem!important}.mb-hd-n5,.my-hd-n5{margin-bottom:-3rem!important}.ml-hd-n5,.mx-hd-n5{margin-left:-3rem!important}.m-hd-auto{margin:auto!important}.mt-hd-auto,.my-hd-auto{margin-top:auto!important}.mr-hd-auto,.mx-hd-auto{margin-right:auto!important}.mb-hd-auto,.my-hd-auto{margin-bottom:auto!important}.ml-hd-auto,.mx-hd-auto{margin-left:auto!important}}@media (min-width:1920px){.m-fhd-0{margin:0!important}.mt-fhd-0,.my-fhd-0{margin-top:0!important}.mr-fhd-0,.mx-fhd-0{margin-right:0!important}.mb-fhd-0,.my-fhd-0{margin-bottom:0!important}.ml-fhd-0,.mx-fhd-0{margin-left:0!important}.m-fhd-1{margin:.25rem!important}.mt-fhd-1,.my-fhd-1{margin-top:.25rem!important}.mr-fhd-1,.mx-fhd-1{margin-right:.25rem!important}.mb-fhd-1,.my-fhd-1{margin-bottom:.25rem!important}.ml-fhd-1,.mx-fhd-1{margin-left:.25rem!important}.m-fhd-2{margin:.5rem!important}.mt-fhd-2,.my-fhd-2{margin-top:.5rem!important}.mr-fhd-2,.mx-fhd-2{margin-right:.5rem!important}.mb-fhd-2,.my-fhd-2{margin-bottom:.5rem!important}.ml-fhd-2,.mx-fhd-2{margin-left:.5rem!important}.m-fhd-3{margin:1rem!important}.mt-fhd-3,.my-fhd-3{margin-top:1rem!important}.mr-fhd-3,.mx-fhd-3{margin-right:1rem!important}.mb-fhd-3,.my-fhd-3{margin-bottom:1rem!important}.ml-fhd-3,.mx-fhd-3{margin-left:1rem!important}.m-fhd-4{margin:1.5rem!important}.mt-fhd-4,.my-fhd-4{margin-top:1.5rem!important}.mr-fhd-4,.mx-fhd-4{margin-right:1.5rem!important}.mb-fhd-4,.my-fhd-4{margin-bottom:1.5rem!important}.ml-fhd-4,.mx-fhd-4{margin-left:1.5rem!important}.m-fhd-5{margin:3rem!important}.mt-fhd-5,.my-fhd-5{margin-top:3rem!important}.mr-fhd-5,.mx-fhd-5{margin-right:3rem!important}.mb-fhd-5,.my-fhd-5{margin-bottom:3rem!important}.ml-fhd-5,.mx-fhd-5{margin-left:3rem!important}.p-fhd-0{padding:0!important}.pt-fhd-0,.py-fhd-0{padding-top:0!important}.pr-fhd-0,.px-fhd-0{padding-right:0!important}.pb-fhd-0,.py-fhd-0{padding-bottom:0!important}.pl-fhd-0,.px-fhd-0{padding-left:0!important}.p-fhd-1{padding:.25rem!important}.pt-fhd-1,.py-fhd-1{padding-top:.25rem!important}.pr-fhd-1,.px-fhd-1{padding-right:.25rem!important}.pb-fhd-1,.py-fhd-1{padding-bottom:.25rem!important}.pl-fhd-1,.px-fhd-1{padding-left:.25rem!important}.p-fhd-2{padding:.5rem!important}.pt-fhd-2,.py-fhd-2{padding-top:.5rem!important}.pr-fhd-2,.px-fhd-2{padding-right:.5rem!important}.pb-fhd-2,.py-fhd-2{padding-bottom:.5rem!important}.pl-fhd-2,.px-fhd-2{padding-left:.5rem!important}.p-fhd-3{padding:1rem!important}.pt-fhd-3,.py-fhd-3{padding-top:1rem!important}.pr-fhd-3,.px-fhd-3{padding-right:1rem!important}.pb-fhd-3,.py-fhd-3{padding-bottom:1rem!important}.pl-fhd-3,.px-fhd-3{padding-left:1rem!important}.p-fhd-4{padding:1.5rem!important}.pt-fhd-4,.py-fhd-4{padding-top:1.5rem!important}.pr-fhd-4,.px-fhd-4{padding-right:1.5rem!important}.pb-fhd-4,.py-fhd-4{padding-bottom:1.5rem!important}.pl-fhd-4,.px-fhd-4{padding-left:1.5rem!important}.p-fhd-5{padding:3rem!important}.pt-fhd-5,.py-fhd-5{padding-top:3rem!important}.pr-fhd-5,.px-fhd-5{padding-right:3rem!important}.pb-fhd-5,.py-fhd-5{padding-bottom:3rem!important}.pl-fhd-5,.px-fhd-5{padding-left:3rem!important}.m-fhd-n1{margin:-.25rem!important}.mt-fhd-n1,.my-fhd-n1{margin-top:-.25rem!important}.mr-fhd-n1,.mx-fhd-n1{margin-right:-.25rem!important}.mb-fhd-n1,.my-fhd-n1{margin-bottom:-.25rem!important}.ml-fhd-n1,.mx-fhd-n1{margin-left:-.25rem!important}.m-fhd-n2{margin:-.5rem!important}.mt-fhd-n2,.my-fhd-n2{margin-top:-.5rem!important}.mr-fhd-n2,.mx-fhd-n2{margin-right:-.5rem!important}.mb-fhd-n2,.my-fhd-n2{margin-bottom:-.5rem!important}.ml-fhd-n2,.mx-fhd-n2{margin-left:-.5rem!important}.m-fhd-n3{margin:-1rem!important}.mt-fhd-n3,.my-fhd-n3{margin-top:-1rem!important}.mr-fhd-n3,.mx-fhd-n3{margin-right:-1rem!important}.mb-fhd-n3,.my-fhd-n3{margin-bottom:-1rem!important}.ml-fhd-n3,.mx-fhd-n3{margin-left:-1rem!important}.m-fhd-n4{margin:-1.5rem!important}.mt-fhd-n4,.my-fhd-n4{margin-top:-1.5rem!important}.mr-fhd-n4,.mx-fhd-n4{margin-right:-1.5rem!important}.mb-fhd-n4,.my-fhd-n4{margin-bottom:-1.5rem!important}.ml-fhd-n4,.mx-fhd-n4{margin-left:-1.5rem!important}.m-fhd-n5{margin:-3rem!important}.mt-fhd-n5,.my-fhd-n5{margin-top:-3rem!important}.mr-fhd-n5,.mx-fhd-n5{margin-right:-3rem!important}.mb-fhd-n5,.my-fhd-n5{margin-bottom:-3rem!important}.ml-fhd-n5,.mx-fhd-n5{margin-left:-3rem!important}.m-fhd-auto{margin:auto!important}.mt-fhd-auto,.my-fhd-auto{margin-top:auto!important}.mr-fhd-auto,.mx-fhd-auto{margin-right:auto!important}.mb-fhd-auto,.my-fhd-auto{margin-bottom:auto!important}.ml-fhd-auto,.mx-fhd-auto{margin-left:auto!important}}@media (min-width:2560px){.m-rt-0{margin:0!important}.mt-rt-0,.my-rt-0{margin-top:0!important}.mr-rt-0,.mx-rt-0{margin-right:0!important}.mb-rt-0,.my-rt-0{margin-bottom:0!important}.ml-rt-0,.mx-rt-0{margin-left:0!important}.m-rt-1{margin:.25rem!important}.mt-rt-1,.my-rt-1{margin-top:.25rem!important}.mr-rt-1,.mx-rt-1{margin-right:.25rem!important}.mb-rt-1,.my-rt-1{margin-bottom:.25rem!important}.ml-rt-1,.mx-rt-1{margin-left:.25rem!important}.m-rt-2{margin:.5rem!important}.mt-rt-2,.my-rt-2{margin-top:.5rem!important}.mr-rt-2,.mx-rt-2{margin-right:.5rem!important}.mb-rt-2,.my-rt-2{margin-bottom:.5rem!important}.ml-rt-2,.mx-rt-2{margin-left:.5rem!important}.m-rt-3{margin:1rem!important}.mt-rt-3,.my-rt-3{margin-top:1rem!important}.mr-rt-3,.mx-rt-3{margin-right:1rem!important}.mb-rt-3,.my-rt-3{margin-bottom:1rem!important}.ml-rt-3,.mx-rt-3{margin-left:1rem!important}.m-rt-4{margin:1.5rem!important}.mt-rt-4,.my-rt-4{margin-top:1.5rem!important}.mr-rt-4,.mx-rt-4{margin-right:1.5rem!important}.mb-rt-4,.my-rt-4{margin-bottom:1.5rem!important}.ml-rt-4,.mx-rt-4{margin-left:1.5rem!important}.m-rt-5{margin:3rem!important}.mt-rt-5,.my-rt-5{margin-top:3rem!important}.mr-rt-5,.mx-rt-5{margin-right:3rem!important}.mb-rt-5,.my-rt-5{margin-bottom:3rem!important}.ml-rt-5,.mx-rt-5{margin-left:3rem!important}.p-rt-0{padding:0!important}.pt-rt-0,.py-rt-0{padding-top:0!important}.pr-rt-0,.px-rt-0{padding-right:0!important}.pb-rt-0,.py-rt-0{padding-bottom:0!important}.pl-rt-0,.px-rt-0{padding-left:0!important}.p-rt-1{padding:.25rem!important}.pt-rt-1,.py-rt-1{padding-top:.25rem!important}.pr-rt-1,.px-rt-1{padding-right:.25rem!important}.pb-rt-1,.py-rt-1{padding-bottom:.25rem!important}.pl-rt-1,.px-rt-1{padding-left:.25rem!important}.p-rt-2{padding:.5rem!important}.pt-rt-2,.py-rt-2{padding-top:.5rem!important}.pr-rt-2,.px-rt-2{padding-right:.5rem!important}.pb-rt-2,.py-rt-2{padding-bottom:.5rem!important}.pl-rt-2,.px-rt-2{padding-left:.5rem!important}.p-rt-3{padding:1rem!important}.pt-rt-3,.py-rt-3{padding-top:1rem!important}.pr-rt-3,.px-rt-3{padding-right:1rem!important}.pb-rt-3,.py-rt-3{padding-bottom:1rem!important}.pl-rt-3,.px-rt-3{padding-left:1rem!important}.p-rt-4{padding:1.5rem!important}.pt-rt-4,.py-rt-4{padding-top:1.5rem!important}.pr-rt-4,.px-rt-4{padding-right:1.5rem!important}.pb-rt-4,.py-rt-4{padding-bottom:1.5rem!important}.pl-rt-4,.px-rt-4{padding-left:1.5rem!important}.p-rt-5{padding:3rem!important}.pt-rt-5,.py-rt-5{padding-top:3rem!important}.pr-rt-5,.px-rt-5{padding-right:3rem!important}.pb-rt-5,.py-rt-5{padding-bottom:3rem!important}.pl-rt-5,.px-rt-5{padding-left:3rem!important}.m-rt-n1{margin:-.25rem!important}.mt-rt-n1,.my-rt-n1{margin-top:-.25rem!important}.mr-rt-n1,.mx-rt-n1{margin-right:-.25rem!important}.mb-rt-n1,.my-rt-n1{margin-bottom:-.25rem!important}.ml-rt-n1,.mx-rt-n1{margin-left:-.25rem!important}.m-rt-n2{margin:-.5rem!important}.mt-rt-n2,.my-rt-n2{margin-top:-.5rem!important}.mr-rt-n2,.mx-rt-n2{margin-right:-.5rem!important}.mb-rt-n2,.my-rt-n2{margin-bottom:-.5rem!important}.ml-rt-n2,.mx-rt-n2{margin-left:-.5rem!important}.m-rt-n3{margin:-1rem!important}.mt-rt-n3,.my-rt-n3{margin-top:-1rem!important}.mr-rt-n3,.mx-rt-n3{margin-right:-1rem!important}.mb-rt-n3,.my-rt-n3{margin-bottom:-1rem!important}.ml-rt-n3,.mx-rt-n3{margin-left:-1rem!important}.m-rt-n4{margin:-1.5rem!important}.mt-rt-n4,.my-rt-n4{margin-top:-1.5rem!important}.mr-rt-n4,.mx-rt-n4{margin-right:-1.5rem!important}.mb-rt-n4,.my-rt-n4{margin-bottom:-1.5rem!important}.ml-rt-n4,.mx-rt-n4{margin-left:-1.5rem!important}.m-rt-n5{margin:-3rem!important}.mt-rt-n5,.my-rt-n5{margin-top:-3rem!important}.mr-rt-n5,.mx-rt-n5{margin-right:-3rem!important}.mb-rt-n5,.my-rt-n5{margin-bottom:-3rem!important}.ml-rt-n5,.mx-rt-n5{margin-left:-3rem!important}.m-rt-auto{margin:auto!important}.mt-rt-auto,.my-rt-auto{margin-top:auto!important}.mr-rt-auto,.mx-rt-auto{margin-right:auto!important}.mb-rt-auto,.my-rt-auto{margin-bottom:auto!important}.ml-rt-auto,.mx-rt-auto{margin-left:auto!important}}@media (min-width:2880px){.m-rt15-0{margin:0!important}.mt-rt15-0,.my-rt15-0{margin-top:0!important}.mr-rt15-0,.mx-rt15-0{margin-right:0!important}.mb-rt15-0,.my-rt15-0{margin-bottom:0!important}.ml-rt15-0,.mx-rt15-0{margin-left:0!important}.m-rt15-1{margin:.25rem!important}.mt-rt15-1,.my-rt15-1{margin-top:.25rem!important}.mr-rt15-1,.mx-rt15-1{margin-right:.25rem!important}.mb-rt15-1,.my-rt15-1{margin-bottom:.25rem!important}.ml-rt15-1,.mx-rt15-1{margin-left:.25rem!important}.m-rt15-2{margin:.5rem!important}.mt-rt15-2,.my-rt15-2{margin-top:.5rem!important}.mr-rt15-2,.mx-rt15-2{margin-right:.5rem!important}.mb-rt15-2,.my-rt15-2{margin-bottom:.5rem!important}.ml-rt15-2,.mx-rt15-2{margin-left:.5rem!important}.m-rt15-3{margin:1rem!important}.mt-rt15-3,.my-rt15-3{margin-top:1rem!important}.mr-rt15-3,.mx-rt15-3{margin-right:1rem!important}.mb-rt15-3,.my-rt15-3{margin-bottom:1rem!important}.ml-rt15-3,.mx-rt15-3{margin-left:1rem!important}.m-rt15-4{margin:1.5rem!important}.mt-rt15-4,.my-rt15-4{margin-top:1.5rem!important}.mr-rt15-4,.mx-rt15-4{margin-right:1.5rem!important}.mb-rt15-4,.my-rt15-4{margin-bottom:1.5rem!important}.ml-rt15-4,.mx-rt15-4{margin-left:1.5rem!important}.m-rt15-5{margin:3rem!important}.mt-rt15-5,.my-rt15-5{margin-top:3rem!important}.mr-rt15-5,.mx-rt15-5{margin-right:3rem!important}.mb-rt15-5,.my-rt15-5{margin-bottom:3rem!important}.ml-rt15-5,.mx-rt15-5{margin-left:3rem!important}.p-rt15-0{padding:0!important}.pt-rt15-0,.py-rt15-0{padding-top:0!important}.pr-rt15-0,.px-rt15-0{padding-right:0!important}.pb-rt15-0,.py-rt15-0{padding-bottom:0!important}.pl-rt15-0,.px-rt15-0{padding-left:0!important}.p-rt15-1{padding:.25rem!important}.pt-rt15-1,.py-rt15-1{padding-top:.25rem!important}.pr-rt15-1,.px-rt15-1{padding-right:.25rem!important}.pb-rt15-1,.py-rt15-1{padding-bottom:.25rem!important}.pl-rt15-1,.px-rt15-1{padding-left:.25rem!important}.p-rt15-2{padding:.5rem!important}.pt-rt15-2,.py-rt15-2{padding-top:.5rem!important}.pr-rt15-2,.px-rt15-2{padding-right:.5rem!important}.pb-rt15-2,.py-rt15-2{padding-bottom:.5rem!important}.pl-rt15-2,.px-rt15-2{padding-left:.5rem!important}.p-rt15-3{padding:1rem!important}.pt-rt15-3,.py-rt15-3{padding-top:1rem!important}.pr-rt15-3,.px-rt15-3{padding-right:1rem!important}.pb-rt15-3,.py-rt15-3{padding-bottom:1rem!important}.pl-rt15-3,.px-rt15-3{padding-left:1rem!important}.p-rt15-4{padding:1.5rem!important}.pt-rt15-4,.py-rt15-4{padding-top:1.5rem!important}.pr-rt15-4,.px-rt15-4{padding-right:1.5rem!important}.pb-rt15-4,.py-rt15-4{padding-bottom:1.5rem!important}.pl-rt15-4,.px-rt15-4{padding-left:1.5rem!important}.p-rt15-5{padding:3rem!important}.pt-rt15-5,.py-rt15-5{padding-top:3rem!important}.pr-rt15-5,.px-rt15-5{padding-right:3rem!important}.pb-rt15-5,.py-rt15-5{padding-bottom:3rem!important}.pl-rt15-5,.px-rt15-5{padding-left:3rem!important}.m-rt15-n1{margin:-.25rem!important}.mt-rt15-n1,.my-rt15-n1{margin-top:-.25rem!important}.mr-rt15-n1,.mx-rt15-n1{margin-right:-.25rem!important}.mb-rt15-n1,.my-rt15-n1{margin-bottom:-.25rem!important}.ml-rt15-n1,.mx-rt15-n1{margin-left:-.25rem!important}.m-rt15-n2{margin:-.5rem!important}.mt-rt15-n2,.my-rt15-n2{margin-top:-.5rem!important}.mr-rt15-n2,.mx-rt15-n2{margin-right:-.5rem!important}.mb-rt15-n2,.my-rt15-n2{margin-bottom:-.5rem!important}.ml-rt15-n2,.mx-rt15-n2{margin-left:-.5rem!important}.m-rt15-n3{margin:-1rem!important}.mt-rt15-n3,.my-rt15-n3{margin-top:-1rem!important}.mr-rt15-n3,.mx-rt15-n3{margin-right:-1rem!important}.mb-rt15-n3,.my-rt15-n3{margin-bottom:-1rem!important}.ml-rt15-n3,.mx-rt15-n3{margin-left:-1rem!important}.m-rt15-n4{margin:-1.5rem!important}.mt-rt15-n4,.my-rt15-n4{margin-top:-1.5rem!important}.mr-rt15-n4,.mx-rt15-n4{margin-right:-1.5rem!important}.mb-rt15-n4,.my-rt15-n4{margin-bottom:-1.5rem!important}.ml-rt15-n4,.mx-rt15-n4{margin-left:-1.5rem!important}.m-rt15-n5{margin:-3rem!important}.mt-rt15-n5,.my-rt15-n5{margin-top:-3rem!important}.mr-rt15-n5,.mx-rt15-n5{margin-right:-3rem!important}.mb-rt15-n5,.my-rt15-n5{margin-bottom:-3rem!important}.ml-rt15-n5,.mx-rt15-n5{margin-left:-3rem!important}.m-rt15-auto{margin:auto!important}.mt-rt15-auto,.my-rt15-auto{margin-top:auto!important}.mr-rt15-auto,.mx-rt15-auto{margin-right:auto!important}.mb-rt15-auto,.my-rt15-auto{margin-bottom:auto!important}.ml-rt15-auto,.mx-rt15-auto{margin-left:auto!important}}@media (min-width:3840px){.m-4k-0{margin:0!important}.mt-4k-0,.my-4k-0{margin-top:0!important}.mr-4k-0,.mx-4k-0{margin-right:0!important}.mb-4k-0,.my-4k-0{margin-bottom:0!important}.ml-4k-0,.mx-4k-0{margin-left:0!important}.m-4k-1{margin:.25rem!important}.mt-4k-1,.my-4k-1{margin-top:.25rem!important}.mr-4k-1,.mx-4k-1{margin-right:.25rem!important}.mb-4k-1,.my-4k-1{margin-bottom:.25rem!important}.ml-4k-1,.mx-4k-1{margin-left:.25rem!important}.m-4k-2{margin:.5rem!important}.mt-4k-2,.my-4k-2{margin-top:.5rem!important}.mr-4k-2,.mx-4k-2{margin-right:.5rem!important}.mb-4k-2,.my-4k-2{margin-bottom:.5rem!important}.ml-4k-2,.mx-4k-2{margin-left:.5rem!important}.m-4k-3{margin:1rem!important}.mt-4k-3,.my-4k-3{margin-top:1rem!important}.mr-4k-3,.mx-4k-3{margin-right:1rem!important}.mb-4k-3,.my-4k-3{margin-bottom:1rem!important}.ml-4k-3,.mx-4k-3{margin-left:1rem!important}.m-4k-4{margin:1.5rem!important}.mt-4k-4,.my-4k-4{margin-top:1.5rem!important}.mr-4k-4,.mx-4k-4{margin-right:1.5rem!important}.mb-4k-4,.my-4k-4{margin-bottom:1.5rem!important}.ml-4k-4,.mx-4k-4{margin-left:1.5rem!important}.m-4k-5{margin:3rem!important}.mt-4k-5,.my-4k-5{margin-top:3rem!important}.mr-4k-5,.mx-4k-5{margin-right:3rem!important}.mb-4k-5,.my-4k-5{margin-bottom:3rem!important}.ml-4k-5,.mx-4k-5{margin-left:3rem!important}.p-4k-0{padding:0!important}.pt-4k-0,.py-4k-0{padding-top:0!important}.pr-4k-0,.px-4k-0{padding-right:0!important}.pb-4k-0,.py-4k-0{padding-bottom:0!important}.pl-4k-0,.px-4k-0{padding-left:0!important}.p-4k-1{padding:.25rem!important}.pt-4k-1,.py-4k-1{padding-top:.25rem!important}.pr-4k-1,.px-4k-1{padding-right:.25rem!important}.pb-4k-1,.py-4k-1{padding-bottom:.25rem!important}.pl-4k-1,.px-4k-1{padding-left:.25rem!important}.p-4k-2{padding:.5rem!important}.pt-4k-2,.py-4k-2{padding-top:.5rem!important}.pr-4k-2,.px-4k-2{padding-right:.5rem!important}.pb-4k-2,.py-4k-2{padding-bottom:.5rem!important}.pl-4k-2,.px-4k-2{padding-left:.5rem!important}.p-4k-3{padding:1rem!important}.pt-4k-3,.py-4k-3{padding-top:1rem!important}.pr-4k-3,.px-4k-3{padding-right:1rem!important}.pb-4k-3,.py-4k-3{padding-bottom:1rem!important}.pl-4k-3,.px-4k-3{padding-left:1rem!important}.p-4k-4{padding:1.5rem!important}.pt-4k-4,.py-4k-4{padding-top:1.5rem!important}.pr-4k-4,.px-4k-4{padding-right:1.5rem!important}.pb-4k-4,.py-4k-4{padding-bottom:1.5rem!important}.pl-4k-4,.px-4k-4{padding-left:1.5rem!important}.p-4k-5{padding:3rem!important}.pt-4k-5,.py-4k-5{padding-top:3rem!important}.pr-4k-5,.px-4k-5{padding-right:3rem!important}.pb-4k-5,.py-4k-5{padding-bottom:3rem!important}.pl-4k-5,.px-4k-5{padding-left:3rem!important}.m-4k-n1{margin:-.25rem!important}.mt-4k-n1,.my-4k-n1{margin-top:-.25rem!important}.mr-4k-n1,.mx-4k-n1{margin-right:-.25rem!important}.mb-4k-n1,.my-4k-n1{margin-bottom:-.25rem!important}.ml-4k-n1,.mx-4k-n1{margin-left:-.25rem!important}.m-4k-n2{margin:-.5rem!important}.mt-4k-n2,.my-4k-n2{margin-top:-.5rem!important}.mr-4k-n2,.mx-4k-n2{margin-right:-.5rem!important}.mb-4k-n2,.my-4k-n2{margin-bottom:-.5rem!important}.ml-4k-n2,.mx-4k-n2{margin-left:-.5rem!important}.m-4k-n3{margin:-1rem!important}.mt-4k-n3,.my-4k-n3{margin-top:-1rem!important}.mr-4k-n3,.mx-4k-n3{margin-right:-1rem!important}.mb-4k-n3,.my-4k-n3{margin-bottom:-1rem!important}.ml-4k-n3,.mx-4k-n3{margin-left:-1rem!important}.m-4k-n4{margin:-1.5rem!important}.mt-4k-n4,.my-4k-n4{margin-top:-1.5rem!important}.mr-4k-n4,.mx-4k-n4{margin-right:-1.5rem!important}.mb-4k-n4,.my-4k-n4{margin-bottom:-1.5rem!important}.ml-4k-n4,.mx-4k-n4{margin-left:-1.5rem!important}.m-4k-n5{margin:-3rem!important}.mt-4k-n5,.my-4k-n5{margin-top:-3rem!important}.mr-4k-n5,.mx-4k-n5{margin-right:-3rem!important}.mb-4k-n5,.my-4k-n5{margin-bottom:-3rem!important}.ml-4k-n5,.mx-4k-n5{margin-left:-3rem!important}.m-4k-auto{margin:auto!important}.mt-4k-auto,.my-4k-auto{margin-top:auto!important}.mr-4k-auto,.mx-4k-auto{margin-right:auto!important}.mb-4k-auto,.my-4k-auto{margin-bottom:auto!important}.ml-4k-auto,.mx-4k-auto{margin-left:auto!important}}@media (min-width:5120px){.m-5k-0{margin:0!important}.mt-5k-0,.my-5k-0{margin-top:0!important}.mr-5k-0,.mx-5k-0{margin-right:0!important}.mb-5k-0,.my-5k-0{margin-bottom:0!important}.ml-5k-0,.mx-5k-0{margin-left:0!important}.m-5k-1{margin:.25rem!important}.mt-5k-1,.my-5k-1{margin-top:.25rem!important}.mr-5k-1,.mx-5k-1{margin-right:.25rem!important}.mb-5k-1,.my-5k-1{margin-bottom:.25rem!important}.ml-5k-1,.mx-5k-1{margin-left:.25rem!important}.m-5k-2{margin:.5rem!important}.mt-5k-2,.my-5k-2{margin-top:.5rem!important}.mr-5k-2,.mx-5k-2{margin-right:.5rem!important}.mb-5k-2,.my-5k-2{margin-bottom:.5rem!important}.ml-5k-2,.mx-5k-2{margin-left:.5rem!important}.m-5k-3{margin:1rem!important}.mt-5k-3,.my-5k-3{margin-top:1rem!important}.mr-5k-3,.mx-5k-3{margin-right:1rem!important}.mb-5k-3,.my-5k-3{margin-bottom:1rem!important}.ml-5k-3,.mx-5k-3{margin-left:1rem!important}.m-5k-4{margin:1.5rem!important}.mt-5k-4,.my-5k-4{margin-top:1.5rem!important}.mr-5k-4,.mx-5k-4{margin-right:1.5rem!important}.mb-5k-4,.my-5k-4{margin-bottom:1.5rem!important}.ml-5k-4,.mx-5k-4{margin-left:1.5rem!important}.m-5k-5{margin:3rem!important}.mt-5k-5,.my-5k-5{margin-top:3rem!important}.mr-5k-5,.mx-5k-5{margin-right:3rem!important}.mb-5k-5,.my-5k-5{margin-bottom:3rem!important}.ml-5k-5,.mx-5k-5{margin-left:3rem!important}.p-5k-0{padding:0!important}.pt-5k-0,.py-5k-0{padding-top:0!important}.pr-5k-0,.px-5k-0{padding-right:0!important}.pb-5k-0,.py-5k-0{padding-bottom:0!important}.pl-5k-0,.px-5k-0{padding-left:0!important}.p-5k-1{padding:.25rem!important}.pt-5k-1,.py-5k-1{padding-top:.25rem!important}.pr-5k-1,.px-5k-1{padding-right:.25rem!important}.pb-5k-1,.py-5k-1{padding-bottom:.25rem!important}.pl-5k-1,.px-5k-1{padding-left:.25rem!important}.p-5k-2{padding:.5rem!important}.pt-5k-2,.py-5k-2{padding-top:.5rem!important}.pr-5k-2,.px-5k-2{padding-right:.5rem!important}.pb-5k-2,.py-5k-2{padding-bottom:.5rem!important}.pl-5k-2,.px-5k-2{padding-left:.5rem!important}.p-5k-3{padding:1rem!important}.pt-5k-3,.py-5k-3{padding-top:1rem!important}.pr-5k-3,.px-5k-3{padding-right:1rem!important}.pb-5k-3,.py-5k-3{padding-bottom:1rem!important}.pl-5k-3,.px-5k-3{padding-left:1rem!important}.p-5k-4{padding:1.5rem!important}.pt-5k-4,.py-5k-4{padding-top:1.5rem!important}.pr-5k-4,.px-5k-4{padding-right:1.5rem!important}.pb-5k-4,.py-5k-4{padding-bottom:1.5rem!important}.pl-5k-4,.px-5k-4{padding-left:1.5rem!important}.p-5k-5{padding:3rem!important}.pt-5k-5,.py-5k-5{padding-top:3rem!important}.pr-5k-5,.px-5k-5{padding-right:3rem!important}.pb-5k-5,.py-5k-5{padding-bottom:3rem!important}.pl-5k-5,.px-5k-5{padding-left:3rem!important}.m-5k-n1{margin:-.25rem!important}.mt-5k-n1,.my-5k-n1{margin-top:-.25rem!important}.mr-5k-n1,.mx-5k-n1{margin-right:-.25rem!important}.mb-5k-n1,.my-5k-n1{margin-bottom:-.25rem!important}.ml-5k-n1,.mx-5k-n1{margin-left:-.25rem!important}.m-5k-n2{margin:-.5rem!important}.mt-5k-n2,.my-5k-n2{margin-top:-.5rem!important}.mr-5k-n2,.mx-5k-n2{margin-right:-.5rem!important}.mb-5k-n2,.my-5k-n2{margin-bottom:-.5rem!important}.ml-5k-n2,.mx-5k-n2{margin-left:-.5rem!important}.m-5k-n3{margin:-1rem!important}.mt-5k-n3,.my-5k-n3{margin-top:-1rem!important}.mr-5k-n3,.mx-5k-n3{margin-right:-1rem!important}.mb-5k-n3,.my-5k-n3{margin-bottom:-1rem!important}.ml-5k-n3,.mx-5k-n3{margin-left:-1rem!important}.m-5k-n4{margin:-1.5rem!important}.mt-5k-n4,.my-5k-n4{margin-top:-1.5rem!important}.mr-5k-n4,.mx-5k-n4{margin-right:-1.5rem!important}.mb-5k-n4,.my-5k-n4{margin-bottom:-1.5rem!important}.ml-5k-n4,.mx-5k-n4{margin-left:-1.5rem!important}.m-5k-n5{margin:-3rem!important}.mt-5k-n5,.my-5k-n5{margin-top:-3rem!important}.mr-5k-n5,.mx-5k-n5{margin-right:-3rem!important}.mb-5k-n5,.my-5k-n5{margin-bottom:-3rem!important}.ml-5k-n5,.mx-5k-n5{margin-left:-3rem!important}.m-5k-auto{margin:auto!important}.mt-5k-auto,.my-5k-auto{margin-top:auto!important}.mr-5k-auto,.mx-5k-auto{margin-right:auto!important}.mb-5k-auto,.my-5k-auto{margin-bottom:auto!important}.ml-5k-auto,.mx-5k-auto{margin-left:auto!important}}@media (min-width:7680px){.m-8k-0{margin:0!important}.mt-8k-0,.my-8k-0{margin-top:0!important}.mr-8k-0,.mx-8k-0{margin-right:0!important}.mb-8k-0,.my-8k-0{margin-bottom:0!important}.ml-8k-0,.mx-8k-0{margin-left:0!important}.m-8k-1{margin:.25rem!important}.mt-8k-1,.my-8k-1{margin-top:.25rem!important}.mr-8k-1,.mx-8k-1{margin-right:.25rem!important}.mb-8k-1,.my-8k-1{margin-bottom:.25rem!important}.ml-8k-1,.mx-8k-1{margin-left:.25rem!important}.m-8k-2{margin:.5rem!important}.mt-8k-2,.my-8k-2{margin-top:.5rem!important}.mr-8k-2,.mx-8k-2{margin-right:.5rem!important}.mb-8k-2,.my-8k-2{margin-bottom:.5rem!important}.ml-8k-2,.mx-8k-2{margin-left:.5rem!important}.m-8k-3{margin:1rem!important}.mt-8k-3,.my-8k-3{margin-top:1rem!important}.mr-8k-3,.mx-8k-3{margin-right:1rem!important}.mb-8k-3,.my-8k-3{margin-bottom:1rem!important}.ml-8k-3,.mx-8k-3{margin-left:1rem!important}.m-8k-4{margin:1.5rem!important}.mt-8k-4,.my-8k-4{margin-top:1.5rem!important}.mr-8k-4,.mx-8k-4{margin-right:1.5rem!important}.mb-8k-4,.my-8k-4{margin-bottom:1.5rem!important}.ml-8k-4,.mx-8k-4{margin-left:1.5rem!important}.m-8k-5{margin:3rem!important}.mt-8k-5,.my-8k-5{margin-top:3rem!important}.mr-8k-5,.mx-8k-5{margin-right:3rem!important}.mb-8k-5,.my-8k-5{margin-bottom:3rem!important}.ml-8k-5,.mx-8k-5{margin-left:3rem!important}.p-8k-0{padding:0!important}.pt-8k-0,.py-8k-0{padding-top:0!important}.pr-8k-0,.px-8k-0{padding-right:0!important}.pb-8k-0,.py-8k-0{padding-bottom:0!important}.pl-8k-0,.px-8k-0{padding-left:0!important}.p-8k-1{padding:.25rem!important}.pt-8k-1,.py-8k-1{padding-top:.25rem!important}.pr-8k-1,.px-8k-1{padding-right:.25rem!important}.pb-8k-1,.py-8k-1{padding-bottom:.25rem!important}.pl-8k-1,.px-8k-1{padding-left:.25rem!important}.p-8k-2{padding:.5rem!important}.pt-8k-2,.py-8k-2{padding-top:.5rem!important}.pr-8k-2,.px-8k-2{padding-right:.5rem!important}.pb-8k-2,.py-8k-2{padding-bottom:.5rem!important}.pl-8k-2,.px-8k-2{padding-left:.5rem!important}.p-8k-3{padding:1rem!important}.pt-8k-3,.py-8k-3{padding-top:1rem!important}.pr-8k-3,.px-8k-3{padding-right:1rem!important}.pb-8k-3,.py-8k-3{padding-bottom:1rem!important}.pl-8k-3,.px-8k-3{padding-left:1rem!important}.p-8k-4{padding:1.5rem!important}.pt-8k-4,.py-8k-4{padding-top:1.5rem!important}.pr-8k-4,.px-8k-4{padding-right:1.5rem!important}.pb-8k-4,.py-8k-4{padding-bottom:1.5rem!important}.pl-8k-4,.px-8k-4{padding-left:1.5rem!important}.p-8k-5{padding:3rem!important}.pt-8k-5,.py-8k-5{padding-top:3rem!important}.pr-8k-5,.px-8k-5{padding-right:3rem!important}.pb-8k-5,.py-8k-5{padding-bottom:3rem!important}.pl-8k-5,.px-8k-5{padding-left:3rem!important}.m-8k-n1{margin:-.25rem!important}.mt-8k-n1,.my-8k-n1{margin-top:-.25rem!important}.mr-8k-n1,.mx-8k-n1{margin-right:-.25rem!important}.mb-8k-n1,.my-8k-n1{margin-bottom:-.25rem!important}.ml-8k-n1,.mx-8k-n1{margin-left:-.25rem!important}.m-8k-n2{margin:-.5rem!important}.mt-8k-n2,.my-8k-n2{margin-top:-.5rem!important}.mr-8k-n2,.mx-8k-n2{margin-right:-.5rem!important}.mb-8k-n2,.my-8k-n2{margin-bottom:-.5rem!important}.ml-8k-n2,.mx-8k-n2{margin-left:-.5rem!important}.m-8k-n3{margin:-1rem!important}.mt-8k-n3,.my-8k-n3{margin-top:-1rem!important}.mr-8k-n3,.mx-8k-n3{margin-right:-1rem!important}.mb-8k-n3,.my-8k-n3{margin-bottom:-1rem!important}.ml-8k-n3,.mx-8k-n3{margin-left:-1rem!important}.m-8k-n4{margin:-1.5rem!important}.mt-8k-n4,.my-8k-n4{margin-top:-1.5rem!important}.mr-8k-n4,.mx-8k-n4{margin-right:-1.5rem!important}.mb-8k-n4,.my-8k-n4{margin-bottom:-1.5rem!important}.ml-8k-n4,.mx-8k-n4{margin-left:-1.5rem!important}.m-8k-n5{margin:-3rem!important}.mt-8k-n5,.my-8k-n5{margin-top:-3rem!important}.mr-8k-n5,.mx-8k-n5{margin-right:-3rem!important}.mb-8k-n5,.my-8k-n5{margin-bottom:-3rem!important}.ml-8k-n5,.mx-8k-n5{margin-left:-3rem!important}.m-8k-auto{margin:auto!important}.mt-8k-auto,.my-8k-auto{margin-top:auto!important}.mr-8k-auto,.mx-8k-auto{margin-right:auto!important}.mb-8k-auto,.my-8k-auto{margin-bottom:auto!important}.ml-8k-auto,.mx-8k-auto{margin-left:auto!important}}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.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){.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){.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){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1366px){.text-hd-left{text-align:left!important}.text-hd-right{text-align:right!important}.text-hd-center{text-align:center!important}}@media (min-width:1920px){.text-fhd-left{text-align:left!important}.text-fhd-right{text-align:right!important}.text-fhd-center{text-align:center!important}}@media (min-width:2560px){.text-rt-left{text-align:left!important}.text-rt-right{text-align:right!important}.text-rt-center{text-align:center!important}}@media (min-width:2880px){.text-rt15-left{text-align:left!important}.text-rt15-right{text-align:right!important}.text-rt15-center{text-align:center!important}}@media (min-width:3840px){.text-4k-left{text-align:left!important}.text-4k-right{text-align:right!important}.text-4k-center{text-align:center!important}}@media (min-width:5120px){.text-5k-left{text-align:left!important}.text-5k-right{text-align:right!important}.text-5k-center{text-align:center!important}}@media (min-width:7680px){.text-8k-left{text-align:left!important}.text-8k-right{text-align:right!important}.text-8k-center{text-align:center!important}} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 54c77f7..8e972ee 100644 --- a/docs/index.html +++ b/docs/index.html @@ -42,36 +42,36 @@ text-align: center; border-radius: 4px; } - .visible-on .col-xs-12 .hidden-xlg, + .visible-on .col-xs-12 .hidden-hd, .visible-on .col-xs-12 .hidden-fhd, .visible-on .col-xs-12 .hidden-rt, .visible-on .col-xs-12 .hidden-rt15, - .visible-on .col-xs-12 .hidden-uhd, .visible-on .col-xs-12 .hidden-4k, + .visible-on .col-xs-12 .hidden-5k, .visible-on .col-xs-12 .hidden-8k, - .hidden-on .col-xs-12 .hidden-xlg, + .hidden-on .col-xs-12 .hidden-hd, .hidden-on .col-xs-12 .hidden-fhd, .hidden-on .col-xs-12 .hidden-rt, .hidden-on .col-xs-12 .hidden-rt15, - .hidden-on .col-xs-12 .hidden-uhd, .hidden-on .col-xs-12 .hidden-4k, + .hidden-on .col-xs-12 .hidden-5k, .hidden-on .col-xs-12 .hidden-8k { color: #999; border: 1px solid #ddd; } - .visible-on .col-xs-12 .visible-xlg, + .visible-on .col-xs-12 .visible-hd, .visible-on .col-xs-12 .visible-fhd, .visible-on .col-xs-12 .visible-rt, .visible-on .col-xs-12 .visible-rt15, - .visible-on .col-xs-12 .visible-uhd, .visible-on .col-xs-12 .visible-4k, + .visible-on .col-xs-12 .visible-5k, .visible-on .col-xs-12 .visible-8k, - .hidden-on .col-xs-12 .visible-xlg, + .hidden-on .col-xs-12 .visible-hd, .hidden-on .col-xs-12 .visible-fhd, .hidden-on .col-xs-12 .visible-rt, .hidden-on .col-xs-12 .visible-rt15, - .hidden-on .col-xs-12 .visible-uhd, .hidden-on .col-xs-12 .visible-4k, + .hidden-on .col-xs-12 .visible-5k, .hidden-on .col-xs-12 .visible-8k { color: #468847; background-color: #dff0d8; @@ -146,7 +146,7 @@

Grid Options

- 720p + HD Ready 720p ≥1366px @@ -154,7 +154,7 @@

Grid Options

≥1920px - Retina 1440p + 13" Retina ≥2560px @@ -162,16 +162,16 @@

Grid Options

≥2880px - UHD + UHD 4K ≥3840px - 4K - ≥4096px + 5K + ≥5120px 8K - ≥8192px + ≥7680px @@ -193,12 +193,12 @@

Grid Options

--> Class prefix - .col-xlg- + .col-hd- .col-fhd- .col-rt- .col-rt15- - .col-uhd- .col-4k- + .col-5k- .col-8k- @@ -251,7 +251,7 @@

Available Classes

- 720p + HD Ready 720p ≥1366px @@ -259,7 +259,7 @@

Available Classes

≥1920px - Retina + 13" Retina ≥2560px @@ -267,22 +267,22 @@

Available Classes

≥2880px - UHD + UHD 4K ≥3840px - 4K - ≥4096px + 5K + ≥5120px 8K - ≥8192px + ≥7680px - .visible-xlg + .visible-hd Visible Hidden Hidden @@ -322,7 +322,7 @@

Available Classes

Hidden - .visible-uhd + .visible-4k Hidden Hidden Hidden @@ -332,7 +332,7 @@

Available Classes

Hidden - .visible-4k + .visible-5k Hidden Hidden Hidden @@ -354,7 +354,7 @@

Available Classes

- .hidden-xlg + .hidden-hd Hidden Visible Visible @@ -394,7 +394,7 @@

Available Classes

Visible - .hidden-uhd + .hidden-4k Visible Visible Visible @@ -404,7 +404,7 @@

Available Classes

Visible - .hidden-4k + .hidden-5k Visible Visible Visible @@ -434,8 +434,8 @@

Visible on...

Green checkmarks indicate the element is visible in your current viewport.

- 720p - ✔ Visible on 720p + 720p + ✔ Visible on 720p
1080p @@ -443,8 +443,8 @@

Visible on...

- 1440p - ✔ Visible on 1440p + Retina 13" + ✔ Visible on Retina 13"
Retina 15" @@ -453,17 +453,17 @@

Visible on...

- UHD - ✔ Visible on UHD + UHD 4K + ✔ Visible on 4K
- 4k - ✔ Visible on 4k + 5K + ✔ Visible on 5K
- 8k - ✔ Visible on 8k + 8K + ✔ Visible on 8K
@@ -471,8 +471,8 @@

Hidden on...

Here, green checkmarks also indicate the element is hidden in your current viewport.

- 720p - ✔ Visible on 720p + 720p + ✔ Visible on 720p
1080p @@ -480,8 +480,8 @@

Hidden on...

- 1440p - ✔ Visible on 1440p + Retina 13" + ✔ Visible on Retina 13"
Retina 15" @@ -491,17 +491,17 @@

Hidden on...

- UHD - ✔ Visible on UHD + UHD 4K + ✔ Visible on UHD 4K
- 4k - ✔ Visible on 4k + 5K + ✔ Visible on 5K
- 8k - ✔ Visible on 8k + 8K + ✔ Visible on 8K
diff --git a/less/big-grid.less b/less/big-grid.less deleted file mode 100644 index 7a049b4..0000000 --- a/less/big-grid.less +++ /dev/null @@ -1,13 +0,0 @@ -/*! - * Bootstrap Big Grid v0.2.0 - * Copyright 2013 BenWhitehead - * Licensed under http://www.apache.org/licenses/LICENSE-2.0 - */ - -@import "../bower_components/bootstrap/less/mixins"; -@import "../bower_components/bootstrap/less/variables"; -@import "variables"; - -@import "grid"; - -@import "responsive-utilities"; diff --git a/less/grid.less b/less/grid.less deleted file mode 100644 index 8811e8e..0000000 --- a/less/grid.less +++ /dev/null @@ -1,27 +0,0 @@ -@media (min-width: @screen-xlg-min) { - .make-grid(xlg); -} - -@media (min-width: @screen-fhd-min) { - .make-grid(fhd); -} - -@media (min-width: @screen-rt-min) { - .make-grid(rt); -} - -@media (min-width: @screen-rt15-min) { - .make-grid(rt15); -} - -@media (min-width: @screen-uhd-min) { - .make-grid(uhd); -} - -@media (min-width: @screen-4k-min) { - .make-grid(4k); -} - -@media (min-width: @screen-8k-min) { - .make-grid(8k); -} diff --git a/less/responsive-utilities.less b/less/responsive-utilities.less deleted file mode 100644 index 887893b..0000000 --- a/less/responsive-utilities.less +++ /dev/null @@ -1,1248 +0,0 @@ -@import "variables"; - -// Visibility utilities - -.visible-xs { - .responsive-invisibility(); - @media (max-width: @screen-xs-max) { - .responsive-visibility(); - } - &.visible-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-visibility(); - } - } - &.visible-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-visibility(); - } - } - &.visible-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-visibility(); - } - } - &.visible-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-visibility(); - } - } - &.visible-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-visibility(); - } - } - &.visible-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-visibility(); - } - } - &.visible-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-visibility(); - } - } - &.visible-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-visibility(); - } - } - &.visible-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-visibility(); - } - } - &.visible-8k { - @media (min-width: @screen-8k-min) { - .responsive-visibility(); - } - } -} - -.visible-sm { - .responsive-invisibility(); - &.visible-xs { - @media (max-width: @screen-xs-max) { - .responsive-visibility(); - } - } - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-visibility(); - } - &.visible-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-visibility(); - } - } - &.visible-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-visibility(); - } - } - &.visible-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-visibility(); - } - } - &.visible-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-visibility(); - } - } - &.visible-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-visibility(); - } - } - &.visible-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-visibility(); - } - } - &.visible-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-visibility(); - } - } - &.visible-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-visibility(); - } - } - &.visible-8k { - @media (min-width: @screen-8k-min) { - .responsive-visibility(); - } - } -} - -.visible-md { - .responsive-invisibility(); - &.visible-xs { - @media (max-width: @screen-xs-max) { - .responsive-visibility(); - } - } - &.visible-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-visibility(); - } - } - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-visibility(); - } - &.visible-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-visibility(); - } - } - &.visible-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-visibility(); - } - } - &.visible-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-visibility(); - } - } - &.visible-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-visibility(); - } - } - &.visible-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-visibility(); - } - } - &.visible-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-visibility(); - } - } - &.visible-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-visibility(); - } - } - &.visible-8k { - @media (min-width: @screen-8k-min) { - .responsive-visibility(); - } - } -} - -.visible-lg { - .responsive-invisibility(); - &.visible-xs { - @media (max-width: @screen-xs-max) { - .responsive-visibility(); - } - } - &.visible-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-visibility(); - } - } - &.visible-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-visibility(); - } - } - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-visibility(); - } - &.visible-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-visibility(); - } - } - &.visible-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-visibility(); - } - } - &.visible-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-visibility(); - } - } - &.visible-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-visibility(); - } - } - &.visible-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-visibility(); - } - } - &.visible-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-visibility(); - } - } - &.visible-8k { - @media (min-width: @screen-8k-min) { - .responsive-visibility(); - } - } -} - -.visible-xlg { - .responsive-invisibility(); - &.visible-xs { - @media (max-width: @screen-xs-max) { - .responsive-visibility(); - } - } - &.visible-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-visibility(); - } - } - &.visible-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-visibility(); - } - } - &.visible-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-visibility(); - } - } - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-visibility(); - } - &.visible-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-visibility(); - } - } - &.visible-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-visibility(); - } - } - &.visible-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-visibility(); - } - } - &.visible-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-visibility(); - } - } - &.visible-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-visibility(); - } - } - &.visible-8k { - @media (min-width: @screen-8k-min) { - .responsive-visibility(); - } - } -} - -.visible-fhd { - .responsive-invisibility(); - &.visible-xs { - @media (max-width: @screen-xs-max) { - .responsive-visibility(); - } - } - &.visible-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-visibility(); - } - } - &.visible-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-visibility(); - } - } - &.visible-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-visibility(); - } - } - &.visible-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-visibility(); - } - } - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-visibility(); - } - &.visible-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-visibility(); - } - } - &.visible-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-visibility(); - } - } - &.visible-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-visibility(); - } - } - &.visible-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-visibility(); - } - } - &.visible-8k { - @media (min-width: @screen-8k-min) { - .responsive-visibility(); - } - } -} - -.visible-rt { - .responsive-invisibility(); - &.visible-xs { - @media (max-width: @screen-xs-max) { - .responsive-visibility(); - } - } - &.visible-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-visibility(); - } - } - &.visible-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-visibility(); - } - } - &.visible-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-visibility(); - } - } - &.visible-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-visibility(); - } - } - &.visible-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-visibility(); - } - } - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-visibility(); - } - &.visible-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-visibility(); - } - } - &.visible-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-visibility(); - } - } - &.visible-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-visibility(); - } - } - &.visible-8k { - @media (min-width: @screen-8k-min) { - .responsive-visibility(); - } - } -} - -.visible-rt15 { - .responsive-invisibility(); - &.visible-xs { - @media (max-width: @screen-xs-max) { - .responsive-visibility(); - } - } - &.visible-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-visibility(); - } - } - &.visible-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-visibility(); - } - } - &.visible-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-visibility(); - } - } - &.visible-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-visibility(); - } - } - &.visible-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-visibility(); - } - } - &.visible-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-visibility(); - } - } - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-visibility(); - } - &.visible-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-visibility(); - } - } - &.visible-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-visibility(); - } - } - &.visible-8k { - @media (min-width: @screen-8k-min) { - .responsive-visibility(); - } - } -} - -.visible-uhd { - .responsive-invisibility(); - &.visible-xs { - @media (max-width: @screen-xs-max) { - .responsive-visibility(); - } - } - &.visible-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-visibility(); - } - } - &.visible-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-visibility(); - } - } - &.visible-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-visibility(); - } - } - &.visible-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-visibility(); - } - } - &.visible-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-visibility(); - } - } - &.visible-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-visibility(); - } - } - &.visible-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-visibility(); - } - } - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-visibility(); - } - &.visible-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-visibility(); - } - } - &.visible-8k { - @media (min-width: @screen-8k-min) { - .responsive-visibility(); - } - } -} - -.visible-4k { - .responsive-invisibility(); - &.visible-xs { - @media (max-width: @screen-xs-max) { - .responsive-visibility(); - } - } - &.visible-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-visibility(); - } - } - &.visible-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-visibility(); - } - } - &.visible-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-visibility(); - } - } - &.visible-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-visibility(); - } - } - &.visible-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-visibility(); - } - } - &.visible-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-visibility(); - } - } - &.visible-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-visibility(); - } - } - &.visible-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-visibility(); - } - } - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-visibility(); - } - &.visible-8k { - @media (min-width: @screen-8k-min) { - .responsive-visibility(); - } - } -} - -.visible-8k { - .responsive-invisibility(); - &.visible-xs { - @media (max-width: @screen-xs-max) { - .responsive-visibility(); - } - } - &.visible-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-visibility(); - } - } - &.visible-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-visibility(); - } - } - &.visible-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-visibility(); - } - } - &.visible-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-visibility(); - } - } - &.visible-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-visibility(); - } - } - &.visible-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-visibility(); - } - } - &.visible-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-visibility(); - } - } - &.visible-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-visibility(); - } - } - &.visible-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-visibility(); - } - } - @media (min-width: @screen-8k-min) { - .responsive-visibility(); - } -} - -// Hidden Utilities -.hidden-xs { - .responsive-visibility(); - @media (max-width: @screen-xs-max) { - .responsive-invisibility(); - } - &.hidden-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-invisibility(); - } - } - &.hidden-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-invisibility(); - } - } - &.hidden-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-invisibility(); - } - } - &.hidden-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-invisibility(); - } - } - &.hidden-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-invisibility(); - } - } - &.hidden-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-invisibility(); - } - } - &.hidden-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-invisibility(); - } - } - &.hidden-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-invisibility(); - } - } - &.hidden-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-invisibility(); - } - } - &.hidden-8k { - @media (min-width: @screen-8k-min) { - .responsive-invisibility(); - } - } -} -.hidden-sm { - .responsive-visibility(); - &.hidden-xs { - @media (max-width: @screen-xs-max) { - .responsive-invisibility(); - } - } - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-invisibility(); - } - &.hidden-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-invisibility(); - } - } - &.hidden-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-invisibility(); - } - } - &.hidden-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-invisibility(); - } - } - &.hidden-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-invisibility(); - } - } - &.hidden-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-invisibility(); - } - } - &.hidden-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-invisibility(); - } - } - &.hidden-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-invisibility(); - } - } - &.hidden-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-invisibility(); - } - } - &.hidden-8k { - @media (min-width: @screen-8k-min) { - .responsive-invisibility(); - } - } -} -.hidden-md { - .responsive-visibility(); - &.hidden-xs { - @media (max-width: @screen-xs-max) { - .responsive-invisibility(); - } - } - &.hidden-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-invisibility(); - } - } - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-invisibility(); - } - &.hidden-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-invisibility(); - } - } - &.hidden-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-invisibility(); - } - } - &.hidden-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-invisibility(); - } - } - &.hidden-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-invisibility(); - } - } - &.hidden-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-invisibility(); - } - } - &.hidden-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-invisibility(); - } - } - &.hidden-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-invisibility(); - } - } - &.hidden-8k { - @media (min-width: @screen-8k-min) { - .responsive-invisibility(); - } - } -} -.hidden-lg { - .responsive-visibility(); - &.hidden-xs { - @media (max-width: @screen-xs-max) { - .responsive-invisibility(); - } - } - &.hidden-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-invisibility(); - } - } - &.hidden-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-invisibility(); - } - } - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-invisibility(); - } - &.hidden-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-invisibility(); - } - } - &.hidden-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-invisibility(); - } - } - &.hidden-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-invisibility(); - } - } - &.hidden-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-invisibility(); - } - } - &.hidden-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-invisibility(); - } - } - &.hidden-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-invisibility(); - } - } - &.hidden-8k { - @media (min-width: @screen-8k-min) { - .responsive-invisibility(); - } - } -} -.hidden-xlg { - .responsive-visibility(); - &.hidden-xs { - @media (max-width: @screen-xs-max) { - .responsive-invisibility(); - } - } - &.hidden-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-invisibility(); - } - } - &.hidden-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-invisibility(); - } - } - &.hidden-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-invisibility(); - } - } - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-invisibility(); - } - &.hidden-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-invisibility(); - } - } - &.hidden-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-invisibility(); - } - } - &.hidden-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-invisibility(); - } - } - &.hidden-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-invisibility(); - } - } - &.hidden-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-invisibility(); - } - } - &.hidden-8k { - @media (min-width: @screen-8k-min) { - .responsive-invisibility(); - } - } -} -.hidden-fhd { - .responsive-visibility(); - &.hidden-xs { - @media (max-width: @screen-xs-max) { - .responsive-invisibility(); - } - } - &.hidden-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-invisibility(); - } - } - &.hidden-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-invisibility(); - } - } - &.hidden-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-invisibility(); - } - } - &.hidden-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-invisibility(); - } - } - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-invisibility(); - } - &.hidden-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-invisibility(); - } - } - &.hidden-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-invisibility(); - } - } - &.hidden-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-invisibility(); - } - } - &.hidden-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-invisibility(); - } - } - &.hidden-8k { - @media (min-width: @screen-8k-min) { - .responsive-invisibility(); - } - } -} -.hidden-rt { - .responsive-visibility(); - &.hidden-xs { - @media (max-width: @screen-xs-max) { - .responsive-invisibility(); - } - } - &.hidden-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-invisibility(); - } - } - &.hidden-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-invisibility(); - } - } - &.hidden-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-invisibility(); - } - } - &.hidden-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-invisibility(); - } - } - &.hidden-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-invisibility(); - } - } - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-invisibility(); - } - &.hidden-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-invisibility(); - } - } - &.hidden-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-invisibility(); - } - } - &.hidden-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-invisibility(); - } - } - &.hidden-8k { - @media (min-width: @screen-8k-min) { - .responsive-invisibility(); - } - } -} -.hidden-rt15 { - .responsive-visibility(); - &.hidden-xs { - @media (max-width: @screen-xs-max) { - .responsive-invisibility(); - } - } - &.hidden-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-invisibility(); - } - } - &.hidden-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-invisibility(); - } - } - &.hidden-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-invisibility(); - } - } - &.hidden-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-invisibility(); - } - } - &.hidden-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-invisibility(); - } - } - &.hidden-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-invisibility(); - } - } - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-invisibility(); - } - &.hidden-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-invisibility(); - } - } - &.hidden-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-invisibility(); - } - } - &.hidden-8k { - @media (min-width: @screen-8k-min) { - .responsive-invisibility(); - } - } -} -.hidden-uhd { - .responsive-visibility(); - &.hidden-xs { - @media (max-width: @screen-xs-max) { - .responsive-invisibility(); - } - } - &.hidden-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-invisibility(); - } - } - &.hidden-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-invisibility(); - } - } - &.hidden-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-invisibility(); - } - } - &.hidden-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-invisibility(); - } - } - &.hidden-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-invisibility(); - } - } - &.hidden-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-invisibility(); - } - } - &.hidden-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-invisibility(); - } - } - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-invisibility(); - } - &.hidden-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-invisibility(); - } - } - &.hidden-8k { - @media (min-width: @screen-8k-min) { - .responsive-invisibility(); - } - } -} -.hidden-4k { - .responsive-visibility(); - &.hidden-xs { - @media (max-width: @screen-xs-max) { - .responsive-invisibility(); - } - } - &.hidden-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-invisibility(); - } - } - &.hidden-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-invisibility(); - } - } - &.hidden-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-invisibility(); - } - } - &.hidden-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-invisibility(); - } - } - &.hidden-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-invisibility(); - } - } - &.hidden-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-invisibility(); - } - } - &.hidden-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-invisibility(); - } - } - &.hidden-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-invisibility(); - } - } - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-invisibility(); - } - &.hidden-8k { - @media (min-width: @screen-8k-min) { - .responsive-invisibility(); - } - } -} -.hidden-8k { - .responsive-visibility(); - &.hidden-xs { - @media (max-width: @screen-xs-max) { - .responsive-invisibility(); - } - } - &.hidden-sm { - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { - .responsive-invisibility(); - } - } - &.hidden-md { - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { - .responsive-invisibility(); - } - } - &.hidden-lg { - @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) { - .responsive-invisibility(); - } - } - &.hidden-xlg { - @media (min-width: @screen-xlg-min) and (max-width: @screen-xlg-max) { - .responsive-invisibility(); - } - } - &.hidden-fhd { - @media (min-width: @screen-fhd-min) and (max-width: @screen-fhd-max) { - .responsive-invisibility(); - } - } - &.hidden-rt { - @media (min-width: @screen-rt-min) and (max-width: @screen-rt-max) { - .responsive-invisibility(); - } - } - &.hidden-rt15 { - @media (min-width: @screen-rt15-min) and (max-width: @screen-rt15-max) { - .responsive-invisibility(); - } - } - &.hidden-uhd { - @media (min-width: @screen-uhd-min) and (max-width: @screen-uhd-max) { - .responsive-invisibility(); - } - } - &.hidden-4k { - @media (min-width: @screen-4k-min) and (max-width: @screen-4k-max) { - .responsive-invisibility(); - } - } - @media (min-width: @screen-8k-min) { - .responsive-invisibility(); - } -} diff --git a/less/variables.less b/less/variables.less deleted file mode 100644 index c635e24..0000000 --- a/less/variables.less +++ /dev/null @@ -1,36 +0,0 @@ -@screen-xlg-min: 1366px; - -@screen-fhd-min: 1920px; - -@screen-rt-min: 2560px; - -@screen-rt15-min: 2880px; - -@screen-uhd-min: 3840px; - -@screen-4k-min: 4096px; - -@screen-8k-min: 8192px; - -@screen-lg-max: (@screen-xlg-min - 1); -@screen-xlg-max: (@screen-fhd-min - 1); -@screen-fhd-max: (@screen-rt-min - 1); -@screen-rt-max: (@screen-rt15-min - 1); -@screen-rt15-max: (@screen-uhd-min - 1); -@screen-uhd-max: (@screen-4k-min - 1); -@screen-4k-max: (@screen-8k-min - 1); - -@container-xlg-desktop: ((1306px + @grid-gutter-width)); -@container-xlg: @container-xlg-desktop; -@container-fhd-desktop: ((1860px + @grid-gutter-width)); -@container-fhd: @container-fhd-desktop; -@container-rt-desktop: ((2500px + @grid-gutter-width)); -@container-rt: @container-rt-desktop; -@container-rt15-desktop: ((2820px + @grid-gutter-width)); -@container-rt15: @container-rt15-desktop; -@container-uhd-desktop: ((3840px + @grid-gutter-width)); -@container-uhd: @container-uhd-desktop; -@container-4k-desktop: ((4036px + @grid-gutter-width)); -@container-4k: @container-4k-desktop; -@container-8k-desktop: ((8132px + @grid-gutter-width)); -@container-8k: @container-8k-desktop; diff --git a/package.json b/package.json index 36de0d9..b7a6f09 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,16 @@ { "name": "bootstrap-big-grid", "description": "A set of larger grid options for Bootstrap.", - "version": "0.2.0", - "keywords": ["bootstrap", "css", "grid"], + "version": "0.3.0", + "keywords": [ + "bootstrap", + "css", + "grid" + ], "main": "Gruntfile.js", "author": "BenWhitehead", "homepage": "https://github.com/BenWhitehead/bootstrap-big-grid", - "repository": { - "type": "git", - "url": "https://github.com/BenWhitehead/bootstrap-big-grid.git" - }, + "repository": "https://github.com/BenWhitehead/bootstrap-big-grid.git", "bugs": { "url": "https://github.com/BenWhitehead/bootstrap-big-grid/issues" }, @@ -20,11 +21,15 @@ } ], "devDependencies": { - "bower": "~1.2.7", - "grunt": "~0.4.2", - "grunt-cli": "~0.1.11", - "grunt-contrib-watch": "~0.5.3", - "grunt-contrib-connect": "~0.5.0", - "grunt-contrib-less": "~0.8.2" - } + "bootstrap": "^4.4.1", + "grunt": "~1.0.4", + "grunt-cli": "~1.3.2", + "grunt-contrib-connect": "~2.1.0", + "grunt-contrib-less": "~2.0.0", + "grunt-contrib-watch": "~1.1.0", + "jquery": "^3.4.1", + "popper.js": "^1.16.0" + }, + "dependencies": {}, + "license": "Apache-2.0" } diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss new file mode 100644 index 0000000..6661b75 --- /dev/null +++ b/scss/_dropdown.scss @@ -0,0 +1,15 @@ +@each $breakpoint in map-keys($grid-breakpoints) { + @include media-breakpoint-up($breakpoint) { + $infix: breakpoint-infix($breakpoint, $grid-breakpoints); + + .dropdown-menu#{$infix}-left { + right: auto; + left: 0; + } + + .dropdown-menu#{$infix}-right { + right: 0; + left: auto; + } + } +} diff --git a/scss/_list-group.scss b/scss/_list-group.scss new file mode 100644 index 0000000..528b472 --- /dev/null +++ b/scss/_list-group.scss @@ -0,0 +1,39 @@ +// Horizontal +// +// Change the layout of list group items from vertical (default) to horizontal. + +@each $breakpoint in map-keys($grid-breakpoints) { + @include media-breakpoint-up($breakpoint) { + $infix: breakpoint-infix($breakpoint, $grid-breakpoints); + + .list-group-horizontal#{$infix} { + flex-direction: row; + + .list-group-item { + &:first-child { + @include border-bottom-left-radius($list-group-border-radius); + @include border-top-right-radius(0); + } + + &:last-child { + @include border-top-right-radius($list-group-border-radius); + @include border-bottom-left-radius(0); + } + + &.active { + margin-top: 0; + } + + & + .list-group-item { + border-top-width: $list-group-border-width; + border-left-width: 0; + + &.active { + margin-left: -$list-group-border-width; + border-left-width: $list-group-border-width; + } + } + } + } + } +} diff --git a/scss/_navbar.scss b/scss/_navbar.scss new file mode 100644 index 0000000..aa3ea8b --- /dev/null +++ b/scss/_navbar.scss @@ -0,0 +1,108 @@ +// Navbar +// +// Provide a static navbar from which we expand to create full-width, fixed, and +// other navbar variations. + +.navbar { + position: relative; + display: flex; + flex-wrap: wrap; // allow us to do the line break for collapsing content + align-items: center; + justify-content: space-between; // space out brand from logo + padding: $navbar-padding-y $navbar-padding-x; + + // Because flex properties aren't inherited, we need to redeclare these first + // few properties so that content nested within behave properly. + %container-flex-properties { + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; + } + + .container, + .container-fluid { + @extend %container-flex-properties; + } + + @each $breakpoint, $container-max-width in $container-max-widths { + > .container#{breakpoint-infix($breakpoint, $container-max-widths)} { + @extend %container-flex-properties; + } + } +} + + +// Generate series of `.navbar-expand-*` responsive classes for configuring +// where your navbar collapses. +.navbar-expand { + @each $breakpoint in map-keys($grid-breakpoints) { + $next: breakpoint-next($breakpoint, $grid-breakpoints); + $infix: breakpoint-infix($next, $grid-breakpoints); + + &#{$infix} { + @include media-breakpoint-down($breakpoint) { + %container-navbar-expand-#{$breakpoint} { + padding-right: 0; + padding-left: 0; + } + + > .container, + > .container-fluid { + @extend %container-navbar-expand-#{$breakpoint}; + } + + @each $size, $container-max-width in $container-max-widths { + > .container#{breakpoint-infix($size, $container-max-widths)} { + @extend %container-navbar-expand-#{$breakpoint}; + } + } + } + + @include media-breakpoint-up($next) { + flex-flow: row nowrap; + justify-content: flex-start; + + .navbar-nav { + flex-direction: row; + + .dropdown-menu { + position: absolute; + } + + .nav-link { + padding-right: $navbar-nav-link-padding-x; + padding-left: $navbar-nav-link-padding-x; + } + } + + // For nesting containers, have to redeclare for alignment purposes + %container-nesting-#{$breakpoint} { + flex-wrap: nowrap; + } + + > .container, + > .container-fluid { + @extend %container-nesting-#{$breakpoint}; + } + + @each $size, $container-max-width in $container-max-widths { + > .container#{breakpoint-infix($size, $container-max-widths)} { + @extend %container-nesting-#{$breakpoint}; + } + } + + .navbar-collapse { + display: flex !important; // stylelint-disable-line declaration-no-important + + // Changes flex-bases to auto because of an IE10 bug + flex-basis: auto; + } + + .navbar-toggler { + display: none; + } + } + } + } +} diff --git a/scss/_root.scss b/scss/_root.scss new file mode 100644 index 0000000..6289738 --- /dev/null +++ b/scss/_root.scss @@ -0,0 +1,7 @@ +// Do not forget to update getting-started/theming.md! +:root { + // Custom variable values only support SassScript inside `#{}`. + @each $bp, $value in $grid-breakpoints { + --breakpoint-#{$bp}: #{$value}; + } +} diff --git a/scss/_tables.scss b/scss/_tables.scss new file mode 100644 index 0000000..9e125b7 --- /dev/null +++ b/scss/_tables.scss @@ -0,0 +1,25 @@ +// Responsive tables +// +// Generate series of `.table-responsive-*` classes for configuring the screen +// size of where your table will overflow. + +.table-responsive { + @each $breakpoint in map-keys($grid-breakpoints) { + $next: breakpoint-next($breakpoint, $grid-breakpoints); + $infix: breakpoint-infix($next, $grid-breakpoints); + + &#{$infix} { + @include media-breakpoint-down($breakpoint) { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + + // Prevent double border on horizontal scroll due to use of `display: block;` + > .table-bordered { + border: 0; + } + } + } + } +} diff --git a/scss/_variables.scss b/scss/_variables.scss new file mode 100644 index 0000000..e61345c --- /dev/null +++ b/scss/_variables.scss @@ -0,0 +1,72 @@ +// Options +// +// Quickly modify global styling by enabling or disabling optional features. + +$enable-grid-classes: true !default; + + +// Spacing +// +// Control the default styling of most Bootstrap elements by modifying these +// variables. Mostly focused on spacing. +// You can add more entries to the $spacers map, should you need more variation. + +$spacer: 1rem !default; +$spacers: () !default; +// stylelint-disable-next-line scss/dollar-variable-default +$spacers: map-merge( + ( + 0: 0, + 1: ($spacer * .25), + 2: ($spacer * .5), + 3: $spacer, + 4: ($spacer * 1.5), + 5: ($spacer * 3) + ), + $spacers +); + + +// Grid breakpoints +// +// Define the minimum dimensions at which your layout will change, +// adapting to different screen sizes, for use in media queries. + +$grid-breakpoints: ( + xs: 0, + sm: 576px, + md: 768px, + lg: 992px, + xl: 1200px, + hd: 1366px, + fhd: 1920px, + rt: 2560px, + rt15: 2880px, + 4k: 3840px, + 5k: 5120px, + 8k: 7680px +) !default; + +@include _assert-ascending($grid-breakpoints, "$grid-breakpoints"); +@include _assert-starts-at-zero($grid-breakpoints, "$grid-breakpoints"); + + +// Grid containers +// +// Define the maximum width of `.container` for different screen sizes. + +$container-max-widths: ( + sm: 540px, + md: 720px, + lg: 960px, + xl: 1140px, + hd: 1306px, + fhd: 1860px, + rt: 2500px, + rt15: 2820px, + 4k: 3780px, + 5k: 5060px, + 8k: 7620px +) !default; + +@include _assert-ascending($container-max-widths, "$container-max-widths"); diff --git a/scss/big_grid.scss b/scss/big_grid.scss new file mode 100644 index 0000000..aa2712e --- /dev/null +++ b/scss/big_grid.scss @@ -0,0 +1,28 @@ +/*! + * Bootstrap Big Grid v0.3.0 + * Copyright 2013 BenWhitehead + * Licensed under http://www.apache.org/licenses/LICENSE-2.0 + */ + +@import "../node_modules/bootstrap/scss/functions"; +@import "variables"; +@import "../node_modules/bootstrap/scss/variables"; +@import "root"; + +@import "../node_modules/bootstrap/scss/mixins/breakpoints"; +@import "../node_modules/bootstrap/scss/mixins/grid-framework"; +@import "../node_modules/bootstrap/scss/mixins/grid"; +@import "../node_modules/bootstrap/scss/mixins/border-radius"; + +@import "../node_modules/bootstrap/scss/grid"; + +@import "tables"; +@import "dropdown"; +@import "navbar"; +@import "list-group"; + +@import "../node_modules/bootstrap/scss/utilities/display"; +@import "../node_modules/bootstrap/scss/utilities/flex"; +@import "../node_modules/bootstrap/scss/utilities/float"; +@import "../node_modules/bootstrap/scss/utilities/spacing"; +@import "utilities/text"; \ No newline at end of file diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss new file mode 100644 index 0000000..22868d5 --- /dev/null +++ b/scss/utilities/_text.scss @@ -0,0 +1,11 @@ +// Responsive alignment + +@each $breakpoint in map-keys($grid-breakpoints) { + @include media-breakpoint-up($breakpoint) { + $infix: breakpoint-infix($breakpoint, $grid-breakpoints); + + .text#{$infix}-left { text-align: left !important; } + .text#{$infix}-right { text-align: right !important; } + .text#{$infix}-center { text-align: center !important; } + } +}