/*










                                           ▄
                                          ███
                                          ███
                                          ███
                                          ███
                                          ███
                                          ███
                                          ███ ▄▄▄▄▄     ▄▄▄▄▄    ▄▄▄▄▄▄
                               ▄███▄      ███████████▄█████████▄█████████▄
                             █████▀▀      ████▀▀ ▀▀█████▀▀ ▀▀█████▀▀ ▀▀███▄
                            ████          ███       ███       ███       ███
                           ████           ███       ███       ███       ███
                           ███            ███       ███       ███       ███
                           ███▄           ███       ███       ███       ███
                            ███▄          ███       ███       ███       ███
                             █████▄▄     ▄███       ███       ███       ███
                               ▀████████████▀       ▀█▀       ▀█▀       ▀█▀
                                   ▀▀▀▀▀▀▀




                                          ┌────────────────────────────┐
                                          │░░░░░ chm-software.com ░░░░░│
                                          └────────────────────────────┘









*/
@import url("./res/lib/fontawesome-free-5.9.0-web/css/all.min.css");
* {
  position: relative;
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0; }

body:before,
.fadeable:before {
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s; }

.faded:before,
.waiting:before,
.loading:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1000000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 1s; }

.waiting:after,
.loading:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1000001;
  left: 50%;
  top: 50%;
  width: 50px;
  margin-left: -25px;
  height: 50px;
  margin-top: -25px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./core/res/loader.gif"); }

body.faded:before,
body.waiting:before,
body.loading:before {
  position: fixed;
  width: 100vw;
  height: 100vh; }

body.faded:after,
body.waiting:after,
body.loading:after {
  position: fixed;
  width: 100px;
  margin-left: -50px;
  height: 100px;
  margin-top: -50px;
  left: 50vw;
  top: 50vh; }

body > .dialog > .content > .title:after {
  display: none; }

body > .dialog > .content.overflow-hidden .message {
  overflow: hidden !important; }

body > .dialog.modified > .content > .title:after {
  display: inline-block;
  content: ' *'; }

.no-select,
.no-select * {
  user-select: none; }

@charset "UTF-8";
.text-chm-white {
  color: #333;
}

.text-chm-black {
  color: #eee;
}

.text-chm-blue {
  color: #fc0;
}

.text-chm-blue-dark {
  color: #555;
}

.text-chm-blue-hover {
  color: #33d6ff;
}

.text-chm-blue-active {
  color: #444;
}

.text-chm-blue-light {
  color: #555;
}

.text-chm-blue-light-hover {
  color: #666;
}

.text-chm-orange {
  color: #ff9b00;
}

.text-chm-orange-dark {
  color: #c86400;
}

.text-chm-gray {
  color: #111;
}

.text-chm-gray-hover {
  color: #111;
}

.text-chm-gray-dark {
  color: #222222;
}

.text-chm-gray-dark-hover {
  color: #2d2d2d;
}

.text-chm-gray-light {
  color: #eee;
}

.text-chm-gray-light-hover {
  color: #d9d9d9;
}

.text-chm-gray-extra-light {
  color: #e6e6e6;
}

.text-chm-gray-extra-light-hover {
  color: #f2f2f2;
}

.text-chm-gray-soft {
  color: #444433;
}

.text-chm-gray-soft-hover {
  color: #878c92;
}

.text-chm-green {
  color: #ACFF2D;
}

.text-chm-green-dark {
  color: #2f8500;
}

.text-chm-gray-border {
  color: #8892A2;
}

.text-chm-red {
  color: #ff3c3c;
}

.text-chm-red-dark {
  color: #BB2C2C;
}

.text-chm-turquoise {
  color: #00C0CC;
}

.text-chm-yellow {
  color: #0cf;
}

.text-hover-chm-white:hover {
  color: #333;
}

.text-hover-chm-black:hover {
  color: #eee;
}

.text-hover-chm-blue:hover {
  color: #fc0;
}

.text-hover-chm-blue-dark:hover {
  color: #555;
}

.text-hover-chm-blue-hover:hover {
  color: #33d6ff;
}

.text-hover-chm-blue-active:hover {
  color: #444;
}

.text-hover-chm-blue-light:hover {
  color: #555;
}

.text-hover-chm-blue-light-hover:hover {
  color: #666;
}

.text-hover-chm-orange:hover {
  color: #ff9b00;
}

.text-hover-chm-orange-dark:hover {
  color: #c86400;
}

.text-hover-chm-gray:hover {
  color: #111;
}

.text-hover-chm-gray-hover:hover {
  color: #111;
}

.text-hover-chm-gray-dark:hover {
  color: #222222;
}

.text-hover-chm-gray-dark-hover:hover {
  color: #2d2d2d;
}

.text-hover-chm-gray-light:hover {
  color: #eee;
}

.text-hover-chm-gray-light-hover:hover {
  color: #d9d9d9;
}

.text-hover-chm-gray-extra-light:hover {
  color: #e6e6e6;
}

.text-hover-chm-gray-extra-light-hover:hover {
  color: #f2f2f2;
}

.text-hover-chm-gray-soft:hover {
  color: #444433;
}

.text-hover-chm-gray-soft-hover:hover {
  color: #878c92;
}

.text-hover-chm-green:hover {
  color: #ACFF2D;
}

.text-hover-chm-green-dark:hover {
  color: #2f8500;
}

.text-hover-chm-gray-border:hover {
  color: #8892A2;
}

.text-hover-chm-red:hover {
  color: #ff3c3c;
}

.text-hover-chm-red-dark:hover {
  color: #BB2C2C;
}

.text-hover-chm-turquoise:hover {
  color: #00C0CC;
}

.text-hover-chm-yellow:hover {
  color: #0cf;
}

.bg-chm-white {
  background-color: #333;
}

.bg-chm-black {
  background-color: #eee;
}

.bg-chm-blue {
  background-color: #fc0;
}

.bg-chm-blue-dark {
  background-color: #555;
}

.bg-chm-blue-hover {
  background-color: #33d6ff;
}

.bg-chm-blue-active {
  background-color: #444;
}

.bg-chm-blue-light {
  background-color: #555;
}

.bg-chm-blue-light-hover {
  background-color: #666;
}

.bg-chm-orange {
  background-color: #ff9b00;
}

.bg-chm-orange-dark {
  background-color: #c86400;
}

.bg-chm-gray {
  background-color: #111;
}

.bg-chm-gray-hover {
  background-color: #111;
}

.bg-chm-gray-dark {
  background-color: #222222;
}

.bg-chm-gray-dark-hover {
  background-color: #2d2d2d;
}

.bg-chm-gray-light {
  background-color: #eee;
}

.bg-chm-gray-light-hover {
  background-color: #d9d9d9;
}

.bg-chm-gray-extra-light {
  background-color: #e6e6e6;
}

.bg-chm-gray-extra-light-hover {
  background-color: #f2f2f2;
}

.bg-chm-gray-soft {
  background-color: #444433;
}

.bg-chm-gray-soft-hover {
  background-color: #878c92;
}

.bg-chm-green {
  background-color: #ACFF2D;
}

.bg-chm-green-dark {
  background-color: #2f8500;
}

.bg-chm-gray-border {
  background-color: #8892A2;
}

.bg-chm-red {
  background-color: #ff3c3c;
}

.bg-chm-red-dark {
  background-color: #BB2C2C;
}

.bg-chm-turquoise {
  background-color: #00C0CC;
}

.bg-chm-yellow {
  background-color: #0cf;
}

.bg-hover-chm-white:hover {
  background-color: #333;
}

.bg-hover-chm-black:hover {
  background-color: #eee;
}

.bg-hover-chm-blue:hover {
  background-color: #fc0;
}

.bg-hover-chm-blue-dark:hover {
  background-color: #555;
}

.bg-hover-chm-blue-hover:hover {
  background-color: #33d6ff;
}

.bg-hover-chm-blue-active:hover {
  background-color: #444;
}

.bg-hover-chm-blue-light:hover {
  background-color: #555;
}

.bg-hover-chm-blue-light-hover:hover {
  background-color: #666;
}

.bg-hover-chm-orange:hover {
  background-color: #ff9b00;
}

.bg-hover-chm-orange-dark:hover {
  background-color: #c86400;
}

.bg-hover-chm-gray:hover {
  background-color: #111;
}

.bg-hover-chm-gray-hover:hover {
  background-color: #111;
}

.bg-hover-chm-gray-dark:hover {
  background-color: #222222;
}

.bg-hover-chm-gray-dark-hover:hover {
  background-color: #2d2d2d;
}

.bg-hover-chm-gray-light:hover {
  background-color: #eee;
}

.bg-hover-chm-gray-light-hover:hover {
  background-color: #d9d9d9;
}

.bg-hover-chm-gray-extra-light:hover {
  background-color: #e6e6e6;
}

.bg-hover-chm-gray-extra-light-hover:hover {
  background-color: #f2f2f2;
}

.bg-hover-chm-gray-soft:hover {
  background-color: #444433;
}

.bg-hover-chm-gray-soft-hover:hover {
  background-color: #878c92;
}

.bg-hover-chm-green:hover {
  background-color: #ACFF2D;
}

.bg-hover-chm-green-dark:hover {
  background-color: #2f8500;
}

.bg-hover-chm-gray-border:hover {
  background-color: #8892A2;
}

.bg-hover-chm-red:hover {
  background-color: #ff3c3c;
}

.bg-hover-chm-red-dark:hover {
  background-color: #BB2C2C;
}

.bg-hover-chm-turquoise:hover {
  background-color: #00C0CC;
}

.bg-hover-chm-yellow:hover {
  background-color: #0cf;
}

.text-chm-white--important {
  color: #333 !important;
}

.text-chm-black--important {
  color: #eee !important;
}

.text-chm-blue--important {
  color: #fc0 !important;
}

.text-chm-blue-dark--important {
  color: #555 !important;
}

.text-chm-blue-hover--important {
  color: #33d6ff !important;
}

.text-chm-blue-active--important {
  color: #444 !important;
}

.text-chm-blue-light--important {
  color: #555 !important;
}

.text-chm-blue-light-hover--important {
  color: #666 !important;
}

.text-chm-orange--important {
  color: #ff9b00 !important;
}

.text-chm-orange-dark--important {
  color: #c86400 !important;
}

.text-chm-gray--important {
  color: #111 !important;
}

.text-chm-gray-hover--important {
  color: #111 !important;
}

.text-chm-gray-dark--important {
  color: #222222 !important;
}

.text-chm-gray-dark-hover--important {
  color: #2d2d2d !important;
}

.text-chm-gray-light--important {
  color: #eee !important;
}

.text-chm-gray-light-hover--important {
  color: #d9d9d9 !important;
}

.text-chm-gray-extra-light--important {
  color: #e6e6e6 !important;
}

.text-chm-gray-extra-light-hover--important {
  color: #f2f2f2 !important;
}

.text-chm-gray-soft--important {
  color: #444433 !important;
}

.text-chm-gray-soft-hover--important {
  color: #878c92 !important;
}

.text-chm-green--important {
  color: #ACFF2D !important;
}

.text-chm-green-dark--important {
  color: #2f8500 !important;
}

.text-chm-gray-border--important {
  color: #8892A2 !important;
}

.text-chm-red--important {
  color: #ff3c3c !important;
}

.text-chm-red-dark--important {
  color: #BB2C2C !important;
}

.text-chm-turquoise--important {
  color: #00C0CC !important;
}

.text-chm-yellow--important {
  color: #0cf !important;
}

.text-hover-chm-white--important:hover {
  color: #333 !important;
}

.text-hover-chm-black--important:hover {
  color: #eee !important;
}

.text-hover-chm-blue--important:hover {
  color: #fc0 !important;
}

.text-hover-chm-blue-dark--important:hover {
  color: #555 !important;
}

.text-hover-chm-blue-hover--important:hover {
  color: #33d6ff !important;
}

.text-hover-chm-blue-active--important:hover {
  color: #444 !important;
}

.text-hover-chm-blue-light--important:hover {
  color: #555 !important;
}

.text-hover-chm-blue-light-hover--important:hover {
  color: #666 !important;
}

.text-hover-chm-orange--important:hover {
  color: #ff9b00 !important;
}

.text-hover-chm-orange-dark--important:hover {
  color: #c86400 !important;
}

.text-hover-chm-gray--important:hover {
  color: #111 !important;
}

.text-hover-chm-gray-hover--important:hover {
  color: #111 !important;
}

.text-hover-chm-gray-dark--important:hover {
  color: #222222 !important;
}

.text-hover-chm-gray-dark-hover--important:hover {
  color: #2d2d2d !important;
}

.text-hover-chm-gray-light--important:hover {
  color: #eee !important;
}

.text-hover-chm-gray-light-hover--important:hover {
  color: #d9d9d9 !important;
}

.text-hover-chm-gray-extra-light--important:hover {
  color: #e6e6e6 !important;
}

.text-hover-chm-gray-extra-light-hover--important:hover {
  color: #f2f2f2 !important;
}

.text-hover-chm-gray-soft--important:hover {
  color: #444433 !important;
}

.text-hover-chm-gray-soft-hover--important:hover {
  color: #878c92 !important;
}

.text-hover-chm-green--important:hover {
  color: #ACFF2D !important;
}

.text-hover-chm-green-dark--important:hover {
  color: #2f8500 !important;
}

.text-hover-chm-gray-border--important:hover {
  color: #8892A2 !important;
}

.text-hover-chm-red--important:hover {
  color: #ff3c3c !important;
}

.text-hover-chm-red-dark--important:hover {
  color: #BB2C2C !important;
}

.text-hover-chm-turquoise--important:hover {
  color: #00C0CC !important;
}

.text-hover-chm-yellow--important:hover {
  color: #0cf !important;
}

.bg-chm-white--important {
  background-color: #333 !important;
}

.bg-chm-black--important {
  background-color: #eee !important;
}

.bg-chm-blue--important {
  background-color: #fc0 !important;
}

.bg-chm-blue-dark--important {
  background-color: #555 !important;
}

.bg-chm-blue-hover--important {
  background-color: #33d6ff !important;
}

.bg-chm-blue-active--important {
  background-color: #444 !important;
}

.bg-chm-blue-light--important {
  background-color: #555 !important;
}

.bg-chm-blue-light-hover--important {
  background-color: #666 !important;
}

.bg-chm-orange--important {
  background-color: #ff9b00 !important;
}

.bg-chm-orange-dark--important {
  background-color: #c86400 !important;
}

.bg-chm-gray--important {
  background-color: #111 !important;
}

.bg-chm-gray-hover--important {
  background-color: #111 !important;
}

.bg-chm-gray-dark--important {
  background-color: #222222 !important;
}

.bg-chm-gray-dark-hover--important {
  background-color: #2d2d2d !important;
}

.bg-chm-gray-light--important {
  background-color: #eee !important;
}

.bg-chm-gray-light-hover--important {
  background-color: #d9d9d9 !important;
}

.bg-chm-gray-extra-light--important {
  background-color: #e6e6e6 !important;
}

.bg-chm-gray-extra-light-hover--important {
  background-color: #f2f2f2 !important;
}

.bg-chm-gray-soft--important {
  background-color: #444433 !important;
}

.bg-chm-gray-soft-hover--important {
  background-color: #878c92 !important;
}

.bg-chm-green--important {
  background-color: #ACFF2D !important;
}

.bg-chm-green-dark--important {
  background-color: #2f8500 !important;
}

.bg-chm-gray-border--important {
  background-color: #8892A2 !important;
}

.bg-chm-red--important {
  background-color: #ff3c3c !important;
}

.bg-chm-red-dark--important {
  background-color: #BB2C2C !important;
}

.bg-chm-turquoise--important {
  background-color: #00C0CC !important;
}

.bg-chm-yellow--important {
  background-color: #0cf !important;
}

.bg-hover-chm-white--important:hover {
  background-color: #333 !important;
}

.bg-hover-chm-black--important:hover {
  background-color: #eee !important;
}

.bg-hover-chm-blue--important:hover {
  background-color: #fc0 !important;
}

.bg-hover-chm-blue-dark--important:hover {
  background-color: #555 !important;
}

.bg-hover-chm-blue-hover--important:hover {
  background-color: #33d6ff !important;
}

.bg-hover-chm-blue-active--important:hover {
  background-color: #444 !important;
}

.bg-hover-chm-blue-light--important:hover {
  background-color: #555 !important;
}

.bg-hover-chm-blue-light-hover--important:hover {
  background-color: #666 !important;
}

.bg-hover-chm-orange--important:hover {
  background-color: #ff9b00 !important;
}

.bg-hover-chm-orange-dark--important:hover {
  background-color: #c86400 !important;
}

.bg-hover-chm-gray--important:hover {
  background-color: #111 !important;
}

.bg-hover-chm-gray-hover--important:hover {
  background-color: #111 !important;
}

.bg-hover-chm-gray-dark--important:hover {
  background-color: #222222 !important;
}

.bg-hover-chm-gray-dark-hover--important:hover {
  background-color: #2d2d2d !important;
}

.bg-hover-chm-gray-light--important:hover {
  background-color: #eee !important;
}

.bg-hover-chm-gray-light-hover--important:hover {
  background-color: #d9d9d9 !important;
}

.bg-hover-chm-gray-extra-light--important:hover {
  background-color: #e6e6e6 !important;
}

.bg-hover-chm-gray-extra-light-hover--important:hover {
  background-color: #f2f2f2 !important;
}

.bg-hover-chm-gray-soft--important:hover {
  background-color: #444433 !important;
}

.bg-hover-chm-gray-soft-hover--important:hover {
  background-color: #878c92 !important;
}

.bg-hover-chm-green--important:hover {
  background-color: #ACFF2D !important;
}

.bg-hover-chm-green-dark--important:hover {
  background-color: #2f8500 !important;
}

.bg-hover-chm-gray-border--important:hover {
  background-color: #8892A2 !important;
}

.bg-hover-chm-red--important:hover {
  background-color: #ff3c3c !important;
}

.bg-hover-chm-red-dark--important:hover {
  background-color: #BB2C2C !important;
}

.bg-hover-chm-turquoise--important:hover {
  background-color: #00C0CC !important;
}

.bg-hover-chm-yellow--important:hover {
  background-color: #0cf !important;
}

:root {
  --app-font-size: 16px;
  --offset-bottom: 0;
}
@media (orientation: portrait) and (max-width: 800px) {
  :root {
    --app-font-size: 3vw;
  }
}
@media (orientation: portrait) and (max-width: 500px) {
  :root {
    --app-font-size: 3.75vw;
  }
}
@media (orientation: portrait) and (min-width: 800.1px) {
  :root {
    --app-font-size: 16px;
  }
}
@media (orientation: landscape) and (max-height: 800px) {
  :root {
    --app-font-size: 3vh;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  :root {
    --app-font-size: 3.75vh;
  }
}
@media (orientation: landscape) and (max-height: 300px) {
  :root {
    --app-font-size: 14px;
  }
}
@media (orientation: landscape) and (min-height: 800.1px) {
  :root {
    --app-font-size: 16px;
  }
}

html[data-mode=app] {
  --offset-bottom: calc((4 * var(--app-font-size)) + (var(--app-font-size) / 1.15));
}

:root {
  --blue: #0066ff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --chm-white: #333;
  --chm-black: #eee;
  --chm-blue: #fc0;
  --chm-blue-dark: #555;
  --chm-blue-hover: #33d6ff;
  --chm-blue-active: #444;
  --chm-blue-light: #555;
  --chm-blue-light-hover: #666;
  --chm-orange: #ff9b00;
  --chm-orange-dark: #c86400;
  --chm-gray: #111;
  --chm-gray-hover: #111;
  --chm-gray-dark: #222222;
  --chm-gray-dark-hover: #2d2d2d;
  --chm-gray-light: #eee;
  --chm-gray-light-hover: #d9d9d9;
  --chm-gray-extra-light: #e6e6e6;
  --chm-gray-extra-light-hover: #f2f2f2;
  --chm-gray-soft: #444433;
  --chm-gray-soft-hover: #878c92;
  --chm-green: #ACFF2D;
  --chm-green-dark: #2f8500;
  --chm-gray-border: #8892A2;
  --chm-red: #ff3c3c;
  --chm-red-dark: #BB2C2C;
  --chm-turquoise: #00C0CC;
  --chm-yellow: #0cf;
  --primary: #0066ff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #eee;
  text-align: left;
  background-color: #333;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0066ff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0047b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #333;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-60, .col-xl-59, .col-xl-58, .col-xl-57, .col-xl-56, .col-xl-55, .col-xl-54, .col-xl-53, .col-xl-52, .col-xl-51, .col-xl-50, .col-xl-49, .col-xl-48, .col-xl-47, .col-xl-46, .col-xl-45, .col-xl-44, .col-xl-43, .col-xl-42, .col-xl-41, .col-xl-40, .col-xl-39, .col-xl-38, .col-xl-37, .col-xl-36, .col-xl-35, .col-xl-34, .col-xl-33, .col-xl-32, .col-xl-31, .col-xl-30, .col-xl-29, .col-xl-28, .col-xl-27, .col-xl-26, .col-xl-25, .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-60, .col-lg-59, .col-lg-58, .col-lg-57, .col-lg-56, .col-lg-55, .col-lg-54, .col-lg-53, .col-lg-52, .col-lg-51, .col-lg-50, .col-lg-49, .col-lg-48, .col-lg-47, .col-lg-46, .col-lg-45, .col-lg-44, .col-lg-43, .col-lg-42, .col-lg-41, .col-lg-40, .col-lg-39, .col-lg-38, .col-lg-37, .col-lg-36, .col-lg-35, .col-lg-34, .col-lg-33, .col-lg-32, .col-lg-31, .col-lg-30, .col-lg-29, .col-lg-28, .col-lg-27, .col-lg-26, .col-lg-25, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-60, .col-md-59, .col-md-58, .col-md-57, .col-md-56, .col-md-55, .col-md-54, .col-md-53, .col-md-52, .col-md-51, .col-md-50, .col-md-49, .col-md-48, .col-md-47, .col-md-46, .col-md-45, .col-md-44, .col-md-43, .col-md-42, .col-md-41, .col-md-40, .col-md-39, .col-md-38, .col-md-37, .col-md-36, .col-md-35, .col-md-34, .col-md-33, .col-md-32, .col-md-31, .col-md-30, .col-md-29, .col-md-28, .col-md-27, .col-md-26, .col-md-25, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-60, .col-sm-59, .col-sm-58, .col-sm-57, .col-sm-56, .col-sm-55, .col-sm-54, .col-sm-53, .col-sm-52, .col-sm-51, .col-sm-50, .col-sm-49, .col-sm-48, .col-sm-47, .col-sm-46, .col-sm-45, .col-sm-44, .col-sm-43, .col-sm-42, .col-sm-41, .col-sm-40, .col-sm-39, .col-sm-38, .col-sm-37, .col-sm-36, .col-sm-35, .col-sm-34, .col-sm-33, .col-sm-32, .col-sm-31, .col-sm-30, .col-sm-29, .col-sm-28, .col-sm-27, .col-sm-26, .col-sm-25, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-60, .col-59, .col-58, .col-57, .col-56, .col-55, .col-54, .col-53, .col-52, .col-51, .col-50, .col-49, .col-48, .col-47, .col-46, .col-45, .col-44, .col-43, .col-42, .col-41, .col-40, .col-39, .col-38, .col-37, .col-36, .col-35, .col-34, .col-33, .col-32, .col-31, .col-30, .col-29, .col-28, .col-27, .col-26, .col-25, .col-24, .col-23, .col-22, .col-21, .col-20, .col-19, .col-18, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 1.6666666667%;
  max-width: 1.6666666667%;
}

.col-2 {
  flex: 0 0 3.3333333333%;
  max-width: 3.3333333333%;
}

.col-3 {
  flex: 0 0 5%;
  max-width: 5%;
}

.col-4 {
  flex: 0 0 6.6666666667%;
  max-width: 6.6666666667%;
}

.col-5 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-6 {
  flex: 0 0 10%;
  max-width: 10%;
}

.col-7 {
  flex: 0 0 11.6666666667%;
  max-width: 11.6666666667%;
}

.col-8 {
  flex: 0 0 13.3333333333%;
  max-width: 13.3333333333%;
}

.col-9 {
  flex: 0 0 15%;
  max-width: 15%;
}

.col-10 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-11 {
  flex: 0 0 18.3333333333%;
  max-width: 18.3333333333%;
}

.col-12 {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-13 {
  flex: 0 0 21.6666666667%;
  max-width: 21.6666666667%;
}

.col-14 {
  flex: 0 0 23.3333333333%;
  max-width: 23.3333333333%;
}

.col-15 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-16 {
  flex: 0 0 26.6666666667%;
  max-width: 26.6666666667%;
}

.col-17 {
  flex: 0 0 28.3333333333%;
  max-width: 28.3333333333%;
}

.col-18 {
  flex: 0 0 30%;
  max-width: 30%;
}

.col-19 {
  flex: 0 0 31.6666666667%;
  max-width: 31.6666666667%;
}

.col-20 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-21 {
  flex: 0 0 35%;
  max-width: 35%;
}

.col-22 {
  flex: 0 0 36.6666666667%;
  max-width: 36.6666666667%;
}

.col-23 {
  flex: 0 0 38.3333333333%;
  max-width: 38.3333333333%;
}

.col-24 {
  flex: 0 0 40%;
  max-width: 40%;
}

.col-25 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-26 {
  flex: 0 0 43.3333333333%;
  max-width: 43.3333333333%;
}

.col-27 {
  flex: 0 0 45%;
  max-width: 45%;
}

.col-28 {
  flex: 0 0 46.6666666667%;
  max-width: 46.6666666667%;
}

.col-29 {
  flex: 0 0 48.3333333333%;
  max-width: 48.3333333333%;
}

.col-30 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-31 {
  flex: 0 0 51.6666666667%;
  max-width: 51.6666666667%;
}

.col-32 {
  flex: 0 0 53.3333333333%;
  max-width: 53.3333333333%;
}

.col-33 {
  flex: 0 0 55%;
  max-width: 55%;
}

.col-34 {
  flex: 0 0 56.6666666667%;
  max-width: 56.6666666667%;
}

.col-35 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-36 {
  flex: 0 0 60%;
  max-width: 60%;
}

.col-37 {
  flex: 0 0 61.6666666667%;
  max-width: 61.6666666667%;
}

.col-38 {
  flex: 0 0 63.3333333333%;
  max-width: 63.3333333333%;
}

.col-39 {
  flex: 0 0 65%;
  max-width: 65%;
}

.col-40 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-41 {
  flex: 0 0 68.3333333333%;
  max-width: 68.3333333333%;
}

.col-42 {
  flex: 0 0 70%;
  max-width: 70%;
}

.col-43 {
  flex: 0 0 71.6666666667%;
  max-width: 71.6666666667%;
}

.col-44 {
  flex: 0 0 73.3333333333%;
  max-width: 73.3333333333%;
}

.col-45 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-46 {
  flex: 0 0 76.6666666667%;
  max-width: 76.6666666667%;
}

.col-47 {
  flex: 0 0 78.3333333333%;
  max-width: 78.3333333333%;
}

.col-48 {
  flex: 0 0 80%;
  max-width: 80%;
}

.col-49 {
  flex: 0 0 81.6666666667%;
  max-width: 81.6666666667%;
}

.col-50 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-51 {
  flex: 0 0 85%;
  max-width: 85%;
}

.col-52 {
  flex: 0 0 86.6666666667%;
  max-width: 86.6666666667%;
}

.col-53 {
  flex: 0 0 88.3333333333%;
  max-width: 88.3333333333%;
}

.col-54 {
  flex: 0 0 90%;
  max-width: 90%;
}

.col-55 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-56 {
  flex: 0 0 93.3333333333%;
  max-width: 93.3333333333%;
}

.col-57 {
  flex: 0 0 95%;
  max-width: 95%;
}

.col-58 {
  flex: 0 0 96.6666666667%;
  max-width: 96.6666666667%;
}

.col-59 {
  flex: 0 0 98.3333333333%;
  max-width: 98.3333333333%;
}

.col-60 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 61;
}

.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;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

.order-25 {
  order: 25;
}

.order-26 {
  order: 26;
}

.order-27 {
  order: 27;
}

.order-28 {
  order: 28;
}

.order-29 {
  order: 29;
}

.order-30 {
  order: 30;
}

.order-31 {
  order: 31;
}

.order-32 {
  order: 32;
}

.order-33 {
  order: 33;
}

.order-34 {
  order: 34;
}

.order-35 {
  order: 35;
}

.order-36 {
  order: 36;
}

.order-37 {
  order: 37;
}

.order-38 {
  order: 38;
}

.order-39 {
  order: 39;
}

.order-40 {
  order: 40;
}

.order-41 {
  order: 41;
}

.order-42 {
  order: 42;
}

.order-43 {
  order: 43;
}

.order-44 {
  order: 44;
}

.order-45 {
  order: 45;
}

.order-46 {
  order: 46;
}

.order-47 {
  order: 47;
}

.order-48 {
  order: 48;
}

.order-49 {
  order: 49;
}

.order-50 {
  order: 50;
}

.order-51 {
  order: 51;
}

.order-52 {
  order: 52;
}

.order-53 {
  order: 53;
}

.order-54 {
  order: 54;
}

.order-55 {
  order: 55;
}

.order-56 {
  order: 56;
}

.order-57 {
  order: 57;
}

.order-58 {
  order: 58;
}

.order-59 {
  order: 59;
}

.order-60 {
  order: 60;
}

.offset-1 {
  margin-left: 1.6666666667%;
}

.offset-2 {
  margin-left: 3.3333333333%;
}

.offset-3 {
  margin-left: 5%;
}

.offset-4 {
  margin-left: 6.6666666667%;
}

.offset-5 {
  margin-left: 8.3333333333%;
}

.offset-6 {
  margin-left: 10%;
}

.offset-7 {
  margin-left: 11.6666666667%;
}

.offset-8 {
  margin-left: 13.3333333333%;
}

.offset-9 {
  margin-left: 15%;
}

.offset-10 {
  margin-left: 16.6666666667%;
}

.offset-11 {
  margin-left: 18.3333333333%;
}

.offset-12 {
  margin-left: 20%;
}

.offset-13 {
  margin-left: 21.6666666667%;
}

.offset-14 {
  margin-left: 23.3333333333%;
}

.offset-15 {
  margin-left: 25%;
}

.offset-16 {
  margin-left: 26.6666666667%;
}

.offset-17 {
  margin-left: 28.3333333333%;
}

.offset-18 {
  margin-left: 30%;
}

.offset-19 {
  margin-left: 31.6666666667%;
}

.offset-20 {
  margin-left: 33.3333333333%;
}

.offset-21 {
  margin-left: 35%;
}

.offset-22 {
  margin-left: 36.6666666667%;
}

.offset-23 {
  margin-left: 38.3333333333%;
}

.offset-24 {
  margin-left: 40%;
}

.offset-25 {
  margin-left: 41.6666666667%;
}

.offset-26 {
  margin-left: 43.3333333333%;
}

.offset-27 {
  margin-left: 45%;
}

.offset-28 {
  margin-left: 46.6666666667%;
}

.offset-29 {
  margin-left: 48.3333333333%;
}

.offset-30 {
  margin-left: 50%;
}

.offset-31 {
  margin-left: 51.6666666667%;
}

.offset-32 {
  margin-left: 53.3333333333%;
}

.offset-33 {
  margin-left: 55%;
}

.offset-34 {
  margin-left: 56.6666666667%;
}

.offset-35 {
  margin-left: 58.3333333333%;
}

.offset-36 {
  margin-left: 60%;
}

.offset-37 {
  margin-left: 61.6666666667%;
}

.offset-38 {
  margin-left: 63.3333333333%;
}

.offset-39 {
  margin-left: 65%;
}

.offset-40 {
  margin-left: 66.6666666667%;
}

.offset-41 {
  margin-left: 68.3333333333%;
}

.offset-42 {
  margin-left: 70%;
}

.offset-43 {
  margin-left: 71.6666666667%;
}

.offset-44 {
  margin-left: 73.3333333333%;
}

.offset-45 {
  margin-left: 75%;
}

.offset-46 {
  margin-left: 76.6666666667%;
}

.offset-47 {
  margin-left: 78.3333333333%;
}

.offset-48 {
  margin-left: 80%;
}

.offset-49 {
  margin-left: 81.6666666667%;
}

.offset-50 {
  margin-left: 83.3333333333%;
}

.offset-51 {
  margin-left: 85%;
}

.offset-52 {
  margin-left: 86.6666666667%;
}

.offset-53 {
  margin-left: 88.3333333333%;
}

.offset-54 {
  margin-left: 90%;
}

.offset-55 {
  margin-left: 91.6666666667%;
}

.offset-56 {
  margin-left: 93.3333333333%;
}

.offset-57 {
  margin-left: 95%;
}

.offset-58 {
  margin-left: 96.6666666667%;
}

.offset-59 {
  margin-left: 98.3333333333%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 1.6666666667%;
    max-width: 1.6666666667%;
  }
  .col-sm-2 {
    flex: 0 0 3.3333333333%;
    max-width: 3.3333333333%;
  }
  .col-sm-3 {
    flex: 0 0 5%;
    max-width: 5%;
  }
  .col-sm-4 {
    flex: 0 0 6.6666666667%;
    max-width: 6.6666666667%;
  }
  .col-sm-5 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-6 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-sm-7 {
    flex: 0 0 11.6666666667%;
    max-width: 11.6666666667%;
  }
  .col-sm-8 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
  }
  .col-sm-9 {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .col-sm-10 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-11 {
    flex: 0 0 18.3333333333%;
    max-width: 18.3333333333%;
  }
  .col-sm-12 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-13 {
    flex: 0 0 21.6666666667%;
    max-width: 21.6666666667%;
  }
  .col-sm-14 {
    flex: 0 0 23.3333333333%;
    max-width: 23.3333333333%;
  }
  .col-sm-15 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-16 {
    flex: 0 0 26.6666666667%;
    max-width: 26.6666666667%;
  }
  .col-sm-17 {
    flex: 0 0 28.3333333333%;
    max-width: 28.3333333333%;
  }
  .col-sm-18 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-sm-19 {
    flex: 0 0 31.6666666667%;
    max-width: 31.6666666667%;
  }
  .col-sm-20 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-21 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .col-sm-22 {
    flex: 0 0 36.6666666667%;
    max-width: 36.6666666667%;
  }
  .col-sm-23 {
    flex: 0 0 38.3333333333%;
    max-width: 38.3333333333%;
  }
  .col-sm-24 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-sm-25 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-26 {
    flex: 0 0 43.3333333333%;
    max-width: 43.3333333333%;
  }
  .col-sm-27 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-sm-28 {
    flex: 0 0 46.6666666667%;
    max-width: 46.6666666667%;
  }
  .col-sm-29 {
    flex: 0 0 48.3333333333%;
    max-width: 48.3333333333%;
  }
  .col-sm-30 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-31 {
    flex: 0 0 51.6666666667%;
    max-width: 51.6666666667%;
  }
  .col-sm-32 {
    flex: 0 0 53.3333333333%;
    max-width: 53.3333333333%;
  }
  .col-sm-33 {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-sm-34 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
  }
  .col-sm-35 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-36 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-sm-37 {
    flex: 0 0 61.6666666667%;
    max-width: 61.6666666667%;
  }
  .col-sm-38 {
    flex: 0 0 63.3333333333%;
    max-width: 63.3333333333%;
  }
  .col-sm-39 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .col-sm-40 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-41 {
    flex: 0 0 68.3333333333%;
    max-width: 68.3333333333%;
  }
  .col-sm-42 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-sm-43 {
    flex: 0 0 71.6666666667%;
    max-width: 71.6666666667%;
  }
  .col-sm-44 {
    flex: 0 0 73.3333333333%;
    max-width: 73.3333333333%;
  }
  .col-sm-45 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-46 {
    flex: 0 0 76.6666666667%;
    max-width: 76.6666666667%;
  }
  .col-sm-47 {
    flex: 0 0 78.3333333333%;
    max-width: 78.3333333333%;
  }
  .col-sm-48 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-sm-49 {
    flex: 0 0 81.6666666667%;
    max-width: 81.6666666667%;
  }
  .col-sm-50 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-51 {
    flex: 0 0 85%;
    max-width: 85%;
  }
  .col-sm-52 {
    flex: 0 0 86.6666666667%;
    max-width: 86.6666666667%;
  }
  .col-sm-53 {
    flex: 0 0 88.3333333333%;
    max-width: 88.3333333333%;
  }
  .col-sm-54 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-sm-55 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-56 {
    flex: 0 0 93.3333333333%;
    max-width: 93.3333333333%;
  }
  .col-sm-57 {
    flex: 0 0 95%;
    max-width: 95%;
  }
  .col-sm-58 {
    flex: 0 0 96.6666666667%;
    max-width: 96.6666666667%;
  }
  .col-sm-59 {
    flex: 0 0 98.3333333333%;
    max-width: 98.3333333333%;
  }
  .col-sm-60 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 61;
  }
  .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;
  }
  .order-sm-13 {
    order: 13;
  }
  .order-sm-14 {
    order: 14;
  }
  .order-sm-15 {
    order: 15;
  }
  .order-sm-16 {
    order: 16;
  }
  .order-sm-17 {
    order: 17;
  }
  .order-sm-18 {
    order: 18;
  }
  .order-sm-19 {
    order: 19;
  }
  .order-sm-20 {
    order: 20;
  }
  .order-sm-21 {
    order: 21;
  }
  .order-sm-22 {
    order: 22;
  }
  .order-sm-23 {
    order: 23;
  }
  .order-sm-24 {
    order: 24;
  }
  .order-sm-25 {
    order: 25;
  }
  .order-sm-26 {
    order: 26;
  }
  .order-sm-27 {
    order: 27;
  }
  .order-sm-28 {
    order: 28;
  }
  .order-sm-29 {
    order: 29;
  }
  .order-sm-30 {
    order: 30;
  }
  .order-sm-31 {
    order: 31;
  }
  .order-sm-32 {
    order: 32;
  }
  .order-sm-33 {
    order: 33;
  }
  .order-sm-34 {
    order: 34;
  }
  .order-sm-35 {
    order: 35;
  }
  .order-sm-36 {
    order: 36;
  }
  .order-sm-37 {
    order: 37;
  }
  .order-sm-38 {
    order: 38;
  }
  .order-sm-39 {
    order: 39;
  }
  .order-sm-40 {
    order: 40;
  }
  .order-sm-41 {
    order: 41;
  }
  .order-sm-42 {
    order: 42;
  }
  .order-sm-43 {
    order: 43;
  }
  .order-sm-44 {
    order: 44;
  }
  .order-sm-45 {
    order: 45;
  }
  .order-sm-46 {
    order: 46;
  }
  .order-sm-47 {
    order: 47;
  }
  .order-sm-48 {
    order: 48;
  }
  .order-sm-49 {
    order: 49;
  }
  .order-sm-50 {
    order: 50;
  }
  .order-sm-51 {
    order: 51;
  }
  .order-sm-52 {
    order: 52;
  }
  .order-sm-53 {
    order: 53;
  }
  .order-sm-54 {
    order: 54;
  }
  .order-sm-55 {
    order: 55;
  }
  .order-sm-56 {
    order: 56;
  }
  .order-sm-57 {
    order: 57;
  }
  .order-sm-58 {
    order: 58;
  }
  .order-sm-59 {
    order: 59;
  }
  .order-sm-60 {
    order: 60;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 1.6666666667%;
  }
  .offset-sm-2 {
    margin-left: 3.3333333333%;
  }
  .offset-sm-3 {
    margin-left: 5%;
  }
  .offset-sm-4 {
    margin-left: 6.6666666667%;
  }
  .offset-sm-5 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-6 {
    margin-left: 10%;
  }
  .offset-sm-7 {
    margin-left: 11.6666666667%;
  }
  .offset-sm-8 {
    margin-left: 13.3333333333%;
  }
  .offset-sm-9 {
    margin-left: 15%;
  }
  .offset-sm-10 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-11 {
    margin-left: 18.3333333333%;
  }
  .offset-sm-12 {
    margin-left: 20%;
  }
  .offset-sm-13 {
    margin-left: 21.6666666667%;
  }
  .offset-sm-14 {
    margin-left: 23.3333333333%;
  }
  .offset-sm-15 {
    margin-left: 25%;
  }
  .offset-sm-16 {
    margin-left: 26.6666666667%;
  }
  .offset-sm-17 {
    margin-left: 28.3333333333%;
  }
  .offset-sm-18 {
    margin-left: 30%;
  }
  .offset-sm-19 {
    margin-left: 31.6666666667%;
  }
  .offset-sm-20 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-21 {
    margin-left: 35%;
  }
  .offset-sm-22 {
    margin-left: 36.6666666667%;
  }
  .offset-sm-23 {
    margin-left: 38.3333333333%;
  }
  .offset-sm-24 {
    margin-left: 40%;
  }
  .offset-sm-25 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-26 {
    margin-left: 43.3333333333%;
  }
  .offset-sm-27 {
    margin-left: 45%;
  }
  .offset-sm-28 {
    margin-left: 46.6666666667%;
  }
  .offset-sm-29 {
    margin-left: 48.3333333333%;
  }
  .offset-sm-30 {
    margin-left: 50%;
  }
  .offset-sm-31 {
    margin-left: 51.6666666667%;
  }
  .offset-sm-32 {
    margin-left: 53.3333333333%;
  }
  .offset-sm-33 {
    margin-left: 55%;
  }
  .offset-sm-34 {
    margin-left: 56.6666666667%;
  }
  .offset-sm-35 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-36 {
    margin-left: 60%;
  }
  .offset-sm-37 {
    margin-left: 61.6666666667%;
  }
  .offset-sm-38 {
    margin-left: 63.3333333333%;
  }
  .offset-sm-39 {
    margin-left: 65%;
  }
  .offset-sm-40 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-41 {
    margin-left: 68.3333333333%;
  }
  .offset-sm-42 {
    margin-left: 70%;
  }
  .offset-sm-43 {
    margin-left: 71.6666666667%;
  }
  .offset-sm-44 {
    margin-left: 73.3333333333%;
  }
  .offset-sm-45 {
    margin-left: 75%;
  }
  .offset-sm-46 {
    margin-left: 76.6666666667%;
  }
  .offset-sm-47 {
    margin-left: 78.3333333333%;
  }
  .offset-sm-48 {
    margin-left: 80%;
  }
  .offset-sm-49 {
    margin-left: 81.6666666667%;
  }
  .offset-sm-50 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-51 {
    margin-left: 85%;
  }
  .offset-sm-52 {
    margin-left: 86.6666666667%;
  }
  .offset-sm-53 {
    margin-left: 88.3333333333%;
  }
  .offset-sm-54 {
    margin-left: 90%;
  }
  .offset-sm-55 {
    margin-left: 91.6666666667%;
  }
  .offset-sm-56 {
    margin-left: 93.3333333333%;
  }
  .offset-sm-57 {
    margin-left: 95%;
  }
  .offset-sm-58 {
    margin-left: 96.6666666667%;
  }
  .offset-sm-59 {
    margin-left: 98.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 1.6666666667%;
    max-width: 1.6666666667%;
  }
  .col-md-2 {
    flex: 0 0 3.3333333333%;
    max-width: 3.3333333333%;
  }
  .col-md-3 {
    flex: 0 0 5%;
    max-width: 5%;
  }
  .col-md-4 {
    flex: 0 0 6.6666666667%;
    max-width: 6.6666666667%;
  }
  .col-md-5 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-6 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-md-7 {
    flex: 0 0 11.6666666667%;
    max-width: 11.6666666667%;
  }
  .col-md-8 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
  }
  .col-md-9 {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .col-md-10 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-11 {
    flex: 0 0 18.3333333333%;
    max-width: 18.3333333333%;
  }
  .col-md-12 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-13 {
    flex: 0 0 21.6666666667%;
    max-width: 21.6666666667%;
  }
  .col-md-14 {
    flex: 0 0 23.3333333333%;
    max-width: 23.3333333333%;
  }
  .col-md-15 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-16 {
    flex: 0 0 26.6666666667%;
    max-width: 26.6666666667%;
  }
  .col-md-17 {
    flex: 0 0 28.3333333333%;
    max-width: 28.3333333333%;
  }
  .col-md-18 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-md-19 {
    flex: 0 0 31.6666666667%;
    max-width: 31.6666666667%;
  }
  .col-md-20 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-21 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .col-md-22 {
    flex: 0 0 36.6666666667%;
    max-width: 36.6666666667%;
  }
  .col-md-23 {
    flex: 0 0 38.3333333333%;
    max-width: 38.3333333333%;
  }
  .col-md-24 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-md-25 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-26 {
    flex: 0 0 43.3333333333%;
    max-width: 43.3333333333%;
  }
  .col-md-27 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-md-28 {
    flex: 0 0 46.6666666667%;
    max-width: 46.6666666667%;
  }
  .col-md-29 {
    flex: 0 0 48.3333333333%;
    max-width: 48.3333333333%;
  }
  .col-md-30 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-31 {
    flex: 0 0 51.6666666667%;
    max-width: 51.6666666667%;
  }
  .col-md-32 {
    flex: 0 0 53.3333333333%;
    max-width: 53.3333333333%;
  }
  .col-md-33 {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-md-34 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
  }
  .col-md-35 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-36 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-md-37 {
    flex: 0 0 61.6666666667%;
    max-width: 61.6666666667%;
  }
  .col-md-38 {
    flex: 0 0 63.3333333333%;
    max-width: 63.3333333333%;
  }
  .col-md-39 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .col-md-40 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-41 {
    flex: 0 0 68.3333333333%;
    max-width: 68.3333333333%;
  }
  .col-md-42 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-md-43 {
    flex: 0 0 71.6666666667%;
    max-width: 71.6666666667%;
  }
  .col-md-44 {
    flex: 0 0 73.3333333333%;
    max-width: 73.3333333333%;
  }
  .col-md-45 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-46 {
    flex: 0 0 76.6666666667%;
    max-width: 76.6666666667%;
  }
  .col-md-47 {
    flex: 0 0 78.3333333333%;
    max-width: 78.3333333333%;
  }
  .col-md-48 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-md-49 {
    flex: 0 0 81.6666666667%;
    max-width: 81.6666666667%;
  }
  .col-md-50 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-51 {
    flex: 0 0 85%;
    max-width: 85%;
  }
  .col-md-52 {
    flex: 0 0 86.6666666667%;
    max-width: 86.6666666667%;
  }
  .col-md-53 {
    flex: 0 0 88.3333333333%;
    max-width: 88.3333333333%;
  }
  .col-md-54 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-md-55 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-56 {
    flex: 0 0 93.3333333333%;
    max-width: 93.3333333333%;
  }
  .col-md-57 {
    flex: 0 0 95%;
    max-width: 95%;
  }
  .col-md-58 {
    flex: 0 0 96.6666666667%;
    max-width: 96.6666666667%;
  }
  .col-md-59 {
    flex: 0 0 98.3333333333%;
    max-width: 98.3333333333%;
  }
  .col-md-60 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 61;
  }
  .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;
  }
  .order-md-13 {
    order: 13;
  }
  .order-md-14 {
    order: 14;
  }
  .order-md-15 {
    order: 15;
  }
  .order-md-16 {
    order: 16;
  }
  .order-md-17 {
    order: 17;
  }
  .order-md-18 {
    order: 18;
  }
  .order-md-19 {
    order: 19;
  }
  .order-md-20 {
    order: 20;
  }
  .order-md-21 {
    order: 21;
  }
  .order-md-22 {
    order: 22;
  }
  .order-md-23 {
    order: 23;
  }
  .order-md-24 {
    order: 24;
  }
  .order-md-25 {
    order: 25;
  }
  .order-md-26 {
    order: 26;
  }
  .order-md-27 {
    order: 27;
  }
  .order-md-28 {
    order: 28;
  }
  .order-md-29 {
    order: 29;
  }
  .order-md-30 {
    order: 30;
  }
  .order-md-31 {
    order: 31;
  }
  .order-md-32 {
    order: 32;
  }
  .order-md-33 {
    order: 33;
  }
  .order-md-34 {
    order: 34;
  }
  .order-md-35 {
    order: 35;
  }
  .order-md-36 {
    order: 36;
  }
  .order-md-37 {
    order: 37;
  }
  .order-md-38 {
    order: 38;
  }
  .order-md-39 {
    order: 39;
  }
  .order-md-40 {
    order: 40;
  }
  .order-md-41 {
    order: 41;
  }
  .order-md-42 {
    order: 42;
  }
  .order-md-43 {
    order: 43;
  }
  .order-md-44 {
    order: 44;
  }
  .order-md-45 {
    order: 45;
  }
  .order-md-46 {
    order: 46;
  }
  .order-md-47 {
    order: 47;
  }
  .order-md-48 {
    order: 48;
  }
  .order-md-49 {
    order: 49;
  }
  .order-md-50 {
    order: 50;
  }
  .order-md-51 {
    order: 51;
  }
  .order-md-52 {
    order: 52;
  }
  .order-md-53 {
    order: 53;
  }
  .order-md-54 {
    order: 54;
  }
  .order-md-55 {
    order: 55;
  }
  .order-md-56 {
    order: 56;
  }
  .order-md-57 {
    order: 57;
  }
  .order-md-58 {
    order: 58;
  }
  .order-md-59 {
    order: 59;
  }
  .order-md-60 {
    order: 60;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 1.6666666667%;
  }
  .offset-md-2 {
    margin-left: 3.3333333333%;
  }
  .offset-md-3 {
    margin-left: 5%;
  }
  .offset-md-4 {
    margin-left: 6.6666666667%;
  }
  .offset-md-5 {
    margin-left: 8.3333333333%;
  }
  .offset-md-6 {
    margin-left: 10%;
  }
  .offset-md-7 {
    margin-left: 11.6666666667%;
  }
  .offset-md-8 {
    margin-left: 13.3333333333%;
  }
  .offset-md-9 {
    margin-left: 15%;
  }
  .offset-md-10 {
    margin-left: 16.6666666667%;
  }
  .offset-md-11 {
    margin-left: 18.3333333333%;
  }
  .offset-md-12 {
    margin-left: 20%;
  }
  .offset-md-13 {
    margin-left: 21.6666666667%;
  }
  .offset-md-14 {
    margin-left: 23.3333333333%;
  }
  .offset-md-15 {
    margin-left: 25%;
  }
  .offset-md-16 {
    margin-left: 26.6666666667%;
  }
  .offset-md-17 {
    margin-left: 28.3333333333%;
  }
  .offset-md-18 {
    margin-left: 30%;
  }
  .offset-md-19 {
    margin-left: 31.6666666667%;
  }
  .offset-md-20 {
    margin-left: 33.3333333333%;
  }
  .offset-md-21 {
    margin-left: 35%;
  }
  .offset-md-22 {
    margin-left: 36.6666666667%;
  }
  .offset-md-23 {
    margin-left: 38.3333333333%;
  }
  .offset-md-24 {
    margin-left: 40%;
  }
  .offset-md-25 {
    margin-left: 41.6666666667%;
  }
  .offset-md-26 {
    margin-left: 43.3333333333%;
  }
  .offset-md-27 {
    margin-left: 45%;
  }
  .offset-md-28 {
    margin-left: 46.6666666667%;
  }
  .offset-md-29 {
    margin-left: 48.3333333333%;
  }
  .offset-md-30 {
    margin-left: 50%;
  }
  .offset-md-31 {
    margin-left: 51.6666666667%;
  }
  .offset-md-32 {
    margin-left: 53.3333333333%;
  }
  .offset-md-33 {
    margin-left: 55%;
  }
  .offset-md-34 {
    margin-left: 56.6666666667%;
  }
  .offset-md-35 {
    margin-left: 58.3333333333%;
  }
  .offset-md-36 {
    margin-left: 60%;
  }
  .offset-md-37 {
    margin-left: 61.6666666667%;
  }
  .offset-md-38 {
    margin-left: 63.3333333333%;
  }
  .offset-md-39 {
    margin-left: 65%;
  }
  .offset-md-40 {
    margin-left: 66.6666666667%;
  }
  .offset-md-41 {
    margin-left: 68.3333333333%;
  }
  .offset-md-42 {
    margin-left: 70%;
  }
  .offset-md-43 {
    margin-left: 71.6666666667%;
  }
  .offset-md-44 {
    margin-left: 73.3333333333%;
  }
  .offset-md-45 {
    margin-left: 75%;
  }
  .offset-md-46 {
    margin-left: 76.6666666667%;
  }
  .offset-md-47 {
    margin-left: 78.3333333333%;
  }
  .offset-md-48 {
    margin-left: 80%;
  }
  .offset-md-49 {
    margin-left: 81.6666666667%;
  }
  .offset-md-50 {
    margin-left: 83.3333333333%;
  }
  .offset-md-51 {
    margin-left: 85%;
  }
  .offset-md-52 {
    margin-left: 86.6666666667%;
  }
  .offset-md-53 {
    margin-left: 88.3333333333%;
  }
  .offset-md-54 {
    margin-left: 90%;
  }
  .offset-md-55 {
    margin-left: 91.6666666667%;
  }
  .offset-md-56 {
    margin-left: 93.3333333333%;
  }
  .offset-md-57 {
    margin-left: 95%;
  }
  .offset-md-58 {
    margin-left: 96.6666666667%;
  }
  .offset-md-59 {
    margin-left: 98.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 1.6666666667%;
    max-width: 1.6666666667%;
  }
  .col-lg-2 {
    flex: 0 0 3.3333333333%;
    max-width: 3.3333333333%;
  }
  .col-lg-3 {
    flex: 0 0 5%;
    max-width: 5%;
  }
  .col-lg-4 {
    flex: 0 0 6.6666666667%;
    max-width: 6.6666666667%;
  }
  .col-lg-5 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-6 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-lg-7 {
    flex: 0 0 11.6666666667%;
    max-width: 11.6666666667%;
  }
  .col-lg-8 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
  }
  .col-lg-9 {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .col-lg-10 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-11 {
    flex: 0 0 18.3333333333%;
    max-width: 18.3333333333%;
  }
  .col-lg-12 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-13 {
    flex: 0 0 21.6666666667%;
    max-width: 21.6666666667%;
  }
  .col-lg-14 {
    flex: 0 0 23.3333333333%;
    max-width: 23.3333333333%;
  }
  .col-lg-15 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-16 {
    flex: 0 0 26.6666666667%;
    max-width: 26.6666666667%;
  }
  .col-lg-17 {
    flex: 0 0 28.3333333333%;
    max-width: 28.3333333333%;
  }
  .col-lg-18 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-lg-19 {
    flex: 0 0 31.6666666667%;
    max-width: 31.6666666667%;
  }
  .col-lg-20 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-21 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .col-lg-22 {
    flex: 0 0 36.6666666667%;
    max-width: 36.6666666667%;
  }
  .col-lg-23 {
    flex: 0 0 38.3333333333%;
    max-width: 38.3333333333%;
  }
  .col-lg-24 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-lg-25 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-26 {
    flex: 0 0 43.3333333333%;
    max-width: 43.3333333333%;
  }
  .col-lg-27 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-lg-28 {
    flex: 0 0 46.6666666667%;
    max-width: 46.6666666667%;
  }
  .col-lg-29 {
    flex: 0 0 48.3333333333%;
    max-width: 48.3333333333%;
  }
  .col-lg-30 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-31 {
    flex: 0 0 51.6666666667%;
    max-width: 51.6666666667%;
  }
  .col-lg-32 {
    flex: 0 0 53.3333333333%;
    max-width: 53.3333333333%;
  }
  .col-lg-33 {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-lg-34 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
  }
  .col-lg-35 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-36 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-lg-37 {
    flex: 0 0 61.6666666667%;
    max-width: 61.6666666667%;
  }
  .col-lg-38 {
    flex: 0 0 63.3333333333%;
    max-width: 63.3333333333%;
  }
  .col-lg-39 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .col-lg-40 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-41 {
    flex: 0 0 68.3333333333%;
    max-width: 68.3333333333%;
  }
  .col-lg-42 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-lg-43 {
    flex: 0 0 71.6666666667%;
    max-width: 71.6666666667%;
  }
  .col-lg-44 {
    flex: 0 0 73.3333333333%;
    max-width: 73.3333333333%;
  }
  .col-lg-45 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-46 {
    flex: 0 0 76.6666666667%;
    max-width: 76.6666666667%;
  }
  .col-lg-47 {
    flex: 0 0 78.3333333333%;
    max-width: 78.3333333333%;
  }
  .col-lg-48 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-lg-49 {
    flex: 0 0 81.6666666667%;
    max-width: 81.6666666667%;
  }
  .col-lg-50 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-51 {
    flex: 0 0 85%;
    max-width: 85%;
  }
  .col-lg-52 {
    flex: 0 0 86.6666666667%;
    max-width: 86.6666666667%;
  }
  .col-lg-53 {
    flex: 0 0 88.3333333333%;
    max-width: 88.3333333333%;
  }
  .col-lg-54 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-lg-55 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-56 {
    flex: 0 0 93.3333333333%;
    max-width: 93.3333333333%;
  }
  .col-lg-57 {
    flex: 0 0 95%;
    max-width: 95%;
  }
  .col-lg-58 {
    flex: 0 0 96.6666666667%;
    max-width: 96.6666666667%;
  }
  .col-lg-59 {
    flex: 0 0 98.3333333333%;
    max-width: 98.3333333333%;
  }
  .col-lg-60 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 61;
  }
  .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;
  }
  .order-lg-13 {
    order: 13;
  }
  .order-lg-14 {
    order: 14;
  }
  .order-lg-15 {
    order: 15;
  }
  .order-lg-16 {
    order: 16;
  }
  .order-lg-17 {
    order: 17;
  }
  .order-lg-18 {
    order: 18;
  }
  .order-lg-19 {
    order: 19;
  }
  .order-lg-20 {
    order: 20;
  }
  .order-lg-21 {
    order: 21;
  }
  .order-lg-22 {
    order: 22;
  }
  .order-lg-23 {
    order: 23;
  }
  .order-lg-24 {
    order: 24;
  }
  .order-lg-25 {
    order: 25;
  }
  .order-lg-26 {
    order: 26;
  }
  .order-lg-27 {
    order: 27;
  }
  .order-lg-28 {
    order: 28;
  }
  .order-lg-29 {
    order: 29;
  }
  .order-lg-30 {
    order: 30;
  }
  .order-lg-31 {
    order: 31;
  }
  .order-lg-32 {
    order: 32;
  }
  .order-lg-33 {
    order: 33;
  }
  .order-lg-34 {
    order: 34;
  }
  .order-lg-35 {
    order: 35;
  }
  .order-lg-36 {
    order: 36;
  }
  .order-lg-37 {
    order: 37;
  }
  .order-lg-38 {
    order: 38;
  }
  .order-lg-39 {
    order: 39;
  }
  .order-lg-40 {
    order: 40;
  }
  .order-lg-41 {
    order: 41;
  }
  .order-lg-42 {
    order: 42;
  }
  .order-lg-43 {
    order: 43;
  }
  .order-lg-44 {
    order: 44;
  }
  .order-lg-45 {
    order: 45;
  }
  .order-lg-46 {
    order: 46;
  }
  .order-lg-47 {
    order: 47;
  }
  .order-lg-48 {
    order: 48;
  }
  .order-lg-49 {
    order: 49;
  }
  .order-lg-50 {
    order: 50;
  }
  .order-lg-51 {
    order: 51;
  }
  .order-lg-52 {
    order: 52;
  }
  .order-lg-53 {
    order: 53;
  }
  .order-lg-54 {
    order: 54;
  }
  .order-lg-55 {
    order: 55;
  }
  .order-lg-56 {
    order: 56;
  }
  .order-lg-57 {
    order: 57;
  }
  .order-lg-58 {
    order: 58;
  }
  .order-lg-59 {
    order: 59;
  }
  .order-lg-60 {
    order: 60;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 1.6666666667%;
  }
  .offset-lg-2 {
    margin-left: 3.3333333333%;
  }
  .offset-lg-3 {
    margin-left: 5%;
  }
  .offset-lg-4 {
    margin-left: 6.6666666667%;
  }
  .offset-lg-5 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-6 {
    margin-left: 10%;
  }
  .offset-lg-7 {
    margin-left: 11.6666666667%;
  }
  .offset-lg-8 {
    margin-left: 13.3333333333%;
  }
  .offset-lg-9 {
    margin-left: 15%;
  }
  .offset-lg-10 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-11 {
    margin-left: 18.3333333333%;
  }
  .offset-lg-12 {
    margin-left: 20%;
  }
  .offset-lg-13 {
    margin-left: 21.6666666667%;
  }
  .offset-lg-14 {
    margin-left: 23.3333333333%;
  }
  .offset-lg-15 {
    margin-left: 25%;
  }
  .offset-lg-16 {
    margin-left: 26.6666666667%;
  }
  .offset-lg-17 {
    margin-left: 28.3333333333%;
  }
  .offset-lg-18 {
    margin-left: 30%;
  }
  .offset-lg-19 {
    margin-left: 31.6666666667%;
  }
  .offset-lg-20 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-21 {
    margin-left: 35%;
  }
  .offset-lg-22 {
    margin-left: 36.6666666667%;
  }
  .offset-lg-23 {
    margin-left: 38.3333333333%;
  }
  .offset-lg-24 {
    margin-left: 40%;
  }
  .offset-lg-25 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-26 {
    margin-left: 43.3333333333%;
  }
  .offset-lg-27 {
    margin-left: 45%;
  }
  .offset-lg-28 {
    margin-left: 46.6666666667%;
  }
  .offset-lg-29 {
    margin-left: 48.3333333333%;
  }
  .offset-lg-30 {
    margin-left: 50%;
  }
  .offset-lg-31 {
    margin-left: 51.6666666667%;
  }
  .offset-lg-32 {
    margin-left: 53.3333333333%;
  }
  .offset-lg-33 {
    margin-left: 55%;
  }
  .offset-lg-34 {
    margin-left: 56.6666666667%;
  }
  .offset-lg-35 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-36 {
    margin-left: 60%;
  }
  .offset-lg-37 {
    margin-left: 61.6666666667%;
  }
  .offset-lg-38 {
    margin-left: 63.3333333333%;
  }
  .offset-lg-39 {
    margin-left: 65%;
  }
  .offset-lg-40 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-41 {
    margin-left: 68.3333333333%;
  }
  .offset-lg-42 {
    margin-left: 70%;
  }
  .offset-lg-43 {
    margin-left: 71.6666666667%;
  }
  .offset-lg-44 {
    margin-left: 73.3333333333%;
  }
  .offset-lg-45 {
    margin-left: 75%;
  }
  .offset-lg-46 {
    margin-left: 76.6666666667%;
  }
  .offset-lg-47 {
    margin-left: 78.3333333333%;
  }
  .offset-lg-48 {
    margin-left: 80%;
  }
  .offset-lg-49 {
    margin-left: 81.6666666667%;
  }
  .offset-lg-50 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-51 {
    margin-left: 85%;
  }
  .offset-lg-52 {
    margin-left: 86.6666666667%;
  }
  .offset-lg-53 {
    margin-left: 88.3333333333%;
  }
  .offset-lg-54 {
    margin-left: 90%;
  }
  .offset-lg-55 {
    margin-left: 91.6666666667%;
  }
  .offset-lg-56 {
    margin-left: 93.3333333333%;
  }
  .offset-lg-57 {
    margin-left: 95%;
  }
  .offset-lg-58 {
    margin-left: 96.6666666667%;
  }
  .offset-lg-59 {
    margin-left: 98.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 1.6666666667%;
    max-width: 1.6666666667%;
  }
  .col-xl-2 {
    flex: 0 0 3.3333333333%;
    max-width: 3.3333333333%;
  }
  .col-xl-3 {
    flex: 0 0 5%;
    max-width: 5%;
  }
  .col-xl-4 {
    flex: 0 0 6.6666666667%;
    max-width: 6.6666666667%;
  }
  .col-xl-5 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-6 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-xl-7 {
    flex: 0 0 11.6666666667%;
    max-width: 11.6666666667%;
  }
  .col-xl-8 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
  }
  .col-xl-9 {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .col-xl-10 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-11 {
    flex: 0 0 18.3333333333%;
    max-width: 18.3333333333%;
  }
  .col-xl-12 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-13 {
    flex: 0 0 21.6666666667%;
    max-width: 21.6666666667%;
  }
  .col-xl-14 {
    flex: 0 0 23.3333333333%;
    max-width: 23.3333333333%;
  }
  .col-xl-15 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-16 {
    flex: 0 0 26.6666666667%;
    max-width: 26.6666666667%;
  }
  .col-xl-17 {
    flex: 0 0 28.3333333333%;
    max-width: 28.3333333333%;
  }
  .col-xl-18 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-xl-19 {
    flex: 0 0 31.6666666667%;
    max-width: 31.6666666667%;
  }
  .col-xl-20 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-21 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .col-xl-22 {
    flex: 0 0 36.6666666667%;
    max-width: 36.6666666667%;
  }
  .col-xl-23 {
    flex: 0 0 38.3333333333%;
    max-width: 38.3333333333%;
  }
  .col-xl-24 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-xl-25 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-26 {
    flex: 0 0 43.3333333333%;
    max-width: 43.3333333333%;
  }
  .col-xl-27 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-xl-28 {
    flex: 0 0 46.6666666667%;
    max-width: 46.6666666667%;
  }
  .col-xl-29 {
    flex: 0 0 48.3333333333%;
    max-width: 48.3333333333%;
  }
  .col-xl-30 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-31 {
    flex: 0 0 51.6666666667%;
    max-width: 51.6666666667%;
  }
  .col-xl-32 {
    flex: 0 0 53.3333333333%;
    max-width: 53.3333333333%;
  }
  .col-xl-33 {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-xl-34 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
  }
  .col-xl-35 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-36 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-xl-37 {
    flex: 0 0 61.6666666667%;
    max-width: 61.6666666667%;
  }
  .col-xl-38 {
    flex: 0 0 63.3333333333%;
    max-width: 63.3333333333%;
  }
  .col-xl-39 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .col-xl-40 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-41 {
    flex: 0 0 68.3333333333%;
    max-width: 68.3333333333%;
  }
  .col-xl-42 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-xl-43 {
    flex: 0 0 71.6666666667%;
    max-width: 71.6666666667%;
  }
  .col-xl-44 {
    flex: 0 0 73.3333333333%;
    max-width: 73.3333333333%;
  }
  .col-xl-45 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-46 {
    flex: 0 0 76.6666666667%;
    max-width: 76.6666666667%;
  }
  .col-xl-47 {
    flex: 0 0 78.3333333333%;
    max-width: 78.3333333333%;
  }
  .col-xl-48 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-xl-49 {
    flex: 0 0 81.6666666667%;
    max-width: 81.6666666667%;
  }
  .col-xl-50 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-51 {
    flex: 0 0 85%;
    max-width: 85%;
  }
  .col-xl-52 {
    flex: 0 0 86.6666666667%;
    max-width: 86.6666666667%;
  }
  .col-xl-53 {
    flex: 0 0 88.3333333333%;
    max-width: 88.3333333333%;
  }
  .col-xl-54 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-xl-55 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-56 {
    flex: 0 0 93.3333333333%;
    max-width: 93.3333333333%;
  }
  .col-xl-57 {
    flex: 0 0 95%;
    max-width: 95%;
  }
  .col-xl-58 {
    flex: 0 0 96.6666666667%;
    max-width: 96.6666666667%;
  }
  .col-xl-59 {
    flex: 0 0 98.3333333333%;
    max-width: 98.3333333333%;
  }
  .col-xl-60 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 61;
  }
  .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;
  }
  .order-xl-13 {
    order: 13;
  }
  .order-xl-14 {
    order: 14;
  }
  .order-xl-15 {
    order: 15;
  }
  .order-xl-16 {
    order: 16;
  }
  .order-xl-17 {
    order: 17;
  }
  .order-xl-18 {
    order: 18;
  }
  .order-xl-19 {
    order: 19;
  }
  .order-xl-20 {
    order: 20;
  }
  .order-xl-21 {
    order: 21;
  }
  .order-xl-22 {
    order: 22;
  }
  .order-xl-23 {
    order: 23;
  }
  .order-xl-24 {
    order: 24;
  }
  .order-xl-25 {
    order: 25;
  }
  .order-xl-26 {
    order: 26;
  }
  .order-xl-27 {
    order: 27;
  }
  .order-xl-28 {
    order: 28;
  }
  .order-xl-29 {
    order: 29;
  }
  .order-xl-30 {
    order: 30;
  }
  .order-xl-31 {
    order: 31;
  }
  .order-xl-32 {
    order: 32;
  }
  .order-xl-33 {
    order: 33;
  }
  .order-xl-34 {
    order: 34;
  }
  .order-xl-35 {
    order: 35;
  }
  .order-xl-36 {
    order: 36;
  }
  .order-xl-37 {
    order: 37;
  }
  .order-xl-38 {
    order: 38;
  }
  .order-xl-39 {
    order: 39;
  }
  .order-xl-40 {
    order: 40;
  }
  .order-xl-41 {
    order: 41;
  }
  .order-xl-42 {
    order: 42;
  }
  .order-xl-43 {
    order: 43;
  }
  .order-xl-44 {
    order: 44;
  }
  .order-xl-45 {
    order: 45;
  }
  .order-xl-46 {
    order: 46;
  }
  .order-xl-47 {
    order: 47;
  }
  .order-xl-48 {
    order: 48;
  }
  .order-xl-49 {
    order: 49;
  }
  .order-xl-50 {
    order: 50;
  }
  .order-xl-51 {
    order: 51;
  }
  .order-xl-52 {
    order: 52;
  }
  .order-xl-53 {
    order: 53;
  }
  .order-xl-54 {
    order: 54;
  }
  .order-xl-55 {
    order: 55;
  }
  .order-xl-56 {
    order: 56;
  }
  .order-xl-57 {
    order: 57;
  }
  .order-xl-58 {
    order: 58;
  }
  .order-xl-59 {
    order: 59;
  }
  .order-xl-60 {
    order: 60;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 1.6666666667%;
  }
  .offset-xl-2 {
    margin-left: 3.3333333333%;
  }
  .offset-xl-3 {
    margin-left: 5%;
  }
  .offset-xl-4 {
    margin-left: 6.6666666667%;
  }
  .offset-xl-5 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-6 {
    margin-left: 10%;
  }
  .offset-xl-7 {
    margin-left: 11.6666666667%;
  }
  .offset-xl-8 {
    margin-left: 13.3333333333%;
  }
  .offset-xl-9 {
    margin-left: 15%;
  }
  .offset-xl-10 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-11 {
    margin-left: 18.3333333333%;
  }
  .offset-xl-12 {
    margin-left: 20%;
  }
  .offset-xl-13 {
    margin-left: 21.6666666667%;
  }
  .offset-xl-14 {
    margin-left: 23.3333333333%;
  }
  .offset-xl-15 {
    margin-left: 25%;
  }
  .offset-xl-16 {
    margin-left: 26.6666666667%;
  }
  .offset-xl-17 {
    margin-left: 28.3333333333%;
  }
  .offset-xl-18 {
    margin-left: 30%;
  }
  .offset-xl-19 {
    margin-left: 31.6666666667%;
  }
  .offset-xl-20 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-21 {
    margin-left: 35%;
  }
  .offset-xl-22 {
    margin-left: 36.6666666667%;
  }
  .offset-xl-23 {
    margin-left: 38.3333333333%;
  }
  .offset-xl-24 {
    margin-left: 40%;
  }
  .offset-xl-25 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-26 {
    margin-left: 43.3333333333%;
  }
  .offset-xl-27 {
    margin-left: 45%;
  }
  .offset-xl-28 {
    margin-left: 46.6666666667%;
  }
  .offset-xl-29 {
    margin-left: 48.3333333333%;
  }
  .offset-xl-30 {
    margin-left: 50%;
  }
  .offset-xl-31 {
    margin-left: 51.6666666667%;
  }
  .offset-xl-32 {
    margin-left: 53.3333333333%;
  }
  .offset-xl-33 {
    margin-left: 55%;
  }
  .offset-xl-34 {
    margin-left: 56.6666666667%;
  }
  .offset-xl-35 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-36 {
    margin-left: 60%;
  }
  .offset-xl-37 {
    margin-left: 61.6666666667%;
  }
  .offset-xl-38 {
    margin-left: 63.3333333333%;
  }
  .offset-xl-39 {
    margin-left: 65%;
  }
  .offset-xl-40 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-41 {
    margin-left: 68.3333333333%;
  }
  .offset-xl-42 {
    margin-left: 70%;
  }
  .offset-xl-43 {
    margin-left: 71.6666666667%;
  }
  .offset-xl-44 {
    margin-left: 73.3333333333%;
  }
  .offset-xl-45 {
    margin-left: 75%;
  }
  .offset-xl-46 {
    margin-left: 76.6666666667%;
  }
  .offset-xl-47 {
    margin-left: 78.3333333333%;
  }
  .offset-xl-48 {
    margin-left: 80%;
  }
  .offset-xl-49 {
    margin-left: 81.6666666667%;
  }
  .offset-xl-50 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-51 {
    margin-left: 85%;
  }
  .offset-xl-52 {
    margin-left: 86.6666666667%;
  }
  .offset-xl-53 {
    margin-left: 88.3333333333%;
  }
  .offset-xl-54 {
    margin-left: 90%;
  }
  .offset-xl-55 {
    margin-left: 91.6666666667%;
  }
  .offset-xl-56 {
    margin-left: 93.3333333333%;
  }
  .offset-xl-57 {
    margin-left: 95%;
  }
  .offset-xl-58 {
    margin-left: 96.6666666667%;
  }
  .offset-xl-59 {
    margin-left: 98.3333333333%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #eee;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.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;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0066ff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0066ff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0052cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0066ff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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 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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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;
  }
}
.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;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0066ff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0047b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #eee !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@keyframes chmControl_ERROR_background_light {
  0% {
    background-color: #eee;
  }
  50% {
    background-color: #ff3c3c;
  }
  100% {
    background-color: #eee;
  }
}
@keyframes chmControl_ERROR_background {
  0% {
    background-color: #111;
  }
  50% {
    background-color: #ff3c3c;
  }
  100% {
    background-color: #111;
  }
}
@keyframes chmControl_ERROR_foreground_light {
  0% {
    background-color: #333;
  }
  50% {
    background-color: #ff3c3c;
  }
  100% {
    background-color: #333;
  }
}
@keyframes chmControl_ERROR_foreground {
  0% {
    background-color: #eee;
  }
  50% {
    background-color: #ff3c3c;
  }
  100% {
    background-color: #eee;
  }
}
.chmControl_Container {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  border: none;
  box-shadow: none;
}
.chmControl_Container:not(.chmControl_Container):focus, .chmControl_Container:not(.chmControl_Container):active, .chmControl_Container:not(.chmControl_Container):visited, .chmControl_Container:not(.chmControl_Container):hover,
.chmControl_Container:not(.chmControl_Container) *:focus,
.chmControl_Container:not(.chmControl_Container) *:active,
.chmControl_Container:not(.chmControl_Container) *:visited,
.chmControl_Container:not(.chmControl_Container) *:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.chmControl_Container label {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1em;
}
.chmControl_Container.disabled {
  pointer-events: none;
}
.chmControl_Container.disabled, .chmControl_Container.pseudo-disabled {
  opacity: 0.3;
  cursor: default;
}
.chmControl_Container.disabled *, .chmControl_Container.pseudo-disabled * {
  cursor: default;
}
.chmControl_Container,
.chmControl_Container:after,
.chmControl_Container:before,
.chmControl_Container *,
.chmControl_Container *:after,
.chmControl_Container *:before {
  animation-duration: 0.75s;
  animation-iteration-count: 3;
}

.no-animation .chmControl_Container, .no-animation .chmControl_Container:after, .no-animation .chmControl_Container:before, .no-animation .chmControl_Container *, .no-animation .chmControl_Container *:after, .no-animation .chmControl_Container *:before {
  animation-name: none !important;
}

.chmControl_Container {
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
  padding: 0.5em;
  color: #222222;
  background-color: #eee;
  border-radius: 3px;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1);
  outline: none !important;
  transition: background-color 0.25s, box-shadow 0.25s;
}
.chmControl_Container:hover {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1);
}
.chmControl_Container:active, .chmControl_Container:focus {
  outline: none !important;
}
.chmControl_Container:focus {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1), 0 0 3px 2px #fc0;
}

.inverse-color .chmControl_Container {
  background-color: #111;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.1);
  color: #333;
}
.inverse-color .chmControl_Container:focus {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.1), 0 0 3px 2px #0cf;
}

.has-error .chmControl_Container {
  background-color: #ff3c3c;
  color: #333;
  animation-name: chmControl_ERROR_background_light;
}
.has-error .chmControl_Container:focus {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1), 0 0 3px 2px #eee;
}

.inverse-color .has-error .chmControl_Container {
  background-color: #ff3c3c;
  color: #333;
  animation-name: chmControl_ERROR_background;
}
.inverse-color .has-error .chmControl_Container:focus {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.1), 0 0 3px 2px #333;
}

.chmControl_Button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  border: none;
  box-shadow: none;
}
.chmControl_Button:not(.chmControl_Container):focus, .chmControl_Button:not(.chmControl_Container):active, .chmControl_Button:not(.chmControl_Container):visited, .chmControl_Button:not(.chmControl_Container):hover,
.chmControl_Button:not(.chmControl_Container) *:focus,
.chmControl_Button:not(.chmControl_Container) *:active,
.chmControl_Button:not(.chmControl_Container) *:visited,
.chmControl_Button:not(.chmControl_Container) *:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.chmControl_Button label {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1em;
}
.chmControl_Button.disabled {
  pointer-events: none;
}
.chmControl_Button.disabled, .chmControl_Button.pseudo-disabled {
  opacity: 0.3;
  cursor: default;
}
.chmControl_Button.disabled *, .chmControl_Button.pseudo-disabled * {
  cursor: default;
}
.chmControl_Button,
.chmControl_Button:after,
.chmControl_Button:before,
.chmControl_Button *,
.chmControl_Button *:after,
.chmControl_Button *:before {
  animation-duration: 0.75s;
  animation-iteration-count: 3;
}

.no-animation .chmControl_Button, .no-animation .chmControl_Button:after, .no-animation .chmControl_Button:before, .no-animation .chmControl_Button *, .no-animation .chmControl_Button *:after, .no-animation .chmControl_Button *:before {
  animation-name: none !important;
}

.chmControl_Button {
  padding: 0.5em 1.5em;
  color: #333 !important;
  background-color: #8892A2;
  cursor: pointer;
  transition: box-shadow 0.25s;
  border-radius: 2em;
  box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1) !important;
}
.chmControl_Button * {
  cursor: pointer;
}
.chmControl_Button:focus {
  box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1), 0 0 3px 2px #fc0 !important;
}
.chmControl_Button:hover {
  box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.3), 0 0 3px 2px #444 !important;
}
.chmControl_Button:hover:focus {
  box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.3), 0 0 3px 2px #fc0 !important;
}
.chmControl_Button.has-icon {
  padding-left: 2.6em;
  padding-right: 2.1em;
  text-align: left;
}
.chmControl_Button.has-icon .icon, .chmControl_Button.has-icon .fai, .chmControl_Button.has-icon .fab, .chmControl_Button.has-icon .fas, .chmControl_Button.has-icon .fal, .chmControl_Button.has-icon .far {
  position: absolute;
  color: #eee;
  left: 0.75em;
  right: auto;
  top: 50%;
  margin-top: -0.5em;
  width: 1.2em;
  text-align: center;
}
.chmControl_Button.has-icon.icon-right {
  padding-left: 1.1em;
  padding-right: 3.6em;
}
.chmControl_Button.has-icon.icon-right .icon, .chmControl_Button.has-icon.icon-right .fai, .chmControl_Button.has-icon.icon-right .fab, .chmControl_Button.has-icon.icon-right .fas, .chmControl_Button.has-icon.icon-right .fal, .chmControl_Button.has-icon.icon-right .far {
  left: auto;
  right: 0.75em;
}
.chmControl_Button.primary {
  background-color: #fc0;
}
.chmControl_Button.primary:focus {
  box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1), 0 0 3px 2px #555 !important;
}
.chmControl_Button.primary:hover:focus {
  box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.3), 0 0 3px 2px #555 !important;
}
.chmControl_Button.primary.has-icon .icon, .chmControl_Button.primary.has-icon .fai, .chmControl_Button.primary.has-icon .fab, .chmControl_Button.primary.has-icon .fas, .chmControl_Button.primary.has-icon .fal, .chmControl_Button.primary.has-icon .far {
  color: #555;
}
.chmControl_Button.secondary {
  background-color: #eee;
}
.chmControl_Button.secondary.has-icon .icon, .chmControl_Button.secondary.has-icon .fai, .chmControl_Button.secondary.has-icon .fab, .chmControl_Button.secondary.has-icon .fas, .chmControl_Button.secondary.has-icon .fal, .chmControl_Button.secondary.has-icon .far {
  color: #eee;
}
.chmControl_Button.tertiary {
  background-color: #0cf;
}
.chmControl_Button.tertiary.has-icon .icon, .chmControl_Button.tertiary.has-icon .fai, .chmControl_Button.tertiary.has-icon .fab, .chmControl_Button.tertiary.has-icon .fas, .chmControl_Button.tertiary.has-icon .fal, .chmControl_Button.tertiary.has-icon .far {
  color: #0cf;
}

.inverse-color .chmControl_Button {
  background-color: #8892A2;
  box-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.3) !important;
}
.inverse-color .chmControl_Button:focus {
  box-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.3), 0 0 3px 2px #0cf !important;
}
.inverse-color .chmControl_Button:hover {
  box-shadow: 0.1em 0.1em 0.4em rgba(255, 255, 255, 0.5), 0 0 3px 2px #0cf !important;
}
.inverse-color .chmControl_Button:hover:focus {
  box-shadow: 0.1em 0.1em 0.4em rgba(255, 255, 255, 0.5), 0 0 3px 2px #0cf !important;
}
.inverse-color .chmControl_Button.primary {
  background-color: #fc0;
}
.inverse-color .chmControl_Button.secondary {
  background-color: #0cf;
}
.inverse-color .chmControl_Button.tertiary {
  background-color: #0cf;
}
.inverse-color .chmControl_Button.tertiary.has-icon .icon, .inverse-color .chmControl_Button.tertiary.has-icon .fai, .inverse-color .chmControl_Button.tertiary.has-icon .fab, .inverse-color .chmControl_Button.tertiary.has-icon .fas, .inverse-color .chmControl_Button.tertiary.has-icon .fal, .inverse-color .chmControl_Button.tertiary.has-icon .far {
  color: #0cf;
}

.chmControl_Switch {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  border: none;
  box-shadow: none;
}
.chmControl_Switch:not(.chmControl_Container):focus, .chmControl_Switch:not(.chmControl_Container):active, .chmControl_Switch:not(.chmControl_Container):visited, .chmControl_Switch:not(.chmControl_Container):hover,
.chmControl_Switch:not(.chmControl_Container) *:focus,
.chmControl_Switch:not(.chmControl_Container) *:active,
.chmControl_Switch:not(.chmControl_Container) *:visited,
.chmControl_Switch:not(.chmControl_Container) *:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.chmControl_Switch label {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1em;
}
.chmControl_Switch.disabled {
  pointer-events: none;
}
.chmControl_Switch.disabled, .chmControl_Switch.pseudo-disabled {
  opacity: 0.3;
  cursor: default;
}
.chmControl_Switch.disabled *, .chmControl_Switch.pseudo-disabled * {
  cursor: default;
}
.chmControl_Switch,
.chmControl_Switch:after,
.chmControl_Switch:before,
.chmControl_Switch *,
.chmControl_Switch *:after,
.chmControl_Switch *:before {
  animation-duration: 0.75s;
  animation-iteration-count: 3;
}

.no-animation .chmControl_Switch, .no-animation .chmControl_Switch:after, .no-animation .chmControl_Switch:before, .no-animation .chmControl_Switch *, .no-animation .chmControl_Switch *:after, .no-animation .chmControl_Switch *:before {
  animation-name: none !important;
}

.chmControl_Switch * {
  color: #eee;
  cursor: pointer;
}
.chmControl_Switch label {
  z-index: 1;
  padding: 0.5em 0em 0.5em 4.5em;
  font-size: 1em;
  line-height: 1;
  min-height: 2em;
  min-width: 5em;
}
.chmControl_Switch input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.chmControl_Switch input + label:before {
  content: "";
  position: absolute;
  left: 0em;
  top: 0;
  width: 3.5em;
  height: 2em;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1);
  background-color: #eee;
  border-radius: 1em;
  z-index: 3;
  transition: background-color 0.25s, box-shadow 0.25s;
}
.chmControl_Switch input:checked + label:before {
  background-color: #fc0;
}
.chmControl_Switch input + label:after {
  content: "";
  position: absolute;
  left: 0.4em;
  top: 0.25em;
  width: 1.5em;
  height: 1.5em;
  background-color: #333;
  border-radius: 100%;
  z-index: 4;
  transition: left 0.25s, background-color 0.25s;
  box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3);
}
.chmControl_Switch input:checked + label:after {
  left: 1.6em;
}
.chmControl_Switch input:focus + label:before {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1), 0 0 3px 2px #fc0;
}

.inverse-color .chmControl_Switch * {
  color: #eee;
}
.inverse-color .chmControl_Switch input + label:before {
  background-color: #111;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1);
}
.inverse-color .chmControl_Switch input:checked + label:before {
  background-color: #0cf;
}
.inverse-color .chmControl_Switch input + label:after {
  background-color: #eee;
}
.inverse-color .chmControl_Switch input:focus + label:before {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.1), 0 0 3px 2px #0cf;
}

.has-error .chmControl_Switch label {
  color: #ff3c3c;
}
.has-error .chmControl_Switch input:checked + label:before {
  background-color: #eee;
}
.has-error .chmControl_Switch input + label:after {
  background-color: #ff3c3c;
  animation-name: chmControl_ERROR_foreground_light;
}
.has-error .chmControl_Switch input:focus + label:before {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1), 0 0 3px 2px #eee;
}

.inverse-color .has-error .chmControl_Switch label {
  color: #ff3c3c;
}
.inverse-color .has-error .chmControl_Switch input:checked + label:before {
  background-color: #333;
}
.inverse-color .has-error .chmControl_Switch input + label:after {
  background-color: #ff3c3c;
  animation-name: chmControl_ERROR_foreground;
}
.inverse-color .has-error .chmControl_Switch input:focus + label:before {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.1), 0 0 3px 2px #333;
}

.chmControl_Checkbox {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  border: none;
  box-shadow: none;
}
.chmControl_Checkbox:not(.chmControl_Container):focus, .chmControl_Checkbox:not(.chmControl_Container):active, .chmControl_Checkbox:not(.chmControl_Container):visited, .chmControl_Checkbox:not(.chmControl_Container):hover,
.chmControl_Checkbox:not(.chmControl_Container) *:focus,
.chmControl_Checkbox:not(.chmControl_Container) *:active,
.chmControl_Checkbox:not(.chmControl_Container) *:visited,
.chmControl_Checkbox:not(.chmControl_Container) *:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.chmControl_Checkbox label {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1em;
}
.chmControl_Checkbox.disabled {
  pointer-events: none;
}
.chmControl_Checkbox.disabled, .chmControl_Checkbox.pseudo-disabled {
  opacity: 0.3;
  cursor: default;
}
.chmControl_Checkbox.disabled *, .chmControl_Checkbox.pseudo-disabled * {
  cursor: default;
}
.chmControl_Checkbox,
.chmControl_Checkbox:after,
.chmControl_Checkbox:before,
.chmControl_Checkbox *,
.chmControl_Checkbox *:after,
.chmControl_Checkbox *:before {
  animation-duration: 0.75s;
  animation-iteration-count: 3;
}

.no-animation .chmControl_Checkbox, .no-animation .chmControl_Checkbox:after, .no-animation .chmControl_Checkbox:before, .no-animation .chmControl_Checkbox *, .no-animation .chmControl_Checkbox *:after, .no-animation .chmControl_Checkbox *:before {
  animation-name: none !important;
}

.chmControl_Checkbox * {
  color: #eee;
  cursor: pointer;
}
.chmControl_Checkbox label {
  z-index: 1;
  padding: 0.6em 0em 0.4em 2.5em;
  font-size: 1em;
  line-height: 1;
  min-height: 2em;
  min-width: 5em;
}
.chmControl_Checkbox.wide label {
  margin-left: 0.75em;
  padding-left: 3.75em;
}
.chmControl_Checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.chmControl_Checkbox input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
  height: 2em;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1);
  background-color: #eee;
  border-radius: 3px;
  z-index: 3;
  transition: background-color 0.25s, box-shadow 0.25s;
}
.chmControl_Checkbox input + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #fc0;
  font-weight: 800;
  position: absolute;
  left: 0.28em;
  top: 0.33em;
  font-size: 1.3em;
  z-index: 4;
  transition: width 0.25s;
  overflow: hidden;
  width: 0;
  text-align: left;
}
.chmControl_Checkbox input:checked + label:after {
  width: 1.1em;
}
.chmControl_Checkbox input:focus + label:before {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1), 0 0 3px 2px #fc0;
}

.inverse-color .chmControl_Checkbox * {
  color: #333;
}
.inverse-color .chmControl_Checkbox input + label:before {
  background-color: #111;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.1);
}
.inverse-color .chmControl_Checkbox input + label:after {
  color: #0cf;
}
.inverse-color .chmControl_Checkbox input:focus + label:before {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.1), 0 0 3px 2px #0cf;
}

.has-error .chmControl_Checkbox label {
  color: #ff3c3c;
}
.has-error .chmControl_Checkbox input + label:before {
  background-color: #ff3c3c;
  animation-name: chmControl_ERROR_background_light;
}
.has-error .chmControl_Checkbox input + label:after {
  color: #eee;
}
.has-error .chmControl_Checkbox input:focus + label:before {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1), 0 0 3px 2px #eee;
}

.inverse-color .has-error .chmControl_Checkbox label {
  color: #ff3c3c;
}
.inverse-color .has-error .chmControl_Checkbox input + label:before {
  background-color: #ff3c3c;
  animation-name: chmControl_ERROR_background;
}
.inverse-color .has-error .chmControl_Checkbox input + label:after {
  color: #333;
  left: 0.65em;
}
.inverse-color .has-error .chmControl_Checkbox input:focus + label:before {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.1), 0 0 3px 2px #333;
}

.chmControl_Radio {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  border: none;
  box-shadow: none;
}
.chmControl_Radio:not(.chmControl_Container):focus, .chmControl_Radio:not(.chmControl_Container):active, .chmControl_Radio:not(.chmControl_Container):visited, .chmControl_Radio:not(.chmControl_Container):hover,
.chmControl_Radio:not(.chmControl_Container) *:focus,
.chmControl_Radio:not(.chmControl_Container) *:active,
.chmControl_Radio:not(.chmControl_Container) *:visited,
.chmControl_Radio:not(.chmControl_Container) *:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.chmControl_Radio label {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1em;
}
.chmControl_Radio.disabled {
  pointer-events: none;
}
.chmControl_Radio.disabled, .chmControl_Radio.pseudo-disabled {
  opacity: 0.3;
  cursor: default;
}
.chmControl_Radio.disabled *, .chmControl_Radio.pseudo-disabled * {
  cursor: default;
}
.chmControl_Radio,
.chmControl_Radio:after,
.chmControl_Radio:before,
.chmControl_Radio *,
.chmControl_Radio *:after,
.chmControl_Radio *:before {
  animation-duration: 0.75s;
  animation-iteration-count: 3;
}

.no-animation .chmControl_Radio, .no-animation .chmControl_Radio:after, .no-animation .chmControl_Radio:before, .no-animation .chmControl_Radio *, .no-animation .chmControl_Radio *:after, .no-animation .chmControl_Radio *:before {
  animation-name: none !important;
}

.chmControl_Radio * {
  color: #eee;
  cursor: pointer;
}
.chmControl_Radio label {
  z-index: 1;
  padding: 0.5em 0em 0.5em 3em;
  font-size: 1em;
  line-height: 1;
  min-height: 2em;
  min-width: 5em;
}
.chmControl_Radio.wide label {
  margin-left: 0.75em;
  padding-left: 3.75em;
}
.chmControl_Radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.chmControl_Radio input + label:before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 0;
  width: 2em;
  height: 2em;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1);
  background-color: #eee;
  border-radius: 100%;
  z-index: 3;
  transition: background-color 0.25s, box-shadow 0.25s;
}
.chmControl_Radio input + label:after {
  content: "";
  opacity: 0;
  position: absolute;
  left: 1.55em;
  top: 1em;
  width: 0;
  height: 0;
  margin-left: 0;
  margin-top: 0;
  background-color: #fc0;
  border-radius: 0;
  z-index: 4;
  transition: opacity 0.25s, width 0.25s, height 0.25s, margin 0.25s, border-radius 0.25s;
}
.chmControl_Radio input:checked + label:after {
  opacity: 1;
  width: 1.1em;
  height: 1.1em;
  margin-left: -0.55em;
  margin-top: -0.55em;
  border-radius: 0.55em;
}
.chmControl_Radio input:focus + label:before {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1), 0 0 3px 2px #fc0;
}

.inverse-color .chmControl_Radio * {
  color: #333;
}
.inverse-color .chmControl_Radio input + label:before {
  background-color: #111;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.1);
}
.inverse-color .chmControl_Radio input + label:after {
  background-color: #0cf;
}
.inverse-color .chmControl_Radio input:focus + label:before {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.1), 0 0 3px 2px #0cf;
}

.has-error .chmControl_Radio label {
  color: #ff3c3c;
}
.has-error .chmControl_Radio input + label:before {
  background-color: #ff3c3c;
  animation-name: chmControl_ERROR_background_light;
}
.has-error .chmControl_Radio input + label:after {
  background-color: #eee;
}
.has-error .chmControl_Radio input:focus + label:before {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1), 0 0 3px 2px #eee;
}

.inverse-color .has-error .chmControl_Radio label {
  color: #ff3c3c;
}
.inverse-color .has-error .chmControl_Radio input + label:before {
  background-color: #ff3c3c;
  animation-name: chmControl_ERROR_background;
}
.inverse-color .has-error .chmControl_Radio input + label:after {
  background-color: #333;
}
.inverse-color .has-error .chmControl_Radio input:focus + label:before {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.1), 0 0 3px 2px #333;
}

.chmControl_Text {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  border: none;
  box-shadow: none;
}
.chmControl_Text:not(.chmControl_Container):focus, .chmControl_Text:not(.chmControl_Container):active, .chmControl_Text:not(.chmControl_Container):visited, .chmControl_Text:not(.chmControl_Container):hover,
.chmControl_Text:not(.chmControl_Container) *:focus,
.chmControl_Text:not(.chmControl_Container) *:active,
.chmControl_Text:not(.chmControl_Container) *:visited,
.chmControl_Text:not(.chmControl_Container) *:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.chmControl_Text label {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1em;
}
.chmControl_Text.disabled {
  pointer-events: none;
}
.chmControl_Text.disabled, .chmControl_Text.pseudo-disabled {
  opacity: 0.3;
  cursor: default;
}
.chmControl_Text.disabled *, .chmControl_Text.pseudo-disabled * {
  cursor: default;
}
.chmControl_Text,
.chmControl_Text:after,
.chmControl_Text:before,
.chmControl_Text *,
.chmControl_Text *:after,
.chmControl_Text *:before {
  animation-duration: 0.75s;
  animation-iteration-count: 3;
}

.no-animation .chmControl_Text, .no-animation .chmControl_Text:after, .no-animation .chmControl_Text:before, .no-animation .chmControl_Text *, .no-animation .chmControl_Text *:after, .no-animation .chmControl_Text *:before {
  animation-name: none !important;
}

.chmControl_Text {
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
  padding: 0.5em;
  color: #222222;
  background-color: #e6e6e6;
  border-radius: 3px;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3);
  outline: none !important;
  transition: background-color 0.25s, box-shadow 0.25s;
}
.chmControl_Text:active, .chmControl_Text:focus {
  outline: none !important;
}
.chmControl_Text:hover, .chmControl_Text:active:not(:focus) {
  background-color: #f2f2f2;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3) !important;
}
.chmControl_Text:focus:not([disabled]):not([readonly]) {
  background-color: #333;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3), 0 0 3px 2px #fc0 !important;
}
.chmControl_Text::-webkit-input-placeholder {
  color: #8892A2;
}
.chmControl_Text::-ms-input-placeholder {
  color: #8892A2;
}
.chmControl_Text::placeholder {
  color: #8892A2;
}
.chmControl_Text[disabled]:hover, .chmControl_Text[disabled]:active:not(:focus), .chmControl_Text[readonly]:hover, .chmControl_Text[readonly]:active:not(:focus) {
  background-color: #e6e6e6;
}
.chmControl_Text[disabled]:focus, .chmControl_Text[readonly]:focus {
  background-color: #e6e6e6;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3) !important;
}
.chmControl_Text[disabled] {
  opacity: 0.3;
  cursor: not-allowed !important;
}

.inverse-color .chmControl_Text {
  background-color: #111;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3) !important;
  color: #eee;
}
.inverse-color .chmControl_Text:hover, .inverse-color .chmControl_Text:active:not(:focus) {
  background-color: #111;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3) !important;
}
.inverse-color .chmControl_Text:focus {
  background-color: #111;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3), 0 0 3px 2px #0cf !important;
}
.inverse-color .chmControl_Text::-webkit-input-placeholder {
  color: #555;
}
.inverse-color .chmControl_Text::-ms-input-placeholder {
  color: #555;
}
.inverse-color .chmControl_Text::placeholder {
  color: #555;
}

.has-error .chmControl_Text {
  background-color: #ff3c3c;
  color: #333;
  animation-name: chmControl_ERROR_background_extra_light;
}
.has-error .chmControl_Text:focus {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3), 0 0 3px 2px #eee !important;
}
.has-error .chmControl_Text::-webkit-input-placeholder {
  color: #BB2C2C;
}
.has-error .chmControl_Text::-ms-input-placeholder {
  color: #BB2C2C;
}
.has-error .chmControl_Text::placeholder {
  color: #BB2C2C;
}

.inverse-color .has-error .chmControl_Text {
  background-color: #ff3c3c;
  color: #eee;
  animation-name: chmControl_ERROR_background;
}
.inverse-color .has-error .chmControl_Text:focus {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3), 0 0 3px 2px #333 !important;
}
.inverse-color .has-error .chmControl_Text::-webkit-input-placeholder {
  color: #BB2C2C;
}
.inverse-color .has-error .chmControl_Text::-ms-input-placeholder {
  color: #BB2C2C;
}
.inverse-color .has-error .chmControl_Text::placeholder {
  color: #BB2C2C;
}

.chmControl_Select {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  border: none;
  box-shadow: none;
}
.chmControl_Select:not(.chmControl_Container):focus, .chmControl_Select:not(.chmControl_Container):active, .chmControl_Select:not(.chmControl_Container):visited, .chmControl_Select:not(.chmControl_Container):hover,
.chmControl_Select:not(.chmControl_Container) *:focus,
.chmControl_Select:not(.chmControl_Container) *:active,
.chmControl_Select:not(.chmControl_Container) *:visited,
.chmControl_Select:not(.chmControl_Container) *:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.chmControl_Select label {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1em;
}
.chmControl_Select.disabled {
  pointer-events: none;
}
.chmControl_Select.disabled, .chmControl_Select.pseudo-disabled {
  opacity: 0.3;
  cursor: default;
}
.chmControl_Select.disabled *, .chmControl_Select.pseudo-disabled * {
  cursor: default;
}
.chmControl_Select,
.chmControl_Select:after,
.chmControl_Select:before,
.chmControl_Select *,
.chmControl_Select *:after,
.chmControl_Select *:before {
  animation-duration: 0.75s;
  animation-iteration-count: 3;
}

.no-animation .chmControl_Select, .no-animation .chmControl_Select:after, .no-animation .chmControl_Select:before, .no-animation .chmControl_Select *, .no-animation .chmControl_Select *:after, .no-animation .chmControl_Select *:before {
  animation-name: none !important;
}

.chmControl_Select {
  cursor: pointer;
  width: 100%;
  height: 2em;
  background-color: #eee;
  border-radius: 3px;
  transition: background-color 0.25s;
  position: relative;
}
.chmControl_Select * {
  cursor: pointer;
}
.chmControl_Select select {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1000;
}
.chmControl_Select label {
  color: #eee;
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  padding-right: 2.5em;
  z-index: 10;
  box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.25s;
}
.chmControl_Select:before {
  content: "";
  position: absolute;
  right: 0em;
  top: 0em;
  width: 2em;
  height: 2em;
  background-color: #eee;
  border-radius: 0 3px 3px 0;
  z-index: 100;
  border-left: 1px solid #333;
}
.chmControl_Select:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  color: #fc0;
  font-weight: 800;
  position: absolute;
  right: 0.3em;
  top: 0.25em;
  font-size: 1.5em;
  z-index: 500;
  line-height: 1;
}
.chmControl_Select select:focus + label {
  box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1), 0 0 3px 2px #fc0;
}

.inverse-color .chmControl_Select {
  background-color: #111;
}
.inverse-color .chmControl_Select * {
  color: #eee;
  background-color: #111;
}
.inverse-color .chmControl_Select *::selection, .inverse-color .chmControl_Select *:active, .inverse-color .chmControl_Select *:hover, .inverse-color .chmControl_Select *:focus, .inverse-color .chmControl_Select *:checked {
  color: #333;
  background-color: #fc0;
}
.inverse-color .chmControl_Select label {
  color: #eee;
  box-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.3);
}
.inverse-color .chmControl_Select:before {
  background-color: #111;
  border-color: #eee;
}
.inverse-color .chmControl_Select:after {
  color: #0cf;
}
.inverse-color .chmControl_Select select:focus + label {
  box-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.1), 0 0 3px 2px #0cf;
}

.has-error .chmControl_Select {
  background-color: #ff3c3c;
  animation-name: chmControl_ERROR_background_light;
}
.has-error .chmControl_Select label {
  color: #333;
  box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1);
}
.has-error .chmControl_Select:before {
  background-color: #ff3c3c;
  animation-name: chmControl_ERROR_background_light;
}
.has-error .chmControl_Select:after {
  color: #eee;
}
.has-error .chmControl_Select select:focus + label {
  box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1), 0 0 3px 2px #eee;
}

.inverse-color .has-error .chmControl_Select {
  background-color: #ff3c3c;
  animation-name: chmControl_ERROR_background;
}
.inverse-color .has-error .chmControl_Select label {
  color: #333;
  box-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.3);
}
.inverse-color .has-error .chmControl_Select:before {
  background-color: #ff3c3c;
  animation-name: chmControl_ERROR_background;
}
.inverse-color .has-error .chmControl_Select:after {
  color: #eee;
}
.inverse-color .has-error .chmControl_Select select:focus + label {
  box-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.1), 0 0 3px 2px #333;
}

.chmControl_MultiSelect {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  border: none;
  box-shadow: none;
}
.chmControl_MultiSelect:not(.chmControl_Container):focus, .chmControl_MultiSelect:not(.chmControl_Container):active, .chmControl_MultiSelect:not(.chmControl_Container):visited, .chmControl_MultiSelect:not(.chmControl_Container):hover,
.chmControl_MultiSelect:not(.chmControl_Container) *:focus,
.chmControl_MultiSelect:not(.chmControl_Container) *:active,
.chmControl_MultiSelect:not(.chmControl_Container) *:visited,
.chmControl_MultiSelect:not(.chmControl_Container) *:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.chmControl_MultiSelect label {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1em;
}
.chmControl_MultiSelect.disabled {
  pointer-events: none;
}
.chmControl_MultiSelect.disabled, .chmControl_MultiSelect.pseudo-disabled {
  opacity: 0.3;
  cursor: default;
}
.chmControl_MultiSelect.disabled *, .chmControl_MultiSelect.pseudo-disabled * {
  cursor: default;
}
.chmControl_MultiSelect,
.chmControl_MultiSelect:after,
.chmControl_MultiSelect:before,
.chmControl_MultiSelect *,
.chmControl_MultiSelect *:after,
.chmControl_MultiSelect *:before {
  animation-duration: 0.75s;
  animation-iteration-count: 3;
}

.no-animation .chmControl_MultiSelect, .no-animation .chmControl_MultiSelect:after, .no-animation .chmControl_MultiSelect:before, .no-animation .chmControl_MultiSelect *, .no-animation .chmControl_MultiSelect *:after, .no-animation .chmControl_MultiSelect *:before {
  animation-name: none !important;
}

.chmControl_MultiSelect {
  cursor: pointer;
  min-height: 10em;
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
  padding: 0.5em;
  color: #eee;
  background-color: #e6e6e6;
  border-radius: 3px;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3);
  outline: none !important;
  transition: background-color 0.25s, box-shadow 0.25s;
}
.chmControl_MultiSelect * {
  cursor: pointer;
}
.chmControl_MultiSelect:active, .chmControl_MultiSelect:focus {
  outline: none !important;
}
.chmControl_MultiSelect:hover, .chmControl_MultiSelect:active:not(:focus) {
  background-color: #f2f2f2;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3) !important;
}
.chmControl_MultiSelect:focus {
  background-color: #333;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3), 0 0 3px 2px #fc0 !important;
}
.chmControl_MultiSelect[disabled]:hover, .chmControl_MultiSelect[disabled]:active:not(:focus), .chmControl_MultiSelect[readonly]:hover, .chmControl_MultiSelect[readonly]:active:not(:focus) {
  background-color: #e6e6e6;
}
.chmControl_MultiSelect[disabled]:focus, .chmControl_MultiSelect[readonly]:focus {
  background-color: #e6e6e6;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3) !important;
}
.chmControl_MultiSelect[disabled] {
  opacity: 0.3;
  cursor: not-allowed !important;
}

.inverse-color .chmControl_MultiSelect {
  background-color: #111;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3) !important;
  color: #eee;
}
.inverse-color .chmControl_MultiSelect *::selection, .inverse-color .chmControl_MultiSelect *:active, .inverse-color .chmControl_MultiSelect *:hover, .inverse-color .chmControl_MultiSelect *:focus, .inverse-color .chmControl_MultiSelect *:checked {
  color: #333;
  background-color: #fc0;
}
.inverse-color .chmControl_MultiSelect:hover, .inverse-color .chmControl_MultiSelect:active:not(:focus) {
  background-color: #111;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3) !important;
}
.inverse-color .chmControl_MultiSelect:focus {
  background-color: #111;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3), 0 0 3px 2px #0cf !important;
}

.has-error .chmControl_MultiSelect {
  background-color: #ff3c3c;
  color: #333;
  animation-name: chmControl_ERROR_background_extra_light;
}
.has-error .chmControl_MultiSelect:focus {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3), 0 0 3px 2px #eee !important;
}

.inverse-color .has-error .chmControl_MultiSelect {
  background-color: #ff3c3c;
  color: #eee;
  animation-name: chmControl_ERROR_background;
}
.inverse-color .has-error .chmControl_MultiSelect:focus {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3), 0 0 3px 2px #333 !important;
}

.chmControl_Image {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  border: none;
  box-shadow: none;
}
.chmControl_Image:not(.chmControl_Container):focus, .chmControl_Image:not(.chmControl_Container):active, .chmControl_Image:not(.chmControl_Container):visited, .chmControl_Image:not(.chmControl_Container):hover,
.chmControl_Image:not(.chmControl_Container) *:focus,
.chmControl_Image:not(.chmControl_Container) *:active,
.chmControl_Image:not(.chmControl_Container) *:visited,
.chmControl_Image:not(.chmControl_Container) *:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.chmControl_Image label {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1em;
}
.chmControl_Image.disabled {
  pointer-events: none;
}
.chmControl_Image.disabled, .chmControl_Image.pseudo-disabled {
  opacity: 0.3;
  cursor: default;
}
.chmControl_Image.disabled *, .chmControl_Image.pseudo-disabled * {
  cursor: default;
}
.chmControl_Image,
.chmControl_Image:after,
.chmControl_Image:before,
.chmControl_Image *,
.chmControl_Image *:after,
.chmControl_Image *:before {
  animation-duration: 0.75s;
  animation-iteration-count: 3;
}

.no-animation .chmControl_Image, .no-animation .chmControl_Image:after, .no-animation .chmControl_Image:before, .no-animation .chmControl_Image *, .no-animation .chmControl_Image *:after, .no-animation .chmControl_Image *:before {
  animation-name: none !important;
}

.chmControl_Image {
  position: relative;
  display: inline-block;
  width: 100%;
  user-select: none;
}
.chmControl_Image * {
  user-select: none;
}
.chmControl_Image input[type=file] {
  display: none;
}
.chmControl_Image div:first-child {
  position: relative;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  cursor: move;
  background-color: #111;
  background-image: linear-gradient(45deg, #222222 25%, transparent 25%), linear-gradient(-45deg, #222222 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #222222 75%), linear-gradient(-45deg, transparent 75%, #222222 75%);
  background-size: calc(2 * 10px) calc(2 * 10px);
  background-position: 0 0, 0 10px, 10px calc(-1 * 10px), calc(-1 * 10px) 0px;
}
.chmControl_Image div:first-child:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.chmControl_Image div:first-child img {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
}
.chmControl_Image[data-rounded] div:first-child:before {
  content: "";
  position: absolute;
  left: 1%;
  top: 1%;
  width: 98%;
  height: 98%;
  background-color: transparent;
  border-radius: 100%;
  box-shadow: 0 0 0 100vw rgba(204, 204, 204, 0.9);
  z-index: 10;
}
.chmControl_Image:focus div:first-child {
  box-shadow: 0 0 3px 2px #fc0 !important;
}
.chmControl_Image div:not(:first-child) {
  margin-top: 0.5em;
  position: relative;
}
.chmControl_Image label,
.chmControl_Image span {
  display: inline-block;
  color: #333;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  background-color: #0cf;
  padding: 1em 0;
  box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1) !important;
  border-radius: 3px;
}
.chmControl_Image label:hover,
.chmControl_Image span:hover {
  box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.3), 0 0 3px 2px #444 !important;
}
.chmControl_Image label {
  position: relative;
  width: 50%;
}
.chmControl_Image span {
  position: absolute;
  font-size: 1em;
  top: 0;
  width: calc(25% - 0.5em);
}
.chmControl_Image span:nth-child(1) {
  left: calc(50% + 0.5em);
}
.chmControl_Image span:nth-child(2) {
  left: calc(75% + 0.5em);
}
.chmControl_Image:not([data-crop]) div:first-child, .chmControl_Image[data-crop=none] div:first-child, .chmControl_Image[disabled] div:first-child, .chmControl_Image[readonly] div:first-child {
  cursor: default;
}
.chmControl_Image:not([data-crop]) span, .chmControl_Image[data-crop=none] span, .chmControl_Image[disabled] span, .chmControl_Image[readonly] span {
  cursor: default;
  opacity: 0.2;
}
.chmControl_Image:not([data-crop]) span:hover, .chmControl_Image[data-crop=none] span:hover, .chmControl_Image[disabled] span:hover, .chmControl_Image[readonly] span:hover {
  box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.3) !important;
}
.chmControl_Image[disabled] label, .chmControl_Image[readonly] label {
  cursor: default;
  opacity: 0.2;
}
.chmControl_Image[disabled] label:hover, .chmControl_Image[readonly] label:hover {
  box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.3) !important;
}
.chmControl_Image[disabled]:focus div:first-child, .chmControl_Image[readonly]:focus div:first-child {
  box-shadow: none !important;
}
.chmControl_Image[disabled] {
  opacity: 0.3;
  cursor: not-allowed !important;
}
.chmControl_Image[disabled] * {
  cursor: not-allowed !important;
}

.inverse-color .chmControl_Image label {
  color: #333;
}
.inverse-color .chmControl_Image[data-rounded] div:first-child:before {
  box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.7);
}

label {
  color: #eee;
  font-size: 1rem;
  padding: 0;
  padding-bottom: 0.3rem;
  margin: 0;
}

.inverse-color label {
  color: #eee;
}

html, body {
  cursor: default;
}

* {
  cursor: inherit;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
textarea {
  cursor: text;
}

.clickable,
.clickable * {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.break-word {
  word-break: break-all;
  word-wrap: break-word;
}

.shortcut {
  display: block;
  white-space: nowrap;
  font-size: 0.75rem;
  text-align: right;
}
.shortcut .key {
  display: inline-block;
  padding: 0.3em 0.5em;
  line-height: 1;
  font-size: 0.8em;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

body {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #0cf;
}

::-moz-selection {
  color: #333;
  background: #fc0;
}

::selection {
  color: #333;
  background: #fc0;
}

.has-error ::-moz-selection {
  color: #ff3c3c;
  background: #fff;
}
.has-error ::selection {
  color: #ff3c3c;
  background: #fff;
}

/* nunito-200 - latin_latin-ext */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200;
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-200.eot"); /* IE9 Compat Modes */
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-200.eot?#iefix") format("embedded-opentype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-200.woff2") format("woff2"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-200.woff") format("woff"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-200.ttf") format("truetype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-200.svg#Nunito") format("svg"); /* Legacy iOS */
}
/* nunito-300 - latin_latin-ext */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-300.eot"); /* IE9 Compat Modes */
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-300.eot?#iefix") format("embedded-opentype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-300.woff2") format("woff2"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-300.woff") format("woff"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-300.ttf") format("truetype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-300.svg#Nunito") format("svg"); /* Legacy iOS */
}
/* nunito-200italic - latin_latin-ext */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 200;
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-200italic.eot"); /* IE9 Compat Modes */
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-200italic.eot?#iefix") format("embedded-opentype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-200italic.woff2") format("woff2"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-200italic.woff") format("woff"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-200italic.ttf") format("truetype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-200italic.svg#Nunito") format("svg"); /* Legacy iOS */
}
/* nunito-300italic - latin_latin-ext */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 300;
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-300italic.eot"); /* IE9 Compat Modes */
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-300italic.eot?#iefix") format("embedded-opentype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-300italic.woff2") format("woff2"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-300italic.woff") format("woff"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-300italic.ttf") format("truetype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-300italic.svg#Nunito") format("svg"); /* Legacy iOS */
}
/* nunito-regular - latin_latin-ext */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-regular.eot"); /* IE9 Compat Modes */
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-regular.woff2") format("woff2"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-regular.woff") format("woff"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-regular.ttf") format("truetype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-regular.svg#Nunito") format("svg"); /* Legacy iOS */
}
/* nunito-italic - latin_latin-ext */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 400;
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-italic.eot"); /* IE9 Compat Modes */
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-italic.eot?#iefix") format("embedded-opentype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-italic.woff2") format("woff2"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-italic.woff") format("woff"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-italic.ttf") format("truetype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-italic.svg#Nunito") format("svg"); /* Legacy iOS */
}
/* nunito-600 - latin_latin-ext */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-600.eot"); /* IE9 Compat Modes */
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-600.eot?#iefix") format("embedded-opentype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-600.woff2") format("woff2"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-600.woff") format("woff"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-600.ttf") format("truetype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-600.svg#Nunito") format("svg"); /* Legacy iOS */
}
/* nunito-700 - latin_latin-ext */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-700.eot"); /* IE9 Compat Modes */
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-700.eot?#iefix") format("embedded-opentype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-700.woff2") format("woff2"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-700.woff") format("woff"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-700.ttf") format("truetype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-700.svg#Nunito") format("svg"); /* Legacy iOS */
}
/* nunito-600italic - latin_latin-ext */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 600;
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-600italic.eot"); /* IE9 Compat Modes */
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-600italic.eot?#iefix") format("embedded-opentype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-600italic.woff2") format("woff2"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-600italic.woff") format("woff"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-600italic.ttf") format("truetype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-600italic.svg#Nunito") format("svg"); /* Legacy iOS */
}
/* nunito-800 - latin_latin-ext */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-800.eot"); /* IE9 Compat Modes */
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-800.eot?#iefix") format("embedded-opentype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-800.woff2") format("woff2"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-800.woff") format("woff"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-800.ttf") format("truetype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-800.svg#Nunito") format("svg"); /* Legacy iOS */
}
/* nunito-700italic - latin_latin-ext */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 700;
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-700italic.eot"); /* IE9 Compat Modes */
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-700italic.eot?#iefix") format("embedded-opentype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-700italic.woff2") format("woff2"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-700italic.woff") format("woff"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-700italic.ttf") format("truetype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-700italic.svg#Nunito") format("svg"); /* Legacy iOS */
}
/* nunito-800italic - latin_latin-ext */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 800;
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-800italic.eot"); /* IE9 Compat Modes */
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-800italic.eot?#iefix") format("embedded-opentype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-800italic.woff2") format("woff2"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-800italic.woff") format("woff"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-800italic.ttf") format("truetype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-800italic.svg#Nunito") format("svg"); /* Legacy iOS */
}
/* nunito-900 - latin_latin-ext */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-900.eot"); /* IE9 Compat Modes */
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-900.eot?#iefix") format("embedded-opentype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-900.woff2") format("woff2"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-900.woff") format("woff"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-900.ttf") format("truetype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-900.svg#Nunito") format("svg"); /* Legacy iOS */
}
/* nunito-900italic - latin_latin-ext */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 900;
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-900italic.eot"); /* IE9 Compat Modes */
  src: url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-900italic.eot?#iefix") format("embedded-opentype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-900italic.woff2") format("woff2"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-900italic.woff") format("woff"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-900italic.ttf") format("truetype"), url("/res/fonts/nunito-v12/nunito-v12-latin_latin-ext-900italic.svg#Nunito") format("svg"); /* Legacy iOS */
}
#grid {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  background-color: #eee;
  display: flex;
  align-items: stretch;
  justify-content: left;
  flex-direction: column;
}

#ui {
  display: flex;
  height: calc(100% - 3rem);
  align-items: center;
  justify-content: left;
  flex-direction: row;
}
@media (max-width: 768px) {
  #ui {
    flex-direction: column;
  }
}
html[data-mode=app] #ui {
  height: 100%;
}

.ui-rows {
  display: flex;
  height: 100%;
  align-items: stretch;
  justify-content: left;
  flex-direction: column;
}
.ui-rows > * {
  height: 100%;
  overflow: auto;
}
.ui-rows > .ui-row-auto {
  height: auto;
  overflow: visible;
}

.container {
  margin: 0;
  max-width: none;
}

.offset-bottom {
  padding-bottom: var(--offset-bottom);
}

@media (max-width: 575px) {
  html, body {
    font-size: 3vw;
  }
}
@media (max-width: 300px) {
  html, body {
    font-size: 10px;
  }
}

body > .dialog {
  position: fixed;
  z-index: 1000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.8);
}
body > .dialog > .content {
  min-width: 50vw;
  max-width: 90vw;
  max-height: calc(90vh - var(--offset-bottom));
  transform: translateY(calc(-0.4 * var(--offset-bottom)));
  width: 50vw;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  overflow: hidden;
  background-color: #333;
}
@media (max-width: 768px) {
  body > .dialog > .content {
    width: 90vw;
  }
}
body > .dialog > .content > .title {
  background-color: #333;
  color: #eee;
  padding: 1rem;
  padding-right: 4rem;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  font-size: 1.3rem;
}
body > .dialog > .content > .title:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f14b" !important;
  color: #ff9b00;
  margin-left: 0.75em;
}
body > .dialog > .content > .title .icon {
  margin-right: 0.1rem;
  color: #0cf;
}
body > .dialog > .content > .close {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  width: 2rem;
  height: 2rem;
  display: block;
  text-align: center;
  opacity: 0.7;
  cursor: pointer;
}
@media (max-width: 768px) {
  body > .dialog > .content > .close {
    right: 1rem;
  }
}
body > .dialog > .content > .close:before {
  display: inline-block;
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #333;
  font-size: 1.5rem !important;
  margin-top: -0.1rem !important;
}
@media (max-width: 768px) {
  body > .dialog > .content > .close:before {
    font-size: 1.3rem;
    margin-top: -0.5rem;
  }
}
body > .dialog > .content > .close:hover {
  opacity: 1;
}
body > .dialog > .content > .message {
  padding: 2rem 1rem !important;
  background-color: #333;
  color: #eee;
  overflow: hidden auto;
}
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text) {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  border: none;
  box-shadow: none;
}
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text):not(.chmControl_Container):focus, body > .dialog > .content > .message input[type=text]:not(.chmControl_Text):not(.chmControl_Container):active, body > .dialog > .content > .message input[type=text]:not(.chmControl_Text):not(.chmControl_Container):visited, body > .dialog > .content > .message input[type=text]:not(.chmControl_Text):not(.chmControl_Container):hover,
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text):not(.chmControl_Container) *:focus,
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text):not(.chmControl_Container) *:active,
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text):not(.chmControl_Container) *:visited,
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text):not(.chmControl_Container) *:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text) label {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1em;
}
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text).disabled {
  pointer-events: none;
}
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text).disabled, body > .dialog > .content > .message input[type=text]:not(.chmControl_Text).pseudo-disabled {
  opacity: 0.3;
  cursor: default;
}
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text).disabled *, body > .dialog > .content > .message input[type=text]:not(.chmControl_Text).pseudo-disabled * {
  cursor: default;
}
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text),
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text):after,
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text):before,
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text) *,
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text) *:after,
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text) *:before {
  animation-duration: 0.75s;
  animation-iteration-count: 3;
}
body > .dialog > .content > .message .no-animation input[type=text]:not(.chmControl_Text), body > .dialog > .content > .message .no-animation input[type=text]:not(.chmControl_Text):after, body > .dialog > .content > .message .no-animation input[type=text]:not(.chmControl_Text):before, body > .dialog > .content > .message .no-animation input[type=text]:not(.chmControl_Text) *, body > .dialog > .content > .message .no-animation input[type=text]:not(.chmControl_Text) *:after, body > .dialog > .content > .message .no-animation input[type=text]:not(.chmControl_Text) *:before {
  animation-name: none !important;
}
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text) {
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
  padding: 0.5em;
  color: #222222;
  background-color: #e6e6e6;
  border-radius: 3px;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3);
  outline: none !important;
  transition: background-color 0.25s, box-shadow 0.25s;
}
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text):active, body > .dialog > .content > .message input[type=text]:not(.chmControl_Text):focus {
  outline: none !important;
}
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text):hover, body > .dialog > .content > .message input[type=text]:not(.chmControl_Text):active:not(:focus) {
  background-color: #f2f2f2;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3) !important;
}
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text):focus:not([disabled]):not([readonly]) {
  background-color: #333;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3), 0 0 3px 2px #fc0 !important;
}
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text)::-webkit-input-placeholder {
  color: #8892A2;
}
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text)::-ms-input-placeholder {
  color: #8892A2;
}
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text)::placeholder {
  color: #8892A2;
}
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text)[disabled]:hover, body > .dialog > .content > .message input[type=text]:not(.chmControl_Text)[disabled]:active:not(:focus), body > .dialog > .content > .message input[type=text]:not(.chmControl_Text)[readonly]:hover, body > .dialog > .content > .message input[type=text]:not(.chmControl_Text)[readonly]:active:not(:focus) {
  background-color: #e6e6e6;
}
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text)[disabled]:focus, body > .dialog > .content > .message input[type=text]:not(.chmControl_Text)[readonly]:focus {
  background-color: #e6e6e6;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3) !important;
}
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text)[disabled] {
  opacity: 0.3;
  cursor: not-allowed !important;
}
body > .dialog > .content > .message .inverse-color input[type=text]:not(.chmControl_Text) {
  background-color: #111;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3) !important;
  color: #eee;
}
body > .dialog > .content > .message .inverse-color input[type=text]:not(.chmControl_Text):hover, body > .dialog > .content > .message .inverse-color input[type=text]:not(.chmControl_Text):active:not(:focus) {
  background-color: #111;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3) !important;
}
body > .dialog > .content > .message .inverse-color input[type=text]:not(.chmControl_Text):focus {
  background-color: #111;
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3), 0 0 3px 2px #0cf !important;
}
body > .dialog > .content > .message .inverse-color input[type=text]:not(.chmControl_Text)::-webkit-input-placeholder {
  color: #555;
}
body > .dialog > .content > .message .inverse-color input[type=text]:not(.chmControl_Text)::-ms-input-placeholder {
  color: #555;
}
body > .dialog > .content > .message .inverse-color input[type=text]:not(.chmControl_Text)::placeholder {
  color: #555;
}
body > .dialog > .content > .message .has-error input[type=text]:not(.chmControl_Text) {
  background-color: #ff3c3c;
  color: #333;
  animation-name: chmControl_ERROR_background_extra_light;
}
body > .dialog > .content > .message .has-error input[type=text]:not(.chmControl_Text):focus {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3), 0 0 3px 2px #eee !important;
}
body > .dialog > .content > .message .has-error input[type=text]:not(.chmControl_Text)::-webkit-input-placeholder {
  color: #BB2C2C;
}
body > .dialog > .content > .message .has-error input[type=text]:not(.chmControl_Text)::-ms-input-placeholder {
  color: #BB2C2C;
}
body > .dialog > .content > .message .has-error input[type=text]:not(.chmControl_Text)::placeholder {
  color: #BB2C2C;
}
body > .dialog > .content > .message .inverse-color .has-error input[type=text]:not(.chmControl_Text) {
  background-color: #ff3c3c;
  color: #eee;
  animation-name: chmControl_ERROR_background;
}
body > .dialog > .content > .message .inverse-color .has-error input[type=text]:not(.chmControl_Text):focus {
  box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3), 0 0 3px 2px #333 !important;
}
body > .dialog > .content > .message .inverse-color .has-error input[type=text]:not(.chmControl_Text)::-webkit-input-placeholder {
  color: #BB2C2C;
}
body > .dialog > .content > .message .inverse-color .has-error input[type=text]:not(.chmControl_Text)::-ms-input-placeholder {
  color: #BB2C2C;
}
body > .dialog > .content > .message .inverse-color .has-error input[type=text]:not(.chmControl_Text)::placeholder {
  color: #BB2C2C;
}
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text) {
  margin-top: 1rem;
}
body > .dialog > .content > .message input[type=text]:not(.chmControl_Text):focus:not([disabled]):not([readonly]) {
  background-color: #fff;
}
@media (max-width: 767px) {
  body > .dialog > .content > .message {
    padding: 2rem 1rem;
  }
  body > .dialog > .content > .message > .message-text {
    padding: 0 1rem;
  }
}
@media (max-width: 575px) {
  body > .dialog > .content > .message {
    padding: 1rem 0rem;
  }
  body > .dialog > .content > .message > .message-text {
    padding: 1rem 2rem;
  }
}
body > .dialog > .content > .message a {
  max-width: 100%;
  word-wrap: break-word;
  white-space: wrap;
}
body > .dialog > .content > .buttons {
  padding: 1rem;
  padding-bottom: 0;
  background-color: #333;
  text-align: center;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button) {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  border: none;
  box-shadow: none;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button):not(.chmControl_Container):focus, body > .dialog > .content > .buttons button:not(.chmControl_Button):not(.chmControl_Container):active, body > .dialog > .content > .buttons button:not(.chmControl_Button):not(.chmControl_Container):visited, body > .dialog > .content > .buttons button:not(.chmControl_Button):not(.chmControl_Container):hover,
body > .dialog > .content > .buttons button:not(.chmControl_Button):not(.chmControl_Container) *:focus,
body > .dialog > .content > .buttons button:not(.chmControl_Button):not(.chmControl_Container) *:active,
body > .dialog > .content > .buttons button:not(.chmControl_Button):not(.chmControl_Container) *:visited,
body > .dialog > .content > .buttons button:not(.chmControl_Button):not(.chmControl_Container) *:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button) label {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1em;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button).disabled {
  pointer-events: none;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button).disabled, body > .dialog > .content > .buttons button:not(.chmControl_Button).pseudo-disabled {
  opacity: 0.3;
  cursor: default;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button).disabled *, body > .dialog > .content > .buttons button:not(.chmControl_Button).pseudo-disabled * {
  cursor: default;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button),
body > .dialog > .content > .buttons button:not(.chmControl_Button):after,
body > .dialog > .content > .buttons button:not(.chmControl_Button):before,
body > .dialog > .content > .buttons button:not(.chmControl_Button) *,
body > .dialog > .content > .buttons button:not(.chmControl_Button) *:after,
body > .dialog > .content > .buttons button:not(.chmControl_Button) *:before {
  animation-duration: 0.75s;
  animation-iteration-count: 3;
}
body > .dialog > .content > .buttons .no-animation button:not(.chmControl_Button), body > .dialog > .content > .buttons .no-animation button:not(.chmControl_Button):after, body > .dialog > .content > .buttons .no-animation button:not(.chmControl_Button):before, body > .dialog > .content > .buttons .no-animation button:not(.chmControl_Button) *, body > .dialog > .content > .buttons .no-animation button:not(.chmControl_Button) *:after, body > .dialog > .content > .buttons .no-animation button:not(.chmControl_Button) *:before {
  animation-name: none !important;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button) {
  padding: 0.5em 1.5em;
  color: #333 !important;
  background-color: #8892A2;
  cursor: pointer;
  transition: box-shadow 0.25s;
  border-radius: 2em;
  box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1) !important;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button) * {
  cursor: pointer;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button):focus {
  box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1), 0 0 3px 2px #fc0 !important;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button):hover {
  box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.3), 0 0 3px 2px #444 !important;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button):hover:focus {
  box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.3), 0 0 3px 2px #fc0 !important;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button).has-icon {
  padding-left: 2.6em;
  padding-right: 2.1em;
  text-align: left;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button).has-icon .icon, body > .dialog > .content > .buttons button:not(.chmControl_Button).has-icon .fai, body > .dialog > .content > .buttons button:not(.chmControl_Button).has-icon .fab, body > .dialog > .content > .buttons button:not(.chmControl_Button).has-icon .fas, body > .dialog > .content > .buttons button:not(.chmControl_Button).has-icon .fal, body > .dialog > .content > .buttons button:not(.chmControl_Button).has-icon .far {
  position: absolute;
  color: #eee;
  left: 0.75em;
  right: auto;
  top: 50%;
  margin-top: -0.5em;
  width: 1.2em;
  text-align: center;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button).has-icon.icon-right {
  padding-left: 1.1em;
  padding-right: 3.6em;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button).has-icon.icon-right .icon, body > .dialog > .content > .buttons button:not(.chmControl_Button).has-icon.icon-right .fai, body > .dialog > .content > .buttons button:not(.chmControl_Button).has-icon.icon-right .fab, body > .dialog > .content > .buttons button:not(.chmControl_Button).has-icon.icon-right .fas, body > .dialog > .content > .buttons button:not(.chmControl_Button).has-icon.icon-right .fal, body > .dialog > .content > .buttons button:not(.chmControl_Button).has-icon.icon-right .far {
  left: auto;
  right: 0.75em;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button).primary {
  background-color: #fc0;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button).primary:focus {
  box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1), 0 0 3px 2px #555 !important;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button).primary:hover:focus {
  box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.3), 0 0 3px 2px #555 !important;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button).primary.has-icon .icon, body > .dialog > .content > .buttons button:not(.chmControl_Button).primary.has-icon .fai, body > .dialog > .content > .buttons button:not(.chmControl_Button).primary.has-icon .fab, body > .dialog > .content > .buttons button:not(.chmControl_Button).primary.has-icon .fas, body > .dialog > .content > .buttons button:not(.chmControl_Button).primary.has-icon .fal, body > .dialog > .content > .buttons button:not(.chmControl_Button).primary.has-icon .far {
  color: #555;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button).secondary {
  background-color: #eee;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button).secondary.has-icon .icon, body > .dialog > .content > .buttons button:not(.chmControl_Button).secondary.has-icon .fai, body > .dialog > .content > .buttons button:not(.chmControl_Button).secondary.has-icon .fab, body > .dialog > .content > .buttons button:not(.chmControl_Button).secondary.has-icon .fas, body > .dialog > .content > .buttons button:not(.chmControl_Button).secondary.has-icon .fal, body > .dialog > .content > .buttons button:not(.chmControl_Button).secondary.has-icon .far {
  color: #eee;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button).tertiary {
  background-color: #0cf;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button).tertiary.has-icon .icon, body > .dialog > .content > .buttons button:not(.chmControl_Button).tertiary.has-icon .fai, body > .dialog > .content > .buttons button:not(.chmControl_Button).tertiary.has-icon .fab, body > .dialog > .content > .buttons button:not(.chmControl_Button).tertiary.has-icon .fas, body > .dialog > .content > .buttons button:not(.chmControl_Button).tertiary.has-icon .fal, body > .dialog > .content > .buttons button:not(.chmControl_Button).tertiary.has-icon .far {
  color: #0cf;
}
body > .dialog > .content > .buttons .inverse-color button:not(.chmControl_Button) {
  background-color: #8892A2;
  box-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.3) !important;
}
body > .dialog > .content > .buttons .inverse-color button:not(.chmControl_Button):focus {
  box-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.3), 0 0 3px 2px #0cf !important;
}
body > .dialog > .content > .buttons .inverse-color button:not(.chmControl_Button):hover {
  box-shadow: 0.1em 0.1em 0.4em rgba(255, 255, 255, 0.5), 0 0 3px 2px #0cf !important;
}
body > .dialog > .content > .buttons .inverse-color button:not(.chmControl_Button):hover:focus {
  box-shadow: 0.1em 0.1em 0.4em rgba(255, 255, 255, 0.5), 0 0 3px 2px #0cf !important;
}
body > .dialog > .content > .buttons .inverse-color button:not(.chmControl_Button).primary {
  background-color: #fc0;
}
body > .dialog > .content > .buttons .inverse-color button:not(.chmControl_Button).secondary {
  background-color: #0cf;
}
body > .dialog > .content > .buttons .inverse-color button:not(.chmControl_Button).tertiary {
  background-color: #0cf;
}
body > .dialog > .content > .buttons .inverse-color button:not(.chmControl_Button).tertiary.has-icon .icon, body > .dialog > .content > .buttons .inverse-color button:not(.chmControl_Button).tertiary.has-icon .fai, body > .dialog > .content > .buttons .inverse-color button:not(.chmControl_Button).tertiary.has-icon .fab, body > .dialog > .content > .buttons .inverse-color button:not(.chmControl_Button).tertiary.has-icon .fas, body > .dialog > .content > .buttons .inverse-color button:not(.chmControl_Button).tertiary.has-icon .fal, body > .dialog > .content > .buttons .inverse-color button:not(.chmControl_Button).tertiary.has-icon .far {
  color: #0cf;
}
body > .dialog > .content > .buttons button:not(.chmControl_Button) {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  min-width: 10rem;
}
body > .dialog > .content > .buttons:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
body > .dialog.full-size > .content {
  min-width: 95%;
  max-width: 95%;
  width: 95%;
  min-height: 95%;
  max-height: 95%;
  height: 95%;
}
body > .dialog.full-size > .content > .message {
  height: 95vh;
}
body > .dialog.no-padding > .content > .message {
  padding: 0;
}
body > .dialog.frontend > .content {
  border-radius: 5px;
  overflow: hidden;
}
body > .dialog.frontend > .content > .message {
  background-color: #333;
  color: #eee;
}
body > .dialog.frontend > .content > .title {
  background-color: #00C0CC;
  color: #333;
}
body > .dialog.frontend > .content > .title:after {
  color: #0cf;
}
body > .dialog.frontend > .content > .buttons {
  background-color: #eee;
}
body > .dialog.frontend > .content > .buttons button:not(.chmControl_Button) {
  background-color: #fc0 !important;
  color: #333 !important;
  border-radius: 5px !important;
}
body > .dialog.frontend > .content > .buttons button:not(.chmControl_Button).button-secondary {
  background-color: #111 !important;
  color: #333 !important;
}

body > .dialog.noPaddingTop > .content > .message {
  padding-top: 0 !important;
}

.error {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: calc(100vh - var(--offset-bottom));
}
.error-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-title {
  margin-bottom: 3vw;
  font-size: 4vw;
  padding: 1vw;
  background-color: #000;
  width: 100%;
  text-align: center;
}
.error-icon {
  color: #ff0055;
  font-size: 15vw;
}
.error-message {
  font-size: 7.5vw;
  font-weight: bold;
}
.error-details {
  color: #fc0;
  margin-top: 3vw;
  font-size: 3vw;
}
.error:after {
  content: "";
}

.form {
  padding: 2rem;
}

.form_notes {
  display: block;
  font-size: 0.8em;
  color: #878c92;
  margin: 0.5em 0;
}

.inlineIcon {
  object-fit: contain;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.25em;
  border: none;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:focus,
button.link,
button.link:active,
button.link:hover,
button.link:focus {
  display: inline-block;
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
  color: #fc0;
  background-color: transparent;
  cursor: pointer;
  transition: color 0.25s;
  margin: 0;
  padding: 0;
}

a:active,
a:hover,
a:focus,
button.link:active,
button.link:hover,
button.link:focus {
  color: #ff9b00;
}

.progress {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2rem;
  background-color: #eee;
  border: 1px solid #111;
}
.progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fc0;
}

:root {
  --proPlayer-offset: -10%;
}

.player-thumbnail:after,
[data-id=playerAvatar]:after {
  content: "";
  position: absolute;
  left: var(--proPlayer-offset);
  top: var(--proPlayer-offset);
  right: var(--proPlayer-offset);
  bottom: var(--proPlayer-offset);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/res/images/pro-badge/circle-none.svg");
  z-index: 2;
  pointer-events: none;
}

[data-is-pro-player=true]:after {
  background-image: url("/res/images/pro-badge/circle-top-left.svg");
}

table.list {
  width: 100%;
  background-color: #333;
  border: 0;
}
table.list thead {
  background-color: #444433;
  color: #eee;
}
table.list thead th {
  font-weight: normal;
  padding: 1rem 0.5rem;
  border-right: 1px solid #222222;
  transition: background-color 0.25s;
}
table.list thead th:first-child {
  padding-left: 1rem;
}
table.list thead th:last-child {
  border-right: none;
}
table.list thead th:hover {
  background-color: #878c92;
}
table.list tbody td {
  padding: 0.5rem;
  font-size: 0.8rem;
  vertical-align: middle;
}
table.fixed-head {
  height: 100%;
}
table.fixed-head tbody {
  max-height: 100%;
  overflow-y: auto;
}
table.fixed-head thead,
table.fixed-head tbody {
  display: block;
}
table.fixed-head tr {
  display: flex;
}
table.fixed-head td, table.fixed-head th {
  width: 100%;
}
table.sortable thead th {
  position: relative;
  white-space: nowrap;
}
table.sortable thead th.sortable {
  cursor: pointer;
}
table.sortable thead th.sortable i[data-type=sort] {
  color: #222222;
  margin-left: 0.5rem;
}
table.sortable thead th.sortable i[data-type=sort]:before {
  content: "\f15d";
}
table.sortable thead th.sortable.sorted-up i[data-type=sort] {
  color: #0cf;
}
table.sortable thead th.sortable.sorted-up i[data-type=sort]:before {
  content: "\f0dd";
  content: "\f15d";
}
table.sortable thead th.sortable.sorted-down i[data-type=sort] {
  color: #0cf;
}
table.sortable thead th.sortable.sorted-down i[data-type=sort]:before {
  content: "\f0de";
  content: "\f882";
}
table.striped tbody tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.02);
}
table.striped tbody tr.even {
  background-color: transparent;
}
table.striped tbody tr.odd {
  background-color: rgba(255, 255, 255, 0.02);
}
table.striped tbody tr td:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.02);
}
table.selectable tbody tr {
  cursor: pointer;
  transition: background-color 0.25s;
  border: 1px dotted transparent;
}
table.selectable tbody tr:not(.selected):hover {
  background-color: #666;
}
table.selectable tbody tr.selected {
  background-color: #fc0;
}
table.selectable tbody tr.selected * {
  color: #333;
}
table.selectable tbody tr.selected + .selected {
  border-top-color: transparent;
}
table.selectable tbody tr.active {
  border-color: #0cf;
}
table.selectable tbody tr.active:not(.selected) {
  border-color: #eee;
}
table th.max-width,
table td.max-width {
  width: 100%;
}

#toolbar {
  position: sticky;
  top: 0;
  z-index: 20;
}

.toolbar {
  padding: 0em;
  background-color: #111;
  border-bottom: 1px solid #555;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.toolbar-main {
  background-color: #444;
  border-bottom: none;
}
.toolbar.searchbar {
  background-color: #eee;
  padding: 1em;
}
.toolbar-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0.7em 0.7em;
  margin: 0.3em 0.3em;
  margin-bottom: calc(0.3em - 1px);
  transition: background-color 0.25s;
  min-width: 3.5em;
}
.toolbar-item i {
  margin-right: 0.3rem;
  color: #fc0;
}
.toolbar-item span {
  color: #eee;
}
.toolbar-item.no-text {
  text-align: center;
}
.toolbar-item.no-text i {
  margin-right: 0;
}
.toolbar-item.no-text span {
  display: none;
}
.toolbar-item:hover {
  background-color: #111;
}
.toolbar-item > * {
  opacity: 1;
  transition: opacity 0.5s;
}
.toolbar-item.disabled {
  pointer-events: none;
}
.toolbar-item.disabled > * {
  opacity: 0.3;
}
.toolbar-item.active:not(.disabled) {
  background-color: #eee;
}
.toolbar-item.active:not(.disabled) i {
  color: #fc0;
}
.toolbar-item.active:not(.disabled) span {
  color: #eee;
}
.toolbar-item.separator:before, .toolbar-item.separator-before:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: -0.45em;
  border-right: 1px solid #222222;
}
.toolbar-item.separator-after:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: -0.45em;
  border-left: 1px solid #222222;
}
@media (max-width: 768px) {
  .toolbar-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.3em;
  }
  .toolbar-item i {
    margin-top: 0.2em;
    margin-right: 0;
  }
  .toolbar-item span {
    padding-top: 0.3em;
    font-size: 0.6em;
  }
  .toolbar-item.no-text i {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .toolbar-item[data-id=tablesContingentWrapper] {
    flex-direction: row;
  }
}
.toolbar-text {
  display: inline-block;
  padding: 0.2em 0.7em;
  margin: 0.8em;
  color: #eee;
  background-color: #eee;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  border-radius: 2rem;
}
.toolbar-text [data-id=selected] {
  display: inline-block;
  padding-right: 0.35em;
  border-right: 1px dotted #c86400;
}

#ClubForm {
  max-width: 1450px;
}

.dashboard {
  position: absolute;
  width: 100%;
  height: calc(100% - 5rem - var(--offset-bottom));
  margin: 0;
  padding: 2rem;
}
.dashboard-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  text-align: center;
}
.dashboard-item-container {
  display: flex;
  float: left;
  width: 33%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
@media (max-aspect-ratio: 13/10) {
  .dashboard-item-container {
    width: 100%;
    height: 33%;
  }
}
.dashboard-item * {
  cursor: pointer;
}
.dashboard-item i {
  display: block;
  font-size: 8vmin;
  color: #0cf;
}
.dashboard-item span {
  display: inline-block;
  font-size: 3vmin;
  color: #eee;
  margin-top: 2vmin;
  padding: 0.5em 2em;
  border-radius: 0.5em;
  transition: background-color 250ms;
  white-space: nowrap;
}
.dashboard-item:hover span {
  background-color: #555;
}
.dashboard:after {
  content: "";
  display: block;
  clear: both;
}

header {
  box-shadow: inset 0 -5px 5px rgba(0, 0, 0, 0.1);
  background-color: #000;
  color: #333;
  height: auto;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: bold;
  background-image: url("./res/images/score-trek-wordmark.svg");
  background-size: auto 50%;
  background-position: 1.5rem center;
  background-repeat: no-repeat;
}
header .logo {
  width: auto;
  height: 1rem;
}
header > span {
  padding: 1rem;
  transition: color 0.25s, background-color 0.25s;
}
@media (max-width: 500px) {
  header {
    font-size: 2.6vw;
  }
}
html[data-mode=app] header {
  display: none !important;
}

main {
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #333;
  overflow: auto;
}

#main {
  position: static;
  z-index: 10;
}

nav {
  width: 20rem;
  background-color: #555;
  height: 100%;
  z-index: 2000;
}
@media (max-width: 768px) {
  nav {
    width: 100%;
    height: 12vw;
  }
}

ul.menu {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
@media (max-width: 768px) {
  ul.menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
  }
}
ul.menu li {
  display: block;
  cursor: pointer;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.25s;
  padding: 1em;
}
ul.menu li i {
  margin-right: 0.3em;
  display: inline-block;
  width: 2em;
  text-align: center;
  color: #111;
}
ul.menu li.active {
  background-color: #333;
  font-weight: 700;
}
ul.menu li.active i {
  color: #fc0;
}
ul.menu li:not(.active):hover {
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  ul.menu li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 12vw;
    font-size: 2.5vw;
    padding: 0 1em;
  }
  ul.menu li > span:not(.menu-indicator-item) {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 1em;
    font-weight: normal;
    margin-top: 0.5em;
  }
  ul.menu li i {
    margin-right: 0;
    margin-top: 0.5vmin;
    width: 2em;
  }
}

.menu-indicator-item {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 0.75rem);
  background-color: #ff3c3c;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
  min-width: 1.3rem;
  font-weight: bold;
  padding: 0.3rem;
  border-radius: 100rem;
  display: inline-block;
  left: 1.5em;
  top: -0.5em;
  transform: translateY(-50%) scale(0.8);
}
.menu-indicator-item[data-count="0"] {
  background-color: #111;
}
.menu-indicator-item[data-count=⋯], .menu-indicator-item[data-count="?"] {
  background-color: #111;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .menu-indicator-item {
    left: 50%;
    top: 0;
    transform: translate(0.5em, -0.8em) scale(0.8);
  }
}

.notice {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 1rem;
  color: #333;
  background-color: #0cf;
}
.notice i {
  font-size: 2.5rem;
}
.dialog .notice {
  margin: 0 -1rem;
}

.footnote {
  font-size: 0.8em;
  color: #878c92;
}

#PlayerEditor {
  max-width: 1450px;
}

.profileWarning {
  position: absolute;
  color: #fff;
  background-color: #ff0055;
  border-radius: 0.25rem;
  font-size: 0.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  border: 0.125rem solid #000;
  width: 1.2rem;
  height: 1.2rem;
  padding-top: 0.1rem;
}
.profileWarning[data-is-verified=true] {
  display: none !important;
}

div.player-thumbnail {
  position: relative;
  width: 2.5rem;
  min-width: 2.5rem;
  max-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
  background-color: #111;
  background-image: linear-gradient(45deg, #222222 25%, transparent 25%), linear-gradient(-45deg, #222222 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #222222 75%), linear-gradient(-45deg, transparent 75%, #222222 75%);
  background-size: calc(2 * 4px) calc(2 * 4px);
  background-position: 0 0, 0 4px, 4px calc(-1 * 4px), calc(-1 * 4px) 0px;
  border-radius: 100%;
}
div.player-thumbnail-image {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 100%;
}

table.players-list td {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
table.players-list td.player-thumbnail {
  padding: 0;
  min-width: 4rem;
  max-width: 4rem;
  height: 3.5rem;
  justify-content: center;
}
table.players-list td.player-app {
  width: 8rem;
  justify-content: center;
}
table.players-list td.player-app > * {
  display: none;
}
table.players-list td.player-app[data-has-app=true] .has-app {
  display: inline-block;
}
table.players-list td.player-app[data-has-app=false] .no-app {
  display: inline-block;
}
table.players-list td.player-club_admin {
  width: 5rem;
  justify-content: center;
}
table.players-list td.player-club_admin > * {
  display: none;
}
table.players-list td.player-club_admin[data-is-club_admin=true] .is-club_admin {
  display: inline-block;
}
table.players-list td.player-club_admin[data-is-club_admin=false] .is-not-club_admin {
  display: inline-block;
}
table.players-list td.player-battle_manager {
  width: 5rem;
  justify-content: center;
}
table.players-list td.player-battle_manager > * {
  display: none;
}
table.players-list td.player-battle_manager[data-is-battle_manager=true] .is-battle_manager {
  display: inline-block;
}
table.players-list td.player-battle_manager[data-is-battle_manager=false] .is-not-battle_manager {
  display: inline-block;
}
table.players-list td.player-verified {
  width: 8rem;
  justify-content: center;
}
table.players-list td.player-verified > * {
  display: none;
}
table.players-list td.player-verified[data-is-verified=true] .is-verified {
  display: inline-block;
}
table.players-list td.player-verified[data-is-verified=false] .is-not-verified {
  display: inline-block;
}
table.players-list td.player-disabled {
  width: 8rem;
  justify-content: center;
}
table.players-list td.player-disabled > * {
  display: none;
}
table.players-list td.player-disabled[data-is-disabled=true] .is-disabled {
  display: inline-block;
}
table.players-list td.player-disabled[data-is-disabled=false] .is-enabled {
  display: inline-block;
}
table.players-list th.player-thumbnail {
  padding-left: 0.75rem !important;
  min-width: 4rem;
  max-width: 4rem;
}
table.players-list th.player-app {
  width: 8rem;
}
table.players-list th.player-club_admin {
  width: 5rem;
}
table.players-list th.player-battle_manager {
  width: 5rem;
}

.players-merge-field {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.players-merge-field-title {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
.players-merge-field-value {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 6rem 1fr;
  min-height: 2rem;
}
.players-merge-field-value-select, .players-merge-field-value-left, .players-merge-field-value-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.players-merge-field-value-select i, .players-merge-field-value-left i, .players-merge-field-value-right i {
  font-size: 2em;
}
.players-merge-field-value-left {
  justify-content: flex-end;
}
.players-merge-field-value-right {
  justify-content: flex-start;
}
.players-merge-field-value-select {
  width: 6rem;
  height: 100%;
  position: relative;
}
.players-merge-field-value-select:before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 2rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 999rem;
}
.players-merge-field-value-select:after {
  content: "";
  position: absolute;
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
  background-color: #fc0;
  border-radius: 100%;
}
.players-merge-field-value-select[data-position=left]:after {
  transform: translate(calc(-2rem + 2px), -50%);
}
.players-merge-field-value-select[data-position=right]:after {
  transform: translate(2px, -50%);
}
.players-merge-field-value-image {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
}
.players-merge-field-value-club {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.players-merge-field-value-club-logo {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  margin-right: 0.5rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.players-merge-field-value-left .players-merge-field-value-club {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.players-merge-field-value-left .players-merge-field-value-club-logo {
  margin-right: 0;
  margin-left: 0.5rem;
}
.players-merge-field-value-left .players-merge-field-value-club-name {
  text-align: right;
}

.players-access-editor-player {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  font-size: 1.5rem;
}
.players-access-editor-player-avatar {
  position: relative;
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

:root {
  --table-font-size: 1rem;
  --table-distance: 2rem;
}
@media (max-width: 500px) {
  :root {
    --table-font-size: calc((100vw - 4rem) / 20);
  }
}

.tables {
  padding-left: var(--table-distance);
  padding-top: var(--table-distance);
}
.tables:after {
  content: "";
  display: block;
  clear: both;
}
.tables .table {
  display: inline-block;
  position: relative;
  float: left;
  width: calc(20 * var(--table-font-size));
  height: calc(15 * var(--table-font-size));
  margin-right: var(--table-distance);
  margin-bottom: var(--table-distance);
  background-color: #c86400;
  border-radius: var(--table-font-size);
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.25s;
  background-image: url("/res/images/table.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.tables .table > span {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tables .table > span.id {
  text-align: left;
  font-size: var(--table-font-size);
  left: calc(2.5 * var(--table-font-size));
  right: auto;
  top: var(--table-font-size);
  color: #ccc;
  font-weight: 600;
}
.tables .table > span.version {
  font-size: var(--table-font-size);
  left: auto;
  top: var(--table-font-size);
  color: #e6e6e6;
  text-align: right;
  padding-right: 1em;
}
.tables .table > span.name {
  bottom: 0;
  font-size: var(--table-font-size);
  padding: calc(0.5 * var(--table-font-size));
  color: #000;
  background-color: rgba(255, 170, 0, 0.8);
  transition: background-color 0.25s;
}
.tables .table > span.links {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  left: 0;
  font-size: var(--table-font-size);
  color: #fc0;
  top: calc(3 * var(--table-font-size));
  bottom: calc(3 * var(--table-font-size));
}
.tables .table > span.links > span {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.tables .table > span.links > span i {
  margin-right: 0.5em;
}
.tables .table:hover {
  background-color: #ff9b00;
}
.tables .table:hover span.name {
  background-color: #ffaa00;
}
.tables .table:before {
  content: "";
  position: absolute;
  left: var(--table-font-size);
  top: var(--table-font-size);
  width: var(--table-font-size);
  height: var(--table-font-size);
  border-radius: 100%;
  background-color: #878c92;
  border: 1px solid #eee;
}
.tables .table:after {
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 45%;
  width: 100%;
  transform: translate(-50%, -50%) rotate(-14deg);
  transform-origin: center center;
  text-align: center;
  font-size: calc(2.5 * var(--table-font-size));
  line-height: 1;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.tables .table[data-online=yes]:before {
  background-color: #ACFF2D;
}
.tables .table[data-online=no]:before {
  background-color: #ff3c3c;
}
.tables .table[data-active=no] {
  opacity: 0.5;
}
.tables .table[data-active=no]:after {
  content: "DEAKTIVIERT";
}
.tables .table[data-active=no]:before {
  opacity: 0.5;
}
.tables .table[data-hidden=yes] .name:before {
  content: "\f070";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  display: inline-block;
  left: 0.75rem;
  top: 0.5rem;
  color: #333;
}

[data-id=tablesContingent] {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.toolbar-main {
  padding: 1rem;
}
.toolbar .club-select {
  width: 100%;
}
.toolbar .club-name {
  padding-bottom: 0.5rem;
  color: #eee;
  font-weight: 800;
}
