/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --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;
  --primary: #007bff;
  --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: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  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;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  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: .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: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

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

[role="button"] {
  cursor: pointer;
}

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

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: .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: "\2014\00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  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-wrap: 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: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.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: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.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: #007bff;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !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: #007bff !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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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.857143%;
}

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

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

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

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    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;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

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

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

.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: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !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: #212529 !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-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;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/*!
 * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::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: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  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;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  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: .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: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

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

[role="button"] {
  cursor: pointer;
}

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

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: .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;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */
@font-face {
    font-family: 'Glyphicons basic regular';
    src: url("glyphicons-2.3/glyphicons-basic-regular-2cd52c3c0ebcfdf0745a6777c8164a43.otf") format("opentype");
}


.glyphbasic {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons basic regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphbasic-glass:before {
    content: "\e001";
}
.glyphbasic-leaf:before {
    content: "\e002";
}
.glyphbasic-dog:before {
    content: "\e003";
}
.glyphbasic-user:before {
    content: "\e004";
}
.glyphbasic-settings:before {
    content: "\e005";
}
.glyphbasic-car:before {
    content: "\e006";
}
.glyphbasic-user-plus:before {
    content: "\e007";
}
.glyphbasic-user-minus:before {
    content: "\e008";
}
.glyphbasic-film:before {
    content: "\e009";
}
.glyphbasic-magic-wand:before {
    content: "\e010";
}
.glyphbasic-envelope:before {
    content: "\e011";
}
.glyphbasic-camera:before {
    content: "\e012";
}
.glyphbasic-heart:before {
    content: "\e013";
}
.glyphbasic-beach-umbrella:before {
    content: "\e014";
}
.glyphbasic-train:before {
    content: "\e015";
}
.glyphbasic-print:before {
    content: "\e016";
}
.glyphbasic-bin:before {
    content: "\e017";
}
.glyphbasic-music:before {
    content: "\e018";
}
.glyphbasic-music-alt:before {
    content: "\e019";
}
.glyphbasic-heart-empty:before {
    content: "\e020";
}
.glyphbasic-home:before {
    content: "\e021";
}
.glyphbasic-snowflake:before {
    content: "\e022";
}
.glyphbasic-fire:before {
    content: "\e023";
}
.glyphbasic-magnet:before {
    content: "\e024";
}
.glyphbasic-user-parents:before {
    content: "\e025";
}
.glyphbasic-binoculars:before {
    content: "\e026";
}
.glyphbasic-road:before {
    content: "\e027";
}
.glyphbasic-search:before {
    content: "\e028";
}
.glyphbasic-cars:before {
    content: "\e029";
}
.glyphbasic-clipboard:before {
    content: "\e030";
}
.glyphbasic-pencil:before {
    content: "\e031";
}
.glyphbasic-bus:before {
    content: "\e032";
}
.glyphbasic-access-point:before {
    content: "\e033";
}
.glyphbasic-luggage:before {
    content: "\e034";
}
.glyphbasic-user-incognito:before {
    content: "\e035";
}
.glyphbasic-user-female:before {
    content: "\e036";
}
.glyphbasic-file:before {
    content: "\e037";
}
.glyphbasic-picture:before {
    content: "\e038";
}
.glyphbasic-airplane:before {
    content: "\e039";
}
.glyphbasic-notes:before {
    content: "\e040";
}
.glyphbasic-stats:before {
    content: "\e041";
}
.glyphbasic-stats-bars:before {
    content: "\e042";
}
.glyphbasic-stats-circle:before {
    content: "\e043";
}
.glyphbasic-user-group:before {
    content: "\e044";
}
.glyphbasic-key:before {
    content: "\e045";
}
.glyphbasic-calendar:before {
    content: "\e046";
}
.glyphbasic-router:before {
    content: "\e047";
}
.glyphbasic-video-camera:before {
    content: "\e048";
}
.glyphbasic-star:before {
    content: "\e049";
}
.glyphbasic-star-empty:before {
    content: "\e050";
}
.glyphbasic-pulse:before {
    content: "\e051";
}
.glyphbasic-eye:before {
    content: "\e052";
}
.glyphbasic-eye-off:before {
    content: "\e053";
}
.glyphbasic-alarm:before {
    content: "\e054";
}
.glyphbasic-clock:before {
    content: "\e055";
}
.glyphbasic-stopwatch:before {
    content: "\e056";
}
.glyphbasic-scissors-horizontal:before {
    content: "\e057";
}
.glyphbasic-history:before {
    content: "\e058";
}
.glyphbasic-truck:before {
    content: "\e059";
}
.glyphbasic-timer:before {
    content: "\e060";
}
.glyphbasic-compass:before {
    content: "\e061";
}
.glyphbasic-presentation:before {
    content: "\e062";
}
.glyphbasic-paperclip:before {
    content: "\e063";
}
.glyphbasic-power:before {
    content: "\e064";
}
.glyphbasic-lightbulb:before {
    content: "\e065";
}
.glyphbasic-tag:before {
    content: "\e066";
}
.glyphbasic-tags:before {
    content: "\e067";
}
.glyphbasic-education:before {
    content: "\e068";
}
.glyphbasic-ruler:before {
    content: "\e069";
}
.glyphbasic-gift:before {
    content: "\e070";
}
.glyphbasic-umbrella:before {
    content: "\e071";
}
.glyphbasic-book:before {
    content: "\e072";
}
.glyphbasic-bookmark:before {
    content: "\e073";
}
.glyphbasic-wifi:before {
    content: "\e074";
}
.glyphbasic-cup:before {
    content: "\e075";
}
.glyphbasic-stroller:before {
    content: "\e076";
}
.glyphbasic-headphones:before {
    content: "\e077";
}
.glyphbasic-headset:before {
    content: "\e078";
}
.glyphbasic-triangle-empty-alert:before {
    content: "\e079";
}
.glyphbasic-bars:before {
    content: "\e080";
}
.glyphbasic-retweet:before {
    content: "\e081";
}
.glyphbasic-refresh:before {
    content: "\e082";
}
.glyphbasic-roundabout:before {
    content: "\e083";
}
.glyphbasic-random:before {
    content: "\e084";
}
.glyphbasic-heating:before {
    content: "\e085";
}
.glyphbasic-reload:before {
    content: "\e086";
}
.glyphbasic-tv:before {
    content: "\e087";
}
.glyphbasic-book-log:before {
    content: "\e088";
}
.glyphbasic-book-address:before {
    content: "\e089";
}
.glyphbasic-building:before {
    content: "\e090";
}
.glyphbasic-eyedropper:before {
    content: "\e091";
}
.glyphbasic-contrast:before {
    content: "\e092";
}
.glyphbasic-drop:before {
    content: "\e093";
}
.glyphbasic-crop:before {
    content: "\e094";
}
.glyphbasic-vector-path:before {
    content: "\e095";
}
.glyphbasic-vector-path-circle:before {
    content: "\e096";
}
.glyphbasic-vector-path-pentagon:before {
    content: "\e097";
}
.glyphbasic-vector-path-line:before {
    content: "\e098";
}
.glyphbasic-vector-path-curve:before {
    content: "\e099";
}
.glyphbasic-vector-path-edit:before {
    content: "\e100";
}
.glyphbasic-text:before {
    content: "\e101";
}
.glyphbasic-italic:before {
    content: "\e102";
}
.glyphbasic-bold:before {
    content: "\e103";
}
.glyphbasic-underline:before {
    content: "\e104";
}
.glyphbasic-strikethrough:before {
    content: "\e105";
}
.glyphbasic-text-height:before {
    content: "\e106";
}
.glyphbasic-text-width:before {
    content: "\e107";
}
.glyphbasic-text-resize:before {
    content: "\e108";
}
.glyphbasic-indent-left:before {
    content: "\e109";
}
.glyphbasic-indent-right:before {
    content: "\e110";
}
.glyphbasic-paragraph-left:before {
    content: "\e111";
}
.glyphbasic-paragraph-center:before {
    content: "\e112";
}
.glyphbasic-paragraph-right:before {
    content: "\e113";
}
.glyphbasic-paragraph-justify:before {
    content: "\e114";
}
.glyphbasic-list:before {
    content: "\e115";
}
.glyphbasic-text-smaller:before {
    content: "\e116";
}
.glyphbasic-text-bigger:before {
    content: "\e117";
}
.glyphbasic-terminal-isolated:before {
    content: "\e118";
}
.glyphbasic-code:before {
    content: "\e119";
}
.glyphbasic-table:before {
    content: "\e120";
}
.glyphbasic-envelope-full:before {
    content: "\e121";
}
.glyphbasic-envelope-empty:before {
    content: "\e122";
}
.glyphbasic-envelope-down:before {
    content: "\e123";
}
.glyphbasic-envelope-up:before {
    content: "\e124";
}
.glyphbasic-envelope-plus:before {
    content: "\e125";
}
.glyphbasic-envelope-minus:before {
    content: "\e126";
}
.glyphbasic-envelope-no:before {
    content: "\e127";
}
.glyphbasic-envelope-flag:before {
    content: "\e128";
}
.glyphbasic-envelope-lock:before {
    content: "\e129";
}
.glyphbasic-envelope-star:before {
    content: "\e130";
}
.glyphbasic-inbox:before {
    content: "\e131";
}
.glyphbasic-inbox-plus:before {
    content: "\e132";
}
.glyphbasic-inbox-minus:before {
    content: "\e133";
}
.glyphbasic-inbox-lock:before {
    content: "\e134";
}
.glyphbasic-inbox-down:before {
    content: "\e135";
}
.glyphbasic-inbox-up:before {
    content: "\e136";
}
.glyphbasic-cogwheel:before {
    content: "\e137";
}
.glyphbasic-cogwheels:before {
    content: "\e138";
}
.glyphbasic-curves:before {
    content: "\e139";
}
.glyphbasic-adjust:before {
    content: "\e140";
}
.glyphbasic-database:before {
    content: "\e141";
}
.glyphbasic-database-plus:before {
    content: "\e142";
}
.glyphbasic-database-minus:before {
    content: "\e143";
}
.glyphbasic-database-search:before {
    content: "\e144";
}
.glyphbasic-folder-open:before {
    content: "\e145";
}
.glyphbasic-folder-plus:before {
    content: "\e146";
}
.glyphbasic-folder-minus:before {
    content: "\e147";
}
.glyphbasic-folder-refresh:before {
    content: "\e148";
}
.glyphbasic-folder-check:before {
    content: "\e149";
}
.glyphbasic-folder-star:before {
    content: "\e150";
}
.glyphbasic-square-edit:before {
    content: "\e151";
}
.glyphbasic-square-new-window:before {
    content: "\e152";
}
.glyphbasic-square-checkbox:before {
    content: "\e153";
}
.glyphbasic-square-empty:before {
    content: "\e154";
}
.glyphbasic-square-selected:before {
    content: "\e155";
}
.glyphbasic-square-indeterminate:before {
    content: "\e156";
}
.glyphbasic-thumbnails:before {
    content: "\e157";
}
.glyphbasic-thumbnails-small:before {
    content: "\e158";
}
.glyphbasic-thumbnails-list:before {
    content: "\e159";
}
.glyphbasic-playlist:before {
    content: "\e160";
}
.glyphbasic-computer-all-in-one:before {
    content: "\e161";
}
.glyphbasic-computer-pc-tower:before {
    content: "\e162";
}
.glyphbasic-computer:before {
    content: "\e163";
}
.glyphbasic-notebook:before {
    content: "\e164";
}
.glyphbasic-tablet:before {
    content: "\e165";
}
.glyphbasic-mobile-phone:before {
    content: "\e166";
}
.glyphbasic-mobile-phone-off:before {
    content: "\e167";
}
.glyphbasic-mobile-phone-vibrations:before {
    content: "\e168";
}
.glyphbasic-mobile-phone-shaking:before {
    content: "\e169";
}
.glyphbasic-earphones:before {
    content: "\e170";
}
.glyphbasic-skip-to-previous:before {
    content: "\e171";
}
.glyphbasic-skip-to-start:before {
    content: "\e172";
}
.glyphbasic-rewind:before {
    content: "\e173";
}
.glyphbasic-pause:before {
    content: "\e174";
}
.glyphbasic-play:before {
    content: "\e175";
}
.glyphbasic-stop:before {
    content: "\e176";
}
.glyphbasic-forward:before {
    content: "\e177";
}
.glyphbasic-skip-to-end:before {
    content: "\e178";
}
.glyphbasic-skip-to-next:before {
    content: "\e179";
}
.glyphbasic-eject:before {
    content: "\e180";
}
.glyphbasic-video:before {
    content: "\e181";
}
.glyphbasic-video-off:before {
    content: "\e182";
}
.glyphbasic-volume-bluetooth:before {
    content: "\e183";
}
.glyphbasic-volume-off:before {
    content: "\e184";
}
.glyphbasic-volume-down:before {
    content: "\e185";
}
.glyphbasic-volume-up:before {
    content: "\e186";
}
.glyphbasic-volume-max:before {
    content: "\e187";
}
.glyphbasic-cd:before {
    content: "\e188";
}
.glyphbasic-mc:before {
    content: "\e189";
}
.glyphbasic-lp:before {
    content: "\e190";
}
.glyphbasic-circle-empty-plus:before {
    content: "\e191";
}
.glyphbasic-circle-empty-minus:before {
    content: "\e192";
}
.glyphbasic-circle-empty-remove:before {
    content: "\e193";
}
.glyphbasic-circle-empty-check:before {
    content: "\e194";
}
.glyphbasic-circle-empty-question:before {
    content: "\e195";
}
.glyphbasic-circle-empty-info:before {
    content: "\e196";
}
.glyphbasic-circle-empty-alert:before {
    content: "\e197";
}
.glyphbasic-open:before {
    content: "\e198";
}
.glyphbasic-save:before {
    content: "\e199";
}
.glyphbasic-save-as:before {
    content: "\e200";
}
.glyphbasic-cart:before {
    content: "\e201";
}
.glyphbasic-cart-in:before {
    content: "\e202";
}
.glyphbasic-cart-out:before {
    content: "\e203";
}
.glyphbasic-cart-checkout:before {
    content: "\e204";
}
.glyphbasic-cart-check:before {
    content: "\e205";
}
.glyphbasic-circle-empty-play:before {
    content: "\e206";
}
.glyphbasic-circle-empty-down:before {
    content: "\e207";
}
.glyphbasic-circle-empty-up:before {
    content: "\e208";
}
.glyphbasic-circle-empty-left:before {
    content: "\e209";
}
.glyphbasic-circle-empty-right:before {
    content: "\e210";
}
.glyphbasic-arrow-down:before {
    content: "\e211";
}
.glyphbasic-arrow-up:before {
    content: "\e212";
}
.glyphbasic-arrow-left:before {
    content: "\e213";
}
.glyphbasic-arrow-right:before {
    content: "\e214";
}
.glyphbasic-fullscreen-off:before {
    content: "\e215";
}
.glyphbasic-fullscreen:before {
    content: "\e216";
}
.glyphbasic-lock:before {
    content: "\e217";
}
.glyphbasic-lock-open:before {
    content: "\e218";
}
.glyphbasic-coins:before {
    content: "\e219";
}
.glyphbasic-banknotes:before {
    content: "\e220";
}
.glyphbasic-chevron-down:before {
    content: "\e221";
}
.glyphbasic-chevron-up:before {
    content: "\e222";
}
.glyphbasic-chevron-left:before {
    content: "\e223";
}
.glyphbasic-chevron-right:before {
    content: "\e224";
}
.glyphbasic-bitcoin:before {
    content: "\e225";
}
.glyphbasic-euro:before {
    content: "\e226";
}
.glyphbasic-dollar:before {
    content: "\e227";
}
.glyphbasic-pound:before {
    content: "\e228";
}
.glyphbasic-yen:before {
    content: "\e229";
}
.glyphbasic-ruble:before {
    content: "\e230";
}
.glyphbasic-moon:before {
    content: "\e231";
}
.glyphbasic-sun:before {
    content: "\e232";
}
.glyphbasic-lasso:before {
    content: "\e233";
}
.glyphbasic-calculator:before {
    content: "\e234";
}
.glyphbasic-chat-conversation:before {
    content: "\e235";
}
.glyphbasic-chat-conversation-off:before {
    content: "\e236";
}
.glyphbasic-chat-conversation-lock:before {
    content: "\e237";
}
.glyphbasic-chat-message:before {
    content: "\e238";
}
.glyphbasic-chat-message-lock:before {
    content: "\e239";
}
.glyphbasic-chat-message-check:before {
    content: "\e240";
}
.glyphbasic-brush:before {
    content: "\e241";
}
.glyphbasic-marker:before {
    content: "\e242";
}
.glyphbasic-pen:before {
    content: "\e243";
}
.glyphbasic-spray:before {
    content: "\e244";
}
.glyphbasic-fill:before {
    content: "\e245";
}
.glyphbasic-clean:before {
    content: "\e246";
}
.glyphbasic-drop-off:before {
    content: "\e247";
}
.glyphbasic-palette:before {
    content: "\e248";
}
.glyphbasic-diamond:before {
    content: "\e249";
}
.glyphbasic-eraser:before {
    content: "\e250";
}
.glyphbasic-diving-free:before {
    content: "\e251";
}
.glyphbasic-diving-scuba:before {
    content: "\e252";
}
.glyphbasic-boat:before {
    content: "\e253";
}
.glyphbasic-swimming-pool:before {
    content: "\e254";
}
.glyphbasic-buoy:before {
    content: "\e255";
}
.glyphbasic-oxygen-bottles:before {
    content: "\e256";
}
.glyphbasic-fins:before {
    content: "\e257";
}
.glyphbasic-anchor:before {
    content: "\e258";
}
.glyphbasic-fishes:before {
    content: "\e259";
}
.glyphbasic-fishes-bait:before {
    content: "\e260";
}
.glyphbasic-direction:before {
    content: "\e261";
}
.glyphbasic-direction-empty:before {
    content: "\e262";
}
.glyphbasic-direction-full:before {
    content: "\e263";
}
.glyphbasic-flag-waving:before {
    content: "\e264";
}
.glyphbasic-flag:before {
    content: "\e265";
}
.glyphbasic-flag-triangle:before {
    content: "\e266";
}
.glyphbasic-comments:before {
    content: "\e267";
}
.glyphbasic-comments-off:before {
    content: "\e268";
}
.glyphbasic-comments-lock:before {
    content: "\e269";
}
.glyphbasic-cake:before {
    content: "\e270";
}
.glyphbasic-set-wine:before {
    content: "\e271";
}
.glyphbasic-glass-wine:before {
    content: "\e272";
}
.glyphbasic-coffee-mug:before {
    content: "\e273";
}
.glyphbasic-drink:before {
    content: "\e274";
}
.glyphbasic-beer:before {
    content: "\e275";
}
.glyphbasic-beer-alt:before {
    content: "\e276";
}
.glyphbasic-fast-food:before {
    content: "\e277";
}
.glyphbasic-cutlery:before {
    content: "\e278";
}
.glyphbasic-blender:before {
    content: "\e279";
}
.glyphbasic-pizza:before {
    content: "\e280";
}
.glyphbasic-coffee-to-go:before {
    content: "\e281";
}
.glyphbasic-tea-pot:before {
    content: "\e282";
}
.glyphbasic-tea-mug:before {
    content: "\e283";
}
.glyphbasic-coffee-beans:before {
    content: "\e284";
}
.glyphbasic-tea-leaves:before {
    content: "\e285";
}
.glyphbasic-french-press:before {
    content: "\e286";
}
.glyphbasic-pot:before {
    content: "\e287";
}
.glyphbasic-kettle:before {
    content: "\e288";
}
.glyphbasic-grater:before {
    content: "\e289";
}
.glyphbasic-cooks-hat:before {
    content: "\e290";
}
.glyphbasic-square-empty-plus:before {
    content: "\e291";
}
.glyphbasic-square-empty-minus:before {
    content: "\e292";
}
.glyphbasic-square-empty-remove:before {
    content: "\e293";
}
.glyphbasic-square-empty-check:before {
    content: "\e294";
}
.glyphbasic-square-empty-question:before {
    content: "\e295";
}
.glyphbasic-square-empty-info:before {
    content: "\e296";
}
.glyphbasic-square-empty-alert:before {
    content: "\e297";
}
.glyphbasic-circle-empty:before {
    content: "\e298";
}
.glyphbasic-circle-selected:before {
    content: "\e299";
}
.glyphbasic-asian-food:before {
    content: "\e300";
}
.glyphbasic-square-upload:before {
    content: "\e301";
}
.glyphbasic-square-download:before {
    content: "\e302";
}
.glyphbasic-verify-empty:before {
    content: "\e303";
}
.glyphbasic-verify-check:before {
    content: "\e304";
}
.glyphbasic-no-symbol:before {
    content: "\e305";
}
.glyphbasic-square-empty-play:before {
    content: "\e306";
}
.glyphbasic-square-empty-download:before {
    content: "\e307";
}
.glyphbasic-square-empty-upload:before {
    content: "\e308";
}
.glyphbasic-square-empty-left:before {
    content: "\e309";
}
.glyphbasic-square-empty-right:before {
    content: "\e310";
}
.glyphbasic-spade:before {
    content: "\e311";
}
.glyphbasic-saw:before {
    content: "\e312";
}
.glyphbasic-claw-hammer:before {
    content: "\e313";
}
.glyphbasic-hammer:before {
    content: "\e314";
}
.glyphbasic-screwdriver:before {
    content: "\e315";
}
.glyphbasic-wrench:before {
    content: "\e316";
}
.glyphbasic-ax:before {
    content: "\e317";
}
.glyphbasic-blacksmith:before {
    content: "\e318";
}
.glyphbasic-saw-blade:before {
    content: "\e319";
}
.glyphbasic-certificate:before {
    content: "\e320";
}
.glyphbasic-users:before {
    content: "\e321";
}
.glyphbasic-shield-check:before {
    content: "\e322";
}
.glyphbasic-shield-half:before {
    content: "\e323";
}
.glyphbasic-shield-empty-star:before {
    content: "\e324";
}
.glyphbasic-shield-quarter:before {
    content: "\e325";
}
.glyphbasic-shield-star:before {
    content: "\e326";
}
.glyphbasic-contactless-lock:before {
    content: "\e327";
}
.glyphbasic-contactless:before {
    content: "\e328";
}
.glyphbasic-credit-card:before {
    content: "\e329";
}
.glyphbasic-credit-card-off:before {
    content: "\e330";
}
.glyphbasic-quad-bike:before {
    content: "\e331";
}
.glyphbasic-motorbike:before {
    content: "\e332";
}
.glyphbasic-squares:before {
    content: "\e333";
}
.glyphbasic-brightness-up:before {
    content: "\e334";
}
.glyphbasic-brightness-down:before {
    content: "\e335";
}
.glyphbasic-folder:before {
    content: "\e336";
}
.glyphbasic-folder-cogwheel:before {
    content: "\e337";
}
.glyphbasic-folder-alert:before {
    content: "\e338";
}
.glyphbasic-folder-lock:before {
    content: "\e339";
}
.glyphbasic-folder-no:before {
    content: "\e340";
}
.glyphbasic-mic:before {
    content: "\e341";
}
.glyphbasic-mic-off:before {
    content: "\e342";
}
.glyphbasic-repeat:before {
    content: "\e343";
}
.glyphbasic-repeat-once:before {
    content: "\e344";
}
.glyphbasic-electric-cord:before {
    content: "\e345";
}
.glyphbasic-self-winding-cord:before {
    content: "\e346";
}
.glyphbasic-id-badge:before {
    content: "\e347";
}
.glyphbasic-id-badge-vertical:before {
    content: "\e348";
}
.glyphbasic-id-binder:before {
    content: "\e349";
}
.glyphbasic-lock-off:before {
    content: "\e350";
}
.glyphbasic-link:before {
    content: "\e351";
}
.glyphbasic-link-remove:before {
    content: "\e352";
}
.glyphbasic-bank:before {
    content: "\e353";
}
.glyphbasic-scissors-cutting:before {
    content: "\e354";
}
.glyphbasic-mouse:before {
    content: "\e355";
}
.glyphbasic-mouse-wireless:before {
    content: "\e356";
}
.glyphbasic-keyboard:before {
    content: "\e357";
}
.glyphbasic-keyboard-wireless:before {
    content: "\e358";
}
.glyphbasic-graphic-tablet:before {
    content: "\e359";
}
.glyphbasic-graphic-tablet-wireless:before {
    content: "\e360";
}
.glyphbasic-t-shirt:before {
    content: "\e361";
}
.glyphbasic-t-shirt-v:before {
    content: "\e362";
}
.glyphbasic-t-shirt-sleeves:before {
    content: "\e363";
}
.glyphbasic-shirt:before {
    content: "\e364";
}
.glyphbasic-tie:before {
    content: "\e365";
}
.glyphbasic-trousers:before {
    content: "\e366";
}
.glyphbasic-dress:before {
    content: "\e367";
}
.glyphbasic-underwear:before {
    content: "\e368";
}
.glyphbasic-fabric:before {
    content: "\e369";
}
.glyphbasic-leather:before {
    content: "\e370";
}
.glyphbasic-plus:before {
    content: "\e371";
}
.glyphbasic-minus:before {
    content: "\e372";
}
.glyphbasic-times:before {
    content: "\e373";
}
.glyphbasic-division:before {
    content: "\e374";
}
.glyphbasic-equals:before {
    content: "\e375";
}
.glyphbasic-hanger:before {
    content: "\e376";
}
.glyphbasic-flower:before {
    content: "\e377";
}
.glyphbasic-plant:before {
    content: "\e378";
}
.glyphbasic-tree-conifer:before {
    content: "\e379";
}
.glyphbasic-tree-deciduous:before {
    content: "\e380";
}
.glyphbasic-bowling:before {
    content: "\e381";
}
.glyphbasic-rugby:before {
    content: "\e382";
}
.glyphbasic-table-tennis:before {
    content: "\e383";
}
.glyphbasic-basketball:before {
    content: "\e384";
}
.glyphbasic-volleyball:before {
    content: "\e385";
}
.glyphbasic-football:before {
    content: "\e386";
}
.glyphbasic-baseball:before {
    content: "\e387";
}
.glyphbasic-hockey:before {
    content: "\e388";
}
.glyphbasic-golf:before {
    content: "\e389";
}
.glyphbasic-golf-green:before {
    content: "\e390";
}
.glyphbasic-winners:before {
    content: "\e391";
}
.glyphbasic-winners-stars:before {
    content: "\e392";
}
.glyphbasic-medal:before {
    content: "\e393";
}
.glyphbasic-dumbbell:before {
    content: "\e394";
}
.glyphbasic-filter:before {
    content: "\e395";
}
.glyphbasic-filter-plus:before {
    content: "\e396";
}
.glyphbasic-filter-minus:before {
    content: "\e397";
}
.glyphbasic-filter-cogwheel:before {
    content: "\e398";
}
.glyphbasic-import:before {
    content: "\e399";
}
.glyphbasic-export:before {
    content: "\e400";
}
.glyphbasic-hard-drive:before {
    content: "\e401";
}
.glyphbasic-hard-drive-cogwheel:before {
    content: "\e402";
}
.glyphbasic-hard-drive-lock:before {
    content: "\e403";
}
.glyphbasic-hard-drive-eject:before {
    content: "\e404";
}
.glyphbasic-turtle:before {
    content: "\e405";
}
.glyphbasic-rabbit:before {
    content: "\e406";
}
.glyphbasic-cat:before {
    content: "\e407";
}
.glyphbasic-sailboat:before {
    content: "\e408";
}
.glyphbasic-webcam:before {
    content: "\e409";
}
.glyphbasic-projector:before {
    content: "\e410";
}
.glyphbasic-shopping-bag:before {
    content: "\e411";
}
.glyphbasic-dice:before {
    content: "\e412";
}
.glyphbasic-game-controller:before {
    content: "\e413";
}
.glyphbasic-game-controller-wireless:before {
    content: "\e414";
}
.glyphbasic-push-pin:before {
    content: "\e415";
}
.glyphbasic-id-badge-lanyard:before {
    content: "\e416";
}
.glyphbasic-globe:before {
    content: "\e417";
}
.glyphbasic-world-west:before {
    content: "\e418";
}
.glyphbasic-world-east:before {
    content: "\e419";
}
.glyphbasic-vases:before {
    content: "\e420";
}
.glyphbasic-book-play:before {
    content: "\e421";
}
.glyphbasic-book-library:before {
    content: "\e422";
}
.glyphbasic-briefcase-alt:before {
    content: "\e423";
}
.glyphbasic-blackboard:before {
    content: "\e424";
}
.glyphbasic-crown:before {
    content: "\e425";
}
.glyphbasic-home-flag:before {
    content: "\e426";
}
.glyphbasic-square-triangle-down:before {
    content: "\e427";
}
.glyphbasic-square-triangle-up:before {
    content: "\e428";
}
.glyphbasic-square-triangle-left:before {
    content: "\e429";
}
.glyphbasic-square-triangle-right:before {
    content: "\e430";
}
.glyphbasic-log-in:before {
    content: "\e431";
}
.glyphbasic-log-out:before {
    content: "\e432";
}
.glyphbasic-reply:before {
    content: "\e433";
}
.glyphbasic-reply-all:before {
    content: "\e434";
}
.glyphbasic-forward-email:before {
    content: "\e435";
}
.glyphbasic-archive:before {
    content: "\e436";
}
.glyphbasic-playlist-music:before {
    content: "\e437";
}
.glyphbasic-playlist-video:before {
    content: "\e438";
}
.glyphbasic-video-play-empty:before {
    content: "\e439";
}
.glyphbasic-video-play:before {
    content: "\e440";
}
.glyphbasic-bell:before {
    content: "\e441";
}
.glyphbasic-bell-off:before {
    content: "\e442";
}
.glyphbasic-bell-ringing:before {
    content: "\e443";
}
.glyphbasic-sampler:before {
    content: "\e444";
}
.glyphbasic-wallet:before {
    content: "\e445";
}
.glyphbasic-wallet-plus:before {
    content: "\e446";
}
.glyphbasic-wallet-minus:before {
    content: "\e447";
}
.glyphbasic-wallet-lock:before {
    content: "\e448";
}
.glyphbasic-wallet-cogwheel:before {
    content: "\e449";
}
.glyphbasic-wallet-check:before {
    content: "\e450";
}
.glyphbasic-hand-like:before {
    content: "\e451";
}
.glyphbasic-hand-dislike:before {
    content: "\e452";
}
.glyphbasic-hand-pointing-right:before {
    content: "\e453";
}
.glyphbasic-hand-pointing-left:before {
    content: "\e454";
}
.glyphbasic-hand-pointing-up:before {
    content: "\e455";
}
.glyphbasic-hand-pointing-down:before {
    content: "\e456";
}
.glyphbasic-hand-open:before {
    content: "\e457";
}
.glyphbasic-hand-open-alt:before {
    content: "\e458";
}
.glyphbasic-hand-ok:before {
    content: "\e459";
}
.glyphbasic-briefcase:before {
    content: "\e460";
}
.glyphbasic-send:before {
    content: "\e461";
}
.glyphbasic-footprints:before {
    content: "\e462";
}
.glyphbasic-construction-cone:before {
    content: "\e463";
}
.glyphbasic-phone-old:before {
    content: "\e464";
}
.glyphbasic-call:before {
    content: "\e465";
}
.glyphbasic-fax:before {
    content: "\e466";
}
.glyphbasic-shredder:before {
    content: "\e467";
}
.glyphbasic-multifunction-printer:before {
    content: "\e468";
}
.glyphbasic-scanner:before {
    content: "\e469";
}
.glyphbasic-security-camera:before {
    content: "\e470";
}
.glyphbasic-sort:before {
    content: "\e471";
}
.glyphbasic-sort-alphabetically:before {
    content: "\e472";
}
.glyphbasic-sort-alphabetically-alt:before {
    content: "\e473";
}
.glyphbasic-sort-numerically:before {
    content: "\e474";
}
.glyphbasic-sort-numerically-alt:before {
    content: "\e475";
}
.glyphbasic-sort-attributes:before {
    content: "\e476";
}
.glyphbasic-sort-attributes-alt:before {
    content: "\e477";
}
.glyphbasic-switch:before {
    content: "\e478";
}
.glyphbasic-user-scam:before {
    content: "\e479";
}
.glyphbasic-user-scam-alt:before {
    content: "\e480";
}
.glyphbasic-shop-window:before {
    content: "\e481";
}
.glyphbasic-shop-door:before {
    content: "\e482";
}
.glyphbasic-kiosk:before {
    content: "\e483";
}
.glyphbasic-kiosk-wheels:before {
    content: "\e484";
}
.glyphbasic-kiosk-immobile:before {
    content: "\e485";
}
.glyphbasic-kiosk-food:before {
    content: "\e486";
}
.glyphbasic-exchange:before {
    content: "\e487";
}
.glyphbasic-bullets:before {
    content: "\e488";
}
.glyphbasic-gun:before {
    content: "\e489";
}
.glyphbasic-gun-off:before {
    content: "\e490";
}
.glyphbasic-charging-station:before {
    content: "\e491";
}
.glyphbasic-gas-station:before {
    content: "\e492";
}
.glyphbasic-rotate:before {
    content: "\e493";
}
.glyphbasic-rotate-horizontal:before {
    content: "\e494";
}
.glyphbasic-rotate-vertical:before {
    content: "\e495";
}
.glyphbasic-podcast:before {
    content: "\e496";
}
.glyphbasic-more:before {
    content: "\e497";
}
.glyphbasic-more-vertical:before {
    content: "\e498";
}
.glyphbasic-skull-crossbones:before {
    content: "\e499";
}
.glyphbasic-skull:before {
    content: "\e500";
}
.glyphbasic-server:before {
    content: "\e501";
}
.glyphbasic-server-plus:before {
    content: "\e502";
}
.glyphbasic-server-minus:before {
    content: "\e503";
}
.glyphbasic-server-no:before {
    content: "\e504";
}
.glyphbasic-server-check:before {
    content: "\e505";
}
.glyphbasic-server-lock:before {
    content: "\e506";
}
.glyphbasic-server-refresh:before {
    content: "\e507";
}
.glyphbasic-server-flag:before {
    content: "\e508";
}
.glyphbasic-server-cogwheel:before {
    content: "\e509";
}
.glyphbasic-light-beacon:before {
    content: "\e510";
}
.glyphbasic-bed:before {
    content: "\e511";
}
.glyphbasic-bed-single:before {
    content: "\e512";
}
.glyphbasic-cot:before {
    content: "\e513";
}
.glyphbasic-personal-hygiene:before {
    content: "\e514";
}
.glyphbasic-hairdresser:before {
    content: "\e515";
}
.glyphbasic-bed-sleeping:before {
    content: "\e516";
}
.glyphbasic-food-service:before {
    content: "\e517";
}
.glyphbasic-lamp-table:before {
    content: "\e518";
}
.glyphbasic-lamp:before {
    content: "\e519";
}
.glyphbasic-hourglass:before {
    content: "\e520";
}
.glyphbasic-monitor:before {
    content: "\e521";
}
.glyphbasic-monitors:before {
    content: "\e522";
}
.glyphbasic-monitor-rotate:before {
    content: "\e523";
}
.glyphbasic-monitor-vertical:before {
    content: "\e524";
}
.glyphbasic-phone-to-horizontal:before {
    content: "\e525";
}
.glyphbasic-phone-rotate:before {
    content: "\e526";
}
.glyphbasic-phone-horizontal:before {
    content: "\e527";
}
.glyphbasic-shower:before {
    content: "\e528";
}
.glyphbasic-shower-alt:before {
    content: "\e529";
}
.glyphbasic-bath:before {
    content: "\e530";
}
.glyphbasic-user-parents-alt:before {
    content: "\e531";
}
.glyphbasic-user-family:before {
    content: "\e532";
}
.glyphbasic-user-child:before {
    content: "\e533";
}
.glyphbasic-user-boy:before {
    content: "\e534";
}
.glyphbasic-user-girl:before {
    content: "\e535";
}
.glyphbasic-speakers:before {
    content: "\e536";
}
.glyphbasic-progress:before {
    content: "\e537";
}
.glyphbasic-tasks:before {
    content: "\e538";
}
.glyphbasic-barcode:before {
    content: "\e539";
}
.glyphbasic-qr-code:before {
    content: "\e540";
}
.glyphbasic-credit-empty:before {
    content: "\e541";
}
.glyphbasic-credit:before {
    content: "\e542";
}
.glyphbasic-star-half:before {
    content: "\e543";
}
.glyphbasic-cloud:before {
    content: "\e544";
}
.glyphbasic-cloud-upload:before {
    content: "\e545";
}
.glyphbasic-cloud-download:before {
    content: "\e546";
}
.glyphbasic-cloud-refresh:before {
    content: "\e547";
}
.glyphbasic-cloud-alert:before {
    content: "\e548";
}
.glyphbasic-cloud-pause:before {
    content: "\e549";
}
.glyphbasic-cloud-check:before {
    content: "\e550";
}
.glyphbasic-bag:before {
    content: "\e551";
}
.glyphbasic-hand-donate:before {
    content: "\e552";
}
.glyphbasic-hand-heart:before {
    content: "\e553";
}
.glyphbasic-handshake:before {
    content: "\e554";
}
.glyphbasic-hand-praying:before {
    content: "\e555";
}
.glyphbasic-flash:before {
    content: "\e556";
}
.glyphbasic-flash-automatic:before {
    content: "\e557";
}
.glyphbasic-flash-no:before {
    content: "\e558";
}
.glyphbasic-target:before {
    content: "\e559";
}
.glyphbasic-marriage:before {
    content: "\e560";
}
.glyphbasic-shoes:before {
    content: "\e561";
}
.glyphbasic-shoes-off:before {
    content: "\e562";
}
.glyphbasic-card-hearts:before {
    content: "\e563";
}
.glyphbasic-card-spades:before {
    content: "\e564";
}
.glyphbasic-card-diamonds:before {
    content: "\e565";
}
.glyphbasic-card-clubs:before {
    content: "\e566";
}
.glyphbasic-bring-forward:before {
    content: "\e567";
}
.glyphbasic-bring-to-front:before {
    content: "\e568";
}
.glyphbasic-send-backward:before {
    content: "\e569";
}
.glyphbasic-send-to-back:before {
    content: "\e570";
}
.glyphbasic-washing-machine:before {
    content: "\e571";
}
.glyphbasic-dryer:before {
    content: "\e572";
}
.glyphbasic-dishwasher:before {
    content: "\e573";
}
.glyphbasic-oven:before {
    content: "\e574";
}
.glyphbasic-hob:before {
    content: "\e575";
}
.glyphbasic-microwave:before {
    content: "\e576";
}
.glyphbasic-cluster:before {
    content: "\e577";
}
.glyphbasic-share:before {
    content: "\e578";
}
.glyphbasic-translate-alt:before {
    content: "\e579";
}
.glyphbasic-translate:before {
    content: "\e580";
}
.glyphbasic-directions:before {
    content: "\e581";
}
.glyphbasic-directions-arrow:before {
    content: "\e582";
}
.glyphbasic-finish-line:before {
    content: "\e583";
}
.glyphbasic-radio:before {
    content: "\e584";
}
.glyphbasic-start:before {
    content: "\e585";
}
.glyphbasic-bomb:before {
    content: "\e586";
}
.glyphbasic-bug:before {
    content: "\e587";
}
.glyphbasic-book-open-text:before {
    content: "\e588";
}
.glyphbasic-book-open:before {
    content: "\e589";
}
.glyphbasic-newspaper:before {
    content: "\e590";
}
.glyphbasic-map-marker:before {
    content: "\e591";
}
.glyphbasic-map:before {
    content: "\e592";
}
.glyphbasic-route:before {
    content: "\e593";
}
.glyphbasic-nearby:before {
    content: "\e594";
}
.glyphbasic-nearby-alt:before {
    content: "\e595";
}
.glyphbasic-piggy-bank:before {
    content: "\e596";
}
.glyphbasic-piggy-bank-coins:before {
    content: "\e597";
}
.glyphbasic-sound-surround:before {
    content: "\e598";
}
.glyphbasic-menu-close:before {
    content: "\e599";
}
.glyphbasic-menu:before {
    content: "\e600";
}
.glyphbasic-user-no:before {
    content: "\e601";
}
.glyphbasic-user-lock:before {
    content: "\e602";
}
.glyphbasic-user-flag:before {
    content: "\e603";
}
.glyphbasic-user-star:before {
    content: "\e604";
}
.glyphbasic-user-alert:before {
    content: "\e605";
}
.glyphbasic-user-chat:before {
    content: "\e606";
}
.glyphbasic-user-check:before {
    content: "\e607";
}
.glyphbasic-square-hospital:before {
    content: "\e608";
}
.glyphbasic-circle-red-cross:before {
    content: "\e609";
}
.glyphbasic-star-of-life:before {
    content: "\e610";
}
.glyphbasic-copy-duplicate:before {
    content: "\e611";
}
.glyphbasic-scissors:before {
    content: "\e612";
}
.glyphbasic-paste:before {
    content: "\e613";
}
.glyphbasic-copy:before {
    content: "\e614";
}
.glyphbasic-balance-scales:before {
    content: "\e615";
}
.glyphbasic-court-gavel:before {
    content: "\e616";
}
.glyphbasic-court-gavel-alt:before {
    content: "\e617";
}
.glyphbasic-circle-hospital:before {
    content: "\e618";
}
.glyphbasic-square-red-cross:before {
    content: "\e619";
}
.glyphbasic-star-of-life-empty:before {
    content: "\e620";
}
.glyphbasic-scale-personal:before {
    content: "\e621";
}
.glyphbasic-scale-kitchen:before {
    content: "\e622";
}
.glyphbasic-fireworks:before {
    content: "\e623";
}
.glyphbasic-fireworks-alt:before {
    content: "\e624";
}
.glyphbasic-chemistry:before {
    content: "\e625";
}
.glyphbasic-chemistry-alt:before {
    content: "\e626";
}
.glyphbasic-syringe-empty:before {
    content: "\e627";
}
.glyphbasic-syringe:before {
    content: "\e628";
}
.glyphbasic-heartbeat:before {
    content: "\e629";
}
.glyphbasic-heart-broken:before {
    content: "\e630";
}
.glyphbasic-circle-plus:before {
    content: "\e631";
}
.glyphbasic-circle-minus:before {
    content: "\e632";
}
.glyphbasic-circle-remove:before {
    content: "\e633";
}
.glyphbasic-circle-check:before {
    content: "\e634";
}
.glyphbasic-circle-question:before {
    content: "\e635";
}
.glyphbasic-circle-info:before {
    content: "\e636";
}
.glyphbasic-circle-alert:before {
    content: "\e637";
}
.glyphbasic-triangle-alert:before {
    content: "\e638";
}
.glyphbasic-octagon-remove-empty:before {
    content: "\e639";
}
.glyphbasic-octagon-remove:before {
    content: "\e640";
}
.glyphbasic-triangle-radioactive:before {
    content: "\e641";
}
.glyphbasic-radioactive:before {
    content: "\e642";
}
.glyphbasic-compound:before {
    content: "\e643";
}
.glyphbasic-dna:before {
    content: "\e644";
}
.glyphbasic-biohazard:before {
    content: "\e645";
}
.glyphbasic-circle-play:before {
    content: "\e646";
}
.glyphbasic-circle-down:before {
    content: "\e647";
}
.glyphbasic-circle-up:before {
    content: "\e648";
}
.glyphbasic-circle-left:before {
    content: "\e649";
}
.glyphbasic-circle-right:before {
    content: "\e650";
}
.glyphbasic-king:before {
    content: "\e651";
}
.glyphbasic-queen:before {
    content: "\e652";
}
.glyphbasic-rook:before {
    content: "\e653";
}
.glyphbasic-bishop:before {
    content: "\e654";
}
.glyphbasic-knight:before {
    content: "\e655";
}
.glyphbasic-pawn:before {
    content: "\e656";
}
.glyphbasic-door:before {
    content: "\e657";
}
.glyphbasic-bicycle:before {
    content: "\e658";
}
.glyphbasic-id:before {
    content: "\e659";
}
.glyphbasic-payment:before {
    content: "\e660";
}
.glyphbasic-legal-section-sign:before {
    content: "\e661";
}
.glyphbasic-voicemail:before {
    content: "\e662";
}
.glyphbasic-equalizer-dots:before {
    content: "\e663";
}
.glyphbasic-equalizer-bars:before {
    content: "\e664";
}
.glyphbasic-taxi:before {
    content: "\e665";
}
.glyphbasic-transport-mixed:before {
    content: "\e666";
}
.glyphbasic-metro:before {
    content: "\e667";
}
.glyphbasic-car-rental:before {
    content: "\e668";
}
.glyphbasic-tram:before {
    content: "\e669";
}
.glyphbasic-dashboard:before {
    content: "\e670";
}
.glyphbasic-mountains:before {
    content: "\e671";
}
.glyphbasic-forest:before {
    content: "\e672";
}
.glyphbasic-cableway:before {
    content: "\e673";
}
.glyphbasic-canister:before {
    content: "\e674";
}
.glyphbasic-motor-oil:before {
    content: "\e675";
}
.glyphbasic-car-battery:before {
    content: "\e676";
}
.glyphbasic-car-wheel:before {
    content: "\e677";
}
.glyphbasic-car-wheel-defect:before {
    content: "\e678";
}
.glyphbasic-car-wheel-wrench:before {
    content: "\e679";
}
.glyphbasic-car-wheel-wrench-alt:before {
    content: "\e680";
}
.glyphbasic-suitcase-doctor:before {
    content: "\e681";
}
.glyphbasic-tent:before {
    content: "\e682";
}
.glyphbasic-key-rounded:before {
    content: "\e683";
}
.glyphbasic-flashlight:before {
    content: "\e684";
}
.glyphbasic-backpack:before {
    content: "\e685";
}
.glyphbasic-watch:before {
    content: "\e686";
}
.glyphbasic-watch-squared:before {
    content: "\e687";
}
.glyphbasic-smart-bracelet:before {
    content: "\e688";
}
.glyphbasic-lighter:before {
    content: "\e689";
}
.glyphbasic-multifunction-knife:before {
    content: "\e690";
}
.glyphbasic-text-underline:before {
    content: "\e691";
}
.glyphbasic-font:before {
    content: "\e692";
}
.glyphbasic-superscript:before {
    content: "\e693";
}
.glyphbasic-subscript:before {
    content: "\e694";
}
.glyphbasic-text-background:before {
    content: "\e695";
}
.glyphbasic-header:before {
    content: "\e696";
}
.glyphbasic-directions-sign:before {
    content: "\e697";
}
.glyphbasic-barbed-wire:before {
    content: "\e698";
}
.glyphbasic-tractor:before {
    content: "\e699";
}
.glyphbasic-fence:before {
    content: "\e700";
}
.glyphbasic-ice-cream:before {
    content: "\e701";
}
.glyphbasic-ice-cream-off:before {
    content: "\e702";
}
.glyphbasic-remote-control:before {
    content: "\e703";
}
.glyphbasic-pills:before {
    content: "\e704";
}
.glyphbasic-medicine:before {
    content: "\e705";
}
.glyphbasic-park:before {
    content: "\e706";
}
.glyphbasic-dog-tags:before {
    content: "\e707";
}
.glyphbasic-luggage-alt:before {
    content: "\e708";
}
.glyphbasic-lawn-mower:before {
    content: "\e709";
}
.glyphbasic-brick-wall:before {
    content: "\e710";
}
.glyphbasic-voting-urn:before {
    content: "\e711";
}
.glyphbasic-government:before {
    content: "\e712";
}
.glyphbasic-announcement:before {
    content: "\e713";
}
.glyphbasic-dustbin:before {
    content: "\e714";
}
.glyphbasic-feather:before {
    content: "\e715";
}
.glyphbasic-recycling:before {
    content: "\e716";
}
.glyphbasic-home-fire:before {
    content: "\e717";
}
.glyphbasic-home-flood:before {
    content: "\e718";
}
.glyphbasic-water:before {
    content: "\e719";
}
.glyphbasic-home-for-sale:before {
    content: "\e720";
}
.glyphbasic-campfire:before {
    content: "\e721";
}
.glyphbasic-fireplace:before {
    content: "\e722";
}
.glyphbasic-basket:before {
    content: "\e723";
}
.glyphbasic-basket-in:before {
    content: "\e724";
}
.glyphbasic-basket-out:before {
    content: "\e725";
}
.glyphbasic-basket-checkout:before {
    content: "\e726";
}
.glyphbasic-basket-check:before {
    content: "\e727";
}
.glyphbasic-firefighters:before {
    content: "\e728";
}
.glyphbasic-police:before {
    content: "\e729";
}
.glyphbasic-ambulance:before {
    content: "\e730";
}
.glyphbasic-ear:before {
    content: "\e731";
}
.glyphbasic-ear-off:before {
    content: "\e732";
}
.glyphbasic-theater-masks:before {
    content: "\e733";
}
.glyphbasic-kettlebell:before {
    content: "\e734";
}
.glyphbasic-ticket:before {
    content: "\e735";
}
.glyphbasic-ticket-parking:before {
    content: "\e736";
}
.glyphbasic-parking-meter:before {
    content: "\e737";
}
.glyphbasic-parking:before {
    content: "\e738";
}
.glyphbasic-check:before {
    content: "\e739";
}
.glyphbasic-hash:before {
    content: "\e740";
}
.glyphbasic-align-top:before {
    content: "\e741";
}
.glyphbasic-align-bottom:before {
    content: "\e742";
}
.glyphbasic-align-horizontal:before {
    content: "\e743";
}
.glyphbasic-align-left:before {
    content: "\e744";
}
.glyphbasic-align-vertical:before {
    content: "\e745";
}
.glyphbasic-align-right:before {
    content: "\e746";
}
.glyphbasic-reflect-y:before {
    content: "\e747";
}
.glyphbasic-reflect-x:before {
    content: "\e748";
}
.glyphbasic-resize-horizontal:before {
    content: "\e749";
}
.glyphbasic-resize-vertical:before {
    content: "\e750";
}
.glyphbasic-call-redirect:before {
    content: "\e751";
}
.glyphbasic-call-ip:before {
    content: "\e752";
}
.glyphbasic-call-record:before {
    content: "\e753";
}
.glyphbasic-call-music:before {
    content: "\e754";
}
.glyphbasic-call-data:before {
    content: "\e755";
}
.glyphbasic-call-pause:before {
    content: "\e756";
}
.glyphbasic-call-incoming:before {
    content: "\e757";
}
.glyphbasic-call-outgoing:before {
    content: "\e758";
}
.glyphbasic-call-video:before {
    content: "\e759";
}
.glyphbasic-call-lock:before {
    content: "\e760";
}
.glyphbasic-sync:before {
    content: "\e761";
}
.glyphbasic-sync-alert:before {
    content: "\e762";
}
.glyphbasic-sync-check:before {
    content: "\e763";
}
.glyphbasic-modal-window:before {
    content: "\e764";
}
.glyphbasic-gas:before {
    content: "\e765";
}
.glyphbasic-waste-pipe:before {
    content: "\e766";
}
.glyphbasic-waste-pipe-end:before {
    content: "\e767";
}
.glyphbasic-toilet:before {
    content: "\e768";
}
.glyphbasic-drinking-water:before {
    content: "\e769";
}
.glyphbasic-drinking-water-off:before {
    content: "\e770";
}
.glyphbasic-apple:before {
    content: "\e771";
}
.glyphbasic-neighborhood:before {
    content: "\e772";
}
.glyphbasic-temperature:before {
    content: "\e773";
}
.glyphbasic-temperature-alert:before {
    content: "\e774";
}
.glyphbasic-temperature-set:before {
    content: "\e775";
}
.glyphbasic-temperature-low:before {
    content: "\e776";
}
.glyphbasic-temperature-high:before {
    content: "\e777";
}
.glyphbasic-tornado:before {
    content: "\e778";
}
.glyphbasic-ice-lolly:before {
    content: "\e779";
}
.glyphbasic-ice-lolly-eaten:before {
    content: "\e780";
}
.glyphbasic-milk:before {
    content: "\e781";
}
.glyphbasic-egg:before {
    content: "\e782";
}
.glyphbasic-wheat:before {
    content: "\e783";
}
.glyphbasic-corn:before {
    content: "\e784";
}
.glyphbasic-soya:before {
    content: "\e785";
}
.glyphbasic-nuts:before {
    content: "\e786";
}
.glyphbasic-carrot:before {
    content: "\e787";
}
.glyphbasic-meat:before {
    content: "\e788";
}
.glyphbasic-seafood:before {
    content: "\e789";
}
.glyphbasic-fish:before {
    content: "\e790";
}
.glyphbasic-square-email:before {
    content: "\e791";
}
.glyphbasic-email:before {
    content: "\e792";
}
.glyphbasic-paired:before {
    content: "\e793";
}
.glyphbasic-paired-off:before {
    content: "\e794";
}
.glyphbasic-set:before {
    content: "\e795";
}
.glyphbasic-set-down:before {
    content: "\e796";
}
.glyphbasic-chevron-last-down:before {
    content: "\e797";
}
.glyphbasic-chevron-last-up:before {
    content: "\e798";
}
.glyphbasic-chevron-last-left:before {
    content: "\e799";
}
.glyphbasic-chevron-last-right:before {
    content: "\e800";
}
.glyphbasic-file-plus:before {
    content: "\e801";
}
.glyphbasic-file-minus:before {
    content: "\e802";
}
.glyphbasic-file-refresh:before {
    content: "\e803";
}
.glyphbasic-file-lock:before {
    content: "\e804";
}
.glyphbasic-file-cloud:before {
    content: "\e805";
}
.glyphbasic-user-rounded:before {
    content: "\e806";
}
.glyphbasic-user-squared:before {
    content: "\e807";
}
.glyphbasic-drop-down:before {
    content: "\e808";
}
.glyphbasic-drop-plus:before {
    content: "\e809";
}
.glyphbasic-block-move:before {
    content: "\e810";
}
.glyphbasic-fingerprint-scan:before {
    content: "\e811";
}
.glyphbasic-fingerprint:before {
    content: "\e812";
}
.glyphbasic-fingerprint-lock:before {
    content: "\e813";
}
.glyphbasic-fingerprint-check:before {
    content: "\e814";
}
.glyphbasic-fingerprint-remove:before {
    content: "\e815";
}
.glyphbasic-satellite:before {
    content: "\e816";
}
.glyphbasic-satellite-dish:before {
    content: "\e817";
}
.glyphbasic-satellite-dish-alt:before {
    content: "\e818";
}
.glyphbasic-robot:before {
    content: "\e819";
}
.glyphbasic-radar:before {
    content: "\e820";
}
.glyphbasic-battery-charging:before {
    content: "\e821";
}
.glyphbasic-battery-charged:before {
    content: "\e822";
}
.glyphbasic-battery-three-quarters:before {
    content: "\e823";
}
.glyphbasic-battery-half:before {
    content: "\e824";
}
.glyphbasic-battery-quarter:before {
    content: "\e825";
}
.glyphbasic-battery-low:before {
    content: "\e826";
}
.glyphbasic-arrow-thin-down:before {
    content: "\e827";
}
.glyphbasic-arrow-thin-up:before {
    content: "\e828";
}
.glyphbasic-arrow-thin-left:before {
    content: "\e829";
}
.glyphbasic-arrow-thin-right:before {
    content: "\e830";
}
.glyphbasic-male:before {
    content: "\e831";
}
.glyphbasic-female:before {
    content: "\e832";
}
.glyphbasic-virgin-female:before {
    content: "\e833";
}
.glyphbasic-intersex:before {
    content: "\e834";
}
.glyphbasic-transgender:before {
    content: "\e835";
}
.glyphbasic-lesbian:before {
    content: "\e836";
}
.glyphbasic-gay:before {
    content: "\e837";
}
.glyphbasic-hetero:before {
    content: "\e838";
}
.glyphbasic-other:before {
    content: "\e839";
}
.glyphbasic-unknown:before {
    content: "\e840";
}
.glyphbasic-square-plus:before {
    content: "\e841";
}
.glyphbasic-square-minus:before {
    content: "\e842";
}
.glyphbasic-square-remove:before {
    content: "\e843";
}
.glyphbasic-square-check:before {
    content: "\e844";
}
.glyphbasic-square-question:before {
    content: "\e845";
}
.glyphbasic-square-info:before {
    content: "\e846";
}
.glyphbasic-square-alert:before {
    content: "\e847";
}
.glyphbasic-subtitles:before {
    content: "\e848";
}
.glyphbasic-computer-network:before {
    content: "\e849";
}
.glyphbasic-computer-network-alt:before {
    content: "\e850";
}
.glyphbasic-subtitles-off:before {
    content: "\e851";
}
.glyphbasic-subtitles-plus:before {
    content: "\e852";
}
.glyphbasic-subtitles-minus:before {
    content: "\e853";
}
.glyphbasic-audio-description-d:before {
    content: "\e854";
}
.glyphbasic-audio-description:before {
    content: "\e855";
}
.glyphbasic-square-play:before {
    content: "\e856";
}
.glyphbasic-square-down:before {
    content: "\e857";
}
.glyphbasic-square-up:before {
    content: "\e858";
}
.glyphbasic-square-left:before {
    content: "\e859";
}
.glyphbasic-square-right:before {
    content: "\e860";
}
.glyphbasic-vr-inside:before {
    content: "\e861";
}
.glyphbasic-vr:before {
    content: "\e862";
}
.glyphbasic-user-vr:before {
    content: "\e863";
}
.glyphbasic-user-vr-plus:before {
    content: "\e864";
}
.glyphbasic-user-vr-minus:before {
    content: "\e865";
}
.glyphbasic-view-full:before {
    content: "\e866";
}
.glyphbasic-view-half:before {
    content: "\e867";
}
.glyphbasic-puzzle:before {
    content: "\e868";
}
.glyphbasic-door-open:before {
    content: "\e869";
}
.glyphbasic-door-close:before {
    content: "\e870";
}
.glyphbasic-package:before {
    content: "\e871";
}
.glyphbasic-one-day-delivery:before {
    content: "\e872";
}
.glyphbasic-forklift:before {
    content: "\e873";
}
.glyphbasic-transport-trolley:before {
    content: "\e874";
}
.glyphbasic-simple-trolley:before {
    content: "\e875";
}
.glyphbasic-palette-package:before {
    content: "\e876";
}
.glyphbasic-warehouse:before {
    content: "\e877";
}
.glyphbasic-this-side-up:before {
    content: "\e878";
}
.glyphbasic-terminal-empty:before {
    content: "\e879";
}
.glyphbasic-terminal:before {
    content: "\e880";
}
.glyphbasic-candle:before {
    content: "\e881";
}
.glyphbasic-balloon:before {
    content: "\e882";
}
.glyphbasic-balloons:before {
    content: "\e883";
}
.glyphbasic-missile:before {
    content: "\e884";
}
.glyphbasic-step-back:before {
    content: "\e885";
}
.glyphbasic-step-forward:before {
    content: "\e886";
}
.glyphbasic-undo:before {
    content: "\e887";
}
.glyphbasic-redo:before {
    content: "\e888";
}
.glyphbasic-three-dimensional:before {
    content: "\e889";
}
.glyphbasic-three-dimensional-full:before {
    content: "\e890";
}
.glyphbasic-factory:before {
    content: "\e891";
}
.glyphbasic-factory-alt:before {
    content: "\e892";
}
.glyphbasic-user-worker:before {
    content: "\e893";
}
.glyphbasic-barrel:before {
    content: "\e894";
}
.glyphbasic-dice-one:before {
    content: "\e895";
}
.glyphbasic-dice-two:before {
    content: "\e896";
}
.glyphbasic-dice-three:before {
    content: "\e897";
}
.glyphbasic-dice-four:before {
    content: "\e898";
}
.glyphbasic-dice-five:before {
    content: "\e899";
}
.glyphbasic-dice-six:before {
    content: "\e900";
}
.glyphbasic-slightly-smiling:before {
    content: "\e901";
}
.glyphbasic-slightly-frowning:before {
    content: "\e902";
}
.glyphbasic-pool:before {
    content: "\e903";
}
.glyphbasic-tennis:before {
    content: "\e904";
}
.glyphbasic-badminton:before {
    content: "\e905";
}
.glyphbasic-restart:before {
    content: "\e906";
}
.glyphbasic-replay:before {
    content: "\e907";
}
.glyphbasic-honeycombs:before {
    content: "\e908";
}
.glyphbasic-honeybee:before {
    content: "\e909";
}
.glyphbasic-honey:before {
    content: "\e910";
}
.glyphbasic-fan:before {
    content: "\e911";
}
.glyphbasic-wind:before {
    content: "\e912";
}
.glyphbasic-rechargeable:before {
    content: "\e913";
}
.glyphbasic-mobile-phone-lock:before {
    content: "\e914";
}
.glyphbasic-mobile-phone-check:before {
    content: "\e915";
}
.glyphbasic-mobile-phone-cogwheel:before {
    content: "\e916";
}
.glyphbasic-mobile-phone-alert:before {
    content: "\e917";
}
.glyphbasic-power-plant-wind:before {
    content: "\e918";
}
.glyphbasic-power-plant-solar:before {
    content: "\e919";
}
.glyphbasic-power-plant-water:before {
    content: "\e920";
}
.glyphbasic-rewind-five:before {
    content: "\e921";
}
.glyphbasic-rewind-ten:before {
    content: "\e922";
}
.glyphbasic-rewind-fifteen:before {
    content: "\e923";
}
.glyphbasic-rewind-thirty:before {
    content: "\e924";
}
.glyphbasic-forward-five:before {
    content: "\e925";
}
.glyphbasic-forward-ten:before {
    content: "\e926";
}
.glyphbasic-forward-fifteen:before {
    content: "\e927";
}
.glyphbasic-forward-thirty:before {
    content: "\e928";
}
.glyphbasic-passport:before {
    content: "\e929";
}
.glyphbasic-passport-alt:before {
    content: "\e930";
}
.glyphbasic-speech-bubble-question:before {
    content: "\e931";
}
.glyphbasic-speech-bubble-info:before {
    content: "\e932";
}
.glyphbasic-speech-bubble-alert:before {
    content: "\e933";
}
.glyphbasic-reload-alt:before {
    content: "\e934";
}
.glyphbasic-power-cord-plug:before {
    content: "\e935";
}
.glyphbasic-power-cord-plug-off:before {
    content: "\e936";
}
.glyphbasic-wireless-charging:before {
    content: "\e937";
}
.glyphbasic-tv-streaming:before {
    content: "\e938";
}
.glyphbasic-cheque:before {
    content: "\e939";
}
.glyphbasic-cheque-off:before {
    content: "\e940";
}
.glyphbasic-buildings-mixed:before {
    content: "\e941";
}
.glyphbasic-buildings-city:before {
    content: "\e942";
}
.glyphbasic-buildings-park:before {
    content: "\e943";
}
.glyphbasic-highway:before {
    content: "\e944";
}
.glyphbasic-traffic-lights:before {
    content: "\e945";
}
.glyphbasic-traffic-lights-off:before {
    content: "\e946";
}
.glyphbasic-circle-more:before {
    content: "\e947";
}
.glyphbasic-square-more:before {
    content: "\e948";
}
.glyphbasic-circle-menu:before {
    content: "\e949";
}
.glyphbasic-square-menu:before {
    content: "\e950";
}
.glyphbasic-list-letters:before {
    content: "\e951";
}
.glyphbasic-list-numbers:before {
    content: "\e952";
}
.glyphbasic-initial-letter:before {
    content: "\e953";
}
.glyphbasic-brain:before {
    content: "\e954";
}
.glyphbasic-brain-ai:before {
    content: "\e955";
}
.glyphbasic-artificial-intelligence:before {
    content: "\e956";
}
.glyphbasic-microchip:before {
    content: "\e957";
}
.glyphbasic-filter-off:before {
    content: "\e958";
}
.glyphbasic-book-library-search:before {
    content: "\e959";
}
.glyphbasic-files-queue:before {
    content: "\e960";
}
.glyphbasic-cloud-off:before {
    content: "\e961";
}
.glyphbasic-trending:before {
    content: "\e962";
}
.glyphbasic-disappearing:before {
    content: "\e963";
}
.glyphbasic-layers:before {
    content: "\e964";
}
.glyphbasic-layers-plus:before {
    content: "\e965";
}
.glyphbasic-layers-minus:before {
    content: "\e966";
}
.glyphbasic-layers-lock:before {
    content: "\e967";
}
.glyphbasic-layers-down:before {
    content: "\e968";
}
.glyphbasic-layers-up:before {
    content: "\e969";
}
.glyphbasic-layers-cogwheel:before {
    content: "\e970";
}
.glyphbasic-axes-three-dimensional:before {
    content: "\e971";
}
.glyphbasic-axes-two-dimensional:before {
    content: "\e972";
}
.glyphbasic-rulers:before {
    content: "\e973";
}
.glyphbasic-spell-check:before {
    content: "\e974";
}
.glyphbasic-spell-check-check:before {
    content: "\e975";
}
.glyphbasic-globe-data:before {
    content: "\e976";
}
.glyphbasic-map-satellite:before {
    content: "\e977";
}
.glyphbasic-map-cadastral:before {
    content: "\e978";
}
.glyphbasic-map-aerial:before {
    content: "\e979";
}
.glyphbasic-map-tourist:before {
    content: "\e980";
}
.glyphbasic-cookie:before {
    content: "\e981";
}
.glyphbasic-cookie-alt:before {
    content: "\e982";
}
.glyphbasic-cookies:before {
    content: "\e983";
}
.glyphbasic-cash-register:before {
    content: "\e984";
}
.glyphbasic-cash-register-alt:before {
    content: "\e985";
}
.glyphbasic-hard-drive-no:before {
    content: "\e986";
}
.glyphbasic-switch-off:before {
    content: "\e987";
}
.glyphbasic-switch-on:before {
    content: "\e988";
}
.glyphbasic-receipt:before {
    content: "\e989";
}
.glyphbasic-invoice:before {
    content: "\e990";
}
.glyphbasic-usb-device:before {
    content: "\e991";
}
.glyphbasic-usb-device-lock:before {
    content: "\e992";
}
.glyphbasic-usb-device-no:before {
    content: "\e993";
}
.glyphbasic-usb-device-cogwheel:before {
    content: "\e994";
}
.glyphbasic-usb-device-eject:before {
    content: "\e995";
}
.glyphbasic-memory-card:before {
    content: "\e996";
}
.glyphbasic-memory-card-lock:before {
    content: "\e997";
}
.glyphbasic-memory-card-no:before {
    content: "\e998";
}
.glyphbasic-memory-card-cogwheel:before {
    content: "\e999";
}
.glyphbasic-memory-card-eject:before {
    content: "\e1000";
}
.glyphbasic-celeriac:before {
    content: "\e1001";
}
.glyphbasic-celery:before {
    content: "\e1002";
}
.glyphbasic-lupin:before {
    content: "\e1003";
}
.glyphbasic-mustard:before {
    content: "\e1004";
}
.glyphbasic-sesame:before {
    content: "\e1005";
}
.glyphbasic-peanuts:before {
    content: "\e1006";
}
.glyphbasic-invoice-plus:before {
    content: "\e1007";
}
.glyphbasic-invoice-minus:before {
    content: "\e1008";
}
.glyphbasic-invoice-alert:before {
    content: "\e1009";
}
.glyphbasic-invoice-check:before {
    content: "\e1010";
}
.glyphbasic-molluscs:before {
    content: "\e1011";
}
.glyphbasic-percent-sign:before {
    content: "\e1012";
}
.glyphbasic-mobile-phone-scan:before {
    content: "\e1013";
}
.glyphbasic-mobile-phone-nfc:before {
    content: "\e1014";
}
.glyphbasic-mobile-phone-charger:before {
    content: "\e1015";
}
.glyphbasic-iris-scan:before {
    content: "\e1016";
}
.glyphbasic-face-scan:before {
    content: "\e1017";
}
.glyphbasic-voice-scan:before {
    content: "\e1018";
}
.glyphbasic-user-voice:before {
    content: "\e1019";
}
.glyphbasic-head-voice:before {
    content: "\e1020";
}
.glyphbasic-shadows:before {
    content: "\e1021";
}
.glyphbasic-highlights:before {
    content: "\e1022";
}
.glyphbasic-vignetting:before {
    content: "\e1023";
}
.glyphbasic-correction-skewed:before {
    content: "\e1024";
}
.glyphbasic-correction-skewed-alt:before {
    content: "\e1025";
}
.glyphbasic-correction-tilted:before {
    content: "\e1026";
}
.glyphbasic-correction-auto:before {
    content: "\e1027";
}
.glyphbasic-safe-open:before {
    content: "\e1028";
}
.glyphbasic-safe:before {
    content: "\e1029";
}
.glyphbasic-safe-digital:before {
    content: "\e1030";
}

@font-face {
    font-family: 'Glyphicons Regular';
    src: url('glyphicons-1.9.2/glyphicons-regular-150ce4af73fbc68927f11faa214712d6.eot');
    src: url('glyphicons-1.9.2/glyphicons-regular-150ce4af73fbc68927f11faa214712d6.eot?#iefix') format('embedded-opentype'), url('glyphicons-1.9.2/glyphicons-regular-aca35251952e72d9e32d41217f0f97ab.woff2') format('woff2'), url('glyphicons-1.9.2/glyphicons-regular-5db52c10f4dda7110727a22d4f2be780.woff') format('woff'), url('glyphicons-1.9.2/glyphicons-regular-deb71ba6d33c2652252f624a98cc1d5b.ttf') format('truetype'), url('glyphicons-1.9.2/glyphicons-regular-e9a2d4063831489576860e11a091dc5d.svg#glyphiconsregular') format('svg')
}

.glyphicon {
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon:before {
    display: inline-block;
    padding: 6px 8px
}

.glyphicon.x05 {
    font-size: 12px
}

.glyphicon.x2 {
    font-size: 48px
}

.glyphicon.x2:before {
    padding: 8px 12px
}

.glyphicon.x3 {
    font-size: 72px
}

.glyphicon.x3:before {
    padding: 16px 20px
}

.glyphicon.x4 {
    font-size: 96px
}

.glyphicon.x4:before {
    padding: 20px 28px
}

.glyphicon.x5 {
    font-size: 120px
}

.glyphicon.x5:before {
    padding: 28px 36px
}

.glyphicon.light:before {
    color: #f2f2f2
}

.glyphicon.drop:before {
    text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3)
}

.glyphicon.flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.glyphicon.flipv {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV"
}

.glyphicon.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.glyphicon.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.glyphicon.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.glyphicon-glass:before {
    content: "\E001"
}

.glyphicon-leaf:before {
    content: "\E002"
}

.glyphicon-dog:before {
    content: "\E003"
}

.glyphicon-user:before {
    content: "\E004"
}

.glyphicon-girl:before {
    content: "\E005"
}

.glyphicon-car:before {
    content: "\E006"
}

.glyphicon-user-add:before {
    content: "\E007"
}

.glyphicon-user-remove:before {
    content: "\E008"
}

.glyphicon-film:before {
    content: "\E009"
}

.glyphicon-magic:before {
    content: "\E010"
}

.glyphicon-envelope:before {
    content: "\E011"
}

.glyphicon-camera:before {
    content: "\E012"
}

.glyphicon-heart:before {
    content: "\E013"
}

.glyphicon-beach-umbrella:before {
    content: "\E014"
}

.glyphicon-train:before {
    content: "\E015"
}

.glyphicon-print:before {
    content: "\E016"
}

.glyphicon-bin:before {
    content: "\E017"
}

.glyphicon-music:before {
    content: "\E018"
}

.glyphicon-music-alt:before {
    content: "\E019"
}

.glyphicon-heart-empty:before {
    content: "\E020"
}

.glyphicon-home:before {
    content: "\E021"
}

.glyphicon-snowflake:before {
    content: "\E022"
}

.glyphicon-fire:before {
    content: "\E023"
}

.glyphicon-magnet:before {
    content: "\E024"
}

.glyphicon-parents:before {
    content: "\E025"
}

.glyphicon-binoculars:before {
    content: "\E026"
}

.glyphicon-road:before {
    content: "\E027"
}

.glyphicon-search:before {
    content: "\E028"
}

.glyphicon-cars:before {
    content: "\E029"
}

.glyphicon-notes-2:before {
    content: "\E030"
}

.glyphicon-pencil:before {
    content: "\E031"
}

.glyphicon-bus:before {
    content: "\E032"
}

.glyphicon-wifi-alt:before {
    content: "\E033"
}

.glyphicon-luggage:before {
    content: "\E034"
}

.glyphicon-old-man:before {
    content: "\E035"
}

.glyphicon-woman:before {
    content: "\E036"
}

.glyphicon-file:before {
    content: "\E037"
}

.glyphicon-coins:before {
    content: "\E038"
}

.glyphicon-plane:before {
    content: "\E039"
}

.glyphicon-notes:before {
    content: "\E040"
}

.glyphicon-stats:before {
    content: "\E041"
}

.glyphicon-charts:before {
    content: "\E042"
}

.glyphicon-pie-chart:before {
    content: "\E043"
}

.glyphicon-group:before {
    content: "\E044"
}

.glyphicon-keys:before {
    content: "\E045"
}

.glyphicon-calendar:before {
    content: "\E046"
}

.glyphicon-router:before {
    content: "\E047"
}

.glyphicon-camera-small:before {
    content: "\E048"
}

.glyphicon-star-empty:before {
    content: "\E049"
}

.glyphicon-star:before {
    content: "\E050"
}

.glyphicon-link:before {
    content: "\E051"
}

.glyphicon-eye-open:before {
    content: "\E052"
}

.glyphicon-eye-close:before {
    content: "\E053"
}

.glyphicon-alarm:before {
    content: "\E054"
}

.glyphicon-clock:before {
    content: "\E055"
}

.glyphicon-stopwatch:before {
    content: "\E056"
}

.glyphicon-projector:before {
    content: "\E057"
}

.glyphicon-history:before {
    content: "\E058"
}

.glyphicon-truck:before {
    content: "\E059"
}

.glyphicon-cargo:before {
    content: "\E060"
}

.glyphicon-compass:before {
    content: "\E061"
}

.glyphicon-keynote:before {
    content: "\E062"
}

.glyphicon-paperclip:before {
    content: "\E063"
}

.glyphicon-power:before {
    content: "\E064"
}

.glyphicon-lightbulb:before {
    content: "\E065"
}

.glyphicon-tag:before {
    content: "\E066"
}

.glyphicon-tags:before {
    content: "\E067"
}

.glyphicon-cleaning:before {
    content: "\E068"
}

.glyphicon-ruler:before {
    content: "\E069"
}

.glyphicon-gift:before {
    content: "\E070"
}

.glyphicon-umbrella:before {
    content: "\E071"
}

.glyphicon-book:before {
    content: "\E072"
}

.glyphicon-bookmark:before {
    content: "\E073"
}

.glyphicon-wifi:before {
    content: "\E074"
}

.glyphicon-cup:before {
    content: "\E075"
}

.glyphicon-stroller:before {
    content: "\E076"
}

.glyphicon-headphones:before {
    content: "\E077"
}

.glyphicon-headset:before {
    content: "\E078"
}

.glyphicon-warning-sign:before {
    content: "\E079"
}

.glyphicon-signal:before {
    content: "\E080"
}

.glyphicon-retweet:before {
    content: "\E081"
}

.glyphicon-refresh:before {
    content: "\E082"
}

.glyphicon-roundabout:before {
    content: "\E083"
}

.glyphicon-random:before {
    content: "\E084"
}

.glyphicon-heat:before {
    content: "\E085"
}

.glyphicon-repeat:before {
    content: "\E086"
}

.glyphicon-display:before {
    content: "\E087"
}

.glyphicon-log-book:before {
    content: "\E088"
}

.glyphicon-address-book:before {
    content: "\E089"
}

.glyphicon-building:before {
    content: "\E090"
}

.glyphicon-eyedropper:before {
    content: "\E091"
}

.glyphicon-adjust:before {
    content: "\E092"
}

.glyphicon-tint:before {
    content: "\E093"
}

.glyphicon-crop:before {
    content: "\E094"
}

.glyphicon-vector-path-square:before {
    content: "\E095"
}

.glyphicon-vector-path-circle:before {
    content: "\E096"
}

.glyphicon-vector-path-polygon:before {
    content: "\E097"
}

.glyphicon-vector-path-line:before {
    content: "\E098"
}

.glyphicon-vector-path-curve:before {
    content: "\E099"
}

.glyphicon-vector-path-all:before {
    content: "\E100"
}

.glyphicon-font:before {
    content: "\E101"
}

.glyphicon-italic:before {
    content: "\E102"
}

.glyphicon-bold:before {
    content: "\E103"
}

.glyphicon-text-underline:before {
    content: "\E104"
}

.glyphicon-text-strike:before {
    content: "\E105"
}

.glyphicon-text-height:before {
    content: "\E106"
}

.glyphicon-text-width:before {
    content: "\E107"
}

.glyphicon-text-resize:before {
    content: "\E108"
}

.glyphicon-left-indent:before {
    content: "\E109"
}

.glyphicon-right-indent:before {
    content: "\E110"
}

.glyphicon-align-left:before {
    content: "\E111"
}

.glyphicon-align-center:before {
    content: "\E112"
}

.glyphicon-align-right:before {
    content: "\E113"
}

.glyphicon-justify:before {
    content: "\E114"
}

.glyphicon-list:before {
    content: "\E115"
}

.glyphicon-text-smaller:before {
    content: "\E116"
}

.glyphicon-text-bigger:before {
    content: "\E117"
}

.glyphicon-embed:before {
    content: "\E118"
}

.glyphicon-embed-close:before {
    content: "\E119"
}

.glyphicon-table:before {
    content: "\E120"
}

.glyphicon-message-full:before {
    content: "\E121"
}

.glyphicon-message-empty:before {
    content: "\E122"
}

.glyphicon-message-in:before {
    content: "\E123"
}

.glyphicon-message-out:before {
    content: "\E124"
}

.glyphicon-message-plus:before {
    content: "\E125"
}

.glyphicon-message-minus:before {
    content: "\E126"
}

.glyphicon-message-ban:before {
    content: "\E127"
}

.glyphicon-message-flag:before {
    content: "\E128"
}

.glyphicon-message-lock:before {
    content: "\E129"
}

.glyphicon-message-new:before {
    content: "\E130"
}

.glyphicon-inbox:before {
    content: "\E131"
}

.glyphicon-inbox-plus:before {
    content: "\E132"
}

.glyphicon-inbox-minus:before {
    content: "\E133"
}

.glyphicon-inbox-lock:before {
    content: "\E134"
}

.glyphicon-inbox-in:before {
    content: "\E135"
}

.glyphicon-inbox-out:before {
    content: "\E136"
}

.glyphicon-cogwheel:before {
    content: "\E137"
}

.glyphicon-cogwheels:before {
    content: "\E138"
}

.glyphicon-picture:before {
    content: "\E139"
}

.glyphicon-adjust-alt:before {
    content: "\E140"
}

.glyphicon-database-lock:before {
    content: "\E141"
}

.glyphicon-database-plus:before {
    content: "\E142"
}

.glyphicon-database-minus:before {
    content: "\E143"
}

.glyphicon-database-ban:before {
    content: "\E144"
}

.glyphicon-folder-open:before {
    content: "\E145"
}

.glyphicon-folder-plus:before {
    content: "\E146"
}

.glyphicon-folder-minus:before {
    content: "\E147"
}

.glyphicon-folder-lock:before {
    content: "\E148"
}

.glyphicon-folder-flag:before {
    content: "\E149"
}

.glyphicon-folder-new:before {
    content: "\E150"
}

.glyphicon-edit:before {
    content: "\E151"
}

.glyphicon-new-window:before {
    content: "\E152"
}

.glyphicon-check:before {
    content: "\E153"
}

.glyphicon-unchecked:before {
    content: "\E154"
}

.glyphicon-more-windows:before {
    content: "\E155"
}

.glyphicon-show-big-thumbnails:before {
    content: "\E156"
}

.glyphicon-show-thumbnails:before {
    content: "\E157"
}

.glyphicon-show-thumbnails-with-lines:before {
    content: "\E158"
}

.glyphicon-show-lines:before {
    content: "\E159"
}

.glyphicon-playlist:before {
    content: "\E160"
}

.glyphicon-imac:before {
    content: "\E161"
}

.glyphicon-macbook:before {
    content: "\E162"
}

.glyphicon-ipad:before {
    content: "\E163"
}

.glyphicon-iphone:before {
    content: "\E164"
}

.glyphicon-iphone-transfer:before {
    content: "\E165"
}

.glyphicon-iphone-exchange:before {
    content: "\E166"
}

.glyphicon-ipod:before {
    content: "\E167"
}

.glyphicon-ipod-shuffle:before {
    content: "\E168"
}

.glyphicon-ear-plugs:before {
    content: "\E169"
}

.glyphicon-record:before {
    content: "\E170"
}

.glyphicon-step-backward:before {
    content: "\E171"
}

.glyphicon-fast-backward:before {
    content: "\E172"
}

.glyphicon-rewind:before {
    content: "\E173"
}

.glyphicon-play:before {
    content: "\E174"
}

.glyphicon-pause:before {
    content: "\E175"
}

.glyphicon-stop:before {
    content: "\E176"
}

.glyphicon-forward:before {
    content: "\E177"
}

.glyphicon-fast-forward:before {
    content: "\E178"
}

.glyphicon-step-forward:before {
    content: "\E179"
}

.glyphicon-eject:before {
    content: "\E180"
}

.glyphicon-facetime-video:before {
    content: "\E181"
}

.glyphicon-download-alt:before {
    content: "\E182"
}

.glyphicon-mute:before {
    content: "\E183"
}

.glyphicon-volume-down:before {
    content: "\E184"
}

.glyphicon-volume-up:before {
    content: "\E185"
}

.glyphicon-screenshot:before {
    content: "\E186"
}

.glyphicon-move:before {
    content: "\E187"
}

.glyphicon-more:before {
    content: "\E188"
}

.glyphicon-brightness-reduce:before {
    content: "\E189"
}

.glyphicon-brightness-increase:before {
    content: "\E190"
}

.glyphicon-plus-sign:before {
    content: "\E191"
}

.glyphicon-minus-sign:before {
    content: "\E192"
}

.glyphicon-remove-sign:before {
    content: "\E193"
}

.glyphicon-ok-sign:before {
    content: "\E194"
}

.glyphicon-question-sign:before {
    content: "\E195"
}

.glyphicon-info-sign:before {
    content: "\E196"
}

.glyphicon-exclamation-sign:before {
    content: "\E197"
}

.glyphicon-remove-circle:before {
    content: "\E198"
}

.glyphicon-ok-circle:before {
    content: "\E199"
}

.glyphicon-ban-circle:before {
    content: "\E200"
}

.glyphicon-download:before {
    content: "\E201"
}

.glyphicon-upload:before {
    content: "\E202"
}

.glyphicon-shopping-cart:before {
    content: "\E203"
}

.glyphicon-lock:before {
    content: "\E204"
}

.glyphicon-unlock:before {
    content: "\E205"
}

.glyphicon-electricity:before {
    content: "\E206"
}

.glyphicon-ok:before {
    content: "\E207"
}

.glyphicon-remove:before {
    content: "\E208"
}

.glyphicon-cart-in:before {
    content: "\E209"
}

.glyphicon-cart-out:before {
    content: "\E210"
}

.glyphicon-arrow-left:before {
    content: "\E211"
}

.glyphicon-arrow-right:before {
    content: "\E212"
}

.glyphicon-arrow-down:before {
    content: "\E213"
}

.glyphicon-arrow-up:before {
    content: "\E214"
}

.glyphicon-resize-small:before {
    content: "\E215"
}

.glyphicon-resize-full:before {
    content: "\E216"
}

.glyphicon-circle-arrow-left:before {
    content: "\E217"
}

.glyphicon-circle-arrow-right:before {
    content: "\E218"
}

.glyphicon-circle-arrow-top:before {
    content: "\E219"
}

.glyphicon-circle-arrow-down:before {
    content: "\E220"
}

.glyphicon-play-button:before {
    content: "\E221"
}

.glyphicon-unshare:before {
    content: "\E222"
}

.glyphicon-share:before {
    content: "\E223"
}

.glyphicon-chevron-right:before {
    content: "\E224"
}

.glyphicon-chevron-left:before {
    content: "\E225"
}

.glyphicon-bluetooth:before {
    content: "\E226"
}

.glyphicon-euro:before {
    content: "\E227"
}

.glyphicon-usd:before {
    content: "\E228"
}

.glyphicon-gbp:before {
    content: "\E229"
}

.glyphicon-retweet-2:before {
    content: "\E230"
}

.glyphicon-moon:before {
    content: "\E231"
}

.glyphicon-sun:before {
    content: "\E232"
}

.glyphicon-cloud:before {
    content: "\E233"
}

.glyphicon-direction:before {
    content: "\E234"
}

.glyphicon-brush:before {
    content: "\E235"
}

.glyphicon-pen:before {
    content: "\E236"
}

.glyphicon-zoom-in:before {
    content: "\E237"
}

.glyphicon-zoom-out:before {
    content: "\E238"
}

.glyphicon-pin:before {
    content: "\E239"
}

.glyphicon-albums:before {
    content: "\E240"
}

.glyphicon-rotation-lock:before {
    content: "\E241"
}

.glyphicon-flash:before {
    content: "\E242"
}

.glyphicon-map-marker:before {
    content: "\E243"
}

.glyphicon-anchor:before {
    content: "\E244"
}

.glyphicon-conversation:before {
    content: "\E245"
}

.glyphicon-chat:before {
    content: "\E246"
}

.glyphicon-note-empty:before {
    content: "\E247"
}

.glyphicon-note:before {
    content: "\E248"
}

.glyphicon-asterisk:before {
    content: "\E249"
}

.glyphicon-divide:before {
    content: "\E250"
}

.glyphicon-snorkel-diving:before {
    content: "\E251"
}

.glyphicon-scuba-diving:before {
    content: "\E252"
}

.glyphicon-oxygen-bottle:before {
    content: "\E253"
}

.glyphicon-fins:before {
    content: "\E254"
}

.glyphicon-fishes:before {
    content: "\E255"
}

.glyphicon-boat:before {
    content: "\E256"
}

.glyphicon-delete:before {
    content: "\E257"
}

.glyphicon-sheriffs-star:before {
    content: "\E258"
}

.glyphicon-qrcode:before {
    content: "\E259"
}

.glyphicon-barcode:before {
    content: "\E260"
}

.glyphicon-pool:before {
    content: "\E261"
}

.glyphicon-buoy:before {
    content: "\E262"
}

.glyphicon-spade:before {
    content: "\E263"
}

.glyphicon-bank:before {
    content: "\E264"
}

.glyphicon-vcard:before {
    content: "\E265"
}

.glyphicon-electrical-plug:before {
    content: "\E266"
}

.glyphicon-flag:before {
    content: "\E267"
}

.glyphicon-credit-card:before {
    content: "\E268"
}

.glyphicon-keyboard-wireless:before {
    content: "\E269"
}

.glyphicon-keyboard-wired:before {
    content: "\E270"
}

.glyphicon-shield:before {
    content: "\E271"
}

.glyphicon-ring:before {
    content: "\E272"
}

.glyphicon-cake:before {
    content: "\E273"
}

.glyphicon-drink:before {
    content: "\E274"
}

.glyphicon-beer:before {
    content: "\E275"
}

.glyphicon-fast-food:before {
    content: "\E276"
}

.glyphicon-cutlery:before {
    content: "\E277"
}

.glyphicon-pizza:before {
    content: "\E278"
}

.glyphicon-birthday-cake:before {
    content: "\E279"
}

.glyphicon-tablet:before {
    content: "\E280"
}

.glyphicon-settings:before {
    content: "\E281"
}

.glyphicon-bullets:before {
    content: "\E282"
}

.glyphicon-cardio:before {
    content: "\E283"
}

.glyphicon-t-shirt:before {
    content: "\E284"
}

.glyphicon-pants:before {
    content: "\E285"
}

.glyphicon-sweater:before {
    content: "\E286"
}

.glyphicon-fabric:before {
    content: "\E287"
}

.glyphicon-leather:before {
    content: "\E288"
}

.glyphicon-scissors:before {
    content: "\E289"
}

.glyphicon-bomb:before {
    content: "\E290"
}

.glyphicon-skull:before {
    content: "\E291"
}

.glyphicon-celebration:before {
    content: "\E292"
}

.glyphicon-tea-kettle:before {
    content: "\E293"
}

.glyphicon-french-press:before {
    content: "\E294"
}

.glyphicon-coffee-cup:before {
    content: "\E295"
}

.glyphicon-pot:before {
    content: "\E296"
}

.glyphicon-grater:before {
    content: "\E297"
}

.glyphicon-kettle:before {
    content: "\E298"
}

.glyphicon-hospital:before {
    content: "\E299"
}

.glyphicon-hospital-h:before {
    content: "\E300"
}

.glyphicon-microphone:before {
    content: "\E301"
}

.glyphicon-webcam:before {
    content: "\E302"
}

.glyphicon-temple-christianity-church:before {
    content: "\E303"
}

.glyphicon-temple-islam:before {
    content: "\E304"
}

.glyphicon-temple-hindu:before {
    content: "\E305"
}

.glyphicon-temple-buddhist:before {
    content: "\E306"
}

.glyphicon-bicycle:before {
    content: "\E307"
}

.glyphicon-life-preserver:before {
    content: "\E308"
}

.glyphicon-share-alt:before {
    content: "\E309"
}

.glyphicon-comments:before {
    content: "\E310"
}

.glyphicon-flower:before {
    content: "\E311"
}

.glyphicon-baseball:before {
    content: "\E312"
}

.glyphicon-rugby:before {
    content: "\E313"
}

.glyphicon-ax:before {
    content: "\E314"
}

.glyphicon-table-tennis:before {
    content: "\E315"
}

.glyphicon-bowling:before {
    content: "\E316"
}

.glyphicon-tree-conifer:before {
    content: "\E317"
}

.glyphicon-tree-deciduous:before {
    content: "\E318"
}

.glyphicon-more-items:before {
    content: "\E319"
}

.glyphicon-sort:before {
    content: "\E320"
}

.glyphicon-filter:before {
    content: "\E321"
}

.glyphicon-gamepad:before {
    content: "\E322"
}

.glyphicon-playing-dices:before {
    content: "\E323"
}

.glyphicon-calculator:before {
    content: "\E324"
}

.glyphicon-tie:before {
    content: "\E325"
}

.glyphicon-wallet:before {
    content: "\E326"
}

.glyphicon-piano:before {
    content: "\E327"
}

.glyphicon-sampler:before {
    content: "\E328"
}

.glyphicon-podium:before {
    content: "\E329"
}

.glyphicon-soccer-ball:before {
    content: "\E330"
}

.glyphicon-blog:before {
    content: "\E331"
}

.glyphicon-dashboard:before {
    content: "\E332"
}

.glyphicon-certificate:before {
    content: "\E333"
}

.glyphicon-bell:before {
    content: "\E334"
}

.glyphicon-candle:before {
    content: "\E335"
}

.glyphicon-pushpin:before {
    content: "\E336"
}

.glyphicon-iphone-shake:before {
    content: "\E337"
}

.glyphicon-pin-flag:before {
    content: "\E338"
}

.glyphicon-turtle:before {
    content: "\E339"
}

.glyphicon-rabbit:before {
    content: "\E340"
}

.glyphicon-globe:before {
    content: "\E341"
}

.glyphicon-briefcase:before {
    content: "\E342"
}

.glyphicon-hdd:before {
    content: "\E343"
}

.glyphicon-thumbs-up:before {
    content: "\E344"
}

.glyphicon-thumbs-down:before {
    content: "\E345"
}

.glyphicon-hand-right:before {
    content: "\E346"
}

.glyphicon-hand-left:before {
    content: "\E347"
}

.glyphicon-hand-up:before {
    content: "\E348"
}

.glyphicon-hand-down:before {
    content: "\E349"
}

.glyphicon-fullscreen:before {
    content: "\E350"
}

.glyphicon-shopping-bag:before {
    content: "\E351"
}

.glyphicon-book-open:before {
    content: "\E352"
}

.glyphicon-nameplate:before {
    content: "\E353"
}

.glyphicon-nameplate-alt:before {
    content: "\E354"
}

.glyphicon-vases:before {
    content: "\E355"
}

.glyphicon-bullhorn:before {
    content: "\E356"
}

.glyphicon-dumbbell:before {
    content: "\E357"
}

.glyphicon-suitcase:before {
    content: "\E358"
}

.glyphicon-file-import:before {
    content: "\E359"
}

.glyphicon-file-export:before {
    content: "\E360"
}

.glyphicon-bug:before {
    content: "\E361"
}

.glyphicon-crown:before {
    content: "\E362"
}

.glyphicon-smoking:before {
    content: "\E363"
}

.glyphicon-cloud-upload:before {
    content: "\E364"
}

.glyphicon-cloud-download:before {
    content: "\E365"
}

.glyphicon-restart:before {
    content: "\E366"
}

.glyphicon-security-camera:before {
    content: "\E367"
}

.glyphicon-expand:before {
    content: "\E368"
}

.glyphicon-collapse:before {
    content: "\E369"
}

.glyphicon-collapse-top:before {
    content: "\E370"
}

.glyphicon-globe-af:before {
    content: "\E371"
}

.glyphicon-global:before {
    content: "\E372"
}

.glyphicon-spray:before {
    content: "\E373"
}

.glyphicon-nails:before {
    content: "\E374"
}

.glyphicon-claw-hammer:before {
    content: "\E375"
}

.glyphicon-classic-hammer:before {
    content: "\E376"
}

.glyphicon-hand-saw:before {
    content: "\E377"
}

.glyphicon-riflescope:before {
    content: "\E378"
}

.glyphicon-electrical-socket-eu:before {
    content: "\E379"
}

.glyphicon-electrical-socket-us:before {
    content: "\E380"
}

.glyphicon-message-forward:before {
    content: "\E381"
}

.glyphicon-coat-hanger:before {
    content: "\E382"
}

.glyphicon-dress:before {
    content: "\E383"
}

.glyphicon-bathrobe:before {
    content: "\E384"
}

.glyphicon-shirt:before {
    content: "\E385"
}

.glyphicon-underwear:before {
    content: "\E386"
}

.glyphicon-log-in:before {
    content: "\E387"
}

.glyphicon-log-out:before {
    content: "\E388"
}

.glyphicon-exit:before {
    content: "\E389"
}

.glyphicon-new-window-alt:before {
    content: "\E390"
}

.glyphicon-video-sd:before {
    content: "\E391"
}

.glyphicon-video-hd:before {
    content: "\E392"
}

.glyphicon-subtitles:before {
    content: "\E393"
}

.glyphicon-sound-stereo:before {
    content: "\E394"
}

.glyphicon-sound-dolby:before {
    content: "\E395"
}

.glyphicon-sound-5-1:before {
    content: "\E396"
}

.glyphicon-sound-6-1:before {
    content: "\E397"
}

.glyphicon-sound-7-1:before {
    content: "\E398"
}

.glyphicon-copyright-mark:before {
    content: "\E399"
}

.glyphicon-registration-mark:before {
    content: "\E400"
}

.glyphicon-radar:before {
    content: "\E401"
}

.glyphicon-skateboard:before {
    content: "\E402"
}

.glyphicon-golf-course:before {
    content: "\E403"
}

.glyphicon-sorting:before {
    content: "\E404"
}

.glyphicon-sort-by-alphabet:before {
    content: "\E405"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\E406"
}

.glyphicon-sort-by-order:before {
    content: "\E407"
}

.glyphicon-sort-by-order-alt:before {
    content: "\E408"
}

.glyphicon-sort-by-attributes:before {
    content: "\E409"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\E410"
}

.glyphicon-compressed:before {
    content: "\E411"
}

.glyphicon-package:before {
    content: "\E412"
}

.glyphicon-cloud-plus:before {
    content: "\E413"
}

.glyphicon-cloud-minus:before {
    content: "\E414"
}

.glyphicon-disk-save:before {
    content: "\E415"
}

.glyphicon-disk-open:before {
    content: "\E416"
}

.glyphicon-disk-saved:before {
    content: "\E417"
}

.glyphicon-disk-remove:before {
    content: "\E418"
}

.glyphicon-disk-import:before {
    content: "\E419"
}

.glyphicon-disk-export:before {
    content: "\E420"
}

.glyphicon-tower:before {
    content: "\E421"
}

.glyphicon-send:before {
    content: "\E422"
}

.glyphicon-git-branch:before {
    content: "\E423"
}

.glyphicon-git-create:before {
    content: "\E424"
}

.glyphicon-git-private:before {
    content: "\E425"
}

.glyphicon-git-delete:before {
    content: "\E426"
}

.glyphicon-git-merge:before {
    content: "\E427"
}

.glyphicon-git-pull-request:before {
    content: "\E428"
}

.glyphicon-git-compare:before {
    content: "\E429"
}

.glyphicon-git-commit:before {
    content: "\E430"
}

.glyphicon-construction-cone:before {
    content: "\E431"
}

.glyphicon-shoe-steps:before {
    content: "\E432"
}

.glyphicon-plus:before {
    content: "\E433"
}

.glyphicon-minus:before {
    content: "\E434"
}

.glyphicon-redo:before {
    content: "\E435"
}

.glyphicon-undo:before {
    content: "\E436"
}

.glyphicon-golf:before {
    content: "\E437"
}

.glyphicon-hockey:before {
    content: "\E438"
}

.glyphicon-pipe:before {
    content: "\E439"
}

.glyphicon-wrench:before {
    content: "\E440"
}

.glyphicon-folder-closed:before {
    content: "\E441"
}

.glyphicon-phone-alt:before {
    content: "\E442"
}

.glyphicon-earphone:before {
    content: "\E443"
}

.glyphicon-floppy-disk:before {
    content: "\E444"
}

.glyphicon-floppy-saved:before {
    content: "\E445"
}

.glyphicon-floppy-remove:before {
    content: "\E446"
}

.glyphicon-floppy-save:before {
    content: "\E447"
}

.glyphicon-floppy-open:before {
    content: "\E448"
}

.glyphicon-translate:before {
    content: "\E449"
}

.glyphicon-fax:before {
    content: "\E450"
}

.glyphicon-factory:before {
    content: "\E451"
}

.glyphicon-shop-window:before {
    content: "\E452"
}

.glyphicon-shop:before {
    content: "\E453"
}

.glyphicon-kiosk:before {
    content: "\E454"
}

.glyphicon-kiosk-wheels:before {
    content: "\E455"
}

.glyphicon-kiosk-light:before {
    content: "\E456"
}

.glyphicon-kiosk-food:before {
    content: "\E457"
}

.glyphicon-transfer:before {
    content: "\E458"
}

.glyphicon-money:before {
    content: "\E459"
}

.glyphicon-header:before {
    content: "\E460"
}

.glyphicon-blacksmith:before {
    content: "\E461"
}

.glyphicon-saw-blade:before {
    content: "\E462"
}

.glyphicon-basketball:before {
    content: "\E463"
}

.glyphicon-server:before {
    content: "\E464"
}

.glyphicon-server-plus:before {
    content: "\E465"
}

.glyphicon-server-minus:before {
    content: "\E466"
}

.glyphicon-server-ban:before {
    content: "\E467"
}

.glyphicon-server-flag:before {
    content: "\E468"
}

.glyphicon-server-lock:before {
    content: "\E469"
}

.glyphicon-server-new:before {
    content: "\E470"
}

.glyphicon-charging-station:before {
    content: "\E471"
}

.glyphicon-gas-station:before {
    content: "\E472"
}

.glyphicon-target:before {
    content: "\E473"
}

.glyphicon-bed:before {
    content: "\E474"
}

.glyphicon-mosquito:before {
    content: "\E475"
}

.glyphicon-dining-set:before {
    content: "\E476"
}

.glyphicon-plate-of-food:before {
    content: "\E477"
}

.glyphicon-hygiene-kit:before {
    content: "\E478"
}

.glyphicon-blackboard:before {
    content: "\E479"
}

.glyphicon-marriage:before {
    content: "\E480"
}

.glyphicon-bucket:before {
    content: "\E481"
}

.glyphicon-none-color-swatch:before {
    content: "\E482"
}

.glyphicon-bring-forward:before {
    content: "\E483"
}

.glyphicon-bring-to-front:before {
    content: "\E484"
}

.glyphicon-send-backward:before {
    content: "\E485"
}

.glyphicon-send-to-back:before {
    content: "\E486"
}

.glyphicon-fit-frame-to-image:before {
    content: "\E487"
}

.glyphicon-fit-image-to-frame:before {
    content: "\E488"
}

.glyphicon-multiple-displays:before {
    content: "\E489"
}

.glyphicon-handshake:before {
    content: "\E490"
}

.glyphicon-child:before {
    content: "\E491"
}

.glyphicon-baby-formula:before {
    content: "\E492"
}

.glyphicon-medicine:before {
    content: "\E493"
}

.glyphicon-atv-vehicle:before {
    content: "\E494"
}

.glyphicon-motorcycle:before {
    content: "\E495"
}

.glyphicon-bed-alt:before {
    content: "\E496"
}

.glyphicon-tent:before {
    content: "\E497"
}

.glyphicon-glasses:before {
    content: "\E498"
}

.glyphicon-sunglasses:before {
    content: "\E499"
}

.glyphicon-family:before {
    content: "\E500"
}

.glyphicon-education:before {
    content: "\E501"
}

.glyphicon-shoes:before {
    content: "\E502"
}

.glyphicon-map:before {
    content: "\E503"
}

.glyphicon-cd:before {
    content: "\E504"
}

.glyphicon-alert:before {
    content: "\E505"
}

.glyphicon-piggy-bank:before {
    content: "\E506"
}

.glyphicon-star-half:before {
    content: "\E507"
}

.glyphicon-cluster:before {
    content: "\E508"
}

.glyphicon-flowchart:before {
    content: "\E509"
}

.glyphicon-commodities:before {
    content: "\E510"
}

.glyphicon-duplicate:before {
    content: "\E511"
}

.glyphicon-copy:before {
    content: "\E512"
}

.glyphicon-paste:before {
    content: "\E513"
}

.glyphicon-bath-bathtub:before {
    content: "\E514"
}

.glyphicon-bath-shower:before {
    content: "\E515"
}

.glyphicon-shower:before {
    content: "\E516"
}

.glyphicon-menu-hamburger:before {
    content: "\E517"
}

.glyphicon-option-vertical:before {
    content: "\E518"
}

.glyphicon-option-horizontal:before {
    content: "\E519"
}

.glyphicon-currency-conversion:before {
    content: "\E520"
}

.glyphicon-user-ban:before {
    content: "\E521"
}

.glyphicon-user-lock:before {
    content: "\E522"
}

.glyphicon-user-flag:before {
    content: "\E523"
}

.glyphicon-user-asterisk:before {
    content: "\E524"
}

.glyphicon-user-alert:before {
    content: "\E525"
}

.glyphicon-user-key:before {
    content: "\E526"
}

.glyphicon-user-conversation:before {
    content: "\E527"
}

.glyphicon-database:before {
    content: "\E528"
}

.glyphicon-database-search:before {
    content: "\E529"
}

.glyphicon-list-alt:before {
    content: "\E530"
}

.glyphicon-hazard-sign:before {
    content: "\E531"
}

.glyphicon-hazard:before {
    content: "\E532"
}

.glyphicon-stop-sign:before {
    content: "\E533"
}

.glyphicon-lab:before {
    content: "\E534"
}

.glyphicon-lab-alt:before {
    content: "\E535"
}

.glyphicon-ice-cream:before {
    content: "\E536"
}

.glyphicon-ice-lolly:before {
    content: "\E537"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\E538"
}

.glyphicon-invoice:before {
    content: "\E539"
}

.glyphicon-cart-tick:before {
    content: "\E540"
}

.glyphicon-hourglass:before {
    content: "\E541"
}

.glyphicon-cat:before {
    content: "\E542"
}

.glyphicon-lamp:before {
    content: "\E543"
}

.glyphicon-scale-classic:before {
    content: "\E544"
}

.glyphicon-eye-plus:before {
    content: "\E545"
}

.glyphicon-eye-minus:before {
    content: "\E546"
}

.glyphicon-quote:before {
    content: "\E547"
}

.glyphicon-bitcoin:before {
    content: "\E548"
}

.glyphicon-yen:before {
    content: "\E549"
}

.glyphicon-ruble:before {
    content: "\E550"
}

.glyphicon-erase:before {
    content: "\E551"
}

.glyphicon-podcast:before {
    content: "\E552"
}

.glyphicon-firework:before {
    content: "\E553"
}

.glyphicon-scale:before {
    content: "\E554"
}

.glyphicon-king:before {
    content: "\E555"
}

.glyphicon-queen:before {
    content: "\E556"
}

.glyphicon-pawn:before {
    content: "\E557"
}

.glyphicon-bishop:before {
    content: "\E558"
}

.glyphicon-knight:before {
    content: "\E559"
}

.glyphicon-mic-mute:before {
    content: "\E560"
}

.glyphicon-voicemail:before {
    content: "\E561"
}

.glyphicon-paragraph-alt:before {
    content: "\E562"
}

.glyphicon-person-walking:before {
    content: "\E563"
}

.glyphicon-person-wheelchair:before {
    content: "\E564"
}

.glyphicon-underground:before {
    content: "\E565"
}

.glyphicon-car-hov:before {
    content: "\E566"
}

.glyphicon-car-rental:before {
    content: "\E567"
}

.glyphicon-transport:before {
    content: "\E568"
}

.glyphicon-taxi:before {
    content: "\E569"
}

.glyphicon-ice-cream-no:before {
    content: "\E570"
}

.glyphicon-uk-rat-u:before {
    content: "\E571"
}

.glyphicon-uk-rat-pg:before {
    content: "\E572"
}

.glyphicon-uk-rat-12a:before {
    content: "\E573"
}

.glyphicon-uk-rat-12:before {
    content: "\E574"
}

.glyphicon-uk-rat-15:before {
    content: "\E575"
}

.glyphicon-uk-rat-18:before {
    content: "\E576"
}

.glyphicon-uk-rat-r18:before {
    content: "\E577"
}

.glyphicon-tv:before {
    content: "\E578"
}

.glyphicon-sms:before {
    content: "\E579"
}

.glyphicon-mms:before {
    content: "\E580"
}

.glyphicon-us-rat-g:before {
    content: "\E581"
}

.glyphicon-us-rat-pg:before {
    content: "\E582"
}

.glyphicon-us-rat-pg-13:before {
    content: "\E583"
}

.glyphicon-us-rat-restricted:before {
    content: "\E584"
}

.glyphicon-us-rat-no-one-17:before {
    content: "\E585"
}

.glyphicon-equalizer:before {
    content: "\E586"
}

.glyphicon-speakers:before {
    content: "\E587"
}

.glyphicon-remote-control:before {
    content: "\E588"
}

.glyphicon-remote-control-tv:before {
    content: "\E589"
}

.glyphicon-shredder:before {
    content: "\E590"
}

.glyphicon-folder-heart:before {
    content: "\E591"
}

.glyphicon-person-running:before {
    content: "\E592"
}

.glyphicon-person:before {
    content: "\E593"
}

.glyphicon-voice:before {
    content: "\E594"
}

.glyphicon-stethoscope:before {
    content: "\E595"
}

.glyphicon-paired:before {
    content: "\E596"
}

.glyphicon-activity:before {
    content: "\E597"
}

.glyphicon-watch:before {
    content: "\E598"
}

.glyphicon-scissors-alt:before {
    content: "\E599"
}

.glyphicon-car-wheel:before {
    content: "\E600"
}

.glyphicon-chevron-up:before {
    content: "\E601"
}

.glyphicon-chevron-down:before {
    content: "\E602"
}

.glyphicon-superscript:before {
    content: "\E603"
}

.glyphicon-subscript:before {
    content: "\E604"
}

.glyphicon-text-size:before {
    content: "\E605"
}

.glyphicon-text-color:before {
    content: "\E606"
}

.glyphicon-text-background:before {
    content: "\E607"
}

.glyphicon-modal-window:before {
    content: "\E608"
}

.glyphicon-newspaper:before {
    content: "\E609"
}

.glyphicon-tractor:before {
    content: "\E610"
}

.glyphicon-camping:before {
    content: "\E611"
}

.glyphicon-camping-benches:before {
    content: "\E612"
}

.glyphicon-forest:before {
    content: "\E613"
}

.glyphicon-park:before {
    content: "\E614"
}

.glyphicon-field:before {
    content: "\E615"
}

.glyphicon-mountains:before {
    content: "\E616"
}

.glyphicon-fees-payments:before {
    content: "\E617"
}

.glyphicon-small-payments:before {
    content: "\E618"
}

.glyphicon-mixed-buildings:before {
    content: "\E619"
}

.glyphicon-industrial-zone:before {
    content: "\E620"
}

.glyphicon-visitor-tag:before {
    content: "\E621"
}

.glyphicon-businessman:before {
    content: "\E622"
}

.glyphicon-meditation:before {
    content: "\E623"
}

.glyphicon-bath:before {
    content: "\E624"
}

.glyphicon-donate:before {
    content: "\E625"
}

.glyphicon-sauna:before {
    content: "\E626"
}

.glyphicon-bedroom-nightstand:before {
    content: "\E627"
}

.glyphicon-bedroom-lamp:before {
    content: "\E628"
}

.glyphicon-doctor:before {
    content: "\E629"
}

.glyphicon-engineering-networks:before {
    content: "\E630"
}

.glyphicon-washing-machine:before {
    content: "\E631"
}

.glyphicon-dryer:before {
    content: "\E632"
}

.glyphicon-dishwasher:before {
    content: "\E633"
}

.glyphicon-luggage-group:before {
    content: "\E634"
}

.glyphicon-teenager:before {
    content: "\E635"
}

.glyphicon-person-stick:before {
    content: "\E636"
}

.glyphicon-person-stick-old:before {
    content: "\E637"
}

.glyphicon-traveler:before {
    content: "\E638"
}

.glyphicon-veteran:before {
    content: "\E639"
}

.glyphicon-group-chat:before {
    content: "\E640"
}

.glyphicon-elections:before {
    content: "\E641"
}

.glyphicon-law-justice:before {
    content: "\E642"
}

.glyphicon-judiciary:before {
    content: "\E643"
}

.glyphicon-house-fire:before {
    content: "\E644"
}

.glyphicon-firefighters:before {
    content: "\E645"
}

.glyphicon-police:before {
    content: "\E646"
}

.glyphicon-ambulance:before {
    content: "\E647"
}

.glyphicon-light-beacon:before {
    content: "\E648"
}

.glyphicon-important-day:before {
    content: "\E649"
}

.glyphicon-bike-park:before {
    content: "\E650"
}

.glyphicon-object-align-top:before {
    content: "\E651"
}

.glyphicon-object-align-bottom:before {
    content: "\E652"
}

.glyphicon-object-align-horizontal:before {
    content: "\E653"
}

.glyphicon-object-align-left:before {
    content: "\E654"
}

.glyphicon-object-align-vertical:before {
    content: "\E655"
}

.glyphicon-object-align-right:before {
    content: "\E656"
}

.glyphicon-reflect-y:before {
    content: "\E657"
}

.glyphicon-reflect-x:before {
    content: "\E658"
}

.glyphicon-tick:before {
    content: "\E659"
}

.glyphicon-lawnmower:before {
    content: "\E660"
}

.glyphicon-call-redirect:before {
    content: "\E661"
}

.glyphicon-call-ip:before {
    content: "\E662"
}

.glyphicon-call-record:before {
    content: "\E663"
}

.glyphicon-call-ringtone:before {
    content: "\E664"
}

.glyphicon-call-traffic:before {
    content: "\E665"
}

.glyphicon-call-hold:before {
    content: "\E666"
}

.glyphicon-call-incoming:before {
    content: "\E667"
}

.glyphicon-call-outgoing:before {
    content: "\E668"
}

.glyphicon-call-video:before {
    content: "\E669"
}

.glyphicon-call-missed:before {
    content: "\E670"
}

.glyphicon-theater:before {
    content: "\E671"
}

.glyphicon-heartbeat:before {
    content: "\E672"
}

.glyphicon-kettlebell:before {
    content: "\E673"
}

.glyphicon-fireplace:before {
    content: "\E674"
}

.glyphicon-street-lights:before {
    content: "\E675"
}

.glyphicon-pedestrian:before {
    content: "\E676"
}

.glyphicon-flood:before {
    content: "\E677"
}

.glyphicon-open-water:before {
    content: "\E678"
}

.glyphicon-for-sale:before {
    content: "\E679"
}

.glyphicon-dustbin:before {
    content: "\E680"
}

.glyphicon-door:before {
    content: "\E681"
}

.glyphicon-camp-fire:before {
    content: "\E682"
}

.glyphicon-fleur-de-lis:before {
    content: "\E683"
}

.glyphicon-temperature-settings:before {
    content: "\E684"
}

.glyphicon-article:before {
    content: "\E685"
}

.glyphicon-sunbath:before {
    content: "\E686"
}

.glyphicon-balanced-diet:before {
    content: "\E687"
}

.glyphicon-ticket:before {
    content: "\E688"
}

.glyphicon-parking-ticket:before {
    content: "\E689"
}

.glyphicon-parking-meter:before {
    content: "\E690"
}

.glyphicon-laptop:before {
    content: "\E691"
}

.glyphicon-tree-structure:before {
    content: "\E692"
}

.glyphicon-weather-warning:before {
    content: "\E693"
}

.glyphicon-temperature-low:before {
    content: "\E694"
}

.glyphicon-temperature-high:before {
    content: "\E695"
}

.glyphicon-temperature-low-warning:before {
    content: "\E696"
}

.glyphicon-temperature-high-warning:before {
    content: "\E697"
}

.glyphicon-hurricane:before {
    content: "\E698"
}

.glyphicon-storm:before {
    content: "\E699"
}

.glyphicon-sorted-waste:before {
    content: "\E700"
}

.glyphicon-ear:before {
    content: "\E701"
}

.glyphicon-ear-deaf:before {
    content: "\E702"
}

.glyphicon-file-plus:before {
    content: "\E703"
}

.glyphicon-file-minus:before {
    content: "\E704"
}

.glyphicon-file-lock:before {
    content: "\E705"
}

.glyphicon-file-cloud:before {
    content: "\E706"
}

.glyphicon-file-cloud-download:before {
    content: "\E707"
}

.glyphicon-file-cloud-upload:before {
    content: "\E708"
}

.glyphicon-paragraph:before {
    content: "\E709"
}

.glyphicon-list-numbered:before {
    content: "\E710"
}

.glyphicon-donate-heart:before {
    content: "\E711"
}

.glyphicon-government:before {
    content: "\E712"
}

.glyphicon-maze:before {
    content: "\E713"
}

.glyphicon-chronicle:before {
    content: "\E714"
}

.glyphicon-user-structure:before {
    content: "\E715"
}

.glyphicon-recycle:before {
    content: "\E716"
}

.glyphicon-gas:before {
    content: "\E717"
}

.glyphicon-waste-pipe:before {
    content: "\E718"
}

.glyphicon-water-pipe:before {
    content: "\E719"
}

.glyphicon-parking:before {
    content: "\E720"
}

.glyphicon-closed:before {
    content: "\E721"
}

.glyphicon-mouse:before {
    content: "\E722"
}

.glyphicon-mouse-double-click:before {
    content: "\E723"
}

.glyphicon-mouse-left-click:before {
    content: "\E724"
}

.glyphicon-mouse-right-click:before {
    content: "\E725"
}

.glyphicon-mouse-middle-click:before {
    content: "\E726"
}

.glyphicon-mouse-scroll:before {
    content: "\E727"
}

.glyphicon-resize-vertical:before {
    content: "\E728"
}

.glyphicon-resize-horizontal:before {
    content: "\E729"
}

.glyphicon-temperature:before {
    content: "\E730"
}

.glyphicon-puzzle:before {
    content: "\E731"
}

.glyphicon-puzzle-2:before {
    content: "\E732"
}

.glyphicon-puzzle-3:before {
    content: "\E733"
}

.glyphicon-nearby-square:before {
    content: "\E734"
}

.glyphicon-nearby-circle:before {
    content: "\E735"
}

.glyphicon-rotate-right:before {
    content: "\E736"
}

.glyphicon-rotate-left:before {
    content: "\E737"
}

.glyphicon-pictures:before {
    content: "\E738"
}

.glyphicon-photo-album:before {
    content: "\E739"
}

.glyphicon-cadastral-map:before {
    content: "\E740"
}

.glyphicon-fingerprint-scan:before {
    content: "\E741"
}

.glyphicon-fingerprint:before {
    content: "\E742"
}

.glyphicon-fingerprint-lock:before {
    content: "\E743"
}

.glyphicon-fingerprint-ok:before {
    content: "\E744"
}

.glyphicon-fingerprint-remove:before {
    content: "\E745"
}

.glyphicon-fingerprint-reload:before {
    content: "\E746"
}

.glyphicon-pending-notifications:before {
    content: "\E747"
}

.glyphicon-synchronization:before {
    content: "\E748"
}

.glyphicon-synchronization-ban:before {
    content: "\E749"
}

.glyphicon-hash:before {
    content: "\E750"
}

.glyphicon-gender-male:before {
    content: "\E751"
}

.glyphicon-gender-female:before {
    content: "\E752"
}

.glyphicon-gender-virgin-female:before {
    content: "\E753"
}

.glyphicon-gender-intersex:before {
    content: "\E754"
}

.glyphicon-gender-transgender:before {
    content: "\E755"
}

.glyphicon-gender-ori-lesbian:before {
    content: "\E756"
}

.glyphicon-gender-ori-gay:before {
    content: "\E757"
}

.glyphicon-gender-ori-hetero:before {
    content: "\E758"
}

.glyphicon-gender-other:before {
    content: "\E759"
}

.glyphicon-gender-unknown:before {
    content: "\E760"
}

.glyphicon-scanner:before {
    content: "\E761"
}

.glyphicon-multifunction-printer:before {
    content: "\E762"
}

.glyphicon-lasso:before {
    content: "\E763"
}

.glyphicon-view-360:before {
    content: "\E764"
}

.glyphicon-battery-charging:before {
    content: "\E765"
}

.glyphicon-battery-full:before {
    content: "\E766"
}

.glyphicon-battery-75:before {
    content: "\E767"
}

.glyphicon-battery-50:before {
    content: "\E768"
}

.glyphicon-battery-25:before {
    content: "\E769"
}

.glyphicon-battery-10:before {
    content: "\E770"
}

.glyphicon-satellite:before {
    content: "\E771"
}

.glyphicon-satellite-dish:before {
    content: "\E772"
}

.glyphicon-satellite-dish-alt:before {
    content: "\E773"
}

.glyphicon-auction:before {
    content: "\E774"
}

.glyphicon-directions:before {
    content: "\E775"
}

.glyphicon-race:before {
    content: "\E776"
}

.glyphicon-robot:before {
    content: "\E777"
}

.glyphicon-ruler-alt:before {
    content: "\E778"
}

.glyphicon-cube-empty:before {
    content: "\E779"
}

.glyphicon-cube-black:before {
    content: "\E780"
}

.glyphicon-move-square:before {
    content: "\E781"
}

.glyphicon-drop:before {
    content: "\E782"
}

.glyphicon-vr-headset:before {
    content: "\E783"
}

.glyphicon-vr-charging:before {
    content: "\E784"
}

.glyphicon-vr-low-battery:before {
    content: "\E785"
}

.glyphicon-vr-paired:before {
    content: "\E786"
}

.glyphicon-vr-settings:before {
    content: "\E787"
}

.glyphicon-vr-maintenance:before {
    content: "\E788"
}

.glyphicon-filter-remove:before {
    content: "\E789"
}

.glyphicon-filter-applied:before {
    content: "\E790"
}

.glyphicon-one-day:before {
    content: "\E791"
}

.glyphicon-user-vr:before {
    content: "\E792"
}

.glyphicon-user-vr-add:before {
    content: "\E793"
}

.glyphicon-user-vr-remove:before {
    content: "\E794"
}

.glyphicon-dice-1:before {
    content: "\E795"
}

.glyphicon-dice-2:before {
    content: "\E796"
}

.glyphicon-dice-3:before {
    content: "\E797"
}

.glyphicon-dice-4:before {
    content: "\E798"
}

.glyphicon-dice-5:before {
    content: "\E799"
}

.glyphicon-dice-6:before {
    content: "\E800"
}
@font-face {
    font-family: 'Glyphicons pro';
    src: url('glyphicons-1.9.2/glyphicons-regular-150ce4af73fbc68927f11faa214712d6.eot');
    src: url('glyphicons-1.9.2/glyphicons-regular-150ce4af73fbc68927f11faa214712d6.eot?#iefix') format('embedded-opentype'), url('glyphicons-1.9.2/glyphicons-regular-5db52c10f4dda7110727a22d4f2be780.woff') format('woff'), url('glyphicons-1.9.2/glyphicons-regular-deb71ba6d33c2652252f624a98cc1d5b.ttf') format('truetype'), url('glyphicons-1.9.2/glyphicons-regular-e9a2d4063831489576860e11a091dc5d.svg#glyphicons-regular') format('svg');
}

.glyphpro {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons pro';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphpro-address_book:before {
    content: "\e089";
}

.glyphpro-adjust:before {
    content: "\e092";
}

.glyphpro-adjust_alt:before {
    content: "\e140";
}

.glyphpro-airplane:before {
    content: "\2708";
}

.glyphpro-alarm:before {
    content: "\e054";
}

.glyphpro-albums:before {
    content: "\e240";
}

.glyphpro-align_center:before {
    content: "\e112";
}

.glyphpro-align_left:before {
    content: "\e111";
}

.glyphpro-align_right:before {
    content: "\e113";
}

.glyphpro-anchor:before {
    content: "\2693";
}

.glyphpro-arrow_down:before {
    content: "\e213";
}

.glyphpro-arrow_left:before {
    content: "\e211";
}

.glyphpro-arrow_right:before {
    content: "\e212";
}

.glyphpro-arrow_up:before {
    content: "\e214";
}

.glyphpro-asterisk:before {
    content: "\002a";
}

.glyphpro-ax:before {
    content: "\e314";
}

.glyphpro-bank:before {
    content: "\e264";
}

.glyphpro-barcode:before {
    content: "\e260";
}

.glyphpro-baseball:before {
    content: "\26be";
}

.glyphpro-basketball:before {
    content: "\e463";
}

.glyphpro-bathrobe:before {
    content: "\e384";
}

.glyphpro-beer:before {
    content: "\e275";
}

.glyphpro-bell:before {
    content: "\e334";
}

.glyphpro-bicycle:before {
    content: "\e307";
}

.glyphpro-big_thumbnails:before {
    content: "\e156";
}

.glyphpro-bin:before {
    content: "\e017";
}

.glyphpro-binoculars:before {
    content: "\e026";
}

.glyphpro-birthday_cake:before {
    content: "\e279";
}

.glyphpro-blacksmith:before {
    content: "\e461";
}

.glyphpro-blog:before {
    content: "\e331";
}

.glyphpro-bluetooth:before {
    content: "\e226";
}

.glyphpro-boat:before {
    content: "\e256";
}

.glyphpro-bold:before {
    content: "\e103";
}

.glyphpro-bomb:before {
    content: "\e290";
}

.glyphpro-book:before {
    content: "\e072";
}

.glyphpro-book_open:before {
    content: "\e352";
}

.glyphpro-bookmark:before {
    content: "\e073";
}

.glyphpro-bowling:before {
    content: "\e316";
}

.glyphpro-briefcase:before {
    content: "\e342";
}

.glyphpro-brightness_less:before {
    content: "\e189";
}

.glyphpro-brightness_more:before {
    content: "\e190";
}

.glyphpro-brush:before {
    content: "\e235";
}

.glyphpro-bug:before {
    content: "\e361";
}

.glyphpro-building:before {
    content: "\e090";
}

.glyphpro-bullets:before {
    content: "\e282";
}

.glyphpro-bullhorn:before {
    content: "\e356";
}

.glyphpro-buoy:before {
    content: "\e262";
}

.glyphpro-bus:before {
    content: "\e032";
}

.glyphpro-cake:before {
    content: "\e273";
}

.glyphpro-calculator:before {
    content: "\e324";
}

.glyphpro-calendar:before {
    content: "\e046";
}

.glyphpro-camera:before {
    content: "\e011";
}

.glyphpro-camera_small:before {
    content: "\e048";
}

.glyphpro-candle:before {
    content: "\e335";
}

.glyphpro-car:before {
    content: "\e006";
}

.glyphpro-cardio:before {
    content: "\e283";
}

.glyphpro-cargo:before {
    content: "\e060";
}

.glyphpro-cars:before {
    content: "\e029";
}

.glyphpro-cart_in:before {
    content: "\e210";
}

.glyphpro-cart_out:before {
    content: "\e209";
}

.glyphpro-cctv:before {
    content: "\e367";
}

.glyphpro-celebration:before {
    content: "\e292";
}

.glyphpro-certificate:before {
    content: "\e333";
}

.glyphpro-charts:before {
    content: "\e042";
}

.glyphpro-chat:before {
    content: "\e246";
}

.glyphpro-check:before {
    content: "\e153";
}

.glyphpro-chevron_left:before {
    content: "\e225";
}

.glyphpro-chevron_right:before {
    content: "\e224";
}

.glyphpro-circle_ban:before {
    content: "\e200";
}

.glyphpro-circle_down:before {
    content: "\e201";
}

.glyphpro-circle_exclaim:before {
    content: "\e197";
}

.glyphpro-circle_info:before {
    content: "\e196";
}

.glyphpro-circle_minus:before {
    content: "\e192";
}

.glyphpro-circle_ok:before {
    content: "\e194";
}

.glyphpro-circle_plus:before {
    content: "\e191";
}

.glyphpro-circle_question:before {
    content: "\e195";
}

.glyphpro-circle_remove:before {
    content: "\e193";
}

.glyphpro-circle_tick:before {
    content: "\e199";
}

.glyphpro-circle_up:before {
    content: "\e202";
}

.glyphpro-classic_hammer:before {
    content: "\e376";
}

.glyphpro-claw_hammer:before {
    content: "\e375";
}

.glyphpro-cleaning:before {
    content: "\e068";
}

.glyphpro-clock:before {
    content: "\e055";
}

.glyphpro-cloud:before {
    content: "\2601";
}

.glyphpro-cloud_download:before {
    content: "\e364";
}

.glyphpro-cloud_minus:before {
    content: "\e414";
}

.glyphpro-cloud_plus:before {
    content: "\e413";
}

.glyphpro-cloud_upload:before {
    content: "\e365";
}

.glyphpro-coat_hanger:before {
    content: "\e382";
}

.glyphpro-coffee_cup:before {
    content: "\e295";
}

.glyphpro-cogwheel:before {
    content: "\e137";
}

.glyphpro-cogwheels:before {
    content: "\e138";
}

.glyphpro-coins:before {
    content: "\e038";
}

.glyphpro-collapse:before {
    content: "\e369";
}

.glyphpro-collapse_top:before {
    content: "\e370";
}

.glyphpro-comments:before {
    content: "\e310";
}

.glyphpro-compass:before {
    content: "\e061";
}

.glyphpro-compressed:before {
    content: "\e411";
}

.glyphpro-construction_cone:before {
    content: "\e431";
}

.glyphpro-conversation:before {
    content: "\e245";
}

.glyphpro-copyright:before {
    content: "\e399";
}

.glyphpro-credit_card:before {
    content: "\e268";
}

.glyphpro-crop:before {
    content: "\e094";
}

.glyphpro-crown:before {
    content: "\e362";
}

.glyphpro-cup:before {
    content: "\e075";
}

.glyphpro-cutlery:before {
    content: "\e277";
}

.glyphpro-dashboard:before {
    content: "\e332";
}

.glyphpro-database_ban:before {
    content: "\e144";
}

.glyphpro-database_lock:before {
    content: "\e141";
}

.glyphpro-database_minus:before {
    content: "\e143";
}

.glyphpro-database_plus:before {
    content: "\e142";
}

.glyphpro-delete:before {
    content: "\e257";
}

.glyphpro-dice:before {
    content: "\e323";
}

.glyphpro-direction:before {
    content: "\e234";
}

.glyphpro-disk_export:before {
    content: "\e420";
}

.glyphpro-disk_import:before {
    content: "\e419";
}

.glyphpro-disk_open:before {
    content: "\e416";
}

.glyphpro-disk_remove:before {
    content: "\e418";
}

.glyphpro-disk_save:before {
    content: "\e415";
}

.glyphpro-disk_saved:before {
    content: "\e417";
}

.glyphpro-dislikes:before {
    content: "\e049";
}

.glyphpro-display:before {
    content: "\e087";
}

.glyphpro-divide:before {
    content: "\00f7";
}

.glyphpro-dog:before {
    content: "\e003";
}

.glyphpro-download:before {
    content: "\e182";
}

.glyphpro-dress:before {
    content: "\e383";
}

.glyphpro-drink:before {
    content: "\e274";
}

.glyphpro-dumbbell:before {
    content: "\e357";
}

.glyphpro-ear_plugs:before {
    content: "\e169";
}

.glyphpro-earphone:before {
    content: "\e443";
}

.glyphpro-edit:before {
    content: "\e151";
}

.glyphpro-eject:before {
    content: "\e180";
}

.glyphpro-electricity:before {
    content: "\e206";
}

.glyphpro-embed:before {
    content: "\e118";
}

.glyphpro-embed_close:before {
    content: "\e119";
}

.glyphpro-envelope:before {
    content: "\2709";
}

.glyphpro-eu_socket:before {
    content: "\e379";
}

.glyphpro-euro:before {
    content: "\20ac";
}

.glyphpro-exit:before {
    content: "\e389";
}

.glyphpro-expand:before {
    content: "\e368";
}

.glyphpro-eye_close:before {
    content: "\e053";
}

.glyphpro-eye_open:before {
    content: "\e052";
}

.glyphpro-eyedropper:before {
    content: "\e091";
}

.glyphpro-fabric:before {
    content: "\e287";
}

.glyphpro-facetime:before {
    content: "\e181";
}

.glyphpro-factory:before {
    content: "\e451";
}

.glyphpro-fast_backward:before {
    content: "\e172";
}

.glyphpro-fast_food:before {
    content: "\e276";
}

.glyphpro-fast_forward:before {
    content: "\e178";
}

.glyphpro-fax:before {
    content: "\e450";
}

.glyphpro-female:before {
    content: "\e248";
}

.glyphpro-file_export:before {
    content: "\e360";
}

.glyphpro-file_import:before {
    content: "\e359";
}

.glyphpro-files:before {
    content: "\e037";
}

.glyphpro-film:before {
    content: "\e009";
}

.glyphpro-filter:before {
    content: "\e321";
}

.glyphpro-fins:before {
    content: "\e254";
}

.glyphpro-fire:before {
    content: "\e023";
}

.glyphpro-fishes:before {
    content: "\e255";
}

.glyphpro-flag:before {
    content: "\e267";
}

.glyphpro-flash:before {
    content: "\e242";
}

.glyphpro-floppy_disk:before {
    content: "\e444";
}

.glyphpro-floppy_open:before {
    content: "\e448";
}

.glyphpro-floppy_remove:before {
    content: "\e446";
}

.glyphpro-floppy_save:before {
    content: "\e447";
}

.glyphpro-floppy_saved:before {
    content: "\e445";
}

.glyphpro-flower:before {
    content: "\2698";
}

.glyphpro-folder_closed:before {
    content: "\e441";
}

.glyphpro-folder_flag:before {
    content: "\e149";
}

.glyphpro-folder_lock:before {
    content: "\e148";
}

.glyphpro-folder_minus:before {
    content: "\e147";
}

.glyphpro-folder_new:before {
    content: "\e150";
}

.glyphpro-folder_open:before {
    content: "\e145";
}

.glyphpro-folder_plus:before {
    content: "\e146";
}

.glyphpro-font:before {
    content: "\e101";
}

.glyphpro-forward:before {
    content: "\e177";
}

.glyphpro-french_press:before {
    content: "\e294";
}

.glyphpro-full_arrow_down:before {
    content: "\e220";
}

.glyphpro-full_arrow_left:before {
    content: "\e217";
}

.glyphpro-full_arrow_right:before {
    content: "\e218";
}

.glyphpro-full_arrow_up:before {
    content: "\e219";
}

.glyphpro-full_screen:before {
    content: "\e350";
}

.glyphpro-gamepad:before {
    content: "\e322";
}

.glyphpro-gbp:before {
    content: "\e229";
}

.glyphpro-gift:before {
    content: "\e070";
}

.glyphpro-git_branch:before {
    content: "\e423";
}

.glyphpro-git_commit:before {
    content: "\e430";
}

.glyphpro-git_compare:before {
    content: "\e429";
}

.glyphpro-git_create:before {
    content: "\e424";
}

.glyphpro-git_delete:before {
    content: "\e426";
}

.glyphpro-git_merge:before {
    content: "\e427";
}

.glyphpro-git_private:before {
    content: "\e425";
}

.glyphpro-git_pull_request:before {
    content: "\e428";
}

.glyphpro-glass:before {
    content: "\e001";
}

.glyphpro-global:before {
    content: "\e372";
}

.glyphpro-globe:before {
    content: "\e341";
}

.glyphpro-globe_alt:before {
    content: "\e371";
}

.glyphpro-golf:before {
    content: "\e437";
}

.glyphpro-golf_course:before {
    content: "\e403";
}

.glyphpro-google_maps:before {
    content: "\e243";
}

.glyphpro-grater:before {
    content: "\e297";
}

.glyphpro-hand_down:before {
    content: "\e349";
}

.glyphpro-hand_left:before {
    content: "\e347";
}

.glyphpro-hand_right:before {
    content: "\e346";
}

.glyphpro-hand_up:before {
    content: "\e348";
}

.glyphpro-handsaw:before {
    content: "\e377";
}

.glyphpro-hdd:before {
    content: "\e343";
}

.glyphpro-header:before {
    content: "\e460";
}

.glyphpro-headphones:before {
    content: "\e077";
}

.glyphpro-headset:before {
    content: "\e078";
}

.glyphpro-heart:before {
    content: "\e013";
}

.glyphpro-heart_empty:before {
    content: "\e020";
}

.glyphpro-heat:before {
    content: "\e085";
}

.glyphpro-history:before {
    content: "\e058";
}

.glyphpro-hockey:before {
    content: "\e438";
}

.glyphpro-home:before {
    content: "\e021";
}

.glyphpro-hospital:before {
    content: "\e299";
}

.glyphpro-hospital_h:before {
    content: "\e300";
}

.glyphpro-imac:before {
    content: "\e161";
}

.glyphpro-inbox:before {
    content: "\e131";
}

.glyphpro-inbox_in:before {
    content: "\e135";
}

.glyphpro-inbox_lock:before {
    content: "\e134";
}

.glyphpro-inbox_minus:before {
    content: "\e133";
}

.glyphpro-inbox_out:before {
    content: "\e136";
}

.glyphpro-inbox_plus:before {
    content: "\e132";
}

.glyphpro-ipad:before {
    content: "\e163";
}

.glyphpro-iphone:before {
    content: "\e164";
}

.glyphpro-iphone_exchange:before {
    content: "\e166";
}

.glyphpro-iphone_shake:before {
    content: "\e337";
}

.glyphpro-iphone_transfer:before {
    content: "\e165";
}

.glyphpro-ipod:before {
    content: "\e167";
}

.glyphpro-ipod_shuffle:before {
    content: "\e168";
}

.glyphpro-italic:before {
    content: "\e102";
}

.glyphpro-justify:before {
    content: "\e114";
}

.glyphpro-kettle:before {
    content: "\e298";
}

.glyphpro-keyboard_cable:before {
    content: "\e270";
}

.glyphpro-keyboard_wifi:before {
    content: "\e269";
}

.glyphpro-keynote:before {
    content: "\e062";
}

.glyphpro-keys:before {
    content: "\e045";
}

.glyphpro-kiosk:before {
    content: "\e454";
}

.glyphpro-kiosk_food:before {
    content: "\e457";
}

.glyphpro-kiosk_light:before {
    content: "\e456";
}

.glyphpro-kiosk_wheels:before {
    content: "\e455";
}

.glyphpro-leaf:before {
    content: "\e002";
}

.glyphpro-leather:before {
    content: "\e288";
}

.glyphpro-left_indent:before {
    content: "\e109";
}

.glyphpro-life_preserver:before {
    content: "\e308";
}

.glyphpro-lightbulb:before {
    content: "\e065";
}

.glyphpro-link:before {
    content: "\e051";
}

.glyphpro-list:before {
    content: "\e115";
}

.glyphpro-lock:before {
    content: "\e204";
}

.glyphpro-log_book:before {
    content: "\e088";
}

.glyphpro-log_in:before {
    content: "\e387";
}

.glyphpro-log_out:before {
    content: "\e388";
}

.glyphpro-luggage:before {
    content: "\e034";
}

.glyphpro-macbook:before {
    content: "\e162";
}

.glyphpro-magic:before {
    content: "\e010";
}

.glyphpro-magnet:before {
    content: "\e024";
}

.glyphpro-male:before {
    content: "\e247";
}

.glyphpro-message_ban:before {
    content: "\e127";
}

.glyphpro-message_empty:before {
    content: "\e122";
}

.glyphpro-message_flag:before {
    content: "\e128";
}

.glyphpro-message_forward:before {
    content: "\e381";
}

.glyphpro-message_full:before {
    content: "\e121";
}

.glyphpro-message_in:before {
    content: "\e123";
}

.glyphpro-message_lock:before {
    content: "\e129";
}

.glyphpro-message_minus:before {
    content: "\e126";
}

.glyphpro-message_new:before {
    content: "\e130";
}

.glyphpro-message_out:before {
    content: "\e124";
}

.glyphpro-message_plus:before {
    content: "\e125";
}

.glyphpro-microphone:before {
    content: "\e301";
}

.glyphpro-minus:before {
    content: "\2212";
}

.glyphpro-money:before {
    content: "\e459";
}

.glyphpro-moon:before {
    content: "\e231";
}

.glyphpro-more:before {
    content: "\e188";
}

.glyphpro-more_items:before {
    content: "\e319";
}

.glyphpro-more_windows:before {
    content: "\e155";
}

.glyphpro-move:before {
    content: "\e187";
}

.glyphpro-music:before {
    content: "\e018";
}

.glyphpro-mute:before {
    content: "\e183";
}

.glyphpro-nails:before {
    content: "\e374";
}

.glyphpro-nameplate:before {
    content: "\e353";
}

.glyphpro-nameplate_alt:before {
    content: "\e354";
}

.glyphpro-new_window:before {
    content: "\e152";
}

.glyphpro-new_window_alt:before {
    content: "\e390";
}

.glyphpro-note:before {
    content: "\e019";
}

.glyphpro-notes:before {
    content: "\e040";
}

.glyphpro-notes_2:before {
    content: "\e030";
}

.glyphpro-ok_2:before {
    content: "\e207";
}

.glyphpro-oxygen:before {
    content: "\e253";
}

.glyphpro-package:before {
    content: "\e412";
}

.glyphpro-pants:before {
    content: "\e285";
}

.glyphpro-paperclip:before {
    content: "\e063";
}

.glyphpro-pause:before {
    content: "\e175";
}

.glyphpro-pen:before {
    content: "\e236";
}

.glyphpro-pencil:before {
    content: "\270f";
}

.glyphpro-phone_alt:before {
    content: "\e442";
}

.glyphpro-piano:before {
    content: "\e327";
}

.glyphpro-picture:before {
    content: "\e139";
}

.glyphpro-pie_chart:before {
    content: "\e043";
}

.glyphpro-pin_flag:before {
    content: "\e338";
}

.glyphpro-pins:before {
    content: "\e239";
}

.glyphpro-pipe:before {
    content: "\e439";
}

.glyphpro-pizza:before {
    content: "\e278";
}

.glyphpro-play:before {
    content: "\e174";
}

.glyphpro-play_button:before {
    content: "\e221";
}

.glyphpro-playlist:before {
    content: "\e160";
}

.glyphpro-plug:before {
    content: "\e266";
}

.glyphpro-plus:before {
    content: "\002b";
}

.glyphpro-podium:before {
    content: "\e329";
}

.glyphpro-pool:before {
    content: "\e261";
}

.glyphpro-pot:before {
    content: "\e296";
}

.glyphpro-power:before {
    content: "\e064";
}

.glyphpro-print:before {
    content: "\e016";
}

.glyphpro-projector:before {
    content: "\e057";
}

.glyphpro-pushpin:before {
    content: "\e336";
}

.glyphpro-qrcode:before {
    content: "\e259";
}

.glyphpro-rabbit:before {
    content: "\e340";
}

.glyphpro-radar:before {
    content: "\e401";
}

.glyphpro-random:before {
    content: "\e084";
}

.glyphpro-record:before {
    content: "\e170";
}

.glyphpro-redo:before {
    content: "\e435";
}

.glyphpro-refresh:before {
    content: "\e082";
}

.glyphpro-registered:before {
    content: "\e400";
}

.glyphpro-remove:before {
    content: "\e198";
}

.glyphpro-remove_2:before {
    content: "\e208";
}

.glyphpro-repeat:before {
    content: "\e086";
}

.glyphpro-resize_full:before {
    content: "\e216";
}

.glyphpro-resize_small:before {
    content: "\e215";
}

.glyphpro-restart:before {
    content: "\e366";
}

.glyphpro-retweet:before {
    content: "\e081";
}

.glyphpro-retweet_2:before {
    content: "\e230";
}

.glyphpro-rewind:before {
    content: "\e173";
}

.glyphpro-riflescope:before {
    content: "\e378";
}

.glyphpro-right_indent:before {
    content: "\e110";
}

.glyphpro-ring:before {
    content: "\02da";
}

.glyphpro-road:before {
    content: "\e027";
}

.glyphpro-rotation_lock:before {
    content: "\e241";
}

.glyphpro-roundabout:before {
    content: "\e083";
}

.glyphpro-router:before {
    content: "\e047";
}

.glyphpro-rugby:before {
    content: "\e313";
}

.glyphpro-ruler:before {
    content: "\e069";
}

.glyphpro-sampler:before {
    content: "\e328";
}

.glyphpro-saw_blade:before {
    content: "\e462";
}

.glyphpro-scissors:before {
    content: "\e289";
}

.glyphpro-screenshot:before {
    content: "\e186";
}

.glyphpro-scuba:before {
    content: "\e252";
}

.glyphpro-search:before {
    content: "\e028";
}

.glyphpro-send:before {
    content: "\e422";
}

.glyphpro-server:before {
    content: "\e464";
}

.glyphpro-server_ban:before {
    content: "\e467";
}

.glyphpro-server_flag:before {
    content: "\e468";
}

.glyphpro-server_lock:before {
    content: "\e469";
}

.glyphpro-server_minus:before {
    content: "\e466";
}

.glyphpro-server_new:before {
    content: "\e470";
}

.glyphpro-server_plus:before {
    content: "\e465";
}

.glyphpro-settings:before {
    content: "\e281";
}

.glyphpro-share:before {
    content: "\e223";
}

.glyphpro-share_alt:before {
    content: "\e309";
}

.glyphpro-sheriff_star:before {
    content: "\e258";
}

.glyphpro-shield:before {
    content: "\e271";
}

.glyphpro-shirt:before {
    content: "\e385";
}

.glyphpro-shoe_steps:before {
    content: "\e432";
}

.glyphpro-shop:before {
    content: "\e453";
}

.glyphpro-shop_window:before {
    content: "\e452";
}

.glyphpro-shopping_bag:before {
    content: "\e351";
}

.glyphpro-shopping_cart:before {
    content: "\e203";
}

.glyphpro-show_lines:before {
    content: "\e159";
}

.glyphpro-signal:before {
    content: "\e080";
}

.glyphpro-skateboard:before {
    content: "\e402";
}

.glyphpro-skull:before {
    content: "\e291";
}

.glyphpro-smoking:before {
    content: "\e363";
}

.glyphpro-snorkel:before {
    content: "\e251";
}

.glyphpro-snowflake:before {
    content: "\2744";
}

.glyphpro-soccer_ball:before {
    content: "\e330";
}

.glyphpro-sort:before {
    content: "\e320";
}

.glyphpro-sort_alpha:before {
    content: "\e405";
}

.glyphpro-sort_alpha_alt:before {
    content: "\e406";
}

.glyphpro-sort_attributes:before {
    content: "\e409";
}

.glyphpro-sort_attributes_alt:before {
    content: "\e410";
}

.glyphpro-sort_order:before {
    content: "\e407";
}

.glyphpro-sort_order_alt:before {
    content: "\e408";
}

.glyphpro-sorting:before {
    content: "\e404";
}

.glyphpro-sound_51:before {
    content: "\e396";
}

.glyphpro-sound_61:before {
    content: "\e397";
}

.glyphpro-sound_71:before {
    content: "\e398";
}

.glyphpro-sound_dolby:before {
    content: "\e395";
}

.glyphpro-sound_stereo:before {
    content: "\e394";
}

.glyphpro-spade:before {
    content: "\e263";
}

.glyphpro-spray:before {
    content: "\e373";
}

.glyphpro-star:before {
    content: "\e050";
}

.glyphpro-stats:before {
    content: "\e041";
}

.glyphpro-step_backward:before {
    content: "\e171";
}

.glyphpro-step_forward:before {
    content: "\e179";
}

.glyphpro-stop:before {
    content: "\e176";
}

.glyphpro-stopwatch:before {
    content: "\e056";
}

.glyphpro-stroller:before {
    content: "\e076";
}

.glyphpro-subtitles:before {
    content: "\e393";
}

.glyphpro-suitcase:before {
    content: "\e358";
}

.glyphpro-sun:before {
    content: "\2609";
}

.glyphpro-sweater:before {
    content: "\e286";
}

.glyphpro-t-shirt:before {
    content: "\e284";
}

.glyphpro-table:before {
    content: "\e120";
}

.glyphpro-table_tennis:before {
    content: "\e315";
}

.glyphpro-tablet:before {
    content: "\e280";
}

.glyphpro-tag:before {
    content: "\e066";
}

.glyphpro-tags:before {
    content: "\e067";
}

.glyphpro-tea_kettle:before {
    content: "\e293";
}

.glyphpro-temple_buddhist:before {
    content: "\e306";
}

.glyphpro-temple_christian:before {
    content: "\e303";
}

.glyphpro-temple_hindu:before {
    content: "\e305";
}

.glyphpro-temple_islam:before {
    content: "\e304";
}

.glyphpro-text_bigger:before {
    content: "\e117";
}

.glyphpro-text_height:before {
    content: "\e106";
}

.glyphpro-text_resize:before {
    content: "\e108";
}

.glyphpro-text_smaller:before {
    content: "\e116";
}

.glyphpro-text_strike:before {
    content: "\e105";
}

.glyphpro-text_underline:before {
    content: "\e104";
}

.glyphpro-text_width:before {
    content: "\e107";
}

.glyphpro-thumbnails:before {
    content: "\e157";
}

.glyphpro-thumbnails_lines:before {
    content: "\e158";
}

.glyphpro-thumbs_down:before {
    content: "\e345";
}

.glyphpro-thumbs_up:before {
    content: "\e344";
}

.glyphpro-tie:before {
    content: "\e325";
}

.glyphpro-tint:before {
    content: "\e093";
}

.glyphpro-tower:before {
    content: "\e421";
}

.glyphpro-train:before {
    content: "\e015";
}

.glyphpro-transfer:before {
    content: "\e458";
}

.glyphpro-translate:before {
    content: "\e449";
}

.glyphpro-tree_conifer:before {
    content: "\e317";
}

.glyphpro-tree_deciduous:before {
    content: "\e318";
}

.glyphpro-truck:before {
    content: "\e059";
}

.glyphpro-turtle:before {
    content: "\e339";
}

.glyphpro-umbrella:before {
    content: "\2602";
}

.glyphpro-umbrella_beach:before {
    content: "\e014";
}

.glyphpro-unchecked:before {
    content: "\e154";
}

.glyphpro-underwear:before {
    content: "\e386";
}

.glyphpro-undo:before {
    content: "\e436";
}

.glyphpro-unlock:before {
    content: "\e205";
}

.glyphpro-unshare:before {
    content: "\e222";
}

.glyphpro-us_socket:before {
    content: "\e380";
}

.glyphpro-usd:before {
    content: "\e228";
}

.glyphpro-user:before {
    content: "\e004";
}

.glyphpro-user_add:before {
    content: "\e007";
}

.glyphpro-user_girl:before {
    content: "\e005";
}

.glyphpro-user_group:before {
    content: "\e044";
}

.glyphpro-user_old_man:before {
    content: "\e035";
}

.glyphpro-user_parents:before {
    content: "\e025";
}

.glyphpro-user_remove:before {
    content: "\e008";
}

.glyphpro-user_woman:before {
    content: "\e036";
}

.glyphpro-vases:before {
    content: "\e355";
}

.glyphpro-vcard:before {
    content: "\e265";
}

.glyphpro-vector_all:before {
    content: "\e100";
}

.glyphpro-vector_circle:before {
    content: "\e096";
}

.glyphpro-vector_curve:before {
    content: "\e099";
}

.glyphpro-vector_line:before {
    content: "\e098";
}

.glyphpro-vector_polygon:before {
    content: "\e097";
}

.glyphpro-vector_square:before {
    content: "\e095";
}

.glyphpro-video_hd:before {
    content: "\e392";
}

.glyphpro-video_sd:before {
    content: "\e391";
}

.glyphpro-volume_down:before {
    content: "\e185";
}

.glyphpro-volume_up:before {
    content: "\e184";
}

.glyphpro-wallet:before {
    content: "\e326";
}

.glyphpro-warning_sign:before {
    content: "\e079";
}

.glyphpro-webcam:before {
    content: "\e302";
}

.glyphpro-wifi:before {
    content: "\e074";
}

.glyphpro-wifi_alt:before {
    content: "\e033";
}

.glyphpro-wrench:before {
    content: "\e440";
}

.glyphpro-zoom_in:before {
    content: "\e237";
}

.glyphpro-zoom_out:before {
    content: "\e238";
}



.glyphpro-industrial-zone:before {
    content: "\e620";
}
.glyphpro-call-traffic:before {
    content: "\e665";
}
@font-face {
    font-family: 'Glyphicons files';
    src: url('glyphicons-1.9.2/glyphicons-filetypes-regular-76e839da0dd30c4dcbb9ff4ba927d395.eot');
    src: url('glyphicons-1.9.2/glyphicons-filetypes-regular-76e839da0dd30c4dcbb9ff4ba927d395.eot?#iefix') format('embedded-opentype'), url('glyphicons-1.9.2/glyphicons-filetypes-regular-f7b7d3e7539cbdeb6ad25cbc3f14ce9e.woff') format('woff'), url('glyphicons-1.9.2/glyphicons-filetypes-regular-1e64f923cdf0623475edefe48d9a1346.ttf') format('truetype'), url('glyphicons-1.9.2/glyphicons-filetypes-regular-6be5a2a316a12a1a33cf8aeb6bce3122.svg#glyphicons-filetypes-regular') format('svg');
}

.glyphfiles {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons files';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphfiles-txt:before {
    content: "\e001";
}

.glyphfiles-doc:before {
    content: "\e002";
}

.glyphfiles-rtf:before {
    content: "\e003";
}

.glyphfiles-log:before {
    content: "\e004";
}

.glyphfiles-tex:before {
    content: "\e005";
}

.glyphfiles-msg:before {
    content: "\e006";
}

.glyphfiles-text:before {
    content: "\e007";
}

.glyphfiles-wpd:before {
    content: "\e008";
}

.glyphfiles-wps:before {
    content: "\e009";
}

.glyphfiles-docx:before {
    content: "\e010";
}

.glyphfiles-page:before {
    content: "\e011";
}

.glyphfiles-csv:before {
    content: "\e012";
}

.glyphfiles-dat:before {
    content: "\e013";
}

.glyphfiles-tar:before {
    content: "\e014";
}

.glyphfiles-xml:before {
    content: "\e015";
}

.glyphfiles-vcf:before {
    content: "\e016";
}

.glyphfiles-pps:before {
    content: "\e017";
}

.glyphfiles-key:before {
    content: "\e018";
}

.glyphfiles-ppt:before {
    content: "\e019";
}

.glyphfiles-pptx:before {
    content: "\e020";
}

.glyphfiles-sdf:before {
    content: "\e021";
}

.glyphfiles-gbr:before {
    content: "\e022";
}

.glyphfiles-ged:before {
    content: "\e023";
}

.glyphfiles-mp3:before {
    content: "\e024";
}

.glyphfiles-m4a:before {
    content: "\e025";
}

.glyphfiles-waw:before {
    content: "\e026";
}

.glyphfiles-wma:before {
    content: "\e027";
}

.glyphfiles-mpa:before {
    content: "\e028";
}

.glyphfiles-iff:before {
    content: "\e029";
}

.glyphfiles-aif:before {
    content: "\e030";
}

.glyphfiles-ra:before {
    content: "\e031";
}

.glyphfiles-mid:before {
    content: "\e032";
}

.glyphfiles-m3v:before {
    content: "\e033";
}

.glyphfiles-e_3gp:before {
    content: "\e034";
}

.glyphfiles-shf:before {
    content: "\e035";
}

.glyphfiles-avi:before {
    content: "\e036";
}

.glyphfiles-asx:before {
    content: "\e037";
}

.glyphfiles-mp4:before {
    content: "\e038";
}

.glyphfiles-e_3g2:before {
    content: "\e039";
}

.glyphfiles-mpg:before {
    content: "\e040";
}

.glyphfiles-asf:before {
    content: "\e041";
}

.glyphfiles-vob:before {
    content: "\e042";
}

.glyphfiles-wmv:before {
    content: "\e043";
}

.glyphfiles-mov:before {
    content: "\e044";
}

.glyphfiles-srt:before {
    content: "\e045";
}

.glyphfiles-m4v:before {
    content: "\e046";
}

.glyphfiles-flv:before {
    content: "\e047";
}

.glyphfiles-rm:before {
    content: "\e048";
}

.glyphfiles-png:before {
    content: "\e049";
}

.glyphfiles-psd:before {
    content: "\e050";
}

.glyphfiles-psp:before {
    content: "\e051";
}

.glyphfiles-jpg:before {
    content: "\e052";
}

.glyphfiles-tif:before {
    content: "\e053";
}

.glyphfiles-tiff:before {
    content: "\e054";
}

.glyphfiles-gif:before {
    content: "\e055";
}

.glyphfiles-bmp:before {
    content: "\e056";
}

.glyphfiles-tga:before {
    content: "\e057";
}

.glyphfiles-thm:before {
    content: "\e058";
}

.glyphfiles-yuv:before {
    content: "\e059";
}

.glyphfiles-dds:before {
    content: "\e060";
}

.glyphfiles-ai:before {
    content: "\e061";
}

.glyphfiles-eps:before {
    content: "\e062";
}

.glyphfiles-ps:before {
    content: "\e063";
}

.glyphfiles-svg:before {
    content: "\e064";
}

.glyphfiles-pdf:before {
    content: "\e065";
}

.glyphfiles-pct:before {
    content: "\e066";
}

.glyphfiles-indd:before {
    content: "\e067";
}

.glyphfiles-xlr:before {
    content: "\e068";
}

.glyphfiles-xls:before {
    content: "\e069";
}

.glyphfiles-xlsx:before {
    content: "\e070";
}

.glyphfiles-db:before {
    content: "\e071";
}

.glyphfiles-dbf:before {
    content: "\e072";
}

.glyphfiles-mdb:before {
    content: "\e073";
}

.glyphfiles-pdb:before {
    content: "\e074";
}

.glyphfiles-sql:before {
    content: "\e075";
}

.glyphfiles-aacd:before {
    content: "\e076";
}

.glyphfiles-app:before {
    content: "\e077";
}

.glyphfiles-exe:before {
    content: "\e078";
}

.glyphfiles-com:before {
    content: "\e079";
}

.glyphfiles-bat:before {
    content: "\e080";
}

.glyphfiles-apk:before {
    content: "\e081";
}

.glyphfiles-jar:before {
    content: "\e082";
}

.glyphfiles-hsf:before {
    content: "\e083";
}

.glyphfiles-pif:before {
    content: "\e084";
}

.glyphfiles-vb:before {
    content: "\e085";
}

.glyphfiles-cgi:before {
    content: "\e086";
}

.glyphfiles-css:before {
    content: "\e087";
}

.glyphfiles-js:before {
    content: "\e088";
}

.glyphfiles-php:before {
    content: "\e089";
}

.glyphfiles-xhtml:before {
    content: "\e090";
}

.glyphfiles-htm:before {
    content: "\e091";
}

.glyphfiles-html:before {
    content: "\e092";
}

.glyphfiles-asp:before {
    content: "\e093";
}

.glyphfiles-cer:before {
    content: "\e094";
}

.glyphfiles-jsp:before {
    content: "\e095";
}

.glyphfiles-cfm:before {
    content: "\e096";
}

.glyphfiles-aspx:before {
    content: "\e097";
}

.glyphfiles-rss:before {
    content: "\e098";
}

.glyphfiles-csr:before {
    content: "\e099";
}

.glyphfiles-less:before {
    content: "\003c";
}

.glyphfiles-otf:before {
    content: "\e101";
}

.glyphfiles-ttf:before {
    content: "\e102";
}

.glyphfiles-font:before {
    content: "\e103";
}

.glyphfiles-fnt:before {
    content: "\e104";
}

.glyphfiles-eot:before {
    content: "\e105";
}

.glyphfiles-woff:before {
    content: "\e106";
}

.glyphfiles-zip:before {
    content: "\e107";
}

.glyphfiles-zipx:before {
    content: "\e108";
}

.glyphfiles-rar:before {
    content: "\e109";
}

.glyphfiles-targ:before {
    content: "\e110";
}

.glyphfiles-sitx:before {
    content: "\e111";
}

.glyphfiles-deb:before {
    content: "\e112";
}

.glyphfiles-e_7z:before {
    content: "\e113";
}

.glyphfiles-pkg:before {
    content: "\e114";
}

.glyphfiles-rpm:before {
    content: "\e115";
}

.glyphfiles-cbr:before {
    content: "\e116";
}

.glyphfiles-gz:before {
    content: "\e117";
}

.glyphfiles-dmg:before {
    content: "\e118";
}

.glyphfiles-cue:before {
    content: "\e119";
}

.glyphfiles-bin:before {
    content: "\e120";
}

.glyphfiles-iso:before {
    content: "\e121";
}

.glyphfiles-hdf:before {
    content: "\e122";
}

.glyphfiles-vcd:before {
    content: "\e123";
}

.glyphfiles-bak:before {
    content: "\e124";
}

.glyphfiles-tmp:before {
    content: "\e125";
}

.glyphfiles-ics:before {
    content: "\e126";
}

.glyphfiles-msi:before {
    content: "\e127";
}

.glyphfiles-cfg:before {
    content: "\e128";
}

.glyphfiles-ini:before {
    content: "\e129";
}

.glyphfiles-prf:before {
    content: "\e130";
}

.glyphfiles-json:before {
    content: "\e131";
}
@font-face {
    font-family: 'Glyphicons social';
    src: url('glyphicons-1.9.2/glyphicons-social-regular-cec5ac74edbb7409f74f3f7b87e6e044.eot');
    src: url('glyphicons-1.9.2/glyphicons-social-regular-cec5ac74edbb7409f74f3f7b87e6e044.eot?#iefix') format('embedded-opentype'), url('glyphicons-1.9.2/glyphicons-social-regular-e7a5d23cf1d9a44908e2f2c54d275b9e.woff') format('woff'), url('glyphicons-1.9.2/glyphicons-social-regular-096af0978ffc667d3640ab654a40be10.ttf') format('truetype'), url('glyphicons-1.9.2/glyphicons-social-regular-ea720755a2f1fb9d35c71048ef83be18.svg#glyphicons-social-regular') format('svg');
}

.glyphsocial {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons social';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphsocial-pinterest:before {
    content: "\e001";
}

.glyphsocial-dropbox:before {
    content: "\e002";
}

.glyphsocial-google_plus:before {
    content: "\e003";
}

.glyphsocial-jollcloud:before {
    content: "\e004";
}

.glyphsocial-yahoo:before {
    content: "\e005";
}

.glyphsocial-blogger:before {
    content: "\e006";
}

.glyphsocial-picasa:before {
    content: "\e007";
}

.glyphsocial-amazon:before {
    content: "\e008";
}

.glyphsocial-tumblr:before {
    content: "\e009";
}

.glyphsocial-wordpress:before {
    content: "\e010";
}

.glyphsocial-instapaper:before {
    content: "\e011";
}

.glyphsocial-evernote:before {
    content: "\e012";
}

.glyphsocial-xing:before {
    content: "\e013";
}

.glyphsocial-zootool:before {
    content: "\e014";
}

.glyphsocial-dribbble:before {
    content: "\e015";
}

.glyphsocial-deviantart:before {
    content: "\e016";
}

.glyphsocial-read_it_later:before {
    content: "\e017";
}

.glyphsocial-linked_in:before {
    content: "\e018";
}

.glyphsocial-forrst:before {
    content: "\e019";
}

.glyphsocial-pinboard:before {
    content: "\e020";
}

.glyphsocial-behance:before {
    content: "\e021";
}

.glyphsocial-github:before {
    content: "\e022";
}

.glyphsocial-youtube:before {
    content: "\e023";
}

.glyphsocial-skitch:before {
    content: "\e024";
}

.glyphsocial-foursquare:before {
    content: "\e025";
}

.glyphsocial-quora:before {
    content: "\e026";
}

.glyphsocial-badoo:before {
    content: "\e027";
}

.glyphsocial-spotify:before {
    content: "\e028";
}

.glyphsocial-stumbleupon:before {
    content: "\e029";
}

.glyphsocial-readability:before {
    content: "\e030";
}

.glyphsocial-facebook:before {
    content: "\e031";
}

.glyphsocial-twitter:before {
    content: "\e032";
}

.glyphsocial-instagram:before {
    content: "\e033";
}

.glyphsocial-posterous_space:before {
    content: "\e034";
}

.glyphsocial-vimeo:before {
    content: "\e035";
}

.glyphsocial-flickr:before {
    content: "\e036";
}

.glyphsocial-last_fm:before {
    content: "\e037";
}

.glyphsocial-rss:before {
    content: "\e038";
}

.glyphsocial-skype:before {
    content: "\e039";
}

.glyphsocial-email:before {
    content: "\e040";
}

.glyphsocial-vine:before {
    content: "\e041";
}

.glyphsocial-myspace:before {
    content: "\e042";
}

.glyphsocial-goodreads:before {
    content: "\e043";
}

.glyphsocial-apple:before {
    content: "\f8ff";
}

.glyphsocial-windows:before {
    content: "\e045";
}

.glyphsocial-yelp:before {
    content: "\e046";
}

.glyphsocial-playstation:before {
    content: "\e047";
}

.glyphsocial-xbox:before {
    content: "\e048";
}

.glyphsocial-android:before {
    content: "\e049";
}

.glyphsocial-ios:before {
    content: "\e050";
}

/*
*
*= require bootstrap-4.5.0-dist/css/bootstrap
*= require bootstrap-4.5.0-dist/css/bootstrap-grid
*= require bootstrap-4.5.0-dist/css/bootstrap-reboot
*= require glyphicons-2.3/glyphicons-basic-regular
*= require glyphicons-1.9.2/glyphicons.regular
*= require glyphicons-1.9.2/glyphicons.pro
*= require glyphicons-1.9.2/glyphicons.files
*= require glyphicons-1.9.2/glyphicons.social
*= require_self
*/

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container-fluid {
    padding: 60px 15px 0;
}

.footer {
    /*background-color: #f5f5f5;*/
    background-color: #ddd;
    /*background-color: red;*/
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    z-index: 10000;
}

.footer > .container-fluid {
    font-size: 80%;
    font-style: italic;
    padding-right: 15px;
    padding-left: 15px;
}

a {
    color: #155724;
}
a:HOVER {
    color: #333;
}

code {
    font-size: 80%;
}

pre {
    padding: 0;
    margin: 0;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}



.grecaptcha-badge {
    bottom:4em !important;
}

.eulaText {
    margin-top: 3em;
    font-size: 90%;
    scroll-behavior: auto;
    width: 90%;
}

.CodeMirror {
    resize: vertical;
    overflow: auto !important;
}

.emptyMap {
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 200%;
    min-height: 5em;
}

.headerRow {
    font-weight: bold;
    border-bottom: 2px solid #555;
}
.oddRow {
    background-color: #ddd;
}
.oddRow, .evenRow {
    border-left: 1px solid #555;
    border-right: 1px solid #555;
}
.lastRow {
    border-bottom: 2px solid #555;
}

.casePageContainer {
    margin-bottom: 1em;
}
.caseActionContainer {
}
.caseSectionRow div{

}
.actionDescriptionContainerCard, .memoDescriptionContainerCard, .violationDescriptionContainerCard {
    background-color: #ddd;
    margin-top: -1em;
}
.actionDescriptionContent, .memoDescriptionContent, .violationDescriptionContent {
    padding: 1em;
    border: 1px solid #888;
    border-radius: 10px;
    width: 100%;
    overflow-y: auto;
    max-height: 30em;
    background-color: white;
    /*white-space: pre-wrap;*/
    /*word-wrap: break-word;*/
}
.actionDescriptionContent pre, .memoDescriptionContent pre, .violationDescriptionContent pre, .violationCodeDescriptionContent pre {
    font-size: 90%;
    white-space: pre-wrap;
}

.ceCodeContainer {
    white-space: pre-wrap;
    padding-left: 1em;
    padding-right: 1em;
    border: 1px solid #0b2e13;
    border-radius: 5px;
}

.violationCodeDescriptionContent {
    padding: 1em;
    border: 1px solid #888;
    border-radius: 10px;
    width: 100%;
    overflow-y: auto;
    max-height: 30em;
}


.attachmentContainer {
    width: 100%;
    text-align: center;
    min-height: 5em;
}

.attachmentThumbnailContainer {
    margin: 0.5em;
    height: 100%;
}

.attachmentThumbnailContainer img {
    border: 1px solid #555;
    border-radius: 5px;
    filter: drop-shadow(5px 10px 4px #999);
}


.attachmentNonThumbnailContainer {
    min-height: 5em;
    margin-left: 2em;
    margin-right: 2em;
}
.attachmentIconContainer {
    font-size: 300%;
}
.attachmentFilename {
    font-size: 80%;
    color: #555;
}

.removeAttachmentLink, .downloadAttachmentLink, .renameAttachmentLink {
    text-shadow: 1px 1px black;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #ddd;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-right: 0.2em;
}

.removeAttachmentLink:HOVER, .downloadAttachmentLink:HOVER {
    background-color: #155724;
    color: white;
}

.taxParcelSearchContainer {
    max-height: 35em;
    overflow-y: auto;
}


.homePageCaseNav a {
    border: 1px solid #155724;
    margin-left: 0.2em;
    margin-right: 0.2em;
    min-height: 6em;
    vertical-align: middle;
}
.homePageCaseNav a:HOVER {
    color: white;
    font-weight: bold;
    background-color: #155724;
    border: 1px solid black;
}

.userHomePageCaseContainer {

}
.userHomePageCaseStatusContainer {
    float: left;
    font-size: 300%;
    text-align: center;
    vertical-align: middle;
    height: 100%;
}
.userHomePageCaseInfoContainer {
    margin-left: 5em;
}

.userCaseActionList {
    list-style: none;
    margin: 0;
    padding: 0;
}
.userCaseActionListItem {
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
    border: 1px solid #444;
    border-radius: 5px;
    padding: 0.2em;
}
.dueDateOverdue {
    background-color:  rgb(255, 220, 220);
}
.dueDateFarAway {
    background-color: rgb(220, 255, 220);
}
.dueDateComingUp {
    background-color: rgb(255, 255, 220);
}
.dueDateUnknown {
    background-color: rgb(220, 220, 220);
}


#s3bucketDataTable td, #s3bucketDataTable th {
    padding: 0.3em;
}

.allBucketsList li a {
    margin-right: 2em;
    padding: 0.5em;
    border: 1px solid #ccc;
}
