@charset "UTF-8";
/*
Custom boostrap imports from node_modules
 */
*,
*::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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(35, 31, 32, 0);
}

@media (max-width: 575.98px) {
	html {
		font-size: 0.95rem;
	}
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

@font-face {
    font-family: 'Noto-Emoji';
    src:url('./fonts/Noto-Emoji/Noto-Emoji.ttf.woff') format('woff'),
        url('./fonts/Noto-Emoji/Noto-Emoji.ttf.svg#Noto-Emoji') format('svg'),
        url('./fonts/Noto-Emoji/Noto-Emoji.ttf.eot'),
        url('./fonts/Noto-Emoji/Noto-Emoji.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

body {
  margin: 0;
  font-family: "europa", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #231f20;
  text-align: left;
  background-color: #fff;
}

[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: 1em;
  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;
}

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;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

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: #ee1900;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #a21100;
  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;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #94969C;
  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,
html [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-cancel-button,
[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: 700;
  line-height: 1.25;
  color: inherit;
}

h1, .h1 {
  font-size: 1.75rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.3125rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 700;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.25;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.25;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.25;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.25;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(35, 31, 32, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

.large {
  font-size: 125%;
}

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: #94969C;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #DDE2DE;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #94969C;
}

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.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%;
  min-height: 1px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.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: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333333%;
          flex: 0 0 8.333333333%;
  max-width: 8.333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666666667%;
          flex: 0 0 16.666666667%;
  max-width: 16.666666667%;
}

.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.333333333%;
          flex: 0 0 33.333333333%;
  max-width: 33.333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666666667%;
          flex: 0 0 41.666666667%;
  max-width: 41.666666667%;
}

.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.333333333%;
          flex: 0 0 58.333333333%;
  max-width: 58.333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666666667%;
          flex: 0 0 66.666666667%;
  max-width: 66.666666667%;
}

.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.333333333%;
          flex: 0 0 83.333333333%;
  max-width: 83.333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666666667%;
          flex: 0 0 91.666666667%;
  max-width: 91.666666667%;
}

.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.333333333%;
}

.offset-2 {
  margin-left: 16.666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333333%;
}

.offset-5 {
  margin-left: 41.666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333333%;
}

.offset-8 {
  margin-left: 66.666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333333%;
}

.offset-11 {
  margin-left: 91.666666667%;
}

@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: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333333%;
            flex: 0 0 8.333333333%;
    max-width: 8.333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666667%;
            flex: 0 0 16.666666667%;
    max-width: 16.666666667%;
  }
  .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.333333333%;
            flex: 0 0 33.333333333%;
    max-width: 33.333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666666667%;
            flex: 0 0 41.666666667%;
    max-width: 41.666666667%;
  }
  .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.333333333%;
            flex: 0 0 58.333333333%;
    max-width: 58.333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666666667%;
            flex: 0 0 66.666666667%;
    max-width: 66.666666667%;
  }
  .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.333333333%;
            flex: 0 0 83.333333333%;
    max-width: 83.333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666666667%;
            flex: 0 0 91.666666667%;
    max-width: 91.666666667%;
  }
  .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.333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666666667%;
  }
}

@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: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333333%;
            flex: 0 0 8.333333333%;
    max-width: 8.333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666667%;
            flex: 0 0 16.666666667%;
    max-width: 16.666666667%;
  }
  .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.333333333%;
            flex: 0 0 33.333333333%;
    max-width: 33.333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666666667%;
            flex: 0 0 41.666666667%;
    max-width: 41.666666667%;
  }
  .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.333333333%;
            flex: 0 0 58.333333333%;
    max-width: 58.333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666666667%;
            flex: 0 0 66.666666667%;
    max-width: 66.666666667%;
  }
  .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.333333333%;
            flex: 0 0 83.333333333%;
    max-width: 83.333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666666667%;
            flex: 0 0 91.666666667%;
    max-width: 91.666666667%;
  }
  .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.333333333%;
  }
  .offset-md-2 {
    margin-left: 16.666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333333%;
  }
  .offset-md-5 {
    margin-left: 41.666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333333%;
  }
  .offset-md-8 {
    margin-left: 66.666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333333%;
  }
  .offset-md-11 {
    margin-left: 91.666666667%;
  }
}

@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: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333333%;
            flex: 0 0 8.333333333%;
    max-width: 8.333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666667%;
            flex: 0 0 16.666666667%;
    max-width: 16.666666667%;
  }
  .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.333333333%;
            flex: 0 0 33.333333333%;
    max-width: 33.333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666666667%;
            flex: 0 0 41.666666667%;
    max-width: 41.666666667%;
  }
  .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.333333333%;
            flex: 0 0 58.333333333%;
    max-width: 58.333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666666667%;
            flex: 0 0 66.666666667%;
    max-width: 66.666666667%;
  }
  .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.333333333%;
            flex: 0 0 83.333333333%;
    max-width: 83.333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666666667%;
            flex: 0 0 91.666666667%;
    max-width: 91.666666667%;
  }
  .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.333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666666667%;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}

@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: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333333%;
            flex: 0 0 8.333333333%;
    max-width: 8.333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666667%;
            flex: 0 0 16.666666667%;
    max-width: 16.666666667%;
  }
  .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.333333333%;
            flex: 0 0 33.333333333%;
    max-width: 33.333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666666667%;
            flex: 0 0 41.666666667%;
    max-width: 41.666666667%;
  }
  .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.333333333%;
            flex: 0 0 58.333333333%;
    max-width: 58.333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666666667%;
            flex: 0 0 66.666666667%;
    max-width: 66.666666667%;
  }
  .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.333333333%;
            flex: 0 0 83.333333333%;
    max-width: 83.333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666666667%;
            flex: 0 0 91.666666667%;
    max-width: 91.666666667%;
  }
  .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.333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #DDE2DE;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #DDE2DE;
}

.table tbody + tbody {
  border-top: 2px solid #DDE2DE;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #DDE2DE;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #DDE2DE;
}

.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: #F6F6F6;
}

.table-hover tbody tr:hover {
  background-color: rgba(35, 31, 32, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fabfb8;
}

.table-hover .table-primary:hover {
  background-color: #f8aaa0;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f8aaa0;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #bebfc1;
}

.table-hover .table-secondary:hover {
  background-color: #b1b2b5;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #b1b2b5;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.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-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-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: #efbdb8;
}

.table-hover .table-danger:hover {
  background-color: #eaaaa3;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #eaaaa3;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfc;
}

.table-hover .table-light:hover {
  background-color: #efefef;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #efefef;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d4d4d4;
}

.table-hover .table-dark:hover {
  background-color: #c7c7c7;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c7c7c7;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(35, 31, 32, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(21, 19, 20, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(21, 19, 20, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #2B2F37;
  border-color: #373133;
}

.table .thead-light th {
  color: #231f20;
  background-color: #DDE2DE;
  border-color: #DDE2DE;
}

.table-dark {
  color: #fff;
  background-color: #2B2F37;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #373133;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #30353E;
}

.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;
  line-height: 1.5;
  color: #646464;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #BDBFC1;
  border-radius: 0;
  -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,
.selectize-input.focus {
  color: #646464;
  background-color: #fff;
  border-color: #ff7e6f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 25, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(238, 25, 0, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #94969C;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #94969C;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #94969C;
  opacity: 1;
}

.form-control::placeholder {
  color: #94969C;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #ECEFEE;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #646464;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.6875rem + 1px);
  padding-bottom: calc(0.6875rem + 1px);
  font-size: 1rem;
  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.571428571;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #231f20;
  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.571428571;
  border-radius: 0;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.6875rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
}

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: #94969C;
}

.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;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .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 .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .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 {
  background-color: #71dd8a;
}

.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 {
  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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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 ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.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 {
  -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: #C61500;
}

.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(198, 21, 0, 0.9);
  border-radius: 0;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #C61500;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #C61500;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 21, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(198, 21, 0, 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, .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: #C61500;
}

.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: #C61500;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #ff5a47;
}

.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 {
  background-color: #f91a00;
}

.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 1px #fff, 0 0 0 0.2rem rgba(198, 21, 0, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(198, 21, 0, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #C61500;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 21, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(198, 21, 0, 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;
  }
}

.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;
  width: 0;
  height: 0;
  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: #231f20;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(35, 31, 32, 0.15);
  border-radius: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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 #ECEFEE;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #231f20;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #151314;
  text-decoration: none;
  background-color: #F6F6F6;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ee1900;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #94969C;
  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: #94969C;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #231f20;
}

.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 > .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 > .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 + .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: #231f20;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #BDBFC1;
  border-radius: 0;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.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 {
  height: calc(2.875rem + 2px);
  padding: 0.6875rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-sm > .form-control,
.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 {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.571428571;
  border-radius: 0;
}

.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: 2rem;
}

.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;
  background-color: #ee1900;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(238, 25, 0, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(238, 25, 0, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ffaba2;
}

.custom-control-input:disabled ~ .custom-control-label {
  cursor: default;
  color: #94969C;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #ECEFEE;
}

.custom-control-label {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.125rem;
  left: -2rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
}

.custom-control-label::after {
  position: absolute;
  top: 0.125rem;
  left: -2rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ee1900;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 {
  background-color: #ee1900;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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(238, 25, 0, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(238, 25, 0, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ee1900;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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(238, 25, 0, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #646464;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=UTF-8,%3csvg width='60' height='36' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M30.038 35.494L30 35.456l-.038.038L0 5.586 5.082.506h.001L30 25.381 54.917.506h.001L60 5.586z' fill='%23ee1900' fill-rule='evenodd'/%3e%3c/svg%3e") no-repeat right 0.75rem center;
  background-size: 0.75rem;
  border: 1px solid #BDBFC1;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #ff7e6f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 126, 111, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 126, 111, 0.5);
}

.custom-select:focus::-ms-value {
  color: #646464;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #94969C;
  background-color: #ECEFEE;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.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: #ff7e6f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 25, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(238, 25, 0, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #ff7e6f;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #ECEFEE;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "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;
  line-height: 1.5;
  color: #646464;
  background-color: #fff;
  border: 1px solid #BDBFC1;
  border-radius: 0;
}

.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: #646464;
  content: "Browse";
  background-color: #fff;
  border-left: 1px solid #BDBFC1;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  padding-left: 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(238, 25, 0, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(238, 25, 0, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(238, 25, 0, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(238, 25, 0, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ee1900;
  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: #ffaba2;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DDE2DE;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ee1900;
  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: #ffaba2;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DDE2DE;
  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: #ee1900;
  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: #ffaba2;
}

.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: #DDE2DE;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #DDE2DE;
  border-radius: 1rem;
}

.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;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: none;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: inherit;
  content: "›";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: inherit;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.5rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #646464;
  background-color: #fff;
  border: 1px solid #B2B5BB;
}

.page-link:hover {
  z-index: 2;
  color: #646464;
  text-decoration: none;
  background-color: #ECEFEE;
  border-color: #B2B5BB;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 25, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(238, 25, 0, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ee1900;
  border-color: #ee1900;
}

.page-item.disabled .page-link {
  color: #BDBFC1;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #B2B5BB;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.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;
  border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0.25rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 0.25rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.25rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #ECEFEE;
  border-radius: 0;
}

.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: #ee1900;
  -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: 0.25rem 0.25rem;
}

.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;
}

.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,
.selectize-dropdown .active,
.selectize-control.multi .selectize-input > div.active {
  background-color: #ee1900 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #bb1400 !important;
}

.bg-secondary {
  background-color: #161921 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #020202 !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: #C61500 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #931000 !important;
}

.bg-light {
  background-color: #F6F6F6 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dddcdc !important;
}

.bg-dark {
  background-color: #646464 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #4b4a4a !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border-0 {
  border: 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;
  }
  .flex-print-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !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;
  }
}

.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;
}

.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;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #ee1900 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #bb1400 !important;
}

.text-secondary {
  color: #161921 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #020202 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #C61500 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #931000 !important;
}

.text-light {
  color: #F6F6F6 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dddcdc !important;
}

.text-dark {
  color: #646464 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #4b4a4a !important;
}

.text-body {
  color: #231f20 !important;
}

.text-muted {
  color: #94969C !important;
}

.text-black-50 {
  color: rgba(35, 31, 32, 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;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #B2B5BB;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #231f20;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #DDE2DE !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #DDE2DE;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #DDE2DE;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.Header-menu, .ModuleHeader-menu {
  margin: 0;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.flatpickr-calendar, .Header, .Box, .CopyFooter {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  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-height: 100%;
  padding-bottom: 3.75rem;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  body {
    padding-bottom: 0;
  }
}

img {
  max-width: 100%;
}

label,
.label {
  margin-bottom: .5rem;
  font-weight: 400;
  font-size: 1rem;
}

/**
 * lists
 */
.FancyList {
  padding-left: 25px;
  list-style-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='10' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='%23ee1900' cx='3' cy='5' r='3'/%3e%3c/svg%3e");
}

.FancyList > li {
  padding-left: 5px;
}

.FancyList > li + li {
  margin-top: .5rem;
}

.container,
.container-fluid {
  padding-right: 1rem;
  padding-left: 1rem;
}

.row-sm {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row-sm > [class*="col-"],
.row-sm > .col {
  padding-right: .5rem;
  padding-left: .5rem;
}

.row-xs {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.row-xs > [class*="col-"],
.row-xs > .col {
  padding-right: .25rem;
  padding-left: .25rem;
}

.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row-no-gutter > [class*="col-"],
.row-no-gutter > .col {
  padding-right: 0;
  padding-left: 0;
}

.col-auto {
  max-width: 100%;
}

.form-control {
  height: auto;
}

.form-control.flatpickr-input {
  background-color: #fff;
}

textarea.form-control {
  resize: none;
}

.form-control {
  background-position: center right .5rem;
  background-size: 1.25rem;
  background-repeat: no-repeat;
}

.form-control.is-valid,
.form-control.is-invalid {
  padding-right: 2rem;
}

.form-control.is-valid {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill-rule='nonzero' fill='none'%3e%3cpath d='M40 20c0 11.045-8.955 20-20 20S0 31.045 0 20 8.955 0 20 0s20 8.955 20 20z' fill='%23C8E6C9'/%3e%3cpath fill='%2347AD4B' d='M30.602 10.602L17 24.199l-5.602-5.598-2.797 2.797L17 29.801l16.398-16.402z'/%3e%3c/g%3e%3c/svg%3e");
}

.form-control.is-invalid {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs%3e%3cpath d='M0 20c0 11.045 8.955 20 20 20s20-8.955 20-20S31.045 0 20 0 0 8.955 0 20z' id='a'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cmask id='b' fill='%23fff'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cuse fill='%23F8A09A' xlink:href='%23a'/%3e%3cpath d='M20 17.172l5.655-5.656 2.83 2.828L22.829 20l5.655 5.656-2.829 2.828L20 22.828l-5.655 5.656-2.83-2.828L17.172 20l-5.657-5.656 2.83-2.828L20 17.172z' fill='%23AD2D3D' mask='url(%23b)'/%3e%3c/g%3e%3c/svg%3e");
}

.custom-control-label::before {
  border: 1px solid #94969C;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: transparent;
}

@-webkit-keyframes dropdownChevron {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(0.125rem);
            transform: translateY(0.125rem);
  }
}

@keyframes dropdownChevron {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(0.125rem);
            transform: translateY(0.125rem);
  }
}

.dropdown-toggle::after {
  content: none;
}

.dropdown-chevron {
  font-size: 0.75rem;
  vertical-align: -0.3ex;
}

.input-group {
  background: #fff;
}

.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text {
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append > .input-group-text {
  font-size: 0.75rem;
}

.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  font-size: 0.75rem;
}

.input-group-prepend + .form-control,
.input-group-prepend + .form-control + .flatpickr-input {
  border-left: none;
}

.input-group-lg > .input-group-prepend > .input-group-text {
  padding-right: .25rem;
}

.input-group-prepend .input-group-text {
  border-right: none;
}

.table thead th {
  padding-bottom: 1rem;
}

.table .thead-sm th, .table .thead-sm td {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.table-no-header tr:first-child td,
.table-no-header tr:first-child th {
  border-top: none;
}

.page-link {
  min-width: 2.25rem;
  text-align: center;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
}

.breadcrumb a {
  color: inherit;
}

.media-body {
  min-width: 0;
}

.text-muted-light {
  color: #B2B5BB !important;
}

.text-uppercase {
  letter-spacing: 0.04em !important;
}

.text-normal {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-end {
  -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
          align-items: flex-end;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
}

@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 1.5rem;
  }
  h2, .h2 {
    font-size: 1.3125rem;
  }
  h3, .h3 {
    font-size: 1.25rem;
  }
}

.Heading {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

a {
  -webkit-transition: color 250ms;
  transition: color 250ms;
}

button,
input {
  overflow: visible;
  outline: none;
}

.Icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.Icon--md {
  font-size: 1.25rem;
}

.Icon--xl {
  font-size: 5rem;
}

svg.Icon--opticalAlign:not(:root) {
  vertical-align: -0.3ex;
}

.Icon--arrowHorizontal {
  width: 2.3em;
}

.Icon--arrowVertical {
  height: 2.3em;
}

.flatpickr-calendar {
  border-radius: 0;
  border: 1px solid #DDE2DE;
}

.flatpickr-months {
  margin-bottom: .5rem;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #ee1900;
}

.flatpickr-day {
  border-radius: 0;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  background-color: #BDBFC1;
  border-color: transparent;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  background-color: #F6F6F6;
  border-color: transparent;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background-color: #ee1900;
  border-color: transparent;
}

.chosen-container {
  font-size: 1rem;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff;
}

.chosen-container-single .chosen-drop,
.chosen-container-single .chosen-single {
  border: 1px solid #BDBFC1;
  border-radius: 0;
  background: #fff;
}

.chosen-container-single .chosen-single {
  height: auto;
  padding: 0.375rem 0.75rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.5;
}

.chosen-container-single .chosen-single,
.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff url("data:image/svg+xml;charset=UTF-8,%3csvg width='60' height='36' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M30.038 35.494L30 35.456l-.038.038L0 5.586 5.082.506h.001L30 25.381 54.917.506h.001L60 5.586z' fill='%23ee1900' fill-rule='evenodd'/%3e%3c/svg%3e") no-repeat right 0.75rem center;
  background-size: 0.75rem;
}

.chosen-container-single .chosen-single div {
  display: none;
}

.chosen-container-single .chosen-results {
  padding: 0;
  margin: 0;
}

.chosen-container-single .chosen-results li {
  padding: 0.5rem 0.75rem;
}

.chosen-container-single .chosen-results li.highlighted {
  background: #F6F6F6;
  color: #231f20;
}

.Logo {
  display: inline-block;
}

.Logo-img {
  width: 8rem;
  height: 2.625rem;
  background: 50% 50% / contain no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='128' height='42'%3e%3cdefs%3e%3cpath id='a' d='M0 .271h41.447v41.447H0z'/%3e%3cpath id='c' d='M0 41.729h127.922V.282H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd' transform='translate(.013)'%3e%3cg transform='translate(0 .01)'%3e%3cmask id='b' fill='%23fff'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cpath fill='%23ee1900' d='M0 20.995C0 9.55 9.278.27 20.724.27c11.445 0 20.723 9.279 20.723 20.724s-9.278 20.723-20.723 20.723C9.278 41.718 0 32.44 0 20.995' mask='url(%23b)'/%3e%3c/g%3e%3cpath fill='%23fff' d='M18.78 20.977c0 .655-.532 1.187-1.186 1.187a1.188 1.188 0 0 1-1.187-1.187c0-.654.533-1.186 1.187-1.186s1.187.532 1.187 1.186m8.521 0c0 .655-.532 1.187-1.186 1.187a1.188 1.188 0 0 1-1.187-1.187c0-.654.532-1.186 1.187-1.186.654 0 1.186.532 1.186 1.186m5.06-4.063c-.002-.046-.026-.093-.041-.138-.076-.226-.162-.448-.227-.677-.106-.368-.171-.75-.303-1.109a16.05 16.05 0 0 0-.657-1.541 10.084 10.084 0 0 0-.719-1.216 14.64 14.64 0 0 0-.88-1.134c-.189-.225-.41-.423-.618-.63-.227-.225-.441-.469-.692-.664-.42-.328-.86-.631-1.303-.931a8.33 8.33 0 0 0-.842-.508c-.313-.162-.64-.298-.966-.435-.308-.13-.618-.263-.937-.363-.335-.105-.681-.174-1.024-.255-.311-.075-.623-.208-.935-.206-1.317.006-2.648-.2-3.945.21-.25.08-.511.12-.767.182-.133.032-.271.054-.398.106-.48.197-.963.388-1.43.613a8.906 8.906 0 0 0-.997.579 14.024 14.024 0 0 0-2.01 1.591c-.421.415-.82.849-1.2 1.308-.355.431-.636.905-.912 1.37-.374.627-.631 1.327-.903 2.01-.167.42-.293.862-.394 1.303-.108.477-.23.965-.233 1.448-.003.773-.112 1.546.089 2.325.115.45.078.94.26 1.394.103.257.127.544.215.809.136.41.279.818.451 1.213.228.523.464 1.045.738 1.545.253.46.557.892.845 1.333.253.387.494.784.778 1.148.31.396.666.758.998 1.137.243.277.475.564.724.835.176.193.376.365.56.552.303.308.59.632.903.928.384.362.789.703 1.185 1.053.396.349.793.695 1.186 1.046.107.096.195.213.304.308.277.242.556.484.845.713.288.229.56.523.891.644.757.278 1.476.144 2.087-.424.234-.217.48-.42.726-.624.423-.349.855-.687 1.275-1.04.33-.279.651-.566.965-.862.392-.37.776-.748 1.157-1.13.657-.658 1.341-1.29 1.893-2.047.069-.094.189-.15.265-.242.165-.194.317-.399.473-.6.146-.188.301-.37.435-.567.276-.404.521-.83.814-1.222.38-.51.646-1.08.924-1.644a.785.785 0 0 0 .204-.526.791.791 0 1 0-1.583 0c0 .022.005.042.007.063a.199.199 0 0 0-.051.05c-.11.168-.176.363-.279.536-.23.386-.46.773-.712 1.144-.24.35-.561.654-.754 1.027-.321.618-.875 1.033-1.268 1.588-.312.44-.732.812-1.139 1.173-.556.494-1.007 1.094-1.635 1.518-.374.253-.688.598-1.024.907-.45.413-.879.853-1.471 1.069-.052.019-.099.057-.152.068-.699.133-1.292-.133-1.823-.539-.399-.304-.755-.665-1.132-.998-.232-.205-.475-.397-.7-.61-.301-.287-.588-.59-.885-.882-.446-.44-.904-.87-1.34-1.32-.285-.291-.542-.61-.808-.92-.29-.34-.585-.68-.863-1.03-.203-.256-.382-.53-.574-.795-.205-.287-.436-.557-.611-.86-.236-.41-.413-.851-.643-1.263a9.88 9.88 0 0 1-.775-1.75c-.05-.151-.058-.316-.097-.473-.116-.464-.329-.925-.34-1.391-.027-1.041-.14-2.083.092-3.129.15-.673.254-1.355.531-1.989.233-.534.48-1.065.767-1.571.23-.406.501-.797.805-1.15.374-.434.792-.83 1.207-1.227.234-.223.492-.425.755-.616a14.29 14.29 0 0 1 1.01-.673c.262-.158.542-.287.821-.414.348-.16.695-.328 1.057-.448.38-.126.774-.213 1.167-.293.4-.081.805-.177 1.21-.19.717-.024 1.437-.068 2.15.118.503.131 1.024.195 1.537.292.118.023.242.042.35.09.41.184.807.393 1.22.567.715.302 1.327.774 1.936 1.233.446.336.82.775 1.196 1.195.327.365.635.753.913 1.157.261.38.477.79.702 1.194.057.103.045.248.11.342.26.379.39.806.502 1.241.04.156.068.315.102.473.074.344.203.686.211 1.031.025 1.032.113 2.068-.075 3.097-.03.168-.086.218-.247.215-.505-.006-1.011 0-1.517-.003a.696.696 0 0 1-.097-.007 2.992 2.992 0 0 0-2.977-2.741 2.992 2.992 0 0 0-2.969 2.652h-2.52a2.993 2.993 0 0 0-2.969-2.652 2.993 2.993 0 0 0-2.968 2.652h-.644l1.295-6.78h10.644c.023.002.046.006.069.006.024 0 .046-.004.069-.006h.012v-.002a.768.768 0 0 0 .69-.762.768.768 0 0 0-.72-.766v-.004H15.523v-.002h-1.66l-1.88 9.84h1.66l.004-.018h1.15a2.994 2.994 0 0 0 2.75 1.82 2.994 2.994 0 0 0 2.752-1.82h2.955a2.994 2.994 0 0 0 2.751 1.82c1.233 0 2.294-.75 2.75-1.817a.502.502 0 0 1 .182-.029c.872.01 1.745.004 2.618.003.238 0 .419-.044.46-.343.05-.362.155-.718.232-1.077.074-.345.203-.69.203-1.034.001-.918-.053-1.837-.088-2.755'/%3e%3cmask id='d' fill='%23fff'%3e%3cuse xlink:href='%23c'/%3e%3c/mask%3e%3cpath fill='%23000' d='M47.318 29.614h3.673V17.602h-3.673v12.012zm1.812-17.837c1.209 0 2.176.967 2.176 2.151a2.161 2.161 0 0 1-2.176 2.152c-1.16 0-2.126-.967-2.126-2.152 0-1.184.966-2.15 2.126-2.15zm3.626 17.837V17.602h3.504v1.378c.604-1.064 2.151-1.74 3.456-1.74 1.716 0 2.949.7 3.553 1.885.943-1.354 2.103-1.885 3.722-1.885 2.272 0 4.447 1.329 4.447 4.592v7.782h-3.553v-6.96c0-1.136-.604-2.03-1.91-2.03-1.304 0-2.005.99-2.005 2.054v6.936h-3.625v-6.96c0-1.136-.605-2.03-1.934-2.03-1.28 0-1.981.99-1.981 2.078v6.912h-3.674zm24 0h-3.674V12.116h3.674v6.26c.749-.75 2.006-1.088 3.07-1.088 3.141 0 4.543 2.151 4.543 4.785v7.541h-3.674v-6.912c0-1.184-.628-2.079-1.958-2.079-1.16 0-1.909.822-1.981 1.934v7.057zm14.791-3.021c1.426 0 2.707-1.015 2.707-2.997 0-2.006-1.28-2.973-2.707-2.973-1.426 0-2.707.967-2.707 2.973 0 1.982 1.281 2.997 2.707 2.997zm6.284.87c0 1.088.072 1.885.096 2.151H94.4a8.243 8.243 0 0 1-.097-1.16c-.556.822-1.764 1.426-3.214 1.426-3.384 0-5.946-2.61-5.946-6.308 0-3.577 2.417-6.26 5.825-6.26 2.054 0 2.949.774 3.238 1.233v-6.429h3.626v15.347z' mask='url(%23d)'/%3e%3cpath fill='%23ee1900' d='M101.795 24.877c1.354 0 2.49 1.112 2.49 2.465 0 1.33-1.136 2.49-2.49 2.49-1.353 0-2.465-1.16-2.465-2.49a2.475 2.475 0 0 1 2.465-2.465' mask='url(%23d)'/%3e%3cpath fill='%23000' d='M108.055 25.65c.049.822.628 1.62 1.885 1.62.943 0 1.402-.508 1.402-1.04 0-.434-.29-.797-1.184-.99l-1.378-.315c-2.562-.556-3.577-2.006-3.577-3.697 0-2.2 1.934-3.988 4.616-3.988 3.48 0 4.69 2.175 4.81 3.577l-3.045.556c-.097-.798-.605-1.475-1.716-1.475-.701 0-1.305.411-1.305 1.04 0 .507.41.797.942.894l1.595.314c2.49.507 3.698 2.006 3.698 3.77 0 2.055-1.57 4.06-4.785 4.06-3.77 0-4.979-2.44-5.076-3.77l3.118-.556zM123.137 22.653l4.785 6.961h-4.496l-2.827-4.23-1.184 1.281v2.949h-3.674V12.116h3.674v9.522l3.649-4.036h4.761z' mask='url(%23d)'/%3e%3c/g%3e%3c/svg%3e");
}

.Logo--icon .Logo-img {
  display: block;
  width: 2.625rem;
  height: 2.625rem;
  background-size: auto 2.625rem;
  background-position: 0 50%;
}

.Logo--white .Logo-img {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='128' height='42'%3e%3cdefs%3e%3cpath id='a' d='M0 .271h41.447v41.447H0z'/%3e%3cpath id='c' d='M0 41.729h127.922V.282H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd' transform='translate(.013)'%3e%3cg transform='translate(0 .01)'%3e%3cmask id='b' fill='%23fff'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cpath fill='%23fff' d='M0 20.995C0 9.55 9.278.27 20.724.27c11.445 0 20.723 9.279 20.723 20.724s-9.278 20.723-20.723 20.723C9.278 41.718 0 32.44 0 20.995' mask='url(%23b)'/%3e%3c/g%3e%3cpath fill='%23ee1900' d='M18.78 20.977c0 .655-.532 1.187-1.186 1.187a1.188 1.188 0 0 1-1.187-1.187c0-.654.533-1.186 1.187-1.186s1.187.532 1.187 1.186m8.521 0c0 .655-.532 1.187-1.186 1.187a1.188 1.188 0 0 1-1.187-1.187c0-.654.532-1.186 1.187-1.186.654 0 1.186.532 1.186 1.186m5.06-4.063c-.002-.046-.026-.093-.041-.138-.076-.226-.162-.448-.227-.677-.106-.368-.171-.75-.303-1.109a16.05 16.05 0 0 0-.657-1.541 10.084 10.084 0 0 0-.719-1.216 14.64 14.64 0 0 0-.88-1.134c-.189-.225-.41-.423-.618-.63-.227-.225-.441-.469-.692-.664-.42-.328-.86-.631-1.303-.931a8.33 8.33 0 0 0-.842-.508c-.313-.162-.64-.298-.966-.435-.308-.13-.618-.263-.937-.363-.335-.105-.681-.174-1.024-.255-.311-.075-.623-.208-.935-.206-1.317.006-2.648-.2-3.945.21-.25.08-.511.12-.767.182-.133.032-.271.054-.398.106-.48.197-.963.388-1.43.613a8.906 8.906 0 0 0-.997.579 14.024 14.024 0 0 0-2.01 1.591c-.421.415-.82.849-1.2 1.308-.355.431-.636.905-.912 1.37-.374.627-.631 1.327-.903 2.01-.167.42-.293.862-.394 1.303-.108.477-.23.965-.233 1.448-.003.773-.112 1.546.089 2.325.115.45.078.94.26 1.394.103.257.127.544.215.809.136.41.279.818.451 1.213.228.523.464 1.045.738 1.545.253.46.557.892.845 1.333.253.387.494.784.778 1.148.31.396.666.758.998 1.137.243.277.475.564.724.835.176.193.376.365.56.552.303.308.59.632.903.928.384.362.789.703 1.185 1.053.396.349.793.695 1.186 1.046.107.096.195.213.304.308.277.242.556.484.845.713.288.229.56.523.891.644.757.278 1.476.144 2.087-.424.234-.217.48-.42.726-.624.423-.349.855-.687 1.275-1.04.33-.279.651-.566.965-.862.392-.37.776-.748 1.157-1.13.657-.658 1.341-1.29 1.893-2.047.069-.094.189-.15.265-.242.165-.194.317-.399.473-.6.146-.188.301-.37.435-.567.276-.404.521-.83.814-1.222.38-.51.646-1.08.924-1.644a.785.785 0 0 0 .204-.526.791.791 0 1 0-1.583 0c0 .022.005.042.007.063a.199.199 0 0 0-.051.05c-.11.168-.176.363-.279.536-.23.386-.46.773-.712 1.144-.24.35-.561.654-.754 1.027-.321.618-.875 1.033-1.268 1.588-.312.44-.732.812-1.139 1.173-.556.494-1.007 1.094-1.635 1.518-.374.253-.688.598-1.024.907-.45.413-.879.853-1.471 1.069-.052.019-.099.057-.152.068-.699.133-1.292-.133-1.823-.539-.399-.304-.755-.665-1.132-.998-.232-.205-.475-.397-.7-.61-.301-.287-.588-.59-.885-.882-.446-.44-.904-.87-1.34-1.32-.285-.291-.542-.61-.808-.92-.29-.34-.585-.68-.863-1.03-.203-.256-.382-.53-.574-.795-.205-.287-.436-.557-.611-.86-.236-.41-.413-.851-.643-1.263a9.88 9.88 0 0 1-.775-1.75c-.05-.151-.058-.316-.097-.473-.116-.464-.329-.925-.34-1.391-.027-1.041-.14-2.083.092-3.129.15-.673.254-1.355.531-1.989.233-.534.48-1.065.767-1.571.23-.406.501-.797.805-1.15.374-.434.792-.83 1.207-1.227.234-.223.492-.425.755-.616a14.29 14.29 0 0 1 1.01-.673c.262-.158.542-.287.821-.414.348-.16.695-.328 1.057-.448.38-.126.774-.213 1.167-.293.4-.081.805-.177 1.21-.19.717-.024 1.437-.068 2.15.118.503.131 1.024.195 1.537.292.118.023.242.042.35.09.41.184.807.393 1.22.567.715.302 1.327.774 1.936 1.233.446.336.82.775 1.196 1.195.327.365.635.753.913 1.157.261.38.477.79.702 1.194.057.103.045.248.11.342.26.379.39.806.502 1.241.04.156.068.315.102.473.074.344.203.686.211 1.031.025 1.032.113 2.068-.075 3.097-.03.168-.086.218-.247.215-.505-.006-1.011 0-1.517-.003a.696.696 0 0 1-.097-.007 2.992 2.992 0 0 0-2.977-2.741 2.992 2.992 0 0 0-2.969 2.652h-2.52a2.993 2.993 0 0 0-2.969-2.652 2.993 2.993 0 0 0-2.968 2.652h-.644l1.295-6.78h10.644c.023.002.046.006.069.006.024 0 .046-.004.069-.006h.012v-.002a.768.768 0 0 0 .69-.762.768.768 0 0 0-.72-.766v-.004H15.523v-.002h-1.66l-1.88 9.84h1.66l.004-.018h1.15a2.994 2.994 0 0 0 2.75 1.82 2.994 2.994 0 0 0 2.752-1.82h2.955a2.994 2.994 0 0 0 2.751 1.82c1.233 0 2.294-.75 2.75-1.817a.502.502 0 0 1 .182-.029c.872.01 1.745.004 2.618.003.238 0 .419-.044.46-.343.05-.362.155-.718.232-1.077.074-.345.203-.69.203-1.034.001-.918-.053-1.837-.088-2.755'/%3e%3cmask id='d' fill='%23fff'%3e%3cuse xlink:href='%23c'/%3e%3c/mask%3e%3cpath fill='%23fff' d='M47.318 29.614h3.673V17.602h-3.673v12.012zm1.812-17.837c1.209 0 2.176.967 2.176 2.151a2.161 2.161 0 0 1-2.176 2.152c-1.16 0-2.126-.967-2.126-2.152 0-1.184.966-2.15 2.126-2.15zm3.626 17.837V17.602h3.504v1.378c.604-1.064 2.151-1.74 3.456-1.74 1.716 0 2.949.7 3.553 1.885.943-1.354 2.103-1.885 3.722-1.885 2.272 0 4.447 1.329 4.447 4.592v7.782h-3.553v-6.96c0-1.136-.604-2.03-1.91-2.03-1.304 0-2.005.99-2.005 2.054v6.936h-3.625v-6.96c0-1.136-.605-2.03-1.934-2.03-1.28 0-1.981.99-1.981 2.078v6.912h-3.674zm24 0h-3.674V12.116h3.674v6.26c.749-.75 2.006-1.088 3.07-1.088 3.141 0 4.543 2.151 4.543 4.785v7.541h-3.674v-6.912c0-1.184-.628-2.079-1.958-2.079-1.16 0-1.909.822-1.981 1.934v7.057zm14.791-3.021c1.426 0 2.707-1.015 2.707-2.997 0-2.006-1.28-2.973-2.707-2.973-1.426 0-2.707.967-2.707 2.973 0 1.982 1.281 2.997 2.707 2.997zm6.284.87c0 1.088.072 1.885.096 2.151H94.4a8.243 8.243 0 0 1-.097-1.16c-.556.822-1.764 1.426-3.214 1.426-3.384 0-5.946-2.61-5.946-6.308 0-3.577 2.417-6.26 5.825-6.26 2.054 0 2.949.774 3.238 1.233v-6.429h3.626v15.347z' mask='url(%23d)'/%3e%3cpath fill='%23ee1900' d='M101.795 24.877c1.354 0 2.49 1.112 2.49 2.465 0 1.33-1.136 2.49-2.49 2.49-1.353 0-2.465-1.16-2.465-2.49a2.475 2.475 0 0 1 2.465-2.465' mask='url(%23d)'/%3e%3cpath fill='%23fff' d='M108.055 25.65c.049.822.628 1.62 1.885 1.62.943 0 1.402-.508 1.402-1.04 0-.434-.29-.797-1.184-.99l-1.378-.315c-2.562-.556-3.577-2.006-3.577-3.697 0-2.2 1.934-3.988 4.616-3.988 3.48 0 4.69 2.175 4.81 3.577l-3.045.556c-.097-.798-.605-1.475-1.716-1.475-.701 0-1.305.411-1.305 1.04 0 .507.41.797.942.894l1.595.314c2.49.507 3.698 2.006 3.698 3.77 0 2.055-1.57 4.06-4.785 4.06-3.77 0-4.979-2.44-5.076-3.77l3.118-.556zM123.137 22.653l4.785 6.961h-4.496l-2.827-4.23-1.184 1.281v2.949h-3.674V12.116h3.674v9.522l3.649-4.036h4.761z' mask='url(%23d)'/%3e%3c/g%3e%3c/svg%3e");
}

.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5625rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -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;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 25, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(238, 25, 0, 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: #ee1900;
  border-color: #ee1900;
}

.btn-primary:hover {
  color: #fff;
  background-color: #c81500;
  border-color: #bb1400;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 25, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 25, 0, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #ee1900;
  border-color: #ee1900;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #bb1400;
  border-color: #ae1200;
}

.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(238, 25, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 25, 0, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #161921;
  border-color: #161921;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #07080a;
  border-color: #020202;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 25, 33, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(22, 25, 33, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #161921;
  border-color: #161921;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #020202;
  border-color: black;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 25, 33, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(22, 25, 33, 0.5);
}

.btn-white {
  color: #231f20;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #231f20;
  background-color: #ececec;
  border-color: #e6e5e5;
}

.btn-white:focus, .btn-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
  color: #231f20;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #231f20;
  background-color: #e6e5e5;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-light {
  color: #231f20;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
  color: #231f20;
}

.btn-light:hover {
  color: #231f20;
  background-color: #e3e3e3;
  border-color: #dddcdc;
}

.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #231f20;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #231f20;
  background-color: #dddcdc;
  border-color: #d6d6d6;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #231f20;
  border-color: #231f20;
}

.btn-black:hover {
  color: #fff;
  background-color: #0f0d0d;
  border-color: #080707;
}

.btn-black:focus, .btn-black.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(35, 31, 32, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(35, 31, 32, 0.5);
}

.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #231f20;
  border-color: #231f20;
}

.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
.show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #080707;
  border-color: #010101;
}

.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(35, 31, 32, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(35, 31, 32, 0.5);
}

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  color: #231f20;
}

.btn-transparent:hover {
  color: #231f20;
  background-color: #F6F6F6;
  border-color: transparent;
}

.btn-transparent:focus, .btn-transparent.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-transparent.disabled, .btn-transparent:disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-transparent:not(:disabled):not(.disabled):active, .btn-transparent:not(:disabled):not(.disabled).active,
.show > .btn-transparent.dropdown-toggle {
  color: #231f20;
  background-color: #ECEFEE;
  border-color: transparent;
}

.btn-transparent:not(:disabled):not(.disabled):active:focus, .btn-transparent:not(:disabled):not(.disabled).active:focus,
.show > .btn-transparent.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-bluegray {
  color: #fff;
  background-color: #464C58;
  border-color: #464C58;
}

.btn-bluegray:hover {
  color: #fff;
  background-color: #353a43;
  border-color: #2f333c;
}

.btn-bluegray:focus, .btn-bluegray.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 76, 88, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(70, 76, 88, 0.5);
}

.btn-bluegray.disabled, .btn-bluegray:disabled {
  color: #fff;
  background-color: #464C58;
  border-color: #464C58;
}

.btn-bluegray:not(:disabled):not(.disabled):active, .btn-bluegray:not(:disabled):not(.disabled).active,
.show > .btn-bluegray.dropdown-toggle {
  color: #fff;
  background-color: #2f333c;
  border-color: #2a2d34;
}

.btn-bluegray:not(:disabled):not(.disabled):active:focus, .btn-bluegray:not(:disabled):not(.disabled).active:focus,
.show > .btn-bluegray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 76, 88, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(70, 76, 88, 0.5);
}

.btn-default {
  color: #231f20;
  background-color: #fff;
  border-color: #BDBFC1;
}

.btn-default:hover {
  color: #231f20;
  background-color: #ececec;
  border-color: #a3a6a8;
}

.btn-default:focus, .btn-default.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 191, 193, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(189, 191, 193, 0.5);
}

.btn-default.disabled, .btn-default:disabled {
  color: #231f20;
  background-color: #fff;
  border-color: #BDBFC1;
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #231f20;
  background-color: #e6e5e5;
  border-color: #9c9fa2;
}

.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 191, 193, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(189, 191, 193, 0.5);
}

.btn-link {
  padding: 0;
  color: #ee1900;
  background-color: transparent;
}

.btn-link:hover {
  color: #a21100;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #94969C;
  pointer-events: none;
}

.btn-link-default {
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}

.btn-lg {
  padding: 0.875rem 2rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: 0.375rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0;
}

.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%;
}

.btn-icon-right {
  margin-left: 0.375rem;
}

.btn-icon-left {
  margin-right: 0.375rem;
}

.btn-narrow {
  padding-right: 1rem;
  padding-left: 1rem;
}

.btn-collapse[aria-expanded="false"] .btn-collapse-active {
  display: none;
}

.btn-collapse[aria-expanded="true"] .btn-collapse-default {
  display: none;
}

.btn-collapse[aria-expanded="true"] .btn-collapse-active {
  display: inline;
}

.Card {
  position: relative;
  z-index: 0;
  color: inherit;
}

a.Card:hover:hover, a.Card:hover:focus,
a.Card:focus:hover,
a.Card:focus:focus {
  text-decoration: none;
}

a.Card:hover .Card-title,
a.Card:focus .Card-title {
  text-decoration: underline;
}

.Card-imageWrapper {
  display: inline-block;
  border-radius: 0.375rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.Card-image {
  display: block;
  background-color: #ECEFEE;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0);
  -webkit-transition: opacity 25ms, -webkit-transform 75ms;
  transition: opacity 25ms, -webkit-transform 75ms;
  transition: transform 75ms, opacity 25ms;
  transition: transform 75ms, opacity 25ms, -webkit-transform 75ms;
  will-change: transform;
}

a.Card:hover .Card-image,
a.Card:focus .Card-image,
a.Card-imageWrapper:hover .Card-image,
a.Card-imageWarpper:focus .Card-image {
  opacity: .75;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.Card-imageWrapper--withIcon {
  position: relative;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}

.Card-imageWrapper--withIcon .Card-image {
  background-color: #fff;
}

.Card-imageIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  color: #ee1900;
  font-size: 3rem;
}

.Card-category {
  margin-bottom: 1rem;
}

.Card-title {
  margin-bottom: 1rem;
}

.Card-title > a {
  color: inherit;
}

.Card-time {
  display: block;
}

.Card--thumbnail .Card-imageWrapper,
.Card--media .Card-imageWrapper {
  background-color: #ECEFEE;
}

.Card--thumbnail .Card-image,
.Card--media .Card-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.Card--thumbnail {
  position: relative;
  z-index: 0;
  min-height: 16.25rem;
  height: 100%;
  border-radius: 0.375rem;
  overflow: hidden;
}

.Card--thumbnail .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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  padding: 1.5rem 1rem 1.25rem;
}

.Card--thumbnail .Card-category,
.Card--thumbnail .Card-more {
  position: relative;
  z-index: 1;
}

.Card--thumbnail .Card-title {
  margin-top: auto;
  color: #fff;
}

.Card--thumbnail .Card-title > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Card--thumbnail .Card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: .75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 700;
  font-size: 0.875rem;
}

.Card--thumbnail .Card-more {
  margin-left: auto;
}

.Card--thumbnail.Card--lg .Card-body {
  padding-left: 2rem;
  padding-right: 2rem;
}

.Card--thumbnail .Card-imageWrapper {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Card--thumbnail .Card-imageWrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0% 20%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}

.Card--media {
  display: block;
}

.Card--media-home {
  background: rgba(22, 25, 33, 1);
}

.Card--media .Card-imageWrapper {
  display: block;
  padding-bottom: 70%;
  min-height: 0;
}

.Card--media-home .Card-imageWrapper {
  height: 75%;
}

.Card--media-home .Card-imageWrapper:before {
  background: linear-gradient(to top, rgba(22, 25, 33, 1) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0) 100%);
}

.Card--media .Card-title {
  margin-bottom: .25rem;
}

.Card--media .Card-footer {
  display: block;
  border: none;
  padding-top: 0;
}

.Card--flashNews .Card-imageWrapper {
  margin-right: 1rem;
}

.Card--flashNews .Card-image {
  width: 96px;
}

.Card--flashNews .Card-title {
  max-height: 2.75rem;
  padding-bottom: .25rem;
  margin-bottom: 0;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .Card--thumbnail.Card--lg .Card-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .Card--article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    min-height: 0;
  }
  .Card--article .Card-imageWrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: static;
    width: 8.75rem;
    height: auto;
  }
  .Card--article .Card-imageWrapper::before {
    position: static;
    display: block;
    padding-bottom: 75%;
    background: none;
  }
  .Card--article .Card-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    padding: 0 0 0 1rem;
  }
  .Card--article .Card-category {
    margin-bottom: .25rem;
  }
  .Card--article .Card-title {
    margin-bottom: 0;
    color: #231f20;
  }
  .Card--article .Card-footer {
    border: none;
    padding-top: .25rem;
  }
}

@media (max-width: 575.98px) {
  .Card--article .Card-imageWrapper {
    width: 5rem;
  }
  .Card--article .Card-title {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .Card--listing .Card-body {
    padding-left: 1rem;
  }
}

.Comment {
  display: block;
  border: 1px solid #DDE2DE;
  border-radius: .25rem;
  margin-bottom: 1.5rem;
  background-color: #fcfdfe;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

a.Comment {
  color: inherit;
  text-decoration: none;
}

a.Comment:hover, a.Comment:focus {
  opacity: .75;
}

.Comment-header {
  padding: .5rem 1rem;
  border-bottom: 1px solid #DDE2DE;
}

.Comment-headerRow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Comment-headerLeft,
.Comment-headerRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Comment-avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.Comment-time {
  line-height: 1.75;
}

.Comment-vote {
  padding: .5rem;
  color: #94969C;
  font-size: 1rem;
}

.Comment-vote:hover, .Comment-vote:focus {
  background: none;
}

.Comment-vote .Icon {
  -webkit-transform: rotate(0) translate3d(0, 0, 0);
          transform: rotate(0) translate3d(0, 0, 0);
  -webkit-transform-origin: left;
          transform-origin: left;
  will-change: transform;
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}

.Comment-vote--up:hover .Icon {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.Comment-vote--down:hover .Icon {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.Comment-body {
  overflow: hidden;
  padding: 1rem 1rem;
}

.Comment-content {
  color: #646464;
}

.Comment-content br {
  margin-bottom: 0.25rem;
}

.Comment-footer {
  font-size: 0.875rem;
}

.Comment-replyCount .Icon {
  font-size: 1rem;
  vertical-align: -0.4ex;
}

.Comment--sm {
  margin-bottom: .75rem;
}

.Comment--sm .Comment-header {
  padding-right: .75rem;
  padding-left: .75rem;
}

.Comment--sm .Comment-headerLeft,
.Comment--sm .Comment-headerRight {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Comment--sm .Comment-time {
  margin-top: .5rem;
  margin-bottom: .25rem;
  color: #646464;
  font-size: 0.8125rem;
}

.Comment--sm .Comment-body {
  padding: .75rem;
}

.Comment--sm .Comment-content {
  font-size: 0.875rem;
}

.Comment--dark {
  background-color: #464C58 !important;
}

.Comment--dark,
.Comment--dark .Comment-header {
  border-color: #2B2F37 !important;
}

.Comment--dark .Comment-content,
.Comment--dark .Comment-time {
  color: inherit;
}

.GalleryLayout-sidebar a.btn-link,
.Comment--dark a:not(.Avatar) {
  filter: invert() hue-rotate(180deg) brightness(133%);
}

.CommentThread {
  padding-left: 1.5rem;
}

.CommentThread .Comment:not(:last-child) {
  position: relative;
}

.CommentThread .Comment:not(:last-child):before {
  content: '';
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -0.75rem;
  border-left: 1px solid #DDE2DE;
  margin-left: -1px;
}

.CommentThread .Comment-header {
  position: relative;
}

.CommentThread .Comment-header:before, .CommentThread .Comment-header:after {
  content: '';
  position: absolute;
}

.CommentThread .Comment-header:before {
  top: 50%;
  left: -0.75rem;
  right: 100%;
  border-bottom: 1px solid #DDE2DE;
  margin-left: -1px;
}

.CommentThread .Comment-header:after {
  top: -1.5rem;
  bottom: 50%;
  left: -0.75rem;
  border-left: 1px solid #DDE2DE;
  margin-top: -1px;
  margin-left: -1px;
}

@media (min-width: 576px) {
  .CommentThread {
    padding-left: 3rem;
  }
  .CommentThread .Comment:not(:last-child):before,
  .CommentThread .Comment-header:before,
  .CommentThread .Comment-header:after {
    left: -1.5rem;
  }
}

.CommentBox {
  padding: 1.5rem 1.5rem 2rem;
  border: 1px solid #DDE2DE;
  border-radius: 0.1875rem;
  background-color: #fcfdfe;
}

.DiscussionSearch-from,
.DiscussionSearch-to {
  width: 100%;
  margin-bottom: .5rem;
}

.DiscussionSearch-from .form-control,
.DiscussionSearch-to .form-control {
  width: 100%;
}

.DiscussionSearch-search {
  margin-top: .5rem;
}

@media (min-width: 576px) {
  .DiscussionSearch-from,
  .DiscussionSearch-to {
    width: 50%;
    margin-bottom: 1rem;
  }
  .DiscussionSearch-form {
    padding-right: 1rem;
  }
  .DiscussionSearch-to {
    padding-left: 1rem;
  }
  .DiscussionSearch-search {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .DiscussionSearch-from,
  .DiscussionSearch-to {
    width: auto;
  }
  .DiscussionSearch-from .form-control,
  .DiscussionSearch-to .form-control {
    width: 7rem;
  }
  .DiscussionSearch-from {
    padding-right: .5rem;
  }
  .DiscussionSearch-to {
    padding-right: 1rem;
    padding-left: 0;
  }
  .DiscussionSearch-search {
    max-width: 12rem;
    margin-top: 0;
  }
}

.DiscussionSubheader .pagination {
  margin-bottom: 1rem;
}

.DiscussionSubheader .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .DiscussionSubheader .pagination {
    margin-bottom: 0;
  }
}

.DiscussionListing thead th {
  padding: 0.3rem;
}

@media (max-width: 767.98px) {
  .DiscussionListing {
    width: auto;
    margin: 0 -1rem;
  }
  .DiscussionListing thead {
    display: none;
  }
  .DiscussionListing tr,
  .DiscussionListing td {
    display: block;
  }
  .DiscussionListing tr {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .DiscussionListing td {
    padding: 0 1rem;
  }
  td.DiscussionListing-titleCol {
    padding-bottom: .5rem;
  }
}

@media (min-width: 768px) {
  .DiscussionListing-titleCol {
    width: 60%;
  }
  .DiscussionListing-commentCol,
  .DiscussionListing-countCol {
    width: 20%;
  }
  .DiscussionListing-countCol {
    text-align: right;
  }
  .DiscussionListing-title {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .DiscussionListing-titleCol {
    width: 60%;
  }
  .DiscussionListing-commentCol {
    width: 30%;
  }
  .DiscussionListing-countCol {
    width: 10%;
  }
}

.Header {
  position: relative;
  padding: .5rem 0 .5rem;
  background: #fff;
  border-bottom: 1px solid #DDE2DE;
}

.Header-topBar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Header-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.Header-cityPicker {
  min-width: 0;
}

.Header-search {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.Header-user {
  margin-top: 1rem;
}

.Header-userDropdown .btn {
  position: relative;
  padding-left: 2.5rem;
}

.Header-userDropdown .btn-icon-left {
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-top: -.5rem;
  font-size: 1rem;
}

.Header-item {
  display: inline-block;
}

.Header-itemIcon {
  font-size: 1.75rem;
  vertical-align: middle;
}

.Header-itemLabel {
  display: inline-block;
  line-height: 1.1;
  vertical-align: -.15em;
}

.Header-item--virtualStop .Header-itemLabel {
  font-size: 0.8125rem;
  white-space: nowrap;
}

.Header-item--lang .dropdown-menu {
  min-width: 100%;
}

.Header-item--lang .dropdown-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

body.is-navOpen {
  overflow: hidden;
}

.Header-navOpen,
.Header-navClose {
  padding: .5rem;
  font-size: 1rem;
  -webkit-transition: -webkit-transform 250ms background-color 250ms;
  transition: -webkit-transform 250ms background-color 250ms;
  transition: transform 250ms background-color 250ms;
  transition: transform 250ms background-color 250ms, -webkit-transform 250ms background-color 250ms;
}

.Header-navOpen:active,
.Header-navClose:active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.Header-navOpen {
  margin-right: .25rem;
  margin-left: -.5rem;
}

.Header-navClose {
  position: absolute;
  z-index: 1050;
  top: .5rem;
  right: .75rem;
}

.Header-menu {
  font-size: .875rem;
  margin: 0;
}

.Header-menu > li {
  margin-bottom: 1rem;
}

.Header-menu > li > a {
  display: block;
  color: #231f20;
}

.Header-menu > li > div > ul > li {
  font-size: .875rem;
  margin: 0;
  padding: 0.25em;
}

@media (max-width: 575.98px) {
  .Header-cityPicker {
    margin-left: auto;
    margin-right: -.75rem;
  }
}

@media (max-width: 767.98px) {
  .Header-logo {
    width: 6rem;
  }
}

@media (max-width: 991.98px) {
  .Header-nav {
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .Header-navInner {
/*    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;
    min-height: calc(100% - (1.5rem * 2));*/
/*    margin: 1.5rem 0;*/
  }
	ul.Header-menu > li {
	  padding: 0;
	  font-size: 0.825rem;
	  margin: 0;
	}
	ul.Header-menu > li:last-child {
	  border: none;
	}
  ul.Header-menu > li > a {
    padding: .75rem;
  }
}

@media (min-width: 576px) {
  .Header-user {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .Header {
    padding-top: 1.5rem;
  }
  .Header-search {
    margin-top: 0;
  }
  .Header-nav {
    display: block !important;
    margin-top: .5rem;
  }
  .Header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    margin-bottom: 0;
    margin-left: -.75rem;
    white-space: nowrap;
  }
  .Header-menu > li {
    margin-bottom: 0;
  }
  .Header-menu > li > a {
    padding: .75rem;
  }
  .Header-menu div {
    z-index: 1050;
  }
}

.Module {
  padding: 0 1rem;
}

.ModuleHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 0;
  border-bottom: 1px solid #DDE2DE;
}

.ModuleHeader > .row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ModuleHeader--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ModuleHeader-title {
  padding-right: 1rem;
  margin: .5rem auto .5rem 0;
}

.ModuleHeader-menu > li {
  display: inline-block;
}

.ModuleHeader-menu > li:not(:last-child) {
  margin-right: 1rem;
}

.ModuleHeader-menu > li > a {
  display: block;
  padding: .5rem 0;
  color: #94969C;
  font-weight: 700;
}

.ModuleHeader-menu > li.active > a {
  color: #231f20;
}

.ModuleHeader-btn {
  color: #DDE2DE;
  font-size: 1.5rem;
}

.ModuleHeader-btn:hover, .ModuleHeader-btn:focus {
  color: #B2B5BB;
}

.ModuleHeader-btn:active {
  color: #94969C;
}

.ModuleHeader-btn .Icon {
  display: block;
}

.ModuleBody {
  padding: 1.75rem 0;
}

.ModuleBody + .ModuleBody {
  border-top: 1px solid #DDE2DE;
}

.ModuleBody--sm {
  padding: 1rem 0;
}

.ModuleBody-pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ModuleBody-collapseToggle {
  color: #94969C;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
}

.ModuleBody-collapseToggle:hover, .ModuleBody-collapseToggle:focus {
  background-color: transparent;
}

.Module--secondary {
  padding: 0;
}

.Module--secondary .ModuleHeader,
.Module--secondary .ModuleBody {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (max-width: 575.98px) {
  .ModuleHeader {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .ModuleBody--sm {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .Module.Box {
    margin-left: -1rem;
    margin-right: -1rem;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}

@media (min-width: 992px) {
  .Module {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .Module--secondary {
    padding: 0;
  }
  .Module--secondary .ModuleHeader,
  .Module--secondary .ModuleBody {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .ModuleBody-comments {
    margin-right: -.75rem;
    margin-left: -.75rem;
  }
}

.ModuleGroup-left .Module + .Module,
.ModuleGroup-right .Module + .Module {
  border-top: 1px solid #DDE2DE;
}

@media (max-width: 575.98px) {
  .ModuleGroup.Box {
    margin-left: -1rem;
    margin-right: -1rem;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  [class*="col-md"].ModuleGroup-left:not([class*="col-md-12"]) {
    border-right: 1px solid #DDE2DE;
  }
}

@media (min-width: 992px) {
  [class*="col-lg"].ModuleGroup-left:not([class*="col-lg-12"]) {
    border-right: 1px solid #DDE2DE;
  }
}

@media (min-width: 1200px) {
  [class*="col-xl"].ModuleGroup-left:not([class*="col-xl-12"]) {
    border-right: 1px solid #DDE2DE;
  }
}

.TimetableSearch {
  width: 100%;
}

.TimetableSearch > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.TimetableSearch-select .custom-select,
.TimetableSearch-select .chosen-container-single .chosen-single,
.TimetableSearch-select .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  border-color: transparent;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M30 0C13.427 0 0 13.427 0 30s13.427 30 30 30 30-13.427 30-30S46.573 0 30 0zm0 54.194C16.633 54.194 5.806 43.367 5.806 30 5.806 16.633 16.633 5.806 30 5.806c13.367 0 24.194 10.827 24.194 24.194 0 13.367-10.827 24.194-24.194 24.194zm1.028-13.004l14.855-14.855a1.453 1.453 0 0 0 0-2.057l-2.734-2.734a1.453 1.453 0 0 0-2.056 0L30 32.637 18.907 21.544a1.453 1.453 0 0 0-2.056 0l-2.734 2.734a1.453 1.453 0 0 0 0 2.057L28.972 41.19a1.453 1.453 0 0 0 2.056 0z' fill='%23ee1900' fill-rule='nonzero'/%3e%3c/svg%3e");
  background-position: left .75rem;
  background-size: 0.875rem;
  background-repeat: no-repeat;
  font-weight: 700;
  color: #231f20;
}

.TimetableSearch-select .custom-select {
  width: 100%;
}

.TimetableSearch-select .chosen-container-single .chosen-single span {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .TimetableSearch-btn {
    display: block;
    width: 100%;
    margin-top: .5rem;
  }
}

@media (min-width: 768px) {
  .TimetableSearch-select .custom-select {
    max-width: 9rem;
  }
}

.Timetable {
  margin: 0 -1rem;
}

@media (min-width: 992px) {
  .Timetable {
    margin-left: -2rem;
  }
}

@media (min-width: 1200px) {
  .Timetable {
    margin-right: -2rem;
  }
}

.TimetableAltDest {
  display: inline-block;
//  vertical-align: -0.4ex;
  vertical-align: 0.0ex;
}

.TimetableAltDest:before {
  content: "|";
  display: block;
  color: #646464;
  font-size: 1.5rem;
  line-height: .75;
//  letter-spacing: .05em;
}

.TimetableHeader {
  padding: 0 1rem 1.5rem 1rem;
  border-bottom: 1px solid #DDE2DE;
}

.TimetableHeader > .row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.TimetableHeader-primary,
.TimetableHeader-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.TimetableHeader-primary {
  margin-bottom: .5rem;
}

.TimetableHeader-icon {
  margin-left: -.5rem;
  font-size: 2.5rem;
}

.TimetableHeader-route {
  position: relative;
  display: inline-block;
}

.TimetableHeader-route:before {
  content: '';
  position: absolute;
  top: 1.0625rem;
  left: 0.125rem;
  width: 0.25rem;
  height: 1rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='56' height='56' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='%23B2B5BB' cx='28' cy='28' r='16' fill-rule='evenodd'/%3e%3c/svg%3e");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: space;
}

.TimetableHeader-start,
.TimetableHeader-dest {
  position: relative;
  padding-left: 1.25rem;
}

.TimetableHeader-start:before,
.TimetableHeader-dest:before {
  content: '';
  position: absolute;
  top: .5rem;
  left: 0;
  width: .5rem;
  height: .5rem;
  border: .125rem solid;
  border-radius: 50%;
  color: #231f20;
}

.TimetableHeader-start:before {
  border-color: #B2B5BB;
}

.TimetableHeader-dest:before {
  background: currentColor;
}

@media (min-width: 992px) {
  .TimetableHeader {
    padding-left: 2rem;
  }
  .TimetableHeader-primary {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .TimetableHeader {
    padding-right: 2rem;
  }
}

.TimetableTimes {
  padding: 1.75rem 0;
}

.TimetableTimes thead tr th:first-child,
.TimetableTimes tbody tr th:first-child,
.TimetableTimes tbody tr td:first-child {
  padding-left: 1rem;
}

.TimetableTimes tr td:last-child {
  width: 100%;
}

.TimetableTimes tbody th {
  text-align: center;
  border-right: 2px solid rgba(35, 31, 32, 0.1);
}

.TimetableTimes tbody td {
  text-align: left;
}

@media screen {
  .TimetableTimes tbody td.is-active {
    outline: 0.125rem solid #ee1900;
    outline-offset: -0.25rem;
  }
}

.TimetableTimes th,
.TimetableTimes td {
  padding-left: .5rem;
  padding-right: .5rem;
}

.TimetableTabPanes-item:not(:last-child):not(.fade) .TimetableTimes {
  border-right: 1px solid #DDE2DE;
}

@media (min-width: 576px) {
  .TimetableTimes th,
  .TimetableTimes td {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media (min-width: 992px) {
  .TimetableTimes thead tr th:first-child,
  .TimetableTimes tbody tr th:first-child,
  .TimetableTimes tbody tr td:first-child {
    padding-left: 2rem;
  }
}

.TimetableMap {
  min-height: 20rem;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ECEFEE;
}

.TimetableTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DDE2DE;
  background-color: #161921;
  overflow-x: auto;
  white-space: nowrap;
}

.TimetableTabs .TimetableTabHeading {
  border-bottom: none;
}

.TimetableTabs > li:not(:last-child) > a,
.TimetableTabPanes-item:not(:last-child) .TimetableTabHeading {
  border-right: 1px solid #464C58;
}

.TimetableTabHeading {
  display: block;
  padding: 1rem;
  margin: 0;
  border-bottom: 1px solid #DDE2DE;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  background-color: #464C58;
}

a.TimetableTabHeading:hover,
a.TimetableTabHeading:focus {
  background-color: #252830;
  color: #fff;
  text-decoration: none;
}

a.TimetableTabHeading.active {
  background-color: #ee1900;
}

.TimetableTabHeading--more .Icon {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .TimetableTabHeading {
/*    height: 4.9375rem;*/
/*    padding: 1.625rem 2rem;*/
/*    font-size: 1.3125rem;
    line-height: 1.25;*/
  }
  .TimetableTabHeading--more {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.TimetableTabPanes {
  overflow-x: auto;
}

.TimetableTabPanes-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.TimetableTabPanes-item.fade {
  display: none;
}

.TimetableTabPanes-item.active {
  display: block;
}

.Gallery {
  color: #fff;
  background-color: #161921;
}

.GalleryClose {
  position: absolute;
  z-index: 1030;
  top: .75rem;
  right: .75rem;
  padding: 1rem;
  color: #F6F6F6;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
}

.GalleryClose:hover, .GalleryClose:focus {
  color: #fff;
}

.GalleryClose .Icon {
  display: block;
}

.GalleryLayout {
  height: 100%;
}

.GalleryLayout-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.GalleryLayout-sidebar {
  background-color: #30353E;
  overflow-y: auto;
}

.GalleryHeader {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  padding: 1rem 4rem 1rem 1rem;
}

.GalleryImage {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  padding: 1rem 0;
}

.GalleryImage-inner {
  padding: 0 1rem;
}

@media (max-width: 991.98px) {
	.GalleryImage-inner {
		padding: 0;
	}
}

.GalleryImage-img {
  height: 100%;
  object-fit: contain;
/*  object-fit: scale-down;*/
}

.GalleryImage-control {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  min-width: 25%;
  padding: 1rem;
  border: none;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  background-color: transparent;
}

.GalleryImage-control:hover, .GalleryImage-control:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.GalleryImage-control:hover .GalleryImage-controlBg {
  opacity: 1;
}

.GalleryImage-controlBg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: opacity;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

.GalleryImage-control--prev {
  left: 0;
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, from(rgba(22, 25, 33, 0)), to(rgba(22, 25, 33, 0)));
  background: linear-gradient(to right, rgba(22, 25, 33, 0), rgba(22, 25, 33, 0));
}

.GalleryImage-control--prev .GalleryImage-controlBg {
  background: -webkit-gradient(linear, left top, right top, from(rgba(22, 25, 33, 0.25)), to(rgba(22, 25, 33, 0)));
  background: linear-gradient(to right, rgba(22, 25, 33, 0.25), rgba(22, 25, 33, 0));
}

.GalleryImage-control--next {
  right: 0;
  text-align: right;
}

.GalleryImage-control--next .GalleryImage-controlBg {
  background: -webkit-gradient(linear, right top, left top, from(rgba(22, 25, 33, 0.25)), to(rgba(22, 25, 33, 0)));
  background: linear-gradient(to left, rgba(22, 25, 33, 0.25), rgba(22, 25, 33, 0));
}

@media (min-width: 992px) {
  .Gallery {
    height: 100vh;
  }
  .GalleryClose {
    top: 1rem;
    right: 1rem;
  }
  .GalleryLayout-main,
  .GalleryLayout-sidebar {
    height: 100%;
  }
  .GalleryLayout-sidebar {
    max-width: 30rem;
    padding-top: 4rem;
  }
  .GalleryImage-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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;
  }
  .GalleryHeader {
    padding: 1rem 2rem;
  }
}

.Link {
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.Search {
  position: relative;
}

.Search-icon-top {
  font-size: 1rem;
  overflow: hidden;
}

.Search-icon {
  position: absolute;
  top: 50%;
  left: .75rem;
  margin-top: -0.5625rem;
  font-size: 1.125rem;
  z-index: 4;
}

@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(1, 1);
}
 50% {
 -webkit-transform: scale(1.5, 1.5);
}
 100% {
 -webkit-transform: scale(1, 1);
};
}

@keyframes pulse {
 0% {
 transform: scale(1, 1);
}
 50% {
 transform: scale(1.5, 1.5);
}
 100% {
transform: scale(1, 1);
};
}

.Search-icon-active {
	-webkit-animation: pulse 1s linear infinite;
	animation: pulse 1s linear infinite;
}

.Search-input {
  z-index: 3;
}

.Search--timetable .Search-icon {
  left: 0;
}

.Search--timetable .Search-input {
  padding-left: 1.75rem;
  border-color: transparent;
}

.Search--map .Search-icon {
  left: 1.75rem;
}

.Search--map .Search-input {
  padding-left: 3.5rem;
  border-color: transparent;
}

.Search--lg .Search-icon {
  margin-top: -0.625rem;
  font-size: 1.25rem;
}

@media (min-width: 1200px) {
  .Search--map .Search-input {
    border-radius: 999px;
  }
}

.Avatar {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #F6F6F6;
}

.Avatar--sm {
  width: 1.5rem;
  height: 1.5rem;
}

.Avatar-img {
  display: block;
}

.CityPicker {
  display: inline-block;
}

.CityPicker .dropdown-toggle {
  position: relative;
  padding-right: 2rem;
  padding-left: 1rem;
  color: #464C58;
  font-size: 1.125rem;
  text-transform: none;
  letter-spacing: 0;
}

.CityPicker .dropdown-chevron {
  position: absolute;
  top: 50%;
  right: .75rem;
  margin-top: -.4em;
}

@media (max-width: 767.98px) {
  .CityPicker .dropdown-toggle {
    padding-left: .75rem;
    font-size: 0.875rem;
  }
}

.Timepicker-controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: .25rem;
  z-index: 10;
}

.Timepicker.input-group-lg .form-control {
  padding-right: 5rem;
}

.Timepicker.input-group-lg .Timepicker-controls {
  padding: .5rem;
}

.Hamburger {
  width: 2em;
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}

.Hamburger-bar {
  height: 0.125em;
  border-radius: .5rem;
  background-color: currentColor;
  -webkit-transition: opacity 250ms, -webkit-transform 250ms;
  transition: opacity 250ms, -webkit-transform 250ms;
  transition: transform 250ms, opacity 250ms;
  transition: transform 250ms, opacity 250ms, -webkit-transform 250ms;
}

.Hamburger-bar + .Hamburger-bar {
  margin-top: .5em;
}

.is-active .Hamburger {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.is-active .Hamburger-bar:nth-child(1) {
  -webkit-transform: translateY(0.625em) rotate(45deg);
          transform: translateY(0.625em) rotate(45deg);
}

.is-active .Hamburger-bar:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
}

.is-active .Hamburger-bar:nth-child(3) {
  -webkit-transform: translateY(-0.625em) rotate(-45deg);
          transform: translateY(-0.625em) rotate(-45deg);
}

.Layout {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.Layout-nav,
.Layout-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.Layout-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .Layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Layout-main .Content,
  .Layout-main .Footer {
    padding-left: 1rem;
  }
}

@media (min-width: 1200px) {
  .Layout-main .Content,
  .Layout-main .Footer {
    padding-right: 7.25rem;
  }
}

.Content {
  position: relative;
/*  padding: 1rem 0;*/
  padding-bottom: 1rem;
}

.Content--noPadding {
  padding: 0;
}

@media (min-width: 576px) {
  .Content {
/*    padding: 2rem 0;*/
    padding-bottom: 2rem;
  }
  .Content--noPadding {
    padding: 0;
  }
}

.Nav {
  position: fixed;
  z-index: 1030;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3.75rem;
  background: #161921;
  text-align: center;
  overflow-y: auto;
}

.Nav::-webkit-scrollbar {
  width: .5rem;
}

.Nav::-webkit-scrollbar-track {
  background-color: #252830;
}

.Nav::-webkit-scrollbar-thumb {
  background-color: #464C58;
  border-radius: 999px;
}

.Nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.Nav-menu > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Nav-menu > li > a {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: block;
  padding: .375rem .25rem .25rem;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
}

.Nav-menu > li > a:hover, .Nav-menu > li > a:focus {
  background-color: #202530;
}

.Nav-menu > li > a:active {
  background-color: #2a3040;
}

.Nav-icon {
  margin-bottom: .25rem;
  font-size: 1.75rem;
  color: #ee1900;
}

.Nav-label {
  font-weight: 700;
  font-size: 0.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media (min-width: 992px) {
  .Nav {
    position: static;
    width: 6.25rem;
	height: auto;
  }
  .Nav-menu {
    display: block;
    padding: 1rem 0;
  }
  .Nav-menu > li {
    display: block;
  }
  .Nav-menu > li > a {
    padding: 1.5rem 1rem;
  }
  .Nav-icon {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  .Nav-label {
    font-size: 0.875rem;
    line-height: 1.3;
    text-transform: none;
    letter-spacing: 0;
  }
}

.Listing {
  padding: 2rem 1rem 0;
  color: #BDBFC1;
  overflow-y: scroll;
	height: calc(100vh - 8.5rem);
}

.Listing::-webkit-scrollbar {
  width: .5rem;
}

.Listing::-webkit-scrollbar-track {
  background-color: #252830;
}

.Listing::-webkit-scrollbar-thumb {
  background-color: #464C58;
  border-radius: 999px;
}

.Listing-list {
  margin: 0 -1rem;
}

.Listing-link {
  position: relative;
  color: inherit;
}

.Listing-link:hover, .Listing-link:focus, .Listing-link.is-active {
  color: inherit;
}

.Listing-img {
  width: 4rem;
  border-radius: 0.375rem;
}

.Listing-title {
  margin-top: .25rem;
  color: #fff;
}

.Listing-time {
  font-size: 0.875rem;
}

.Listing-icon {
  color: #ee1900;
  font-size: 0.75rem;
}

.Listing--primary .Listing-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -.5em;
  color: #ee1900;
  font-size: 0.75rem;
}

.Listing--primary {
  background-color: #2B2F37;
}

.Listing--primary .Listing-link {
  padding: 1rem 2rem 1rem 1rem;
}

.Listing--primary .Listing-link:hover, .Listing--primary .Listing-link:focus, .Listing--primary .Listing-link.is-active {
  background-color: #252830;
}

.Listing--primary .Listing-link:hover, .Listing--primary .Listing-link:focus {
  text-decoration: none;
}

.Listing--primary .Listing-link:hover .Listing-title, .Listing--primary .Listing-link:focus .Listing-title {
  text-decoration: underline;
}

.Listing--primary .Listing-item:not(:first-child) .Listing-link {
  border-top: 1px solid transparent;
}

.Listing--primary .Listing-item:not(:first-child) .Listing-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.Listing--secondary {
  background-color: #161921;
}

.Listing--secondary .Listing-link {
  display: block;
  padding: .5rem 1rem;
}

.Listing--secondary .Listing-link:hover, .Listing--secondary .Listing-link:focus, .Listing--secondary .Listing-link.is-active {
  color: #fff;
}

.Listing--secondary .Listing-link.is-active {
  font-weight: 700;
}

.Listing--secondary .Listing-icon {
  vertical-align: 0;
}

@media (min-width: 768px) {
  .Listing-img {
    width: 3.5rem;
  }
  .Listing-title {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .Listing {
    max-height: none;
    overflow-y: auto;
  }
  .Listing--primary {
    width: 16rem;
  }
  .Listing--secondary {
    width: 9rem;
  }
}

@media (min-width: 1200px) {
  .Listing {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .Listing-list {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .Listing-img {
    width: 5rem;
  }
  .Listing-title {
    margin-top: .5rem;
  }
  .Listing--primary {
    width: 20rem;
  }
  .Listing--primary .Listing-link {
    padding-left: 1rem;
  }
  .Listing--secondary {
    width: 10rem;
  }
  .Listing--secondary .Listing-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.RoutePlanner {
  padding: 2.5rem 1rem 0;
  background-color: #2B2F37;
  color: #fff;
}

@media (min-width: 768px) {
	.RoutePlanner {
		height: calc(100vh - 8.5rem);
		overflow-y: auto;
	}
}

.RoutePlanner-header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.RoutePlanner-table thead th,
.RoutePlanner-table thead td {
  background-color: #161921;
}

.RoutePlanner-table td, .RoutePlanner-table th {
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .RoutePlanner-table {
    width: auto;
    margin: 0 -1rem;
  }
  .RoutePlanner-table thead {
    display: none;
  }
  .RoutePlanner-table tr,
  .RoutePlanner-table th,
  .RoutePlanner-table td {
    display: block;
  }
  .RoutePlanner-table tr {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .RoutePlanner-table th, .RoutePlanner-table td {
    padding: .125rem 1rem .125rem 8rem;
  }
  .RoutePlanner-table th:before, .RoutePlanner-table td:before {
    content: attr(data-header);
    position: absolute;
    left: 1rem;
    font-weight: 700;
  }
  td.DiscussionListing-titleCol {
    padding-bottom: .5rem;
  }
}

@media (min-width: 992px) {
  .RoutePlanner {
    width: 40rem;
  }
}

.RoutePlan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #202228;
  color: #fff;
}

.RoutePlan-header {
  background-color: #202228;
  padding: 2.5rem 1rem 2rem;
}

@media (max-width: 991.98px) {
	.RoutePlan-header {
	  background-color: #F6F6F6;
	  color: #231f20;
	}
}

.RoutePlan-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  background-color: #252830;
  padding: .75rem 0;
}

.RoutePlan-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.RoutePlan-stat {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.RoutePlan-stat:not(:first-child) {
  text-align: center;
}

.RoutePlan-stat:last-child {
  text-align: right;
}

.RoutePlan-statLabel {
/*  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;*/
  font-size: .75rem;
}

.RoutePlan-statValue {
  font-size: 1.125rem;
  line-height: 1.25;
}

@media (min-width: 576px) {
  .RoutePlan-main {
    padding: .75rem;
  }
}

@media (min-width: 992px) {
  .RoutePlan {
    width: 25rem;
  }
}

@media (min-width: 1200px) {
  .RoutePlanner,
  .RoutePlan-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.Route {
  padding: .75rem .75rem 0;
  margin-bottom: .75rem;
  background-color: #202228;
}

.Route-left {
  position: absolute;
  top: 3rem;
  left: 50%;
  bottom: 1rem;
  border-left: 0.125rem solid transparent;
  margin-left: -0.0625rem;
}

.Route-icon {
  font-size: 2.5rem;
}

.Route-direction {
  font-size: 0.75rem;
}

.Route-direction .Icon {
  color: #007FD3;
}

.Route-footer {
  padding: 1rem 0 1.25rem;
/*  border-top: 1px solid #30353E;
  margin-top: 1rem;*/
}

.RouteConnection {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4.5rem;
  padding: .75rem .75rem .75rem 3.5rem;
  margin-bottom: .75rem;
}

.RouteConnection:before, .RouteConnection:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='56' height='56' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='%23B2B5BB' cx='28' cy='28' r='16' fill-rule='evenodd'/%3e%3c/svg%3e");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: space;
  content: '';
  position: absolute;
  left: 1.9375rem;
  width: .5rem;
  margin-left: -.25rem;
  opacity: .3;
}

.RouteConnection:before {
  top: 0;
  bottom: 50%;
  margin-bottom: 1.125rem;
}

.RouteConnection:after {
  top: 50%;
  bottom: 0;
  margin-top: 1.125rem;
}

.RouteConnection-icon {
  position: absolute;
  top: 50%;
  left: 1.9375rem;
  font-size: 1.25rem;
  margin-top: -.5em;
  margin-left: -.5em;
  background-color: #252830;
}

@media (max-width: 767.98px) {
	.Map {
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  z-index: 999;
	  height: calc(100vh - 3.5rem);
	}
}

@media (min-width: 768px) {
	.Map {
	  position: relative;
	}
}

.MapHolder {
  position: relative;
  -webkit-box-flex: 1;
	  -ms-flex: 1;
		  flex: 1;
  min-height: 67vh;
}

.MapControls {
  position: absolute;
  z-index: 2;
}

.MapControls--view {
  top: 0.75rem;
  right: 0.75rem;
}

.MapControls--view .MapControl {
  display: block;
  margin-bottom: .75rem;
}

.MapControls--extra {
  bottom: 1rem;
  right: 1rem;
}

.MapControl {
  padding: .75rem;
  border-radius: 50%;
  background-color: #161921;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
}

.MapControl:hover, .MapControl:focus {
  background-color: #30353E;
}

.MapControl .Icon {
  display: block;
}

.MapFilter {
  background: #fff;
  border-bottom: 1px solid #DDE2DE;
}

.MapFilter label {
  vertical-align: middle;
}

.MapFilter-item {
  display: inline-block;
}

.MapFilter-select {
  display: inline-block;
}

.MapFilter-select .custom-select,
.MapFilter-select .chosen-container-single .chosen-single,
.MapFilter-select .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: transparent;
}

.MapFilter-select--type {
  width: 8rem;
}

.MapFilter-select--number {
  width: 5rem;
}

.MapCopy {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: 0 .5rem !important;
  margin: 0;
  background-color: #fff;
  opacity: 0.5;
  font-size: 0.75rem;
}

.MapCopy a, .MapCopy a:hover, .MapCopy a:focus {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .MapFilter {
    position: absolute;
    z-index: 1;
    top: 1rem;
    left: 1rem;
    border-radius: 999px;
    -webkit-box-shadow: 0 0 1.5rem rgba(22, 25, 33, 0.2);
            box-shadow: 0 0 1.5rem rgba(22, 25, 33, 0.2);
  }
}

@media (min-width: 1400px) {
  .MapFilter {
    top: 2rem;
    left: 2rem;
  }
  .MapControls--view {
    top: 2rem;
    right: 2rem;
  }
  .MapControls--extra {
    bottom: 2rem;
    right: 2rem;
  }
}

.Box {
  min-height: 100%;
  border: 1px solid #DDE2DE;
  border-radius: 0.1875rem;
  background-color: #fff;
}

.Box--noShadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.VehicleImage {
  max-width: 50rem;
  margin: 0 auto;
}

.VehicleListing-item {
  margin-top: auto;
}

.VehicleListing-link {
  display: block;
  padding: 2rem;
  background-color: #fff;
  text-align: center;
}

.VehicleListing-link:hover .VehicleListing-img, .VehicleListing-link:focus .VehicleListing-img {
  opacity: .75;
}

.VehicleListing-img {
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

.Badge {
  display: inline-block;
  padding: .25rem .5rem;
  border-radius: 0.1875rem;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.Badge--lg {
  padding: .5rem 1rem;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}

.Badge--pill {
  border-radius: 999px;
}

.Badge--primary {
  background-color: #ee1900;
  color: #fff;
}

a.Badge--primary:hover,
a.Badge--primary:focus {
  color: #fff;
  background-color: #c81500;
}

.Badge--success {
  color: #231f20;
  background-color: #d3ffb4;
}

a.Badge--success:hover,
a.Badge--success:focus {
  color: #231f20;
  background-color: #c3eca7;
}

.Badge--warning {
  color: #231f20;
  background-color: #ffff48;
}

a.Badge--warning:hover,
a.Badge--warning:focus {
  color: #231f20;
  background-color: #ecec43;
}

.Poll-question {
  color: #646464;
  line-height: 1.3;
}

.Poll-option {
  margin-top: 1.25rem;
}

.Poll-progress {
  margin-top: .5rem;
}

.Poll-footer {
  margin-top: 2rem;
  color: #646464;
  font-size: 0.875rem;
  line-height: 1.3;
}

.Networks {
  margin: 0;
}

.Networks > li {
  display: inline-block;
}

.Networks > li > a {
  display: block;
  width: 2rem;
  height: 2rem;
  border: 1px solid;
  border-radius: 100%;
  color: #B2B5BB;
  font-size: 1.25rem;
  line-height: 1.625rem;
  text-align: center;
}

.Hero {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 1rem;
  background: top 50% right 0/cover no-repeat;
  background-color: #161921;
  color: #fff;
  text-align: center;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)) , var(--image-url) center center;
  background-size: cover;
  }

.Hero-form {
  position: relative;
  width: 100%;
  max-width: 36rem;
  padding-left: 1.25rem;
  padding-right: 2rem;
}

.Hero-form:before {
  content: '';
  position: absolute;
  top: 2.25rem;
  bottom: 2.25rem;
  left: -0.3125rem;
  width: .5rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='56' height='56' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='%23B2B5BB' cx='28' cy='28' r='16' fill-rule='evenodd'/%3e%3c/svg%3e");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: space;
  opacity: .5;
}

.Hero-form .input-group-text {
  width: 4.75rem;
}

.Hero-start,
.Hero-destination {
  position: relative;
}

.Hero-start:before,
.Hero-destination:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1.75rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  margin-top: -0.4375rem;
}

.Hero-start:before {
  border: 0.125rem solid #fff;
}

.Hero-destination:before {
  background-color: #fff;
}

.Hero-formSubmit {
  position: absolute;
  top: 50%;
  left: 100%;
  padding: .5rem;
  margin-top: -1.3125rem;
  margin-left: -1.75rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  background: none;
}

.Hero-formSubmit:hover, .Hero-formSubmit:focus {
  color: #ee1900;
}

.Hero-formSubmit .Icon {
  display: block;
}

@media (max-width: 575.98px) {
  .Hero {
    margin-left: -1rem;
    margin-right: -1rem;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}

@media (min-width: 576px) {
  .Hero-title {
    font-size: 2.25rem;
  }
  .Hero-form {
    padding-left: 2rem;
  }
  .Hero-form:before {
    left: 0.4375rem;
  }
}

@media (min-width: 992px) {
  .Hero {
    height: 26rem;
  }
}

.Linka {
  position: relative;
  display: inline-block;
  min-width: 1.5em;
  padding: .125em;
  margin-top: .125em;
  margin-bottom: .125em;
  border: 0.125em solid;
  border-radius: 0.25em;
/*  font-weight: 700;*/
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;

  color: #373737;
  background: #dde2f0;
  border: 0.13em solid #b6c0dc;

  min-width: 1.84375em;
  min-height: 1.84375em;
  height: 1.84375em;
  font-size: 0.875em;

  white-space: nowrap;
}

.Linka:hover, .Linka:focus {
/*  color: #fff; */
  opacity: .7;
  text-decoration: none;
}

a.Linka:hover, a.Linka:focus {
  color: #fff;
}

.Linka-icon {
  position: absolute;
  top: 50%;
  left: .125rem;
  margin-top: -.5em;
  font-size: 1.25em;
}

.Linka--sm {
  min-width: 1.84375rem;
  min-height: 1.84375rem;
  height: 1.84375rem;
  font-size: 0.875rem;
/*  line-height: 0.875;*/
}

.Linka--lg {
  min-width: 2.3125rem;
  min-height: 2.3125rem;
  height: 2.3125rem;
  font-size: 1.25rem;
  line-height: 1.25;
}

.Linka--xl {
  min-width: 3.125rem;
  min-height: 3.125rem;
  height: 3.125rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

.Linka--xl .Linka-icon {
  font-size: 1.75em;
}

.Linky-icon {
  margin: -0.15em .1em 0 -.15em;
  color: #DDE2DE;
  font-size: 2.5rem;
}

.Linky-body .Linka {
/*  margin: .25rem;*/
}

.Linky--lg .Linky-icon {
  margin-right: 1rem;
  color: #464C58;
  font-size: 3rem;
}

.Linky--lg .Linky-body .Linka {
/*  margin-right: .5rem;
  margin-bottom: .5rem;*/
  margin: .25rem;
}

@media (min-width: 768px) {
  .Linky--lg .Linky-icon {
    margin-right: 3rem;
    color: #464C58;
    font-size: 4.5rem;
  }
}

.FlashNews {
  position: relative;
  overflow: hidden;
}

.FlashNews-header {
  padding: .75rem 2rem;
}

.FlashNews-title {
  margin: 0;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.FlashNews-body {
  overflow: hidden;
  min-width: 0;
}

.FlashNews-carouselWrapper {
  width: 100%;
}

.FlashNews-item {
  width: 20rem;
  padding: 1rem;
}

.FlashNews-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 .5rem;
  background-color: #fff;
}

.FlashNews-control {
  padding: 1rem .5rem;
  font-size: 1.25rem;
  color: #646464;
}

.FlashNews-control:focus, .FlashNews-control:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.FlashNews-control.is-active {
  color: #ee1900;
}

.FlashNews-control .Icon {
  display: block;
}

@media (max-width: 575.98px) {
  .FlashNews {
    margin-left: -1rem;
    margin-right: -1rem;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .FlashNews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .FlashNews-header {
    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;
  }
  .FlashNews-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .FlashNews-item {
    width: 22rem;
  }
  .FlashNews-controls {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 .5rem;
    background-color: #fff;
  }
  .FlashNews-controls:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 3rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
  }
}

.Article {
  max-width: 50em;
  margin: 1rem auto 0;
  font-size: 1.125rem;
}

.Article p {
  margin-bottom: 1.96875rem;
  line-height: 1.75;
}

.Article img,
.Article figure,
.Article .row,
.Article .row [class*="col-"] {
  page-break-inside: avoid;
  page-break-after: avoid;
}

.Article img {
  display: block;
  border-radius: 0.375rem;
  margin-bottom: 1.96875rem;
}

.Article figure {
  position: relative;
  margin-bottom: 1.96875rem;
}

.Article figure img {
  margin: 0;
}

.Article figcaption {
  position: absolute;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
  color: #fff;
  font-size: 0.875rem;
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, 1);
}

.ArticleContent {
  margin-bottom: 3rem;
}

.ArticleTitle {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 2rem;
}

.ArticleInfo {
  margin-bottom: 1.96875rem;
  font-size: 0.75rem;
}

.ArticleInfo-item:not(:last-child):after {
  content: '';
  display: inline-block;
  height: 0.625rem;
  border-right: 1px solid #DDE2DE;
  margin-left: .5rem;
  vertical-align: -0.2ex;
}

aside, .ArticleSocial {
  padding: 1rem 0;
  border-top: 1px solid #DDE2DE;
  border-bottom: 1px solid #DDE2DE;
  margin-bottom: 2.46875rem;
}

@media (min-width: 576px) {
  .ArticleTitle {
    font-size: 2.5rem;
  }
}

.Register {
  max-width: 40rem;
  padding: 2.5rem 2rem 3rem;
  margin: 0 auto;
}

.Timeline {
  position: relative;
  padding-left: 1.5rem;
}

.Timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.125rem;
  background-color: #BDBFC1;
}

.Timeline-year {
  position: relative;
}

.Timeline-year:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2.8125rem;
  width: 2.75rem;
  height: 2.75rem;
  margin-top: -1.25rem;
  border: 1rem solid #fff;
  border-radius: 50%;
  background-color: #ee1900;
}

.Timeline-image {
  clear: both;
  display: block;
  border: 1rem solid #fff;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

a.Timeline-image:hover, a.Timeline-image:focus {
  opacity: .75;
}

@media (min-width: 768px) {
  .Timeline {
    padding-left: 0;
    padding-bottom: 2rem;
  }
  .Timeline:before {
    left: 50%;
    margin-left: -.0625rem;
  }
  .Timeline-year:before {
    left: -3.375rem;
  }
  .Timeline-col:nth-child(odd) {
    padding-right: 2rem;
  }
  .Timeline-col:nth-child(odd) .Timeline-year {
    float: right;
  }
  .Timeline-col:nth-child(odd) .Timeline-year:before {
    left: auto;
    right: -3.375rem;
  }
  .Timeline-col:nth-child(even) {
    top: 6rem;
    padding-left: 2rem;
  }
  .Timeline-col:nth-child(even):last-child {
    padding-bottom: 6rem;
  }
}

.Alert {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .75rem 1rem;
  border: 1px solid;
  border-radius: 0.375rem;
  font-weight: 700;
}

.Alert-iconWrapper {
  display: inline-block;
  padding: .75rem;
  border-radius: 50%;
  margin-right: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
}

.Alert-icon {
  display: block;
}

.Alert-close {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 1rem;
  margin-top: -1.5rem;
  background-color: transparent;
  opacity: .5;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

.Alert-close:hover, .Alert-close:focus {
  background-color: transparent;
  opacity: 1;
}

.Alert-close .Icon {
  display: block;
}

.Alert--info {
  color: #01306D;
  background-color: #DDE2EF;
  border-color: #01306D;
}

.Alert--danger {
  color: #CC0101;
  background-color: #EFDDDD;
  border-color: #CC0101;
}

.Alert--warning {
  color: #231f20;
  background-color: #F6ECCF;
  border-color: #CBB121;
}

.Alert--warning .Alert-icon {
  color: #CBB121;
}

.Alert--dismissible {
  padding-right: 3rem;
}

.Accordion-item:not(:last-child) {
  border-bottom: 1px solid #DDE2DE;
}

.Accordion-title {
  margin: 0;
}

.Accordion-toggle {
  position: relative;
  padding: .5rem 1.5rem .5rem 0;
  color: inherit;
  font-size: inherit;
  text-transform: none;
  letter-spacing: 0;
  white-space: normal;
}

.Accordion-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.5em;
  font-size: 1rem;
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}

.Accordion-toggle[aria-expanded="true"] .Accordion-icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.Accordion-body {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.Accordion-bodyInner {
  padding: .5rem 0 1rem;
}

.Footer {
  margin-top: auto;
}

.Footer-nav {
  padding: 2.5rem 0 0;
  border-bottom: 1px solid #DDE2DE;
}

.Footer-navMenu {
  margin: 1rem 0 2.5rem;
}

.Footer-navMenu > li:not(:last-child) {
  margin-bottom: .5rem;
}

.Footer-navMenu > li > a {
  color: #646464;
}

.Footer-newsletter {
  margin-top: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Footer-newsletterHeading {
  margin: .5rem 1rem .5rem 0;
}

.Footer-networks {
  margin-top: 1.5rem;
}

.Footer-main {
  padding: 2rem 0;
}

.Footer-main > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Footer-copy {
  display: inline-block;
  color: #646464;
  font-size: 0.875rem;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .Footer-navMenu {
    margin-top: 2rem;
  }
}

@media (min-width: 992px) {
  .Footer-newsletter,
  .Footer-networks {
    margin-top: 0;
  }
}

.CopyFooter {
  padding: 2rem 0;
  color: #646464;
  font-size: 0.875rem;
}

.CopyFooter-menu {
  margin: 0 0 1.5rem;
  color: #646464;
}

.CopyFooter-menu > li:not(:last-child) {
  margin-bottom: .5rem;
}

.CopyFooter-menu > li > a {
  color: inherit;
}

@media (min-width: 768px) {
  .CopyFooter-menu {
    margin: 0;
  }
  .CopyFooter-menu > li {
    display: inline-block;
  }
  .CopyFooter-menu > li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 2rem !important;
  }
  .pr-sm-5 {
    padding-right: 2rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-5 {
    padding-left: 2rem !important;
  }
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  .mr-sm-5 {
    margin-right: 2rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-5 {
    margin-left: 2rem !important;
  }
}

.search-option {
	padding: .5em;
	padding-left: 2em;
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-position: left -2em bottom -0.375ex;
}

.search-option.stop {
	background-image: url(/data/img/icons/stop.svg);
}

.search-option.document {
	background-image: url(/data/img/icons/documents.svg);
}

.search-option.image {
	background-image: url(/data/img/icons/stop.svg);
}

.search-option.vehicle {
	background-image: url(/data/img/icons/bus.svg);
}

.search-option.bus {
	background-image: url(/data/img/icons/bus.svg);
}

.search-option.trolleybus {
	background-image: url(/data/img/icons/trolleybus.svg);
}

.search-option.bus-trolleybus {
	background-image: url(/data/img/icons/bus-trolleybus.svg);
}

.search-option.trailer {
	background-image: url(/data/img/icons/trailer.svg);
}

.search-option.tram {
	background-image: url(/data/img/icons/tram.svg);
}

.search-option.tram-trailer {
	background-image: url(/data/img/icons/tram-trailer.svg);
}

.search-option.metro {
	background-image: url(/data/img/icons/metro.svg);
}

.search-option.train {
	background-image: url(/data/img/icons/train.svg);
}

.search-option.train-car {
	background-image: url(/data/img/icons/train-car.svg);
}

.search-option.steam-train {
	background-image: url(/data/img/icons/steam-train.svg);
}

.search-option.funicular {
	background-image: url(/data/img/icons/funicular.svg);
}

.search-option.rack-railway {
	background-image: url(/data/img/icons/rack-railway.svg);
}

.search-option.aerial-tramway {
	background-image: url(/data/img/icons/aerial-tramway.svg);
}

.search-option.boat {
	background-image: url(/data/img/icons/boat.svg);
}

.search-option.ship {
	background-image: url(/data/img/icons/ship.svg);
}

.search-option.nightline {
	background-image: url(/data/img/icons/nightline.svg);
}

.search-option.walking {
	background-image: url(/data/img/icons/walking.svg);
}

#map,
#map-object,
#btn-fullscreen,
#btn-fullscreen-close {
	display: none;
}

#map.crosshair canvas:hover {
	cursor: crosshair !important;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ee1900;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -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;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media print {
	.btn,
	div#cookieNotice {
		display: none;
	}

	.Alert {
		display: none !important;
	}

	.Linka {
		-webkit-print-color-adjust: exact !important;
		color-adjust: exact !important;
	}
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 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;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  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-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .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;
  }
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.Card--contain {
  background-size: contain !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #ee1900;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #ee1900;
  border-color: #ee1900;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #ee1900;
          box-shadow: -10px 0 0 #ee1900;
}

.flatpickr-day.week.selected {
  -webkit-box-shadow: -5px 0 0 #ee1900, 5px 0 0 #ee1900;
          box-shadow: -5px 0 0 #ee1900, 5px 0 0 #ee1900;
}

.fullscreenWithMenu {
  position: fixed;
  top: 0;
  bottom: 3.75rem;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 10;
}

@media (min-width: 992px) {
  .fullscreenWithMenu {
	bottom: 0;
	min-height: 100vh;
	height: 100vh;
  }
}

iframe.fullscreen {
  border: 0;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-left: .8125rem;
  padding-right: .8125rem;
}

iframe.fullscreen-override {
  position: absolute;
}

::selection {
	background-color: #ee1900;
	color: #fff;
}