/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
  /* line 13, ../../../../../bower_components/bootstrap/scss/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 24, ../../../../../bower_components/bootstrap/scss/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 34, ../../../../../bower_components/bootstrap/scss/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 49, ../../../../../bower_components/bootstrap/scss/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 52, ../../../../../bower_components/bootstrap/scss/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 63, ../../../../../bower_components/bootstrap/scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 67, ../../../../../bower_components/bootstrap/scss/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 72, ../../../../../bower_components/bootstrap/scss/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 79, ../../../../../bower_components/bootstrap/scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 87, ../../../../../bower_components/bootstrap/scss/_print.scss */
  .navbar {
    display: none;
  }

  /* line 90, ../../../../../bower_components/bootstrap/scss/_print.scss */
  .badge {
    border: 1px solid #000;
  }

  /* line 94, ../../../../../bower_components/bootstrap/scss/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 97, ../../../../../bower_components/bootstrap/scss/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 103, ../../../../../bower_components/bootstrap/scss/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 21, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
html {
  box-sizing: border-box;
  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: transparent;
}

/* line 31, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
/* line 43, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 52, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

/* line 67, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
[tabindex="-1"]:focus {
  outline: none !important;
}

/* line 77, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 101, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 113, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 121, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 127, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 134, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 141, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
dt {
  font-weight: bold;
}

/* line 145, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 150, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 154, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
dfn {
  font-style: italic;
}

/* line 158, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 163, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
small {
  font-size: 80%;
}

/* line 172, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 180, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 181, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
sup {
  top: -.5em;
}

/* line 188, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 206, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
/* line 215, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 225, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 233, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 247, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 257, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 262, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 277, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/* line 294, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 298, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

/* line 306, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
th {
  text-align: left;
}

/* line 316, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 326, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 331, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 342, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 347, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 355, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 363, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 371, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 378, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 390, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 396, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 411, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
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;
}

/* line 423, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 428, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 433, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 446, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 456, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 465, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
output {
  display: inline-block;
}

/* line 469, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
summary {
  display: list-item;
}

/* line 473, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
template {
  display: none;
}

/* line 479, ../../../../../bower_components/bootstrap/scss/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 5, ../../../../../bower_components/bootstrap/scss/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 14, ../../../../../bower_components/bootstrap/scss/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 15, ../../../../../bower_components/bootstrap/scss/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 16, ../../../../../bower_components/bootstrap/scss/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 17, ../../../../../bower_components/bootstrap/scss/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 18, ../../../../../bower_components/bootstrap/scss/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 19, ../../../../../bower_components/bootstrap/scss/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 21, ../../../../../bower_components/bootstrap/scss/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 27, ../../../../../bower_components/bootstrap/scss/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 32, ../../../../../bower_components/bootstrap/scss/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 37, ../../../../../bower_components/bootstrap/scss/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 42, ../../../../../bower_components/bootstrap/scss/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 53, ../../../../../bower_components/bootstrap/scss/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 65, ../../../../../bower_components/bootstrap/scss/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: normal;
}

/* line 71, ../../../../../bower_components/bootstrap/scss/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 82, ../../../../../bower_components/bootstrap/scss/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 87, ../../../../../bower_components/bootstrap/scss/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 90, ../../../../../bower_components/bootstrap/scss/_type.scss */
.list-inline-item {
  display: inline-block;
}
/* line 93, ../../../../../bower_components/bootstrap/scss/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

/* line 104, ../../../../../bower_components/bootstrap/scss/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 110, ../../../../../bower_components/bootstrap/scss/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 115, ../../../../../bower_components/bootstrap/scss/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
/* line 120, ../../../../../bower_components/bootstrap/scss/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 8, ../../../../../bower_components/bootstrap/scss/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../../../../../bower_components/bootstrap/scss/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

/* line 30, ../../../../../bower_components/bootstrap/scss/_images.scss */
.figure {
  display: inline-block;
}

/* line 35, ../../../../../bower_components/bootstrap/scss/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 40, ../../../../../bower_components/bootstrap/scss/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #868e96;
}

/* line 2, ../../../../../bower_components/bootstrap/scss/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/_code.scss */
code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}
/* line 18, ../../../../../bower_components/bootstrap/scss/_code.scss */
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

/* line 26, ../../../../../bower_components/bootstrap/scss/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
/* line 34, ../../../../../bower_components/bootstrap/scss/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

/* line 43, ../../../../../bower_components/bootstrap/scss/_code.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}
/* line 51, ../../../../../bower_components/bootstrap/scss/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

/* line 61, ../../../../../bower_components/bootstrap/scss/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, ../../../../../bower_components/bootstrap/scss/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 14px;
  padding-left: 14px;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 6, ../../../../../bower_components/bootstrap/scss/_grid.scss */
  .container {
    max-width: 752px;
  }
}
@media (min-width: 992px) {
  /* line 6, ../../../../../bower_components/bootstrap/scss/_grid.scss */
  .container {
    max-width: 972px;
  }
}
@media (min-width: 1200px) {
  /* line 6, ../../../../../bower_components/bootstrap/scss/_grid.scss */
  .container {
    max-width: 1172px;
  }
}
@media (min-width: 2100px) {
  /* line 6, ../../../../../bower_components/bootstrap/scss/_grid.scss */
  .container {
    max-width: 1472px;
  }
}

/* line 18, ../../../../../bower_components/bootstrap/scss/_grid.scss */
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 14px;
  padding-left: 14px;
  width: 100%;
}

/* line 29, ../../../../../bower_components/bootstrap/scss/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px;
}

/* line 35, ../../../../../bower_components/bootstrap/scss/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* line 39, ../../../../../bower_components/bootstrap/scss/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.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: 14px;
  padding-left: 14px;
}

/* line 32, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 37, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

@media (min-width: 768px) {
  /* line 32, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  /* line 32, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  /* line 32, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 2100px) {
  /* line 32, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 44, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }

  /* line 50, ../../../../../bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
}
/* line 5, ../../../../../bower_components/bootstrap/scss/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
/* line 11, ../../../../../bower_components/bootstrap/scss/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}
/* line 18, ../../../../../bower_components/bootstrap/scss/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}
/* line 27, ../../../../../bower_components/bootstrap/scss/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 38, ../../../../../bower_components/bootstrap/scss/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 49, ../../../../../bower_components/bootstrap/scss/_tables.scss */
.table-bordered {
  border: 1px solid #e9ecef;
}
/* line 52, ../../../../../bower_components/bootstrap/scss/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}
/* line 58, ../../../../../bower_components/bootstrap/scss/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 71, ../../../../../bower_components/bootstrap/scss/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, ../../../../../bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, ../../../../../bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

/* line 7, ../../../../../bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, ../../../../../bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, ../../../../../bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, ../../../../../bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, ../../../../../bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, ../../../../../bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, ../../../../../bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 107, ../../../../../bower_components/bootstrap/scss/_tables.scss */
.thead-inverse th {
  color: #fff;
  background-color: #212529;
}

/* line 114, ../../../../../bower_components/bootstrap/scss/_tables.scss */
.thead-default th {
  color: #495057;
  background-color: #e9ecef;
}

/* line 120, ../../../../../bower_components/bootstrap/scss/_tables.scss */
.table-inverse {
  color: #fff;
  background-color: #212529;
}
/* line 124, ../../../../../bower_components/bootstrap/scss/_tables.scss */
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #32383e;
}
/* line 130, ../../../../../bower_components/bootstrap/scss/_tables.scss */
.table-inverse.table-bordered {
  border: 0;
}
/* line 135, ../../../../../bower_components/bootstrap/scss/_tables.scss */
.table-inverse.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.table-inverse.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 1199px) {
  /* line 156, ../../../../../bower_components/bootstrap/scss/_tables.scss */
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 164, ../../../../../bower_components/bootstrap/scss/_tables.scss */
  .table-responsive.table-bordered {
    border: 0;
  }
}

/* line 7, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 35, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 14, ../../../../../bower_components/bootstrap/scss/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
}
/* line 44, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
/* line 55, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 64, ../../../../../bower_components/bootstrap/scss/_forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
/* line 68, ../../../../../bower_components/bootstrap/scss/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 80, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
}

/* line 92, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

/* line 98, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 1.25rem;
}

/* line 104, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

/* line 117, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

/* line 130, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-control-plaintext {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
/* line 138, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 154, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 162, ../../../../../bower_components/bootstrap/scss/_forms.scss */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

/* line 167, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 175, ../../../../../bower_components/bootstrap/scss/_forms.scss */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px);
}

/* line 186, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 190, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 200, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
/* line 206, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 218, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
/* line 224, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-check.disabled .form-check-label {
  color: #868e96;
}

/* line 230, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

/* line 235, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
/* line 240, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-check-input:only-child {
  position: static;
}

/* line 246, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-check-inline {
  display: inline-block;
}
/* line 249, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-check-inline .form-check-label {
  vertical-align: middle;
}
/* line 253, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

/* line 266, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

/* line 273, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

/* line 28, ../../../../../bower_components/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
/* line 32, ../../../../../bower_components/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
/* line 36, ../../../../../bower_components/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip, .was-validated
.custom-select:valid ~ .invalid-feedback,
.was-validated
.custom-select:valid ~ .invalid-tooltip,
.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-tooltip {
  display: block;
}

/* line 48, ../../../../../bower_components/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745;
}

/* line 58, ../../../../../bower_components/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}
/* line 61, ../../../../../bower_components/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745;
}

/* line 71, ../../../../../bower_components/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745;
}
/* line 74, ../../../../../bower_components/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}
/* line 76, ../../../../../bower_components/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 28, ../../../../../bower_components/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
/* line 32, ../../../../../bower_components/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* line 36, ../../../../../bower_components/bootstrap/scss/mixins/_forms.scss */
.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;
}

/* line 48, ../../../../../bower_components/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545;
}

/* line 58, ../../../../../bower_components/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}
/* line 61, ../../../../../bower_components/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

/* line 71, ../../../../../bower_components/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545;
}
/* line 74, ../../../../../bower_components/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}
/* line 76, ../../../../../bower_components/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 300, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
/* line 308, ../../../../../bower_components/bootstrap/scss/_forms.scss */
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 314, ../../../../../bower_components/bootstrap/scss/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 322, ../../../../../bower_components/bootstrap/scss/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 331, ../../../../../bower_components/bootstrap/scss/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 338, ../../../../../bower_components/bootstrap/scss/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 342, ../../../../../bower_components/bootstrap/scss/_forms.scss */
  .form-inline .input-group {
    width: auto;
  }
  /* line 346, ../../../../../bower_components/bootstrap/scss/_forms.scss */
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 353, ../../../../../bower_components/bootstrap/scss/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 361, ../../../../../bower_components/bootstrap/scss/_forms.scss */
  .form-inline .form-check-label {
    padding-left: 0;
  }
  /* line 364, ../../../../../bower_components/bootstrap/scss/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 372, ../../../../../bower_components/bootstrap/scss/_forms.scss */
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  /* line 378, ../../../../../bower_components/bootstrap/scss/_forms.scss */
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  /* line 386, ../../../../../bower_components/bootstrap/scss/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 7, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.btn:focus, .btn:hover {
  text-decoration: none;
}
/* line 22, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}
/* line 29, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: .65;
}
/* line 35, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn:active, .btn.active {
  background-image: none;
}

/* line 43, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 54, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
/* line 18, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
/* line 29, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}
/* line 35, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: #0069d9;
  background-image: none;
  border-color: #0062cc;
}

/* line 54, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
/* line 18, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
/* line 29, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}
/* line 35, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  background-color: #727b84;
  background-image: none;
  border-color: #6c757d;
}

/* line 54, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
/* line 18, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
/* line 29, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}
/* line 35, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34;
}

/* line 54, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
/* line 18, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
/* line 29, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 35, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b;
}

/* line 54, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}
/* line 18, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
/* line 29, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 35, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00;
}

/* line 54, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
/* line 18, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
/* line 29, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 35, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130;
}

/* line 54, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
/* line 18, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
/* line 29, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 35, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  background-color: #e2e6ea;
  background-image: none;
  border-color: #dae0e5;
}

/* line 54, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
/* line 18, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
/* line 29, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}
/* line 35, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  background-color: #23272b;
  background-image: none;
  border-color: #1d2124;
}

/* line 60, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 57, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
/* line 62, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
/* line 68, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 60, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
/* line 57, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
/* line 62, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}
/* line 68, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

/* line 60, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 57, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
/* line 62, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
/* line 68, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 60, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 57, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
/* line 62, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
/* line 68, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 60, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 57, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
/* line 62, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
/* line 68, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 60, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 57, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
/* line 62, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
/* line 68, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 60, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 57, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
/* line 62, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
/* line 68, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:active, .btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 60, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 57, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
/* line 62, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
/* line 68, ../../../../../bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:active, .btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 71, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-link {
  font-weight: normal;
  color: #007bff;
  border-radius: 0;
}
/* line 76, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
/* line 83, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
  box-shadow: none;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-link:hover {
  border-color: transparent;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-link:focus, .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
}
/* line 97, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-link:disabled {
  color: #868e96;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

/* line 111, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 115, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 124, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 130, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 138, ../../../../../bower_components/bootstrap/scss/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 1, ../../../../../bower_components/bootstrap/scss/_transitions.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
/* line 5, ../../../../../bower_components/bootstrap/scss/_transitions.scss */
.fade.show {
  opacity: 1;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/_transitions.scss */
.collapse {
  display: none;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/_transitions.scss */
.collapse.show {
  display: block;
}

/* line 18, ../../../../../bower_components/bootstrap/scss/_transitions.scss */
tr.collapse.show {
  display: table-row;
}

/* line 24, ../../../../../bower_components/bootstrap/scss/_transitions.scss */
tbody.collapse.show {
  display: table-row-group;
}

/* line 29, ../../../../../bower_components/bootstrap/scss/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* line 2, ../../../../../bower_components/bootstrap/scss/_dropdown.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 9, ../../../../../bower_components/bootstrap/scss/_dropdown.scss */
.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-left: 0.3em solid transparent;
}
/* line 21, ../../../../../bower_components/bootstrap/scss/_dropdown.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 29, ../../../../../bower_components/bootstrap/scss/_dropdown.scss */
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
/* line 35, ../../../../../bower_components/bootstrap/scss/_dropdown.scss */
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

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

/* line 65, ../../../../../bower_components/bootstrap/scss/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 72, ../../../../../bower_components/bootstrap/scss/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 90, ../../../../../bower_components/bootstrap/scss/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
/* line 97, ../../../../../bower_components/bootstrap/scss/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

/* line 111, ../../../../../bower_components/bootstrap/scss/_dropdown.scss */
.show > a {
  outline: 0;
}

/* line 116, ../../../../../bower_components/bootstrap/scss/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 121, ../../../../../bower_components/bootstrap/scss/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
/* line 10, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
  margin-bottom: 0;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}
/* line 20, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
/* line 28, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 37, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 42, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 47, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 52, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 55, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 60, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 66, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 69, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 73, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 78, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 95, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
/* line 99, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 104, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 109, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 131, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
/* line 137, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
/* line 142, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 152, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 155, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 158, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 162, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 166, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 171, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 191, ../../../../../bower_components/bootstrap/scss/_button-group.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 5, ../../../../../bower_components/bootstrap/scss/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  width: 100%;
}
/* line 10, ../../../../../bower_components/bootstrap/scss/_input-group.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
/* line 54, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

/* line 28, ../../../../../bower_components/bootstrap/scss/_input-group.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center;
}
/* line 35, ../../../../../bower_components/bootstrap/scss/_input-group.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 40, ../../../../../bower_components/bootstrap/scss/_input-group.scss */
.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

/* line 68, ../../../../../bower_components/bootstrap/scss/_input-group.scss */
.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
/* line 81, ../../../../../bower_components/bootstrap/scss/_input-group.scss */
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
/* line 87, ../../../../../bower_components/bootstrap/scss/_input-group.scss */
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
/* line 95, ../../../../../bower_components/bootstrap/scss/_input-group.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 107, ../../../../../bower_components/bootstrap/scss/_input-group.scss */
.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 116, ../../../../../bower_components/bootstrap/scss/_input-group.scss */
.input-group-addon:not(:last-child) {
  border-right: 0;
}

/* line 119, ../../../../../bower_components/bootstrap/scss/_input-group.scss */
.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, ../../../../../bower_components/bootstrap/scss/_input-group.scss */
.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

/* line 136, ../../../../../bower_components/bootstrap/scss/_input-group.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 145, ../../../../../bower_components/bootstrap/scss/_input-group.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 148, ../../../../../bower_components/bootstrap/scss/_input-group.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 54, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}
/* line 160, ../../../../../bower_components/bootstrap/scss/_input-group.scss */
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
/* line 166, ../../../../../bower_components/bootstrap/scss/_input-group.scss */
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
/* line 54, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

/* line 20, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* line 25, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}
/* line 31, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
}
/* line 36, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}
/* line 43, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}
/* line 47, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

/* line 57, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 78, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}
/* line 82, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  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");
}
/* line 86, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff;
  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");
}

/* line 98, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}
/* line 102, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  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");
}

/* line 113, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}
/* line 117, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
/* line 120, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

/* line 133, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  appearance: none;
}
/* line 151, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: none;
}
/* line 156, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
/* line 167, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}
/* line 173, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 178, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 190, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
}

/* line 198, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0;
}

/* line 210, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
/* line 228, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}
/* line 233, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}
/* line 250, ../../../../../bower_components/bootstrap/scss/_custom-forms.scss */
.custom-file-control:lang(en)::before {
  content: "Browse";
}

/* line 6, ../../../../../bower_components/bootstrap/scss/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../../../../../bower_components/bootstrap/scss/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/_nav.scss */
.nav-link.disabled {
  color: #868e96;
}

/* line 32, ../../../../../bower_components/bootstrap/scss/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 35, ../../../../../bower_components/bootstrap/scss/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
/* line 39, ../../../../../bower_components/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}
/* line 47, ../../../../../bower_components/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}
/* line 54, ../../../../../bower_components/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}
/* line 61, ../../../../../bower_components/bootstrap/scss/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, ../../../../../bower_components/bootstrap/scss/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
/* line 78, ../../../../../bower_components/bootstrap/scss/_nav.scss */
.nav-pills .nav-link.active, .show > .nav-pills .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 92, ../../../../../bower_components/bootstrap/scss/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 99, ../../../../../bower_components/bootstrap/scss/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 112, ../../../../../bower_components/bootstrap/scss/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 115, ../../../../../bower_components/bootstrap/scss/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
/* line 28, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 42, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 61, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 68, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
/* line 73, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  align-items: center;
}

/* line 107, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

/* line 122, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 767px) {
  /* line 141, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 139, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 153, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 156, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 165, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 172, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 178, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }
  /* line 183, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 141, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 139, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-md {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 153, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 156, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 165, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 172, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 178, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  /* line 183, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  /* line 141, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 139, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 153, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 156, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 165, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 172, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 178, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  /* line 183, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 2099px) {
  /* line 141, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 2100px) {
  /* line 139, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 153, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 156, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 165, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 172, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 178, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }
  /* line 183, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
/* line 139, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-expand {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
/* line 141, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
/* line 153, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}
/* line 156, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
/* line 160, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
/* line 165, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
/* line 172, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
/* line 178, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
}
/* line 183, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 198, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
/* line 207, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
/* line 214, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
/* line 219, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
/* line 227, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 232, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 236, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 243, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-brand {
  color: white;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: white;
}
/* line 252, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
/* line 259, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
/* line 264, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white;
}
/* line 272, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 277, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 281, ../../../../../bower_components/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 5, ../../../../../bower_components/bootstrap/scss/_card.scss */
.card {
  position: relative;
  display: flex;
  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;
}

/* line 17, ../../../../../bower_components/bootstrap/scss/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 24, ../../../../../bower_components/bootstrap/scss/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 28, ../../../../../bower_components/bootstrap/scss/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 33, ../../../../../bower_components/bootstrap/scss/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}
/* line 42, ../../../../../bower_components/bootstrap/scss/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 49, ../../../../../bower_components/bootstrap/scss/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 55, ../../../../../bower_components/bootstrap/scss/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 66, ../../../../../bower_components/bootstrap/scss/_card.scss */
.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);
}
/* line 72, ../../../../../bower_components/bootstrap/scss/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 77, ../../../../../bower_components/bootstrap/scss/_card.scss */
.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);
}
/* line 82, ../../../../../bower_components/bootstrap/scss/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 92, ../../../../../bower_components/bootstrap/scss/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 99, ../../../../../bower_components/bootstrap/scss/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 105, ../../../../../bower_components/bootstrap/scss/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 114, ../../../../../bower_components/bootstrap/scss/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 120, ../../../../../bower_components/bootstrap/scss/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 125, ../../../../../bower_components/bootstrap/scss/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 768px) {
  /* line 134, ../../../../../bower_components/bootstrap/scss/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -14px;
    margin-left: -14px;
  }
  /* line 140, ../../../../../bower_components/bootstrap/scss/_card.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 14px;
    margin-left: 14px;
  }
}
@media (min-width: 768px) {
  /* line 156, ../../../../../bower_components/bootstrap/scss/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 160, ../../../../../bower_components/bootstrap/scss/_card.scss */
  .card-group .card {
    flex: 1 0 0%;
  }
  /* line 163, ../../../../../bower_components/bootstrap/scss/_card.scss */
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 170, ../../../../../bower_components/bootstrap/scss/_card.scss */
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 173, ../../../../../bower_components/bootstrap/scss/_card.scss */
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  /* line 176, ../../../../../bower_components/bootstrap/scss/_card.scss */
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  /* line 180, ../../../../../bower_components/bootstrap/scss/_card.scss */
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 183, ../../../../../bower_components/bootstrap/scss/_card.scss */
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  /* line 186, ../../../../../bower_components/bootstrap/scss/_card.scss */
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  /* line 191, ../../../../../bower_components/bootstrap/scss/_card.scss */
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  /* line 194, ../../../../../bower_components/bootstrap/scss/_card.scss */
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
/* line 210, ../../../../../bower_components/bootstrap/scss/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  /* line 209, ../../../../../bower_components/bootstrap/scss/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  /* line 218, ../../../../../bower_components/bootstrap/scss/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 1, ../../../../../bower_components/bootstrap/scss/_breadcrumb.scss */
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
/* line 2, ../../../../../bower_components/bootstrap/scss/mixins/_clearfix.scss */
.breadcrumb::after {
  display: block;
  clear: both;
  content: "";
}

/* line 10, ../../../../../bower_components/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item {
  float: left;
}
/* line 14, ../../../../../bower_components/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}
/* line 28, ../../../../../bower_components/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
/* line 31, ../../../../../bower_components/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
/* line 35, ../../../../../bower_components/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #868e96;
}

/* line 1, ../../../../../bower_components/bootstrap/scss/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 11, ../../../../../bower_components/bootstrap/scss/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 17, ../../../../../bower_components/bootstrap/scss/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
/* line 22, ../../../../../bower_components/bootstrap/scss/_pagination.scss */
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 29, ../../../../../bower_components/bootstrap/scss/_pagination.scss */
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

/* line 37, ../../../../../bower_components/bootstrap/scss/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.page-link:focus, .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
/* line 17, ../../../../../bower_components/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
/* line 12, ../../../../../bower_components/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
/* line 17, ../../../../../bower_components/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, ../../../../../bower_components/bootstrap/scss/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
/* line 19, ../../../../../bower_components/bootstrap/scss/_badge.scss */
.badge:empty {
  display: none;
}

/* line 25, ../../../../../bower_components/bootstrap/scss/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 34, ../../../../../bower_components/bootstrap/scss/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 45, ../../../../../bower_components/bootstrap/scss/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

/* line 45, ../../../../../bower_components/bootstrap/scss/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #868e96;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

/* line 45, ../../../../../bower_components/bootstrap/scss/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 45, ../../../../../bower_components/bootstrap/scss/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 45, ../../../../../bower_components/bootstrap/scss/_badge.scss */
.badge-warning {
  color: #111;
  background-color: #ffc107;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 45, ../../../../../bower_components/bootstrap/scss/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 45, ../../../../../bower_components/bootstrap/scss/_badge.scss */
.badge-light {
  color: #111;
  background-color: #f8f9fa;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 45, ../../../../../bower_components/bootstrap/scss/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 1, ../../../../../bower_components/bootstrap/scss/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 768px) {
  /* line 1, ../../../../../bower_components/bootstrap/scss/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 12, ../../../../../bower_components/bootstrap/scss/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, ../../../../../bower_components/bootstrap/scss/_alert.scss */
.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 19, ../../../../../bower_components/bootstrap/scss/_alert.scss */
.alert-link {
  font-weight: bold;
}

/* line 30, ../../../../../bower_components/bootstrap/scss/_alert.scss */
.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 45, ../../../../../bower_components/bootstrap/scss/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
/* line 6, ../../../../../bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}
/* line 10, ../../../../../bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 45, ../../../../../bower_components/bootstrap/scss/_alert.scss */
.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}
/* line 6, ../../../../../bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #cfd2d6;
}
/* line 10, ../../../../../bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #2e3133;
}

/* line 45, ../../../../../bower_components/bootstrap/scss/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
/* line 6, ../../../../../bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}
/* line 10, ../../../../../bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 45, ../../../../../bower_components/bootstrap/scss/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
/* line 6, ../../../../../bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}
/* line 10, ../../../../../bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 45, ../../../../../bower_components/bootstrap/scss/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
/* line 6, ../../../../../bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}
/* line 10, ../../../../../bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 45, ../../../../../bower_components/bootstrap/scss/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
/* line 6, ../../../../../bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}
/* line 10, ../../../../../bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 45, ../../../../../bower_components/bootstrap/scss/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
/* line 6, ../../../../../bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}
/* line 10, ../../../../../bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 45, ../../../../../bower_components/bootstrap/scss/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
/* line 6, ../../../../../bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}
/* line 10, ../../../../../bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 6, ../../../../../bower_components/bootstrap/scss/_progress.scss */
.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 17, ../../../../../bower_components/bootstrap/scss/_progress.scss */
.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #007bff;
  transition: width 0.6s ease;
}

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

/* line 30, ../../../../../bower_components/bootstrap/scss/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 1, ../../../../../bower_components/bootstrap/scss/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, ../../../../../bower_components/bootstrap/scss/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, ../../../../../bower_components/bootstrap/scss/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, ../../../../../bower_components/bootstrap/scss/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 32, ../../../../../bower_components/bootstrap/scss/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 43, ../../../../../bower_components/bootstrap/scss/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 52, ../../../../../bower_components/bootstrap/scss/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 56, ../../../../../bower_components/bootstrap/scss/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}
/* line 65, ../../../../../bower_components/bootstrap/scss/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}
/* line 72, ../../../../../bower_components/bootstrap/scss/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 87, ../../../../../bower_components/bootstrap/scss/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
/* line 94, ../../../../../bower_components/bootstrap/scss/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
/* line 100, ../../../../../bower_components/bootstrap/scss/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}
/* line 19, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}
/* line 19, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}
/* line 19, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}
/* line 19, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}
/* line 19, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
/* line 19, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}
/* line 19, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
/* line 19, ../../../../../bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, ../../../../../bower_components/bootstrap/scss/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 23, ../../../../../bower_components/bootstrap/scss/_close.scss */
button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 8, ../../../../../bower_components/bootstrap/scss/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
/* line 30, ../../../../../bower_components/bootstrap/scss/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
/* line 34, ../../../../../bower_components/bootstrap/scss/_modal.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 36, ../../../../../bower_components/bootstrap/scss/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 42, ../../../../../bower_components/bootstrap/scss/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 49, ../../../../../bower_components/bootstrap/scss/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 63, ../../../../../bower_components/bootstrap/scss/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../../../../../bower_components/bootstrap/scss/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}
/* line 74, ../../../../../bower_components/bootstrap/scss/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 79, ../../../../../bower_components/bootstrap/scss/_modal.scss */
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}

/* line 88, ../../../../../bower_components/bootstrap/scss/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 95, ../../../../../bower_components/bootstrap/scss/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

/* line 104, ../../../../../bower_components/bootstrap/scss/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
/* line 112, ../../../../../bower_components/bootstrap/scss/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
/* line 113, ../../../../../bower_components/bootstrap/scss/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 117, ../../../../../bower_components/bootstrap/scss/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 128, ../../../../../bower_components/bootstrap/scss/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

  /* line 137, ../../../../../bower_components/bootstrap/scss/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  /* line 141, ../../../../../bower_components/bootstrap/scss/_modal.scss */
  .modal-lg {
    max-width: 800px;
  }
}
/* line 2, ../../../../../bower_components/bootstrap/scss/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
/* line 15, ../../../../../bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}
/* line 17, ../../../../../bower_components/bootstrap/scss/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}
/* line 24, ../../../../../bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0;
}
/* line 26, ../../../../../bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
/* line 30, ../../../../../bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 37, ../../../../../bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px;
}
/* line 39, ../../../../../bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
}
/* line 43, ../../../../../bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 50, ../../../../../bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0;
}
/* line 52, ../../../../../bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
/* line 56, ../../../../../bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 63, ../../../../../bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px;
}
/* line 65, ../../../../../bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
}
/* line 69, ../../../../../bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 92, ../../../../../bower_components/bootstrap/scss/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

/* line 100, ../../../../../bower_components/bootstrap/scss/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
/* line 25, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 5px;
}
/* line 32, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}
/* line 40, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover .arrow::before {
  content: "";
  border-width: 11px;
}
/* line 44, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover .arrow::after {
  content: "";
  border-width: 11px;
}
/* line 51, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 10px;
}
/* line 54, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
/* line 58, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}
/* line 63, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -11px;
  margin-left: -6px;
  border-top-color: rgba(0, 0, 0, 0.25);
}
/* line 69, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: -10px;
  margin-left: -6px;
  border-top-color: #fff;
}
/* line 76, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 10px;
}
/* line 79, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}
/* line 83, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -8px;
  border-left-width: 0;
}
/* line 89, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 94, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: -10px;
  border-right-color: #fff;
}
/* line 100, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 10px;
}
/* line 103, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
/* line 107, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -7px;
  border-top-width: 0;
}
/* line 113, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
/* line 118, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: -10px;
  border-bottom-color: #fff;
}
/* line 124, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
/* line 136, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 10px;
}
/* line 139, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}
/* line 143, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -8px;
  border-right-width: 0;
}
/* line 149, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 154, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: -10px;
  border-left-color: #fff;
}

/* line 177, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
/* line 187, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 192, ../../../../../bower_components/bootstrap/scss/_popover.scss */
.popover-body {
  padding: 9px 14px;
  color: #212529;
}

/* line 2, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel {
  position: relative;
}

/* line 6, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

/* line 22, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 28, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 35, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  /* line 35, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

/* line 44, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  /* line 44, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

/* line 53, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  /* line 53, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 67, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 91, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 94, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 99, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 107, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 110, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 120, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
/* line 134, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 145, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 154, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 165, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 175, ../../../../../bower_components/bootstrap/scss/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 1, ../../../../../bower_components/bootstrap/scss/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 2, ../../../../../bower_components/bootstrap/scss/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 3, ../../../../../bower_components/bootstrap/scss/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 5, ../../../../../bower_components/bootstrap/scss/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6, ../../../../../bower_components/bootstrap/scss/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #868e96 !important;
}

/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important;
}

/* line 5, ../../../../../bower_components/bootstrap/scss/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 6, ../../../../../bower_components/bootstrap/scss/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 5, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.border {
  border: 1px solid #e9ecef !important;
}

/* line 6, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 7, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 8, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 9, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.border-secondary {
  border-color: #868e96 !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 18, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 26, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 29, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 33, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 37, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 41, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 46, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50%;
}

/* line 50, ../../../../../bower_components/bootstrap/scss/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0;
}

/* line 2, ../../../../../bower_components/bootstrap/scss/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 9, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 16, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 768px) {
  /* line 9, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }

  /* line 16, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 9, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }

  /* line 16, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 9, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }

  /* line 16, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 2100px) {
  /* line 9, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }

  /* line 16, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
/* line 25, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
.d-print-block {
  display: none !important;
}
@media print {
  /* line 25, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
}

/* line 33, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
.d-print-inline {
  display: none !important;
}
@media print {
  /* line 33, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
}

/* line 41, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
.d-print-inline-block {
  display: none !important;
}
@media print {
  /* line 41, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 49, ../../../../../bower_components/bootstrap/scss/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 3, ../../../../../bower_components/bootstrap/scss/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}
/* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 31, ../../../../../bower_components/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 37, ../../../../../bower_components/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 43, ../../../../../bower_components/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 49, ../../../../../bower_components/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 9, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 16, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 18, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 20, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 21, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 22, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 24, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 25, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 26, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 27, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 28, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 30, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 31, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 32, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 33, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 34, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 35, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 37, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 38, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 39, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 40, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 41, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 42, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 768px) {
  /* line 9, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 16, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 18, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  /* line 20, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }

  /* line 21, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  /* line 22, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  /* line 24, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }

  /* line 25, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }

  /* line 26, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }

  /* line 27, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  /* line 28, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  /* line 30, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }

  /* line 31, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }

  /* line 32, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }

  /* line 33, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }

  /* line 34, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }

  /* line 35, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  /* line 37, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }

  /* line 38, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }

  /* line 39, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }

  /* line 40, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }

  /* line 41, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  /* line 42, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 9, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 16, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 18, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  /* line 20, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }

  /* line 21, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }

  /* line 22, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }

  /* line 24, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }

  /* line 25, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }

  /* line 26, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }

  /* line 27, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }

  /* line 28, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }

  /* line 30, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }

  /* line 31, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }

  /* line 32, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }

  /* line 33, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }

  /* line 34, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }

  /* line 35, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }

  /* line 37, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }

  /* line 38, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }

  /* line 39, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }

  /* line 40, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }

  /* line 41, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }

  /* line 42, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 9, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 16, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 18, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  /* line 20, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }

  /* line 21, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  /* line 22, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  /* line 24, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }

  /* line 25, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }

  /* line 26, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }

  /* line 27, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  /* line 28, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  /* line 30, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }

  /* line 31, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }

  /* line 32, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }

  /* line 33, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }

  /* line 34, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }

  /* line 35, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  /* line 37, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }

  /* line 38, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }

  /* line 39, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }

  /* line 40, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }

  /* line 41, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  /* line 42, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 2100px) {
  /* line 9, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 16, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 18, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  /* line 20, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }

  /* line 21, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  /* line 22, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  /* line 24, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }

  /* line 25, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }

  /* line 26, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }

  /* line 27, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  /* line 28, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  /* line 30, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }

  /* line 31, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }

  /* line 32, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }

  /* line 33, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }

  /* line 34, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }

  /* line 35, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  /* line 37, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }

  /* line 38, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }

  /* line 39, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }

  /* line 40, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }

  /* line 41, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  /* line 42, ../../../../../bower_components/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* line 5, ../../../../../bower_components/bootstrap/scss/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 6, ../../../../../bower_components/bootstrap/scss/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 7, ../../../../../bower_components/bootstrap/scss/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 768px) {
  /* line 5, ../../../../../bower_components/bootstrap/scss/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 6, ../../../../../bower_components/bootstrap/scss/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 7, ../../../../../bower_components/bootstrap/scss/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 5, ../../../../../bower_components/bootstrap/scss/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 6, ../../../../../bower_components/bootstrap/scss/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 7, ../../../../../bower_components/bootstrap/scss/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 5, ../../../../../bower_components/bootstrap/scss/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 6, ../../../../../bower_components/bootstrap/scss/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 7, ../../../../../bower_components/bootstrap/scss/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 2100px) {
  /* line 5, ../../../../../bower_components/bootstrap/scss/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 6, ../../../../../bower_components/bootstrap/scss/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 7, ../../../../../bower_components/bootstrap/scss/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* line 3, ../../../../../bower_components/bootstrap/scss/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../../../../../bower_components/bootstrap/scss/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

/* line 25, ../../../../../bower_components/bootstrap/scss/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

/* line 5, ../../../../../bower_components/bootstrap/scss/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 5, ../../../../../bower_components/bootstrap/scss/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 5, ../../../../../bower_components/bootstrap/scss/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 5, ../../../../../bower_components/bootstrap/scss/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 5, ../../../../../bower_components/bootstrap/scss/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 5, ../../../../../bower_components/bootstrap/scss/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 5, ../../../../../bower_components/bootstrap/scss/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 5, ../../../../../bower_components/bootstrap/scss/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 9, ../../../../../bower_components/bootstrap/scss/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mr-0 {
  margin-right: 0 !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.ml-0 {
  margin-left: 0 !important;
}

/* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mr-1 {
  margin-right: 0.25rem !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.ml-1 {
  margin-left: 0.25rem !important;
}

/* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mr-2 {
  margin-right: 0.5rem !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.ml-2 {
  margin-left: 0.5rem !important;
}

/* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mr-3 {
  margin-right: 1rem !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.ml-3 {
  margin-left: 1rem !important;
}

/* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mr-4 {
  margin-right: 1.5rem !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.ml-4 {
  margin-left: 1.5rem !important;
}

/* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mr-5 {
  margin-right: 3rem !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.ml-5 {
  margin-left: 3rem !important;
}

/* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pr-0 {
  padding-right: 0 !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pr-1 {
  padding-right: 0.25rem !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pl-1 {
  padding-left: 0.25rem !important;
}

/* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pr-2 {
  padding-right: 0.5rem !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pl-2 {
  padding-left: 0.5rem !important;
}

/* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pr-3 {
  padding-right: 1rem !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pl-3 {
  padding-left: 1rem !important;
}

/* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pr-4 {
  padding-right: 1.5rem !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pl-4 {
  padding-left: 1.5rem !important;
}

/* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pr-5 {
  padding-right: 3rem !important;
}

/* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.pl-5 {
  padding-left: 3rem !important;
}

/* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 27, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 28, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 29, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mr-auto {
  margin-right: auto !important;
}

/* line 30, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 31, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.ml-auto {
  margin-left: auto !important;
}

/* line 32, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 36, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 768px) {
  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-0 {
    margin-right: 0 !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-0 {
    margin-left: 0 !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-0 {
    padding-right: 0 !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-0 {
    padding-left: 0 !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  /* line 27, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 28, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }

  /* line 29, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-auto {
    margin-right: auto !important;
  }

  /* line 30, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 31, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-auto {
    margin-left: auto !important;
  }

  /* line 32, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* line 36, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-0 {
    margin-right: 0 !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-0 {
    margin-left: 0 !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-3 {
    margin-right: 1rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-3 {
    margin-left: 1rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-5 {
    margin-right: 3rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-5 {
    margin-left: 3rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-0 {
    padding-right: 0 !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-0 {
    padding-left: 0 !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-3 {
    padding-right: 1rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-3 {
    padding-left: 1rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-5 {
    padding-right: 3rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-5 {
    padding-left: 3rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  /* line 27, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 28, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }

  /* line 29, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-auto {
    margin-right: auto !important;
  }

  /* line 30, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }

  /* line 31, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-auto {
    margin-left: auto !important;
  }

  /* line 32, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* line 36, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-0 {
    margin-right: 0 !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-0 {
    margin-left: 0 !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-0 {
    padding-right: 0 !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-0 {
    padding-left: 0 !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  /* line 27, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 28, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }

  /* line 29, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-auto {
    margin-right: auto !important;
  }

  /* line 30, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 31, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-auto {
    margin-left: auto !important;
  }

  /* line 32, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* line 36, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 2100px) {
  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-0 {
    margin-right: 0 !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-0 {
    margin-left: 0 !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-0 {
    padding-right: 0 !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-0 {
    padding-left: 0 !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  /* line 10, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 11, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 12, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 13, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 14, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 15, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  /* line 27, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 28, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }

  /* line 29, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-auto {
    margin-right: auto !important;
  }

  /* line 30, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 31, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-auto {
    margin-left: auto !important;
  }

  /* line 32, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* line 36, ../../../../../bower_components/bootstrap/scss/utilities/_spacing.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
/* line 7, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 8, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 9, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 17, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 18, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  /* line 17, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 18, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 17, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 18, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 17, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 18, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 2100px) {
  /* line 17, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 18, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 19, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 25, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 26, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 27, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 31, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
.font-weight-normal {
  font-weight: normal;
}

/* line 32, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
.font-weight-bold {
  font-weight: bold;
}

/* line 33, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
.font-italic {
  font-style: italic;
}

/* line 37, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
.text-secondary {
  color: #868e96 !important;
}

/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

/* line 4, ../../../../../bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 23, ../../../../../bower_components/bootstrap/scss/mixins/_hover.scss */
a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

/* line 43, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
.text-muted {
  color: #868e96 !important;
}

/* line 47, ../../../../../bower_components/bootstrap/scss/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, ../../../../../bower_components/bootstrap/scss/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 9, ../../../../../bower_components/bootstrap/scss/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

/* line 81, ../../Private/sass/app.scss */
body {
  font-family: Arial, sans-serif;
}

/* line 84, ../../Private/sass/app.scss */
h1, h2, h3, h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.033em;
  text-transform: uppercase;
  line-height: 1.2;
}

/* line 91, ../../Private/sass/app.scss */
.red {
  color: #e2002b;
}

/* line 94, ../../Private/sass/app.scss */
.redContentBox {
  color: #ffffff;
  background-color: #e2002b;
  padding: 25px 70px;
  margin: 60px 0;
}
/* line 99, ../../Private/sass/app.scss */
.redContentBox.less-padding {
  padding: 25px 30px;
  margin-top: 0;
}
/* line 103, ../../Private/sass/app.scss */
.redContentBox.no-margin {
  margin: 0;
}
/* line 106, ../../Private/sass/app.scss */
.redContentBox h2 {
  font-weight: 300;
  text-transform: none;
}
/* line 110, ../../Private/sass/app.scss */
.redContentBox ol {
  list-style-position: inside;
}
/* line 113, ../../Private/sass/app.scss */
.redContentBox ul {
  margin: 0;
}
/* line 116, ../../Private/sass/app.scss */
.redContentBox ul li {
  margin-bottom: 10px;
}
/* line 119, ../../Private/sass/app.scss */
.redContentBox ul li:last-child {
  margin-bottom: 0;
}
/* line 122, ../../Private/sass/app.scss */
.redContentBox ul li::before {
  color: #ffffff !important;
}

/* line 128, ../../Private/sass/app.scss */
a {
  color: #e2002b;
}
/* line 130, ../../Private/sass/app.scss */
a:hover, a:active, a:focus {
  color: #e2002b;
  outline: none;
}

/* line 135, ../../Private/sass/app.scss */
h2 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 20px;
  letter-spacing: 0.04em;
}
@media (min-width: 992px) {
  /* line 135, ../../Private/sass/app.scss */
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 2100px) {
  /* line 135, ../../Private/sass/app.scss */
  h2 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  /* line 135, ../../Private/sass/app.scss */
  h2 {
    margin: 0 0 20px;
  }
}
@media (min-width: 2100px) {
  /* line 135, ../../Private/sass/app.scss */
  h2 {
    font-size: 2.8125rem;
    margin: 28px 0 42px;
  }
}

/* line 148, ../../Private/sass/app.scss */
h4 {
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.4;
}

/* line 153, ../../Private/sass/app.scss */
p {
  font-size: 13px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  /* line 153, ../../Private/sass/app.scss */
  p {
    font-size: 0.9375rem;
  }
}

/* line 160, ../../Private/sass/app.scss */
em {
  font-style: normal;
}

/* line 163, ../../Private/sass/app.scss */
figcaption {
  padding-top: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 30px;
}

/* line 170, ../../Private/sass/app.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}

/* line 174, ../../Private/sass/app.scss */
.cta {
  width: 30px;
  height: 30px;
  background-color: #e2002b;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background: #e2002b url("../Images/Icos/cta_right_30px.png") no-repeat center;
  /*
  &::before{
    content: '';
    display: block;
    position: absolute;
    background-color: #FFFFFF;
    width: 20px;
    height: 4px;
    left: 3px;
    top: 11px;
  }
  &::after{
    content: '';
    display: block;
    position: absolute;
    background-color: #FFFFFF;
    width: 4px;
    height: 20px;
    right: 11px;
    top: 3px;
  }
  */
}
/* line 205, ../../Private/sass/app.scss */
.cta:hover {
  background: #e2002b url("../Images/Icos/cta_right_white_30px.png") no-repeat center;
  /*
  &::before{
    background-color: $darkerRed;
  }
  &::after{
    background-color: $darkerRed;
  }
  */
}
/* line 216, ../../Private/sass/app.scss */
.cta.large {
  width: 50px;
  height: 50px;
  border-width: 3px;
}
/* line 220, ../../Private/sass/app.scss */
.cta.large::before {
  width: 32px;
  height: 6px;
  left: 6px;
  top: 19px;
}
/* line 226, ../../Private/sass/app.scss */
.cta.large::after {
  width: 6px;
  height: 32px;
  right: 19px;
  top: 6px;
}
/* line 238, ../../Private/sass/app.scss */
.cta.merken.bookmarked::after {
  display: none;
}

/* line 245, ../../Private/sass/app.scss */
.back {
  width: 32px;
  height: 32px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/back.png") no-repeat center;
  display: block;
  background-size: cover;
}
/* line 256, ../../Private/sass/app.scss */
.back:hover {
  background-image: url("../Images/Icos/back_white.png");
  background-color: #ffffff;
}

/* line 261, ../../Private/sass/app.scss */
.prev {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  background: #e2002b url("../Images/Icos/arrow_left_30px.png") no-repeat center;
  display: block;
  background-size: cover;
}
/* line 272, ../../Private/sass/app.scss */
.prev:hover {
  background-image: url("../Images/Icos/arrow_left_white_30px.png");
  background-color: #ffffff;
}

/* line 277, ../../Private/sass/app.scss */
.prev-small {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/arrow_left_30px.png") no-repeat center;
  display: block;
}
/* line 286, ../../Private/sass/app.scss */
.prev-small:hover {
  background-image: url("../Images/Icos/arrow_left_white_30px.png");
  background-color: #ffffff;
}

/* line 291, ../../Private/sass/app.scss */
a.bookmark {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/Icon_Clipboard_rot.png") no-repeat center;
  display: inline-block;
  background-size: cover;
  margin-right: 15px;
}
/* line 302, ../../Private/sass/app.scss */
a.bookmark:hover {
  background-image: url("../Images/Icos/Icon_Clipboard_weissrot.png");
  background-color: #ffffff;
}
/* line 306, ../../Private/sass/app.scss */
a.bookmark.bookmarked {
  background-image: url("../Images/Icos/Clipboard_delete_rot.png");
  cursor: default;
}
/* line 309, ../../Private/sass/app.scss */
a.bookmark.bookmarked:hover {
  background-image: url("../Images/Icos/Clipboard_delete_weissrot.png");
  background-color: #ffffff;
}

/* line 315, ../../Private/sass/app.scss */
a.addToBasket {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/Basket_30pix_0000_red_full_30.png") no-repeat center;
  display: inline-block;
  background-size: cover;
  margin-left: 15px;
}
/* line 326, ../../Private/sass/app.scss */
a.addToBasket:hover {
  background-image: url("../Images/Icos/Basket_30pix_0001_red_inv_30.png");
  background-color: #ffffff;
}

/* line 331, ../../Private/sass/app.scss */
a.clearBasket {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/X_30pix_0000_red_full_30.png") no-repeat center;
  display: inline-block;
  background-size: cover;
}
/* line 341, ../../Private/sass/app.scss */
a.clearBasket:hover {
  background-image: url("../Images/Icos/X_30pix_0001_red_inv_30.png");
  background-color: #ffffff;
}

/* line 346, ../../Private/sass/app.scss */
.next {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  background: #e2002b url("../Images/Icos/arrow_right_30px.png") no-repeat center;
  display: block;
  background-size: cover;
}
/* line 357, ../../Private/sass/app.scss */
.next:hover {
  background-image: url("../Images/Icos/arrow_right_white_30px.png");
  background-color: #ffffff;
}

/* line 362, ../../Private/sass/app.scss */
.next-small {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/arrow_right_30px.png") no-repeat center;
  display: block;
}
/* line 371, ../../Private/sass/app.scss */
.next-small:hover {
  background-image: url("../Images/Icos/arrow_right_white_30px.png");
  background-color: #ffffff;
}

/* line 376, ../../Private/sass/app.scss */
.top {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  border: 2px solid #e2002b;
  background: #e2002b url("../Images/Icos/arrow_top_50px.png") no-repeat center;
  background-size: cover;
  display: block;
  float: right;
  margin: 70px 0 20px;
}
/* line 389, ../../Private/sass/app.scss */
.top:hover {
  background-image: url("../Images/Icos/arrow_top_white_50px.png");
  background-color: #ffffff;
}

/* line 394, ../../Private/sass/app.scss */
.download {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/download.png") no-repeat center;
  display: block;
  background-size: cover;
}
/* line 405, ../../Private/sass/app.scss */
.download:hover {
  background-image: url("../Images/Icos/download_white.png");
  background-color: #ffffff;
}

/* line 410, ../../Private/sass/app.scss */
.crosslink {
  width: 32px;
  height: 32px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/ESYLUX_CTA_30x30_Verknuepfung_negativ.svg") no-repeat center;
  display: block;
  background-size: cover;
}
/* line 421, ../../Private/sass/app.scss */
.crosslink:hover {
  background-image: url("../Images/Icos/ESYLUX_CTA_30x30_Verknuepfung_positiv.svg");
  background-color: #ffffff;
}

/* line 426, ../../Private/sass/app.scss */
.to-shop {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/Icon_Shopping_rot.png") no-repeat center;
  display: block;
  background-size: cover;
}
/* line 437, ../../Private/sass/app.scss */
.to-shop:hover {
  background-image: url("../Images/Icos/Icon_Shopping_weissrot.png");
  background-color: #ffffff;
}

/* line 442, ../../Private/sass/app.scss */
.video {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/Icon_Video_rot.png") no-repeat center;
  display: block;
  background-size: cover;
}
/* line 453, ../../Private/sass/app.scss */
.video:hover {
  background-image: url("../Images/Icos/Icon_Video_weissrot.png");
  background-color: #ffffff;
}

/* line 458, ../../Private/sass/app.scss */
.mail {
  width: 32px;
  height: 32px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/send.png") no-repeat center;
  background-size: cover;
  display: block;
}
/* line 468, ../../Private/sass/app.scss */
.mail:hover {
  background-image: url("../Images/Icos/send_white.png");
  background-color: #ffffff;
}

/* line 473, ../../Private/sass/app.scss */
.submit {
  width: 32px;
  height: 32px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/send.png") no-repeat center;
  display: block;
  background-size: cover;
}
/* line 485, ../../Private/sass/app.scss */
.submit:hover {
  background-image: url("../Images/Icos/send_white.png");
  background-color: #ffffff;
}

/* line 490, ../../Private/sass/app.scss */
.home-teaser {
  margin-bottom: 30px;
}
/* line 492, ../../Private/sass/app.scss */
.home-teaser h2 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  /* line 492, ../../Private/sass/app.scss */
  .home-teaser h2 {
    margin-bottom: 10px;
  }
}
/* line 500, ../../Private/sass/app.scss */
.home-teaser .outer-image {
  overflow: hidden;
}
/* line 508, ../../Private/sass/app.scss */
.home-teaser .outer-image .stoerer {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #ed6c06;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  padding: 10px 30px 10px 20px;
  text-transform: uppercase;
  opacity: 0;
}
/* line 519, ../../Private/sass/app.scss */
.home-teaser .outer-image .stoerer .stoerer1 {
  font-size: 2.75rem;
  font-weight: 500;
  margin-right: 15px;
}
/* line 524, ../../Private/sass/app.scss */
.home-teaser .outer-image .stoerer .stoerer2 {
  letter-spacing: 0.1em;
}
/* line 529, ../../Private/sass/app.scss */
.home-teaser .no-gutters {
  border: 1px solid #8f8f95;
}
/* line 533, ../../Private/sass/app.scss */
.home-teaser .img-fluid {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
/* line 541, ../../Private/sass/app.scss */
.home-teaser .outer-copy {
  border-top: 1px solid #8f8f95;
  position: relative;
}
@media (min-width: 992px) {
  /* line 541, ../../Private/sass/app.scss */
  .home-teaser .outer-copy {
    border-top: none;
    border-left: 1px solid #8f8f95;
  }
}
/* line 550, ../../Private/sass/app.scss */
.home-teaser .outer-copy::after, .home-teaser .outer-copy::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media (min-width: 992px) {
  /* line 550, ../../Private/sass/app.scss */
  .home-teaser .outer-copy::after, .home-teaser .outer-copy::before {
    right: 100%;
    top: 50%;
    left: auto;
    bottom: auto;
  }
}
/* line 567, ../../Private/sass/app.scss */
.home-teaser .outer-copy::after {
  border-color: transparent;
  border-bottom-color: #FFFFFF;
  border-width: 30px;
  margin-left: -30px;
}
@media (min-width: 992px) {
  /* line 567, ../../Private/sass/app.scss */
  .home-teaser .outer-copy::after {
    border-bottom-color: transparent;
    border-right-color: #FFFFFF;
    margin-left: 0;
    margin-top: -30px;
  }
}
/* line 579, ../../Private/sass/app.scss */
.home-teaser .outer-copy::before {
  border-color: transparent;
  border-bottom-color: #8f8f95;
  border-width: 31px;
  margin-left: -31px;
}
@media (min-width: 992px) {
  /* line 579, ../../Private/sass/app.scss */
  .home-teaser .outer-copy::before {
    border-bottom-color: transparent;
    border-right-color: #8f8f95;
    margin-left: 0;
    margin-top: -31px;
  }
}
/* line 591, ../../Private/sass/app.scss */
.home-teaser .outer-copy .inner-copy {
  padding: 30px 30px 45px;
}
@media (min-width: 992px) {
  /* line 591, ../../Private/sass/app.scss */
  .home-teaser .outer-copy .inner-copy {
    padding-bottom: 30px;
  }
}
/* line 598, ../../Private/sass/app.scss */
.home-teaser .outer-copy .inner-copy .cta {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
/* line 603, ../../Private/sass/app.scss */
.home-teaser .outer-copy .inner-copy ol {
  padding-left: 20px;
}
@media (min-width: 992px) {
  /* line 607, ../../Private/sass/app.scss */
  .home-teaser .outer-copy.order-md-1 {
    border-left: none;
    border-right: 1px solid #8f8f95;
  }
}
@media (min-width: 992px) {
  /* line 612, ../../Private/sass/app.scss */
  .home-teaser .outer-copy.order-md-1::after, .home-teaser .outer-copy.order-md-1::before {
    right: auto;
    left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 618, ../../Private/sass/app.scss */
  .home-teaser .outer-copy.order-md-1::after {
    border-right-color: transparent;
    border-left-color: #FFFFFF;
    z-index: 5;
  }
}
@media (min-width: 992px) {
  /* line 625, ../../Private/sass/app.scss */
  .home-teaser .outer-copy.order-md-1::before {
    border-right-color: transparent;
    border-left-color: #8f8f95;
    z-index: 5;
  }
}
/* line 636, ../../Private/sass/app.scss */
.home-teaser:hover img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (min-width: 992px) {
  /* line 644, ../../Private/sass/app.scss */
  .home-teaser.autoHeight .outer-image, .home-teaser.autoHeight .outer-copy {
    height: 300px !important;
  }
  /* line 647, ../../Private/sass/app.scss */
  .home-teaser.autoHeight .outer-image img.img-fluid, .home-teaser.autoHeight .outer-copy img.img-fluid {
    height: 100%;
    max-width: none;
    width: auto;
    margin-left: -48px;
  }
}

/* line 659, ../../Private/sass/app.scss */
.col-md-4 .home-teaser .outer-copy, .col-md-3 .home-teaser .outer-copy, .col-md-6 .home-teaser .outer-copy {
  border-left: none;
  border-top: 1px solid #8f8f95;
}
/* line 662, ../../Private/sass/app.scss */
.col-md-4 .home-teaser .outer-copy::after, .col-md-4 .home-teaser .outer-copy::before, .col-md-3 .home-teaser .outer-copy::after, .col-md-3 .home-teaser .outer-copy::before, .col-md-6 .home-teaser .outer-copy::after, .col-md-6 .home-teaser .outer-copy::before {
  top: auto;
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 673, ../../Private/sass/app.scss */
.col-md-4 .home-teaser .outer-copy::before, .col-md-3 .home-teaser .outer-copy::before, .col-md-6 .home-teaser .outer-copy::before {
  border-color: transparent;
  border-bottom-color: #8f8f95;
  border-width: 31px;
  margin-left: -31px;
}
/* line 679, ../../Private/sass/app.scss */
.col-md-4 .home-teaser .outer-copy::after, .col-md-3 .home-teaser .outer-copy::after, .col-md-6 .home-teaser .outer-copy::after {
  border-color: transparent;
  border-bottom-color: #ffffff;
  border-width: 30px;
  margin-left: -30px;
}
/* line 686, ../../Private/sass/app.scss */
.col-md-4 .home-teaser .outer-copy .inner-copy, .col-md-3 .home-teaser .outer-copy .inner-copy, .col-md-6 .home-teaser .outer-copy .inner-copy {
  height: 371px;
}
@media (min-width: 992px) {
  /* line 691, ../../Private/sass/app.scss */
  .col-md-4 .home-teaser.img-bottom .outer-copy, .col-md-3 .home-teaser.img-bottom .outer-copy, .col-md-6 .home-teaser.img-bottom .outer-copy {
    border-top: none;
    border-bottom: 1px solid #8f8f95;
    border-right: none;
  }
}
@media (min-width: 992px) {
  /* line 698, ../../Private/sass/app.scss */
  .col-md-4 .home-teaser.img-bottom .outer-copy::after, .col-md-4 .home-teaser.img-bottom .outer-copy::before, .col-md-3 .home-teaser.img-bottom .outer-copy::after, .col-md-3 .home-teaser.img-bottom .outer-copy::before, .col-md-6 .home-teaser.img-bottom .outer-copy::after, .col-md-6 .home-teaser.img-bottom .outer-copy::before {
    top: 100%;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  /* line 704, ../../Private/sass/app.scss */
  .col-md-4 .home-teaser.img-bottom .outer-copy::before, .col-md-3 .home-teaser.img-bottom .outer-copy::before, .col-md-6 .home-teaser.img-bottom .outer-copy::before {
    border-top-color: #8f8f95;
    border-bottom-color: transparent;
    margin-top: 0;
    margin-bottom: -31px;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  /* line 713, ../../Private/sass/app.scss */
  .col-md-4 .home-teaser.img-bottom .outer-copy::after, .col-md-3 .home-teaser.img-bottom .outer-copy::after, .col-md-6 .home-teaser.img-bottom .outer-copy::after {
    border-bottom-color: transparent;
    border-top-color: #ffffff;
    margin-top: 0;
    margin-bottom: -31px;
    z-index: 1;
  }
}

/* line 730, ../../Private/sass/app.scss */
.col-md-6 .home-teaser .outer-copy .inner-copy {
  height: 400px;
}

/* line 738, ../../Private/sass/app.scss */
.col-md-3 .home-teaser .outer-image {
  height: auto;
}
/* line 741, ../../Private/sass/app.scss */
.col-md-3 .home-teaser .outer-copy {
  height: auto;
  padding-bottom: 30px;
}
/* line 744, ../../Private/sass/app.scss */
.col-md-3 .home-teaser .outer-copy .inner-copy {
  height: auto;
}

@media (min-width: 992px) {
  /* line 751, ../../Private/sass/app.scss */
  header .fixed-header-helper {
    position: fixed;
    width: 100%;
    z-index: 50;
    border-bottom: 1px solid #000;
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  /* line 760, ../../Private/sass/app.scss */
  header .fixed-header-spacer {
    padding-top: 85px;
  }
}
@media (min-width: 2100px) {
  /* line 760, ../../Private/sass/app.scss */
  header .fixed-header-spacer {
    padding-top: 107px;
  }
}
/* line 769, ../../Private/sass/app.scss */
header nav.navbar {
  padding: 0;
  background-color: #ffffff;
  height: 85px;
}
@media (min-width: 2100px) {
  /* line 769, ../../Private/sass/app.scss */
  header nav.navbar {
    height: auto;
  }
}
/* line 777, ../../Private/sass/app.scss */
header nav.navbar .navbar-toggler {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 0;
  background: url("../../Public/Images/Icos/Icon_Menue_rotweiss.png");
}
/* line 784, ../../Private/sass/app.scss */
header nav.navbar .navbar-toggler:hover {
  background-image: url("../../Public/Images/Icos/Icon_Menue_weissrot.png");
}
/* line 788, ../../Private/sass/app.scss */
header nav.navbar .navbar-toggler span {
  background: none;
}
/* line 793, ../../Private/sass/app.scss */
header nav.navbar .navbar-brand {
  padding: 27px 0;
  max-width: 75%;
}
@media (min-width: 992px) {
  /* line 793, ../../Private/sass/app.scss */
  header nav.navbar .navbar-brand {
    padding: 38px 0 18px;
  }
}
@media (min-width: 1200px) {
  /* line 793, ../../Private/sass/app.scss */
  header nav.navbar .navbar-brand {
    padding: 36px 0 20px;
  }
}
@media (min-width: 2100px) {
  /* line 793, ../../Private/sass/app.scss */
  header nav.navbar .navbar-brand {
    padding: 40px 0 30px;
  }
}
/* line 806, ../../Private/sass/app.scss */
header nav.navbar .navbar-brand img {
  width: 172px;
  height: auto;
}
@media (min-width: 992px) {
  /* line 806, ../../Private/sass/app.scss */
  header nav.navbar .navbar-brand img {
    width: 140px;
  }
}
@media (min-width: 1200px) {
  /* line 806, ../../Private/sass/app.scss */
  header nav.navbar .navbar-brand img {
    width: 172px;
  }
}
@media (min-width: 2100px) {
  /* line 806, ../../Private/sass/app.scss */
  header nav.navbar .navbar-brand img {
    width: 246px;
  }
}
/* line 822, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav {
  position: relative;
  z-index: 50;
  background: #ffffff;
}
@media (min-width: 992px) {
  /* line 822, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav {
    position: static;
    z-index: auto;
  }
}
/* line 830, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav li {
  border: 1px solid #8f8f95;
  border-top: none;
}
@media (min-width: 992px) {
  /* line 830, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav li {
    border: none;
  }
}
/* line 837, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav li.has-sub {
  position: relative;
}
@media (min-width: 992px) {
  /* line 837, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav li.has-sub {
    position: static;
  }
}
/* line 842, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav li.has-sub .cta {
  position: absolute;
  right: 20px;
  top: 12px;
}
@media (min-width: 992px) {
  /* line 842, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav li.has-sub .cta {
    display: none;
  }
}
/* line 852, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav li.has-sub.opened > .cta::after {
  display: none;
}
@media (min-width: 992px) {
  /* line 860, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav {
    margin-left: 15px;
  }
}
/* line 865, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li {
  font-size: 0.875rem;
  line-height: 1.652;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.09em;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  /* line 865, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li {
    height: auto;
    margin: 32px 15px 0;
  }
}
@media (min-width: 2100px) {
  /* line 865, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li {
    margin: 37px 35px 0;
    font-size: 1.125rem;
  }
}
/* line 881, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li a {
  color: #4c4c4c;
  padding: 15px;
}
@media (min-width: 992px) {
  /* line 881, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li a {
    position: relative;
    padding: 15px 10px;
  }
}
@media (min-width: 2100px) {
  /* line 881, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li a {
    padding: 16px 10px 24px;
  }
}
/* line 893, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li a:hover {
  color: #e2002b;
}
@media (min-width: 992px) {
  /* line 897, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li a:hover::after, header nav.navbar .navbar-collapse .navbar-nav.main-nav li a:hover::before {
    bottom: -1px;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 50;
  }
  /* line 909, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li a:hover::after {
    border-color: transparent;
    border-bottom-color: #FFFFFF;
    border-width: 10px;
    margin-left: -10px;
  }
  /* line 915, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li a:hover::before {
    border-color: transparent;
    border-bottom-color: #000000;
    border-width: 11px;
    margin-left: -11px;
  }
}
@media (min-width: 2100px) {
  /* line 923, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li a:hover::after, header nav.navbar .navbar-collapse .navbar-nav.main-nav li a:hover::before {
    bottom: -1px;
  }
}
/* line 929, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu {
  display: none;
  list-style-type: none;
  width: auto;
  padding-left: 0;
}
@media (min-width: 992px) {
  /* line 929, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu {
    position: absolute;
    width: 1920px;
    left: -238px;
    z-index: 40;
    background-color: rgba(255, 255, 255, 0.95);
    text-align: center;
    padding: 12px 0 27px;
    border-top: 1px solid #000000;
    font-size: 0;
    top: 85px;
  }
}
@media (min-width: 2100px) {
  /* line 929, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu {
    top: 107px;
  }
}
/* line 951, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li {
  font-size: 15px;
  line-height: 1.652;
  text-transform: none;
  font-weight: 400;
  border-left: none !important;
  border-right: none !important;
  border-top: 1px solid #8f8f95;
  border-bottom: none;
}
@media (min-width: 992px) {
  /* line 951, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li {
    display: -moz-inline-grid;
    display: -ms-inline-grid;
    display: -webkit-inline-grid;
    display: -o-inline-grid;
    display: inline-grid;
    vertical-align: top;
    text-align: left;
    line-height: 1.5;
    margin: 15px 0 0;
    height: auto;
    width: 292.5px;
    padding-left: 118px;
    border: none;
  }
}
@media (min-width: 1200px) {
  /* line 951, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li {
    width: 292.5px;
    padding-left: 118px;
  }
}
@media (min-width: 2100px) {
  /* line 951, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li {
    width: 368px;
    padding-left: 138px;
  }
}
/* line 983, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li.no-sub {
  white-space: nowrap;
  display: block;
}
/* line 988, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li a {
  position: static;
  color: #000000;
  padding: 15px 30px;
  display: block;
}
@media (min-width: 992px) {
  /* line 988, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li a {
    padding: 0;
    display: inline;
    line-height: 1.4;
  }
}
/* line 999, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li a:hover {
  text-decoration: none;
  color: #e2002b;
}
/* line 1003, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li a:hover::after, header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li a:hover::before {
  display: none;
}
/* line 1009, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser {
  text-align: left;
  margin-top: 60px;
  position: relative;
  padding-left: 30px;
}
@media (min-width: 992px) {
  /* line 1009, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser {
    padding-left: 0;
    margin-top: 7px;
    left: -3px;
  }
}
@media (min-width: 1200px) {
  /* line 1009, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser {
    left: 5px;
    margin-top: 50px;
  }
}
@media (min-width: 2100px) {
  /* line 1009, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser {
    left: -3px;
  }
}
/* line 1028, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser h3 {
  font-size: 0.9375rem;
  line-height: 1.3333;
  text-transform: uppercase;
  text-align: left;
  color: #e2002b;
  margin-bottom: 10px;
  padding-left: 2px;
  height: 50px;
}
@media (min-width: 992px) {
  /* line 1028, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser h3 {
    height: auto;
  }
}
@media (min-width: 1200px) {
  /* line 1028, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser h3 {
    position: absolute;
    bottom: 170px;
    height: auto;
  }
}
@media (min-width: 2100px) {
  /* line 1028, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser h3 {
    margin-bottom: 25px;
  }
}
/* line 1049, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser h3 span {
  display: block;
  font-size: 10px;
  line-height: 1.4444;
  margin-top: 0;
  letter-spacing: 0.06em;
}
/* line 1058, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser a {
  position: relative;
  display: inline-block;
  color: #e2002b;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0 !important;
  top: 0;
  cursor: pointer !important;
}
/* line 1068, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser a img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
/* line 1074, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser a .cta {
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: auto;
  display: block;
}
/* line 1081, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser a:hover {
  border-color: #e2002b;
}
/* line 1083, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser a:hover img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 1089, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser a:hover .cta {
  background-color: #FFFFFF;
}
/* line 1092, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser a:hover .cta::before {
  background-color: #e2002b;
}
/* line 1095, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser a:hover .cta::after {
  background-color: #e2002b;
}
/* line 1103, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li.solutionsTeasers .menu-teaser {
  left: -1px;
}
/* line 1107, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .third-level-menu {
  padding: 0;
  display: none;
}
@media (min-width: 992px) {
  /* line 1107, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .third-level-menu {
    display: block;
  }
}
/* line 1114, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .third-level-menu li {
  display: block;
  width: auto;
  padding-left: 0;
  text-transform: none;
  font-size: 0.9375rem;
  letter-spacing: 0.075em;
  line-height: 2.3333;
  border-top: 1px solid #8f8f95;
}
@media (min-width: 992px) {
  /* line 1114, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .third-level-menu li {
    border: none;
    line-height: 1.5;
    margin-top: 15px;
  }
}
/* line 1129, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .third-level-menu li a {
  cursor: pointer;
  line-height: 1.2;
  color: #8f8f95;
  font-weight: 300;
}
@media (min-width: 992px) {
  /* line 1129, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .third-level-menu li a {
    color: inherit;
  }
}
/* line 1139, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .third-level-menu li a:hover {
  color: #e2002b;
}
/* line 1147, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu.products {
  top: -1000px;
}
@media (min-width: 992px) {
  /* line 1150, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu.products li {
    width: 241.5px;
    padding-left: 92px;
  }
}
@media (min-width: 1200px) {
  /* line 1150, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu.products li {
    width: 292.5px;
    padding-left: 118px;
  }
}
@media (min-width: 2100px) {
  /* line 1150, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu.products li {
    width: 368px;
    padding-left: 138px;
  }
}
/* line 1168, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu.products li .third-level-menu li a:hover {
  cursor: pointer;
}
/* line 1176, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu .container {
  padding: 0;
}
@media (min-width: 992px) {
  /* line 1176, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (min-width: 992px) {
  /* line 1182, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu .container li {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  /* line 1192, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li:first-child .second-level-menu li {
  /*
  width: 1172px;
  padding-left: 265px;
}
@include breakpoint(xl){
  width: 1472px;
  padding-left: 135px;
  */
  }
}
@media (min-width: 1200px) {
  /* line 1205, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li:first-child .second-level-menu li .third-level-menu li {
    display: -moz-inline-grid;
    display: -ms-inline-grid;
    display: -webkit-inline-grid;
    display: -o-inline-grid;
    display: inline-grid;
    vertical-align: top;
    width: 292.5px;
    padding-left: 0;
  }
}
@media (min-width: 2100px) {
  /* line 1205, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li:first-child .second-level-menu li .third-level-menu li {
    width: 368px;
  }
}
@media (min-width: 2100px) {
  /* line 1219, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li:first-child .second-level-menu li .third-level-menu li:nth-child(4n) {
    width: 230px;
  }
}
@media (min-width: 992px) {
  /* line 1231, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li:last-child .second-level-menu .container {
    padding-left: 48px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  /* line 1231, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li:last-child .second-level-menu .container {
    padding-left: 148px;
  }
}
@media (min-width: 2100px) {
  /* line 1231, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li:last-child .second-level-menu .container {
    padding-left: 185px;
  }
}
/* line 1246, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.main-nav li.act > a {
  color: #e2002b;
}
@media (min-width: 992px) {
  /* line 1250, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li.act > a::after, header nav.navbar .navbar-collapse .navbar-nav.main-nav li.act > a::before {
    bottom: -1px;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 50;
  }
  /* line 1262, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li.act > a::after {
    border-color: transparent;
    border-bottom-color: #FFFFFF;
    border-width: 10px;
    margin-left: -10px;
  }
  /* line 1268, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li.act > a::before {
    border-color: transparent;
    border-bottom-color: #000000;
    border-width: 11px;
    margin-left: -11px;
  }
}
@media (min-width: 2100px) {
  /* line 1276, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li.act > a::after, header nav.navbar .navbar-collapse .navbar-nav.main-nav li.act > a::before {
    bottom: -1px;
  }
}
/* line 1284, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.ico-nav {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #8f8f95;
  margin-top: 2px;
}
@media (min-width: 992px) {
  /* line 1284, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.ico-nav {
    border: none;
    margin-top: 0;
  }
}
/* line 1294, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.ico-nav li {
  width: 50%;
  border-left: none;
  margin-bottom: 0;
}
/* line 1298, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.ico-nav li:first-child {
  border-left: 1px solid #8f8f95;
}
@media (min-width: 992px) {
  /* line 1298, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.ico-nav li:first-child {
    border: none;
  }
}
@media (min-width: 992px) {
  /* line 1294, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.ico-nav li {
    width: auto;
  }
}
/* line 1308, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.ico-nav li a {
  text-align: center;
  padding: 12px;
}
@media (min-width: 992px) {
  /* line 1308, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.ico-nav li a {
    position: relative;
    top: 12px;
    padding: 0;
    margin-left: 25px;
    width: 30px;
    height: 30px;
  }
}
/* line 1320, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.ico-nav li a img.hover {
  display: none;
}
@media (min-width: 992px) {
  /* line 1319, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.ico-nav li a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
  }
  /* line 1330, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.ico-nav li a img.hover {
    z-index: -1;
    display: block;
  }
}
@media (min-width: 992px) {
  /* line 1337, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.ico-nav li a:hover img.hover {
    z-index: 5;
  }
}
/* line 1346, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.meta-nav {
  position: relative;
}
@media (min-width: 992px) {
  /* line 1346, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.meta-nav {
    position: absolute;
    top: 0;
    right: 0;
  }
}
/* line 1354, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.meta-nav li {
  font-size: 0.9375rem;
  line-height: 1.652;
  text-transform: uppercase;
  margin: 0;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.06em;
}
@media (min-width: 992px) {
  /* line 1354, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.meta-nav li {
    margin: 0 0 0 20px;
    line-height: 2.5333;
    text-transform: none;
    font-weight: 300;
  }
}
/* line 1367, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.meta-nav li a {
  color: #4c4c4c;
  padding: 15px;
}
@media (min-width: 992px) {
  /* line 1367, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.meta-nav li a {
    color: #000000;
    padding: 0;
  }
}
/* line 1375, ../../Private/sass/app.scss */
header nav.navbar .navbar-collapse .navbar-nav.meta-nav li a:hover {
  color: #e2002b;
}

/* line 1385, ../../Private/sass/app.scss */
#full-width-slider {
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #000000;
  display: none;
}
@media (min-width: 992px) {
  /* line 1385, ../../Private/sass/app.scss */
  #full-width-slider {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
/* line 1401, ../../Private/sass/app.scss */
#full-width-slider.royalSlider {
  display: none;
}
@media (min-width: 1200px) {
  /* line 1403, ../../Private/sass/app.scss */
  #full-width-slider.royalSlider,
  #full-width-slider .rsOverflow {
    height: 500px !important;
  }
}
@media (min-width: 2100px) {
  /* line 1409, ../../Private/sass/app.scss */
  #full-width-slider.royalSlider,
  #full-width-slider .rsOverflow {
    height: 720px !important;
  }
}
/* line 1415, ../../Private/sass/app.scss */
#full-width-slider .infoBlock {
  width: auto;
  left: 0;
  margin-left: 0;
  top: 10px;
  bottom: auto;
  padding: 0 14px;
}
@media (min-width: 768px) {
  /* line 1415, ../../Private/sass/app.scss */
  #full-width-slider .infoBlock {
    width: 752px;
    margin-left: -376px;
    left: 50%;
    top: auto;
    height: 176px;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  /* line 1415, ../../Private/sass/app.scss */
  #full-width-slider .infoBlock {
    width: 900px;
    margin-left: -400px;
    height: 230px;
  }
}
@media (min-width: 1200px) {
  /* line 1415, ../../Private/sass/app.scss */
  #full-width-slider .infoBlock {
    width: 1172px;
    margin-left: -586px;
  }
}
@media (min-width: 2100px) {
  /* line 1415, ../../Private/sass/app.scss */
  #full-width-slider .infoBlock {
    width: 1472px;
    margin-left: -736px;
    top: 390px;
  }
}
/* line 1445, ../../Private/sass/app.scss */
#full-width-slider .infoBlock h2 {
  font-size: 18px;
  line-height: 1.1;
  color: #000000;
  display: inline-block;
  position: relative;
  font-weight: 500;
  width: 72.5%;
}
@media (min-width: 768px) {
  /* line 1445, ../../Private/sass/app.scss */
  #full-width-slider .infoBlock h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  /* line 1445, ../../Private/sass/app.scss */
  #full-width-slider .infoBlock h2 {
    font-size: 2.75rem;
    width: auto;
  }
}
@media (min-width: 2100px) {
  /* line 1445, ../../Private/sass/app.scss */
  #full-width-slider .infoBlock h2 {
    font-size: 4.125rem;
    line-height: 1.2;
    margin-top: 50px;
  }
}
/* line 1466, ../../Private/sass/app.scss */
#full-width-slider .infoBlock h2 .subline {
  font-size: 75%;
  display: block;
  margin-top: 7px;
}
@media (min-width: 992px) {
  /* line 1466, ../../Private/sass/app.scss */
  #full-width-slider .infoBlock h2 .subline {
    font-size: 1.5rem;
  }
}
@media (min-width: 2100px) {
  /* line 1466, ../../Private/sass/app.scss */
  #full-width-slider .infoBlock h2 .subline {
    font-size: 50%;
  }
}
/* line 1478, ../../Private/sass/app.scss */
#full-width-slider .infoBlock h2 .cta {
  display: none;
  margin-left: 30px;
  width: 30px;
  height: 30px;
}
@media (min-width: 992px) {
  /* line 1478, ../../Private/sass/app.scss */
  #full-width-slider .infoBlock h2 .cta {
    display: inline-block;
    position: relative;
    top: 3px;
  }
}
/* line 1490, ../../Private/sass/app.scss */
#full-width-slider .infoBlock h2 .cta::before {
  width: 18px;
  height: 4px;
  left: 3px;
  top: 10px;
}
/* line 1496, ../../Private/sass/app.scss */
#full-width-slider .infoBlock h2 .cta::after {
  width: 4px;
  height: 18px;
  right: 10px;
  top: 3px;
}
/* line 1505, ../../Private/sass/app.scss */
#full-width-slider .aufsteiger {
  width: 0;
}
@media (min-width: 768px) {
  /* line 1505, ../../Private/sass/app.scss */
  #full-width-slider .aufsteiger {
    top: auto;
    bottom: 0;
    position: absolute;
    opacity: 0.7;
    z-index: 5;
    left: 50%;
    width: 382px;
    margin-left: -578px;
  }
}
@media (min-width: 992px) {
  /* line 1505, ../../Private/sass/app.scss */
  #full-width-slider .aufsteiger {
    width: 480px;
    margin-left: -700px;
  }
}
@media (min-width: 1200px) {
  /* line 1505, ../../Private/sass/app.scss */
  #full-width-slider .aufsteiger {
    top: 180px;
    width: 600px;
    margin-left: -960px;
  }
}
@media (min-width: 2100px) {
  /* line 1505, ../../Private/sass/app.scss */
  #full-width-slider .aufsteiger {
    margin-left: -1115px;
    top: 400px;
  }
}
/* line 1536, ../../Private/sass/app.scss */
#full-width-slider .rsArrow .rsArrowIcn {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 0;
  background-position: 0 0;
}
/* line 1543, ../../Private/sass/app.scss */
#full-width-slider .rsArrow.rsArrowLeft {
  bottom: -40px;
}
@media (min-width: 992px) {
  /* line 1543, ../../Private/sass/app.scss */
  #full-width-slider .rsArrow.rsArrowLeft {
    bottom: 31px;
  }
}
/* line 1549, ../../Private/sass/app.scss */
#full-width-slider .rsArrow.rsArrowLeft .rsArrowIcn {
  background-image: url("../Images/Icos/arrow_left_30px.png");
}
/* line 1552, ../../Private/sass/app.scss */
#full-width-slider .rsArrow.rsArrowLeft .rsArrowIcn:hover {
  background-image: url("../Images/Icos/arrow_left_white_30px.png");
}
/* line 1558, ../../Private/sass/app.scss */
#full-width-slider .rsArrow.rsArrowRight {
  bottom: -40px;
}
@media (min-width: 992px) {
  /* line 1558, ../../Private/sass/app.scss */
  #full-width-slider .rsArrow.rsArrowRight {
    bottom: 31px;
  }
}
/* line 1564, ../../Private/sass/app.scss */
#full-width-slider .rsArrow.rsArrowRight .rsArrowIcn {
  background-image: url("../Images/Icos/arrow_right_30px.png");
}
/* line 1567, ../../Private/sass/app.scss */
#full-width-slider .rsArrow.rsArrowRight .rsArrowIcn:hover {
  background-image: url("../Images/Icos/arrow_right_white_30px.png");
}
/* line 1573, ../../Private/sass/app.scss */
#full-width-slider .rsBullets {
  bottom: 30px;
  display: none;
}
@media (min-width: 992px) {
  /* line 1573, ../../Private/sass/app.scss */
  #full-width-slider .rsBullets {
    display: block;
  }
}
/* line 1580, ../../Private/sass/app.scss */
#full-width-slider .rsBullets .rsBullet {
  width: auto;
  height: auto;
  padding: 0 18px 0 0;
}
/* line 1585, ../../Private/sass/app.scss */
#full-width-slider .rsBullets .rsBullet span {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: none;
  border: none;
}
@media (min-width: 2100px) {
  /* line 1585, ../../Private/sass/app.scss */
  #full-width-slider .rsBullets .rsBullet span {
    width: 11px;
    height: 11px;
  }
}
/* line 1598, ../../Private/sass/app.scss */
#full-width-slider .rsBullets .rsBullet.rsNavSelected span {
  background: #000000;
}

/* line 1605, ../../Private/sass/app.scss */
.wide-teaser {
  height: auto;
  background: no-repeat center center;
  background-size: contain;
  margin: 0 auto 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 1605, ../../Private/sass/app.scss */
  .wide-teaser {
    height: 520px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  /* line 1605, ../../Private/sass/app.scss */
  .wide-teaser {
    height: 600px;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  /* line 1605, ../../Private/sass/app.scss */
  .wide-teaser {
    height: 650px;
  }
}
@media (min-width: 2100px) {
  /* line 1605, ../../Private/sass/app.scss */
  .wide-teaser {
    height: 780px;
  }
}
/* line 1630, ../../Private/sass/app.scss */
.wide-teaser .img-box {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
/* line 1635, ../../Private/sass/app.scss */
.wide-teaser .img-box img.img-fluid {
  max-height: 590px;
  margin: 0 auto;
  width: auto;
}
@media (min-width: 2100px) {
  /* line 1635, ../../Private/sass/app.scss */
  .wide-teaser .img-box img.img-fluid {
    max-height: 720px;
  }
}
/* line 1643, ../../Private/sass/app.scss */
.wide-teaser .img-box.logo-box {
  text-align: center;
}
/* line 1646, ../../Private/sass/app.scss */
.wide-teaser .img-box.logo-box img.img-fluid {
  width: 250px;
  height: auto;
  display: none;
}
/* line 1654, ../../Private/sass/app.scss */
.wide-teaser .container {
  height: 100%;
}
/* line 1657, ../../Private/sass/app.scss */
.wide-teaser .container .row {
  height: auto;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 1657, ../../Private/sass/app.scss */
  .wide-teaser .container .row {
    height: 100%;
  }
}
/* line 1665, ../../Private/sass/app.scss */
.wide-teaser .container .row .outer-copy {
  border: 1px solid #8f8f95;
  position: relative;
  background-color: #FFFFFF;
}
/* line 1674, ../../Private/sass/app.scss */
.wide-teaser .container .row .outer-copy .inner-copy {
  padding: 30px 15px 60px;
}
/* line 1677, ../../Private/sass/app.scss */
.wide-teaser .container .row .outer-copy .inner-copy h2 {
  margin-bottom: 10px;
}
/* line 1681, ../../Private/sass/app.scss */
.wide-teaser .container .row .outer-copy .inner-copy .cta {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
/* line 1686, ../../Private/sass/app.scss */
.wide-teaser .container .row .outer-copy .inner-copy h3.descTarget {
  color: #e2002b;
  position: relative;
  padding-right: 40px;
  hyphens: auto;
  line-height: 1;
  margin-top: 15px;
}
/* line 1694, ../../Private/sass/app.scss */
.wide-teaser .container .row .outer-copy .inner-copy h3.descTarget .cta {
  bottom: 0;
  right: 0;
}
/* line 1699, ../../Private/sass/app.scss */
.wide-teaser .container .row .outer-copy .inner-copy ol {
  padding-left: 0;
}
/* line 1702, ../../Private/sass/app.scss */
.wide-teaser .container .row .outer-copy .inner-copy ol li {
  list-style-type: none;
  padding-left: 20px;
  color: inherit;
  font-size: 0.9375rem;
  position: relative;
  margin-bottom: 5px;
}
/* line 1710, ../../Private/sass/app.scss */
.wide-teaser .container .row .outer-copy .inner-copy ol li::before {
  content: '+';
  position: absolute;
  left: 0;
}
@media (min-width: 2100px) {
  /* line 1720, ../../Private/sass/app.scss */
  .wide-teaser .container .row.justify-content-center .col-2 {
    flex: 0 0 15%;
    max-width: 15%;
  }
}
/* line 1729, ../../Private/sass/app.scss */
.wide-teaser.isCover {
  background-size: cover;
}

/* line 1735, ../../Private/sass/app.scss */
.owl-carousel .owl-nav .prev {
  position: absolute;
  left: 10px;
  top: 50%;
  cursor: pointer;
  margin-top: -16px;
}
@media (min-width: 1200px) {
  /* line 1735, ../../Private/sass/app.scss */
  .owl-carousel .owl-nav .prev {
    left: -77px;
  }
}
/* line 1746, ../../Private/sass/app.scss */
.owl-carousel .owl-nav .next {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -16px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  /* line 1746, ../../Private/sass/app.scss */
  .owl-carousel .owl-nav .next {
    right: -77px;
  }
}
/* line 1758, ../../Private/sass/app.scss */
.owl-carousel .owl-item a {
  position: relative;
  display: inline-block;
  color: #e2002b;
  overflow: hidden;
  border: 2px solid #ffffff;
}
/* line 1765, ../../Private/sass/app.scss */
.owl-carousel .owl-item a img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
/* line 1772, ../../Private/sass/app.scss */
.owl-carousel .owl-item a h3 {
  position: absolute;
  top: 28px;
  left: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.231;
}
@media (min-width: 2100px) {
  /* line 1772, ../../Private/sass/app.scss */
  .owl-carousel .owl-item a h3 {
    font-size: 32px;
  }
}
@media (min-width: 2100px) {
  /* line 1772, ../../Private/sass/app.scss */
  .owl-carousel .owl-item a h3 {
    font-size: 42px;
  }
}
/* line 1788, ../../Private/sass/app.scss */
.owl-carousel .owl-item a h3 span {
  display: block;
  font-size: 60%;
}
/* line 1793, ../../Private/sass/app.scss */
.owl-carousel .owl-item a .cta {
  position: absolute;
  right: 28px;
  bottom: 28px;
}
/* line 1798, ../../Private/sass/app.scss */
.owl-carousel .owl-item a:hover {
  border: 2px solid #e2002b;
}
/* line 1800, ../../Private/sass/app.scss */
.owl-carousel .owl-item a:hover img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 1806, ../../Private/sass/app.scss */
.owl-carousel .owl-item a:hover .cta {
  background-color: #FFFFFF;
}
/* line 1808, ../../Private/sass/app.scss */
.owl-carousel .owl-item a:hover .cta::before {
  background-color: #e2002b;
}
/* line 1811, ../../Private/sass/app.scss */
.owl-carousel .owl-item a:hover .cta::after {
  background-color: #e2002b;
}

/* line 1820, ../../Private/sass/app.scss */
footer {
  background-color: #e6e5e6;
  font-size: 13px;
  line-height: 1.4667;
  overflow-x: hidden;
}
/* line 1826, ../../Private/sass/app.scss */
footer .row {
  margin-bottom: 0 !important;
}
/* line 1829, ../../Private/sass/app.scss */
footer ul {
  list-style-type: none;
  padding: 50px 0 0;
  margin: 0;
}
@media (min-width: 992px) {
  /* line 1829, ../../Private/sass/app.scss */
  footer ul {
    padding: 80px 0;
  }
}
/* line 1837, ../../Private/sass/app.scss */
footer ul li {
  display: -moz-inline-grid;
  display: -ms-inline-grid;
  display: -webkit-inline-grid;
  display: -o-inline-grid;
  display: inline-grid;
  vertical-align: top;
  width: 100%;
  font-weight: bold;
  margin-bottom: 50px !important;
  line-height: 1.6 !important;
}
@media (min-width: 1200px) {
  /* line 1837, ../../Private/sass/app.scss */
  footer ul li {
    width: 20%;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 2100px) {
  /* line 1837, ../../Private/sass/app.scss */
  footer ul li {
    width: 16.6667%;
  }
}
/* line 1856, ../../Private/sass/app.scss */
footer ul li a {
  color: #000000;
}
/* line 1859, ../../Private/sass/app.scss */
footer ul li a:hover {
  color: #e2002b;
  text-decoration: none;
}
/* line 1865, ../../Private/sass/app.scss */
footer ul li ul {
  padding: 0;
}
/* line 1867, ../../Private/sass/app.scss */
footer ul li ul li {
  display: block;
  width: auto;
  font-weight: normal;
  margin: 20px 0 0 !important;
}
@media (min-width: 992px) {
  /* line 1874, ../../Private/sass/app.scss */
  footer ul li.first-pull {
    position: absolute;
    left: 59.9%;
    top: 122px;
  }
}
@media (min-width: 2100px) {
  /* line 1874, ../../Private/sass/app.scss */
  footer ul li.first-pull {
    left: 50%;
  }
}
@media (min-width: 992px) {
  /* line 1884, ../../Private/sass/app.scss */
  footer ul li.second-pull {
    position: absolute;
    left: 59.9%;
    top: 162px;
  }
}
@media (min-width: 2100px) {
  /* line 1884, ../../Private/sass/app.scss */
  footer ul li.second-pull {
    left: 50%;
  }
}
/* line 1897, ../../Private/sass/app.scss */
footer .abbinder {
  background-color: #e2002b;
  color: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  /* line 1897, ../../Private/sass/app.scss */
  footer .abbinder {
    padding-top: 70px;
  }
}
/* line 1906, ../../Private/sass/app.scss */
footer .abbinder ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
/* line 1910, ../../Private/sass/app.scss */
footer .abbinder ul li {
  width: auto;
  font-weight: normal;
  margin-right: 16px;
  position: relative;
  margin-bottom: 0 !important;
}
/* line 1916, ../../Private/sass/app.scss */
footer .abbinder ul li::after {
  content: '|';
  display: inline-block;
  position: absolute;
  right: -10px;
}
/* line 1922, ../../Private/sass/app.scss */
footer .abbinder ul li:last-child::after {
  content: '';
}
/* line 1925, ../../Private/sass/app.scss */
footer .abbinder ul li a {
  color: #FFFFFF;
}
/* line 1928, ../../Private/sass/app.scss */
footer .abbinder ul li a:hover {
  color: #000000;
  text-decoration: none;
}
/* line 1932, ../../Private/sass/app.scss */
footer .abbinder ul li a:focus, footer .abbinder ul li aactive {
  text-decoration: none;
  color: #FFFFFF;
}
/* line 1939, ../../Private/sass/app.scss */
footer .abbinder .copy {
  display: block;
  width: auto;
}
@media (min-width: 992px) {
  /* line 1939, ../../Private/sass/app.scss */
  footer .abbinder .copy {
    width: 50%;
  }
}
/* line 1946, ../../Private/sass/app.scss */
footer .abbinder .social {
  font-size: 0;
  margin: 20px 0;
}
@media (min-width: 992px) {
  /* line 1946, ../../Private/sass/app.scss */
  footer .abbinder .social {
    float: right;
    margin: 0;
  }
}
/* line 1953, ../../Private/sass/app.scss */
footer .abbinder .social span {
  position: relative;
  top: 18px;
  font-size: 1.875rem;
  padding-right: 7px;
}
/* line 1959, ../../Private/sass/app.scss */
footer .abbinder .social a {
  display: inline-block;
  margin-left: 15px;
}
/* line 1962, ../../Private/sass/app.scss */
footer .abbinder .social a:first-child {
  margin-left: 0;
}
@media (min-width: 992px) {
  /* line 1962, ../../Private/sass/app.scss */
  footer .abbinder .social a:first-child {
    margin-left: 15px;
  }
}

/* line 1976, ../../Private/sass/app.scss */
.content-page .owl-carousel .owl-item a {
  display: inline;
  border: none;
}
/* line 1979, ../../Private/sass/app.scss */
.content-page .owl-carousel .owl-item a:hover {
  border: none;
}
/* line 1983, ../../Private/sass/app.scss */
.content-page .owl-carousel .owl-item a.cta {
  border: 2px solid #e2002b;
}
/* line 1985, ../../Private/sass/app.scss */
.content-page .owl-carousel .owl-item a.cta:hover {
  border: 2px solid #e2002b;
}
/* line 1992, ../../Private/sass/app.scss */
.content-page .page-functions {
  padding-top: 10px;
}
/* line 1994, ../../Private/sass/app.scss */
.content-page .page-functions .print {
  top: 6px;
}
/* line 1998, ../../Private/sass/app.scss */
.content-page .back-to-filter {
  position: relative;
  padding-right: 50px;
  border: 0;
  padding-bottom: 10px;
  margin-top: -31px;
}
/* line 2005, ../../Private/sass/app.scss */
.content-page .back-to-filter h3 {
  font-size: 1.5rem !important;
}
@media (min-width: 2100px) {
  /* line 2005, ../../Private/sass/app.scss */
  .content-page .back-to-filter h3 {
    font-size: 1.875rem !important;
  }
}
/* line 2013, ../../Private/sass/app.scss */
.content-page h2 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  /* line 2013, ../../Private/sass/app.scss */
  .content-page h2 {
    font-size: 32px;
  }
}
@media (min-width: 2100px) {
  /* line 2013, ../../Private/sass/app.scss */
  .content-page h2 {
    font-size: 42px;
  }
}
/* line 2016, ../../Private/sass/app.scss */
.content-page h3 {
  text-transform: uppercase;
  font-size: 1.0625rem;
  line-height: 1.4667;
  margin-bottom: 25px;
  margin-top: 35px;
}
/* line 2022, ../../Private/sass/app.scss */
.content-page h3 .spitzmarke {
  font-size: 50%;
}
/* line 2026, ../../Private/sass/app.scss */
.content-page h4 {
  font-size: 0.9375rem;
  line-height: 1.4;
  margin: 12px 0 18px;
}
/* line 2031, ../../Private/sass/app.scss */
.content-page p, .content-page li {
  line-height: 1.4667;
  margin-bottom: 30px;
  font-size: 13px;
}
@media (min-width: 992px) {
  /* line 2031, ../../Private/sass/app.scss */
  .content-page p, .content-page li {
    font-size: 0.9375rem;
  }
}
/* line 2039, ../../Private/sass/app.scss */
.content-page p + h3, .content-page li + h3 {
  margin-top: 30px;
}
/* line 2043, ../../Private/sass/app.scss */
.content-page p.intro, .content-page li.intro {
  margin-bottom: 45px;
  font-weight: bold;
}
/* line 2048, ../../Private/sass/app.scss */
.content-page p + ul {
  margin-top: -15px;
}
/* line 2051, ../../Private/sass/app.scss */
.content-page ul {
  padding-left: 0;
}
/* line 2054, ../../Private/sass/app.scss */
.content-page li {
  margin-bottom: 0;
  padding-left: 0;
}
/* line 2059, ../../Private/sass/app.scss */
.content-page .col-md-8 ul {
  padding-left: 15px;
}
/* line 2062, ../../Private/sass/app.scss */
.content-page .col-md-8 li {
  margin-bottom: 0px;
  padding-left: 5px;
}
/* line 2068, ../../Private/sass/app.scss */
.content-page .col-sm-8 img {
  margin-bottom: 30px;
}
/* line 2073, ../../Private/sass/app.scss */
.content-page .container-fluid .col {
  text-align: center;
}
/* line 2078, ../../Private/sass/app.scss */
.content-page.solutions h3 {
  font-size: 2rem;
  margin-top: 15px;
}
/* line 2082, ../../Private/sass/app.scss */
.content-page.solutions h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
}
/* line 2087, ../../Private/sass/app.scss */
.content-page.solutions h4 .subline {
  font-size: 15px;
  text-transform: none;
}
/* line 2093, ../../Private/sass/app.scss */
.content-page.solutions nav li {
  margin-bottom: 0;
}
/* line 2099, ../../Private/sass/app.scss */
.content-page .col-md-8 p {
  margin-top: 15px;
}
/* line 2102, ../../Private/sass/app.scss */
.content-page .col-md-8 .table th, .content-page .col-md-8 .table td {
  padding: 10px 20px 10px 0;
  border: none;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  /* line 2102, ../../Private/sass/app.scss */
  .content-page .col-md-8 .table th, .content-page .col-md-8 .table td {
    font-size: 0.9375rem;
  }
}
/* line 2111, ../../Private/sass/app.scss */
.content-page .col-md-8 .table tr {
  border-top: 1px solid #000000;
}
/* line 2113, ../../Private/sass/app.scss */
.content-page .col-md-8 .table tr:first-child {
  border: none;
}
/* line 2117, ../../Private/sass/app.scss */
.content-page .col-md-8 .table th {
  border-bottom: 2px solid #000000;
}
/* line 2119, ../../Private/sass/app.scss */
.content-page .col-md-8 .table th:last-child {
  border: 0;
}
/* line 2123, ../../Private/sass/app.scss */
.content-page .col-md-8 .table td:last-child {
  width: 50px;
  border-bottom: 1px solid #fff;
  padding: 10px;
  text-align: center;
}
/* line 2129, ../../Private/sass/app.scss */
.content-page .col-md-8 .table td:last-child .download {
  display: inline-block;
}
/* line 2134, ../../Private/sass/app.scss */
.content-page .col-md-8 .table.table-sm td:last-child {
  width: auto;
  border: 0;
}
/* line 2140, ../../Private/sass/app.scss */
.content-page .col-md-8 .ce-table th, .content-page .col-md-8 .ce-table td {
  padding: 10px 80px 10px 0;
  border: none;
  font-size: 0.9375rem;
}
/* line 2145, ../../Private/sass/app.scss */
.content-page .col-md-8 .ce-table.veranstaltungen th, .content-page .col-md-8 .ce-table.veranstaltungen td {
  white-space: nowrap;
}
/* line 2149, ../../Private/sass/app.scss */
.content-page .col-md-8 .ce-table tr {
  border-top: 1px solid #000000;
}
/* line 2151, ../../Private/sass/app.scss */
.content-page .col-md-8 .ce-table tr:first-child {
  border: none;
}
/* line 2155, ../../Private/sass/app.scss */
.content-page .col-md-8 .ce-table th {
  border-bottom: 2px solid #000000;
}
/* line 2157, ../../Private/sass/app.scss */
.content-page .col-md-8 .ce-table th:last-child {
  border: 0;
}
/* line 2163, ../../Private/sass/app.scss */
.content-page .col-md-8 .col-md-4 h3 {
  margin: 0 0 6px;
}
/* line 2166, ../../Private/sass/app.scss */
.content-page .col-md-8 .col-md-4 p {
  font-size: 12px;
  margin-bottom: 0;
}
@media (min-width: 2100px) {
  /* line 2166, ../../Private/sass/app.scss */
  .content-page .col-md-8 .col-md-4 p {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
/* line 2175, ../../Private/sass/app.scss */
.content-page .col-md-8 .col-md-4 .ce-left img {
  height: 60px;
}
/* line 2185, ../../Private/sass/app.scss */
.content-page .col-md-8 .home-teaser h2 span {
  -moz-hyphens: auto;
  hyphens: auto;
}
/* line 2193, ../../Private/sass/app.scss */
.content-page.reference h2 {
  font-size: 1.0625rem;
  line-height: 1.4667;
  margin: 35px 0 25px;
}
/* line 2199, ../../Private/sass/app.scss */
.content-page.reference .col-md-8 ul {
  padding-left: 15px;
  margin: 20px 0 30px;
}
/* line 2202, ../../Private/sass/app.scss */
.content-page.reference .col-md-8 ul li {
  margin-bottom: 0;
  font-size: 13px;
}
@media (min-width: 992px) {
  /* line 2202, ../../Private/sass/app.scss */
  .content-page.reference .col-md-8 ul li {
    font-size: 0.9375rem;
  }
}
/* line 2213, ../../Private/sass/app.scss */
.content-page.reference header ul {
  margin-bottom: 0;
}
/* line 2219, ../../Private/sass/app.scss */
.content-page .ce-uploads h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 11px;
}
@media (min-width: 2100px) {
  /* line 2219, ../../Private/sass/app.scss */
  .content-page .ce-uploads h3 {
    font-size: 1.875rem;
    line-height: 1.3;
    margin: 0 0 15px;
  }
}
/* line 2223, ../../Private/sass/app.scss */
.content-page .bildmaterial {
  position: relative;
}
/* line 2226, ../../Private/sass/app.scss */
.content-page .bildmaterial sup {
  font-size: 9px;
  position: absolute;
  top: auto;
  left: 2px;
  bottom: 50px;
}
/* line 2234, ../../Private/sass/app.scss */
.content-page .bildmaterial h3 {
  font-size: 14px;
  height: 42px;
  position: relative;
  margin: 5px 0;
}
/* line 2240, ../../Private/sass/app.scss */
.content-page .bildmaterial h3 span {
  position: absolute;
  bottom: 0;
}
/* line 2245, ../../Private/sass/app.scss */
.content-page .bildmaterial .download {
  position: absolute;
  right: 15px;
  bottom: 0;
}
/* line 2253, ../../Private/sass/app.scss */
.content-page .bildmaterial .inner-wrapper {
  position: relative;
  padding-bottom: 45px;
}
/* line 2257, ../../Private/sass/app.scss */
.content-page .bildmaterial hr {
  border-top-color: #8f8f95;
}
/* line 2260, ../../Private/sass/app.scss */
.content-page .bildmaterial::after {
  content: '';
  display: block;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  bottom: 12px;
  width: 100%;
}

/* line 2271, ../../Private/sass/app.scss */
.sidebar-box {
  border: 1px solid #e3e3e4;
  padding: 15px;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 60px;
}
@media (min-width: 2100px) {
  /* line 2277, ../../Private/sass/app.scss */
  .sidebar-box:first-child {
    margin-top: 30px;
  }
}
/* line 2283, ../../Private/sass/app.scss */
.sidebar-box h3 {
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: normal;
  font-size: 1.4375rem;
  margin: 0 0 11px;
}
@media (min-width: 2100px) {
  /* line 2283, ../../Private/sass/app.scss */
  .sidebar-box h3 {
    line-height: 1.3;
    font-size: 1.875rem;
    margin: 0 0 15px;
  }
}
/* line 2295, ../../Private/sass/app.scss */
.sidebar-box p {
  font-size: 0.8125rem;
  margin-bottom: 11px;
}
@media (min-width: 2100px) {
  /* line 2295, ../../Private/sass/app.scss */
  .sidebar-box p {
    font-size: 0.9375rem;
    margin-bottom: 15px;
  }
}
/* line 2303, ../../Private/sass/app.scss */
.sidebar-box .cta, .sidebar-box .download, .sidebar-box .submit, .sidebar-box .mail {
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: auto;
}
/* line 2309, ../../Private/sass/app.scss */
.sidebar-box .table {
  margin-bottom: 11px;
}
/* line 2311, ../../Private/sass/app.scss */
.sidebar-box .table th {
  font-size: 0.8125rem;
  line-height: 1.6;
  text-align: right;
  color: #e2002b;
  padding: 2px 4px;
  font-weight: bold;
  border: none;
}
@media (min-width: 2100px) {
  /* line 2311, ../../Private/sass/app.scss */
  .sidebar-box .table th {
    font-size: 0.9375rem;
    line-height: 1.4667;
  }
}
/* line 2324, ../../Private/sass/app.scss */
.sidebar-box .table th::after {
  content: '|';
  display: inline-block;
  position: relative;
  right: -4px;
}
/* line 2333, ../../Private/sass/app.scss */
.sidebar-box .table td {
  padding: 2px 4px;
  font-size: 0.8125rem;
  line-height: 1.6;
  font-weight: bold;
  border: none;
}
@media (min-width: 2100px) {
  /* line 2333, ../../Private/sass/app.scss */
  .sidebar-box .table td {
    font-size: 0.9375rem;
    line-height: 1.4667;
  }
}
/* line 2345, ../../Private/sass/app.scss */
.sidebar-box.ce-uploads {
  padding-bottom: 15px;
}
/* line 2348, ../../Private/sass/app.scss */
.sidebar-box.ce-uploads img.img-fluid {
  float: none;
  width: 50%;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
  padding: 0;
}
/* line 2355, ../../Private/sass/app.scss */
.sidebar-box.contains-box-shadow {
  padding-bottom: 15px;
}
/* line 2358, ../../Private/sass/app.scss */
.sidebar-box.contains-box-shadow img.img-fluid {
  float: none;
  width: 50%;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
  padding: 0;
}
/* line 2365, ../../Private/sass/app.scss */
.sidebar-box.crosslinking {
  padding-bottom: 15px;
  margin-top: 0;
}
/* line 2369, ../../Private/sass/app.scss */
.sidebar-box.crosslinking .copy-wrapper {
  padding: 10px 0 0 0;
  position: relative;
  padding-bottom: 30px;
}
/* line 2374, ../../Private/sass/app.scss */
.sidebar-box.crosslinking .copy-wrapper .download {
  bottom: 0;
  right: 0;
}
/* line 2378, ../../Private/sass/app.scss */
.sidebar-box.crosslinking .copy-wrapper .download.hasLapa {
  right: 45px;
}
/* line 2382, ../../Private/sass/app.scss */
.sidebar-box.crosslinking .copy-wrapper .cta {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 2389, ../../Private/sass/app.scss */
.sidebar-box.product-item {
  border-top-color: #e3e3e4 !important;
  padding-bottom: 15px;
  overflow: hidden;
}
/* line 2394, ../../Private/sass/app.scss */
.sidebar-box.product-item .order-number {
  position: relative;
  z-index: 10;
  display: inline-block;
}
/* line 2400, ../../Private/sass/app.scss */
.sidebar-box.product-item img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
/* line 2408, ../../Private/sass/app.scss */
.sidebar-box.product-item:hover img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

/* line 2417, ../../Private/sass/app.scss */
.passende-produkte {
  border: 2px solid #b7b7b7;
  position: relative;
  padding: 60px 15px;
  overflow: hidden;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  /* line 2417, ../../Private/sass/app.scss */
  .passende-produkte {
    margin-bottom: 0;
  }
}
/* line 2428, ../../Private/sass/app.scss */
.passende-produkte img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
/* line 2432, ../../Private/sass/app.scss */
.passende-produkte a {
  position: static !important;
}
/* line 2435, ../../Private/sass/app.scss */
.passende-produkte a:hover {
  border: none !important;
}
/* line 2440, ../../Private/sass/app.scss */
.passende-produkte h3 {
  position: absolute !important;
  left: 30px !important;
  top: 20px !important;
  font-size: 1.75rem !important;
  line-height: 1.231 !important;
  color: #e2002b;
  margin-top: 10px !important;
}
@media (min-width: 768px) {
  /* line 2440, ../../Private/sass/app.scss */
  .passende-produkte h3 {
    font-size: 0.9375rem !important;
    left: 10px !important;
    top: 0 !important;
  }
}
/* line 2455, ../../Private/sass/app.scss */
.passende-produkte h3 span {
  display: block;
  font-size: 60% !important;
  left: 10px !important;
  margin-top: 0 !important;
}
/* line 2462, ../../Private/sass/app.scss */
.passende-produkte .cta.small {
  position: absolute;
  bottom: 30px !important;
  right: 30px !important;
}
@media (min-width: 768px) {
  /* line 2462, ../../Private/sass/app.scss */
  .passende-produkte .cta.small {
    bottom: 10px !important;
    right: 10px !important;
  }
}
/* line 2474, ../../Private/sass/app.scss */
.passende-produkte:hover img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 2484, ../../Private/sass/app.scss */
.content-related-products .passende-produkte {
  margin: 0 auto 25px;
  max-width: 630px;
}

/* line 2490, ../../Private/sass/app.scss */
.related-slider .owl-nav {
  text-align: right;
}
/* line 2493, ../../Private/sass/app.scss */
.related-slider .owl-nav div {
  text-align: left;
  display: inline-block;
  margin-left: 10px;
}

/* line 2500, ../../Private/sass/app.scss */
.landing-page {
  background: url("../Images/lp_background.jpg") no-repeat center 86px;
  background-size: contain;
}
@media (min-width: 768px) {
  /* line 2500, ../../Private/sass/app.scss */
  .landing-page {
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
  }
}
/* line 2510, ../../Private/sass/app.scss */
.landing-page header {
  background-color: #ffffff;
  border-bottom: 1px solid #8f8f95;
}
/* line 2515, ../../Private/sass/app.scss */
.landing-page .container > .row {
  margin-bottom: 30px;
}
/* line 2518, ../../Private/sass/app.scss */
.landing-page .container > .row.no-margin {
  margin-bottom: 0;
}
/* line 2523, ../../Private/sass/app.scss */
.landing-page .related.container {
  padding-top: 45px;
}
/* line 2526, ../../Private/sass/app.scss */
.landing-page .related.container > .row {
  margin-bottom: 0px;
}
/* line 2531, ../../Private/sass/app.scss */
.landing-page .main ol {
  padding: 0 0 20px;
}
/* line 2534, ../../Private/sass/app.scss */
.landing-page .main ol li {
  font-size: 0.9375rem;
}
/* line 2540, ../../Private/sass/app.scss */
.landing-page .main ul {
  padding-left: 0;
}
/* line 2543, ../../Private/sass/app.scss */
.landing-page .main ul li {
  list-style-type: none;
  padding-left: 15px;
  color: inherit;
  font-size: 13px;
  position: relative;
}
@media (min-width: 992px) {
  /* line 2543, ../../Private/sass/app.scss */
  .landing-page .main ul li {
    font-size: 0.9375rem;
  }
}
/* line 2552, ../../Private/sass/app.scss */
.landing-page .main ul li::before {
  content: '+';
  position: absolute;
  left: 0px;
  color: #e2002b;
}
/* line 2561, ../../Private/sass/app.scss */
.landing-page .main .col-md-4 ul {
  list-style-position: inside;
}
/* line 2563, ../../Private/sass/app.scss */
.landing-page .main .col-md-4 ul li {
  list-style-type: disc;
  padding-left: 0;
}
/* line 2566, ../../Private/sass/app.scss */
.landing-page .main .col-md-4 ul li::before {
  display: none;
}
/* line 2573, ../../Private/sass/app.scss */
.landing-page .main .wide-teaser {
  height: 520px;
}
@media (min-width: 992px) {
  /* line 2573, ../../Private/sass/app.scss */
  .landing-page .main .wide-teaser {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  /* line 2573, ../../Private/sass/app.scss */
  .landing-page .main .wide-teaser {
    height: 650px;
  }
}
@media (min-width: 2100px) {
  /* line 2573, ../../Private/sass/app.scss */
  .landing-page .main .wide-teaser {
    height: 780px;
  }
}
/* line 2588, ../../Private/sass/app.scss */
.landing-page .main .wide-teaser .container .row .outer-copy {
  height: auto;
}
/* line 2592, ../../Private/sass/app.scss */
.landing-page .main .wide-teaser ul li {
  padding-left: 20px;
}
/* line 2594, ../../Private/sass/app.scss */
.landing-page .main .wide-teaser ul li::before {
  color: inherit;
}
/* line 2601, ../../Private/sass/app.scss */
.landing-page .main .redContentBox ol {
  padding: 20px 0 10px 20px;
  list-style-position: outside;
}
/* line 2606, ../../Private/sass/app.scss */
.landing-page .main .redContentBox ol li strong {
  text-transform: uppercase;
  line-height: 2;
}
/* line 2613, ../../Private/sass/app.scss */
.landing-page .main .redContentBox p strong {
  text-transform: uppercase;
  line-height: 2;
}
/* line 2618, ../../Private/sass/app.scss */
.landing-page .main .redContentBox ul {
  padding-left: 15px;
  padding-bottom: 30px;
}
/* line 2622, ../../Private/sass/app.scss */
.landing-page .main .redContentBox ul li {
  margin: 0;
  list-style-type: disc;
  padding-left: 0;
}
/* line 2627, ../../Private/sass/app.scss */
.landing-page .main .redContentBox ul li::before {
  display: none;
}
/* line 2636, ../../Private/sass/app.scss */
.landing-page .main .col-md-4 .redContentBox ul {
  padding-left: 0;
  margin-top: -15px;
}
/* line 2639, ../../Private/sass/app.scss */
.landing-page .main .col-md-4 .redContentBox ul li {
  list-style-type: none;
  padding-left: 15px;
  color: inherit;
  font-size: 0.9375rem;
  position: relative;
  margin-bottom: 4px;
}
/* line 2646, ../../Private/sass/app.scss */
.landing-page .main .col-md-4 .redContentBox ul li::before {
  content: '+';
  position: absolute;
  left: 0px;
  color: #ffffff !important;
  display: inline-block;
}
/* line 2659, ../../Private/sass/app.scss */
.landing-page h1 {
  font-size: 7.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (min-width: 768px) {
  /* line 2659, ../../Private/sass/app.scss */
  .landing-page h1 {
    margin-top: 155px;
  }
}
@media (min-width: 2100px) {
  /* line 2659, ../../Private/sass/app.scss */
  .landing-page h1 {
    margin-top: 218px;
  }
}
/* line 2673, ../../Private/sass/app.scss */
.landing-page h1 .subline {
  font-size: 50%;
  position: relative;
  top: -20px;
}
/* line 2679, ../../Private/sass/app.scss */
.landing-page h2 {
  margin: 0 0 25px;
}
/* line 2683, ../../Private/sass/app.scss */
.landing-page h3 {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 30px 0 0;
}
/* line 2688, ../../Private/sass/app.scss */
.landing-page p {
  line-height: 1.34;
}
/* line 2698, ../../Private/sass/app.scss */
.landing-page .col-md-8 .home-teaser .outer-copy .inner-copy {
  height: 100%;
}
/* line 2702, ../../Private/sass/app.scss */
.landing-page .col-md-8 .home-teaser .outer-image {
  height: 72vw;
  max-height: 450px;
}
@media (min-width: 768px) {
  /* line 2702, ../../Private/sass/app.scss */
  .landing-page .col-md-8 .home-teaser .outer-image {
    height: 500px;
    max-height: none;
  }
}
/* line 2711, ../../Private/sass/app.scss */
.landing-page .col-md-8 .ce-left.ce-above {
  margin-top: 60px;
}
/* line 2718, ../../Private/sass/app.scss */
.landing-page .col-md-4 .home-teaser .outer-copy {
  padding-bottom: 30px;
}
/* line 2720, ../../Private/sass/app.scss */
.landing-page .col-md-4 .home-teaser .outer-copy::before {
  margin-left: -31px;
}
/* line 2723, ../../Private/sass/app.scss */
.landing-page .col-md-4 .home-teaser .outer-copy::after {
  margin-left: -30px;
}
@media (min-width: 992px) {
  /* line 2718, ../../Private/sass/app.scss */
  .landing-page .col-md-4 .home-teaser .outer-copy {
    height: 375px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* line 2718, ../../Private/sass/app.scss */
  .landing-page .col-md-4 .home-teaser .outer-copy {
    height: 300px;
  }
}
@media (min-width: 2100px) {
  /* line 2718, ../../Private/sass/app.scss */
  .landing-page .col-md-4 .home-teaser .outer-copy {
    height: 322px;
  }
}
/* line 2738, ../../Private/sass/app.scss */
.landing-page .col-md-4 .home-teaser .outer-copy .inner-copy {
  height: 100%;
}
/* line 2743, ../../Private/sass/app.scss */
.landing-page .col-md-4 .home-teaser .outer-image {
  height: 72vw;
  max-height: 450px;
}
@media (min-width: 768px) {
  /* line 2743, ../../Private/sass/app.scss */
  .landing-page .col-md-4 .home-teaser .outer-image {
    height: 500px;
    max-height: none;
  }
}
@media (min-width: 992px) {
  /* line 2743, ../../Private/sass/app.scss */
  .landing-page .col-md-4 .home-teaser .outer-image {
    height: 375px;
  }
}
@media (min-width: 1200px) {
  /* line 2743, ../../Private/sass/app.scss */
  .landing-page .col-md-4 .home-teaser .outer-image {
    height: 332px;
  }
}
@media (min-width: 2100px) {
  /* line 2743, ../../Private/sass/app.scss */
  .landing-page .col-md-4 .home-teaser .outer-image {
    height: 460px;
  }
}
/* line 2759, ../../Private/sass/app.scss */
.landing-page .col-md-4 .home-teaser .outer-image img.img-fluid {
  margin-top: -30%;
}
@media (min-width: 992px) {
  /* line 2759, ../../Private/sass/app.scss */
  .landing-page .col-md-4 .home-teaser .outer-image img.img-fluid {
    margin-top: 0;
  }
}
/* line 2770, ../../Private/sass/app.scss */
.landing-page .col-md-3.ml-auto p {
  margin-bottom: 45px;
}
/* line 2775, ../../Private/sass/app.scss */
.landing-page .home-teaser {
  overflow: hidden;
}
/* line 2778, ../../Private/sass/app.scss */
.landing-page .home-teaser h2 {
  margin: 0 0 15px;
}
@media (min-width: 2100px) {
  /* line 2778, ../../Private/sass/app.scss */
  .landing-page .home-teaser h2 {
    margin: 28px 0 37px;
  }
}
/* line 2784, ../../Private/sass/app.scss */
.landing-page .home-teaser .col-md-6 h2 {
  margin: 0 0 15px;
}
@media (min-width: 2100px) {
  /* line 2784, ../../Private/sass/app.scss */
  .landing-page .home-teaser .col-md-6 h2 {
    margin: 0 0 25px;
  }
}
/* line 2794, ../../Private/sass/app.scss */
.landing-page .home-teaser .col-md-7.outer-copy {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  /* line 2794, ../../Private/sass/app.scss */
  .landing-page .home-teaser .col-md-7.outer-copy {
    height: 359px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* line 2794, ../../Private/sass/app.scss */
  .landing-page .home-teaser .col-md-7.outer-copy {
    height: 300px;
  }
}
@media (min-width: 2100px) {
  /* line 2794, ../../Private/sass/app.scss */
  .landing-page .home-teaser .col-md-7.outer-copy {
    height: 375px;
  }
}
/* line 2808, ../../Private/sass/app.scss */
.landing-page .home-teaser .col-md-7.outer-image {
  height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  /* line 2808, ../../Private/sass/app.scss */
  .landing-page .home-teaser .col-md-7.outer-image {
    height: 359px;
  }
}
@media (min-width: 1200px) {
  /* line 2808, ../../Private/sass/app.scss */
  .landing-page .home-teaser .col-md-7.outer-image {
    height: 300px;
  }
}
@media (min-width: 2100px) {
  /* line 2808, ../../Private/sass/app.scss */
  .landing-page .home-teaser .col-md-7.outer-image {
    height: 375px;
  }
}
/* line 2824, ../../Private/sass/app.scss */
.landing-page .home-teaser .col-md-6.outer-copy {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  /* line 2824, ../../Private/sass/app.scss */
  .landing-page .home-teaser .col-md-6.outer-copy {
    height: 359px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* line 2824, ../../Private/sass/app.scss */
  .landing-page .home-teaser .col-md-6.outer-copy {
    height: 300px;
  }
}
@media (min-width: 2100px) {
  /* line 2824, ../../Private/sass/app.scss */
  .landing-page .home-teaser .col-md-6.outer-copy {
    height: 375px;
  }
}
/* line 2838, ../../Private/sass/app.scss */
.landing-page .home-teaser .col-md-6.outer-image {
  height: 72vw;
  max-height: 450px;
}
@media (min-width: 768px) {
  /* line 2838, ../../Private/sass/app.scss */
  .landing-page .home-teaser .col-md-6.outer-image {
    max-height: none;
    height: 500px;
  }
}
@media (min-width: 992px) {
  /* line 2838, ../../Private/sass/app.scss */
  .landing-page .home-teaser .col-md-6.outer-image {
    height: 359px;
  }
}
@media (min-width: 1200px) {
  /* line 2838, ../../Private/sass/app.scss */
  .landing-page .home-teaser .col-md-6.outer-image {
    height: 300px;
  }
}
@media (min-width: 2100px) {
  /* line 2838, ../../Private/sass/app.scss */
  .landing-page .home-teaser .col-md-6.outer-image {
    height: 375px;
  }
}
/* line 2858, ../../Private/sass/app.scss */
.landing-page .home-teaser .col-md-5.outer-copy {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  /* line 2858, ../../Private/sass/app.scss */
  .landing-page .home-teaser .col-md-5.outer-copy {
    height: 359px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* line 2858, ../../Private/sass/app.scss */
  .landing-page .home-teaser .col-md-5.outer-copy {
    height: 300px;
  }
}
@media (min-width: 2100px) {
  /* line 2858, ../../Private/sass/app.scss */
  .landing-page .home-teaser .col-md-5.outer-copy {
    height: 375px;
  }
}
/* line 2872, ../../Private/sass/app.scss */
.landing-page .home-teaser .col-md-5.outer-image {
  height: 359px;
}
@media (min-width: 1200px) {
  /* line 2872, ../../Private/sass/app.scss */
  .landing-page .home-teaser .col-md-5.outer-image {
    height: 300px;
  }
}
@media (min-width: 2100px) {
  /* line 2872, ../../Private/sass/app.scss */
  .landing-page .home-teaser .col-md-5.outer-image {
    height: 375px;
  }
}
/* line 2882, ../../Private/sass/app.scss */
.landing-page .home-teaser .outer-copy {
  background-color: #ffffff;
  height: 100%;
}
/* line 2885, ../../Private/sass/app.scss */
.landing-page .home-teaser .outer-copy::after {
  border-width: 30px;
  margin-top: -30px;
}
/* line 2889, ../../Private/sass/app.scss */
.landing-page .home-teaser .outer-copy::before {
  border-width: 31px;
  margin-top: -31px;
}
/* line 2896, ../../Private/sass/app.scss */
.landing-page .home-teaser.no-image .red-content {
  background-color: #e2002b;
  color: #ffffff;
  padding: 27px 30px 40px;
}
@media (min-width: 992px) {
  /* line 2896, ../../Private/sass/app.scss */
  .landing-page .home-teaser.no-image .red-content {
    padding: 27px 48px;
    height: 359px;
    overflow-y: hidden;
  }
}
@media (min-width: 1200px) {
  /* line 2896, ../../Private/sass/app.scss */
  .landing-page .home-teaser.no-image .red-content {
    height: 300px;
  }
}
@media (min-width: 2100px) {
  /* line 2896, ../../Private/sass/app.scss */
  .landing-page .home-teaser.no-image .red-content {
    padding: 40px 75px;
    height: 375px;
  }
}
/* line 2913, ../../Private/sass/app.scss */
.landing-page .home-teaser.no-image .red-content ul {
  margin: 0;
}
/* line 2915, ../../Private/sass/app.scss */
.landing-page .home-teaser.no-image .red-content ul li {
  font-size: 0.9375rem;
  font-size: 14px;
  margin-bottom: 4px;
}
/* line 2919, ../../Private/sass/app.scss */
.landing-page .home-teaser.no-image .red-content ul li::before {
  color: #ffffff !important;
}
/* line 2926, ../../Private/sass/app.scss */
.landing-page .home-teaser.no-image .outer-copy::after, .landing-page .home-teaser.no-image .outer-copy::before {
  bottom: 100%;
  left: 50%;
}
@media (min-width: 992px) {
  /* line 2926, ../../Private/sass/app.scss */
  .landing-page .home-teaser.no-image .outer-copy::after, .landing-page .home-teaser.no-image .outer-copy::before {
    right: auto;
    left: 100%;
    bottom: auto;
  }
}
/* line 2936, ../../Private/sass/app.scss */
.landing-page .home-teaser.no-image .outer-copy::after {
  border-right-color: transparent;
  border-left-color: #FFFFFF;
  z-index: 5;
}
/* line 2941, ../../Private/sass/app.scss */
.landing-page .home-teaser.no-image .outer-copy::before {
  border-right-color: transparent;
  border-left-color: #8f8f95;
  z-index: 5;
}
/* line 2949, ../../Private/sass/app.scss */
.landing-page .home-teaser.just-image {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 2949, ../../Private/sass/app.scss */
  .landing-page .home-teaser.just-image {
    margin-bottom: 0;
  }
}
/* line 2956, ../../Private/sass/app.scss */
.landing-page .home-teaser.just-image .cta {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
/* line 2965, ../../Private/sass/app.scss */
.landing-page .col-md-4 .home-teaser h2 {
  margin-top: 0;
}
/* line 2971, ../../Private/sass/app.scss */
.landing-page.small-headlines h1 {
  font-size: 3.5625rem;
}
@media (min-width: 992px) {
  /* line 2971, ../../Private/sass/app.scss */
  .landing-page.small-headlines h1 {
    font-size: 4.5625rem;
  }
}
@media (min-width: 1200px) {
  /* line 2971, ../../Private/sass/app.scss */
  .landing-page.small-headlines h1 {
    font-size: 5.5625rem;
  }
}
@media (min-width: 2100px) {
  /* line 2971, ../../Private/sass/app.scss */
  .landing-page.small-headlines h1 {
    font-size: 6.5625rem;
  }
}
/* line 2983, ../../Private/sass/app.scss */
.landing-page.small-headlines h2 {
  font-size: 1.75rem;
}
/* line 2987, ../../Private/sass/app.scss */
.landing-page.small-headlines.smallest h1 {
  font-size: 29px;
}
@media (min-width: 1200px) {
  /* line 2987, ../../Private/sass/app.scss */
  .landing-page.small-headlines.smallest h1 {
    font-size: 3.75rem;
  }
}
@media (min-width: 2100px) {
  /* line 2987, ../../Private/sass/app.scss */
  .landing-page.small-headlines.smallest h1 {
    font-size: 5rem;
  }
}
/* line 2996, ../../Private/sass/app.scss */
.landing-page.small-headlines.smallest h1 .subline {
  top: -5px;
}
@media (min-width: 1200px) {
  /* line 2996, ../../Private/sass/app.scss */
  .landing-page.small-headlines.smallest h1 .subline {
    top: -20px;
  }
}
/* line 3006, ../../Private/sass/app.scss */
.landing-page.small-headlines.content-page.smallest h1 .subline {
  top: 0;
}

/* line 3014, ../../Private/sass/app.scss */
.lp-teasers img {
  height: auto;
}

/* line 3020, ../../Private/sass/app.scss */
.owl-theme.lp .owl-nav {
  position: absolute;
  bottom: 50px;
}
/* line 3024, ../../Private/sass/app.scss */
.owl-theme.lp .owl-nav .prev-small {
  display: inline-block;
}
/* line 3027, ../../Private/sass/app.scss */
.owl-theme.lp .owl-nav .next-small {
  display: inline-block;
  margin-left: 10px;
}
/* line 3032, ../../Private/sass/app.scss */
.owl-theme.lp .owl-dots {
  position: absolute;
  bottom: 50px;
}

/* line 3037, ../../Private/sass/app.scss */
.owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
}

/* line 3040, ../../Private/sass/app.scss */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
}

/* line 3046, ../../Private/sass/app.scss */
.main .ce-textpic img {
  margin-bottom: 15px;
}

/* line 3052, ../../Private/sass/app.scss */
.produktbereich header {
  border-bottom: 1px solid #000000;
}
/* line 3056, ../../Private/sass/app.scss */
.produktbereich .col-md-4.ml-auto header {
  border-bottom: none;
}

/* line 3061, ../../Private/sass/app.scss */
a.Herbstaktion, a.Startaktion {
  background: url(../Images/Icos/ESYLUX_CTA_promotion_01.svg) no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
}
/* line 3068, ../../Private/sass/app.scss */
a.Herbstaktion:hover, a.Startaktion:hover {
  background-image: url(../Images/Icos/ESYLUX_CTA_promotion_02.svg);
}

/* line 3072, ../../Private/sass/app.scss */
a.productElc {
  background: url(../Images/Icos/ESYLUX_CTA_ELC_01.svg) no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
}
/* line 3079, ../../Private/sass/app.scss */
a.productElc:hover {
  background-image: url(../Images/Icos/ESYLUX_CTA_ELC_02.svg);
}

/* line 3084, ../../Private/sass/app.scss */
.product-detail .sub-functions {
  margin-bottom: 10px;
}
/* line 3087, ../../Private/sass/app.scss */
.product-detail .sub-functions a {
  display: inline-block;
  margin-right: 15px;
}
/* line 3091, ../../Private/sass/app.scss */
.product-detail .sub-functions a:last-child {
  margin: 0 !important;
}
/* line 3097, ../../Private/sass/app.scss */
.product-detail .accessory-item {
  margin-left: 0;
  margin-right: 0;
}
/* line 3100, ../../Private/sass/app.scss */
.product-detail .accessory-item.first-item {
  border-width: 2px;
}
/* line 3105, ../../Private/sass/app.scss */
.product-detail .accessory-item .col-2:last-child, .product-detail .accessory-item .col-sm-2:last-child {
  text-align: right;
}
/* line 3108, ../../Private/sass/app.scss */
.product-detail .accessory-item .col-2:last-child .cta, .product-detail .accessory-item .col-sm-2:last-child .cta {
  margin-right: -14px;
}
/* line 3115, ../../Private/sass/app.scss */
.product-detail .related {
  margin-bottom: 30px;
}
/* line 3118, ../../Private/sass/app.scss */
.product-detail .related h2 {
  font-size: 1.875rem;
  margin: 20px 0 25px;
}
/* line 3124, ../../Private/sass/app.scss */
.product-detail .fittingSeries h2, .product-detail .similarSeries h2 {
  margin-top: 45px;
}
@media (min-width: 2100px) {
  /* line 3124, ../../Private/sass/app.scss */
  .product-detail .fittingSeries h2, .product-detail .similarSeries h2 {
    margin-top: 75px;
  }
}
/* line 3131, ../../Private/sass/app.scss */
.product-detail h1 {
  font-size: 24px;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  /* line 3131, ../../Private/sass/app.scss */
  .product-detail h1 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  /* line 3131, ../../Private/sass/app.scss */
  .product-detail h1 {
    font-size: 1.4375rem;
  }
}
@media (min-width: 2100px) {
  /* line 3131, ../../Private/sass/app.scss */
  .product-detail h1 {
    line-height: 1.3;
    font-size: 1.875rem;
  }
}
/* line 3147, ../../Private/sass/app.scss */
.product-detail .enum {
  font-size: 1rem;
  line-height: 1.467;
  display: inline-block;
  margin-bottom: 20px;
}
/* line 3152, ../../Private/sass/app.scss */
.product-detail .enum span {
  font-size: 11px;
  padding-right: 6px;
}
/* line 3157, ../../Private/sass/app.scss */
.product-detail .available {
  color: #e2002b;
  font-size: 11px;
  margin: -20px 0 20px;
  display: block;
  padding-right: 6px;
}
/* line 3164, ../../Private/sass/app.scss */
.product-detail .carousel-wrapper {
  position: relative;
}
/* line 3167, ../../Private/sass/app.scss */
.product-detail .carousel-wrapper .series-title {
  position: static;
  color: #000000;
  z-index: 25;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 0.033em;
}
@media (min-width: 992px) {
  /* line 3167, ../../Private/sass/app.scss */
  .product-detail .carousel-wrapper .series-title {
    font-size: 32px;
  }
}
@media (min-width: 2100px) {
  /* line 3167, ../../Private/sass/app.scss */
  .product-detail .carousel-wrapper .series-title {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  /* line 3167, ../../Private/sass/app.scss */
  .product-detail .carousel-wrapper .series-title {
    position: absolute;
    font-size: 42px;
    left: 115px;
    bottom: 50px;
  }
}
/* line 3184, ../../Private/sass/app.scss */
.product-detail .carousel-wrapper .series-title .spitzmarke {
  display: block;
  font-size: 50%;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  /* line 3184, ../../Private/sass/app.scss */
  .product-detail .carousel-wrapper .series-title .spitzmarke {
    margin-bottom: 5px;
  }
}
/* line 3194, ../../Private/sass/app.scss */
.product-detail .owl-carousel.product-slider {
  margin-bottom: 30px;
}
/* line 3197, ../../Private/sass/app.scss */
.product-detail .owl-carousel.product-slider .owl-stage {
  display: flex;
  align-items: center;
}
/* line 3201, ../../Private/sass/app.scss */
.product-detail .owl-carousel.product-slider .owl-stage .owl-item {
  background-color: #ffffff;
  overflow: hidden;
}
/* line 3205, ../../Private/sass/app.scss */
.product-detail .owl-carousel.product-slider .owl-stage .owl-item img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 502px;
}
@media (min-width: 768px) {
  /* line 3205, ../../Private/sass/app.scss */
  .product-detail .owl-carousel.product-slider .owl-stage .owl-item img {
    height: 244px;
  }
}
@media (min-width: 992px) {
  /* line 3205, ../../Private/sass/app.scss */
  .product-detail .owl-carousel.product-slider .owl-stage .owl-item img {
    height: 319px;
  }
}
@media (min-width: 1200px) {
  /* line 3205, ../../Private/sass/app.scss */
  .product-detail .owl-carousel.product-slider .owl-stage .owl-item img {
    height: 388px;
  }
}
@media (min-width: 768px) {
  /* line 3225, ../../Private/sass/app.scss */
  .product-detail .owl-carousel.product-slider .owl-stage-outer::before {
    content: url("../Images/aufsteiger_products.png");
    position: absolute;
    left: -2px;
    bottom: -7px;
    z-index: 50;
    opacity: 0.85;
  }
}
/* line 3236, ../../Private/sass/app.scss */
.product-detail .owl-carousel.product-slider .owl-nav {
  position: absolute;
  bottom: 25px;
  right: 25px;
  height: 40px;
}
/* line 3242, ../../Private/sass/app.scss */
.product-detail .owl-carousel.product-slider .owl-nav div {
  display: inline-block !important;
  margin: 5px;
  cursor: pointer;
}
/* line 3248, ../../Private/sass/app.scss */
.product-detail .owl-carousel.product-slider .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
/* line 3254, ../../Private/sass/app.scss */
.product-detail .nav-pills {
  margin: 30px 0 40px;
}
/* line 3257, ../../Private/sass/app.scss */
.product-detail .nav-pills .nav-item {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 3257, ../../Private/sass/app.scss */
  .product-detail .nav-pills .nav-item {
    margin-left: 2%;
    width: 32%;
  }
}
/* line 3267, ../../Private/sass/app.scss */
.product-detail .nav-pills .nav-item:first-child {
  margin-left: 0;
}
/* line 3271, ../../Private/sass/app.scss */
.product-detail .nav-pills .nav-item .nav-link {
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #e2002b;
  font-size: 0.9375rem;
  line-height: 38px;
  padding: 0;
  font-weight: normal;
  border: 1px solid #e2002b;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.06em;
}
/* line 3284, ../../Private/sass/app.scss */
.product-detail .nav-pills .nav-item .nav-link.active, .product-detail .nav-pills .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #e2002b;
  position: relative;
}
@media (min-width: 768px) {
  /* line 3290, ../../Private/sass/app.scss */
  .product-detail .nav-pills .nav-item .nav-link.active::before, .product-detail .nav-pills .nav-item .nav-link:hover::before {
    border-color: transparent;
    border-top-color: #e2002b;
    bottom: -10px;
    border-style: solid;
    border-width: 10px 11px 0;
    content: ' ';
    left: 50%;
    margin-left: -11px;
    position: absolute;
  }
  /* line 3302, ../../Private/sass/app.scss */
  .product-detail .nav-pills .nav-item .nav-link.active::after, .product-detail .nav-pills .nav-item .nav-link:hover::after {
    border-color: transparent;
    border-top-color: #fff;
    bottom: -9px;
    border-style: solid;
    border-width: 10px 11px 0;
    content: ' ';
    left: 50%;
    margin-left: -11px;
    position: absolute;
  }
}
@media (min-width: 768px) {
  /* line 3318, ../../Private/sass/app.scss */
  .product-detail .nav-pills.hasCalculation .nav-item {
    width: 23.5%;
  }
}
/* line 3323, ../../Private/sass/app.scss */
.product-detail .nav-pills.hasCalculation .nav-item .nav-link {
  font-size: 0.875rem;
  line-height: 1rem;
  padding-top: 11px;
  padding-bottom: 11px;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}
/* line 3337, ../../Private/sass/app.scss */
.product-detail .table th, .product-detail .table td {
  padding: 2% 0;
  width: 45%;
  border: none;
  font-size: 0.9375rem;
}
@media (min-width: 2100px) {
  /* line 3337, ../../Private/sass/app.scss */
  .product-detail .table th, .product-detail .table td {
    width: 50%;
  }
}
/* line 3346, ../../Private/sass/app.scss */
.product-detail .table th.second, .product-detail .table th.no-service-download, .product-detail .table td.second, .product-detail .table td.no-service-download {
  width: 35%;
}
@media (min-width: 2100px) {
  /* line 3346, ../../Private/sass/app.scss */
  .product-detail .table th.second, .product-detail .table th.no-service-download, .product-detail .table td.second, .product-detail .table td.no-service-download {
    width: 40%;
  }
}
/* line 3353, ../../Private/sass/app.scss */
.product-detail .table {
  margin-bottom: 2rem;
}
/* line 3355, ../../Private/sass/app.scss */
.product-detail .table tr {
  border-top: 1px solid #000000;
}
/* line 3357, ../../Private/sass/app.scss */
.product-detail .table tr:first-child {
  border-width: 2px;
}
/* line 3360, ../../Private/sass/app.scss */
.product-detail .table tr:last-child {
  border-bottom: 2px solid #000000;
}
/* line 3364, ../../Private/sass/app.scss */
.product-detail .table th {
  border-bottom: 2px solid #000000;
  text-transform: uppercase;
  font-size: 1rem;
}
/* line 3369, ../../Private/sass/app.scss */
.product-detail .table td:last-child {
  width: 50px;
}
/* line 3372, ../../Private/sass/app.scss */
.product-detail .table td:last-child .download {
  margin: 0 0 0 auto;
}
/* line 3375, ../../Private/sass/app.scss */
.product-detail .table td:last-child .cta {
  margin: 0 0 0 auto;
}
/* line 3380, ../../Private/sass/app.scss */
.product-detail .table.table-sm td:last-child {
  width: auto;
  border: 0;
}
/* line 3387, ../../Private/sass/app.scss */
.product-detail .table thead tr:first-child {
  border: none;
}
/* line 3394, ../../Private/sass/app.scss */
.product-detail .table.prod-download tr:first-child {
  border-width: 0px;
}
/* line 3397, ../../Private/sass/app.scss */
.product-detail .table.prod-download tr:last-child {
  border-bottom: none;
}
/* line 3404, ../../Private/sass/app.scss */
.product-detail .no-prod-download {
  display: none;
}
/* line 3408, ../../Private/sass/app.scss */
.product-detail .product-item {
  border-top: 1px solid #000000;
}
/* line 3411, ../../Private/sass/app.scss */
.product-detail .product-item img {
  margin-top: 7px;
}
/* line 3415, ../../Private/sass/app.scss */
.product-detail .product-item a {
  text-decoration: none !important;
}
/* line 3419, ../../Private/sass/app.scss */
.product-detail .product-item .product-title {
  color: #e2002b;
  display: block;
  margin-top: 20px;
  font-size: 16px;
}
/* line 3425, ../../Private/sass/app.scss */
.product-detail .product-item .order-number {
  font-size: 1rem;
  color: #000000;
}
/* line 3429, ../../Private/sass/app.scss */
.product-detail .product-item .order-number span {
  font-size: 11px;
  padding-right: 6px;
}
/* line 3434, ../../Private/sass/app.scss */
.product-detail .product-item .product-list-attributes {
  display: block;
  margin-top: 20px;
}
/* line 3439, ../../Private/sass/app.scss */
.product-detail .product-item .cta {
  display: inline-block;
  margin-top: 20px;
}
/* line 3443, ../../Private/sass/app.scss */
.product-detail .product-item .download {
  display: inline-block;
  margin-right: 10px;
  margin-top: 20px;
}
/* line 3449, ../../Private/sass/app.scss */
.product-detail .load-more {
  padding-top: 40px;
  text-align: center;
  width: 100%;
}
/* line 3454, ../../Private/sass/app.scss */
.product-detail .load-more .cta {
  display: inline-block;
  margin: 20px auto;
  background: url("../../Public/Images/Icos/arrow_bottom_50px.png") no-repeat;
  background-size: contain;
  cursor: pointer;
}
/* line 3461, ../../Private/sass/app.scss */
.product-detail .load-more .cta::after, .product-detail .load-more .cta::before {
  display: none;
}
/* line 3465, ../../Private/sass/app.scss */
.product-detail .load-more .cta:hover {
  background-image: url("../../Public/Images/Icos/arrow_bottom_white_50px.png");
}
/* line 3469, ../../Private/sass/app.scss */
.product-detail .load-more span {
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 15px;
  line-height: 32px;
  vertical-align: top;
}
/* line 3478, ../../Private/sass/app.scss */
.product-detail .col-md-3.ml-auto {
  padding-top: 75px;
}
/* line 3481, ../../Private/sass/app.scss */
.product-detail .col-md-3.ml-auto header {
  border: none;
}

/* line 3486, ../../Private/sass/app.scss */
.accessory-item {
  border-top: 1px solid #000000;
}
/* line 3488, ../../Private/sass/app.scss */
.accessory-item .product-title {
  font-size: 1rem;
  margin-top: 16px;
  display: block;
}
/* line 3493, ../../Private/sass/app.scss */
.accessory-item .order-number {
  font-size: 1rem;
  color: #000000;
  display: block;
}
/* line 3499, ../../Private/sass/app.scss */
.accessory-item .order-number span {
  font-size: 11px;
  padding-right: 6px;
}
/* line 3504, ../../Private/sass/app.scss */
.accessory-item .available {
  color: #e2002b;
  font-size: 11px;
  margin: -20px 0 20px;
  display: block;
  padding-right: 6px;
}
/* line 3511, ../../Private/sass/app.scss */
.accessory-item .cta {
  margin-top: 16px;
}

/* line 3516, ../../Private/sass/app.scss */
.related._container.prod > .row {
  margin-bottom: 45px;
}

/* line 3519, ../../Private/sass/app.scss */
.page-functions {
  padding: 30px 0;
  position: relative;
}
/* line 3523, ../../Private/sass/app.scss */
.page-functions .print {
  position: absolute;
  right: 0;
  top: 30px;
}
/* line 3529, ../../Private/sass/app.scss */
.page-functions .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
/* line 3534, ../../Private/sass/app.scss */
.page-functions .breadcrumb .breadcrumb-item {
  font-size: 0.625rem;
  color: #9d9d9c;
}
/* line 3538, ../../Private/sass/app.scss */
.page-functions .breadcrumb .breadcrumb-item.active {
  color: #000000;
}
/* line 3541, ../../Private/sass/app.scss */
.page-functions .breadcrumb .breadcrumb-item:after {
  content: '';
}
/* line 3544, ../../Private/sass/app.scss */
.page-functions .breadcrumb .breadcrumb-item:before {
  content: '|';
  padding-left: 5px;
  padding-right: 5px;
}
/* line 3549, ../../Private/sass/app.scss */
.page-functions .breadcrumb .breadcrumb-item:first-child {
  text-indent: -100px;
  overflow: hidden;
  position: relative;
  width: 17px;
  height: auto;
  background: url(../Images/Icos/Home.svg) no-repeat;
  top: -3px;
  background-size: contain;
  /*
  &::before{
    content: url("../Images/Icos/breadcrumb_home.png");
    position: absolute;
    right: -92px;
    top: 0;
  }
  */
}

/* line 3570, ../../Private/sass/app.scss */
.print img {
  position: relative;
  top: -3px;
  height: 19px;
}

/* line 3575, ../../Private/sass/app.scss */
.product-series.list .print img, .product-detail .print img {
  top: -7px;
}

/* line 3578, ../../Private/sass/app.scss */
.back-to-filter {
  position: relative;
  padding-right: 80px;
  border: 0;
}
@media (min-width: 2100px) {
  /* line 3578, ../../Private/sass/app.scss */
  .back-to-filter {
    margin-top: 75px;
  }
}
/* line 3586, ../../Private/sass/app.scss */
.back-to-filter h3 {
  margin-bottom: 0;
}
/* line 3590, ../../Private/sass/app.scss */
.back-to-filter .back {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

/* line 3596, ../../Private/sass/app.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
}

/* line 3599, ../../Private/sass/app.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
}

/* line 3602, ../../Private/sass/app.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
}

/* line 3605, ../../Private/sass/app.scss */
:-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
}

/* line 3608, ../../Private/sass/app.scss */
input.form-control {
  border: 1px solid #696a67;
  margin-bottom: 18px;
  border-radius: 0;
}

/* line 3613, ../../Private/sass/app.scss */
textarea.form-control {
  border: 1px solid #696a67;
  margin-bottom: 18px;
  border-radius: 0;
}

/* line 3618, ../../Private/sass/app.scss */
label {
  font-size: 13px;
  color: #333333;
}

/* line 3623, ../../Private/sass/app.scss */
.product-series h1 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 500;
}
@media (min-width: 992px) {
  /* line 3623, ../../Private/sass/app.scss */
  .product-series h1 {
    font-size: 32px;
  }
}
@media (min-width: 2100px) {
  /* line 3623, ../../Private/sass/app.scss */
  .product-series h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  /* line 3623, ../../Private/sass/app.scss */
  .product-series h1 {
    font-size: 42px;
  }
}
/* line 3630, ../../Private/sass/app.scss */
.product-series h1 .spitzmarke {
  font-size: 50%;
  display: block;
  margin-bottom: 5px;
}
/* line 3636, ../../Private/sass/app.scss */
.product-series h1 b {
  color: #e2002b;
}
/* line 3640, ../../Private/sass/app.scss */
.product-series .series-description {
  margin-bottom: 45px;
}
/* line 3643, ../../Private/sass/app.scss */
.product-series .series-teaser {
  margin-bottom: 30px;
}
/* line 3646, ../../Private/sass/app.scss */
.product-series .series-teaser .inner-wrapper {
  border: 1px solid #989899;
  width: 100%;
  padding: 10px;
  position: relative;
}
/* line 3652, ../../Private/sass/app.scss */
.product-series .series-teaser .inner-wrapper h2 {
  font-size: 16px;
  color: #e2002b;
  height: 60px;
  margin: 0;
}
/* line 3658, ../../Private/sass/app.scss */
.product-series .series-teaser .inner-wrapper .info {
  color: #e2002b;
  font-size: 0.9375rem;
  line-height: 1;
}
/* line 3663, ../../Private/sass/app.scss */
.product-series .series-teaser .inner-wrapper .info span {
  font-size: 1.875rem;
  line-height: 1.5;
  display: block;
}
/* line 3669, ../../Private/sass/app.scss */
.product-series .series-teaser .inner-wrapper .cta {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
/* line 3676, ../../Private/sass/app.scss */
.product-series .series-teaser:hover a {
  text-decoration: none !important;
}
/* line 3679, ../../Private/sass/app.scss */
.product-series .series-teaser:hover .inner-wrapper {
  border-color: #e2002b;
}
/* line 3682, ../../Private/sass/app.scss */
.product-series .series-teaser:hover .inner-wrapper .cta {
  background-color: #FFFFFF;
}
/* line 3684, ../../Private/sass/app.scss */
.product-series .series-teaser:hover .inner-wrapper .cta::before {
  background-color: #e2002b;
}
/* line 3687, ../../Private/sass/app.scss */
.product-series .series-teaser:hover .inner-wrapper .cta::after {
  background-color: #e2002b;
}
/* line 3696, ../../Private/sass/app.scss */
.product-series .ml-auto h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 11px;
}
@media (min-width: 2100px) {
  /* line 3696, ../../Private/sass/app.scss */
  .product-series .ml-auto h3 {
    font-size: 1.875rem;
    line-height: 1.3;
    margin: 0 0 15px;
  }
}
/* line 3700, ../../Private/sass/app.scss */
.product-series .filter-item {
  margin-bottom: 10px;
}
/* line 3703, ../../Private/sass/app.scss */
.product-series .filter-item .label {
  background-color: #e6e4e4;
  height: 38px;
  font-size: 0;
}
/* line 3708, ../../Private/sass/app.scss */
.product-series .filter-item .label .cta {
  display: inline-block;
  height: 38px;
  width: 38px;
  background: url("../../Public/Images/Icos/cta_right_38px.png") no-repeat center center;
  cursor: pointer;
}
/* line 3715, ../../Private/sass/app.scss */
.product-series .filter-item .label .cta::after {
  width: 4px;
  height: 24px;
  right: 13px;
  top: 3px;
}
/* line 3721, ../../Private/sass/app.scss */
.product-series .filter-item .label .cta::before {
  width: 24px;
  height: 4px;
  left: 3px;
  top: 13px;
}
/* line 3727, ../../Private/sass/app.scss */
.product-series .filter-item .label .cta:hover {
  background-image: url("../../Public/Images/Icos/cta_right_white_38px.png");
}
/* line 3730, ../../Private/sass/app.scss */
.product-series .filter-item .label .cta:hover::after, .product-series .filter-item .label .cta:hover::before {
  background-color: #e6e4e4;
}
/* line 3736, ../../Private/sass/app.scss */
.product-series .filter-item .label span {
  font-size: 0.9375rem;
  line-height: 38px;
  color: #393a34;
  background-color: #e6e4e4;
  display: inline-block;
  border-left: 10px solid #ffffff;
  vertical-align: top;
  padding-left: 15px;
}
@media (min-width: 768px) {
  /* line 3736, ../../Private/sass/app.scss */
  .product-series .filter-item .label span {
    font-size: 0.75rem;
  }
}
@media (min-width: 2100px) {
  /* line 3736, ../../Private/sass/app.scss */
  .product-series .filter-item .label span {
    font-size: 0.9375rem;
  }
}
/* line 3755, ../../Private/sass/app.scss */
.product-series .filter-item.show .label {
  background-color: #e2002b;
}
/* line 3757, ../../Private/sass/app.scss */
.product-series .filter-item.show .label span {
  color: #ffffff;
  background-color: #e2002b;
}
/* line 3762, ../../Private/sass/app.scss */
.product-series .filter-item.show .label .cta {
  background-image: url("../../Public/Images/Icos/cta_down_38px.png");
}
/* line 3765, ../../Private/sass/app.scss */
.product-series .filter-item.show .label .cta:hover {
  background-image: url("../../Public/Images/Icos/cta_down_white_38px.png");
}
/* line 3771, ../../Private/sass/app.scss */
.product-series .filter-item .ui {
  padding: 18px 0 10px 48px;
  display: none;
}
/* line 3775, ../../Private/sass/app.scss */
.product-series .filter-item .ui a {
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 10px;
  padding-left: 30px;
  background: url("../../Public/Images/Icos/filter_unset.png") no-repeat left center;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 3775, ../../Private/sass/app.scss */
  .product-series .filter-item .ui a {
    font-size: 0.75rem;
  }
}
@media (min-width: 2100px) {
  /* line 3775, ../../Private/sass/app.scss */
  .product-series .filter-item .ui a {
    font-size: 0.9375rem;
  }
}
/* line 3788, ../../Private/sass/app.scss */
.product-series .filter-item .ui a.set {
  background-image: url("../../Public/Images/Icos/filter_set.png");
}
/* line 3791, ../../Private/sass/app.scss */
.product-series .filter-item .ui a.lieferzeit8-i {
  display: none;
}
/* line 3794, ../../Private/sass/app.scss */
.product-series .filter-item .ui a.lieferzeit8-14d {
  padding-left: 50px;
  position: relative;
}
/* line 3797, ../../Private/sass/app.scss */
.product-series .filter-item .ui a.lieferzeit8-14d::before {
  content: url("../Images/Icos/icon_lieferzeit_14d.svg");
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 1px;
}
@media (min-width: 2100px) {
  /* line 3797, ../../Private/sass/app.scss */
  .product-series .filter-item .ui a.lieferzeit8-14d::before {
    top: 3px;
  }
}
/* line 3809, ../../Private/sass/app.scss */
.product-series .filter-item .ui a.lieferzeit8-72h {
  padding-left: 50px;
  position: relative;
}
/* line 3812, ../../Private/sass/app.scss */
.product-series .filter-item .ui a.lieferzeit8-72h::before {
  content: url("../Images/Icos/icon_lieferzeit_72h.svg");
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 1px;
}
@media (min-width: 2100px) {
  /* line 3812, ../../Private/sass/app.scss */
  .product-series .filter-item .ui a.lieferzeit8-72h::before {
    top: 3px;
  }
}
/* line 3825, ../../Private/sass/app.scss */
.product-series .filter-item .ui .slider-value, .product-series .filter-item .ui div {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  /* line 3825, ../../Private/sass/app.scss */
  .product-series .filter-item .ui .slider-value, .product-series .filter-item .ui div {
    font-size: 0.75rem;
  }
}
@media (min-width: 2100px) {
  /* line 3825, ../../Private/sass/app.scss */
  .product-series .filter-item .ui .slider-value, .product-series .filter-item .ui div {
    font-size: 0.9375rem;
  }
}
/* line 3836, ../../Private/sass/app.scss */
.product-series .open-all, .product-series .reset {
  display: block;
  background: url("../../Public/Images/Icos/filter_unset.png") no-repeat left center;
  font-size: 0.9375rem;
  color: #999999 !important;
  margin-left: 13px;
  padding-left: 50px;
  margin-bottom: 8px;
}
/* line 3845, ../../Private/sass/app.scss */
.product-series .reset {
  margin-bottom: 20px;
}
/* line 3849, ../../Private/sass/app.scss */
.product-series .esyluxProductfilterProductList .product-item {
  border-top: 1px solid #000000;
}
/* line 3852, ../../Private/sass/app.scss */
.product-series .esyluxProductfilterProductList .product-item .product-title {
  color: #e2002b;
  display: block;
  margin-top: 20px;
  font-size: 16px;
}
/* line 3858, ../../Private/sass/app.scss */
.product-series .esyluxProductfilterProductList .product-item .order-number {
  font-size: 1rem;
  color: #000000;
}
/* line 3862, ../../Private/sass/app.scss */
.product-series .esyluxProductfilterProductList .product-item .order-number span {
  font-size: 11px;
  padding-right: 6px;
}
/* line 3867, ../../Private/sass/app.scss */
.product-series .esyluxProductfilterProductList .product-item .available {
  color: #e2002b;
  font-size: 11px;
  display: block;
  padding-right: 6px;
}
/* line 3873, ../../Private/sass/app.scss */
.product-series .esyluxProductfilterProductList .product-item .product-list-attributes {
  display: block;
  margin-top: 20px;
}
/* line 3878, ../../Private/sass/app.scss */
.product-series .esyluxProductfilterProductList .product-item .cta {
  display: inline-block;
  margin-top: 20px;
  margin-left: 15px;
}
/* line 3882, ../../Private/sass/app.scss */
.product-series .esyluxProductfilterProductList .product-item .cta:first-child {
  margin-left: 0px;
}
/* line 3887, ../../Private/sass/app.scss */
.product-series .esyluxProductfilterProductList .product-item .bookmark {
  margin-right: 0;
}
/* line 3890, ../../Private/sass/app.scss */
.product-series .esyluxProductfilterProductList .product-item .download {
  display: inline-block;
  margin-right: 10px;
  margin-top: 20px;
}
/* line 3897, ../../Private/sass/app.scss */
.product-series .esyluxProductfilterOrigin {
  overflow-x: hidden;
}
/* line 3901, ../../Private/sass/app.scss */
.product-series.list h1 {
  color: #e2002b;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  /* line 3901, ../../Private/sass/app.scss */
  .product-series.list h1 {
    font-size: 32px;
  }
}
@media (min-width: 2100px) {
  /* line 3901, ../../Private/sass/app.scss */
  .product-series.list h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  /* line 3901, ../../Private/sass/app.scss */
  .product-series.list h1 {
    font-size: 42px;
  }
}
/* line 3908, ../../Private/sass/app.scss */
.product-series.list h1 .spitzmarke {
  display: block;
  color: #000000;
  font-size: 50%;
}
/* line 3913, ../../Private/sass/app.scss */
.product-series.list h1 .spitzmarke b {
  color: #e2002b;
}
/* line 3918, ../../Private/sass/app.scss */
.product-series.list h2 {
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  /* line 3918, ../../Private/sass/app.scss */
  .product-series.list h2 {
    font-size: 1.4375rem;
  }
}
@media (min-width: 2100px) {
  /* line 3918, ../../Private/sass/app.scss */
  .product-series.list h2 {
    line-height: 1.3;
    font-size: 1.875rem;
  }
}
/* line 3931, ../../Private/sass/app.scss */
.product-series.list a:hover {
  text-decoration: none;
}
/* line 3934, ../../Private/sass/app.scss */
.product-series.list .series-description {
  margin-bottom: 45px;
}
/* line 3937, ../../Private/sass/app.scss */
.product-series.list .product-item {
  border-top: 1px solid #000000;
}
/* line 3939, ../../Private/sass/app.scss */
.product-series.list .product-item:first-child {
  border-top-width: 2px;
}
/* line 3942, ../../Private/sass/app.scss */
.product-series.list .product-item:last-child {
  border-bottom: 2px solid #000000;
}
/* line 3946, ../../Private/sass/app.scss */
.product-series.list .product-item img {
  margin-top: 7px;
}
/* line 3950, ../../Private/sass/app.scss */
.product-series.list .product-item .product-title {
  color: #e2002b;
  display: block;
  margin-top: 20px;
  font-size: 16px;
}
/* line 3956, ../../Private/sass/app.scss */
.product-series.list .product-item .order-number {
  font-size: 1rem;
  color: #000000;
}
@media (min-width: 768px) {
  /* line 3956, ../../Private/sass/app.scss */
  .product-series.list .product-item .order-number {
    margin-bottom: 7px;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  /* line 3956, ../../Private/sass/app.scss */
  .product-series.list .product-item .order-number {
    margin-bottom: 0;
    display: inline;
  }
}
/* line 3969, ../../Private/sass/app.scss */
.product-series.list .product-item .order-number span {
  font-size: 11px;
  padding-right: 6px;
}
/* line 3974, ../../Private/sass/app.scss */
.product-series.list .product-item .available {
  color: #e2002b;
  font-size: 11px;
  display: block;
  padding-right: 6px;
}
/* line 3980, ../../Private/sass/app.scss */
.product-series.list .product-item .text-right {
  font-size: 0;
}
/* line 3983, ../../Private/sass/app.scss */
.product-series.list .product-item .product-list-attributes {
  display: block;
  margin-top: 20px;
}
/* line 3988, ../../Private/sass/app.scss */
.product-series.list .product-item .cta {
  display: inline-block;
  margin-top: 20px;
  margin-left: 15px;
}
/* line 3992, ../../Private/sass/app.scss */
.product-series.list .product-item .cta:first-child {
  margin-left: 0;
}
/* line 3997, ../../Private/sass/app.scss */
.product-series.list .product-item .bookmark {
  margin-right: 0;
}
/* line 4000, ../../Private/sass/app.scss */
.product-series.list .product-item .download {
  display: inline-block;
  margin-right: 10px;
  margin-top: 20px;
}
/* line 4006, ../../Private/sass/app.scss */
.product-series.list .series-closup {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  /* line 4006, ../../Private/sass/app.scss */
  .product-series.list .series-closup {
    height: 388px;
  }
}
@media (min-width: 2100px) {
  /* line 4006, ../../Private/sass/app.scss */
  .product-series.list .series-closup {
    height: auto;
  }
}
@media (min-width: 768px) {
  /* line 4017, ../../Private/sass/app.scss */
  .product-series.list .series-closup::before {
    content: url("../Images/aufsteiger_products_sm.png");
    position: absolute;
    left: -2px;
    bottom: -7px;
    z-index: 15;
    opacity: 0.85;
  }
}
@media (min-width: 992px) {
  /* line 4017, ../../Private/sass/app.scss */
  .product-series.list .series-closup::before {
    content: url("../Images/aufsteiger_products.png");
  }
}
/* line 4031, ../../Private/sass/app.scss */
.product-series.list .series-closup h1 {
  position: static;
  font-size: 29px;
  margin: 15px 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  /* line 4031, ../../Private/sass/app.scss */
  .product-series.list .series-closup h1 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 20px;
    position: absolute;
    bottom: 22px;
    left: 115px;
    color: #000000;
    z-index: 20;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  /* line 4031, ../../Private/sass/app.scss */
  .product-series.list .series-closup h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (min-width: 2100px) {
  /* line 4031, ../../Private/sass/app.scss */
  .product-series.list .series-closup h1 {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  /* line 4031, ../../Private/sass/app.scss */
  .product-series.list .series-closup h1 {
    bottom: 50px;
    font-size: 42px;
  }
}
/* line 4052, ../../Private/sass/app.scss */
.product-series.list .no-series-closup h1 {
  position: static;
  font-size: 29px;
  margin: 15px 0;
}
@media (min-width: 768px) {
  /* line 4052, ../../Private/sass/app.scss */
  .product-series.list .no-series-closup h1 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 20px;
    font-size: 42px;
    color: #000000;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  /* line 4052, ../../Private/sass/app.scss */
  .product-series.list .no-series-closup h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (min-width: 2100px) {
  /* line 4052, ../../Private/sass/app.scss */
  .product-series.list .no-series-closup h1 {
    font-size: 42px;
  }
}

/* line 4065, ../../Private/sass/app.scss */
.product-series.list .series-benefits ul {
  padding-left: 0;
  font-size: 0.9375rem;
  margin-bottom: 31px;
  position: relative;
  top: -15px;
}
/* line 4072, ../../Private/sass/app.scss */
.product-series.list .series-benefits ul li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
}
/* line 4077, ../../Private/sass/app.scss */
.product-series.list .series-benefits ul li::before {
  content: '+';
  position: absolute;
  left: 0;
}

/* line 4089, ../../Private/sass/app.scss */
.col-4.col-md-20 img {
  margin-top: 20px;
}
@media (min-width: 992px) {
  /* line 4089, ../../Private/sass/app.scss */
  .col-4.col-md-20 img {
    margin-top: 0;
  }
}

/* line 4096, ../../Private/sass/app.scss */
.col-md-38 .ce-left img {
  width: 24%;
}

@media (min-width: 992px) {
  /* line 4098, ../../Private/sass/app.scss */
  .col-md-38 {
    flex: 0 0 37.35%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 37.35%;
    max-width: 37.35%;
  }
  /* line 4106, ../../Private/sass/app.scss */
  .col-md-38 .ce-left img {
    height: 25px;
    width: auto;
    margin-right: 10px;
  }
  /* line 4112, ../../Private/sass/app.scss */
  .col-md-38 p {
    font-size: 14px;
    margin-bottom: 12px;
  }

  /* line 4117, ../../Private/sass/app.scss */
  .col-md-24 {
    flex: 0 0 25.3%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25.3%;
    max-width: 25.3%;
  }

  /* line 4124, ../../Private/sass/app.scss */
  .col-md-62 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
    flex: 0 0 62.5%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 62.5%;
    max-width: 62.5%;
  }

  /* line 4138, ../../Private/sass/app.scss */
  .col-md-20 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
    flex: 0 0 20%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 20%;
    max-width: 20%;
  }

  /* line 4151, ../../Private/sass/app.scss */
  .col-md-80 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
    flex: 0 0 80%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 80%;
    max-width: 80%;
  }
  /* line 4164, ../../Private/sass/app.scss */
  .col-md-80 h3 {
    margin-top: 10px;
  }
}
@media (min-width: 2100px) {
  /* line 4170, ../../Private/sass/app.scss */
  .col-md-38 {
    flex: 0 0 37.45%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 37.45%;
    max-width: 37.45%;
  }

  /* line 4177, ../../Private/sass/app.scss */
  .col-md-24 {
    flex: 0 0 25.1%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25.1%;
    max-width: 25.1%;
  }
}
/* line 4187, ../../Private/sass/app.scss */
.ce-border img {
  border: 1px solid #8f8f95;
}

/* line 4191, ../../Private/sass/app.scss */
hr.ce-div {
  border-color: #8f8f95;
}

/* line 4195, ../../Private/sass/app.scss */
.office-row hr {
  border-color: #8f8f95;
}

/* line 4199, ../../Private/sass/app.scss */
.headerImage {
  text-align: center;
  position: relative;
  border-top: 1px solid #8f8f95;
}
/* line 4204, ../../Private/sass/app.scss */
.headerImage .picture-wrapper {
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: auto;
}
@media (min-width: 2100px) {
  /* line 4204, ../../Private/sass/app.scss */
  .headerImage .picture-wrapper {
    height: 620px;
  }
}
/* line 4214, ../../Private/sass/app.scss */
.headerImage img.img-fluid {
  width: auto;
  height: auto;
}
/* line 4218, ../../Private/sass/app.scss */
.headerImage .container-wrapper {
  width: auto;
  left: 0;
  margin-left: 0;
  top: 10px;
  bottom: auto;
  padding: 0 14px;
  /*
  position: static;
  text-align: left;
  padding: 0 14px;
  @include breakpoint(md){
    position: absolute;
    top: 55%;
    left: 50%;
    margin-left: -586px;
    width: 1172px;
  }
  @include breakpoint(xl){
    width: 1472px;
    margin-left: -736px;
    top: 348px;
  }
  */
}
@media (min-width: 768px) {
  /* line 4218, ../../Private/sass/app.scss */
  .headerImage .container-wrapper {
    position: absolute;
    width: 752px;
    margin-left: -376px;
    left: 50%;
    top: auto;
    height: 176px;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  /* line 4218, ../../Private/sass/app.scss */
  .headerImage .container-wrapper {
    width: 900px;
    margin-left: -400px;
    height: 230px;
  }
}
@media (min-width: 1200px) {
  /* line 4218, ../../Private/sass/app.scss */
  .headerImage .container-wrapper {
    width: 1172px;
    margin-left: -586px;
  }
}
@media (min-width: 2100px) {
  /* line 4218, ../../Private/sass/app.scss */
  .headerImage .container-wrapper {
    width: 1472px;
    margin-left: -736px;
    top: 340px;
  }
}
/* line 4265, ../../Private/sass/app.scss */
.headerImage .container-wrapper h1 {
  font-size: 29px;
  line-height: 1.1;
  color: #000000;
  display: block;
  position: relative;
  font-weight: 500;
  text-align: left;
  z-index: 10;
  margin: 30px 0;
        /*
        @include layout1;
        color: #000000;
        display: inline-block;
        font-weight: 500;
        position: relative;
        z-index: 10;
        margin: 15px 0;
        @include breakpoint(md){
          margin-bottom: 60px;
          width: 80%;
          font-size: 4.25rem;
        }

        @include breakpoint(xl){
          font-size: 5.25rem;
        }

        .subline{
          display: block;
          font-size: 50%;
          padding-top: 15px;
        }
        */
}
@media (min-width: 768px) {
  /* line 4265, ../../Private/sass/app.scss */
  .headerImage .container-wrapper h1 {
    font-size: 1.75rem;
    margin: 0 0 0.5rem;
  }
}
@media (min-width: 992px) {
  /* line 4265, ../../Private/sass/app.scss */
  .headerImage .container-wrapper h1 {
    font-size: 2.75rem;
    width: auto;
  }
}
@media (min-width: 1200px) {
  /* line 4265, ../../Private/sass/app.scss */
  .headerImage .container-wrapper h1 {
    font-size: 4.25rem;
  }
}
@media (min-width: 2100px) {
  /* line 4265, ../../Private/sass/app.scss */
  .headerImage .container-wrapper h1 {
    font-size: 5.25rem;
  }
}
/* line 4291, ../../Private/sass/app.scss */
.headerImage .container-wrapper h1 .subline {
  font-size: 75%;
  display: block;
  margin-top: 7px;
}
@media (min-width: 992px) {
  /* line 4291, ../../Private/sass/app.scss */
  .headerImage .container-wrapper h1 .subline {
    font-size: 1.5rem;
  }
}
@media (min-width: 2100px) {
  /* line 4291, ../../Private/sass/app.scss */
  .headerImage .container-wrapper h1 .subline {
    font-size: 50%;
  }
}
/* line 4328, ../../Private/sass/app.scss */
.headerImage .aufsteiger {
  width: 0;
}
@media (min-width: 768px) {
  /* line 4328, ../../Private/sass/app.scss */
  .headerImage .aufsteiger {
    top: auto;
    bottom: 0;
    position: absolute;
    opacity: 0.7;
    z-index: 5;
    left: 50%;
    width: 382px;
    margin-left: -578px;
  }
}
@media (min-width: 992px) {
  /* line 4328, ../../Private/sass/app.scss */
  .headerImage .aufsteiger {
    width: 480px;
    margin-left: -700px;
  }
}
@media (min-width: 1200px) {
  /* line 4328, ../../Private/sass/app.scss */
  .headerImage .aufsteiger {
    width: 600px;
    margin-left: -960px;
  }
}
@media (min-width: 2100px) {
  /* line 4328, ../../Private/sass/app.scss */
  .headerImage .aufsteiger {
    margin-left: -1115px;
  }
}

/* line 4356, ../../Private/sass/app.scss */
.content-page .wide-teaser .container .row .outer-copy {
  height: auto;
}

/* line 4360, ../../Private/sass/app.scss */
.accordion .label {
  background-color: #e6e5e6;
  height: 38px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 4366, ../../Private/sass/app.scss */
.accordion .label .cta {
  display: inline-block;
  height: 38px;
  width: 38px;
  background: url("../../Public/Images/Icos/cta_right_38px.png") no-repeat center center;
}
/* line 4372, ../../Private/sass/app.scss */
.accordion .label .cta:hover {
  background-image: url("../../Public/Images/Icos/cta_right_white_38px.png");
}
/* line 4375, ../../Private/sass/app.scss */
.accordion .label .cta:hover::after, .accordion .label .cta:hover::before {
  background-color: #b2b2b2;
}
/* line 4381, ../../Private/sass/app.scss */
.accordion .label span {
  font-size: 0.75rem;
  line-height: 38px;
  color: #000000;
  background-color: #e6e5e6;
  display: inline-block;
  border-left: 10px solid #ffffff;
  vertical-align: top;
  padding-left: 15px;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.06em;
}
@media (min-width: 992px) {
  /* line 4381, ../../Private/sass/app.scss */
  .accordion .label span {
    font-size: 0.9375rem;
  }
}
/* line 4397, ../../Private/sass/app.scss */
.accordion .accordion-body {
  padding-left: 48px;
  display: none;
}
/* line 4403, ../../Private/sass/app.scss */
.accordion .accordion-body table {
  margin-bottom: 15px;
}
/* line 4407, ../../Private/sass/app.scss */
.accordion .accordion-body img {
  margin-bottom: 15px;
}
/* line 4411, ../../Private/sass/app.scss */
.accordion .accordion-body .home-teaser {
  margin-top: 15px;
}
/* line 4416, ../../Private/sass/app.scss */
.accordion .accordion-body .outer-image img {
  margin-bottom: 0;
}
/* line 4423, ../../Private/sass/app.scss */
.accordion.show .label {
  background-color: #e2002b;
}
/* line 4426, ../../Private/sass/app.scss */
.accordion.show .label .cta {
  background-image: url("../../Public/Images/Icos/cta_down_38px.png");
}
/* line 4429, ../../Private/sass/app.scss */
.accordion.show .label .cta:hover {
  background-image: url("../../Public/Images/Icos/cta_down_white_38px.png");
}
/* line 4433, ../../Private/sass/app.scss */
.accordion.show .label span {
  background-color: #e2002b;
  color: #ffffff;
}
/* line 4441, ../../Private/sass/app.scss */
.accordion.portfolio .label span {
  border-left: 0;
}

/* line 4448, ../../Private/sass/app.scss */
.grid .element-item {
  position: relative;
  margin-bottom: 30px;
}
/* line 4452, ../../Private/sass/app.scss */
.grid .element-item h3 {
  position: absolute;
  top: 10px;
  left: 25px;
  right: 25px;
  background-color: #ffffff;
  margin: 0;
  padding: 10px 15px;
  font-size: 18px;
  color: #e2002b;
}
/* line 4463, ../../Private/sass/app.scss */
.grid .element-item .cta {
  position: absolute;
  bottom: 10px;
  right: 25px;
}

/* line 4470, ../../Private/sass/app.scss */
.filter-button-group {
  margin-top: 70px;
  margin-bottom: 80px;
}
/* line 4474, ../../Private/sass/app.scss */
.filter-button-group .dropdown .dropdown-menu {
  width: 100%;
  padding: 10px;
  font-size: 0.9375rem;
  border-radius: 0;
  margin-top: -1px;
  border: 1px solid #8f8f95;
}
/* line 4482, ../../Private/sass/app.scss */
.filter-button-group .dropdown .dropdown-menu li {
  margin: 10px 0;
}
/* line 4486, ../../Private/sass/app.scss */
.filter-button-group .dropdown .dropdown-toggle {
  border: 1px solid #8f8f95;
  background: #ffffff url("../../Public/Images/Icos/arrow_top_50px.png") no-repeat right center;
  background-size: contain;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 0.9375rem;
  color: #8f8f95;
  line-height: 32px;
  padding: 0 10px;
  border-radius: 0;
}
/* line 4487, ../../Private/sass/app.scss */
.filter-button-group .dropdown .dropdown-toggle::after {
  display: none;
}

/* line 4505, ../../Private/sass/app.scss */
.col-md-8 .kachel-wrapper {
  display: none;
}
/* line 4509, ../../Private/sass/app.scss */
.col-md-8 .kachel {
  margin-bottom: 30px;
  display: block;
  position: relative;
  color: #000000;
  overflow: hidden;
}
/* line 4516, ../../Private/sass/app.scss */
.col-md-8 .kachel h3 {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  padding: 10px 15px;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  color: #e2002b;
  background-color: #ffffff;
  font-size: 18px;
}
/* line 4529, ../../Private/sass/app.scss */
.col-md-8 .kachel .cta {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/* line 4539, ../../Private/sass/app.scss */
.col-md-8 .col-md-4 .ce-left img {
  height: 80px;
  width: auto;
}

/* line 4547, ../../Private/sass/app.scss */
.ce-uploads.row h3 {
  margin: 0 0 10px;
  color: #e2002b;
  height: 40px;
  font-size: 12px;
}
/* line 4554, ../../Private/sass/app.scss */
.ce-uploads.row img.img-fluid {
  padding-right: 0;
  border: 1px solid #8f8f95;
}
/* line 4558, ../../Private/sass/app.scss */
.ce-uploads.row .download {
  position: absolute;
  bottom: 0;
  right: 14px;
}
/* line 4563, ../../Private/sass/app.scss */
.ce-uploads.row .col-12 {
  margin-bottom: 50px;
  padding-bottom: 30px;
}

/* line 4568, ../../Private/sass/app.scss */
.download-wrapper {
  display: block;
  border: 1px solid #8f8f95;
  background-color: #F3F3F3;
  padding: 30px;
  position: relative;
  margin-bottom: 40px;
  top: -15px;
}
/* line 4577, ../../Private/sass/app.scss */
.download-wrapper img {
  height: 28px;
  width: auto;
  margin: 6px 0;
}
@media (min-width: 768px) {
  /* line 4577, ../../Private/sass/app.scss */
  .download-wrapper img {
    height: 40px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  /* line 4577, ../../Private/sass/app.scss */
  .download-wrapper img {
    height: 28px;
    margin: 6px 0;
  }
}
@media (min-width: 2100px) {
  /* line 4577, ../../Private/sass/app.scss */
  .download-wrapper img {
    height: 50px;
  }
}
/* line 4593, ../../Private/sass/app.scss */
.download-wrapper span {
  position: absolute;
  right: 30px;
  top: 35px;
}
@media (min-width: 2100px) {
  /* line 4593, ../../Private/sass/app.scss */
  .download-wrapper span {
    top: 40px;
  }
}

/* line 4602, ../../Private/sass/app.scss */
.small-image-wrapper {
  position: relative;
  margin: 20px 0 0;
}
/* line 4607, ../../Private/sass/app.scss */
.small-image-wrapper h2 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 11px;
}
@media (min-width: 2100px) {
  /* line 4607, ../../Private/sass/app.scss */
  .small-image-wrapper h2 {
    font-size: 1.875rem;
    line-height: 1.3;
    margin: 0 0 15px;
  }
}
/* line 4610, ../../Private/sass/app.scss */
.small-image-wrapper p {
  font-size: 0.8125rem;
}
/* line 4614, ../../Private/sass/app.scss */
.small-image-wrapper .text-wrapper {
  background-color: #ffffff;
  padding: 30px 0 0 0;
}
@media (min-width: 768px) {
  /* line 4614, ../../Private/sass/app.scss */
  .small-image-wrapper .text-wrapper {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 50%;
    padding: 30px;
  }
}
/* line 4627, ../../Private/sass/app.scss */
.small-image-wrapper .text-wrapper img {
  height: 30px;
  width: auto;
  position: absolute;
  bottom: -25px;
  right: 30px;
}
@media (min-width: 768px) {
  /* line 4627, ../../Private/sass/app.scss */
  .small-image-wrapper .text-wrapper img {
    bottom: 30px;
  }
}
/* line 4638, ../../Private/sass/app.scss */
.small-image-wrapper .text-wrapper.no-text {
  padding: 15px;
}
/* line 4641, ../../Private/sass/app.scss */
.small-image-wrapper .text-wrapper.no-text img {
  position: static;
  height: auto;
}
/* line 4647, ../../Private/sass/app.scss */
.small-image-wrapper .cta {
  position: absolute;
  left: auto;
  right: 30px;
  bottom: 30px;
}
/* line 4654, ../../Private/sass/app.scss */
.small-image-wrapper.align-right .text-wrapper {
  left: 50%;
  right: 30px;
}

/* line 4661, ../../Private/sass/app.scss */
.modal-content button.close {
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 2rem;
  color: #e2002b;
  opacity: 1;
  cursor: pointer;
  font-weight: normal;
}
@media (min-width: 768px) {
  /* line 4661, ../../Private/sass/app.scss */
  .modal-content button.close {
    right: 30px;
    top: 18px;
    font-size: 3.5rem;
  }
}

/* line 4678, ../../Private/sass/app.scss */
.modal-thumb {
  position: relative;
}
/* line 4681, ../../Private/sass/app.scss */
.modal-thumb .trigger {
  cursor: pointer;
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../Public/Images/Icos/Lightbox_rot.png") no-repeat center;
  background-size: 32px;
}
/* line 4692, ../../Private/sass/app.scss */
.modal-thumb .trigger:hover {
  background-image: url("../../Public/Images/Icos/Lightbox_weissrot.png");
}

/* line 4697, ../../Private/sass/app.scss */
.modal-lg {
  max-width: 800px;
}
@media (min-width: 1200px) {
  /* line 4697, ../../Private/sass/app.scss */
  .modal-lg {
    max-width: 1200px;
  }
}
@media (min-width: 2100px) {
  /* line 4697, ../../Private/sass/app.scss */
  .modal-lg {
    max-width: 1500px;
  }
}

/* line 4706, ../../Private/sass/app.scss */
.table.veranstaltungen {
  font-size: 0.9375rem;
}
/* line 4708, ../../Private/sass/app.scss */
.table.veranstaltungen tr {
  border: none !important;
}
/* line 4710, ../../Private/sass/app.scss */
.table.veranstaltungen tr th {
  border: none !important;
  padding: 5px !important;
  color: #e2002b;
  text-transform: uppercase;
}
/* line 4716, ../../Private/sass/app.scss */
.table.veranstaltungen tr th span {
  color: #000000;
  font-weight: normal;
  display: inline-block;
  padding-right: 25px;
}
/* line 4722, ../../Private/sass/app.scss */
.table.veranstaltungen tr th span::after {
  content: '|';
  position: relative;
  right: -17px;
}
/* line 4729, ../../Private/sass/app.scss */
.table.veranstaltungen tr td {
  border: none !important;
  padding: 5px !important;
}
/* line 4733, ../../Private/sass/app.scss */
.table.veranstaltungen tr td:last-child {
  width: auto !important;
  text-align: left !important;
}
/* line 4738, ../../Private/sass/app.scss */
.table.veranstaltungen tr:hover {
  background-color: #e2002b;
}
/* line 4741, ../../Private/sass/app.scss */
.table.veranstaltungen tr:hover th {
  color: #ffffff;
}
/* line 4744, ../../Private/sass/app.scss */
.table.veranstaltungen tr:hover th span {
  color: #ffffff;
}
/* line 4747, ../../Private/sass/app.scss */
.table.veranstaltungen tr:hover th a {
  color: #ffffff;
  text-decoration: none;
}
/* line 4752, ../../Private/sass/app.scss */
.table.veranstaltungen tr:hover td {
  color: #ffffff;
}

/* line 4758, ../../Private/sass/app.scss */
#language_menu {
  display: none;
  position: relative;
  z-index: 1000;
  border: 1px solid #8f8f95;
  border-top: none;
}
@media (min-width: 992px) {
  /* line 4758, ../../Private/sass/app.scss */
  #language_menu {
    position: absolute;
    top: 86px;
    left: 50%;
    margin-left: -571px;
    border: none;
    z-index: 20;
  }
}
@media (min-width: 2100px) {
  /* line 4758, ../../Private/sass/app.scss */
  #language_menu {
    top: 108px;
    margin-left: -721px;
  }
}
/* line 4779, ../../Private/sass/app.scss */
#language_menu .ml-auto {
  padding-top: 20px;
  background-color: rgba(255, 255, 255, 0.95);
}
@media (min-width: 992px) {
  /* line 4779, ../../Private/sass/app.scss */
  #language_menu .ml-auto {
    padding: 37.5px 75px 18.5px;
  }
}
/* line 4786, ../../Private/sass/app.scss */
#language_menu .ml-auto .col-6 {
  text-transform: uppercase;
}
/* line 4789, ../../Private/sass/app.scss */
#language_menu .ml-auto .col-6 span {
  display: block;
  color: #999999;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 0.9375rem;
  position: relative;
  top: -4px;
}
/* line 4799, ../../Private/sass/app.scss */
#language_menu .ml-auto .col-6 a {
  color: #000000;
}
/* line 4802, ../../Private/sass/app.scss */
#language_menu .ml-auto .col-6 a:hover {
  text-decoration: none;
  color: #e2002b;
}
/* line 4805, ../../Private/sass/app.scss */
#language_menu .ml-auto .col-6 a:hover span {
  color: #e2002b;
}
/* line 4811, ../../Private/sass/app.scss */
#language_menu .ml-auto .col-6.active a, #language_menu .ml-auto .col-6.active span {
  color: #e2002b;
}

/* line 4819, ../../Private/sass/app.scss */
#search_panel {
  display: none;
  position: relative;
  z-index: 20;
  padding: 0;
  border: 1px solid #8f8f95;
  border-top: none;
}
@media (min-width: 992px) {
  /* line 4819, ../../Private/sass/app.scss */
  #search_panel {
    top: 86px;
    left: 50%;
    margin-left: -571px;
    position: absolute;
    padding-left: 14px;
    padding-right: 14px;
    border: none;
  }
}
@media (min-width: 2100px) {
  /* line 4819, ../../Private/sass/app.scss */
  #search_panel {
    top: 108px;
    margin-left: -721px;
  }
}
/* line 4842, ../../Private/sass/app.scss */
#search_panel .col-7 {
  padding: 0;
}
@media (min-width: 992px) {
  /* line 4846, ../../Private/sass/app.scss */
  #search_panel #form_kesearch_searchfield {
    position: relative;
    top: -1px;
  }
}
/* line 4852, ../../Private/sass/app.scss */
#search_panel #form_kesearch_searchfield #ke_search_searchfield_sword {
  width: 100%;
  padding: 5px 10px;
}
/* line 4861, ../../Private/sass/app.scss */
#search_panel #form_kesearch_searchfield #ke_search_searchfield_submit {
  position: absolute;
  bottom: 5px;
  right: 6px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent url("../../Public/Images/Icos/Icon_Search_Function_grau.png");
  overflow: hidden;
  text-indent: -9999px;
  background-size: cover;
  padding: 0;
  opacity: 0.6;
}

/* line 4880, ../../Private/sass/app.scss */
.tx-kesearch-pi1 #kesearch_results .result-list-item .result-title {
  font-family: Oswald, sans-serif;
}
/* line 4883, ../../Private/sass/app.scss */
.tx-kesearch-pi1 #kesearch_results .result-list-item .teaser_icon {
  display: none;
}
/* line 4886, ../../Private/sass/app.scss */
.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: #e2002b !important;
}
/* line 4891, ../../Private/sass/app.scss */
.tx-kesearch-pi1 .resetbutt, .tx-kesearch-pi1 .submitbutt {
  display: none;
}
/* line 4894, ../../Private/sass/app.scss */
.tx-kesearch-pi1 .kesearchbox {
  position: relative;
}
/* line 4897, ../../Private/sass/app.scss */
.tx-kesearch-pi1 .kesearchbox #ke_search_sword {
  width: 100%;
  padding: 9px 10px;
}
/* line 4901, ../../Private/sass/app.scss */
.tx-kesearch-pi1 .kesearchbox #kesearch_submit {
  position: absolute;
  bottom: -2px;
  right: 6px;
  left: auto;
  top: auto;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent url("../../Public/Images/Icos/Icon_Search_Function_grau.png");
  overflow: hidden;
  text-indent: -9999px;
  background-size: cover;
  padding: 0;
  opacity: 0.6;
}

/* line 4919, ../../Private/sass/app.scss */
#form_kesearch_searchfield {
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  /* line 4919, ../../Private/sass/app.scss */
  #form_kesearch_searchfield {
    margin-bottom: 30px;
  }
}
/* line 4926, ../../Private/sass/app.scss */
#form_kesearch_searchfield #ke_search_searchfield_sword {
  width: 100%;
  padding: 5px 10px;
}
/* line 4930, ../../Private/sass/app.scss */
#form_kesearch_searchfield #ke_search_searchfield_submit {
  position: absolute;
  bottom: 5px;
  right: 6px;
  left: auto;
  top: auto;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent url("../../Public/Images/Icos/Icon_Search_Function_grau.png");
  overflow: hidden;
  text-indent: -9999px;
  background-size: cover;
  padding: 0;
  opacity: 0.6;
}

/* line 4947, ../../Private/sass/app.scss */
.nav-tabs.search-tabs {
  border: none;
  margin-bottom: 30px;
}
/* line 4951, ../../Private/sass/app.scss */
.nav-tabs.search-tabs li {
  margin-left: 2%;
  width: 32%;
  display: block;
  text-align: center;
}
/* line 4956, ../../Private/sass/app.scss */
.nav-tabs.search-tabs li:first-child {
  margin-left: 0;
}
/* line 4960, ../../Private/sass/app.scss */
.nav-tabs.search-tabs li a {
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #e2002b;
  font-size: 0.9375rem;
  line-height: 38px;
  padding: 0;
  font-weight: normal;
  border: 1px solid #e2002b;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.06em;
  display: block;
}
/* line 4974, ../../Private/sass/app.scss */
.nav-tabs.search-tabs li a.active, .nav-tabs.search-tabs li a:hover {
  background-color: #ffffff;
  color: #e2002b;
  position: relative;
  text-decoration: none;
}
/* line 4980, ../../Private/sass/app.scss */
.nav-tabs.search-tabs li a.active::before, .nav-tabs.search-tabs li a:hover::before {
  border-color: transparent;
  border-top-color: #e2002b;
  bottom: -10px;
  border-style: solid;
  border-width: 10px 11px 0;
  content: ' ';
  left: 50%;
  margin-left: -11px;
  position: absolute;
}
/* line 4992, ../../Private/sass/app.scss */
.nav-tabs.search-tabs li a.active::after, .nav-tabs.search-tabs li a:hover::after {
  border-color: transparent;
  border-top-color: #fff;
  bottom: -9px;
  border-style: solid;
  border-width: 10px 11px 0;
  content: ' ';
  left: 50%;
  margin-left: -11px;
  position: absolute;
}
/* line 5007, ../../Private/sass/app.scss */
.nav-tabs.search-tabs li.active a {
  background-color: #ffffff;
  color: #e2002b;
  position: relative;
}
/* line 5012, ../../Private/sass/app.scss */
.nav-tabs.search-tabs li.active a::before {
  border-color: transparent;
  border-top-color: #e2002b;
  bottom: -10px;
  border-style: solid;
  border-width: 10px 11px 0;
  content: ' ';
  left: 50%;
  margin-left: -11px;
  position: absolute;
}
/* line 5024, ../../Private/sass/app.scss */
.nav-tabs.search-tabs li.active a::after {
  border-color: transparent;
  border-top-color: #fff;
  bottom: -9px;
  border-style: solid;
  border-width: 10px 11px 0;
  content: ' ';
  left: 50%;
  margin-left: -11px;
  position: absolute;
}

/* line 5042, ../../Private/sass/app.scss */
.col-md-3.ml-auto .tx-powermail,
.col-md-8 .tx-powermail,
.newsletter-modal .tx-powermail {
  border: 1px solid #e3e3e4;
  padding: 15px 0;
  margin-bottom: 50px;
}
/* line 5047, ../../Private/sass/app.scss */
.col-md-3.ml-auto .tx-powermail h3,
.col-md-8 .tx-powermail h3,
.newsletter-modal .tx-powermail h3 {
  display: none;
}
/* line 5051, ../../Private/sass/app.scss */
.col-md-3.ml-auto .tx-powermail .powermail_fieldset legend,
.col-md-8 .tx-powermail .powermail_fieldset legend,
.newsletter-modal .tx-powermail .powermail_fieldset legend {
  display: none;
}
/* line 5054, ../../Private/sass/app.scss */
.col-md-3.ml-auto .tx-powermail .powermail_fieldset h3,
.col-md-8 .tx-powermail .powermail_fieldset h3,
.newsletter-modal .tx-powermail .powermail_fieldset h3 {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 11px;
}
@media (min-width: 2100px) {
  /* line 5054, ../../Private/sass/app.scss */
  .col-md-3.ml-auto .tx-powermail .powermail_fieldset h3,
  .col-md-8 .tx-powermail .powermail_fieldset h3,
  .newsletter-modal .tx-powermail .powermail_fieldset h3 {
    font-size: 1.875rem;
    line-height: 1.3;
    margin: 0 0 15px;
  }
}
/* line 5063, ../../Private/sass/app.scss */
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input input, .col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input textarea,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea input,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea textarea,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input input,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input textarea,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea input,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea textarea,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input input,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input textarea,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea input,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea textarea {
  width: 100%;
  border: 1px solid #696a67;
  margin-bottom: 18px;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 0.9375rem;
}
/* line 5071, ../../Private/sass/app.scss */
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input input.parsley-error, .col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input textarea.parsley-error,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea input.parsley-error,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea textarea.parsley-error,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input input.parsley-error,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input textarea.parsley-error,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea input.parsley-error,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea textarea.parsley-error,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input input.parsley-error,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input textarea.parsley-error,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea input.parsley-error,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea textarea.parsley-error {
  border: 2px solid #e2002b;
  margin-bottom: 5px;
}
/* line 5076, ../../Private/sass/app.scss */
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input label,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea label,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input label,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea label,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input label,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea label {
  display: none;
}
/* line 5080, ../../Private/sass/app.scss */
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check > label,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio > label,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check > label,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio > label,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check > label,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio > label {
  display: none;
}
/* line 5084, ../../Private/sass/app.scss */
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_text,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_text,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_text {
  font-size: 0.8125rem;
  margin-top: 25px;
}
/* line 5088, ../../Private/sass/app.scss */
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_anrede,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_nlanrede,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_infoanrede,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_abwicklunganrede,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_anrede,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_nlanrede,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_infoanrede,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_abwicklunganrede,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_anrede,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_nlanrede,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_infoanrede,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_abwicklunganrede {
  margin-bottom: 10px;
}
/* line 5093, ../../Private/sass/app.scss */
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_anrede .radio,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_nlanrede .radio,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_infoanrede .radio,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_abwicklunganrede .radio,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_anrede .radio,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_nlanrede .radio,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_infoanrede .radio,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_abwicklunganrede .radio,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_anrede .radio,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_nlanrede .radio,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_infoanrede .radio,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_abwicklunganrede .radio {
  display: inline-block;
  margin-right: 10px;
}
/* line 5097, ../../Private/sass/app.scss */
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_anrede .radio input,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_nlanrede .radio input,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_infoanrede .radio input,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_abwicklunganrede .radio input,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_anrede .radio input,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_nlanrede .radio input,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_infoanrede .radio input,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_abwicklunganrede .radio input,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_anrede .radio input,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_nlanrede .radio input,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_infoanrede .radio input,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_abwicklunganrede .radio input {
  margin-right: 3px;
}
/* line 5103, ../../Private/sass/app.scss */
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .checkbox,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .checkbox,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .checkbox {
  position: relative;
}
/* line 5106, ../../Private/sass/app.scss */
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .checkbox label,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .checkbox label,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .checkbox label {
  padding-left: 30px;
  font-size: 11px;
}
/* line 5110, ../../Private/sass/app.scss */
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .checkbox input,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .checkbox input,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .checkbox input {
  position: absolute;
  left: 0;
  top: 5px;
}
/* line 5117, ../../Private/sass/app.scss */
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit {
  text-align: right;
}
/* line 5120, ../../Private/sass/app.scss */
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit input,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit input,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit input {
  width: 30px;
  height: 30px;
  background: #e2002b url("../../Public/Images/Icos/send.png") no-repeat center;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  background-size: cover;
  cursor: pointer;
  border-radius: 0;
}
/* line 5131, ../../Private/sass/app.scss */
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit input:hover,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit input:hover,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit input:hover {
  background: #e2002b url("../../Public/Images/Icos/send_white.png") no-repeat center;
  background-size: cover;
}

/* line 5142, ../../Private/sass/app.scss */
.col-md-8 .tx-powermail,
.newsletter-modal .tx-powermail {
  border: none;
  margin-bottom: 0;
}
/* line 5146, ../../Private/sass/app.scss */
.col-md-8 .tx-powermail .container-fluid,
.newsletter-modal .tx-powermail .container-fluid {
  padding: 0;
}

/* line 5151, ../../Private/sass/app.scss */
.modal {
  text-align: center;
  padding: 0 !important;
}

/* line 5156, ../../Private/sass/app.scss */
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

/* line 5164, ../../Private/sass/app.scss */
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* line 5170, ../../Private/sass/app.scss */
.pressemitteilung h3 {
  margin-top: 0;
}
/* line 5173, ../../Private/sass/app.scss */
.pressemitteilung img {
  margin-bottom: 0 !important;
}
/* line 5176, ../../Private/sass/app.scss */
.pressemitteilung p {
  margin-bottom: 0;
}
/* line 5179, ../../Private/sass/app.scss */
.pressemitteilung .download {
  position: absolute;
  right: 15px;
  bottom: 0;
}
/* line 5184, ../../Private/sass/app.scss */
.pressemitteilung hr {
  margin: 15px 0;
  border-top-color: #8f8f95;
}
/* line 5188, ../../Private/sass/app.scss */
.pressemitteilung .col-12.col-md-8 {
  padding-bottom: 35px;
}
/* line 5192, ../../Private/sass/app.scss */
.pressemitteilung:last-child hr {
  border-color: transparent;
}

/* line 5197, ../../Private/sass/app.scss */
.slideProductImageDefault,
.slideSeriesImageDefault {
  position: relative;
}
/* line 5201, ../../Private/sass/app.scss */
.slideProductImageDefault::before,
.slideSeriesImageDefault::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.25);
}

/* line 5214, ../../Private/sass/app.scss */
.content-page.locator .col-md-8 h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 11px;
}
@media (min-width: 2100px) {
  /* line 5214, ../../Private/sass/app.scss */
  .content-page.locator .col-md-8 h3 {
    font-size: 1.875rem;
    line-height: 1.3;
    margin: 0 0 15px;
  }
}
/* line 5217, ../../Private/sass/app.scss */
.content-page.locator .col-md-8 #map {
  margin-top: 45px;
}
/* line 5220, ../../Private/sass/app.scss */
.content-page.locator .col-md-8 #pac-input {
  font-size: 15px;
  width: 100%;
}

/* line 5228, ../../Private/sass/app.scss */
.table-wrapper {
  overflow: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  /* line 5228, ../../Private/sass/app.scss */
  .table-wrapper {
    overflow: visible;
  }
}

/* line 5236, ../../Private/sass/app.scss */
.parsley-errors-list.filled {
  padding-left: 3px;
  list-style-type: none;
}
/* line 5240, ../../Private/sass/app.scss */
.parsley-errors-list.filled li {
  font-size: 13px;
  color: #e2002b;
  margin-bottom: 0;
}

/* line 5246, ../../Private/sass/app.scss */
.esyluxProductfilter {
  margin-bottom: 40px;
}

/* line 5250, ../../Private/sass/app.scss */
.contentAccordions .open-all {
  display: block;
  background: url("../../Public/Images/Icos/filter_unset.png") no-repeat left center;
  font-size: 0.9375rem;
  color: #999999 !important;
  margin-left: 13px;
  padding-left: 50px;
  margin-bottom: 15px;
}
/* line 5259, ../../Private/sass/app.scss */
.contentAccordions .open-all.opened {
  background-image: url("../../Public/Images/Icos/filter_set.png");
}

/* line 5263, ../../Private/sass/app.scss */
.xs-talign-right {
  text-align: right;
}
@media (min-width: 768px) {
  /* line 5263, ../../Private/sass/app.scss */
  .xs-talign-right {
    text-align: left;
  }
}

/* line 5269, ../../Private/sass/app.scss */
a.print {
  display: none;
}

@media (min-width: 768px) {
  /* line 5273, ../../Private/sass/app.scss */
  .solutions a.print, .merkliste a.print, .product-series.list a.print, .product-detail a.print {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 5278, ../../Private/sass/app.scss */
  .mobile-opt-wrapper {
    background-image: none !important;
    height: auto !important;
    padding-bottom: 50px;
  }

  /* line 5284, ../../Private/sass/app.scss */
  .outer-copy img.mobile-opt {
    position: relative;
    top: 15px;
  }

  /* line 5289, ../../Private/sass/app.scss */
  .owl-carousel.lp, .owl-carousel.related-slider {
    display: block !important;
  }
  /* line 5292, ../../Private/sass/app.scss */
  .owl-carousel.lp .mobile-opt-wrapper, .owl-carousel.related-slider .mobile-opt-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 5298, ../../Private/sass/app.scss */
  .accordion-body .col-4.col-md-20, .accordion-body .col-8.col-md-80 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 5303, ../../Private/sass/app.scss */
  .wide-teaser.has-img-box {
    height: auto;
    padding-bottom: 30px;
  }

  /* line 5309, ../../Private/sass/app.scss */
  .wide-teaser .img-box.logo-box {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 5317, ../../Private/sass/app.scss */
  .landing-page .home-teaser.no-image .outer-copy::after {
    border-color: transparent;
    border-bottom-color: #FFFFFF;
    border-width: 30px;
    margin-left: -30px;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  /* line 5317, ../../Private/sass/app.scss */
  .landing-page .home-teaser.no-image .outer-copy::after {
    border-bottom-color: transparent;
    border-right-color: #FFFFFF;
    margin-left: 0;
    margin-top: -30px;
  }
}
@media (max-width: 991px) {
  /* line 5329, ../../Private/sass/app.scss */
  .landing-page .home-teaser.no-image .outer-copy::before {
    border-color: transparent;
    border-bottom-color: #8f8f95;
    border-width: 31px;
    margin-left: -31px;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  /* line 5329, ../../Private/sass/app.scss */
  .landing-page .home-teaser.no-image .outer-copy::before {
    border-bottom-color: transparent;
    border-right-color: #8f8f95;
    margin-left: 0;
    margin-top: -31px;
  }
}

@media print {
  /* line 5345, ../../Private/sass/app.scss */
  .newsletter-trigger-modal-wrapper {
    display: none;
  }

  /* line 5350, ../../Private/sass/app.scss */
  .merkliste .cta,
  .merkliste .bookmark,
  .merkliste .page-functions,
  .merkliste .navbar-toggler,
  .merkliste .top,
  .merkliste .footer-nav,
  .merkliste .legal,
  .merkliste .social {
    display: none;
    border: none;
  }
  /* line 5362, ../../Private/sass/app.scss */
  .merkliste h1 {
    font-size: 1.5rem;
  }
  /* line 5366, ../../Private/sass/app.scss */
  .merkliste .row.product-item {
    border: none;
  }
  /* line 5369, ../../Private/sass/app.scss */
  .merkliste .row.product-item * {
    border: none;
  }
  /* line 5372, ../../Private/sass/app.scss */
  .merkliste .row.product-item .col-4,
  .merkliste .row.product-item .col-8,
  .merkliste .row.product-item .col-12 {
    border-top: 1px solid #000000;
  }
  /* line 5378, ../../Private/sass/app.scss */
  .merkliste .container .container {
    padding: 0;
  }

  /* line 5382, ../../Private/sass/app.scss */
  .produktbereich {
    /*
    header{
      display: block !important;
      width: auto !important;
      .container{
        display: block !important;
        width: auto !important;
        .navbar{
          display: block !important;
          width: auto !important;
          a{
            display: block !important;
            width: auto !important;
            img{
              display: block !important;
              width: auto !important;
            }
          }
        }
      }
    }
    */
  }
  /* line 5383, ../../Private/sass/app.scss */
  .produktbereich .col-md-4.ml-auto,
  .produktbereich .cta,
  .produktbereich .bookmark,
  .produktbereich .navbar-collapse,
  .produktbereich .page-functions,
  .produktbereich .navbar-toggler,
  .produktbereich .top,
  .produktbereich .footer-nav,
  .produktbereich .legal,
  .produktbereich .social {
    display: none !important;
    border: none;
  }
  /* line 5396, ../../Private/sass/app.scss */
  .produktbereich .row {
    display: block;
  }
  /* line 5398, ../../Private/sass/app.scss */
  .produktbereich .row.product-item > div {
    display: inline-block;
  }
  /* line 5402, ../../Private/sass/app.scss */
  .produktbereich header {
    border: none;
  }
  /* line 5429, ../../Private/sass/app.scss */
  .produktbereich .product-item img {
    width: auto;
    height: 80px;
  }
  /* line 5435, ../../Private/sass/app.scss */
  .produktbereich .col-12.col-sm-8.col-lg-8.col-xl-8 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block !important;
  }
  /* line 5441, ../../Private/sass/app.scss */
  .produktbereich.product-detail .similarSeries, .produktbereich.product-detail .fittingSeries, .produktbereich.product-detail .col-md-3.ml-auto, .produktbereich.product-detail #pills-facts, .produktbereich.product-detail #pills-download, .produktbereich.product-detail #pills-tab li:first-child, .produktbereich.product-detail #pills-tab li:last-child {
    display: none;
  }
  /* line 5444, ../../Private/sass/app.scss */
  .produktbereich.product-detail #pills-tab li {
    margin-left: 0 !important;
  }
  /* line 5447, ../../Private/sass/app.scss */
  .produktbereich.product-detail #pills-data {
    display: block;
    opacity: 1;
  }

  /* line 5454, ../../Private/sass/app.scss */
  .solutions .col-md-3.ml-auto,
  .solutions .cta,
  .solutions .bookmark,
  .solutions .navbar-collapse,
  .solutions .page-functions,
  .solutions .navbar-toggler,
  .solutions .top,
  .solutions .footer-nav,
  .solutions .legal,
  .solutions .social,
  .solutions .content-related-products,
  .solutions .home-teaser,
  .solutions .aufsteiger {
    display: none !important;
    border: none;
  }
  /* line 5470, ../../Private/sass/app.scss */
  .solutions .col-12.col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block !important;
  }
  /* line 5475, ../../Private/sass/app.scss */
  .solutions .row {
    display: block;
  }
  /* line 5479, ../../Private/sass/app.scss */
  .solutions .office-row .col-md-38 {
    float: left;
    flex-basis: 37.35% !important;
    max-width: 37.35% !important;
  }
  /* line 5484, ../../Private/sass/app.scss */
  .solutions .office-row .col-md-24 {
    float: left;
    flex-basis: 25.3% !important;
    max-width: 25.3% !important;
  }
  /* line 5489, ../../Private/sass/app.scss */
  .solutions .office-row hr {
    clear: both;
  }
  /* line 5493, ../../Private/sass/app.scss */
  .solutions header {
    border: none;
  }
  /* line 5496, ../../Private/sass/app.scss */
  .solutions .headerImage {
    border: none;
  }
  /* line 5499, ../../Private/sass/app.scss */
  .solutions .headerImage .container-wrapper {
    position: static;
    margin-left: 0;
    height: auto;
  }
  /* line 5503, ../../Private/sass/app.scss */
  .solutions .headerImage .container-wrapper h1 {
    padding-left: 0;
  }
}
/* line 5510, ../../Private/sass/app.scss */
.home-teaser .modal-thumb .trigger {
  bottom: 30px;
  right: 30px;
  top: auto;
}

/* line 5517, ../../Private/sass/app.scss */
.solutions .col-md-8 td:first-child {
  white-space: nowrap;
}
/* line 5520, ../../Private/sass/app.scss */
.solutions .col-md-8 td:last-child {
  padding-right: 0;
}
/* line 5525, ../../Private/sass/app.scss */
.solutions .col-md-38 p:first-child {
  margin-top: 0;
}

/* line 5530, ../../Private/sass/app.scss */
.cc_container {
  background-color: rgba(34, 34, 34, 0.9) !important;
}

/* line 5533, ../../Private/sass/app.scss */
.cc_container .cc_btn, .cc_container .cc_btn:visited {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  /* line 5533, ../../Private/sass/app.scss */
  .cc_container .cc_btn, .cc_container .cc_btn:visited {
    margin-top: 11px;
  }
}
@media (min-width: 2100px) {
  /* line 5533, ../../Private/sass/app.scss */
  .cc_container .cc_btn, .cc_container .cc_btn:visited {
    margin-top: 0;
  }
}

/* line 5543, ../../Private/sass/app.scss */
.cc_message {
  line-height: 1.4 !important;
}

/* line 5546, ../../Private/sass/app.scss */
.new-logo-position {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
/* line 5550, ../../Private/sass/app.scss */
.new-logo-position img {
  height: 30px;
}

/* line 5554, ../../Private/sass/app.scss */
li.bookmark {
  position: relative;
}
/* line 5557, ../../Private/sass/app.scss */
li.bookmark #bookmark-counter {
  position: absolute;
  top: 4px;
  left: 13px;
  font-size: 10px;
  width: 18px;
  height: 18px;
  background-color: #e2002b;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  border-radius: 12px;
  color: #fff;
}

/* line 5572, ../../Private/sass/app.scss */
li.shop {
  position: relative;
}
/* line 5575, ../../Private/sass/app.scss */
li.shop #basket-counter {
  position: absolute;
  top: 4px;
  left: 13px;
  font-size: 10px;
  width: 18px;
  height: 18px;
  background-color: #e2002b;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  border-radius: 12px;
  color: #fff;
}

/* line 5590, ../../Private/sass/app.scss */
.product-item-all {
  margin-top: 45px;
  margin-bottom: 45px;
}

/* line 5594, ../../Private/sass/app.scss */
.bookmarkAll-wrapper {
  position: relative;
  float: right;
}
/* line 5598, ../../Private/sass/app.scss */
.bookmarkAll-wrapper .bookmark-counter {
  position: absolute;
  top: -12px;
  left: -12px;
  font-size: 10px;
  width: 18px;
  height: 18px;
  background-color: #e2002b;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  border-radius: 12px;
  color: #fff;
}
/* line 5612, ../../Private/sass/app.scss */
.bookmarkAll-wrapper .bookmark.bookmarkAll {
  margin-right: 0 !important;
}

/* line 5618, ../../Private/sass/app.scss */
.portfolio.accordion .label {
  margin-bottom: 15px;
}
/* line 5621, ../../Private/sass/app.scss */
.portfolio.accordion .accordion-body {
  padding-bottom: 15px;
}
/* line 5626, ../../Private/sass/app.scss */
.portfolio ._label {
  background-color: #e2002b;
  height: 38px;
  margin-bottom: 20px;
  margin-top: 15px;
}
/* line 5632, ../../Private/sass/app.scss */
.portfolio ._label span.cta {
  display: inline-block;
  height: 38px;
  width: 38px;
  border: 4px solid #e2002b;
  background-color: #e2002b;
}
/* line 5639, ../../Private/sass/app.scss */
.portfolio ._label span.cta::after {
  display: none;
}
/* line 5642, ../../Private/sass/app.scss */
.portfolio ._label span.cta::before {
  width: 24px;
  height: 4px;
  left: 3px;
  top: 13px;
  background-color: #ffffff !important;
}
/* line 5652, ../../Private/sass/app.scss */
.portfolio h2 {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 38px;
  border-left: 10px solid #ffffff;
  vertical-align: top;
  padding-left: 15px;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.06em;
  margin: 0;
}
/* line 5663, ../../Private/sass/app.scss */
.portfolio .subProductGroups {
  padding-left: 10px;
  margin-left: 7px;
  padding-bottom: 3px;
}
/* line 5669, ../../Private/sass/app.scss */
.portfolio .subProductGroups h3 {
  display: inline-block;
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 0.9375rem;
  color: #000000;
  position: relative;
  top: 8px;
}
/* line 5679, ../../Private/sass/app.scss */
.portfolio .subProductGroups .fl-right {
  color: #e2002b;
  font-size: 0.875rem;
  margin-top: -5px;
  text-align: right;
}
@media (min-width: 992px) {
  /* line 5679, ../../Private/sass/app.scss */
  .portfolio .subProductGroups .fl-right {
    float: right;
    margin-top: 0;
    font-size: 0.9375rem;
  }
}
/* line 5691, ../../Private/sass/app.scss */
.portfolio .subProductGroups .fl-right span {
  font-size: 1.0625rem;
  font-family: Oswald, sans-serif;
  padding-right: 3px;
}
@media (min-width: 992px) {
  /* line 5691, ../../Private/sass/app.scss */
  .portfolio .subProductGroups .fl-right span {
    font-size: 1.375rem;
  }
}
/* line 5699, ../../Private/sass/app.scss */
.portfolio .subProductGroups .fl-right .cta {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: 5px;
}
/* line 5706, ../../Private/sass/app.scss */
.portfolio .subProductGroups:last-child {
  padding-bottom: 14px;
}
/* line 5711, ../../Private/sass/app.scss */
.portfolio:first-child .label {
  margin-top: 0;
}
/* line 5716, ../../Private/sass/app.scss */
.portfolio.show h2 {
  color: #ffffff;
}

/* line 5721, ../../Private/sass/app.scss */
.red-button {
  display: inline-block;
  width: 100%;
  background-color: #e2002b;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid #e2002b;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 15px;
}
/* line 5735, ../../Private/sass/app.scss */
.red-button:hover {
  background-color: #ffffff;
  color: #e2002b !important;
}
/* line 5739, ../../Private/sass/app.scss */
.red-button:active, .red-button:focus {
  color: #ffffff;
}

/* line 5744, ../../Private/sass/app.scss */
.share-bookmarks label {
  display: none;
}
/* line 5748, ../../Private/sass/app.scss */
.share-bookmarks .submit {
  border: none;
  float: right;
}

/* line 5758, ../../Private/sass/app.scss */
.modal.modal-left-pane.show .modal-dialog, .modal.modal-right-pane.show .modal-dialog {
  transform: translate(0, 0);
}
/* line 5764, ../../Private/sass/app.scss */
.modal.modal-left-pane .modal-dialog {
  transform: translate(-100%, 0);
}
/* line 5770, ../../Private/sass/app.scss */
.modal.modal-right-pane .modal-dialog {
  transform: translate(100%, 0);
}

/* line 5775, ../../Private/sass/app.scss */
.newsletter-modal-header {
  border: none;
}
/* line 5777, ../../Private/sass/app.scss */
.newsletter-modal-header button.close {
  z-index: 2500;
  top: 8px;
  right: 20px;
}

/* line 5784, ../../Private/sass/app.scss */
.newsletter-trigger-modal-wrapper {
  position: fixed;
  right: -149px;
  top: 45%;
  z-index: 100;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  padding: 0 0 60px;
}
@media (min-width: 768px) {
  /* line 5784, ../../Private/sass/app.scss */
  .newsletter-trigger-modal-wrapper {
    right: -170px;
    padding: 0;
  }
}
/* line 5800, ../../Private/sass/app.scss */
.newsletter-trigger-modal-wrapper .newsletter-trigger-modal {
  border: none;
  border-radius: 0;
  padding: 10px 25px 10px 5px;
  background: #e2002b;
  cursor: pointer;
  width: 180px;
  text-align: center;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  /* line 5800, ../../Private/sass/app.scss */
  .newsletter-trigger-modal-wrapper .newsletter-trigger-modal {
    padding: 15px 20px;
    width: 250px;
  }
}
/* line 5815, ../../Private/sass/app.scss */
.newsletter-trigger-modal-wrapper .newsletter-trigger-modal:hover, .newsletter-trigger-modal-wrapper .newsletter-trigger-modal:focus, .newsletter-trigger-modal-wrapper .newsletter-trigger-modal:active {
  background: #e2002b;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.5);
}
/* line 5820, ../../Private/sass/app.scss */
.newsletter-trigger-modal-wrapper .newsletter-trigger-modal .text {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 13px;
}
@media (min-width: 768px) {
  /* line 5820, ../../Private/sass/app.scss */
  .newsletter-trigger-modal-wrapper .newsletter-trigger-modal .text {
    font-size: 1rem;
    letter-spacing: 0.3em;
  }
}
/* line 5832, ../../Private/sass/app.scss */
.newsletter-trigger-modal-wrapper .dismiss {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 20px;
  line-height: 14px;
  display: inline-block;
  padding: 10px;
  color: #ffffff;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 5832, ../../Private/sass/app.scss */
  .newsletter-trigger-modal-wrapper .dismiss {
    top: 9px;
  }
}

/* line 5848, ../../Private/sass/app.scss */
.nav-pills {
  margin: 30px 0 40px;
}
/* line 5851, ../../Private/sass/app.scss */
.nav-pills .nav-item {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 5851, ../../Private/sass/app.scss */
  .nav-pills .nav-item {
    margin-left: 2%;
    width: 32%;
  }
}
/* line 5861, ../../Private/sass/app.scss */
.nav-pills .nav-item:first-child {
  margin-left: 0;
}
/* line 5865, ../../Private/sass/app.scss */
.nav-pills .nav-item .nav-link {
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #e2002b;
  font-size: 0.9375rem;
  line-height: 38px;
  padding: 0;
  font-weight: normal;
  border: 1px solid #e2002b;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.06em;
}
/* line 5878, ../../Private/sass/app.scss */
.nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #e2002b;
  position: relative;
}
@media (min-width: 768px) {
  /* line 5884, ../../Private/sass/app.scss */
  .nav-pills .nav-item .nav-link.active::before, .nav-pills .nav-item .nav-link:hover::before {
    border-color: transparent;
    border-top-color: #e2002b;
    bottom: -10px;
    border-style: solid;
    border-width: 10px 11px 0;
    content: ' ';
    left: 50%;
    margin-left: -11px;
    position: absolute;
  }
  /* line 5896, ../../Private/sass/app.scss */
  .nav-pills .nav-item .nav-link.active::after, .nav-pills .nav-item .nav-link:hover::after {
    border-color: transparent;
    border-top-color: #fff;
    bottom: -9px;
    border-style: solid;
    border-width: 10px 11px 0;
    content: ' ';
    left: 50%;
    margin-left: -11px;
    position: absolute;
  }
}

/* line 5920, ../../Private/sass/app.scss */
.form-light-calculator #form-calculate-workplaneheight-office-label,
.form-light-calculator #form-calculate-workplaneheight-corridor-label,
.form-light-calculator #form-calculate-reflection-wrap,
.form-light-calculator #form-calculate-calctype-luxprovided-label,
.form-light-calculator #form-calculate-calctype-requiredqty-label,
.form-light-calculator .form-calculate-result-wrap {
  padding-left: 15px;
  font-size: 0.875rem;
}
/* line 5929, ../../Private/sass/app.scss */
.form-light-calculator #form-calculate-workplaneheight-office-label {
  padding-left: 0;
}
/* line 5932, ../../Private/sass/app.scss */
.form-light-calculator #form-calculate-calctype-requiredqty,
.form-light-calculator #form-calculate-calctype-luxprovided {
  float: left;
  margin: 5px 5px 15px 0;
}
@media (min-width: 2100px) {
  /* line 5932, ../../Private/sass/app.scss */
  .form-light-calculator #form-calculate-calctype-requiredqty,
  .form-light-calculator #form-calculate-calctype-luxprovided {
    margin-bottom: 0;
  }
}
/* line 5940, ../../Private/sass/app.scss */
.form-light-calculator input.btn {
  background-color: #e2002b;
  border-radius: 0;
  border: none;
  margin: 30px 0 0 15px;
  font-size: 0.9375rem;
  line-height: 40px;
  width: 25%;
  padding: 0;
}
/* line 5950, ../../Private/sass/app.scss */
.form-light-calculator .form-calculate-result,
.form-light-calculator .form-calculate-result-label {
  display: inline-block;
  font-size: 30px;
  color: #e2002b;
  padding-right: 7px;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
}
/* line 5959, ../../Private/sass/app.scss */
.form-light-calculator .form-calculate-result-label {
  color: #000;
}

/* line 5963, ../../Private/sass/app.scss */
.lichtberechnung-teaser {
  border: 1px solid #b7b7b7;
}
/* line 5966, ../../Private/sass/app.scss */
.lichtberechnung-teaser .form-group {
  margin-bottom: 5px;
}
/* line 5970, ../../Private/sass/app.scss */
.lichtberechnung-teaser .info {
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.1);
  padding: 32px 32px 40px;
}
/* line 5974, ../../Private/sass/app.scss */
.lichtberechnung-teaser .info p {
  font-size: 11px;
}
/* line 5978, ../../Private/sass/app.scss */
.lichtberechnung-teaser .info img {
  margin: 10px auto 0;
  display: block;
}
/* line 5983, ../../Private/sass/app.scss */
.lichtberechnung-teaser .form-body {
  padding: 32px 32px 0;
  border-top: 1px solid #8f8f95;
  position: relative;
}
/* line 5988, ../../Private/sass/app.scss */
.lichtberechnung-teaser .form-body::after, .lichtberechnung-teaser .form-body::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 5999, ../../Private/sass/app.scss */
.lichtberechnung-teaser .form-body::after {
  border-color: transparent;
  border-bottom-color: #FFFFFF;
  border-width: 30px;
  margin-left: -30px;
}
/* line 6005, ../../Private/sass/app.scss */
.lichtberechnung-teaser .form-body::before {
  border-color: transparent;
  border-bottom-color: #8f8f95;
  border-width: 31px;
  margin-left: -31px;
}
/* line 6012, ../../Private/sass/app.scss */
.lichtberechnung-teaser .form-body .wartungsfaktor {
  padding-left: 50px;
}
/* line 6016, ../../Private/sass/app.scss */
.lichtberechnung-teaser .results {
  padding: 16px 32px 32px;
  background-color: #e6e5e6;
  position: relative;
}
/* line 6021, ../../Private/sass/app.scss */
.lichtberechnung-teaser .results input.btn {
  width: 100%;
  margin: 16px 0 0;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
}
/* line 6028, ../../Private/sass/app.scss */
.lichtberechnung-teaser .results .download {
  position: absolute;
  bottom: 0;
  right: 15px;
}
/* line 6034, ../../Private/sass/app.scss */
.lichtberechnung-teaser .results .form-group,
.lichtberechnung-teaser .results table {
  margin-bottom: 0;
}
/* line 6038, ../../Private/sass/app.scss */
.lichtberechnung-teaser .results .table {
  position: relative;
  top: 3px;
}
/* line 6042, ../../Private/sass/app.scss */
.lichtberechnung-teaser .results .table tr {
  border: none;
}
/* line 6045, ../../Private/sass/app.scss */
.lichtberechnung-teaser .results .table tr th {
  text-transform: none;
  border: none;
}
/* line 6049, ../../Private/sass/app.scss */
.lichtberechnung-teaser .results .table tr td {
  font-size: 0.75rem;
  padding: 0;
  width: 40%;
}
/* line 6054, ../../Private/sass/app.scss */
.lichtberechnung-teaser .results .table tr td:last-child {
  color: #e2002b;
  width: 30%;
}

/* line 6063, ../../Private/sass/app.scss */
.share-bookmarks {
  padding-top: 60px;
}
/* line 6066, ../../Private/sass/app.scss */
.share-bookmarks .list-group-item {
  border: none;
  border-radius: 0;
  border-top: 1px solid #000000;
}
/* line 6071, ../../Private/sass/app.scss */
.share-bookmarks .list-group-item .product-title {
  padding-top: 20px;
  display: inline-block;
}
/* line 6076, ../../Private/sass/app.scss */
.share-bookmarks .list-group-item .order-number {
  color: #000000;
  font-size: 16px;
}
/* line 6080, ../../Private/sass/app.scss */
.share-bookmarks .list-group-item .order-number span {
  font-size: 11px;
}
/* line 6086, ../../Private/sass/app.scss */
.share-bookmarks.order-request img {
  width: 75px;
}
/* line 6089, ../../Private/sass/app.scss */
.share-bookmarks.order-request #amount {
  margin-top: 18px;
}

@media (min-width: 992px) {
  /* line 6096, ../../Private/sass/app.scss */
  .solutionsTeasers .col-md-2 {
    margin-left: 130px;
  }
}
@media (min-width: 1200px) {
  /* line 6096, ../../Private/sass/app.scss */
  .solutionsTeasers .col-md-2 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 6104, ../../Private/sass/app.scss */
  .solutionsTeasers .col-md-2:first-child {
    margin-left: 150px;
  }
}
@media (min-width: 1200px) {
  /* line 6104, ../../Private/sass/app.scss */
  .solutionsTeasers .col-md-2:first-child {
    margin-left: 250px;
  }
}
@media (min-width: 2100px) {
  /* line 6104, ../../Private/sass/app.scss */
  .solutionsTeasers .col-md-2:first-child {
    margin-left: 307px;
  }
}

@media (min-width: 992px) {
  /* line 6117, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li.solutionsTeasers .menu-teaser h3 {
    bottom: 140px;
  }
}
@media (min-width: 1200px) {
  /* line 6117, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li.solutionsTeasers .menu-teaser h3 {
    bottom: 185px;
  }
}
@media (min-width: 2100px) {
  /* line 6117, ../../Private/sass/app.scss */
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li.solutionsTeasers .menu-teaser h3 {
    bottom: 170px;
  }
}

/* line 6129, ../../Private/sass/app.scss */
.media-center .no-service-download {
  display: none;
}

@media (min-width: 992px) {
  /* line 6133, ../../Private/sass/app.scss */
  .filter-mobile-wrapper {
    display: none;
  }
}

/* line 6138, ../../Private/sass/app.scss */
span.unit {
  text-transform: lowercase !important;
}
/* line 6141, ../../Private/sass/app.scss */
span.unit sup, span.unit sub {
  font-size: 65%;
}

/* line 6146, ../../Private/sass/app.scss */
.ce-textpic.ce-above sup {
  top: -20px;
}

/* line 6151, ../../Private/sass/app.scss */
.esyluxProductBasket .basketHeader {
  font-weight: bold;
  padding: 30px 0;
}
@media (min-width: 1200px) {
  /* line 6155, ../../Private/sass/app.scss */
  .esyluxProductBasket .quantity {
    width: 66.6667%;
  }
}
/* line 6160, ../../Private/sass/app.scss */
.esyluxProductBasket input {
  margin: 5px 0;
}
@media (min-width: 768px) {
  /* line 6160, ../../Private/sass/app.scss */
  .esyluxProductBasket input {
    margin: 20px 0 0;
  }
}
@media (min-width: 1200px) {
  /* line 6166, ../../Private/sass/app.scss */
  .esyluxProductBasket img {
    width: 66.6667%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 6174, ../../Private/sass/app.scss */
.esyluxProductBasket .pricePerItem {
  margin: 5px 0;
  display: block;
}
@media (min-width: 768px) {
  /* line 6174, ../../Private/sass/app.scss */
  .esyluxProductBasket .pricePerItem {
    margin: 20px 0 0;
  }
}
/* line 6181, ../../Private/sass/app.scss */
.esyluxProductBasket .priceTotalArticle {
  margin: 5px 0;
  display: block;
}
@media (min-width: 768px) {
  /* line 6181, ../../Private/sass/app.scss */
  .esyluxProductBasket .priceTotalArticle {
    margin: 20px 0 0;
  }
}
/* line 6188, ../../Private/sass/app.scss */
.esyluxProductBasket .clearBasket {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  /* line 6188, ../../Private/sass/app.scss */
  .esyluxProductBasket .clearBasket {
    margin: 20px 0 0;
  }
}

/* line 6195, ../../Private/sass/app.scss */
.progressBar {
  height: 1px;
  position: relative;
  background-color: #000000;
  margin: 12px 0 100px;
}
/* line 6201, ../../Private/sass/app.scss */
.progressBar .steps {
  position: absolute;
  top: -15px;
  font-size: 0.8125rem;
  padding-top: 50px;
  color: #212529;
}
/* line 6207, ../../Private/sass/app.scss */
.progressBar .steps.active, .progressBar .steps:hover {
  text-decoration: none;
  color: #e2002b;
}
/* line 6212, ../../Private/sass/app.scss */
.progressBar .steps.step1 {
  left: 0;
  background: url("../../Public/Images/Icos/1_30pix_0000_red_full_30.png") no-repeat 0 0;
  max-width: 25%;
}
/* line 6216, ../../Private/sass/app.scss */
.progressBar .steps.step1.active, .progressBar .steps.step1:hover {
  background-image: url("../../Public/Images/Icos/1_30pix_0001_red_inv_30.png");
}
/* line 6220, ../../Private/sass/app.scss */
.progressBar .steps.step2 {
  left: 28%;
  background: url("../../Public/Images/Icos/2_30pix_0000_red_full_30.png") no-repeat 0 0;
  max-width: 25%;
}
/* line 6224, ../../Private/sass/app.scss */
.progressBar .steps.step2.active, .progressBar .steps.step2:hover {
  background-image: url("../../Public/Images/Icos/2_30pix_0001_red_inv_30.png");
}
/* line 6228, ../../Private/sass/app.scss */
.progressBar .steps.step3 {
  left: 56%;
  background: url("../../Public/Images/Icos/3_30pix_0000_red_full_30.png") no-repeat 0 0;
  max-width: 25%;
}
/* line 6232, ../../Private/sass/app.scss */
.progressBar .steps.step3.active, .progressBar .steps.step3:hover {
  background-image: url("../../Public/Images/Icos/3_30pix_0001_red_inv_30.png");
}
/* line 6236, ../../Private/sass/app.scss */
.progressBar .steps.step4 {
  left: 84%;
  background: url("../../Public/Images/Icos/4_30pix_0000_red_full_30.png") no-repeat 0 0;
}
/* line 6239, ../../Private/sass/app.scss */
.progressBar .steps.step4.active, .progressBar .steps.step4:hover {
  background-image: url("../../Public/Images/Icos/4_30pix_0001_red_inv_30.png");
}

/* line 6246, ../../Private/sass/app.scss */
.basketOnComponents .price {
  padding-right: 6px;
}
/* line 6249, ../../Private/sass/app.scss */
.basketOnComponents .basketForm {
  position: relative;
  padding-right: 45px;
  max-width: 220px;
}
/* line 6254, ../../Private/sass/app.scss */
.basketOnComponents .basketForm input {
  padding: 5px 10px;
  font-size: 0.9375rem;
}
/* line 6259, ../../Private/sass/app.scss */
.basketOnComponents .basketForm .addToBasket {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 6266, ../../Private/sass/app.scss */
.quantity {
  position: relative;
}
/* line 6269, ../../Private/sass/app.scss */
.quantity .reduce {
  position: absolute;
  left: 1px;
  top: 4px;
  width: 30px;
  height: 30px;
  background: url("../../Public/Images/Icos/Arrows_30pix_0013_gray_single_left_inv_30_shop_dark.png") no-repeat 0 0;
}
/* line 6276, ../../Private/sass/app.scss */
.quantity .reduce.active, .quantity .reduce:hover {
  background-image: url("../../Public/Images/Icos/Arrows_30pix_0013_gray_single_left_inv_30_shop_light.png");
}
/* line 6280, ../../Private/sass/app.scss */
.quantity .increase {
  position: absolute;
  right: 1px;
  top: 4px;
  width: 30px;
  height: 30px;
  background: url("../../Public/Images/Icos/Arrows_30pix_0017_gray_single_right_inv_30_shop_dark.png") no-repeat 0 0;
}
/* line 6287, ../../Private/sass/app.scss */
.quantity .increase.active, .quantity .increase:hover {
  background-image: url("../../Public/Images/Icos/Arrows_30pix_0017_gray_single_right_inv_30_shop_light.png");
}
/* line 6291, ../../Private/sass/app.scss */
.quantity input {
  text-align: center;
}
/* line 6294, ../../Private/sass/app.scss */
.quantity .material-icons {
  color: #696a67;
  cursor: pointer;
}

/* line 6301, ../../Private/sass/app.scss */
.product-detail .quantity .reduce, .product-detail .quantity .increase {
  top: 1px;
  height: 29px;
}

/* line 6308, ../../Private/sass/app.scss */
.tx-felogin-pi1 label {
  display: none;
}
/* line 6311, ../../Private/sass/app.scss */
.tx-felogin-pi1 input {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  margin-bottom: 18px;
}
/* line 6320, ../../Private/sass/app.scss */
.tx-felogin-pi1 input[type="submit"] {
  display: inline-block;
  width: 100%;
  background-color: #e2002b;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid #e2002b;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 30px;
  padding: 0;
  cursor: pointer;
}
/* line 6336, ../../Private/sass/app.scss */
.tx-felogin-pi1 input[type="submit"]:hover {
  background-color: #ffffff;
  color: #e2002b !important;
}
/* line 6340, ../../Private/sass/app.scss */
.tx-felogin-pi1 input[type="submit"]:active, .tx-felogin-pi1 input[type="submit"]:focus {
  color: #ffffff;
}
/* line 6345, ../../Private/sass/app.scss */
.tx-felogin-pi1 .status-message-username {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
  display: inline-block;
}

/* line 6352, ../../Private/sass/app.scss */
.tooltip-wrapper {
  position: relative;
  cursor: pointer;
}
/* line 6356, ../../Private/sass/app.scss */
.tooltip-wrapper .tooltip-content {
  position: absolute;
  bottom: 36px;
  display: inline-block;
  font-size: 13px;
  white-space: nowrap;
  left: 0;
  background-color: #e2002b;
  padding: 5px 8px;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
  display: none;
}
@media (min-width: 2100px) {
  /* line 6356, ../../Private/sass/app.scss */
  .tooltip-wrapper .tooltip-content {
    bottom: 42px;
  }
}

/* line 6375, ../../Private/sass/app.scss */
.product-detail h1.newname {
  color: #9c9e9f;
}

/* line 6378, ../../Private/sass/app.scss */
.product-detail h1 .enum {
  margin-bottom: 15px;
}

/* line 6381, ../../Private/sass/app.scss */
.product-detail h1 .enum span {
  font-size: 14px;
  padding-right: 6px;
}

/* line 6385, ../../Private/sass/app.scss */
.nav-item.shop {
  display: none;
}

/* line 6389, ../../Private/sass/app.scss */
.rma-user-form {
  margin-top: 45px;
}
/* line 6392, ../../Private/sass/app.scss */
.rma-user-form h4 {
  margin-top: 30px;
}
/* line 6396, ../../Private/sass/app.scss */
.rma-user-form label.error {
  color: #e2002b;
}
/* line 6399, ../../Private/sass/app.scss */
.rma-user-form .form-control.error,
.rma-user-form .has-error .form-control {
  border-color: #e2002b;
  border-width: 2px;
}
/* line 6405, ../../Private/sass/app.scss */
.rma-user-form input[type="number"]::-webkit-outer-spin-button, .rma-user-form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 6409, ../../Private/sass/app.scss */
.rma-user-form input[type="number"] {
  -moz-appearance: textfield;
}
/* line 6413, ../../Private/sass/app.scss */
.rma-user-form .form-group {
  margin-bottom: 10px;
}
/* line 6417, ../../Private/sass/app.scss */
.rma-user-form .form-group.article-list.clone {
  display: none;
}
/* line 6420, ../../Private/sass/app.scss */
.rma-user-form .form-group.article-list .delete-this {
  width: 320px;
  display: block;
  margin-left: auto;
  margin-bottom: 30px;
  margin-top: -15px;
}
/* line 6427, ../../Private/sass/app.scss */
.rma-user-form .form-group.article-list label {
  display: none;
}
/* line 6430, ../../Private/sass/app.scss */
.rma-user-form .form-group.article-list .form-control {
  margin-bottom: 0;
}
/* line 6435, ../../Private/sass/app.scss */
.rma-user-form .form-group.text label {
  display: none;
}
/* line 6438, ../../Private/sass/app.scss */
.rma-user-form .form-group.text input, .rma-user-form .form-group.text textarea {
  margin-bottom: 2px;
}
/* line 6443, ../../Private/sass/app.scss */
.rma-user-form .form-group input[type="checkbox"] {
  float: left;
  margin: 6px;
}
/* line 6447, ../../Private/sass/app.scss */
.rma-user-form .form-group input[type="file"] {
  display: block;
  font-size: 13px;
}
/* line 6451, ../../Private/sass/app.scss */
.rma-user-form .form-group input.update-button {
  width: 320px;
  display: block;
}
/* line 6455, ../../Private/sass/app.scss */
.rma-user-form .form-group input.submit-button {
  width: 320px;
  margin-left: auto;
  display: block;
}
/* line 6462, ../../Private/sass/app.scss */
.rma-user-form .form-text {
  margin-top: 0.125rem;
}

/* line 6468, ../../Private/sass/app.scss */
.series-teaser-as-list a {
  text-decoration: none !important;
}
/* line 6472, ../../Private/sass/app.scss */
.series-teaser-as-list > .inner {
  border-top: 1px solid #000000;
}
/* line 6477, ../../Private/sass/app.scss */
.series-teaser-as-list:first-child > .inner {
  border-width: 2px;
}
/* line 6482, ../../Private/sass/app.scss */
.series-teaser-as-list:last-child > .inner {
  border-bottom: 2px solid #000000;
}
/* line 6487, ../../Private/sass/app.scss */
.series-teaser-as-list img {
  margin-top: 5px;
  max-width: 70px;
}
@media (min-width: 768px) {
  /* line 6487, ../../Private/sass/app.scss */
  .series-teaser-as-list img {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 6487, ../../Private/sass/app.scss */
  .series-teaser-as-list img {
    margin-top: 5px;
  }
}
@media (min-width: 2100px) {
  /* line 6487, ../../Private/sass/app.scss */
  .series-teaser-as-list img {
    margin-top: 0;
  }
}
/* line 6503, ../../Private/sass/app.scss */
.series-teaser-as-list h2 {
  color: #e2002b;
  margin-top: 18px;
  font-size: 16px;
  margin-bottom: 0px;
  font-family: Arial, sans-serif;
  text-transform: none;
}
@media (min-width: 992px) {
  /* line 6503, ../../Private/sass/app.scss */
  .series-teaser-as-list h2 {
    margin-top: 14px;
  }
}
@media (min-width: 1200px) {
  /* line 6503, ../../Private/sass/app.scss */
  .series-teaser-as-list h2 {
    margin-top: 15px;
  }
}
@media (min-width: 2100px) {
  /* line 6503, ../../Private/sass/app.scss */
  .series-teaser-as-list h2 {
    margin-top: 18px;
  }
}
/* line 6520, ../../Private/sass/app.scss */
.series-teaser-as-list .info {
  color: #e2002b;
  font-size: 0.875rem;
  margin-bottom: 8px;
  margin-right: 20px;
  display: inline-block;
}
@media (min-width: 992px) {
  /* line 6520, ../../Private/sass/app.scss */
  .series-teaser-as-list .info {
    font-size: 0.9375rem;
  }
}
/* line 6530, ../../Private/sass/app.scss */
.series-teaser-as-list .info span {
  font-size: 1.0625rem;
  font-family: Oswald, sans-serif;
  padding-right: 3px;
}
@media (min-width: 992px) {
  /* line 6530, ../../Private/sass/app.scss */
  .series-teaser-as-list .info span {
    font-size: 1.375rem;
  }
}
/* line 6540, ../../Private/sass/app.scss */
.series-teaser-as-list .cta {
  margin-top: 0;
  display: inline-block;
  line-height: 1;
  margin-bottom: -8px;
}
@media (min-width: 992px) {
  /* line 6540, ../../Private/sass/app.scss */
  .series-teaser-as-list .cta {
    margin-top: 18px;
  }
}
@media (min-width: 1200px) {
  /* line 6540, ../../Private/sass/app.scss */
  .series-teaser-as-list .cta {
    margin-top: 7px;
  }
}
@media (min-width: 2100px) {
  /* line 6540, ../../Private/sass/app.scss */
  .series-teaser-as-list .cta {
    margin-top: 12px;
  }
}

/* line 6557, ../../Private/sass/app.scss */
#stoererModal .modal-content {
  background: transparent;
  border: none;
}
/* line 6561, ../../Private/sass/app.scss */
#stoererModal .modal-content button.close {
  color: #ffffff;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  /* line 6561, ../../Private/sass/app.scss */
  #stoererModal .modal-content button.close {
    right: 70px;
  }
}
/* line 6569, ../../Private/sass/app.scss */
#stoererModal .modal-content .helper {
  position: relative;
}
@media (min-width: 768px) {
  /* line 6569, ../../Private/sass/app.scss */
  #stoererModal .modal-content .helper {
    padding: 0 100px;
  }
}
@media (min-width: 1200px) {
  /* line 6569, ../../Private/sass/app.scss */
  #stoererModal .modal-content .helper {
    padding: 0 150px;
  }
}
/* line 6578, ../../Private/sass/app.scss */
#stoererModal .modal-content .helper a {
  background-color: #e2002b;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 1.0625rem;
  padding: 4px 12px;
  letter-spacing: 0.04em;
  display: block;
  border-top: 1px solid #ffffff;
}
@media (min-width: 768px) {
  /* line 6578, ../../Private/sass/app.scss */
  #stoererModal .modal-content .helper a {
    position: absolute;
    top: 75px;
    right: -30px;
    font-size: 1.375rem;
    white-space: nowrap;
    border-top: none;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  /* line 6578, ../../Private/sass/app.scss */
  #stoererModal .modal-content .helper a {
    font-size: 1.5rem;
    top: 65px;
  }
}
@media (min-width: 1200px) {
  /* line 6578, ../../Private/sass/app.scss */
  #stoererModal .modal-content .helper a {
    font-size: 1.75rem;
    top: 75px;
  }
}
@media (min-width: 2100px) {
  /* line 6578, ../../Private/sass/app.scss */
  #stoererModal .modal-content .helper a {
    top: 85px;
  }
}
/* line 6609, ../../Private/sass/app.scss */
#stoererModal .modal-content .helper a:hover {
  text-decoration: none;
}

/* line 6617, ../../Private/sass/app.scss */
#newsModal .modal-lg {
  max-width: 800px;
}
/* line 6620, ../../Private/sass/app.scss */
#newsModal .modal-content {
  background-color: #ffffff;
}
/* line 6621, ../../Private/sass/app.scss */
#newsModal .modal-content .modal-header {
  border: none;
}
/* line 6624, ../../Private/sass/app.scss */
#newsModal .modal-content .modal-body {
  padding: 45px 30px 60px;
}
@media (min-width: 768px) {
  /* line 6624, ../../Private/sass/app.scss */
  #newsModal .modal-content .modal-body {
    padding: 60px;
  }
}
/* line 6631, ../../Private/sass/app.scss */
#newsModal .modal-content button.close {
  color: #e2002b;
  top: 10px;
  right: 15px;
  z-index: 5;
}
@media (min-width: 992px) {
  /* line 6631, ../../Private/sass/app.scss */
  #newsModal .modal-content button.close {
    right: 30px;
  }
}

/* line 6642, ../../Private/sass/app.scss */
.nowrap {
  white-space: nowrap;
}

/* line 6645, ../../Private/sass/app.scss */
.statisches-highlight {
  margin-bottom: 20px;
}
/* line 6648, ../../Private/sass/app.scss */
.statisches-highlight a {
  position: relative;
  display: inline-block;
  color: #e2002b;
  overflow: hidden;
  border: 2px solid #b7b7b7;
}
/* line 6655, ../../Private/sass/app.scss */
.statisches-highlight a img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
/* line 6662, ../../Private/sass/app.scss */
.statisches-highlight a h3 {
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.231;
}
@media (min-width: 1200px) {
  /* line 6662, ../../Private/sass/app.scss */
  .statisches-highlight a h3 {
    font-size: 32px;
  }
}
@media (min-width: 2100px) {
  /* line 6662, ../../Private/sass/app.scss */
  .statisches-highlight a h3 {
    font-size: 42px;
  }
}
/* line 6679, ../../Private/sass/app.scss */
.statisches-highlight a h3 span {
  display: block;
  font-size: 60%;
}
/* line 6684, ../../Private/sass/app.scss */
.statisches-highlight a .cta {
  position: absolute;
  right: 28px;
  bottom: 28px;
}
/* line 6689, ../../Private/sass/app.scss */
.statisches-highlight a:hover {
  border: 2px solid #e2002b;
}
/* line 6691, ../../Private/sass/app.scss */
.statisches-highlight a:hover img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 6697, ../../Private/sass/app.scss */
.statisches-highlight a:hover .cta {
  background-color: #FFFFFF;
}
/* line 6699, ../../Private/sass/app.scss */
.statisches-highlight a:hover .cta::before {
  background-color: #e2002b;
}
/* line 6702, ../../Private/sass/app.scss */
.statisches-highlight a:hover .cta::after {
  background-color: #e2002b;
}

/* line 6709, ../../Private/sass/app.scss */
.product-highlights {
  position: absolute;
  bottom: 28px;
  left: 0;
  background-color: #e2002b;
  color: #fff;
  padding: 14px 28px 19px;
  right: 30%;
  font-family: Oswald;
  font-size: 1rem;
  line-height: 1.231;
  min-height: 100px;
  letter-spacing: 0.033em;
}

/* line 6724, ../../Private/sass/app.scss */
.searchlist .product-item-all {
  margin-bottom: 30px;
  margin-top: 0;
}
/* line 6728, ../../Private/sass/app.scss */
.searchlist .check-archived {
  text-align: right;
}
/* line 6731, ../../Private/sass/app.scss */
.searchlist .form-check {
  margin-top: 5px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  /* line 6731, ../../Private/sass/app.scss */
  .searchlist .form-check {
    margin-top: -25px;
  }
}
/* line 6738, ../../Private/sass/app.scss */
.searchlist .form-check #toggle-archived {
  margin-left: 0;
  position: relative;
}
/* line 6742, ../../Private/sass/app.scss */
.searchlist .form-check label {
  padding-right: 5px;
}
/* line 6747, ../../Private/sass/app.scss */
.searchlist .product-item.product-archived {
  display: none;
}

/* line 6756, ../../Private/sass/app.scss */
.tx-femanager form .form-group.row {
  margin-bottom: 0;
}
/* line 6760, ../../Private/sass/app.scss */
.tx-femanager form label {
  display: none;
}
/* line 6763, ../../Private/sass/app.scss */
.tx-femanager form label.checkbox {
  display: inline-block;
}

/* line 6770, ../../Private/sass/app.scss */
.deliveryForm label {
  display: none;
}

/* line 6775, ../../Private/sass/app.scss */
.cc-window.cc-banner {
  font-family: Arial, sans-serif;
  display: block;
}
/* line 6779, ../../Private/sass/app.scss */
.cc-window.cc-banner .cc-compliance {
  display: block;
  position: relative;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  /* line 6779, ../../Private/sass/app.scss */
  .cc-window.cc-banner .cc-compliance {
    position: absolute;
    width: 320px;
  }
}
/* line 6789, ../../Private/sass/app.scss */
.cc-window.cc-banner .cc-compliance .cc-deny {
  display: block;
  width: 20px;
  position: absolute;
  right: 30px;
  top: 15px;
  padding: 7px;
  font-size: 30px;
  font-family: Arial, sans-serif;
  font-weight: 400;
}
/* line 6800, ../../Private/sass/app.scss */
.cc-window.cc-banner .cc-compliance .cc-deny:hover {
  text-decoration: none;
  color: #ffffff;
}
/* line 6805, ../../Private/sass/app.scss */
.cc-window.cc-banner .cc-compliance .cc-allow {
  display: inline-block;
  margin-right: 20px;
  margin-top: 15px;
  padding: 7px 25px;
  font-weight: normal;
}
/* line 6812, ../../Private/sass/app.scss */
.cc-window.cc-banner .cc-compliance .cc-allow:hover {
  text-decoration: none;
}
/* line 6818, ../../Private/sass/app.scss */
.cc-window.cc-banner .cc-message {
  font-size: 14px;
  line-height: 19px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  min-height: 72px;
}
@media (min-width: 768px) {
  /* line 6818, ../../Private/sass/app.scss */
  .cc-window.cc-banner .cc-message {
    padding-right: 340px;
  }
}
/* line 6829, ../../Private/sass/app.scss */
.cc-window.cc-banner .cc-message .cc-link {
  color: #fff;
  text-decoration: none;
  display: inline;
}
/* line 6834, ../../Private/sass/app.scss */
.cc-window.cc-banner .cc-message .cc-link:hover {
  color: #888;
}

/* line 6840, ../../Private/sass/app.scss */
span.lieferzeit {
  background: url(../Images/Icos/icon_lieferzeit_auf_anfrage.svg) no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
}

/* line 6849, ../../Private/sass/app.scss */
span.lieferzeit-10 {
  background: url(../Images/Icos/icon_lieferzeit_10d.svg) no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
}

/* line 6858, ../../Private/sass/app.scss */
span.lieferzeit-48 {
  background: url(../Images/Icos/icon_lieferzeit_48h.svg) no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
}

/* line 6867, ../../Private/sass/app.scss */
span.lieferzeit-14 {
  background: url(../Images/Icos/icon_lieferzeit_14d.svg) no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
}

/* line 6876, ../../Private/sass/app.scss */
span.lieferzeit-72 {
  background: url(../Images/Icos/icon_lieferzeit_72h.svg) no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
}

/* line 6886, ../../Private/sass/app.scss */
.product-archived span.lieferzeit, .product-archived span.lieferzeit-10, .product-archived span.lieferzeit-48 {
  display: none;
}

@media (min-width: 992px) {
  /* line 6891, ../../Private/sass/app.scss */
  .col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit input {
    position: relative;
    top: -50px;
  }
}

/* line 6897, ../../Private/sass/app.scss */
.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  margin: 0 0 2px;
}
/* line 6907, ../../Private/sass/app.scss */
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 6915, ../../Private/sass/app.scss */
.name-concept {
  font-family: Oswald, sans-serif;
  cursor: pointer;
}
/* line 6919, ../../Private/sass/app.scss */
.name-concept .accordion-inner-head {
  border-top: 1px solid #000000;
}
/* line 6922, ../../Private/sass/app.scss */
.name-concept .accordion-inner-head img {
  margin: 0;
}
/* line 6926, ../../Private/sass/app.scss */
.name-concept .accordion-inner-head .wrapper {
  position: relative;
  padding-left: 40px;
}
/* line 6931, ../../Private/sass/app.scss */
.name-concept .accordion-inner-head .cta {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: url("../../Public/Images/Icos/cta_right_38px.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 6947, ../../Private/sass/app.scss */
.name-concept .accordion-inner-head .cta:hover {
  background-image: url("../../Public/Images/Icos/cta_right_white_38px.png");
}
/* line 6950, ../../Private/sass/app.scss */
.name-concept .accordion-inner-head .cta:hover::after, .name-concept .accordion-inner-head .cta:hover::before {
  background-color: #b2b2b2;
}
/* line 6957, ../../Private/sass/app.scss */
.name-concept .accordion-inner-head h3 {
  color: #e2002b;
  text-transform: none;
  margin: 10px 0;
}
/* line 6962, ../../Private/sass/app.scss */
.name-concept .accordion-inner-head .identifier {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  margin-bottom: 10px;
}
/* line 6968, ../../Private/sass/app.scss */
.name-concept .accordion-inner-head .identifier .name {
  display: inline-block;
  border: 1px solid #000000;
  font-size: 0.875rem;
  padding: 4px;
}
@media (min-width: 2100px) {
  /* line 6968, ../../Private/sass/app.scss */
  .name-concept .accordion-inner-head .identifier .name {
    padding: 4px 5px;
  }
}
/* line 6978, ../../Private/sass/app.scss */
.name-concept .accordion-inner-head .identifier .spacer {
  width: 100%;
  height: 15px;
  border: 1px solid #e2002b;
  border-top: none;
  margin-top: 4px;
}
/* line 6985, ../../Private/sass/app.scss */
.name-concept .accordion-inner-head .identifier span {
  font-size: 0.75rem;
}
/* line 6988, ../../Private/sass/app.scss */
.name-concept .accordion-inner-head .identifier.has-trenner {
  position: relative;
  margin-right: 15px;
}
/* line 6992, ../../Private/sass/app.scss */
.name-concept .accordion-inner-head .identifier .trenner {
  position: absolute;
  right: -10px;
  top: 6px;
}
/* line 6999, ../../Private/sass/app.scss */
.name-concept .accordion-inner-body {
  margin: 30px 0;
  display: none;
}
/* line 7003, ../../Private/sass/app.scss */
.name-concept .accordion-inner-body .table {
  border-bottom: 2px solid #000000;
}
/* line 7006, ../../Private/sass/app.scss */
.name-concept .accordion-inner-body .table th {
  font-weight: 500;
  border-top: none;
  border-bottom: 2px solid #e2002b;
  padding: 5px 0;
}
/* line 7012, ../../Private/sass/app.scss */
.name-concept .accordion-inner-body .table th:last-child {
  border-bottom: 2px solid #e2002b;
}
/* line 7017, ../../Private/sass/app.scss */
.name-concept .accordion-inner-body .table tr td {
  width: 50%;
  font-weight: 300;
  padding: 5px 0;
}
/* line 7022, ../../Private/sass/app.scss */
.name-concept .accordion-inner-body .table tr td:last-child {
  border-bottom: 1px solid #000000;
  text-align: left;
  padding: 5px 0;
}
/* line 7027, ../../Private/sass/app.scss */
.name-concept .accordion-inner-body .table tr td.headline {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  color: #e2002b;
  font-weight: 400;
  font-size: 0.875rem;
}
/* line 7037, ../../Private/sass/app.scss */
.name-concept .accordion-inner-body .table tr:first-child td.headline {
  border-top: none;
}
/* line 7043, ../../Private/sass/app.scss */
.name-concept .accordion-inner-body .table tr:last-child td {
  border-bottom: none;
}
/* line 7051, ../../Private/sass/app.scss */
.name-concept.show .cta {
  background-image: url("../../Public/Images/Icos/cta_down_38px.png");
}
/* line 7054, ../../Private/sass/app.scss */
.name-concept.show .cta:hover {
  background-image: url("../../Public/Images/Icos/cta_down_white_38px.png");
}
/* line 7061, ../../Private/sass/app.scss */
.name-concept:first-child .accordion-inner-head {
  border-top: none;
}
/* line 7065, ../../Private/sass/app.scss */
.name-concept:last-child {
  margin-bottom: 20px;
}
/* line 7068, ../../Private/sass/app.scss */
.name-concept:last-child .accordion-inner-head {
  border-bottom: none;
}
/* line 7072, ../../Private/sass/app.scss */
.name-concept .order-md-1 {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  /* line 7072, ../../Private/sass/app.scss */
  .name-concept .order-md-1 {
    padding-bottom: 0;
  }
}

/* line 7083, ../../Private/sass/app.scss */
.accordion:last-child .name-concept:last-child .accordion-inner-head {
  border-bottom: 2px solid #000000;
}

/* line 7090, ../../Private/sass/app.scss */
h3.name-concept {
  font-size: 24px;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 60px !important;
}
@media (min-width: 768px) {
  /* line 7090, ../../Private/sass/app.scss */
  h3.name-concept {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  /* line 7090, ../../Private/sass/app.scss */
  h3.name-concept {
    font-size: 1.4375rem;
  }
}
@media (min-width: 2100px) {
  /* line 7090, ../../Private/sass/app.scss */
  h3.name-concept {
    line-height: 1.3;
    font-size: 1.875rem;
  }
}

/* line 7106, ../../Private/sass/app.scss */
h1.name-concept {
  font-size: 11px;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 60px !important;
}
@media (min-width: 768px) {
  /* line 7106, ../../Private/sass/app.scss */
  h1.name-concept {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  /* line 7106, ../../Private/sass/app.scss */
  h1.name-concept {
    font-size: 1.4375rem;
  }
}
@media (min-width: 2100px) {
  /* line 7106, ../../Private/sass/app.scss */
  h1.name-concept {
    line-height: 1.3;
    font-size: 1.875rem;
  }
}
