@charset "UTF-8";

/*Calculate the rem value for font size and output both px and rem values*/

/*------------------------------------*\
$IMPORT BOOTSTRAP
\*------------------------------------*/

/* AVAILABLE FONTS
0: system-font-stack (default)
1: Open Sans Condensed
2: Barlow Semi Condensed
3: Roboto Slab
4: Oswald
5: Lato
6: Roboto
7: Open Sans
8: Merriweather
9: Staatliches
10: Courgette
11: Montserrat
12: ITC Officina Sans;
*/

/* $font-headings */

/* $font-headings */

/* $font-body */

/* $font-body */

/* $font-buttons */

/* $font-buttons */

/* $font-weight-headings */

/* $font-weight-headings */

/* $font-weight-body */

/* $font-weight-body */

/* $font-weight-buttons */

/* $font-weight-buttons */

/* $primary */

/* $primary */

/* $body-bg */

/* $body-bg */

/* $body-color */

/* $body-color */

/* $body-link-color */

/* $body-link-color */

/* $content-bg */

/* $content-bg */

/* $btn-color */

/* $btn-color */

/* $btn-text-color */

/* $btn-text-color */

/* $card-bg */

/* $card-bg */

/* $card-color */

/* $card-color */

/* $footer-bg */

/* $footer-bg */

/* $footer-color */

/* $footer-color */

/* $navbar-bg */

/* $navbar-bg */

/* $navbar-color */

/* $navbar-color */

/* $dropdown-bg */

/* $dropdown-bg */

/* $event-box-bg */

/* $event-box-bg */

/* $schedule-bg */

/* $schedule-bg */

/* $bg-social */

/* $bg-social */

/* $feature-bg */

/* $feature-bg */

/* $feature-color */

/* $feature-color */

/* $filter-bg */

/* $filter-bg */

/* $filter-color */

/* $filter-color */

/* $event-info-credits-bg */

/* $event-info-credits-bg */

/* AVAILABLE FONTS
0: System (default)
1: Open Sans Condensed
2: Barlow Semi Condensed
3: Roboto Slab
4: Oswald
5: Lato
6: Roboto
7: Open Sans
8: Merriweather
9: Staatliches
10: Courgette
11: Montserrat
*/

/* $font-headings */

/* $font-headings */

/* $font-body */

/* $font-body */

/* $font-buttons */

/* $font-buttons */

/* $font-weight-headings */

/* $font-weight-headings */

/* $font-weight-body */

/* $font-weight-body */

/* $font-weight-buttons */

/* $font-weight-buttons */

/* $primary */

/* $primary */

/* $body-bg */

/* $body-bg */

/* $body-color */

/* $body-color */

/* $body-link-color */

/* $body-link-color */

/* $content-bg */

/* $content-bg */

/* $btn-color */

/* $btn-color */

/* $btn-text-color */

/* $btn-text-color */

/* $card-bg */

/* $card-bg */

/* $card-color */

/* $card-color */

/* $footer-bg */

/* $footer-bg */

/* $footer-color */

/* $footer-color */

/* $navbar-bg */

/* $navbar-bg */

/* $navbar-color */

/* $navbar-color */

/* $dropdown-bg */

/* $dropdown-bg */

/* $event-box-bg */

/* $event-box-bg */

/* $schedule-bg */

/* $schedule-bg */

/* $bg-social */

/* $bg-social */

/* $feature-bg */

/* $feature-bg */

/* $feature-color */

/* $feature-color */

/* $filter-bg */

/* $filter-bg */

/* $filter-color */

/* $filter-color */

/* $event-info-credits-bg */

/* $event-info-credits-bg */

.movie-table-view table * {
  color: #FFF !important;
}

: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: #5e0e00;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --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 {
  -webkit-box-sizing: border-box;
          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: 300;
  line-height: 1.5;
  color: white;
  text-align: left;
  background-color: #3d0a01;
}

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

hr {
  -webkit-box-sizing: content-box;
          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;
  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: #5e0e00;
  text-decoration: underline;
  background-color: transparent;
}

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

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .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-family: inherit;
  font-weight: 300;
  line-height: 2;
  color: inherit;
}

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 #343a40;
}

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\A0";
}

.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-break: break-word;
}

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container,
.ad-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .ad-container {
    max-width: 100%;
  }
}

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

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

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

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

.row {
  display: -webkit-box;
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.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 .table {
  background-color: #3d0a01;
}

.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 {
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

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

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

.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-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: #212529;
  border-color: #32383e;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

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

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

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

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

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

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

.form-control:focus {
  color: white;
  background-color: transparent;
  border-color: #5e0e00;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.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::placeholder {
  color: #6c757d;
  opacity: 1;
}

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

select.form-control:focus::-ms-value {
  color: white;
  background-color: transparent;
}

.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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

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

.form-control-lg {
  height: calc(2.875rem + 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: -webkit-box;
  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 {
  color: #6c757d;
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -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 .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

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

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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' 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") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

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

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

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

.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 ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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 ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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 .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

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

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

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

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

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

.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 ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          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 ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

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

  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: white;
  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: 1rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

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

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

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          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: #5e0e00;
  border-color: #5e0e00;
}

.btn-primary:hover {
  color: #fff;
  background-color: #380800;
  border-color: #2b0600;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(118, 50, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(118, 50, 38, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #5e0e00;
  border-color: #5e0e00;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2b0600;
  border-color: #1e0500;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(118, 50, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(118, 50, 38, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-outline-primary {
  color: #5e0e00;
  border-color: #5e0e00;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #5e0e00;
  border-color: #5e0e00;
}

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #5e0e00;
  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: #5e0e00;
  border-color: #5e0e00;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(94, 14, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(94, 14, 0, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #5e0e00;
}

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

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}

.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:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #5e0e00;
}

.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -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: -webkit-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -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.3rem;
}

.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(2.875rem + 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.8125rem + 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          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 {
  color: #6c757d;
}

.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-repeat: no-repeat;
  background-position: center center;
  background-size: 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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 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' 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' 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;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    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(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.custom-select:focus::-ms-value {
  color: white;
  background-color: transparent;
}

.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 {
  opacity: 0;
}

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

.custom-select-lg {
  height: calc(2.875rem + 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(2.25rem + 2px);
  margin-bottom: 0;
}

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

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

.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(2.25rem + 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: 2.25rem;
  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: calc(1rem + 0.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 {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          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, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media screen and (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;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-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;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-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 {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.nav {
  display: -webkit-box;
  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: 1rem 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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
}

.navbar > .container,
.navbar > .ad-container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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: 1rem;
  padding-bottom: 1rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -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:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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 > .ad-container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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.9375rem;
    padding-left: 0.9375rem;
  }

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

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    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 > .ad-container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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.9375rem;
    padding-left: 0.9375rem;
  }

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

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    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 > .ad-container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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.9375rem;
    padding-left: 0.9375rem;
  }

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

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    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 > .ad-container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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.9375rem;
    padding-left: 0.9375rem;
  }

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

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

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

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .ad-container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

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

.navbar-expand > .container,
.navbar-expand > .ad-container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #5e0e00;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

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

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

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

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: 0 0 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: 0 solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.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 {
  width: 100%;
  border-radius: 0;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
        -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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card {
  overflow: hidden;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

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

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion .card .card-header {
  margin-bottom: 0;
}

.breadcrumb {
  display: -webkit-box;
  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 + .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
}

.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: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.page-item.active .page-link {
  z-index: 1;
  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: 100%;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.3125rem;
}

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: #5e0e00;
}

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

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

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

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

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

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

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

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

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

.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: #310700;
  background-color: #dfcfcc;
  border-color: #d2bcb8;
}

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

.alert-primary .alert-link {
  color: black;
}

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

@-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

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

.list-group-item-action:hover,
.list-group-item-action:focus {
  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;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.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-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

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

.list-group-item-primary {
  color: #310700;
  background-color: #d2bcb8;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #310700;
  background-color: #c8ada8;
}

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

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

.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) {
  cursor: pointer;
}

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

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  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 screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

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

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .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-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .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) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 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-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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 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-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) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  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-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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  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-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  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 screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    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;
  -webkit-transition-property: opacity;
  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;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}

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

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

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    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: 30px;
  height: 30px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 63 117'%3E%3Cpath d='M55.6,115.3 C56.4,116.1 57.4,116.5 58.5,116.5 C59.6,116.5 60.6,116.1 61.4,115.3 C63,113.7 63,111.1 61.4,109.5 L10.4,58.5 L61.4,7.5 C63,5.9 63,3.3 61.4,1.7 C59.8,0.1 57.2,0.1 55.6,1.7 L1.6,55.6 C5.38458167e-15,57.2 5.38458167e-15,59.8 1.6,61.4 L55.6,115.3 Z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 63 117'%3E%3Cpath d='M7.4,115.3 C6.6,116.1 5.6,116.5 4.5,116.5 C3.4,116.5 2.4,116.1 1.6,115.3 C-1.72084569e-15,113.7 -1.72084569e-15,111.1 1.6,109.5 L52.6,58.5 L1.6,7.5 C-8.82627305e-15,5.9 -8.82627305e-15,3.3 1.6,1.7 C3.2,0.1 5.8,0.1 7.4,1.7 L61.3,55.6 C62.9,57.2 62.9,59.8 61.3,61.4 L7.4,115.3 Z'/%3E%3C/svg%3E");
}

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

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 50px;
  height: 5px;
  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;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    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;
}

.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: #5e0e00 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2b0600 !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-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: #5e0e00 !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-white {
  border-color: #fff !important;
}

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

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

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

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

.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    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.85714286%;
}

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

.embed-responsive-3by4::before {
  padding-top: 133.33333333%;
}

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -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 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

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

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -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 {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -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 {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

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

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

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

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

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

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

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

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -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;
  }
}

.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;
  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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
          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;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-12 {
  margin: 0.75rem !important;
}

.mt-12,
.my-12 {
  margin-top: 0.75rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 0.75rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 0.75rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 0.75rem !important;
}

.m-20 {
  margin: 1.25rem !important;
}

.mt-20,
.my-20 {
  margin-top: 1.25rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 1.25rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 1.25rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 1.25rem !important;
}

.m-30 {
  margin: 1.875rem !important;
}

.mt-30,
.my-30 {
  margin-top: 1.875rem !important;
}

.mr-30,
.mx-30 {
  margin-right: 1.875rem !important;
}

.mb-30,
.my-30 {
  margin-bottom: 1.875rem !important;
}

.ml-30,
.mx-30 {
  margin-left: 1.875rem !important;
}

.m-50 {
  margin: 3.125rem !important;
}

.mt-50,
.my-50 {
  margin-top: 3.125rem !important;
}

.mr-50,
.mx-50 {
  margin-right: 3.125rem !important;
}

.mb-50,
.my-50 {
  margin-bottom: 3.125rem !important;
}

.ml-50,
.mx-50 {
  margin-left: 3.125rem !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;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-12 {
  padding: 0.75rem !important;
}

.pt-12,
.py-12 {
  padding-top: 0.75rem !important;
}

.pr-12,
.px-12 {
  padding-right: 0.75rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 0.75rem !important;
}

.pl-12,
.px-12 {
  padding-left: 0.75rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.pt-20,
.py-20 {
  padding-top: 1.25rem !important;
}

.pr-20,
.px-20 {
  padding-right: 1.25rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 1.25rem !important;
}

.pl-20,
.px-20 {
  padding-left: 1.25rem !important;
}

.p-30 {
  padding: 1.875rem !important;
}

.pt-30,
.py-30 {
  padding-top: 1.875rem !important;
}

.pr-30,
.px-30 {
  padding-right: 1.875rem !important;
}

.pb-30,
.py-30 {
  padding-bottom: 1.875rem !important;
}

.pl-30,
.px-30 {
  padding-left: 1.875rem !important;
}

.p-50 {
  padding: 3.125rem !important;
}

.pt-50,
.py-50 {
  padding-top: 3.125rem !important;
}

.pr-50,
.px-50 {
  padding-right: 3.125rem !important;
}

.pb-50,
.py-50 {
  padding-bottom: 3.125rem !important;
}

.pl-50,
.px-50 {
  padding-left: 3.125rem !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-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

.m-n12 {
  margin: -0.75rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -0.75rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -0.75rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -0.75rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -0.75rem !important;
}

.m-n20 {
  margin: -1.25rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -1.25rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -1.25rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -1.25rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -1.25rem !important;
}

.m-n30 {
  margin: -1.875rem !important;
}

.mt-n30,
.my-n30 {
  margin-top: -1.875rem !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -1.875rem !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -1.875rem !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -1.875rem !important;
}

.m-n50 {
  margin: -3.125rem !important;
}

.mt-n50,
.my-n50 {
  margin-top: -3.125rem !important;
}

.mr-n50,
.mx-n50 {
  margin-right: -3.125rem !important;
}

.mb-n50,
.my-n50 {
  margin-bottom: -3.125rem !important;
}

.ml-n50,
.mx-n50 {
  margin-left: -3.125rem !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;
  }

  .m-sm-6 {
    margin: 4.5rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }

  .m-sm-12 {
    margin: 0.75rem !important;
  }

  .mt-sm-12,
  .my-sm-12 {
    margin-top: 0.75rem !important;
  }

  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 0.75rem !important;
  }

  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 0.75rem !important;
  }

  .m-sm-20 {
    margin: 1.25rem !important;
  }

  .mt-sm-20,
  .my-sm-20 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 1.25rem !important;
  }

  .m-sm-30 {
    margin: 1.875rem !important;
  }

  .mt-sm-30,
  .my-sm-30 {
    margin-top: 1.875rem !important;
  }

  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 1.875rem !important;
  }

  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 1.875rem !important;
  }

  .m-sm-50 {
    margin: 3.125rem !important;
  }

  .mt-sm-50,
  .my-sm-50 {
    margin-top: 3.125rem !important;
  }

  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 3.125rem !important;
  }

  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 3.125rem !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;
  }

  .p-sm-6 {
    padding: 4.5rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }

  .p-sm-12 {
    padding: 0.75rem !important;
  }

  .pt-sm-12,
  .py-sm-12 {
    padding-top: 0.75rem !important;
  }

  .pr-sm-12,
  .px-sm-12 {
    padding-right: 0.75rem !important;
  }

  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-12,
  .px-sm-12 {
    padding-left: 0.75rem !important;
  }

  .p-sm-20 {
    padding: 1.25rem !important;
  }

  .pt-sm-20,
  .py-sm-20 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-20,
  .px-sm-20 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-20,
  .px-sm-20 {
    padding-left: 1.25rem !important;
  }

  .p-sm-30 {
    padding: 1.875rem !important;
  }

  .pt-sm-30,
  .py-sm-30 {
    padding-top: 1.875rem !important;
  }

  .pr-sm-30,
  .px-sm-30 {
    padding-right: 1.875rem !important;
  }

  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-sm-30,
  .px-sm-30 {
    padding-left: 1.875rem !important;
  }

  .p-sm-50 {
    padding: 3.125rem !important;
  }

  .pt-sm-50,
  .py-sm-50 {
    padding-top: 3.125rem !important;
  }

  .pr-sm-50,
  .px-sm-50 {
    padding-right: 3.125rem !important;
  }

  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-sm-50,
  .px-sm-50 {
    padding-left: 3.125rem !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-n6 {
    margin: -4.5rem !important;
  }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }

  .m-sm-n12 {
    margin: -0.75rem !important;
  }

  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -0.75rem !important;
  }

  .m-sm-n20 {
    margin: -1.25rem !important;
  }

  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -1.25rem !important;
  }

  .m-sm-n30 {
    margin: -1.875rem !important;
  }

  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -1.875rem !important;
  }

  .m-sm-n50 {
    margin: -3.125rem !important;
  }

  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -3.125rem !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;
  }

  .m-md-6 {
    margin: 4.5rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }

  .m-md-12 {
    margin: 0.75rem !important;
  }

  .mt-md-12,
  .my-md-12 {
    margin-top: 0.75rem !important;
  }

  .mr-md-12,
  .mx-md-12 {
    margin-right: 0.75rem !important;
  }

  .mb-md-12,
  .my-md-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-md-12,
  .mx-md-12 {
    margin-left: 0.75rem !important;
  }

  .m-md-20 {
    margin: 1.25rem !important;
  }

  .mt-md-20,
  .my-md-20 {
    margin-top: 1.25rem !important;
  }

  .mr-md-20,
  .mx-md-20 {
    margin-right: 1.25rem !important;
  }

  .mb-md-20,
  .my-md-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-20,
  .mx-md-20 {
    margin-left: 1.25rem !important;
  }

  .m-md-30 {
    margin: 1.875rem !important;
  }

  .mt-md-30,
  .my-md-30 {
    margin-top: 1.875rem !important;
  }

  .mr-md-30,
  .mx-md-30 {
    margin-right: 1.875rem !important;
  }

  .mb-md-30,
  .my-md-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-md-30,
  .mx-md-30 {
    margin-left: 1.875rem !important;
  }

  .m-md-50 {
    margin: 3.125rem !important;
  }

  .mt-md-50,
  .my-md-50 {
    margin-top: 3.125rem !important;
  }

  .mr-md-50,
  .mx-md-50 {
    margin-right: 3.125rem !important;
  }

  .mb-md-50,
  .my-md-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-md-50,
  .mx-md-50 {
    margin-left: 3.125rem !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;
  }

  .p-md-6 {
    padding: 4.5rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }

  .p-md-12 {
    padding: 0.75rem !important;
  }

  .pt-md-12,
  .py-md-12 {
    padding-top: 0.75rem !important;
  }

  .pr-md-12,
  .px-md-12 {
    padding-right: 0.75rem !important;
  }

  .pb-md-12,
  .py-md-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-12,
  .px-md-12 {
    padding-left: 0.75rem !important;
  }

  .p-md-20 {
    padding: 1.25rem !important;
  }

  .pt-md-20,
  .py-md-20 {
    padding-top: 1.25rem !important;
  }

  .pr-md-20,
  .px-md-20 {
    padding-right: 1.25rem !important;
  }

  .pb-md-20,
  .py-md-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-20,
  .px-md-20 {
    padding-left: 1.25rem !important;
  }

  .p-md-30 {
    padding: 1.875rem !important;
  }

  .pt-md-30,
  .py-md-30 {
    padding-top: 1.875rem !important;
  }

  .pr-md-30,
  .px-md-30 {
    padding-right: 1.875rem !important;
  }

  .pb-md-30,
  .py-md-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-md-30,
  .px-md-30 {
    padding-left: 1.875rem !important;
  }

  .p-md-50 {
    padding: 3.125rem !important;
  }

  .pt-md-50,
  .py-md-50 {
    padding-top: 3.125rem !important;
  }

  .pr-md-50,
  .px-md-50 {
    padding-right: 3.125rem !important;
  }

  .pb-md-50,
  .py-md-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-md-50,
  .px-md-50 {
    padding-left: 3.125rem !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-n6 {
    margin: -4.5rem !important;
  }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }

  .m-md-n12 {
    margin: -0.75rem !important;
  }

  .mt-md-n12,
  .my-md-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -0.75rem !important;
  }

  .m-md-n20 {
    margin: -1.25rem !important;
  }

  .mt-md-n20,
  .my-md-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -1.25rem !important;
  }

  .m-md-n30 {
    margin: -1.875rem !important;
  }

  .mt-md-n30,
  .my-md-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -1.875rem !important;
  }

  .m-md-n50 {
    margin: -3.125rem !important;
  }

  .mt-md-n50,
  .my-md-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -3.125rem !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;
  }

  .m-lg-6 {
    margin: 4.5rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }

  .m-lg-12 {
    margin: 0.75rem !important;
  }

  .mt-lg-12,
  .my-lg-12 {
    margin-top: 0.75rem !important;
  }

  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 0.75rem !important;
  }

  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 0.75rem !important;
  }

  .m-lg-20 {
    margin: 1.25rem !important;
  }

  .mt-lg-20,
  .my-lg-20 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 1.25rem !important;
  }

  .m-lg-30 {
    margin: 1.875rem !important;
  }

  .mt-lg-30,
  .my-lg-30 {
    margin-top: 1.875rem !important;
  }

  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 1.875rem !important;
  }

  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 1.875rem !important;
  }

  .m-lg-50 {
    margin: 3.125rem !important;
  }

  .mt-lg-50,
  .my-lg-50 {
    margin-top: 3.125rem !important;
  }

  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 3.125rem !important;
  }

  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 3.125rem !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;
  }

  .p-lg-6 {
    padding: 4.5rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }

  .p-lg-12 {
    padding: 0.75rem !important;
  }

  .pt-lg-12,
  .py-lg-12 {
    padding-top: 0.75rem !important;
  }

  .pr-lg-12,
  .px-lg-12 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-12,
  .px-lg-12 {
    padding-left: 0.75rem !important;
  }

  .p-lg-20 {
    padding: 1.25rem !important;
  }

  .pt-lg-20,
  .py-lg-20 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-20,
  .px-lg-20 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-20,
  .px-lg-20 {
    padding-left: 1.25rem !important;
  }

  .p-lg-30 {
    padding: 1.875rem !important;
  }

  .pt-lg-30,
  .py-lg-30 {
    padding-top: 1.875rem !important;
  }

  .pr-lg-30,
  .px-lg-30 {
    padding-right: 1.875rem !important;
  }

  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-lg-30,
  .px-lg-30 {
    padding-left: 1.875rem !important;
  }

  .p-lg-50 {
    padding: 3.125rem !important;
  }

  .pt-lg-50,
  .py-lg-50 {
    padding-top: 3.125rem !important;
  }

  .pr-lg-50,
  .px-lg-50 {
    padding-right: 3.125rem !important;
  }

  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-lg-50,
  .px-lg-50 {
    padding-left: 3.125rem !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-n6 {
    margin: -4.5rem !important;
  }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }

  .m-lg-n12 {
    margin: -0.75rem !important;
  }

  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -0.75rem !important;
  }

  .m-lg-n20 {
    margin: -1.25rem !important;
  }

  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -1.25rem !important;
  }

  .m-lg-n30 {
    margin: -1.875rem !important;
  }

  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -1.875rem !important;
  }

  .m-lg-n50 {
    margin: -3.125rem !important;
  }

  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -3.125rem !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;
  }

  .m-xl-6 {
    margin: 4.5rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }

  .m-xl-12 {
    margin: 0.75rem !important;
  }

  .mt-xl-12,
  .my-xl-12 {
    margin-top: 0.75rem !important;
  }

  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 0.75rem !important;
  }

  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 0.75rem !important;
  }

  .m-xl-20 {
    margin: 1.25rem !important;
  }

  .mt-xl-20,
  .my-xl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xl-30 {
    margin: 1.875rem !important;
  }

  .mt-xl-30,
  .my-xl-30 {
    margin-top: 1.875rem !important;
  }

  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 1.875rem !important;
  }

  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 1.875rem !important;
  }

  .m-xl-50 {
    margin: 3.125rem !important;
  }

  .mt-xl-50,
  .my-xl-50 {
    margin-top: 3.125rem !important;
  }

  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 3.125rem !important;
  }

  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 3.125rem !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;
  }

  .p-xl-6 {
    padding: 4.5rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }

  .p-xl-12 {
    padding: 0.75rem !important;
  }

  .pt-xl-12,
  .py-xl-12 {
    padding-top: 0.75rem !important;
  }

  .pr-xl-12,
  .px-xl-12 {
    padding-right: 0.75rem !important;
  }

  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-12,
  .px-xl-12 {
    padding-left: 0.75rem !important;
  }

  .p-xl-20 {
    padding: 1.25rem !important;
  }

  .pt-xl-20,
  .py-xl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-20,
  .px-xl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-20,
  .px-xl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xl-30 {
    padding: 1.875rem !important;
  }

  .pt-xl-30,
  .py-xl-30 {
    padding-top: 1.875rem !important;
  }

  .pr-xl-30,
  .px-xl-30 {
    padding-right: 1.875rem !important;
  }

  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-xl-30,
  .px-xl-30 {
    padding-left: 1.875rem !important;
  }

  .p-xl-50 {
    padding: 3.125rem !important;
  }

  .pt-xl-50,
  .py-xl-50 {
    padding-top: 3.125rem !important;
  }

  .pr-xl-50,
  .px-xl-50 {
    padding-right: 3.125rem !important;
  }

  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-xl-50,
  .px-xl-50 {
    padding-left: 3.125rem !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-n6 {
    margin: -4.5rem !important;
  }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }

  .m-xl-n12 {
    margin: -0.75rem !important;
  }

  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -0.75rem !important;
  }

  .m-xl-n20 {
    margin: -1.25rem !important;
  }

  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -1.25rem !important;
  }

  .m-xl-n30 {
    margin: -1.875rem !important;
  }

  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -1.875rem !important;
  }

  .m-xl-n50 {
    margin: -3.125rem !important;
  }

  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -3.125rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.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: #5e0e00 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #120300 !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-body {
  color: white !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-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-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,
  .ad-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;
  }
}

/*------------------------------------*\
$STYLES
\*------------------------------------*/

body {
  position: relative;
  background-color: #3d0a01;
  background-color: var(--body-bg);
  color: white;
  color: var(--body-color);
}

.container,
.ad-container {
  background-color: #818181;
  background-color: var(--content-bg);
}

.container img,
.ad-container img {
  max-width: 100%;
}

.ad-container {
  background-color: transparent !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.ad-container a {
  line-height: 0;
  font-size: 0;
  display: block;
}

.ad-container img[height="1"],
.ad-container img[src*="1x1transparent"] {
  display: none !important;
}

.ad-container img,
.ad-container iframe {
  max-width: 100% !important;
  margin: 0 auto;
  display: block;
}

.ads-rectangle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#banner-interscroller {
  position: relative;
  z-index: 1021;
}

#start-banner-left div[id^='google_ads'][id*='Weischer_Online_GmbH'],
#start-banner-right div[id^='google_ads'][id*='Weischer_Online_GmbH'],
#start-banner-trailer div[id^='google_ads'][id*='Weischer_Online_GmbH'] {
  position: relative;
}

#start-banner-left div[id^='google_ads'][id*='Weischer_Online_GmbH']:not(:empty):before,
#start-banner-right div[id^='google_ads'][id*='Weischer_Online_GmbH']:not(:empty):before,
#start-banner-trailer div[id^='google_ads'][id*='Weischer_Online_GmbH']:not(:empty):before {
  content: 'Anzeige';
  color: white;
  font-size: 10px;
  line-height: 1;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px;
  z-index: 10000;
}

#start-banner-left {
  text-align: center;
  position: relative;
}

#start-banner-right {
  position: absolute;
  height: 100%;
  left: calc((100% - 720px) / 2 + 720px);
}

@media (min-width: 992px) {
  #start-banner-right {
    left: calc((100% - 980px) / 2 + 980px);
  }
}

#start-banner-right > div:first-of-type {
  z-index: 10000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

#start-banner-trailer {
  /*padding-left: 20px;*/
}

iframe {
  max-width: 100%;
}

.table {
  max-width: 100%;
}

.table th,
.table td {
  border-color: inherit;
}

/* Fix for image sizes from manual editor */

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

/* add fonts for each case, wether body-font or headings-font */

/* open-sans-condensed-300 - latin */

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/open-sans-condensed-v12-latin-300.eot?7a1be40ea00e8fa69b6eda262ee8a023);
  /* IE9 Compat Modes */
  src: local("Open Sans Condensed Light"), local("OpenSansCondensed-Light"), url(/fonts/open-sans-condensed-v12-latin-300.eot?7a1be40ea00e8fa69b6eda262ee8a023) format("embedded-opentype"), url(/fonts/open-sans-condensed-v12-latin-300.woff2?108f1f23ad45de8aeea5849592c8b685) format("woff2"), url(/fonts/open-sans-condensed-v12-latin-300.woff?693015cfe3fcf90e190a4062559e2c84) format("woff"), url(/fonts/open-sans-condensed-v12-latin-300.ttf?cdc8a9f118ddbf85ef5d8c06cfe042fc) format("truetype"), url(/fonts/open-sans-condensed-v12-latin-300.svg?2995f79b3867b14bd70c8511923e3b1d) format("svg");
  /* Legacy iOS */
}

/* open-sans-condensed-700 - latin */

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/open-sans-condensed-v12-latin-700.eot?346cc34f406311837e98ff8f0ce30be6);
  /* IE9 Compat Modes */
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url(/fonts/open-sans-condensed-v12-latin-700.eot?346cc34f406311837e98ff8f0ce30be6) format("embedded-opentype"), url(/fonts/open-sans-condensed-v12-latin-700.woff2?2b5cb36ed50460769e80bf82759c0965) format("woff2"), url(/fonts/open-sans-condensed-v12-latin-700.woff?b6cf1db5e3827919cd2148bdae913131) format("woff"), url(/fonts/open-sans-condensed-v12-latin-700.ttf?f447e079e7e41d884331200758b40a75) format("truetype"), url(/fonts/open-sans-condensed-v12-latin-700.svg?8d0b3722fcf70e987b87cc8bc62b3817) format("svg");
  /* Legacy iOS */
}

/* barlow-semi-condensed-300 - latin */

@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/barlow-semi-condensed-v4-latin-300.eot?dc67919b1f63fb5e56ace0906010e9e0);
  /* IE9 Compat Modes */
  src: local("Barlow Semi Condensed Light"), local("BarlowSemiCondensed-Light"), url(/fonts/barlow-semi-condensed-v4-latin-300.eot?dc67919b1f63fb5e56ace0906010e9e0) format("embedded-opentype"), url(/fonts/barlow-semi-condensed-v4-latin-300.woff2?f62f13609b607ad8ca506eb47cda85da) format("woff2"), url(/fonts/barlow-semi-condensed-v4-latin-300.woff?b7b670dc67feed9e6aed44d5485dd851) format("woff"), url(/fonts/barlow-semi-condensed-v4-latin-300.ttf?2d603db2db6ab4cba74d16e224e9108d) format("truetype"), url(/fonts/barlow-semi-condensed-v4-latin-300.svg?44d80edbb024d08c79042218e7277f68) format("svg");
  /* Legacy iOS */
}

/* barlow-semi-condensed-500 - latin */

@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/barlow-semi-condensed-v4-latin-500.eot?4128746e091b582ea04ef5b0487b1e4b);
  /* IE9 Compat Modes */
  src: local("Barlow Semi Condensed Medium"), local("BarlowSemiCondensed-Medium"), url(/fonts/barlow-semi-condensed-v4-latin-500.eot?4128746e091b582ea04ef5b0487b1e4b) format("embedded-opentype"), url(/fonts/barlow-semi-condensed-v4-latin-500.woff2?1479f2ff4c2a4fb22c903ea1de7ec3c9) format("woff2"), url(/fonts/barlow-semi-condensed-v4-latin-500.woff?13c8b047c596e85382f81d60184c53fe) format("woff"), url(/fonts/barlow-semi-condensed-v4-latin-500.ttf?dbdfbe0c9bea06a1ac0bbfcd21d89be5) format("truetype"), url(/fonts/barlow-semi-condensed-v4-latin-500.svg?f07616d1fab19a9ca897e99152c88f04) format("svg");
  /* Legacy iOS */
}

/* barlow-semi-condensed-700 - latin */

@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/barlow-semi-condensed-v4-latin-700.eot?a059b8de2c57a7ef617470ebf5b4e05b);
  /* IE9 Compat Modes */
  src: local("Barlow Semi Condensed Bold"), local("BarlowSemiCondensed-Bold"), url(/fonts/barlow-semi-condensed-v4-latin-700.eot?a059b8de2c57a7ef617470ebf5b4e05b) format("embedded-opentype"), url(/fonts/barlow-semi-condensed-v4-latin-700.woff2?efde6fbb5826d72721b4309faab00b74) format("woff2"), url(/fonts/barlow-semi-condensed-v4-latin-700.woff?272e45e9ea15b7128bc67e2d696a2e94) format("woff"), url(/fonts/barlow-semi-condensed-v4-latin-700.ttf?d3db31844b353c67ffafe6356727dbc7) format("truetype"), url(/fonts/barlow-semi-condensed-v4-latin-700.svg?44d80edbb024d08c79042218e7277f68) format("svg");
  /* Legacy iOS */
}

/* roboto-slab-300 - latin */

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/roboto-slab-v7-latin-300.eot?00e7dda395395be0db824d6155cf0a71);
  /* IE9 Compat Modes */
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url(/fonts/roboto-slab-v7-latin-300.eot?00e7dda395395be0db824d6155cf0a71) format("embedded-opentype"), url(/fonts/roboto-slab-v7-latin-300.woff2?9b8e3dd80d4ba8b9877cd99cec8e7437) format("woff2"), url(/fonts/roboto-slab-v7-latin-300.woff?c0209ea1a46d7e74fc666e81d8d2b7d9) format("woff"), url(/fonts/roboto-slab-v7-latin-300.ttf?26f151c74f2c0a6efc1683965a2f26ec) format("truetype"), url(/fonts/roboto-slab-v7-latin-300.svg?3bf76b1c2ea1b93721d3d3d3451a45bb) format("svg");
  /* Legacy iOS */
}

/* roboto-slab-regular - latin */

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/roboto-slab-v7-latin-regular.eot?1e09096ff6a997de7f52c3a7eadf7413);
  /* IE9 Compat Modes */
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url(/fonts/roboto-slab-v7-latin-regular.eot?1e09096ff6a997de7f52c3a7eadf7413) format("embedded-opentype"), url(/fonts/roboto-slab-v7-latin-regular.woff2?d75507313e9d71263646fc2ee4ae2af2) format("woff2"), url(/fonts/roboto-slab-v7-latin-regular.woff?a33f5bf82e263ebbf148b6518563a8a6) format("woff"), url(/fonts/roboto-slab-v7-latin-regular.ttf?3c3d09354e2028e0877ee77a48c0e8d7) format("truetype"), url(/fonts/roboto-slab-v7-latin-regular.svg?6b8300d4d1a71ca3aaa6829983f51930) format("svg");
  /* Legacy iOS */
}

/* roboto-slab-700 - latin */

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/roboto-slab-v7-latin-700.eot?fafe68ff4de2c30596a0d84665de712c);
  /* IE9 Compat Modes */
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url(/fonts/roboto-slab-v7-latin-700.eot?fafe68ff4de2c30596a0d84665de712c) format("embedded-opentype"), url(/fonts/roboto-slab-v7-latin-700.woff2?6f7d5987daa50748c2ac423a9ad6adad) format("woff2"), url(/fonts/roboto-slab-v7-latin-700.woff?d7eb60ce429506ac0f00c5773b97d2c6) format("woff"), url(/fonts/roboto-slab-v7-latin-700.ttf?3a3fd2bb95d56d2f6fa63791d869fcf4) format("truetype"), url(/fonts/roboto-slab-v7-latin-700.svg?24bb01b9bfbc023bc8c73a1aa631ed14) format("svg");
  /* Legacy iOS */
}

/* oswald-regular - latin */

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/oswald-v29-latin-regular.eot?3699dd752c859823437c1a3e9b34ab4a);
  /* IE9 Compat Modes */
  src: local(""), url(/fonts/oswald-v29-latin-regular.eot?3699dd752c859823437c1a3e9b34ab4a) format("embedded-opentype"), url(/fonts/oswald-v29-latin-regular.woff2?d54dcd9a6bb8a523ffa27a4a37012710) format("woff2"), url(/fonts/oswald-v29-latin-regular.woff?3654d75cd51a194489728b94ddb7d1f4) format("woff"), url(/fonts/oswald-v29-latin-regular.ttf?4f7ba5c664033ee1a992b49498db2f4c) format("truetype"), url(/fonts/oswald-v29-latin-regular.svg?dc872e68995b6f6a0a24f013ff750c50) format("svg");
  /* Legacy iOS */
}

/* oswald-500 - latin */

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/oswald-v29-latin-500.eot?1b8491c953c9fbd5034b3dcfc13f3c50);
  /* IE9 Compat Modes */
  src: local(""), url(/fonts/oswald-v29-latin-500.eot?1b8491c953c9fbd5034b3dcfc13f3c50) format("embedded-opentype"), url(/fonts/oswald-v29-latin-500.woff2?9432332b2bb1987fc99532b248460c5c) format("woff2"), url(/fonts/oswald-v29-latin-500.woff?45e2cfd0e7a711f6de26ab974173dfaf) format("woff"), url(/fonts/oswald-v29-latin-500.ttf?6a9e6e1fa82f374b9537cd136d2057e9) format("truetype"), url(/fonts/oswald-v29-latin-500.svg?df6fe3bad375ddeeddf7fcbf2d86725b) format("svg");
  /* Legacy iOS */
}

/* oswald-700 - latin */

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/oswald-v29-latin-700.eot?254f68d44c7262f01f2903dadb012cec);
  /* IE9 Compat Modes */
  src: local(""), url(/fonts/oswald-v29-latin-700.eot?254f68d44c7262f01f2903dadb012cec) format("embedded-opentype"), url(/fonts/oswald-v29-latin-700.woff2?2c3930fa023e6b0bc0a6fa4f6b4f29e2) format("woff2"), url(/fonts/oswald-v29-latin-700.woff?33a9d2f08f7acc2a593241480fa9bada) format("woff"), url(/fonts/oswald-v29-latin-700.ttf?780a409a34e84e902743f0fa218f7350) format("truetype"), url(/fonts/oswald-v29-latin-700.svg?1b8a94781c774bfaf851db3566952307) format("svg");
  /* Legacy iOS */
}

/* lato-regular - latin */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/lato-v16-latin-regular.eot?056a373d808ada4f12a2d6538e88823c);
  /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/lato-v16-latin-regular.eot?056a373d808ada4f12a2d6538e88823c) format("embedded-opentype"), url(/fonts/lato-v16-latin-regular.woff2?b4d2c4c39853ee244272c04999b230ba) format("woff2"), url(/fonts/lato-v16-latin-regular.woff?b8ee546acd6cc0c49f42ad3d48ef244f) format("woff"), url(/fonts/lato-v16-latin-regular.ttf?d1d5e30aa8bb081cad8f409f27861672) format("truetype"), url(/fonts/lato-v16-latin-regular.svg?9087e4a6aceecc9b2914823044951a3a) format("svg");
  /* Legacy iOS */
}

/* lato-700 - latin */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/lato-v16-latin-700.eot?f9203469f750b4284c62aa49f9496cb0);
  /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"), url(/fonts/lato-v16-latin-700.eot?f9203469f750b4284c62aa49f9496cb0) format("embedded-opentype"), url(/fonts/lato-v16-latin-700.woff2?1efbd38aa76ddae2580fedf378276333) format("woff2"), url(/fonts/lato-v16-latin-700.woff?874b8e7bc7e8d1507b50f56bc6c9b536) format("woff"), url(/fonts/lato-v16-latin-700.ttf?fe7d53e4cac8f5b946a9e25f004efc8c) format("truetype"), url(/fonts/lato-v16-latin-700.svg?596223f7bff9598c852e949e9d2b1aa0) format("svg");
  /* Legacy iOS */
}

/* lato-900 - latin */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/lato-v16-latin-900.eot?d8f0e90eb7c30f7f7780d6136080fb61);
  /* IE9 Compat Modes */
  src: local("Lato Black"), local("Lato-Black"), url(/fonts/lato-v16-latin-900.eot?d8f0e90eb7c30f7f7780d6136080fb61) format("embedded-opentype"), url(/fonts/lato-v16-latin-900.woff2?947e87c53b5765bfc8982613ccd789e9) format("woff2"), url(/fonts/lato-v16-latin-900.woff?a82ff6ac9208656f9a21a65dfacbcae3) format("woff"), url(/fonts/lato-v16-latin-900.ttf?e7d596b2432d63fedce4e621b130d72f) format("truetype"), url(/fonts/lato-v16-latin-900.svg?7dfa12661560a957c573a5eff295e819) format("svg");
  /* Legacy iOS */
}

/* roboto-regular - latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/roboto-v20-latin-regular.eot?4be1a572fca40bcb2202504cb17aed91);
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url(/fonts/roboto-v20-latin-regular.eot?4be1a572fca40bcb2202504cb17aed91) format("embedded-opentype"), url(/fonts/roboto-v20-latin-regular.woff2?479970ffb74f2117317f9d24d9e317fe) format("woff2"), url(/fonts/roboto-v20-latin-regular.woff?60fa3c0614b8fb2f394fa29944c21540) format("woff"), url(/fonts/roboto-v20-latin-regular.ttf?329ae1c377b1fb667f5be6abd50327fc) format("truetype"), url(/fonts/roboto-v20-latin-regular.svg?8681f434273fd6a267b1a16a035c5f79) format("svg");
  /* Legacy iOS */
}

/* roboto-500 - latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/roboto-v20-latin-500.eot?260c8072feca314957defd2ad4ccc0ee);
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url(/fonts/roboto-v20-latin-500.eot?260c8072feca314957defd2ad4ccc0ee) format("embedded-opentype"), url(/fonts/roboto-v20-latin-500.woff2?020c97dc8e0463259c2f9df929bb0c69) format("woff2"), url(/fonts/roboto-v20-latin-500.woff?87284894879f5b1c229cb49c8ff6decc) format("woff"), url(/fonts/roboto-v20-latin-500.ttf?8c608256fb0273e3a36e6b603f71f213) format("truetype"), url(/fonts/roboto-v20-latin-500.svg?95204ac95130828753c0ee0ada537c33) format("svg");
  /* Legacy iOS */
}

/* roboto-700 - latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/roboto-v20-latin-700.eot?4570b93ae0caba2b938e2ddf091099ea);
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url(/fonts/roboto-v20-latin-700.eot?4570b93ae0caba2b938e2ddf091099ea) format("embedded-opentype"), url(/fonts/roboto-v20-latin-700.woff2?2735a3a69b509faf3577afd25bdf552e) format("woff2"), url(/fonts/roboto-v20-latin-700.woff?adcde98f1d584de52060ad7b16373da3) format("woff"), url(/fonts/roboto-v20-latin-700.ttf?96559ffb5be917f1ce9f748bf4f34732) format("truetype"), url(/fonts/roboto-v20-latin-700.svg?57888be7f3e68a7050452ea3157cf4de) format("svg");
  /* Legacy iOS */
}

/* open-sans-regular - latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/open-sans-v17-latin-regular.eot?5f4d4bc11d64b6cb605b7030c1997270);
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(/fonts/open-sans-v17-latin-regular.eot?5f4d4bc11d64b6cb605b7030c1997270) format("embedded-opentype"), url(/fonts/open-sans-v17-latin-regular.woff2?33543c5cc5d88f5695dd08c87d280dfd) format("woff2"), url(/fonts/open-sans-v17-latin-regular.woff?de0869e324680c99efa1250515b4b41c) format("woff"), url(/fonts/open-sans-v17-latin-regular.ttf?049a929c5d81988b3ae6d2f985ca7aa5) format("truetype"), url(/fonts/open-sans-v17-latin-regular.svg?7aab4c13671282c90669eb6a10357e41) format("svg");
  /* Legacy iOS */
}

/* open-sans-600 - latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/open-sans-v17-latin-600.eot?ddacaf4a9db58cda27c76ce88c408546);
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(/fonts/open-sans-v17-latin-600.eot?ddacaf4a9db58cda27c76ce88c408546) format("embedded-opentype"), url(/fonts/open-sans-v17-latin-600.woff2?819af3d3abdc9f135d49b80a91e2ff4c) format("woff2"), url(/fonts/open-sans-v17-latin-600.woff?449d681cd6006390e1bee3c3a660430b) format("woff"), url(/fonts/open-sans-v17-latin-600.ttf?8f7128145a3c2b83923552a328df7cdc) format("truetype"), url(/fonts/open-sans-v17-latin-600.svg?e16f375be3c2a73b58255a02f6d3a9ce) format("svg");
  /* Legacy iOS */
}

/* open-sans-700 - latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/open-sans-v17-latin-700.eot?fc0dbb2edfac9ef855bcc6acd9e3477d);
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(/fonts/open-sans-v17-latin-700.eot?fc0dbb2edfac9ef855bcc6acd9e3477d) format("embedded-opentype"), url(/fonts/open-sans-v17-latin-700.woff2?0edb76284a7a0f8db4665b560ee2b48f) format("woff2"), url(/fonts/open-sans-v17-latin-700.woff?1f85e92d8ff443980bc0f83ad7b23b60) format("woff"), url(/fonts/open-sans-v17-latin-700.ttf?e5111caba5b811a73d995786db3c61ea) format("truetype"), url(/fonts/open-sans-v17-latin-700.svg?2e00b2635b51ba336b4b67a5d0bc03c7) format("svg");
  /* Legacy iOS */
}

/* open-sans-800 - latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/open-sans-v17-latin-800.eot?b48d8065f1875ca85f5f694a0397857e);
  /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(/fonts/open-sans-v17-latin-800.eot?b48d8065f1875ca85f5f694a0397857e) format("embedded-opentype"), url(/fonts/open-sans-v17-latin-800.woff2?ab3e500e7375695d702cff19513e4470) format("woff2"), url(/fonts/open-sans-v17-latin-800.woff?05ebdbe10796850f045fcd484f35788d) format("woff"), url(/fonts/open-sans-v17-latin-800.ttf?67a97b77ffd3fc237ea97596d68c6763) format("truetype"), url(/fonts/open-sans-v17-latin-800.svg?926d4d1229e98081302daa52332d62f6) format("svg");
  /* Legacy iOS */
}

/* merriweather-regular - latin */

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/merriweather-v21-latin-regular.eot?02c60749ae5136e41f85f282d41c21e4);
  /* IE9 Compat Modes */
  src: local("Merriweather Regular"), local("Merriweather-Regular"), url(/fonts/merriweather-v21-latin-regular.eot?02c60749ae5136e41f85f282d41c21e4) format("embedded-opentype"), url(/fonts/merriweather-v21-latin-regular.woff2?8276fdb72ae8f4714d4e6eba704cc39f) format("woff2"), url(/fonts/merriweather-v21-latin-regular.woff?69f09800f4f6479d06e44eba837df872) format("woff"), url(/fonts/merriweather-v21-latin-regular.ttf?9d98a5b844642817ab89f7d479689c00) format("truetype"), url(/fonts/merriweather-v21-latin-regular.svg?94669602ffe5f3591b48aa8fb14ac180) format("svg");
  /* Legacy iOS */
}

/* merriweather-700 - latin */

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/merriweather-v21-latin-700.eot?c3f050ee5dce54cd208cf04924ecfd31);
  /* IE9 Compat Modes */
  src: local("Merriweather Bold"), local("Merriweather-Bold"), url(/fonts/merriweather-v21-latin-700.eot?c3f050ee5dce54cd208cf04924ecfd31) format("embedded-opentype"), url(/fonts/merriweather-v21-latin-700.woff2?fa534be7ffa380e39a7f6e03bf9a5e03) format("woff2"), url(/fonts/merriweather-v21-latin-700.woff?ba56ea84b8084b7ff9677f50d3cd81bd) format("woff"), url(/fonts/merriweather-v21-latin-700.ttf?0eb8cb4044906e26998b710fedd6f9fd) format("truetype"), url(/fonts/merriweather-v21-latin-700.svg?56a90d4915cf0d39ababd6fab16295ce) format("svg");
  /* Legacy iOS */
}

/* merriweather-900 - latin */

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/merriweather-v21-latin-900.eot?8d611e35ba2049dbf991ce61506d9af9);
  /* IE9 Compat Modes */
  src: local("Merriweather Black"), local("Merriweather-Black"), url(/fonts/merriweather-v21-latin-900.eot?8d611e35ba2049dbf991ce61506d9af9) format("embedded-opentype"), url(/fonts/merriweather-v21-latin-900.woff2?7528fb70e8a4a82c7305e72ff43ac25f) format("woff2"), url(/fonts/merriweather-v21-latin-900.woff?3799b6e2f5ed3fcccf9d7a708d7419fa) format("woff"), url(/fonts/merriweather-v21-latin-900.ttf?f7abb45d19d27a79bf706a242de0f95c) format("truetype"), url(/fonts/merriweather-v21-latin-900.svg?f4ffb743cedd3314e2d027ec2b6fcc45) format("svg");
  /* Legacy iOS */
}

/* staatliches-regular - latin */

@font-face {
  font-family: 'Staatliches';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/staatliches-v3-latin-regular.eot?cbd520d0531a51d2e4ddd4a0efae0b71);
  /* IE9 Compat Modes */
  src: local("Staatliches Regular"), local("Staatliches-Regular"), url(/fonts/staatliches-v3-latin-regular.eot?cbd520d0531a51d2e4ddd4a0efae0b71) format("embedded-opentype"), url(/fonts/staatliches-v3-latin-regular.woff2?f0b5699cf8d393c0ce7dd8c2a1379d5c) format("woff2"), url(/fonts/staatliches-v3-latin-regular.woff?85f47943124da86ac872efd56f1044a8) format("woff"), url(/fonts/staatliches-v3-latin-regular.ttf?4c83a6c2c403c33b1be1e183912bc72c) format("truetype"), url(/fonts/staatliches-v3-latin-regular.svg?7bfc302e1c9374ad6239cee6b4c4a539) format("svg");
  /* Legacy iOS */
}

/* courgette-regular - latin */

@font-face {
  font-family: 'Courgette';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/courgette-v7-latin-regular.eot?c0ec3ea8dd780a45aea4f6855ec78505);
  /* IE9 Compat Modes */
  src: local("Courgette Regular"), local("Courgette-Regular"), url(/fonts/courgette-v7-latin-regular.eot?c0ec3ea8dd780a45aea4f6855ec78505) format("embedded-opentype"), url(/fonts/courgette-v7-latin-regular.woff2?5e42903b0b2c86b97884c763941884bb) format("woff2"), url(/fonts/courgette-v7-latin-regular.woff?9d02f44c939b9fbf82015cd764191795) format("woff"), url(/fonts/courgette-v7-latin-regular.ttf?91102c7bd063bcee4152e0f86bab8239) format("truetype"), url(/fonts/courgette-v7-latin-regular.svg?03d62da565024b44fcae8030ed6968cd) format("svg");
  /* Legacy iOS */
}

/* montserrat-regular - latin */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/montserrat-v14-latin-regular.eot?5cc74ef8a4c422084726eb9dd1163b82);
  /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(/fonts/montserrat-v14-latin-regular.eot?5cc74ef8a4c422084726eb9dd1163b82) format("embedded-opentype"), url(/fonts/montserrat-v14-latin-regular.woff2?bc3aa95dca08f5fee5291e34959c27bc) format("woff2"), url(/fonts/montserrat-v14-latin-regular.woff?8102c4838f9e3d08dad644290a9cb701) format("woff"), url(/fonts/montserrat-v14-latin-regular.ttf?6a9e85ac9247f5848db957b873c62e0c) format("truetype"), url(/fonts/montserrat-v14-latin-regular.svg?f3fef7e587e6c436df1d7985b2a90ada) format("svg");
  /* Legacy iOS */
}

/* montserrat-600 - latin */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/montserrat-v14-latin-600.eot?86f6cbd269e0c5a26f038a4d5ffc9cf1);
  /* IE9 Compat Modes */
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(/fonts/montserrat-v14-latin-600.eot?86f6cbd269e0c5a26f038a4d5ffc9cf1) format("embedded-opentype"), url(/fonts/montserrat-v14-latin-600.woff2?6fb1b5623e528e27c18658fecf5ee0ee) format("woff2"), url(/fonts/montserrat-v14-latin-600.woff?7c839d15a6f54e7025ba8c0c4b333e8f) format("woff"), url(/fonts/montserrat-v14-latin-600.ttf?acb878a397bf674d7baa32a3267e5a3c) format("truetype"), url(/fonts/montserrat-v14-latin-600.svg?a6924a5e072a58911c8588859f6825d5) format("svg");
  /* Legacy iOS */
}

/* montserrat-800 - latin */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/montserrat-v14-latin-800.eot?002d0d73ef9a54b148990fa16ff2343b);
  /* IE9 Compat Modes */
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(/fonts/montserrat-v14-latin-800.eot?002d0d73ef9a54b148990fa16ff2343b) format("embedded-opentype"), url(/fonts/montserrat-v14-latin-800.woff2?b7018be9ed6cd94da8b6675b3a468c3b) format("woff2"), url(/fonts/montserrat-v14-latin-800.woff?9a9befcf50d64f9d2d19d8b1d1984add) format("woff"), url(/fonts/montserrat-v14-latin-800.ttf?104feb7e9b5514db016426791a25b1da) format("truetype"), url(/fonts/montserrat-v14-latin-800.svg?3f167b47ccbc00d60ce08497cd1a4623) format("svg");
  /* Legacy iOS */
}

/* itc officina sans (book) */

@font-face {
  font-family: 'ITC Officina Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/itc-officina-sans-book.woff2?88ce8ba457cd059bc9f056bf70229ee0) format("woff2"), url(/fonts/itc-officina-sans-book.woff?ab10f1fe88be9134f5650e9a2506f320) format("woff");
}

/* itc officina sans (bold) */

@font-face {
  font-family: 'ITC Officina Sans';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/itc-officina-sans-bold.woff2?439353ad52f4065bf2b3df0915c29eb4) format("woff2"), url(/fonts/itc-officina-sans-bold.woff?daed92af2ef452f91a12a977812da06d) format("woff");
}

/* itc officina sans (extra bold) */

@font-face {
  font-family: 'ITC Officina Sans';
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/itc-officina-sans-extra-bold.woff2?5e461dc871bd87cf9dee29bf6439d425) format("woff2"), url(/fonts/itc-officina-sans-extra-bold.woff?53367a37b16c0ab3e6a6f093361e57ec) format("woff");
}

/* assign font to headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-family: var(--font-headings);
  font-weight: 500;
  font-weight: var(--font-weight-headings);
}

/* assign font to body */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-family: var(--font-body);
  font-weight: 300;
  font-weight: var(--font-weight-body);
}

/* assign font to buttons */

.btn {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-family: var(--font-buttons);
  font-weight: 300;
  font-weight: var(--font-weight-buttons);
}

h1 {
  margin-bottom: 3.125rem;
  margin-top: 5rem;
}

h2 {
  margin-bottom: 2.5rem;
  margin-top: 4rem;
}

h3 {
  margin-bottom: 1.925rem;
}

h4 {
  margin-bottom: 1.5rem;
}

h5 {
  margin-bottom: 1.125rem;
}

h6 {
  margin-bottom: 0.8rem;
}

h1,
h2 {
  padding-left: 1.25rem;
  border-left: 0.375rem #5e0e00 solid;
  border-left: 0.375rem var(--primary) solid;
  text-transform: uppercase;
}

h3,
h4 {
  text-transform: uppercase;
}

h1.h3,
h2.h3 {
  padding-left: 0;
  margin-top: 3.5rem;
  margin-left: 0;
  border-left: 0;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
  color: #5e0e00;
  color: var(--primary);
}

/* a color set in colorpicker */

a {
  color: #5e0e00;
  color: var(--body-link-color);
}

b,
strong {
  font-weight: 600;
}

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

@media screen and (min-width: 37.5rem) {
  h1,
  .h1 {
    font-size: calc(1.71351371vw + 0.67757203rem);
  }
}

@media screen and (min-width: 80rem) {
  h1,
  .h1 {
    font-size: 2.048383rem;
  }
}

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

@media screen and (min-width: 37.5rem) {
  h2,
  .h2 {
    font-size: calc(1.71351371vw + 0.67757203rem);
  }
}

@media screen and (min-width: 80rem) {
  h2,
  .h2 {
    font-size: 2.048383rem;
  }
}

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

@media screen and (min-width: 37.5rem) {
  h3,
  .h3 {
    font-size: calc(0.96350824vw + 0.84209341rem);
  }
}

@media screen and (min-width: 80rem) {
  h3,
  .h3 {
    font-size: 1.6129rem;
  }
}

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

@media screen and (min-width: 37.5rem) {
  h4,
  .h4 {
    font-size: calc(0.40705882vw + 0.94435294rem);
  }
}

@media screen and (min-width: 80rem) {
  h4,
  .h4 {
    font-size: 1.27rem;
  }
}

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

@media screen and (min-width: 37.5rem) {
  h5,
  .h5 {
    font-size: calc(0vw + 1rem);
  }
}

@media screen and (min-width: 80rem) {
  h5,
  .h5 {
    font-size: 1rem;
  }
}

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

@media screen and (min-width: 37.5rem) {
  h6,
  .h6 {
    font-size: calc(-0.29217754vw + 1.0211436rem);
  }
}

@media screen and (min-width: 80rem) {
  h6,
  .h6 {
    font-size: 0.78740157rem;
  }
}

p {
  font-size: 0.9rem;
}

p.text {
  max-width: 31.25rem;
  margin-left: 4.6875rem;
  line-height: 1.7;
}

@media (min-width: 576px) {
  p {
    font-size: 1rem;
  }
}

.form-control,
.form-control:focus {
  color: inherit;
}

.form-control option,
.form-control:focus option {
  color: initial;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

@media (max-width: 767.98px) {
  .breakout-row {
    width: 100vw;
    margin-left: calc(-25vw - 15px);
  }
}

.row-fullwidth > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}

.flex-shrink {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

:root {
  --font-headings: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --font-body: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --font-buttons: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --font-weight-headings: 500;
  --font-weight-body: 300;
  --font-weight-buttons: 300;
  --primary: #5e0e00;
  --body-bg: #3d0a01;
  --body-color: white;
  --body-link-color: #5e0e00;
  --content-bg: #818181;
  --btn-color: #3d0a01;
  --btn-text-color: white;
  --card-bg: #5e0e00;
  --card-color: white;
  --footer-bg: black;
  --footer-color: white;
  --navbar-bg: black;
  --navbar-link-hover-bg: #5e0e00;
  --navbar-color: white;
  --dropdown-bg: #5e0e00;
  --dropdown-link-hover-bg: #5e0e00;
  --event-box-bg: #212529;
  --schedule-bg: #5e0e00;
  --bg-social: #5e0e00;
  --feature-bg: #5e0e00;
  --feature-color: white;
  --filter-bg: #5d0e00;
  --filter-color: white;
  --event-info-credits-bg: #5e0e00;
}

/*------------------------------------*\
    $ATOMS
\*------------------------------------*/

.btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-width: 8.125rem;
}

.btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-width: 8.125rem;
  border-width: 0;
}

.btn-primary,
.btn-secondary {
  background-color: #3d0a01;
  background-color: var(--btn-color);
  border-color: #3d0a01;
  border-color: var(--btn-color);
  color: white;
  color: var(--btn-text-color);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: rgba(61, 10, 1, 0.8);
  color: white;
  color: var(--btn-text-color);
}

body.btn-outline-true .btn {
  cursor: default;
  pointer-events: none;
}

body.btn-outline-true .btn-primary,
body.btn-outline-true .btn-secondary {
  border-color: #3d0a01;
  border-color: var(--btn-color);
  color: white;
  color: var(--btn-text-color);
  background-color: transparent;
  border-width: 1px !important;
}

body.btn-outline-false .btn {
  cursor: default;
  pointer-events: none;
}

body.btn-outline-false .btn-primary,
body.btn-outline-false .btn-secondary {
  border-width: 0;
  color: white;
  color: var(--btn-text-color);
  background-color: #3d0a01;
  background-color: var(--btn-color);
}

body.btn-outline-false .btn-primary span,
body.btn-outline-false .btn-secondary span {
  background: inherit;
  background-clip: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-filter: invert(1) grayscale(1) contrast(2);
          filter: invert(1) grayscale(1) contrast(2);
}

.schedule .btn-playtime {
  color: #fff;
}

.btn-playtime {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-top-width: 0.3125rem;
  padding: 0.625rem 0;
  margin-right: 0.3125rem;
  margin-bottom: 0.5625rem;
  min-width: 0;
  max-width: 100%;
  -ms-flex-preferred-size: 4.875rem;
      flex-basis: 4.875rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.btn-playtime:hover,
.btn-playtime:focus {
  background-color: #fff;
  color: #000;
}

.btn-playtime-with-date {
  padding: 0.3125rem 0.625rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-playtime-with-date.btn-playtime--blue,
.btn-playtime-with-date.btn-playtime--2D {
  color: #6db2d1;
}

.btn-playtime-with-date.btn-playtime--red,
.btn-playtime-with-date.btn-playtime--3D {
  color: #d16d6e;
}

.btn-playtime-with-date.btn-playtime--orange,
.btn-playtime-with-date.btn-playtime--additional-1 {
  color: #F3B62A;
}

.btn-playtime-with-date.btn-playtime--green,
.btn-playtime-with-date.btn-playtime--additional-2 {
  color: #27ae60;
}

.btn-playtime-with-date.btn-playtime--purple,
.btn-playtime-with-date.btn-playtime--additional-3 {
  color: #9d87e9;
}

.btn-playtime-with-date.btn-playtime--pink,
.btn-playtime-with-date.btn-playtime--additional-4 {
  color: #FF69B4;
}

.btn-playtime-with-date.btn-playtime--tangerine,
.btn-playtime-with-date.btn-playtime--additional-5 {
  color: #FF8000;
}

.btn-playtime-with-date.btn-playtime--2d {
  color: #6DB2D1;
}

.btn-playtime-with-date.btn-playtime--2d-ov {
  color: #F3B62A;
}

.btn-playtime-with-date.btn-playtime--2d-omu {
  color: #27AE60;
}

.btn-playtime-with-date.btn-playtime--3d {
  color: #D16D6E;
}

.btn-playtime-with-date.btn-playtime--3d-ov {
  color: #9D87E9;
}

.btn-playtime-with-date.btn-playtime--3d-omu {
  color: #336666;
}

.btn-playtime-with-date.btn-playtime--hfr {
  color: #FF7F24;
}

.btn-playtime-with-date.btn-playtime--hfr-ov {
  color: #27AE60;
}

.btn-playtime-with-date.btn-playtime--hfr-omu {
  color: #9FB6CD;
}

.btn-playtime-with-date.btn-playtime--hfr-3d {
  color: #CD9B9B;
}

.btn-playtime-with-date.btn-playtime--hfr-3d-ov {
  color: #FF69B4;
}

.btn-playtime-with-date.btn-playtime--hfr-3d-omu {
  color: #B8860B;
}

.btn-playtime-with-date.btn-playtime--sold-out,
.btn-playtime-with-date.btn-playtime--no-advance-sale {
  padding-top: 0.5625rem;
  padding-bottom: 0.0625rem;
}

.btn-playtime-with-date.btn-playtime--sold-out:hover:before,
.btn-playtime-with-date.btn-playtime--no-advance-sale:hover:before {
  height: 100%;
  font-size: 1rem;
  line-height: 2;
  top: 0;
  border-radius: 0;
}

.btn-playtime-with-date span {
  display: inline-block;
}

.btn-playtime-with-date span.btn-playtime-attribute {
  font-size: .7em;
}

.btn-playtime-with-date span.btn-playtime-attribute-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 .5em;
}

.btn-playtime--sold-out,
.btn-playtime--no-advance-sale {
  position: relative;
  border-color: #888;
  color: #888;
  min-width: 6.875rem;
  padding-top: 0.875rem;
  padding-bottom: 0.375rem;
}

.btn-playtime--sold-out:before,
.btn-playtime--no-advance-sale:before {
  display: block;
  content: '';
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  position: absolute;
  top: -0.3125rem;
  left: 0;
  font-size: 0.625rem;
  font-family: Arial, sans-serif;
  background: #888;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn-playtime--sold-out:hover,
.btn-playtime--no-advance-sale:hover {
  background-color: transparent;
  color: #888;
}

.btn-playtime--sold-out:before {
  content: 'ausverkauft';
}

.btn-playtime--no-advance-sale:before {
  content: 'noch kein Vorverkauf';
}

.btn-playtime:not(button) {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.btn-playtime {
  /* 2D */
  /* 3D */
  /* HFR */
  /* HFR 3D */
}

.btn-playtime--blue,
.btn-playtime--2D {
  border-color: #6db2d1;
}

.btn-playtime--blue:hover,
.btn-playtime--blue:focus,
.btn-playtime--2D:hover,
.btn-playtime--2D:focus {
  background-color: #6db2d1;
  color: #fff;
}

.btn-playtime--red,
.btn-playtime--3D {
  border-color: #d16d6e;
}

.btn-playtime--red:hover,
.btn-playtime--red:focus,
.btn-playtime--3D:hover,
.btn-playtime--3D:focus {
  background-color: #d16d6e;
  color: #fff;
}

.btn-playtime--orange,
.btn-playtime--additional-1 {
  border-color: #F3B62A;
}

.btn-playtime--orange:hover,
.btn-playtime--orange:focus,
.btn-playtime--additional-1:hover,
.btn-playtime--additional-1:focus {
  background-color: #F3B62A;
  color: #fff;
}

.btn-playtime--green,
.btn-playtime--additional-2 {
  border-color: #27ae60;
}

.btn-playtime--green:hover,
.btn-playtime--green:focus,
.btn-playtime--additional-2:hover,
.btn-playtime--additional-2:focus {
  background-color: #27ae60;
  color: #fff;
}

.btn-playtime--purple,
.btn-playtime--additional-3 {
  border-color: #9d87e9;
}

.btn-playtime--purple:hover,
.btn-playtime--purple:focus,
.btn-playtime--additional-3:hover,
.btn-playtime--additional-3:focus {
  background-color: #9d87e9;
  color: #fff;
}

.btn-playtime--pink,
.btn-playtime--additional-4 {
  border-color: #FF69B4;
}

.btn-playtime--pink:hover,
.btn-playtime--pink:focus,
.btn-playtime--additional-4:hover,
.btn-playtime--additional-4:focus {
  background-color: #FF69B4;
  color: #fff;
}

.btn-playtime--tangerine,
.btn-playtime--additional-5 {
  border-color: #FF8000;
}

.btn-playtime--tangerine:hover,
.btn-playtime--tangerine:focus,
.btn-playtime--additional-5:hover,
.btn-playtime--additional-5:focus {
  background-color: #FF8000;
  color: #fff;
}

.btn-playtime--2d {
  border-color: #6DB2D1;
}

.btn-playtime--2d:hover,
.btn-playtime--2d:focus {
  background-color: #6DB2D1;
  color: #fff;
}

.btn-playtime--2d-ov {
  border-color: #F3B62A;
}

.btn-playtime--2d-ov:hover,
.btn-playtime--2d-ov:focus {
  background-color: #F3B62A;
  color: #fff;
}

.btn-playtime--2d-omu {
  border-color: #27AE60;
}

.btn-playtime--2d-omu:hover,
.btn-playtime--2d-omu:focus {
  background-color: #27AE60;
  color: #fff;
}

.btn-playtime--3d {
  border-color: #D16D6E;
}

.btn-playtime--3d:hover,
.btn-playtime--3d:focus {
  background-color: #D16D6E;
  color: #fff;
}

.btn-playtime--3d-ov {
  border-color: #9D87E9;
}

.btn-playtime--3d-ov:hover,
.btn-playtime--3d-ov:focus {
  background-color: #9D87E9;
  color: #fff;
}

.btn-playtime--3d-omu {
  border-color: #336666;
}

.btn-playtime--3d-omu:hover,
.btn-playtime--3d-omu:focus {
  background-color: #336666;
  color: #fff;
}

.btn-playtime--hfr {
  border-color: #FF7F24;
}

.btn-playtime--hfr:hover,
.btn-playtime--hfr:focus {
  background-color: #FF7F24;
  color: #fff;
}

.btn-playtime--hfr-ov {
  border-color: #27AE60;
}

.btn-playtime--hfr-ov:hover,
.btn-playtime--hfr-ov:focus {
  background-color: #27AE60;
  color: #fff;
}

.btn-playtime--hfr-omu {
  border-color: #9FB6CD;
}

.btn-playtime--hfr-omu:hover,
.btn-playtime--hfr-omu:focus {
  background-color: #9FB6CD;
  color: #fff;
}

.btn-playtime--hfr-3d {
  border-color: #CD9B9B;
}

.btn-playtime--hfr-3d:hover,
.btn-playtime--hfr-3d:focus {
  background-color: #CD9B9B;
  color: #fff;
}

.btn-playtime--hfr-3d-ov {
  border-color: #FF69B4;
}

.btn-playtime--hfr-3d-ov:hover,
.btn-playtime--hfr-3d-ov:focus {
  background-color: #FF69B4;
  color: #fff;
}

.btn-playtime--hfr-3d-omu {
  border-color: #B8860B;
}

.btn-playtime--hfr-3d-omu:hover,
.btn-playtime--hfr-3d-omu:focus {
  background-color: #B8860B;
  color: #fff;
}

.btn-toggle {
  min-width: 0;
  background: #EBEBEB;
  color: #343a40;
}

.btn-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-toggle.active {
  background-color: #C0C0C0;
}

.btn-toggle--trailer {
  background-image: url(/fonts/icon_playbutton.svg?d2639f0f23c65f3e8845d516fd6ec7de) !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 64%;
  overflow: hidden;
  text-indent: -666em;
}

.navbar {
  margin-left: -15px;
  margin-right: -15px;
  background-color: black;
  background-color: var(--navbar-bg);
}

.nav-link {
  text-decoration: none;
  color: white;
  color: var(--navbar-color);
}

.nav-link:hover {
  color: white;
  color: var(--navbar-color);
}

.navbar-toggler {
  margin-left: -0.9375rem;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  color: white !important;
  color: var(--navbar-color) !important;
}

.custom-select {
  display: inline-block;
  height: auto;
  width: auto;
  padding: 0 2.5rem 0 0;
  margin: 1rem 0;
  line-height: 1.5;
  vertical-align: middle;
  background: transparent;
  background-size: 8px 10px;
  border: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url(/fonts/icon_chevron--light.svg?ef42b9aa9cbc8a0be572995f52e3fa21);
  background-repeat: no-repeat;
  background-position: center right 0.9375rem;
  background-size: 0.875rem auto;
  font-weight: 600;
  cursor: pointer;
  color: white;
  color: var(--navbar-color);
}

.custom-select option {
  color: #000 !important;
}

.nav-item:hover .custom-select {
  color: #eee !important;
}

.navbar__login {
  color: white;
  color: var(--navbar-color);
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 0.9375rem;
}

.navbar__login:hover,
.navbar__login:focus {
  color: white;
  color: var(--navbar-color);
  text-decoration: none;
}

.navbar__login:before {
  display: none;
}

.poweredby img {
  max-width: 5rem;
}

@media (min-width: 576px) {
  .poweredby img {
    max-width: 6.875rem;
  }
}

@media (max-width: 1199.98px) {
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar #navbar {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    overflow-y: scroll;
    max-height: 100vh;
  }

  .navbar-nav {
    margin-top: 0 !important;
  }

  .navbar-nav .nav-item {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .navbar-nav .nav-item.active {
    background-color: #5e0e00;
    background-color: var(--navbar-link-hover-bg);
  }

  .navbar-nav .nav-item.active a {
    color: #eee !important;
  }

  .navbar-nav .nav-item.active:hover {
    background-color: #5e0e00 !important;
    background-color: var(--navbar-link-hover-bg) !important;
  }

  .navbar-nav .nav-item.active:hover a {
    color: #eee !important;
  }

  .navbar-nav .nav-item:after,
  .navbar-nav .nav-item:before {
    display: none !important;
  }

  .navbar-nav .nav-link {
    width: auto !important;
  }

  .navbar__select {
    height: 3.5rem;
    margin-top: 0 !important;
  }
}

.navbar > .show > a:focus {
  background: transparent;
  outline: 0;
}

.dropdown-menu {
  background-color: #5e0e00;
  background-color: var(--dropdown-bg);
  margin-bottom: 0.9375rem;
  right: 0;
  left: inherit;
  font-size: inherit;
}

.dropdown-menu .show > .dropdown-toggle::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.navbar-nav > .dropdown-toggle + .dropdown-menu .dropdown-item,
.navbar-nav > .nav-item > .dropdown-toggle + .dropdown-menu .dropdown-item {
  color: white;
  color: var(--navbar-color);
  text-decoration: none;
}

.navbar-nav > .dropdown-toggle + .dropdown-menu .dropdown-item:hover,
.navbar-nav > .dropdown-toggle + .dropdown-menu .dropdown-item:active,
.navbar-nav > .dropdown-toggle + .dropdown-menu .dropdown-item:focus,
.navbar-nav > .dropdown-toggle + .dropdown-menu .dropdown-item .active > .dropdown-item,
.navbar-nav > .nav-item > .dropdown-toggle + .dropdown-menu .dropdown-item:hover,
.navbar-nav > .nav-item > .dropdown-toggle + .dropdown-menu .dropdown-item:active,
.navbar-nav > .nav-item > .dropdown-toggle + .dropdown-menu .dropdown-item:focus,
.navbar-nav > .nav-item > .dropdown-toggle + .dropdown-menu .dropdown-item .active > .dropdown-item {
  color: #eee;
  background-color: #5e0e00;
  background-color: var(--dropdown-link-hover-bg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: none;
  position: relative;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  position: absolute;
  pointer-events: none;
  content: "\D7";
  font-size: 2rem;
  line-height: 1;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-53%);
          transform: translateX(-50%) translateY(-53%);
}

@media (min-width: 1200px) {
  .navbar__login {
    position: relative;
    padding: 1rem;
  }

  .navbar__login:after {
    content: "";
    background-color: #eee;
    display: block;
    width: 1px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 0;
  }

  .navbar__login:hover,
  .navbar__login:focus {
    background-color: #5e0e00;
    background-color: var(--navbar-link-hover-bg);
    border-left-color: #5e0e00;
    border-left-color: var(--primary);
  }

  .navbar__login:hover:after,
  .navbar__login:focus:after {
    background-color: #5e0e00;
    background-color: var(--primary);
    width: 100%;
    height: 0.3125rem;
    top: 0;
  }

  .navbar__login:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    height: 1.4375rem;
    width: 1.125rem;
    background-image: url(/fonts/user--light.svg?aaa22c01a81367168fdb2ceee63306d1);
  }
}

@media (min-width: 992px) {
  .navbar-nav .nav-item,
  .navbar-nav .nav-item .custom-select {
    font-size: 0.875rem;
    text-transform: uppercase;
  }

  .navbar-nav .nav-item:hover,
  .navbar-nav .nav-item:focus {
    background-color: #5e0e00;
    background-color: var(--navbar-link-hover-bg);
    position: relative;
  }

  .navbar-nav .nav-item:hover a,
  .navbar-nav .nav-item:focus a {
    color: #eee;
  }

  .navbar-nav .nav-item:hover:before,
  .navbar-nav .nav-item:focus:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #5e0e00;
    background-color: var(--primary);
    -webkit-box-shadow: inset 0 0 0 2rem rgba(255, 255, 255, 0.2);
            box-shadow: inset 0 0 0 2rem rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 0.3125rem;
    top: 0;
  }

  .navbar-nav .nav-item.active {
    position: relative;
  }

  .navbar-nav .nav-item.active:hover,
  .navbar-nav .nav-item.active:focus {
    background-color: transparent;
  }

  .navbar-nav .nav-item.active:hover:before,
  .navbar-nav .nav-item.active:focus:before {
    display: none;
  }

  .navbar-nav .nav-item.active:hover a,
  .navbar-nav .nav-item.active:focus a {
    color: white;
    color: var(--navbar-color);
  }

  .navbar-nav .nav-item.active:after {
    content: '';
    display: block;
    position: absolute;
    right: 0.9375rem;
    bottom: 0;
    left: 0.9375rem;
    height: 0.3125rem;
    background-color: #5e0e00;
    background-color: var(--primary);
  }

  .navbar__select {
    max-width: 8.75rem;
  }

  .custom-select {
    padding: 0 1.75rem 0 0;
    margin: 1rem 1.5rem;
    cursor: pointer;
    background-position: center right 0.625rem;
  }
}

.navbar-logo-overlay {
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem;
}

.navbar-logo-overlay .navbar-logo {
  max-width: 7.5rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 8px #495057;
          box-shadow: 0 0 8px #495057;
  z-index: 1;
}

.navbar-logo-left .navbar-logo {
  max-width: 9.375rem;
  z-index: 1;
}

.navbar-logo-big .navbar-toggler {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.navbar-logo-big .navbar-collapse {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.navbar-logo-big .navbar-logo {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0 -1rem;
}

@media (min-width: 1200px) {
  .navbar-logo-big {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .navbar-logo-big #navbar {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .navbar-logo-big .navbar-logo {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    left: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    background-color: #3d0a01;
    display: block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    width: calc(100% + 2.5rem);
  }

  .navbar-logo-big .navbar-logo img {
    max-height: 9.375rem;
    display: block;
    margin: 0 auto;
  }

  .navbar-logo-big div.w-100 > .navbar-logo {
    width: calc(100% + 2rem);
  }
}

@media (min-width: 992px) {
  .navbar-logo-overlay .navbar-logo {
    max-width: 9.375rem;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(0) translateY(100%);
            transform: translateX(0) translateY(100%);
    -webkit-box-shadow: 0 0 8px #495057;
            box-shadow: 0 0 8px #495057;
  }

  .navbar-logo-left .navbar-logo {
    max-width: 9.375rem;
  }
}

.navbar--logo-centered {
  display: block;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.navbar--logo-centered .navbar-logo {
  max-width: 12.5rem;
  position: relative;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 1;
}

.navbar--logo-centered .poweredby {
  float: right;
}

.search-bar {
  width: 0;
  right: 3.375rem;
  overflow: hidden;
  position: absolute;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.search-bar .form-control {
  background-color: #818181;
  background-color: var(--content-bg);
}

.search-bar-toggle {
  display: none;
}

.search-bar-toggle-label {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.search-bar-toggle-label .close-icon {
  display: none;
}

.search-bar-toggle:checked ~ .search-bar {
  width: calc(100% - 3.375rem);
}

.search-bar-toggle:checked ~ .search-bar-toggle-label .search-icon {
  display: none;
}

.search-bar-toggle:checked ~ .search-bar-toggle-label .close-icon {
  display: block;
}

@media (max-width: 1199.98px) {
  .search-bar {
    position: static;
    width: calc(100% - 1.875rem);
    margin: 0 0.9375rem;
  }

  .search-bar-toggle-label {
    display: none;
  }
}

.badge {
  cursor: default;
  text-decoration: none;
}

.badge-label {
  background-color: #5e0e00;
  background-color: var(--primary);
  color: #fff !important;
  padding: 0.3125rem 0.25rem;
}

.badge-rating {
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  border: 0.0625rem solid #fff;
  border-radius: 0.375rem;
  color: #fff;
}

.badge-rating--yellow {
  background-color: #ffc503;
  border-color: #ffc503;
}

.badge-rating--green {
  background-color: #27ae60;
  border-color: #27ae60;
}

.badge-rating--blue {
  background-color: #6db2d1;
  border-color: #6db2d1;
}

.badge-rating--red {
  background-color: #d16d6e;
  border-color: #d16d6e;
}

.badge-rating--0 {
  background-image: url(/images/fsk-0.png?72a2dd9f08462a58df786e7e7b8e6e72);
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.badge-rating--6 {
  background-image: url(/images/fsk-6.png?7bb89b145a32bd4a281cbc4f117f736f);
  background-color: #FFE500;
  border-color: #FFE500;
}

.badge-rating--12 {
  background-image: url(/images/fsk-12.png?16a20a330338ac742c100b26e7fc298a);
  background-color: #23A638;
  border-color: #23A638;
}

.badge-rating--16 {
  background-image: url(/images/fsk-16.png?d4d0a356369459dbee201dec992ebfc0);
  background-color: #00A1DE;
  border-color: #00A1DE;
}

.badge-rating--18 {
  background-image: url(/images/fsk-18.png?447646163d2c3ee0acfa54ca4aabb4ea);
  background-color: #E30613;
  border-color: #E30613;
}

.badge-rating--0,
.badge-rating--6,
.badge-rating--12,
.badge-rating--16,
.badge-rating--18 {
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: auto 1.75rem;
  padding-left: 1.875rem;
  color: #000000;
}

.tooltip-inner {
  background-color: #000 !important;
}

.badge-category {
  position: relative;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.badge-category:after {
  content: "";
  background: #5e0e00;
  background: var(--primary);
  height: 1px;
  display: block;
  position: absolute;
  width: 2.1875rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

input {
  font-weight: 300;
}

.form-check-filter input[type=checkbox] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.form-check-filter label {
  background-color: transparent;
  color: #212529;
  color: var(--filter-color);
  text-transform: uppercase;
  padding: 0.3125rem 0.375rem;
  margin-bottom: 0.5625rem;
  border-radius: 0.3125rem;
  opacity: .5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form-check-filter input[type=checkbox]:checked + label {
  background-color: #5e0e00;
  background-color: var(--primary);
  color: #fff;
  opacity: 1;
}

.form-check-filter--normal input[type=checkbox] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.form-check-filter--normal label {
  background-color: transparent;
  color: #212529;
  color: var(--filter-color);
  text-transform: normal;
  padding: 0.3125rem 0.375rem;
  margin-bottom: 0.5625rem;
  border-radius: 0.3125rem;
  opacity: .5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form-check-filter--normal input[type=checkbox]:checked + label {
  background-color: #5e0e00;
  background-color: var(--primary);
  color: #fff;
  opacity: 1;
}

/*------------------------------------*\
    $COMPONENTS
\*------------------------------------*/

@media (min-width: 0) {
  .card-deck .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
  }
}

@media (min-width: 576px) {
  .card-deck .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
  }
}

@media (min-width: 768px) {
  .card-deck .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33333333% - 30px);
            flex: 0 0 calc(33.33333333% - 30px);
  }
}

@media (min-width: 992px) {
  .card-deck .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 30px);
            flex: 0 0 calc(20% - 30px);
  }
}

@media (min-width: 1200px) {
  .card-deck .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 30px);
            flex: 0 0 calc(20% - 30px);
  }
}

.card-deck {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.card-deck a {
  text-decoration: none;
}

.card-deck--events .card .card-body {
  background-color: var(--btn-color);
  background-color: #3d0a01;
  border-radius: 0.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-deck--events .card .card-body .card-title {
  color: #fff;
}

.card-title {
  font-size: 1rem;
  font-weight: 300;
  color: white;
  color: var(--card-color);
  line-height: 1.2;
  text-transform: none;
}

.card-button {
  background-color: transparent !important;
}

.card-button button {
  margin-top: 5rem;
  white-space: normal;
}

@media (max-width: 767.98px) {
  .card-button {
    width: 100%;
    max-width: 100%;
  }

  .card-button button {
    margin-top: 0;
  }
}

.card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.card-body .cinema-logo {
  max-width: 30%;
  -ms-flex-item-align: start;
      align-self: start;
  padding-bottom: 1rem;
}

.card-attribute {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

.card-attribute span {
  position: absolute;
  top: .5em;
  right: .5em;
}

.card-attribute:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: '';
  width: 250%;
  padding-bottom: 200%;
  -webkit-transform: translatey(-44%) rotate(45deg);
          transform: translatey(-44%) rotate(45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  background-color: inherit;
}

.card {
  max-width: 10.3125rem;
  background-color: #5e0e00;
  background-color: var(--card-bg);
}

.card picture {
  position: relative;
  overflow: hidden;
}

.card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card:nth-of-type(3n) + .card-button {
    width: 100%;
    max-width: 100%;
  }

  .card:nth-of-type(3n) + .card-button button {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .card:nth-of-type(5n) + .card-button {
    width: 100%;
    max-width: 100%;
  }

  .card:nth-of-type(5n) + .card-button button {
    margin-top: 0;
  }
}

@media (min-width: 0) {
  .card-expand-deck .card-expand {
    width: calc(50% - 30px);
  }
}

@media (min-width: 576px) {
  .card-expand-deck .card-expand {
    width: calc(50% - 30px);
  }
}

@media (min-width: 768px) {
  .card-expand-deck .card-expand {
    width: calc(33.33333333% - 30px);
  }
}

@media (min-width: 992px) {
  .card-expand-deck .card-expand {
    width: calc(20% - 30px);
  }
}

@media (min-width: 1200px) {
  .card-expand-deck .card-expand {
    width: calc(20% - 30px);
  }
}

.card-expand-title {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  text-transform: none;
}

.card-expand-button {
  background-color: #818181;
}

.card-expand-button button {
  margin-top: 5rem;
}

@media (max-width: 767.98px) {
  .card-expand-button {
    width: 100%;
    max-width: 100%;
  }

  .card-expand-button button {
    margin-top: 0;
  }
}

.card-expand {
  max-width: 10.3125rem;
  margin: 0 15px 24px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-expand:nth-of-type(3n) + .card-expand-button {
    width: 100%;
    max-width: 100%;
  }

  .card-expand:nth-of-type(3n) + .card-expand-button button {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .card-expand:nth-of-type(5n) + .card-expand-button {
    width: 100%;
    max-width: 100%;
  }

  .card-expand:nth-of-type(5n) + .card-expand-button button {
    margin-top: 0;
  }
}

.feature {
  width: 100%;
  background-color: #5e0e00;
  background-color: var(--feature-bg);
}

.feature a {
  text-decoration: none;
}

.feature__image {
  padding: 0.625rem;
  /*
        overflow:hidden;
        background-size: cover;
        background-position: center;        
        @include media-breakpoint-down(sm) {
            height:0;
            padding-bottom:66.6666%;
        }
        */
}

.feature__image img {
  width: 100%;
}

.feature__content {
  color: #212529;
  color: var(--feature-color);
}

.feature__content h3 {
  margin-bottom: 0;
}

.feature__content .cinema-logo {
  max-width: 5rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}

@media (min-width: 768px) {
  .feature + .feature:nth-of-type(2n) .feature__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.carousel-item a {
  text-decoration: none;
}

.carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 0.3125rem;
}

.carousel-caption h2 {
  margin-top: 0;
  padding-left: 0;
  border-left: 0;
  line-height: 1.2;
}

.carousel-caption p {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.carousel-caption .cinema-logo {
  max-width: 6.25rem;
  margin: 0.3125rem;
}

.carousel-indicators {
  bottom: 0;
}

.carousel-progress-bar {
  height: 100%;
  background-color: #5e0e00;
  background-color: var(--primary);
  width: 0;
  margin: 0;
  border: none;
  z-index: 11;
  position: relative;
}

.progress-bar-container {
  height: 0.1875rem;
  width: 100%;
  background-color: #e9ecef;
  display: none;
}

@media (max-width: 991.98px) {
  .carousel-caption {
    position: relative;
  }

  .carousel-caption h1,
  .carousel-caption h2,
  .carousel-caption h3,
  .carousel-caption h4 {
    font-size: 1.5rem !important;
  }
}

header.sticky-top,
.header.sticky-top {
  z-index: 1030;
}

.header-quickmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 0.8125rem;
  margin: 0 -15px;
  padding: 0.625rem 0;
  background-color: black;
  background-color: var(--navbar-bg);
  z-index: 1030;
}

.header-quickmenu a {
  padding-top: 2rem;
  background-repeat: no-repeat;
  background-size: auto 1.875rem;
  background-position: 50% 0;
  text-decoration: none;
  width: 33.333%;
  width: calc(100% / 3);
  color: white;
  color: var(--navbar-color);
}

.header-quickmenu a:hover {
  color: white;
  color: var(--navbar-color);
}

.header-quickmenu__tickets {
  background-image: url(/fonts/quickmenu-clock.svg?b22f1784bedc96a1412bd3ad0609be4b);
}

.header-quickmenu__events {
  background-image: url(/fonts/quickmenu-calendar.svg?1efc171e08e48dd04733df8dc32f27ab);
}

.header-quickmenu__shop {
  background-image: url(/fonts/quickmenu-shop.svg?1c1ed1144f5bb7305a0e6b3efe3eff96);
}

.header-block {
  position: relative;
}

.header-block__logo {
  position: absolute;
  left: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25%;
}

.header-block__logo img {
  max-width: 100%;
}

.header-block__image {
  width: 100%;
  display: block;
  max-width: none !important;
  width: calc(100% + 1.875rem);
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.footer {
  background-color: black;
  background-color: var(--footer-bg);
}

.footer > .row {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.footer > .row > .col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 576px) {
  .footer {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  .footer .heading {
    margin-left: -1.5625rem;
  }
}

.footer .heading {
  line-height: 1.2;
  color: black;
  color: var(--footer-color);
}

.footer a {
  font-size: 0.875rem;
  color: black;
  color: var(--footer-color);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.8;
  text-decoration: none;
}

.footer a:hover {
  color: black;
  color: var(--footer-color);
  text-decoration: none;
  opacity: 1;
}

.footer img {
  max-width: 9.375rem;
}

.bottombar {
  font-size: 0.875rem;
}

.bottombar span {
  display: inline-block;
}

.bottombar a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: black;
  color: var(--footer-color);
}

.bottombar a:hover {
  text-decoration: none;
  color: black;
  color: var(--footer-color);
}

@media (max-width: 1199.98px) {
  .bottombar {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 575.98px) {
  .footer > .row {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .footer .heading {
    border-left: 0;
  }

  .footer ul {
    padding: 0 0.9375rem;
  }

  .bottombar a {
    display: block;
  }
}

.filter {
  background-color: #5d0e00;
  background-color: var(--filter-bg);
}

.filter hr {
  border-top-color: #343a40;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.filter-button {
  display: block;
  line-height: 1;
  width: 100%;
}

.filter__category {
  padding: 0.3125rem 0.375rem;
  text-transform: uppercase;
  text-align: center;
  color: #212529;
  color: var(--filter-color);
}

.filter .form-check-inline label {
  cursor: pointer;
}

@media (min-width: 768px) {
  .filter {
    display: block !important;
  }

  .filter-button {
    display: none;
  }
}

#schedule-view-switch {
  padding-bottom: 0.3125rem;
  background-color: #818181;
  background-color: var(--content-bg);
}

#schedule-view-switch .nav-pills {
  margin: 1.25rem 0;
  line-height: 1;
  position: relative;
  z-index: 1025;
}

@media (min-width: 768px) {
  #schedule-view-switch .nav-pills .nav-item {
    width: 50%;
  }
}

#schedule-view-switch .nav-pills a {
  border: 0.0625rem solid #5e0e00;
  border: 0.0625rem solid var(--schedule-bg);
  border-radius: 0;
  background-color: #5e0e00;
  background-color: var(--schedule-bg);
  color: #fff;
  padding: 1rem 0.25rem;
  opacity: .5;
}

#schedule-view-switch .nav-pills a.schedule-view-1:before,
#schedule-view-switch .nav-pills a.schedule-view-2:before {
  content: '';
  display: inline-block;
  margin-right: .5em;
}

#schedule-view-switch .nav-pills a.schedule-view-1:before {
  content: '\25AF';
}

#schedule-view-switch .nav-pills a.schedule-view-2:before {
  content: '\2630';
}

#schedule-view-switch .nav-pills a.active {
  opacity: 1;
}

#schedule-view-switch p {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

#schedule-view-switch.sticky-top {
  z-index: 1026;
  top: 6.875rem;
  -webkit-box-shadow: 0 -60px 0 0 #818181, 0 10px 20px 0 #818181;
          box-shadow: 0 -60px 0 0 #818181, 0 10px 20px 0 #818181;
  -webkit-box-shadow: 0 -60px 0 0 var(--content-bg), 0 10px 20px 0 var(--content-bg);
          box-shadow: 0 -60px 0 0 var(--content-bg), 0 10px 20px 0 var(--content-bg);
}

#filterContainer ~ h1 {
  position: relative;
  z-index: 1025;
}

.cinema-divider {
  border-bottom: 0.375rem #5e0e00 solid;
  border-bottom: 0.375rem var(--primary) solid;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}

.cinema-divider h3,
.cinema-divider .cinema-logo {
  margin-bottom: 0.625rem;
  display: inline-block;
}

.cinema-divider .cinema-logo {
  max-width: 6.25rem;
  margin-right: 1.25rem;
}

.event .cinema-divider {
  margin-left: 0;
  margin-right: 0;
}

.filmInfoText {
  position: fixed;
  overscroll-behavior: contain;
  z-index: 1030;
  top: 50%;
  left: 50%;
  width: 100%;
  overflow: auto;
  margin-top: 3.4375rem;
  max-width: 61.25rem;
  max-height: calc(100vh - 110px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #5d0e00;
  background: var(--filter-bg);
  color: white;
  color: var(--filter-color);
}

.filmInfoText .collapser {
  width: 2rem;
  height: 2rem;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0;
}

.filmInfoText .event-box__content {
  margin: 0 !important;
}

.filmInfoText .event-box__content + p {
  margin-top: .5em;
}

.schedule__playtimes {
  background: #5e0e00;
  background: var(--schedule-bg);
  color: #fff;
}

.schedule__legend {
  font-size: 0.875rem;
  width: 100%;
}

.schedule__legend .btn {
  padding: 0 0.3125rem;
  cursor: default !important;
  border-top-width: 0.1875rem;
  border-bottom-width: 0.1875rem;
}

.schedule__legend .btn-playtime--blue,
.schedule__legend .btn-playtime--2D {
  background: #6db2d1;
}

.schedule__legend .btn-playtime--red,
.schedule__legend .btn-playtime--3D {
  background: #d16d6e;
}

.schedule__legend .btn-playtime--orange,
.schedule__legend .btn-playtime--additional-1 {
  background: #F3B62A;
}

.schedule__legend .btn-playtime--green,
.schedule__legend .btn-playtime--additional-2 {
  background: #27ae60;
}

.schedule__legend .btn-playtime--purple,
.schedule__legend .btn-playtime--additional-3 {
  background: #9d87e9;
}

.schedule__legend .btn-playtime--pink,
.schedule__legend .btn-playtime--additional-4 {
  background: #FF69B4;
}

.schedule__legend .btn-playtime--tangerine,
.schedule__legend .btn-playtime--additional-5 {
  background: #FF8000;
}

.schedule__legend .btn-playtime--2d {
  background: #6DB2D1;
}

.schedule__legend .btn-playtime--2d-ov {
  background: #F3B62A;
}

.schedule__legend .btn-playtime--2d-omu {
  background: #27AE60;
}

.schedule__legend .btn-playtime--3d {
  background: #D16D6E;
}

.schedule__legend .btn-playtime--3d-ov {
  background: #9D87E9;
}

.schedule__legend .btn-playtime--3d-omu {
  background: #336666;
}

.schedule__legend .btn-playtime--hfr {
  background: #FF7F24;
}

.schedule__legend .btn-playtime--hfr-ov {
  background: #27AE60;
}

.schedule__legend .btn-playtime--hfr-omu {
  background: #9FB6CD;
}

.schedule__legend .btn-playtime--hfr-3d {
  background: #CD9B9B;
}

.schedule__legend .btn-playtime--hfr-3d-ov {
  background: #FF69B4;
}

.schedule__legend .btn-playtime--hfr-3d-omu {
  background: #B8860B;
}

.schedule__date {
  font-size: 0.875rem;
}

.schedule__date span {
  display: block;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .schedule__date span {
    font-size: 0.875rem;
  }
}

.schedule__version {
  background: #5e0e00;
  background: var(--schedule-bg);
  padding-top: 0.625rem;
  margin-bottom: -0.5rem;
}

.schedule__table {
  width: 100%;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 4;
  /* number of days */
}

.schedule__table td {
  vertical-align: top;
  text-align: center;
  padding: 0;
  width: calc(100% / 4);
}

.schedule__table td:nth-child(5),
.schedule__table td:nth-child(5) ~ td {
  display: none;
}

.schedule__table td .btn-playtime {
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100% - 0.625rem);
}

.schedule__table_date {
  display: block;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.625rem;
  border-bottom: 0.0625rem solid white;
  border-bottom: 0.0625rem solid var(--body-color);
  vertical-align: middle;
  font-size: .75em;
}

.schedule__table tfoot tr.schedule__table_filmstart {
  display: none;
}

.schedule__table tfoot tr.schedule__table_filmstart td {
  position: absolute;
  width: 100%;
  -webkit-transform: translatey(33.33%);
          transform: translatey(33.33%);
}

.schedule__table tfoot tr.schedule__table_filmstart td label {
  cursor: pointer;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.schedule__table tfoot tr.schedule__table_paginator {
  display: none;
}

.schedule__table tfoot tr.schedule__table_paginator td {
  padding-top: 0.625rem;
  vertical-align: middle;
}

.schedule__table tfoot tr.schedule__table_paginator td:first-child label,
.schedule__table tfoot tr.schedule__table_paginator td:last-child label {
  font-size: 0;
  cursor: pointer;
  -webkit-transform: scaley(0.9);
          transform: scaley(0.9);
}

.schedule__table tfoot tr.schedule__table_paginator td:first-child label:before,
.schedule__table tfoot tr.schedule__table_paginator td:last-child label:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid white;
  border: 2px solid var(--body-color);
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.schedule__table tfoot tr.schedule__table_paginator td:first-child {
  text-align: left;
}

.schedule__table tfoot tr.schedule__table_paginator td:first-child label:before {
  border-top: none;
  border-right: none;
}

.schedule__table tfoot tr.schedule__table_paginator td:last-child {
  text-align: right;
}

.schedule__table tfoot tr.schedule__table_paginator td:last-child label:before {
  border-left: none;
  border-bottom: none;
}

.schedule__table.at-the-start.at-the-end tfoot .schedule__table_paginator {
  display: none;
}

.schedule__table.at-the-start tfoot .schedule__table_paginator td:first-child label,
.schedule__table.at-the-end tfoot .schedule__table_paginator td:last-child label {
  opacity: .5;
  cursor: default;
}

@media (min-width: 400px) {
  .schedule__table {
    z-index: 5;
    /* number of days */
  }

  .schedule__table td {
    width: calc(100% / 5);
    display: table-cell;
  }

  .schedule__table td:nth-child(5) {
    display: table-cell;
  }

  .schedule__table td:nth-child(6),
  .schedule__table td:nth-child(6) ~ td {
    display: none;
  }
}

@media (min-width: 768px) {
  .schedule__legend {
    font-size: 1rem;
  }

  .schedule__table {
    z-index: 7;
    /* number of days */
  }

  .schedule__table td {
    width: calc(100% / 7);
    display: table-cell;
  }

  .schedule__table td:nth-child(5),
  .schedule__table td:nth-child(5) ~ td {
    display: table-cell;
  }

  .schedule__table td:nth-child(7),
  .schedule__table td:nth-child(7) ~ td {
    display: none;
  }

  .schedule__table_date {
    font-size: 1em;
  }
}

.event-info__length,
.event-info__genre {
  font-size: 0.875rem;
}

.event-picture {
  z-index: 1;
}

.movie-list-view picture img {
  width: 100%;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
}

.movie-list-view .sticky-top {
  top: 6.25rem;
  margin-right: 0 !important;
}

.movie-list-view + hr {
  position: relative;
  z-index: 1025;
}

.movie-table-view h3 {
  margin-bottom: 0;
  font-weight: 400;
}

.movie-table-view table {
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  display: block;
}

.movie-table-view table a {
  text-decoration: none;
}

.movie-table-view table th {
  background-color: #5d0e00;
  background-color: var(--filter-bg);
  color: white;
  color: var(--filter-color);
  font-weight: normal;
}

.movie-table-view table th,
.movie-table-view table td {
  padding: .25em .5em;
}

.movie-table-view table th:nth-child(1),
.movie-table-view table td:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 78%;
  padding-bottom: 0;
}

.movie-table-view table th:nth-child(2),
.movie-table-view table td:nth-child(2) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 30%;
  padding-top: 0;
  text-align: right;
}

.movie-table-view table th:nth-child(3),
.movie-table-view table td:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 70%;
  padding-top: 0;
}

.movie-table-view table th:nth-child(3) span,
.movie-table-view table td:nth-child(3) span {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
}

.movie-table-view table th:nth-child(4),
.movie-table-view table td:nth-child(4) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 22%;
  padding-bottom: 0;
  text-align: right;
}

.movie-table-view table thead {
  display: none;
}

.movie-table-view table tbody {
  display: block;
}

.movie-table-view table tr {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.movie-table-view table td {
  padding: .25em 0;
  height: auto;
}

.movie-table-view table td span {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 .5em .25em .5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top-width: 0.3125rem;
  border-bottom-width: 0.0625rem;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
}

.movie-table-view table td span a {
  display: block;
  padding-bottom: .25em;
  height: 100%;
}

.movie-table-view table td span:empty:after {
  content: '\A0';
}

.movie-table-view table td:nth-child(1) span {
  /* Filmtitel */
  border-top-left-radius: 0.25rem;
  border-left-width: 0.0625rem;
  border-bottom-width: 0.0625rem;
  padding-bottom: 0;
}

.movie-table-view table td:nth-child(2) span {
  /* Fassung */
  border-top-width: 0;
  border-bottom-right-radius: 0.25rem;
  border-right-width: 0.0625rem;
  font-size: 1rem;
}

.movie-table-view table td:nth-child(3) span {
  /* Reihe */
  border-top-width: 0;
  border-bottom-left-radius: 0.25rem;
  border-left-width: 0.0625rem;
  font-size: 1rem;
}

.movie-table-view table td:nth-child(4) span {
  /* Uhrzeit */
  border-top-right-radius: 0.25rem;
  border-right-width: 0.0625rem;
  border-bottom-width: 0.0625rem;
  padding-bottom: 0;
}

.movie-table-view table td:nth-child(4) span a {
  font-weight: bold;
}

.movie-table-view table tr.version--2D td span,
.movie-table-view table tr.version--2D.version--sold-out td span,
.movie-table-view table tr.version--2D.version--no-advance-sale td span {
  border-color: #6db2d1;
  color: #6db2d1;
}

.movie-table-view table tr.version--2D td span a,
.movie-table-view table tr.version--2D.version--sold-out td span a,
.movie-table-view table tr.version--2D.version--no-advance-sale td span a {
  color: #6db2d1;
}

.movie-table-view table tr.version--3D td span,
.movie-table-view table tr.version--3D.version--sold-out td span,
.movie-table-view table tr.version--3D.version--no-advance-sale td span {
  border-color: #d16d6e;
  color: #d16d6e;
}

.movie-table-view table tr.version--3D td span a,
.movie-table-view table tr.version--3D.version--sold-out td span a,
.movie-table-view table tr.version--3D.version--no-advance-sale td span a {
  color: #d16d6e;
}

.movie-table-view table tr.version--additional-1 td span,
.movie-table-view table tr.version--additional-1.version--sold-out td span,
.movie-table-view table tr.version--additional-1.version--no-advance-sale td span {
  border-color: #F3B62A;
  color: #F3B62A;
}

.movie-table-view table tr.version--additional-1 td span a,
.movie-table-view table tr.version--additional-1.version--sold-out td span a,
.movie-table-view table tr.version--additional-1.version--no-advance-sale td span a {
  color: #F3B62A;
}

.movie-table-view table tr.version--additional-2 td span,
.movie-table-view table tr.version--additional-2.version--sold-out td span,
.movie-table-view table tr.version--additional-2.version--no-advance-sale td span {
  border-color: #27ae60;
  color: #27ae60;
}

.movie-table-view table tr.version--additional-2 td span a,
.movie-table-view table tr.version--additional-2.version--sold-out td span a,
.movie-table-view table tr.version--additional-2.version--no-advance-sale td span a {
  color: #27ae60;
}

.movie-table-view table tr.version--additional-3 td span,
.movie-table-view table tr.version--additional-3.version--sold-out td span,
.movie-table-view table tr.version--additional-3.version--no-advance-sale td span {
  border-color: #9d87e9;
  color: #9d87e9;
}

.movie-table-view table tr.version--additional-3 td span a,
.movie-table-view table tr.version--additional-3.version--sold-out td span a,
.movie-table-view table tr.version--additional-3.version--no-advance-sale td span a {
  color: #9d87e9;
}

.movie-table-view table tr.version--additional-4 td span,
.movie-table-view table tr.version--additional-4.version--sold-out td span,
.movie-table-view table tr.version--additional-4.version--no-advance-sale td span {
  border-color: #FF69B4;
  color: #FF69B4;
}

.movie-table-view table tr.version--additional-4 td span a,
.movie-table-view table tr.version--additional-4.version--sold-out td span a,
.movie-table-view table tr.version--additional-4.version--no-advance-sale td span a {
  color: #FF69B4;
}

.movie-table-view table tr.version--additional-5 td span,
.movie-table-view table tr.version--additional-5.version--sold-out td span,
.movie-table-view table tr.version--additional-5.version--no-advance-sale td span {
  border-color: #FF8000;
  color: #FF8000;
}

.movie-table-view table tr.version--additional-5 td span a,
.movie-table-view table tr.version--additional-5.version--sold-out td span a,
.movie-table-view table tr.version--additional-5.version--no-advance-sale td span a {
  color: #FF8000;
}

.movie-table-view table tr.version--2d td span,
.movie-table-view table tr.version--2d.version--sold-out td span,
.movie-table-view table tr.version--2d.version--no-advance-sale td span {
  border-color: #6DB2D1;
  color: #6DB2D1;
}

.movie-table-view table tr.version--2d td span a,
.movie-table-view table tr.version--2d.version--sold-out td span a,
.movie-table-view table tr.version--2d.version--no-advance-sale td span a {
  color: #6DB2D1;
}

.movie-table-view table tr.version--2d-ov td span,
.movie-table-view table tr.version--2d-ov.version--sold-out td span,
.movie-table-view table tr.version--2d-ov.version--no-advance-sale td span {
  border-color: #F3B62A;
  color: #F3B62A;
}

.movie-table-view table tr.version--2d-ov td span a,
.movie-table-view table tr.version--2d-ov.version--sold-out td span a,
.movie-table-view table tr.version--2d-ov.version--no-advance-sale td span a {
  color: #F3B62A;
}

.movie-table-view table tr.version--2d-omu td span,
.movie-table-view table tr.version--2d-omu.version--sold-out td span,
.movie-table-view table tr.version--2d-omu.version--no-advance-sale td span {
  border-color: #27AE60;
  color: #27AE60;
}

.movie-table-view table tr.version--2d-omu td span a,
.movie-table-view table tr.version--2d-omu.version--sold-out td span a,
.movie-table-view table tr.version--2d-omu.version--no-advance-sale td span a {
  color: #27AE60;
}

.movie-table-view table tr.version--3d td span,
.movie-table-view table tr.version--3d.version--sold-out td span,
.movie-table-view table tr.version--3d.version--no-advance-sale td span {
  border-color: #D16D6E;
  color: #D16D6E;
}

.movie-table-view table tr.version--3d td span a,
.movie-table-view table tr.version--3d.version--sold-out td span a,
.movie-table-view table tr.version--3d.version--no-advance-sale td span a {
  color: #D16D6E;
}

.movie-table-view table tr.version--3d-ov td span,
.movie-table-view table tr.version--3d-ov.version--sold-out td span,
.movie-table-view table tr.version--3d-ov.version--no-advance-sale td span {
  border-color: #9D87E9;
  color: #9D87E9;
}

.movie-table-view table tr.version--3d-ov td span a,
.movie-table-view table tr.version--3d-ov.version--sold-out td span a,
.movie-table-view table tr.version--3d-ov.version--no-advance-sale td span a {
  color: #9D87E9;
}

.movie-table-view table tr.version--3d-omu td span,
.movie-table-view table tr.version--3d-omu.version--sold-out td span,
.movie-table-view table tr.version--3d-omu.version--no-advance-sale td span {
  border-color: #336666;
  color: #336666;
}

.movie-table-view table tr.version--3d-omu td span a,
.movie-table-view table tr.version--3d-omu.version--sold-out td span a,
.movie-table-view table tr.version--3d-omu.version--no-advance-sale td span a {
  color: #336666;
}

.movie-table-view table tr.version--hfr td span,
.movie-table-view table tr.version--hfr.version--sold-out td span,
.movie-table-view table tr.version--hfr.version--no-advance-sale td span {
  border-color: #FF7F24;
  color: #FF7F24;
}

.movie-table-view table tr.version--hfr td span a,
.movie-table-view table tr.version--hfr.version--sold-out td span a,
.movie-table-view table tr.version--hfr.version--no-advance-sale td span a {
  color: #FF7F24;
}

.movie-table-view table tr.version--hfr-ov td span,
.movie-table-view table tr.version--hfr-ov.version--sold-out td span,
.movie-table-view table tr.version--hfr-ov.version--no-advance-sale td span {
  border-color: #27AE60;
  color: #27AE60;
}

.movie-table-view table tr.version--hfr-ov td span a,
.movie-table-view table tr.version--hfr-ov.version--sold-out td span a,
.movie-table-view table tr.version--hfr-ov.version--no-advance-sale td span a {
  color: #27AE60;
}

.movie-table-view table tr.version--hfr-omu td span,
.movie-table-view table tr.version--hfr-omu.version--sold-out td span,
.movie-table-view table tr.version--hfr-omu.version--no-advance-sale td span {
  border-color: #9FB6CD;
  color: #9FB6CD;
}

.movie-table-view table tr.version--hfr-omu td span a,
.movie-table-view table tr.version--hfr-omu.version--sold-out td span a,
.movie-table-view table tr.version--hfr-omu.version--no-advance-sale td span a {
  color: #9FB6CD;
}

.movie-table-view table tr.version--hfr-3d td span,
.movie-table-view table tr.version--hfr-3d.version--sold-out td span,
.movie-table-view table tr.version--hfr-3d.version--no-advance-sale td span {
  border-color: #CD9B9B;
  color: #CD9B9B;
}

.movie-table-view table tr.version--hfr-3d td span a,
.movie-table-view table tr.version--hfr-3d.version--sold-out td span a,
.movie-table-view table tr.version--hfr-3d.version--no-advance-sale td span a {
  color: #CD9B9B;
}

.movie-table-view table tr.version--hfr-3d-ov td span,
.movie-table-view table tr.version--hfr-3d-ov.version--sold-out td span,
.movie-table-view table tr.version--hfr-3d-ov.version--no-advance-sale td span {
  border-color: #FF69B4;
  color: #FF69B4;
}

.movie-table-view table tr.version--hfr-3d-ov td span a,
.movie-table-view table tr.version--hfr-3d-ov.version--sold-out td span a,
.movie-table-view table tr.version--hfr-3d-ov.version--no-advance-sale td span a {
  color: #FF69B4;
}

.movie-table-view table tr.version--hfr-3d-omu td span,
.movie-table-view table tr.version--hfr-3d-omu.version--sold-out td span,
.movie-table-view table tr.version--hfr-3d-omu.version--no-advance-sale td span {
  border-color: #B8860B;
  color: #B8860B;
}

.movie-table-view table tr.version--hfr-3d-omu td span a,
.movie-table-view table tr.version--hfr-3d-omu.version--sold-out td span a,
.movie-table-view table tr.version--hfr-3d-omu.version--no-advance-sale td span a {
  color: #B8860B;
}

.movie-table-view table tr.version--sold-out td span,
.movie-table-view table tr.version--no-advance-sale td span {
  border-color: #888888;
  color: #888888;
  position: relative;
  padding-top: .5em;
  padding-bottom: 0;
}

.movie-table-view table tr.version--sold-out td span a,
.movie-table-view table tr.version--no-advance-sale td span a {
  color: #888888;
}

.movie-table-view table tr.version--sold-out td span:before,
.movie-table-view table tr.version--no-advance-sale td span:before {
  display: block;
  content: '\A0';
  width: 100%;
  position: absolute;
  top: -0.3125rem;
  left: 0;
  padding-left: 0.625rem;
  font-size: 0.625rem;
  font-family: Arial, sans-serif;
  background: #888888;
  color: #FFFFFF;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.movie-table-view table tr.version--sold-out td:nth-child(2) span,
.movie-table-view table tr.version--sold-out td:nth-child(3) span,
.movie-table-view table tr.version--no-advance-sale td:nth-child(2) span,
.movie-table-view table tr.version--no-advance-sale td:nth-child(3) span {
  padding-top: 0;
}

.movie-table-view table tr.version--sold-out td:nth-child(2) span:before,
.movie-table-view table tr.version--sold-out td:nth-child(3) span:before,
.movie-table-view table tr.version--no-advance-sale td:nth-child(2) span:before,
.movie-table-view table tr.version--no-advance-sale td:nth-child(3) span:before {
  display: none;
}

.movie-table-view table tr.version--sold-out td:first-child span:before,
.movie-table-view table tr.version--no-advance-sale td:first-child span:before {
  border-top-left-radius: 0.25rem;
}

.movie-table-view table tr.version--sold-out td:last-child span:before,
.movie-table-view table tr.version--no-advance-sale td:last-child span:before {
  border-top-right-radius: 0.25rem;
}

.movie-table-view table tr.version--sold-out td:first-child span:before {
  content: 'ausverkauft';
}

.movie-table-view table tr.version--no-advance-sale td:first-child span:before {
  content: 'noch kein Vorverkauf';
}

@media (min-width: 992px) {
  .movie-table-view table thead {
    display: block;
  }

  .movie-table-view table tr {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .movie-table-view table tr.version--sold-out td:nth-child(2) span,
  .movie-table-view table tr.version--sold-out td:nth-child(3) span,
  .movie-table-view table tr.version--no-advance-sale td:nth-child(2) span,
  .movie-table-view table tr.version--no-advance-sale td:nth-child(3) span {
    padding-top: .5em;
  }

  .movie-table-view table tr.version--sold-out td:nth-child(2) span:before,
  .movie-table-view table tr.version--sold-out td:nth-child(3) span:before,
  .movie-table-view table tr.version--no-advance-sale td:nth-child(2) span:before,
  .movie-table-view table tr.version--no-advance-sale td:nth-child(3) span:before {
    display: block;
  }

  .movie-table-view table th {
    padding: .25em .5em !important;
  }

  .movie-table-view table th:nth-child(1),
  .movie-table-view table td:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 46%;
  }

  .movie-table-view table th:nth-child(2),
  .movie-table-view table td:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 17%;
    text-align: left;
  }

  .movie-table-view table th:nth-child(3),
  .movie-table-view table td:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 23%;
  }

  .movie-table-view table th:nth-child(4),
  .movie-table-view table td:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 14%;
  }

  .movie-table-view table td {
    padding: .25em 0 !important;
  }

  .movie-table-view table td span {
    padding: 0 .5em .25em .5em;
  }

  .movie-table-view table td:nth-child(1) span {
    border-bottom-left-radius: 0.25rem;
  }

  .movie-table-view table td:nth-child(2) span {
    border-right-width: 0;
    border-top-width: 0.3125rem;
    border-bottom-right-radius: 0;
    font-size: 1.25rem;
  }

  .movie-table-view table td:nth-child(3) span {
    border-left-width: 0;
    border-top-width: 0.3125rem;
    border-bottom-left-radius: 0;
    font-size: 1.25rem;
  }

  .movie-table-view table td:nth-child(4) span {
    border-bottom-right-radius: 0.25rem;
  }
}

.event h1,
.event h2 {
  margin-top: 0;
}

.event h2,
.event .h3 {
  line-height: 1.4;
  overflow: hidden;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.event .badge {
  white-space: normal;
}

.event__poster {
  z-index: 1021;
}

.event__info {
  font-size: 0.875rem;
  background-color: #818181;
  background-color: var(--content-bg);
  /*box-shadow: 0 -60px 0 0 $content-bg, 0 10px 20px 0 $content-bg;
        box-shadow: 0 -60px 0 0 var(--content-bg), 0 10px 20px 0 var(--content-bg);*/
  min-height: 300px;
  margin-bottom: 15px;
}

@media (min-width: 414px) {
  .event__info {
    min-height: 330px;
    /* to target certain iPhones */
  }
}

.event__info.sticky-top:before {
  content: '';
  position: absolute;
  right: -15px;
  top: -60px;
  background: linear-gradient(to top, rgba(129, 129, 129, 0), #818181 25px, #818181 25px);
  width: 100vw;
  max-width: 45rem;
  height: calc(100% + 85px);
  z-index: -1;
}

.event__info,
.event__info h5,
.event__info .h5 {
  line-height: 1.4;
}

.event__info > span {
  display: inline-block;
  vertical-align: middle;
}

.event__info__readmore {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-bottom: 0.0625rem solid #fff;
}

.event__info__readmore:hover,
.event__info__readmore:focus {
  color: #5e0e00;
  text-decoration: none;
  border-bottom-color: #5e0e00;
}

.event__info__credits {
  background-color: #5e0e00;
  background-color: var(--event-info-credits-bg);
  color: #fff;
}

.event__info__credits p {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
  display: inline-block;
}

.event__info__credits p span {
  font-weight: 400;
}

.event__timesholder {
  width: calc(100vw - 30px);
  -webkit-transform: translatex(calc(-50% - 15px));
          transform: translatex(calc(-50% - 15px));
}

.event__timesholder .btn-playtime {
  width: calc(100% / 2 - 10px);
}

#event-info__more.no-short-text.collapse:not(.show) {
  height: 2.625rem !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 576px) {
  #event-info__more.no-short-text.collapse:not(.show) {
    height: auto !important;
    display: block;
  }

  .event__info {
    min-height: 0;
  }

  .event__info:before {
    width: 100%;
    right: 0;
  }

  .event__timesholder {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 768px) {
  .event__timesholder .btn-playtime {
    width: calc(100% / 3 - 10px);
  }
}

@media (min-width: 992px) {
  .event__timesholder .btn-playtime {
    width: calc(100% / 4 - 10px);
    max-width: 10.625rem;
  }
}

#event-info__more.no-short-text.collapsing {
  min-height: 2.625rem !important;
}

#event-info__more.no-short-text + a.collapsed:after {
  content: 'Mehr lesen';
}

#event-info__more.no-short-text + a:not(.collapsed):after {
  content: 'Weniger lesen';
}

.event-box {
  background: #212529;
  background: var(--event-box-bg);
}

.event-box__content p {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
  display: inline-block;
}

.event-box__content p span {
  font-weight: 400;
}

.gallery {
  display: block;
}

.gallery a {
  margin-bottom: 10px;
  display: inline-block;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}

.gallery a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 575.98px) {
  .gallery a {
    width: 48%;
  }

  .gallery a:nth-of-type(odd) {
    margin-right: 2%;
  }
}

@media (min-width: 576px) {
  .gallery a {
    width: 31.3333%;
    margin-right: 1%;
  }

  .gallery a:nth-of-type(3n) {
    margin-right: 0;
  }
}

@supports (display: grid) {
  .gallery {
    display: grid;
    grid-gap: 0.5rem;
    grid-template-columns: repeat(auto-fill, minmax(122px, 1fr));
  }

  .gallery a {
    margin-bottom: 0;
    width: auto;
    margin-right: 0;
  }

  .gallery a:nth-of-type(odd) {
    margin-right: 0;
  }

@media (min-width: 576px) {
    .gallery {
      grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}

@media (min-width: 768px) {
    .gallery {
      grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
}

@media (min-width: 992px) {
    .gallery {
      grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}
}

.login-form input:focus {
  border-color: white;
  border-color: var(--body-color);
  color: white;
  color: var(--body-color);
}

.social {
  background: #5e0e00;
  background: var(--bg-social);
  display: inline-block;
}

.social__item {
  display: inline-block;
  color: #6c757d;
  text-align: center;
}

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

.social__item img {
  display: block;
  opacity: .5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.social__item:hover img {
  opacity: 1;
}

@media (min-width: 768px) {
  .social {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 20%;
    margin-top: 0.625rem;
    margin-left: -4.0625rem;
  }

  .social-holder {
    position: absolute;
    background: blue;
    height: 100%;
  }

  .social__item {
    display: block;
  }
}

@media (min-width: 992px) {
  .social {
    margin-left: -5rem;
  }
}

.gridder {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0;
}

.gridder-list,
.gridder-show {
  font-size: 16px;
}

.gridder-list {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  width: 350px;
}

.gridder-list.selectedItem {
  background: #5e0e00;
  background: var(--schedule-bg);
}

.gridder-show {
  display: block;
  width: 100%;
  position: relative;
  float: left;
  background: #5e0e00;
  background: var(--schedule-bg);
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.875rem;
  margin-bottom: 1.25rem;
}

.gridder-show h2 {
  margin-top: 0;
  word-break: break-all;
}

.gridder-content {
  display: none;
}

.gridder-navigation .gridder-nav.prev {
  background: url(/fonts/chevron-left.svg?099d9b77e1567b91215c9b4a1194db68) no-repeat center center;
  background-size: 40px 40px;
  background-color: #5e0e00;
  background-color: var(--schedule-bg);
  padding: 15px 5px;
  left: -35px;
}

.gridder-navigation .gridder-nav.next {
  background: url(/fonts/chevron-right.svg?70bc893971c237f339b482eae1dabef1) no-repeat center center;
  background-size: 40px 40px;
  background-color: #5e0e00;
  background-color: var(--schedule-bg);
  padding: 15px 5px;
  right: -35px;
}

.gridder-navigation .gridder-nav {
  height: 77px;
  padding: 0;
  position: absolute;
  width: 50px;
  z-index: 1;
  color: #aaa !important;
  cursor: pointer !important;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  margin: 0 5px;
  outline: 0;
  text-align: center;
  text-decoration: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  vertical-align: middle;
  white-space: normal;
  word-wrap: normal;
  top: 44%;
  margin-top: -40px;
  overflow: hidden;
}

.gridder-navigation .gridder-close {
  background: url(/fonts/close.svg?997da23a051e47d097b78f6c0ae05a97) no-repeat center center;
  background-size: 20px 20px;
  cursor: pointer;
  height: 30px;
  padding: 7px;
  position: absolute;
  right: 25px;
  top: 10px;
  width: 30px;
  z-index: 2;
}

.trailer-container {
  position: relative;
  z-index: 1;
}

.moviebox_container {
  max-width: 100%;
  padding-bottom: 55.27210884% !important;
  height: 0 !important;
}

.kcBox a {
  display: block;
  position: relative;
}

.kcBox img {
  max-width: 14.375rem;
}

.kcBox .balken {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 14.375rem;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.moviebox-container--branding {
  padding: 13% 2% 7% 2%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5625rem;
}

.sponsors > a,
.sponsors > div {
  display: block;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sponsors > a img,
.sponsors > div img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

@media (min-width: 768px) {
  .sponsors {
    gap: 3.125rem;
  }

  .sponsors > a,
  .sponsors > div {
    height: 6.25rem;
  }
}

/*****************************/

/* SUPER FANCY CSS/JS SLIDER */

/***********[v1.00]***********/

/* by ceno in September 2021 */

/*****************************/

.filmslider {
  width: 2140px;
  max-width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  overflow: hidden;
}

.filmslider,
.filmslider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.filmslider-inner {
  width: 100%;
}

.filmslider-inner.animate-next {
  -webkit-animation: filmslider-animate-next .4s ease-out;
          animation: filmslider-animate-next .4s ease-out;
}

@-webkit-keyframes filmslider-animate-next {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}

@keyframes filmslider-animate-next {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}

@media (min-width: 992px) {
@-webkit-keyframes filmslider-animate-next {
    0% {
      -webkit-transform: translateX(9%);
              transform: translateX(9%);
    }
}
@keyframes filmslider-animate-next {
    0% {
      -webkit-transform: translateX(9%);
              transform: translateX(9%);
    }
}
}

.filmslider-inner.animate-next .filmslider-box:last-child {
  -webkit-transform: translatex(-100%);
          transform: translatex(-100%);
}

.filmslider-inner.animate-next .filmslider-box:last-child:after {
  left: unset;
  right: -30px;
}

.filmslider-inner.animate-next .filmslider-box:last-child,
.filmslider-inner.animate-next .filmslider-box:last-child img {
  left: 0;
}

.filmslider-inner.animate-prev {
  -webkit-animation: filmslider-animate-prev .4s ease-out;
          animation: filmslider-animate-prev .4s ease-out;
}

@-webkit-keyframes filmslider-animate-prev {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}

@keyframes filmslider-animate-prev {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}

@media (min-width: 992px) {
@-webkit-keyframes filmslider-animate-prev {
    0% {
      -webkit-transform: translateX(-9%);
              transform: translateX(-9%);
    }
}
@keyframes filmslider-animate-prev {
    0% {
      -webkit-transform: translateX(-9%);
              transform: translateX(-9%);
    }
}
}

.filmslider-inner.animate-prev .filmslider-box:nth-child(10) {
  -webkit-transform: translatex(100%);
          transform: translatex(100%);
}

.filmslider-inner.animate-prev .filmslider-box:nth-child(10),
.filmslider-inner.animate-prev .filmslider-box:nth-child(10) img {
  right: 0;
}

.filmslider-inner.animate-next .filmslider-box:last-child,
.filmslider-inner.animate-prev .filmslider-box:nth-child(10) {
  width: calc((100% - 250px) / 8);
  position: absolute;
  display: block;
}

.filmslider-box {
  width: 250px;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.filmslider-box:before,
.filmslider-box:after {
  display: block;
  content: '';
  width: 60px;
  height: 350px;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background-size: 60px 100%;
  z-index: 1;
}

.filmslider-box:not(:nth-child(5)):before {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  right: 0;
}

.filmslider-box img {
  position: absolute;
  width: 250px;
  height: 100%;
  max-width: none;
}

.filmslider-box:nth-child(4) {
  margin-right: 250px;
}

.filmslider-box:nth-child(5) {
  width: 300px;
  height: 420px;
  position: absolute;
  overflow: visible;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .filmslider-box:nth-child(5) {
    -webkit-transition: width .4s, height .4s;
    transition: width .4s, height .4s;
  }
}

.filmslider-box:nth-child(5):before,
.filmslider-box:nth-child(5):after {
  -webkit-transform: translatey(-50%) scalex(-1);
          transform: translatey(-50%) scalex(-1);
  z-index: -1;
}

.filmslider-box:nth-child(5):before {
  left: -30px;
}

.filmslider-box:nth-child(5) img {
  width: 100%;
}

.filmslider-box:nth-child(5) ~ .filmslider-box:after {
  left: -30px;
}

.filmslider-box:nth-child(5) ~ .filmslider-box img {
  right: 0;
}

.filmslider-box-content {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  padding: 5em 1.25em 1.25em 1.25em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.25)), color-stop(60%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.8) 60%);
}

.filmslider-box-content a {
  text-decoration: none;
}

.filmslider-box-content h5 {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 -20px 2em -20px;
  -webkit-transition: padding .4s;
  transition: padding .4s;
}

.filmslider-box:nth-child(5) .filmslider-box-content {
  opacity: 1;
}

@media (min-width: 992px) {
  .filmslider-box:nth-child(5) .filmslider-box-content h5 {
    padding: 0 25px;
  }
}

.filmslider-box:nth-child(10),
.filmslider-box:nth-child(10) ~ .filmslider-box {
  display: none;
}

.filmslider-prev,
.filmslider-next {
  position: absolute;
  top: 0;
  z-index: 2;
  width: calc(50% - 150px);
  height: 100%;
}

.filmslider-prev:before,
.filmslider-prev:after,
.filmslider-next:before,
.filmslider-next:after {
  display: block;
  content: '';
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border: 4px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  margin: 0 30px;
  -webkit-transform: translatey(-50%) rotate(45deg);
          transform: translatey(-50%) rotate(45deg);
}

.filmslider-prev:after,
.filmslider-next:after {
  border-color: #FFFFFF;
  margin: 0 27px;
}

.filmslider-prev,
.filmslider-prev:before,
.filmslider-prev:after {
  left: 0;
}

.filmslider-prev:before,
.filmslider-prev:after {
  border-top: 0;
  border-right: 0;
}

.filmslider-next,
.filmslider-next:before,
.filmslider-next:after {
  right: 0;
}

.filmslider-next:before,
.filmslider-next:after {
  border-bottom: 0;
  border-left: 0;
}

@media (min-width: 768px) {
  .mediaplayer.playlist .rmp-playlist-player-wrapper {
    width: calc(100% - 18.75rem);
  }

  .mediaplayer.playlist .rmp-playlist-side-menu {
    width: 19.6875rem;
    height: 100%;
    max-height: none;
    position: absolute;
    right: 0;
  }
}

/*------------------------------------*\
$VENDOR STYLES
\*------------------------------------*/

@-webkit-keyframes smartphoto {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes smartphoto {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes smartphoto-img-wrap {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes smartphoto-img-wrap {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes smartphoto-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }

  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes smartphoto-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }

  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes smartphoto-loader {
  0% {
    opacity: .4;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  100% {
    opacity: .4;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes smartphoto-loader {
  0% {
    opacity: .4;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  100% {
    opacity: .4;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1;
  }

  99% {
    display: block;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1;
  }

  99% {
    display: block;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

.smartphoto {
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  opacity: 1;
  font-family: sans-serif;
  cursor: pointer;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation-name: smartphoto;
          animation-name: smartphoto;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.smartphoto[aria-hidden="true"] {
  display: none;
}

.smartphoto-close {
  opacity: 0;
}

.smartphoto-count {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
}

.smartphoto-header {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}

.smartphoto-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.smartphoto-dismiss {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
  text-shadow: 0 1px 0 #FFF;
  color: #FFF;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}

.smartphoto-body {
  position: relative;
  z-index: 102;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.smartphoto-inner {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.smartphoto-img {
  display: none;
  max-width: none;
  width: auto;
  height: auto;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  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-user-drag: none;
}

.smartphoto-img.active {
  display: block;
}

.smartphoto-img-onmove {
  cursor: grab;
  cursor: -webkit-grab;
  -webkit-transition: none;
  transition: none;
}

.smartphoto-img-elasticmove {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  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;
}

.smartphoto-img-wrap {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  -webkit-animation-name: smartphoto-img-wrap;
          animation-name: smartphoto-img-wrap;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.smartphoto-img-left {
  -webkit-transform: translateX(150%) !important;
          transform: translateX(150%) !important;
}

.smartphoto-img-right {
  -webkit-transform: translateX(-150%) !important;
          transform: translateX(-150%) !important;
}

.smartphoto-arrows {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1002;
  top: 50%;
  left: 0;
  opacity: 1;
  -webkit-animation-name: smartphoto-appear;
          animation-name: smartphoto-appear;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.smartphoto-arrows[aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
          animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-arrows li {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-name: smartphoto-appear;
          animation-name: smartphoto-appear;
}

.smartphoto-arrows li:focus {
  outline: none;
}

.smartphoto-arrows [aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
          animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-arrows a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.smartphoto-arrow-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==);
}

.smartphoto-arrow-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+);
}

.smartphoto-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  -webkit-animation-name: smartphoto-appear;
          animation-name: smartphoto-appear;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.smartphoto-nav[aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
          animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-nav ul {
  display: block;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.smartphoto-nav li {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px;
}

.smartphoto-nav a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  background-position: center center;
  background-size: cover;
  opacity: .5;
}

.smartphoto-nav a:focus {
  opacity: .8;
}

.smartphoto-nav a.current {
  opacity: 1;
}

.smartphoto-nav img {
  width: auto;
  height: 100%;
}

.smartphoto-list {
  list-style-type: none;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.smartphoto-list li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.smartphoto-list li:focus {
  outline: none;
}

.smartphoto-list-onmove {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.smartphoto-caption {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.smartphoto-caption:focus {
  outline: none;
}

.smartphoto-loader-wrap {
  display: block;
  position: relative;
  z-index: 103;
  width: 0;
  height: 0;
  -webkit-transform: translate(50vw, 50vh);
          transform: translate(50vw, 50vh);
}

.smartphoto-loader {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-left: -25px;
  border: 8px solid #17CDDD;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: smartphoto-loader .5s infinite linear;
          animation: smartphoto-loader .5s infinite linear;
}

.smartphoto-img-clone {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

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

