@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #CCCCCC;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }
/* default styles for extension "tx_gomapsext" */
		.tx-go-maps-ext img {
			max-width: none;
		}

span.twitter-typeahead {
	width: 100%;
}
.tt-dataset {
	background-color: white;
	cursor: pointer;
}
.tt-selectable:hover {
	background-color: #ddd;
}

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

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

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

body {
  margin: 0;
  font-family: "Fauna One", Roboto, "Helvetica Neue", Arial;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #420;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #420;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  color: black;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .ce-text-image-teaser-33-66__headline, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Exo2-Bold", Roboto, "Helvetica Neue", Arial;
  font-weight: 400;
  line-height: 1.2;
}

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

h2, .h2, .ce-text-image-teaser-33-66__headline {
  font-size: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #420;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(181, 177, 172, 0.5);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(181, 177, 172, 0.5);
}
.table tbody + tbody {
  border-top: 2px solid rgba(181, 177, 172, 0.5);
}

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

.table-bordered {
  border: 1px solid rgba(181, 177, 172, 0.5);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(181, 177, 172, 0.5);
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cbc1b8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #9e8c7a;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d4dbe2;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #afbcc8;
}

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

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

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

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

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

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

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

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

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfcfc;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfafa;
}

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

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

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

.table-sos,
.table-sos > th,
.table-sos > td {
  background-color: #ecc1c1;
}
.table-sos th,
.table-sos td,
.table-sos thead th,
.table-sos tbody + tbody {
  border-color: #dc8c8c;
}

.table-hover .table-sos:hover {
  background-color: #e6adad;
}
.table-hover .table-sos:hover > td,
.table-hover .table-sos:hover > th {
  background-color: #e6adad;
}

.table-service,
.table-service > th,
.table-service > td {
  background-color: #b8d9ec;
}
.table-service th,
.table-service td,
.table-service thead th,
.table-service tbody + tbody {
  border-color: #7ab8dc;
}

.table-hover .table-service:hover {
  background-color: #a4cee7;
}
.table-hover .table-service:hover > td,
.table-hover .table-service:hover > th {
  background-color: #a4cee7;
}

.table-shop,
.table-shop > th,
.table-shop > td {
  background-color: #fff5b8;
}
.table-shop th,
.table-shop td,
.table-shop thead th,
.table-shop tbody + tbody {
  border-color: #ffed7a;
}

.table-hover .table-shop:hover {
  background-color: #fff19f;
}
.table-hover .table-shop:hover > td,
.table-hover .table-shop:hover > th {
  background-color: #fff19f;
}

.table-science,
.table-science > th,
.table-science > td {
  background-color: #b8e2e2;
}
.table-science th,
.table-science td,
.table-science thead th,
.table-science tbody + tbody {
  border-color: #7acaca;
}

.table-hover .table-science:hover {
  background-color: #a6dbdb;
}
.table-hover .table-science:hover > td,
.table-hover .table-science:hover > th {
  background-color: #a6dbdb;
}

.table-system,
.table-system > th,
.table-system > td {
  background-color: #cfc1d9;
}
.table-system th,
.table-system td,
.table-system thead th,
.table-system tbody + tbody {
  border-color: #a78cb8;
}

.table-hover .table-system:hover {
  background-color: #c3b1cf;
}
.table-hover .table-system:hover > td,
.table-hover .table-system:hover > th {
  background-color: #c3b1cf;
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: rgba(181, 177, 172, 0.5);
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.4rem + 2px);
  padding: 0.7rem 0.7rem;
  font-family: "Exo2-Regular", Roboto, "Helvetica Neue", Arial;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.5;
  color: #420;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b5b1ac;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #420;
  background-color: #fff;
  border-color: #420;
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder {
  color: #b5b1ac;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #420;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #b5b1ac;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 1.4rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.35rem);
  background-size: calc(0.75em + 0.7rem) calc(0.75em + 0.7rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 1.4rem) * 3 / 4 + 1.7rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.7rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.7rem/calc(0.75em + 0.7rem) calc(0.75em + 0.7rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

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

.btn {
  display: inline-block;
  font-family: "Exo2-Bold", Roboto, "Helvetica Neue", Arial;
  font-weight: 400;
  color: #420;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.8rem 3rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #420;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #420;
  border-color: #420;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1e0f00;
  border-color: #110900;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0 rgba(96, 67, 38, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #420;
  border-color: #420;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #110900;
  border-color: #040200;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(96, 67, 38, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #667e96;
  border-color: #667e96;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #576b7f;
  border-color: #516578;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0 rgba(125, 145, 166, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #667e96;
  border-color: #667e96;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #516578;
  border-color: #4c5e70;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(125, 145, 166, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f7f6f6;
  border-color: #f7f6f6;
}
.btn-light:hover {
  color: #212529;
  background-color: #e5e2e2;
  border-color: #dfdbdb;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0 rgba(215, 215, 215, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f7f6f6;
  border-color: #f7f6f6;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dfdbdb;
  border-color: #d9d4d4;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(215, 215, 215, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-sos {
  color: #fff;
  background-color: #b22;
  border-color: #b22;
}
.btn-sos:hover {
  color: #fff;
  background-color: #9b1c1c;
  border-color: #901a1a;
}
.btn-sos:focus, .btn-sos.focus {
  box-shadow: 0 0 0 0 rgba(197, 67, 67, 0.5);
}
.btn-sos.disabled, .btn-sos:disabled {
  color: #fff;
  background-color: #b22;
  border-color: #b22;
}
.btn-sos:not(:disabled):not(.disabled):active, .btn-sos:not(:disabled):not(.disabled).active, .show > .btn-sos.dropdown-toggle {
  color: #fff;
  background-color: #901a1a;
  border-color: #851818;
}
.btn-sos:not(:disabled):not(.disabled):active:focus, .btn-sos:not(:disabled):not(.disabled).active:focus, .show > .btn-sos.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(197, 67, 67, 0.5);
}

.btn-service {
  color: #fff;
  background-color: #07b;
  border-color: #07b;
}
.btn-service:hover {
  color: #fff;
  background-color: #005f95;
  border-color: #005788;
}
.btn-service:focus, .btn-service.focus {
  box-shadow: 0 0 0 0 rgba(38, 139, 197, 0.5);
}
.btn-service.disabled, .btn-service:disabled {
  color: #fff;
  background-color: #07b;
  border-color: #07b;
}
.btn-service:not(:disabled):not(.disabled):active, .btn-service:not(:disabled):not(.disabled).active, .show > .btn-service.dropdown-toggle {
  color: #fff;
  background-color: #005788;
  border-color: #004e7b;
}
.btn-service:not(:disabled):not(.disabled):active:focus, .btn-service:not(:disabled):not(.disabled).active:focus, .show > .btn-service.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 139, 197, 0.5);
}

.btn-shop {
  color: #212529;
  background-color: #fd0;
  border-color: #fd0;
}
.btn-shop:hover {
  color: #212529;
  background-color: #d9bc00;
  border-color: #ccb100;
}
.btn-shop:focus, .btn-shop.focus {
  box-shadow: 0 0 0 0 rgba(222, 193, 6, 0.5);
}
.btn-shop.disabled, .btn-shop:disabled {
  color: #212529;
  background-color: #fd0;
  border-color: #fd0;
}
.btn-shop:not(:disabled):not(.disabled):active, .btn-shop:not(:disabled):not(.disabled).active, .show > .btn-shop.dropdown-toggle {
  color: #212529;
  background-color: #ccb100;
  border-color: #bfa600;
}
.btn-shop:not(:disabled):not(.disabled):active:focus, .btn-shop:not(:disabled):not(.disabled).active:focus, .show > .btn-shop.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 193, 6, 0.5);
}

.btn-science {
  color: #fff;
  background-color: #099;
  border-color: #099;
}
.btn-science:hover {
  color: #fff;
  background-color: #007373;
  border-color: #006666;
}
.btn-science:focus, .btn-science.focus {
  box-shadow: 0 0 0 0 rgba(38, 168, 168, 0.5);
}
.btn-science.disabled, .btn-science:disabled {
  color: #fff;
  background-color: #099;
  border-color: #099;
}
.btn-science:not(:disabled):not(.disabled):active, .btn-science:not(:disabled):not(.disabled).active, .show > .btn-science.dropdown-toggle {
  color: #fff;
  background-color: #006666;
  border-color: #005959;
}
.btn-science:not(:disabled):not(.disabled):active:focus, .btn-science:not(:disabled):not(.disabled).active:focus, .show > .btn-science.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 168, 168, 0.5);
}

.btn-system {
  color: #fff;
  background-color: #527;
  border-color: #527;
}
.btn-system:hover {
  color: #fff;
  background-color: #401a59;
  border-color: #39174f;
}
.btn-system:focus, .btn-system.focus {
  box-shadow: 0 0 0 0 rgba(111, 67, 139, 0.5);
}
.btn-system.disabled, .btn-system:disabled {
  color: #fff;
  background-color: #527;
  border-color: #527;
}
.btn-system:not(:disabled):not(.disabled):active, .btn-system:not(:disabled):not(.disabled).active, .show > .btn-system.dropdown-toggle {
  color: #fff;
  background-color: #39174f;
  border-color: #321445;
}
.btn-system:not(:disabled):not(.disabled):active:focus, .btn-system:not(:disabled):not(.disabled).active:focus, .show > .btn-system.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(111, 67, 139, 0.5);
}

.btn-outline-primary {
  color: #420;
  border-color: #420;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #420;
  border-color: #420;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(68, 34, 0, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #420;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #420;
  border-color: #420;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(68, 34, 0, 0.5);
}

.btn-outline-secondary {
  color: #667e96;
  border-color: #667e96;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #667e96;
  border-color: #667e96;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(102, 126, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #667e96;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #667e96;
  border-color: #667e96;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(102, 126, 150, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f7f6f6;
  border-color: #f7f6f6;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f7f6f6;
  border-color: #f7f6f6;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(247, 246, 246, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f7f6f6;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f7f6f6;
  border-color: #f7f6f6;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(247, 246, 246, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-outline-sos {
  color: #b22;
  border-color: #b22;
}
.btn-outline-sos:hover {
  color: #fff;
  background-color: #b22;
  border-color: #b22;
}
.btn-outline-sos:focus, .btn-outline-sos.focus {
  box-shadow: 0 0 0 0 rgba(187, 34, 34, 0.5);
}
.btn-outline-sos.disabled, .btn-outline-sos:disabled {
  color: #b22;
  background-color: transparent;
}
.btn-outline-sos:not(:disabled):not(.disabled):active, .btn-outline-sos:not(:disabled):not(.disabled).active, .show > .btn-outline-sos.dropdown-toggle {
  color: #fff;
  background-color: #b22;
  border-color: #b22;
}
.btn-outline-sos:not(:disabled):not(.disabled):active:focus, .btn-outline-sos:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sos.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(187, 34, 34, 0.5);
}

.btn-outline-service {
  color: #07b;
  border-color: #07b;
}
.btn-outline-service:hover {
  color: #fff;
  background-color: #07b;
  border-color: #07b;
}
.btn-outline-service:focus, .btn-outline-service.focus {
  box-shadow: 0 0 0 0 rgba(0, 119, 187, 0.5);
}
.btn-outline-service.disabled, .btn-outline-service:disabled {
  color: #07b;
  background-color: transparent;
}
.btn-outline-service:not(:disabled):not(.disabled):active, .btn-outline-service:not(:disabled):not(.disabled).active, .show > .btn-outline-service.dropdown-toggle {
  color: #fff;
  background-color: #07b;
  border-color: #07b;
}
.btn-outline-service:not(:disabled):not(.disabled):active:focus, .btn-outline-service:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-service.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 119, 187, 0.5);
}

.btn-outline-shop {
  color: #fd0;
  border-color: #fd0;
}
.btn-outline-shop:hover {
  color: #212529;
  background-color: #fd0;
  border-color: #fd0;
}
.btn-outline-shop:focus, .btn-outline-shop.focus {
  box-shadow: 0 0 0 0 rgba(255, 221, 0, 0.5);
}
.btn-outline-shop.disabled, .btn-outline-shop:disabled {
  color: #fd0;
  background-color: transparent;
}
.btn-outline-shop:not(:disabled):not(.disabled):active, .btn-outline-shop:not(:disabled):not(.disabled).active, .show > .btn-outline-shop.dropdown-toggle {
  color: #212529;
  background-color: #fd0;
  border-color: #fd0;
}
.btn-outline-shop:not(:disabled):not(.disabled):active:focus, .btn-outline-shop:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-shop.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 221, 0, 0.5);
}

.btn-outline-science {
  color: #099;
  border-color: #099;
}
.btn-outline-science:hover {
  color: #fff;
  background-color: #099;
  border-color: #099;
}
.btn-outline-science:focus, .btn-outline-science.focus {
  box-shadow: 0 0 0 0 rgba(0, 153, 153, 0.5);
}
.btn-outline-science.disabled, .btn-outline-science:disabled {
  color: #099;
  background-color: transparent;
}
.btn-outline-science:not(:disabled):not(.disabled):active, .btn-outline-science:not(:disabled):not(.disabled).active, .show > .btn-outline-science.dropdown-toggle {
  color: #fff;
  background-color: #099;
  border-color: #099;
}
.btn-outline-science:not(:disabled):not(.disabled):active:focus, .btn-outline-science:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-science.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 153, 153, 0.5);
}

.btn-outline-system {
  color: #527;
  border-color: #527;
}
.btn-outline-system:hover {
  color: #fff;
  background-color: #527;
  border-color: #527;
}
.btn-outline-system:focus, .btn-outline-system.focus {
  box-shadow: 0 0 0 0 rgba(85, 34, 119, 0.5);
}
.btn-outline-system.disabled, .btn-outline-system:disabled {
  color: #527;
  background-color: transparent;
}
.btn-outline-system:not(:disabled):not(.disabled):active, .btn-outline-system:not(:disabled):not(.disabled).active, .show > .btn-outline-system.dropdown-toggle {
  color: #fff;
  background-color: #527;
  border-color: #527;
}
.btn-outline-system:not(:disabled):not(.disabled):active:focus, .btn-outline-system:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-system.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(85, 34, 119, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #420;
  text-decoration: underline;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0 0 0;
  font-size: 1rem;
  color: #420;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:first-child {
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #420;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

.dropdown-toggle-split {
  padding-right: 2.25rem;
  padding-left: 2.25rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.7rem 0.7rem;
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.5;
  color: #420;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #b5b1ac;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

.nav-link, .navbar-toggler__text, .header-meta__home a {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .navbar-toggler__text:hover, .header-meta__home a:hover, .nav-link:focus, .navbar-toggler__text:focus, .header-meta__home a:focus {
  text-decoration: none;
}
.nav-link.disabled, .disabled.navbar-toggler__text, .header-meta__home a.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link, .nav-tabs .navbar-toggler__text, .nav-tabs .header-meta__home a, .header-meta__home .nav-tabs a {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .navbar-toggler__text:hover, .nav-tabs .header-meta__home a:hover, .header-meta__home .nav-tabs a:hover, .nav-tabs .nav-link:focus, .nav-tabs .navbar-toggler__text:focus, .nav-tabs .header-meta__home a:focus, .header-meta__home .nav-tabs a:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled, .nav-tabs .disabled.navbar-toggler__text, .nav-tabs .header-meta__home a.disabled, .header-meta__home .nav-tabs a.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .active.navbar-toggler__text, .nav-tabs .header-meta__home a.active, .header-meta__home .nav-tabs a.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .navbar-toggler__text,
.nav-tabs .nav-item.show .header-meta__home a,
.header-meta__home .nav-tabs .nav-item.show a {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link, .nav-pills .navbar-toggler__text, .nav-pills .header-meta__home a, .header-meta__home .nav-pills a {
  border-radius: 0;
}
.nav-pills .nav-link.active, .nav-pills .active.navbar-toggler__text, .nav-pills .header-meta__home a.active, .header-meta__home .nav-pills a.active,
.nav-pills .show > .nav-link,
.nav-pills .show > .navbar-toggler__text,
.nav-pills .header-meta__home .show > a,
.header-meta__home .nav-pills .show > a {
  color: #fff;
  background-color: #420;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1px 0;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link, .navbar-nav .navbar-toggler__text, .navbar-nav .header-meta__home a, .header-meta__home .navbar-nav a {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0 0.5rem;
  font-size: 2.8em;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav .navbar-toggler__text, .navbar-expand-sm .navbar-nav .header-meta__home a, .header-meta__home .navbar-expand-sm .navbar-nav a {
    padding-right: 1.4em;
    padding-left: 1.4em;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .navbar-toggler__text, .navbar-expand-md .navbar-nav .header-meta__home a, .header-meta__home .navbar-expand-md .navbar-nav a {
    padding-right: 1.4em;
    padding-left: 1.4em;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .navbar-toggler__text, .navbar-expand-lg .navbar-nav .header-meta__home a, .header-meta__home .navbar-expand-lg .navbar-nav a {
    padding-right: 1.4em;
    padding-left: 1.4em;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .navbar-toggler__text, .navbar-expand-xl .navbar-nav .header-meta__home a, .header-meta__home .navbar-expand-xl .navbar-nav a {
    padding-right: 1.4em;
    padding-left: 1.4em;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav .navbar-toggler__text, .navbar-expand .navbar-nav .header-meta__home a, .header-meta__home .navbar-expand .navbar-nav a {
  padding-right: 1.4em;
  padding-left: 1.4em;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: #420;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #420;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .navbar-toggler__text, .navbar-light .navbar-nav .header-meta__home a, .header-meta__home .navbar-light .navbar-nav a {
  color: #420;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .navbar-toggler__text:hover, .navbar-light .navbar-nav .header-meta__home a:hover, .header-meta__home .navbar-light .navbar-nav a:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .navbar-toggler__text:focus, .navbar-light .navbar-nav .header-meta__home a:focus, .header-meta__home .navbar-light .navbar-nav a:focus {
  color: #667e96;
}
.navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .disabled.navbar-toggler__text, .navbar-light .navbar-nav .header-meta__home a.disabled, .header-meta__home .navbar-light .navbar-nav a.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .show > .navbar-toggler__text, .navbar-light .navbar-nav .header-meta__home .show > a, .header-meta__home .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .navbar-toggler__text,
.navbar-light .navbar-nav .header-meta__home .active > a,
.header-meta__home .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show.navbar-toggler__text,
.navbar-light .navbar-nav .header-meta__home a.show,
.header-meta__home .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .active.navbar-toggler__text,
.navbar-light .navbar-nav .header-meta__home a.active,
.header-meta__home .navbar-light .navbar-nav a.active {
  color: #420;
}
.navbar-light .navbar-toggler {
  color: #420;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23420' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #420;
}
.navbar-light .navbar-text a {
  color: #420;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #420;
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .navbar-toggler__text, .navbar-dark .navbar-nav .header-meta__home a, .header-meta__home .navbar-dark .navbar-nav a {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .navbar-toggler__text:hover, .navbar-dark .navbar-nav .header-meta__home a:hover, .header-meta__home .navbar-dark .navbar-nav a:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .navbar-toggler__text:focus, .navbar-dark .navbar-nav .header-meta__home a:focus, .header-meta__home .navbar-dark .navbar-nav a:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .disabled.navbar-toggler__text, .navbar-dark .navbar-nav .header-meta__home a.disabled, .header-meta__home .navbar-dark .navbar-nav a.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .show > .navbar-toggler__text, .navbar-dark .navbar-nav .header-meta__home .show > a, .header-meta__home .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .navbar-toggler__text,
.navbar-dark .navbar-nav .header-meta__home .active > a,
.header-meta__home .navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show.navbar-toggler__text,
.navbar-dark .navbar-nav .header-meta__home a.show,
.header-meta__home .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .active.navbar-toggler__text,
.navbar-dark .navbar-nav .header-meta__home a.active,
.header-meta__home .navbar-dark .navbar-nav a.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: 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;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child, .card > .list-group:first-child .frame-type-menu_abstract li:first-child, .frame-type-menu_abstract .card > .list-group:first-child li:first-child,
.card > .list-group:first-child .frame-type-menu_pages li:first-child,
.frame-type-menu_pages .card > .list-group:first-child li:first-child,
.card > .list-group:first-child .frame-type-menu_section li:first-child,
.frame-type-menu_section .card > .list-group:first-child li:first-child,
.card > .list-group:first-child .frame-type-menu_section_pages li:first-child,
.frame-type-menu_section_pages .card > .list-group:first-child li:first-child,
.card > .list-group:first-child .frame-type-menu_subpages li:first-child,
.frame-type-menu_subpages .card > .list-group:first-child li:first-child, .frame-type-menu_abstract .card > ul:first-child .list-group-item:first-child, .frame-type-menu_abstract .card > ul:first-child li:first-child,
.frame-type-menu_pages .card > ul:first-child .list-group-item:first-child,
.frame-type-menu_pages .card > ul:first-child li:first-child,
.frame-type-menu_section .card > ul:first-child .list-group-item:first-child,
.frame-type-menu_section .card > ul:first-child li:first-child,
.frame-type-menu_section_pages .card > ul:first-child .list-group-item:first-child,
.frame-type-menu_section_pages .card > ul:first-child li:first-child,
.frame-type-menu_subpages .card > ul:first-child .list-group-item:first-child,
.frame-type-menu_subpages .card > ul:first-child li:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child, .card > .list-group:last-child .frame-type-menu_abstract li:last-child, .frame-type-menu_abstract .card > .list-group:last-child li:last-child,
.card > .list-group:last-child .frame-type-menu_pages li:last-child,
.frame-type-menu_pages .card > .list-group:last-child li:last-child,
.card > .list-group:last-child .frame-type-menu_section li:last-child,
.frame-type-menu_section .card > .list-group:last-child li:last-child,
.card > .list-group:last-child .frame-type-menu_section_pages li:last-child,
.frame-type-menu_section_pages .card > .list-group:last-child li:last-child,
.card > .list-group:last-child .frame-type-menu_subpages li:last-child,
.frame-type-menu_subpages .card > .list-group:last-child li:last-child, .frame-type-menu_abstract .card > ul:last-child .list-group-item:last-child, .frame-type-menu_abstract .card > ul:last-child li:last-child,
.frame-type-menu_pages .card > ul:last-child .list-group-item:last-child,
.frame-type-menu_pages .card > ul:last-child li:last-child,
.frame-type-menu_section .card > ul:last-child .list-group-item:last-child,
.frame-type-menu_section .card > ul:last-child li:last-child,
.frame-type-menu_section_pages .card > ul:last-child .list-group-item:last-child,
.frame-type-menu_section_pages .card > ul:last-child li:last-child,
.frame-type-menu_subpages .card > ul:last-child .list-group-item:last-child,
.frame-type-menu_subpages .card > ul:last-child li:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child, .card-header + .list-group .frame-type-menu_abstract li:first-child, .frame-type-menu_abstract .card-header + .list-group li:first-child,
.card-header + .list-group .frame-type-menu_pages li:first-child,
.frame-type-menu_pages .card-header + .list-group li:first-child,
.card-header + .list-group .frame-type-menu_subpages li:first-child,
.frame-type-menu_subpages .card-header + .list-group li:first-child, .frame-type-menu_abstract .card-header + ul .list-group-item:first-child, .frame-type-menu_abstract .card-header + ul li:first-child,
.frame-type-menu_pages .card-header + ul .list-group-item:first-child,
.frame-type-menu_pages .card-header + ul li:first-child,
.frame-type-menu_section .card-header + ul .list-group-item:first-child,
.frame-type-menu_section .card-header + ul li:first-child,
.frame-type-menu_section_pages .card-header + ul .list-group-item:first-child,
.frame-type-menu_section_pages .card-header + ul li:first-child,
.frame-type-menu_subpages .card-header + ul .list-group-item:first-child,
.frame-type-menu_subpages .card-header + ul li:first-child {
  border-top: 0;
}

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

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(0 - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}

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

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

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

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #b5b1ac;
  content: ">";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #b5b1ac;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #420;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #420;
  border-color: #420;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.list-group, .frame-type-menu_abstract ul,
.frame-type-menu_pages ul,
.frame-type-menu_section_pages ul,
.frame-type-menu_subpages ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action, .frame-type-menu_abstract li,
.frame-type-menu_pages li,
.frame-type-menu_section_pages li,
.frame-type-menu_subpages li {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .frame-type-menu_abstract li:hover,
.frame-type-menu_pages li:hover,
.frame-type-menu_section_pages li:hover,
.frame-type-menu_subpages li:hover, .list-group-item-action:focus, .frame-type-menu_abstract li:focus,
.frame-type-menu_pages li:focus,
.frame-type-menu_section_pages li:focus,
.frame-type-menu_subpages li:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active, .frame-type-menu_abstract li:active,
.frame-type-menu_pages li:active,
.frame-type-menu_section_pages li:active,
.frame-type-menu_subpages li:active {
  color: #420;
  background-color: #e9ecef;
}

.list-group-item, .frame-type-menu_abstract li,
.frame-type-menu_pages li,
.frame-type-menu_section_pages li,
.frame-type-menu_subpages li {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child, .frame-type-menu_abstract li:first-child,
.frame-type-menu_pages li:first-child,
.frame-type-menu_section_pages li:first-child,
.frame-type-menu_subpages li:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child, .frame-type-menu_abstract li:last-child,
.frame-type-menu_pages li:last-child,
.frame-type-menu_section_pages li:last-child,
.frame-type-menu_subpages li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.disabled, .frame-type-menu_abstract li.disabled,
.frame-type-menu_pages li.disabled,
.frame-type-menu_section_pages li.disabled,
.frame-type-menu_subpages li.disabled, .list-group-item:disabled, .frame-type-menu_abstract li:disabled,
.frame-type-menu_pages li:disabled,
.frame-type-menu_section_pages li:disabled,
.frame-type-menu_subpages li:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active, .frame-type-menu_abstract li.active,
.frame-type-menu_pages li.active,
.frame-type-menu_section_pages li.active,
.frame-type-menu_subpages li.active {
  z-index: 2;
  color: #fff;
  background-color: #420;
  border-color: #420;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item, .list-group-horizontal .frame-type-menu_abstract li, .frame-type-menu_abstract .list-group-horizontal li,
.list-group-horizontal .frame-type-menu_pages li,
.frame-type-menu_pages .list-group-horizontal li,
.list-group-horizontal .frame-type-menu_section_pages li,
.frame-type-menu_section_pages .list-group-horizontal li,
.list-group-horizontal .frame-type-menu_subpages li,
.frame-type-menu_subpages .list-group-horizontal li {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child, .list-group-horizontal .frame-type-menu_abstract li:first-child, .frame-type-menu_abstract .list-group-horizontal li:first-child,
.list-group-horizontal .frame-type-menu_pages li:first-child,
.frame-type-menu_pages .list-group-horizontal li:first-child,
.list-group-horizontal .frame-type-menu_section_pages li:first-child,
.frame-type-menu_section_pages .list-group-horizontal li:first-child,
.list-group-horizontal .frame-type-menu_subpages li:first-child,
.frame-type-menu_subpages .list-group-horizontal li:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child, .list-group-horizontal .frame-type-menu_abstract li:last-child, .frame-type-menu_abstract .list-group-horizontal li:last-child,
.list-group-horizontal .frame-type-menu_pages li:last-child,
.frame-type-menu_pages .list-group-horizontal li:last-child,
.list-group-horizontal .frame-type-menu_section_pages li:last-child,
.frame-type-menu_section_pages .list-group-horizontal li:last-child,
.list-group-horizontal .frame-type-menu_subpages li:last-child,
.frame-type-menu_subpages .list-group-horizontal li:last-child {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item, .list-group-horizontal-sm .frame-type-menu_abstract li, .frame-type-menu_abstract .list-group-horizontal-sm li,
.list-group-horizontal-sm .frame-type-menu_pages li,
.frame-type-menu_pages .list-group-horizontal-sm li,
.list-group-horizontal-sm .frame-type-menu_section li,
.frame-type-menu_section .list-group-horizontal-sm li,
.list-group-horizontal-sm .frame-type-menu_section_pages li,
.frame-type-menu_section_pages .list-group-horizontal-sm li,
.list-group-horizontal-sm .frame-type-menu_subpages li,
.frame-type-menu_subpages .list-group-horizontal-sm li {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child, .list-group-horizontal-sm .frame-type-menu_abstract li:first-child, .frame-type-menu_abstract .list-group-horizontal-sm li:first-child,
.list-group-horizontal-sm .frame-type-menu_pages li:first-child,
.frame-type-menu_pages .list-group-horizontal-sm li:first-child,
.list-group-horizontal-sm .frame-type-menu_section li:first-child,
.frame-type-menu_section .list-group-horizontal-sm li:first-child,
.list-group-horizontal-sm .frame-type-menu_section_pages li:first-child,
.frame-type-menu_section_pages .list-group-horizontal-sm li:first-child,
.list-group-horizontal-sm .frame-type-menu_subpages li:first-child,
.frame-type-menu_subpages .list-group-horizontal-sm li:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child, .list-group-horizontal-sm .frame-type-menu_abstract li:last-child, .frame-type-menu_abstract .list-group-horizontal-sm li:last-child,
.list-group-horizontal-sm .frame-type-menu_pages li:last-child,
.frame-type-menu_pages .list-group-horizontal-sm li:last-child,
.list-group-horizontal-sm .frame-type-menu_section li:last-child,
.frame-type-menu_section .list-group-horizontal-sm li:last-child,
.list-group-horizontal-sm .frame-type-menu_section_pages li:last-child,
.frame-type-menu_section_pages .list-group-horizontal-sm li:last-child,
.list-group-horizontal-sm .frame-type-menu_subpages li:last-child,
.frame-type-menu_subpages .list-group-horizontal-sm li:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item, .list-group-horizontal-md .frame-type-menu_abstract li, .frame-type-menu_abstract .list-group-horizontal-md li,
.list-group-horizontal-md .frame-type-menu_pages li,
.frame-type-menu_pages .list-group-horizontal-md li,
.list-group-horizontal-md .frame-type-menu_section li,
.frame-type-menu_section .list-group-horizontal-md li,
.list-group-horizontal-md .frame-type-menu_section_pages li,
.frame-type-menu_section_pages .list-group-horizontal-md li,
.list-group-horizontal-md .frame-type-menu_subpages li,
.frame-type-menu_subpages .list-group-horizontal-md li {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child, .list-group-horizontal-md .frame-type-menu_abstract li:first-child, .frame-type-menu_abstract .list-group-horizontal-md li:first-child,
.list-group-horizontal-md .frame-type-menu_pages li:first-child,
.frame-type-menu_pages .list-group-horizontal-md li:first-child,
.list-group-horizontal-md .frame-type-menu_section li:first-child,
.frame-type-menu_section .list-group-horizontal-md li:first-child,
.list-group-horizontal-md .frame-type-menu_section_pages li:first-child,
.frame-type-menu_section_pages .list-group-horizontal-md li:first-child,
.list-group-horizontal-md .frame-type-menu_subpages li:first-child,
.frame-type-menu_subpages .list-group-horizontal-md li:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child, .list-group-horizontal-md .frame-type-menu_abstract li:last-child, .frame-type-menu_abstract .list-group-horizontal-md li:last-child,
.list-group-horizontal-md .frame-type-menu_pages li:last-child,
.frame-type-menu_pages .list-group-horizontal-md li:last-child,
.list-group-horizontal-md .frame-type-menu_section li:last-child,
.frame-type-menu_section .list-group-horizontal-md li:last-child,
.list-group-horizontal-md .frame-type-menu_section_pages li:last-child,
.frame-type-menu_section_pages .list-group-horizontal-md li:last-child,
.list-group-horizontal-md .frame-type-menu_subpages li:last-child,
.frame-type-menu_subpages .list-group-horizontal-md li:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item, .list-group-horizontal-lg .frame-type-menu_abstract li, .frame-type-menu_abstract .list-group-horizontal-lg li,
.list-group-horizontal-lg .frame-type-menu_pages li,
.frame-type-menu_pages .list-group-horizontal-lg li,
.list-group-horizontal-lg .frame-type-menu_section li,
.frame-type-menu_section .list-group-horizontal-lg li,
.list-group-horizontal-lg .frame-type-menu_section_pages li,
.frame-type-menu_section_pages .list-group-horizontal-lg li,
.list-group-horizontal-lg .frame-type-menu_subpages li,
.frame-type-menu_subpages .list-group-horizontal-lg li {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child, .list-group-horizontal-lg .frame-type-menu_abstract li:first-child, .frame-type-menu_abstract .list-group-horizontal-lg li:first-child,
.list-group-horizontal-lg .frame-type-menu_pages li:first-child,
.frame-type-menu_pages .list-group-horizontal-lg li:first-child,
.list-group-horizontal-lg .frame-type-menu_section li:first-child,
.frame-type-menu_section .list-group-horizontal-lg li:first-child,
.list-group-horizontal-lg .frame-type-menu_section_pages li:first-child,
.frame-type-menu_section_pages .list-group-horizontal-lg li:first-child,
.list-group-horizontal-lg .frame-type-menu_subpages li:first-child,
.frame-type-menu_subpages .list-group-horizontal-lg li:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child, .list-group-horizontal-lg .frame-type-menu_abstract li:last-child, .frame-type-menu_abstract .list-group-horizontal-lg li:last-child,
.list-group-horizontal-lg .frame-type-menu_pages li:last-child,
.frame-type-menu_pages .list-group-horizontal-lg li:last-child,
.list-group-horizontal-lg .frame-type-menu_section li:last-child,
.frame-type-menu_section .list-group-horizontal-lg li:last-child,
.list-group-horizontal-lg .frame-type-menu_section_pages li:last-child,
.frame-type-menu_section_pages .list-group-horizontal-lg li:last-child,
.list-group-horizontal-lg .frame-type-menu_subpages li:last-child,
.frame-type-menu_subpages .list-group-horizontal-lg li:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item, .list-group-horizontal-xl .frame-type-menu_abstract li, .frame-type-menu_abstract .list-group-horizontal-xl li,
.list-group-horizontal-xl .frame-type-menu_pages li,
.frame-type-menu_pages .list-group-horizontal-xl li,
.list-group-horizontal-xl .frame-type-menu_section li,
.frame-type-menu_section .list-group-horizontal-xl li,
.list-group-horizontal-xl .frame-type-menu_section_pages li,
.frame-type-menu_section_pages .list-group-horizontal-xl li,
.list-group-horizontal-xl .frame-type-menu_subpages li,
.frame-type-menu_subpages .list-group-horizontal-xl li {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child, .list-group-horizontal-xl .frame-type-menu_abstract li:first-child, .frame-type-menu_abstract .list-group-horizontal-xl li:first-child,
.list-group-horizontal-xl .frame-type-menu_pages li:first-child,
.frame-type-menu_pages .list-group-horizontal-xl li:first-child,
.list-group-horizontal-xl .frame-type-menu_section li:first-child,
.frame-type-menu_section .list-group-horizontal-xl li:first-child,
.list-group-horizontal-xl .frame-type-menu_section_pages li:first-child,
.frame-type-menu_section_pages .list-group-horizontal-xl li:first-child,
.list-group-horizontal-xl .frame-type-menu_subpages li:first-child,
.frame-type-menu_subpages .list-group-horizontal-xl li:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child, .list-group-horizontal-xl .frame-type-menu_abstract li:last-child, .frame-type-menu_abstract .list-group-horizontal-xl li:last-child,
.list-group-horizontal-xl .frame-type-menu_pages li:last-child,
.frame-type-menu_pages .list-group-horizontal-xl li:last-child,
.list-group-horizontal-xl .frame-type-menu_section li:last-child,
.frame-type-menu_section .list-group-horizontal-xl li:last-child,
.list-group-horizontal-xl .frame-type-menu_section_pages li:last-child,
.frame-type-menu_section_pages .list-group-horizontal-xl li:last-child,
.list-group-horizontal-xl .frame-type-menu_subpages li:last-child,
.frame-type-menu_subpages .list-group-horizontal-xl li:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item, .list-group-flush .frame-type-menu_abstract li, .frame-type-menu_abstract .list-group-flush li,
.list-group-flush .frame-type-menu_pages li,
.frame-type-menu_pages .list-group-flush li,
.list-group-flush .frame-type-menu_section li,
.frame-type-menu_section .list-group-flush li,
.list-group-flush .frame-type-menu_section_pages li,
.frame-type-menu_section_pages .list-group-flush li,
.list-group-flush .frame-type-menu_subpages li,
.frame-type-menu_subpages .list-group-flush li, .frame-type-menu_abstract ul .list-group-item, .frame-type-menu_abstract ul li,
.frame-type-menu_pages ul .list-group-item,
.frame-type-menu_pages ul li,
.frame-type-menu_section ul .list-group-item,
.frame-type-menu_section ul li,
.frame-type-menu_section_pages ul .list-group-item,
.frame-type-menu_section_pages ul li,
.frame-type-menu_subpages ul .list-group-item,
.frame-type-menu_subpages ul li {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child, .list-group-flush .frame-type-menu_abstract li:last-child, .frame-type-menu_abstract .list-group-flush li:last-child,
.list-group-flush .frame-type-menu_pages li:last-child,
.frame-type-menu_pages .list-group-flush li:last-child,
.list-group-flush .frame-type-menu_section li:last-child,
.frame-type-menu_section .list-group-flush li:last-child,
.list-group-flush .frame-type-menu_section_pages li:last-child,
.frame-type-menu_section_pages .list-group-flush li:last-child,
.list-group-flush .frame-type-menu_subpages li:last-child,
.frame-type-menu_subpages .list-group-flush li:last-child, .frame-type-menu_abstract ul .list-group-item:last-child, .frame-type-menu_abstract ul li:last-child,
.frame-type-menu_pages ul .list-group-item:last-child,
.frame-type-menu_pages ul li:last-child,
.frame-type-menu_section ul .list-group-item:last-child,
.frame-type-menu_section ul li:last-child,
.frame-type-menu_section_pages ul .list-group-item:last-child,
.frame-type-menu_section_pages ul li:last-child,
.frame-type-menu_subpages ul .list-group-item:last-child,
.frame-type-menu_subpages ul li:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child, .list-group-flush:first-child .frame-type-menu_abstract li:first-child, .frame-type-menu_abstract .list-group-flush:first-child li:first-child,
.list-group-flush:first-child .frame-type-menu_pages li:first-child,
.frame-type-menu_pages .list-group-flush:first-child li:first-child,
.list-group-flush:first-child .frame-type-menu_section li:first-child,
.frame-type-menu_section .list-group-flush:first-child li:first-child,
.list-group-flush:first-child .frame-type-menu_section_pages li:first-child,
.frame-type-menu_section_pages .list-group-flush:first-child li:first-child,
.list-group-flush:first-child .frame-type-menu_subpages li:first-child,
.frame-type-menu_subpages .list-group-flush:first-child li:first-child, .frame-type-menu_abstract ul:first-child .list-group-item:first-child, .frame-type-menu_abstract ul:first-child li:first-child,
.frame-type-menu_pages ul:first-child .list-group-item:first-child,
.frame-type-menu_pages ul:first-child li:first-child,
.frame-type-menu_section ul:first-child .list-group-item:first-child,
.frame-type-menu_section ul:first-child li:first-child,
.frame-type-menu_section_pages ul:first-child .list-group-item:first-child,
.frame-type-menu_section_pages ul:first-child li:first-child,
.frame-type-menu_subpages ul:first-child .list-group-item:first-child,
.frame-type-menu_subpages ul:first-child li:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child, .list-group-flush:last-child .frame-type-menu_abstract li:last-child, .frame-type-menu_abstract .list-group-flush:last-child li:last-child,
.list-group-flush:last-child .frame-type-menu_pages li:last-child,
.frame-type-menu_pages .list-group-flush:last-child li:last-child,
.list-group-flush:last-child .frame-type-menu_section li:last-child,
.frame-type-menu_section .list-group-flush:last-child li:last-child,
.list-group-flush:last-child .frame-type-menu_section_pages li:last-child,
.frame-type-menu_section_pages .list-group-flush:last-child li:last-child,
.list-group-flush:last-child .frame-type-menu_subpages li:last-child,
.frame-type-menu_subpages .list-group-flush:last-child li:last-child, .frame-type-menu_abstract ul:last-child .list-group-item:last-child, .frame-type-menu_abstract ul:last-child li:last-child,
.frame-type-menu_pages ul:last-child .list-group-item:last-child,
.frame-type-menu_pages ul:last-child li:last-child,
.frame-type-menu_section ul:last-child .list-group-item:last-child,
.frame-type-menu_section ul:last-child li:last-child,
.frame-type-menu_section_pages ul:last-child .list-group-item:last-child,
.frame-type-menu_section_pages ul:last-child li:last-child,
.frame-type-menu_subpages ul:last-child .list-group-item:last-child,
.frame-type-menu_subpages ul:last-child li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #231200;
  background-color: #cbc1b8;
}
.list-group-item-primary.list-group-item-action:hover, .frame-type-menu_abstract li.list-group-item-primary:hover,
.frame-type-menu_pages li.list-group-item-primary:hover,
.frame-type-menu_section li.list-group-item-primary:hover,
.frame-type-menu_section_pages li.list-group-item-primary:hover,
.frame-type-menu_subpages li.list-group-item-primary:hover, .list-group-item-primary.list-group-item-action:focus, .frame-type-menu_abstract li.list-group-item-primary:focus,
.frame-type-menu_pages li.list-group-item-primary:focus,
.frame-type-menu_section li.list-group-item-primary:focus,
.frame-type-menu_section_pages li.list-group-item-primary:focus,
.frame-type-menu_subpages li.list-group-item-primary:focus {
  color: #231200;
  background-color: #c0b4a9;
}
.list-group-item-primary.list-group-item-action.active, .frame-type-menu_abstract li.list-group-item-primary.active,
.frame-type-menu_pages li.list-group-item-primary.active,
.frame-type-menu_section li.list-group-item-primary.active,
.frame-type-menu_section_pages li.list-group-item-primary.active,
.frame-type-menu_subpages li.list-group-item-primary.active {
  color: #fff;
  background-color: #231200;
  border-color: #231200;
}

.list-group-item-secondary {
  color: #35424e;
  background-color: #d4dbe2;
}
.list-group-item-secondary.list-group-item-action:hover, .frame-type-menu_abstract li.list-group-item-secondary:hover,
.frame-type-menu_pages li.list-group-item-secondary:hover,
.frame-type-menu_section li.list-group-item-secondary:hover,
.frame-type-menu_section_pages li.list-group-item-secondary:hover,
.frame-type-menu_subpages li.list-group-item-secondary:hover, .list-group-item-secondary.list-group-item-action:focus, .frame-type-menu_abstract li.list-group-item-secondary:focus,
.frame-type-menu_pages li.list-group-item-secondary:focus,
.frame-type-menu_section li.list-group-item-secondary:focus,
.frame-type-menu_section_pages li.list-group-item-secondary:focus,
.frame-type-menu_subpages li.list-group-item-secondary:focus {
  color: #35424e;
  background-color: #c5ced8;
}
.list-group-item-secondary.list-group-item-action.active, .frame-type-menu_abstract li.list-group-item-secondary.active,
.frame-type-menu_pages li.list-group-item-secondary.active,
.frame-type-menu_section li.list-group-item-secondary.active,
.frame-type-menu_section_pages li.list-group-item-secondary.active,
.frame-type-menu_subpages li.list-group-item-secondary.active {
  color: #fff;
  background-color: #35424e;
  border-color: #35424e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .frame-type-menu_abstract li.list-group-item-success:hover,
.frame-type-menu_pages li.list-group-item-success:hover,
.frame-type-menu_section li.list-group-item-success:hover,
.frame-type-menu_section_pages li.list-group-item-success:hover,
.frame-type-menu_subpages li.list-group-item-success:hover, .list-group-item-success.list-group-item-action:focus, .frame-type-menu_abstract li.list-group-item-success:focus,
.frame-type-menu_pages li.list-group-item-success:focus,
.frame-type-menu_section li.list-group-item-success:focus,
.frame-type-menu_section_pages li.list-group-item-success:focus,
.frame-type-menu_subpages li.list-group-item-success:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active, .frame-type-menu_abstract li.list-group-item-success.active,
.frame-type-menu_pages li.list-group-item-success.active,
.frame-type-menu_section li.list-group-item-success.active,
.frame-type-menu_section_pages li.list-group-item-success.active,
.frame-type-menu_subpages li.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .frame-type-menu_abstract li.list-group-item-info:hover,
.frame-type-menu_pages li.list-group-item-info:hover,
.frame-type-menu_section li.list-group-item-info:hover,
.frame-type-menu_section_pages li.list-group-item-info:hover,
.frame-type-menu_subpages li.list-group-item-info:hover, .list-group-item-info.list-group-item-action:focus, .frame-type-menu_abstract li.list-group-item-info:focus,
.frame-type-menu_pages li.list-group-item-info:focus,
.frame-type-menu_section li.list-group-item-info:focus,
.frame-type-menu_section_pages li.list-group-item-info:focus,
.frame-type-menu_subpages li.list-group-item-info:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active, .frame-type-menu_abstract li.list-group-item-info.active,
.frame-type-menu_pages li.list-group-item-info.active,
.frame-type-menu_section li.list-group-item-info.active,
.frame-type-menu_section_pages li.list-group-item-info.active,
.frame-type-menu_subpages li.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .frame-type-menu_abstract li.list-group-item-warning:hover,
.frame-type-menu_pages li.list-group-item-warning:hover,
.frame-type-menu_section li.list-group-item-warning:hover,
.frame-type-menu_section_pages li.list-group-item-warning:hover,
.frame-type-menu_subpages li.list-group-item-warning:hover, .list-group-item-warning.list-group-item-action:focus, .frame-type-menu_abstract li.list-group-item-warning:focus,
.frame-type-menu_pages li.list-group-item-warning:focus,
.frame-type-menu_section li.list-group-item-warning:focus,
.frame-type-menu_section_pages li.list-group-item-warning:focus,
.frame-type-menu_subpages li.list-group-item-warning:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active, .frame-type-menu_abstract li.list-group-item-warning.active,
.frame-type-menu_pages li.list-group-item-warning.active,
.frame-type-menu_section li.list-group-item-warning.active,
.frame-type-menu_section_pages li.list-group-item-warning.active,
.frame-type-menu_subpages li.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .frame-type-menu_abstract li.list-group-item-danger:hover,
.frame-type-menu_pages li.list-group-item-danger:hover,
.frame-type-menu_section li.list-group-item-danger:hover,
.frame-type-menu_section_pages li.list-group-item-danger:hover,
.frame-type-menu_subpages li.list-group-item-danger:hover, .list-group-item-danger.list-group-item-action:focus, .frame-type-menu_abstract li.list-group-item-danger:focus,
.frame-type-menu_pages li.list-group-item-danger:focus,
.frame-type-menu_section li.list-group-item-danger:focus,
.frame-type-menu_section_pages li.list-group-item-danger:focus,
.frame-type-menu_subpages li.list-group-item-danger:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active, .frame-type-menu_abstract li.list-group-item-danger.active,
.frame-type-menu_pages li.list-group-item-danger.active,
.frame-type-menu_section li.list-group-item-danger.active,
.frame-type-menu_section_pages li.list-group-item-danger.active,
.frame-type-menu_subpages li.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: gray;
  background-color: #fdfcfc;
}
.list-group-item-light.list-group-item-action:hover, .frame-type-menu_abstract li.list-group-item-light:hover,
.frame-type-menu_pages li.list-group-item-light:hover,
.frame-type-menu_section li.list-group-item-light:hover,
.frame-type-menu_section_pages li.list-group-item-light:hover,
.frame-type-menu_subpages li.list-group-item-light:hover, .list-group-item-light.list-group-item-action:focus, .frame-type-menu_abstract li.list-group-item-light:focus,
.frame-type-menu_pages li.list-group-item-light:focus,
.frame-type-menu_section li.list-group-item-light:focus,
.frame-type-menu_section_pages li.list-group-item-light:focus,
.frame-type-menu_subpages li.list-group-item-light:focus {
  color: gray;
  background-color: #f3eded;
}
.list-group-item-light.list-group-item-action.active, .frame-type-menu_abstract li.list-group-item-light.active,
.frame-type-menu_pages li.list-group-item-light.active,
.frame-type-menu_section li.list-group-item-light.active,
.frame-type-menu_section_pages li.list-group-item-light.active,
.frame-type-menu_subpages li.list-group-item-light.active {
  color: #fff;
  background-color: gray;
  border-color: gray;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .frame-type-menu_abstract li.list-group-item-dark:hover,
.frame-type-menu_pages li.list-group-item-dark:hover,
.frame-type-menu_section li.list-group-item-dark:hover,
.frame-type-menu_section_pages li.list-group-item-dark:hover,
.frame-type-menu_subpages li.list-group-item-dark:hover, .list-group-item-dark.list-group-item-action:focus, .frame-type-menu_abstract li.list-group-item-dark:focus,
.frame-type-menu_pages li.list-group-item-dark:focus,
.frame-type-menu_section li.list-group-item-dark:focus,
.frame-type-menu_section_pages li.list-group-item-dark:focus,
.frame-type-menu_subpages li.list-group-item-dark:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active, .frame-type-menu_abstract li.list-group-item-dark.active,
.frame-type-menu_pages li.list-group-item-dark.active,
.frame-type-menu_section li.list-group-item-dark.active,
.frame-type-menu_section_pages li.list-group-item-dark.active,
.frame-type-menu_subpages li.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-sos {
  color: #611212;
  background-color: #ecc1c1;
}
.list-group-item-sos.list-group-item-action:hover, .frame-type-menu_abstract li.list-group-item-sos:hover,
.frame-type-menu_pages li.list-group-item-sos:hover,
.frame-type-menu_section li.list-group-item-sos:hover,
.frame-type-menu_section_pages li.list-group-item-sos:hover,
.frame-type-menu_subpages li.list-group-item-sos:hover, .list-group-item-sos.list-group-item-action:focus, .frame-type-menu_abstract li.list-group-item-sos:focus,
.frame-type-menu_pages li.list-group-item-sos:focus,
.frame-type-menu_section li.list-group-item-sos:focus,
.frame-type-menu_section_pages li.list-group-item-sos:focus,
.frame-type-menu_subpages li.list-group-item-sos:focus {
  color: #611212;
  background-color: #e6adad;
}
.list-group-item-sos.list-group-item-action.active, .frame-type-menu_abstract li.list-group-item-sos.active,
.frame-type-menu_pages li.list-group-item-sos.active,
.frame-type-menu_section li.list-group-item-sos.active,
.frame-type-menu_section_pages li.list-group-item-sos.active,
.frame-type-menu_subpages li.list-group-item-sos.active {
  color: #fff;
  background-color: #611212;
  border-color: #611212;
}

.list-group-item-service {
  color: #003e61;
  background-color: #b8d9ec;
}
.list-group-item-service.list-group-item-action:hover, .frame-type-menu_abstract li.list-group-item-service:hover,
.frame-type-menu_pages li.list-group-item-service:hover,
.frame-type-menu_section li.list-group-item-service:hover,
.frame-type-menu_section_pages li.list-group-item-service:hover,
.frame-type-menu_subpages li.list-group-item-service:hover, .list-group-item-service.list-group-item-action:focus, .frame-type-menu_abstract li.list-group-item-service:focus,
.frame-type-menu_pages li.list-group-item-service:focus,
.frame-type-menu_section li.list-group-item-service:focus,
.frame-type-menu_section_pages li.list-group-item-service:focus,
.frame-type-menu_subpages li.list-group-item-service:focus {
  color: #003e61;
  background-color: #a4cee7;
}
.list-group-item-service.list-group-item-action.active, .frame-type-menu_abstract li.list-group-item-service.active,
.frame-type-menu_pages li.list-group-item-service.active,
.frame-type-menu_section li.list-group-item-service.active,
.frame-type-menu_section_pages li.list-group-item-service.active,
.frame-type-menu_subpages li.list-group-item-service.active {
  color: #fff;
  background-color: #003e61;
  border-color: #003e61;
}

.list-group-item-shop {
  color: #857300;
  background-color: #fff5b8;
}
.list-group-item-shop.list-group-item-action:hover, .frame-type-menu_abstract li.list-group-item-shop:hover,
.frame-type-menu_pages li.list-group-item-shop:hover,
.frame-type-menu_section li.list-group-item-shop:hover,
.frame-type-menu_section_pages li.list-group-item-shop:hover,
.frame-type-menu_subpages li.list-group-item-shop:hover, .list-group-item-shop.list-group-item-action:focus, .frame-type-menu_abstract li.list-group-item-shop:focus,
.frame-type-menu_pages li.list-group-item-shop:focus,
.frame-type-menu_section li.list-group-item-shop:focus,
.frame-type-menu_section_pages li.list-group-item-shop:focus,
.frame-type-menu_subpages li.list-group-item-shop:focus {
  color: #857300;
  background-color: #fff19f;
}
.list-group-item-shop.list-group-item-action.active, .frame-type-menu_abstract li.list-group-item-shop.active,
.frame-type-menu_pages li.list-group-item-shop.active,
.frame-type-menu_section li.list-group-item-shop.active,
.frame-type-menu_section_pages li.list-group-item-shop.active,
.frame-type-menu_subpages li.list-group-item-shop.active {
  color: #fff;
  background-color: #857300;
  border-color: #857300;
}

.list-group-item-science {
  color: #005050;
  background-color: #b8e2e2;
}
.list-group-item-science.list-group-item-action:hover, .frame-type-menu_abstract li.list-group-item-science:hover,
.frame-type-menu_pages li.list-group-item-science:hover,
.frame-type-menu_section li.list-group-item-science:hover,
.frame-type-menu_section_pages li.list-group-item-science:hover,
.frame-type-menu_subpages li.list-group-item-science:hover, .list-group-item-science.list-group-item-action:focus, .frame-type-menu_abstract li.list-group-item-science:focus,
.frame-type-menu_pages li.list-group-item-science:focus,
.frame-type-menu_section li.list-group-item-science:focus,
.frame-type-menu_section_pages li.list-group-item-science:focus,
.frame-type-menu_subpages li.list-group-item-science:focus {
  color: #005050;
  background-color: #a6dbdb;
}
.list-group-item-science.list-group-item-action.active, .frame-type-menu_abstract li.list-group-item-science.active,
.frame-type-menu_pages li.list-group-item-science.active,
.frame-type-menu_section li.list-group-item-science.active,
.frame-type-menu_section_pages li.list-group-item-science.active,
.frame-type-menu_subpages li.list-group-item-science.active {
  color: #fff;
  background-color: #005050;
  border-color: #005050;
}

.list-group-item-system {
  color: #2c123e;
  background-color: #cfc1d9;
}
.list-group-item-system.list-group-item-action:hover, .frame-type-menu_abstract li.list-group-item-system:hover,
.frame-type-menu_pages li.list-group-item-system:hover,
.frame-type-menu_section li.list-group-item-system:hover,
.frame-type-menu_section_pages li.list-group-item-system:hover,
.frame-type-menu_subpages li.list-group-item-system:hover, .list-group-item-system.list-group-item-action:focus, .frame-type-menu_abstract li.list-group-item-system:focus,
.frame-type-menu_pages li.list-group-item-system:focus,
.frame-type-menu_section li.list-group-item-system:focus,
.frame-type-menu_section_pages li.list-group-item-system:focus,
.frame-type-menu_subpages li.list-group-item-system:focus {
  color: #2c123e;
  background-color: #c3b1cf;
}
.list-group-item-system.list-group-item-action.active, .frame-type-menu_abstract li.list-group-item-system.active,
.frame-type-menu_pages li.list-group-item-system.active,
.frame-type-menu_section li.list-group-item-system.active,
.frame-type-menu_section_pages li.list-group-item-system.active,
.frame-type-menu_subpages li.list-group-item-system.active {
  color: #fff;
  background-color: #2c123e;
  border-color: #2c123e;
}

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 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");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 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");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

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

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

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

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

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

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

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

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

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

.bg-secondary {
  background-color: #667e96 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-sos {
  background-color: #b22 !important;
}

a.bg-sos:hover, a.bg-sos:focus,
button.bg-sos:hover,
button.bg-sos:focus {
  background-color: #901a1a !important;
}

.bg-service {
  background-color: #07b !important;
}

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

.bg-shop {
  background-color: #fd0 !important;
}

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

.bg-science {
  background-color: #099 !important;
}

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

.bg-system {
  background-color: #527 !important;
}

a.bg-system:hover, a.bg-system:focus,
button.bg-system:hover,
button.bg-system:focus {
  background-color: #39174f !important;
}

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

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

.border {
  border: 1px solid rgba(181, 177, 172, 0.5) !important;
}

.border-top {
  border-top: 1px solid rgba(181, 177, 172, 0.5) !important;
}

.border-right {
  border-right: 1px solid rgba(181, 177, 172, 0.5) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(181, 177, 172, 0.5) !important;
}

.border-left {
  border-left: 1px solid rgba(181, 177, 172, 0.5) !important;
}

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

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

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

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

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

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

.border-secondary {
  border-color: #667e96 !important;
}

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

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

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

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

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

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

.border-sos {
  border-color: #b22 !important;
}

.border-service {
  border-color: #07b !important;
}

.border-shop {
  border-color: #fd0 !important;
}

.border-science {
  border-color: #099 !important;
}

.border-system {
  border-color: #527 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

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

.align-items-center {
  align-items: center !important;
}

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end, .quality-seal__seal-4 {
  align-self: flex-end !important;
}

.align-self-center, .quality-seal__seal-1, .quality-seal__seal-2, .quality-seal__seal-3 {
  align-self: center !important;
}

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

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

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2, .ce-text-image-teaser-33-66__headline,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}

.text-secondary {
  color: #667e96 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-sos {
  color: #b22 !important;
}

a.text-sos:hover, a.text-sos:focus {
  color: #7a1616 !important;
}

.text-service {
  color: #07b !important;
}

a.text-service:hover, a.text-service:focus {
  color: #00466f !important;
}

.text-shop {
  color: #fd0 !important;
}

a.text-shop:hover, a.text-shop:focus {
  color: #b39b00 !important;
}

.text-science {
  color: #099 !important;
}

a.text-science:hover, a.text-science:focus {
  color: #004d4d !important;
}

.text-system {
  color: #527 !important;
}

a.text-system:hover, a.text-system:focus {
  color: #2b113c !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

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

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: rgba(181, 177, 172, 0.5);
  }

  .table .thead-dark th {
    color: inherit;
    border-color: rgba(181, 177, 172, 0.5);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Css/Legacy/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Css/Legacy/fonts/slick.eot');
  src: url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Css/Legacy/fonts/slick.eot?#iefix') format("embedded-opentype"), url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Css/Legacy/fonts/slick.woff') format("woff"), url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Css/Legacy/fonts/slick.ttf') format("truetype"), url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Css/Legacy/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 54px;
  width: 54px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -75px;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
 Fauna One
 */
@font-face {
    font-family: "Fauna One";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Fonts/FaunaOne/FaunaOne.eot");
    src: url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Fonts/FaunaOne/FaunaOne.eot?#iefix") format("embedded-opentype"), url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Fonts/FaunaOne/FaunaOne.ttf") format("truetype"), url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Fonts/FaunaOne/FaunaOne.woff2") format("woff"), url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Fonts/FaunaOne/FaunaOne.svg") format("svg");
}
/*
 Iconfont ZFB
 */
@font-face {
    font-family: "zfb";
    font-style: normal;
    font-weight: normal;
    src: url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Fonts/Zfb/zfb.eot?5kdf8a");
    src: url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Fonts/Zfb/zfb.eot?5kdf8a#iefix") format("embedded-opentype"), url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Fonts/Zfb/zfb.ttf?5kdf8a") format("truetype"), url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Fonts/Zfb/zfb.woff?5kdf8a") format("woff"), url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Fonts/Zfb/zfb.svg?5kdf8a#zfb") format("svg");
}
i {
  font-family: "zfb" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #b5b1ac;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dokumentation .path1:before {
  content: "";
  color: #bb2222;
}

.icon-dokumentation .path2:before {
  content: "";
  margin-left: -1.380859375em;
}

.icon-erstversorgung .path1:before {
  content: "";
}

.icon-erstversorgung .path2:before {
  content: "";
  margin-left: -0.8505859375em;
  color: #bb2222;
}

.icon-external-link:before {
  content: "";
  color: #667e96;
}

.icon-icon-din:before {
  content: "";
  color: #b5b1ac;
}

.icon-icon-pat:before {
  content: "";
  color: #b5b1ac;
}

.icon-icon-sos:before {
  content: "";
  color: #b22;
}

.icon-minus:before {
  content: "";
  color: #667e96;
}

.icon-mobilisierung-hilfskraefte .path1:before {
  content: "";
}

.icon-mobilisierung-hilfskraefte .path2:before {
  content: "";
  margin-left: -1.0859375em;
  color: #bb2222;
}

.icon-plus:before {
  content: "";
  color: #667e96;
}

.icon-sicherung .path1:before {
  content: "";
}

.icon-sicherung .path2:before {
  content: "";
  margin-left: -0.8095703125em;
  color: #bb2222;
}

.icon-verpacken .path1:before {
  content: "";
}

.icon-verpacken .path2:before {
  content: "";
  margin-left: -1.076171875em;
  color: #bb2222;
}

.icon-zfb-home:before {
  content: "";
}

.icon-siegel-din-en-iso-9706:before {
  content: "";
  color: #b6b3ae;
}

.icon-siegel-din-iso-9001:before {
  content: "";
  color: #b6b3ae;
}

.icon-siegel-din-iso-16245-typ-a:before {
  content: "";
  color: #b6b3ae;
}

.icon-siegel-pat:before {
  content: "";
  color: #b6b3ae;
}

.icon-din-empfehlung:before {
  content: "";
  color: #b5b1ac;
}

.icon-geeignetes-archivgut .path1:before {
  content: "";
  color: #0077bb;
}

.icon-geeignetes-archivgut .path2:before {
  content: "";
  margin-left: -1.1142578125em;
}

.icon-grosse-kapazitaeten .path1:before {
  content: "";
}

.icon-grosse-kapazitaeten .path2:before {
  content: "";
  margin-left: -1.60546875em;
  color: #0077bb;
}

.icon-icon-gefriertrocknung:before {
  content: "";
  color: #07b;
}

.icon-icon-ipm:before {
  content: "";
  color: #07b;
}

.icon-icon-massenentsaeuerung:before {
  content: "";
  color: #07b;
}

.icon-icon-restaurierung:before {
  content: "";
  color: #07b;
}

.icon-icon-schimmelbeseitigung:before {
  content: "";
  color: #07b;
}

.icon-keine-deformierung .path1:before {
  content: "";
  color: #0077bb;
}

.icon-keine-deformierung .path2:before {
  content: "";
  margin-left: -1.31640625em;
}

.icon-keine-mechanische-belastung .path1:before {
  content: "";
  color: #0077bb;
}

.icon-keine-mechanische-belastung .path2:before {
  content: "";
  margin-left: -1.2412109375em;
}

.icon-keine-nebenwirkungen .path1:before {
  content: "";
  color: #0077bb;
}

.icon-keine-nebenwirkungen .path2:before {
  content: "";
  margin-left: -1.376953125em;
}

.icon-kostenlose-reinigung .path1:before {
  content: "";
  color: #0077bb;
}

.icon-kostenlose-reinigung .path2:before {
  content: "";
  margin-left: -1.1591796875em;
}

.icon-kostenlose-reinigung .path3:before {
  content: "";
  margin-left: -1.1591796875em;
  color: #0077bb;
}

.icon-milde-entsaeuerung .path1:before {
  content: "";
  color: #0077bb;
}

.icon-milde-entsaeuerung .path2:before {
  content: "";
  margin-left: -1.544921875em;
}

.icon-restauratorische-betreuung .path1:before {
  content: "";
}

.icon-restauratorische-betreuung .path2:before {
  content: "";
  margin-left: -1.0830078125em;
  color: #0077bb;
}

.icon-schnell-guenstig .path1:before {
  content: "";
}

.icon-schnell-guenstig .path2:before {
  content: "";
  margin-left: -1.0478515625em;
  color: #0077bb;
}

.icon-schonende-trocknung .path1:before {
  content: "";
  color: #0077bb;
}

.icon-schonende-trocknung .path2:before {
  content: "";
  margin-left: -0.9248046875em;
}

.icon-verlaengerte-lebensdauer .path1:before {
  content: "";
}

.icon-verlaengerte-lebensdauer .path2:before {
  content: "";
  margin-left: -0.8134765625em;
  color: #0077bb;
}

.icon-siegel-din-en-iso-97061:before {
  content: "";
  color: #b6b3ae;
}

.icon-siegel-din-iso-90011:before {
  content: "";
  color: #b6b3ae;
}

.icon-siegel-din-iso-16245-typ-a1:before {
  content: "";
  color: #b6b3ae;
}

.icon-siegel-pat1:before {
  content: "";
  color: #b6b3ae;
}

.icon-anlagentechnologie .path1:before {
  content: "";
}

.icon-anlagentechnologie .path2:before {
  content: "";
  margin-left: -1.0107421875em;
  color: #667e96;
}

.icon-behandlung-optimal-innovativ .path1:before {
  content: "";
  color: #667e96;
}

.icon-behandlung-optimal-innovativ .path2:before {
  content: "";
  margin-left: -0.97265625em;
}

.icon-bestandserhaltung-aus-einer-hand .path1:before {
  content: "";
}

.icon-bestandserhaltung-aus-einer-hand .path2:before {
  content: "";
  margin-left: -1.5302734375em;
  color: #667e96;
}

.icon-din-qualitaet .path1:before {
  content: "";
  color: #667e96;
}

.icon-din-qualitaet .path2:before {
  content: "";
  margin-left: -1.53125em;
}

.icon-download:before {
  content: "";
  color: #667e96;
}

.icon-einhaltung-rechtlicher-vorgaben .path1:before {
  content: "";
}

.icon-einhaltung-rechtlicher-vorgaben .path2:before {
  content: "";
  margin-left: -1.224609375em;
  color: #667e96;
}

.icon-emmision--vermeiden .path1:before {
  content: "";
}

.icon-emmision--vermeiden .path2:before {
  content: "";
  margin-left: -1.232421875em;
  color: #667e96;
}

.icon-external-link1:before {
  content: "";
  color: #667e96;
}

.icon-forderungen-umweltschutz .path1:before {
  content: "";
}

.icon-forderungen-umweltschutz .path2:before {
  content: "";
  margin-left: -1.224609375em;
  color: #667e96;
}

.icon-individuelle-loesungen .path1:before {
  content: "";
}

.icon-individuelle-loesungen .path2:before {
  content: "";
  margin-left: -1.482421875em;
  color: #667e96;
}

.icon-innovation .path1:before {
  content: "";
  color: #667e96;
}

.icon-innovation .path2:before {
  content: "";
  margin-left: -0.6630859375em;
}

.icon-kommunikationspolitik .path1:before {
  content: "";
}

.icon-kommunikationspolitik .path2:before {
  content: "";
  margin-left: -1.0830078125em;
  color: #667e96;
}

.icon-kompetenztraeger .path1:before {
  content: "";
}

.icon-kompetenztraeger .path2:before {
  content: "";
  margin-left: -0.7841796875em;
  color: #667e96;
}

.icon-kundenzufriedenheit .path1:before {
  content: "";
}

.icon-kundenzufriedenheit .path2:before {
  content: "";
  margin-left: -1.4072265625em;
  color: #667e96;
}

.icon-mitarbeiter .path1:before {
  content: "";
}

.icon-mitarbeiter .path2:before {
  content: "";
  margin-left: -0.947265625em;
  color: #667e96;
}

.icon-partner .path1:before {
  content: "";
  color: #667e96;
}

.icon-partner .path2:before {
  content: "";
  margin-left: -1.326171875em;
}

.icon-recycling .path1:before {
  content: "";
}

.icon-recycling .path2:before {
  content: "";
  margin-left: -1.1552734375em;
  color: #667e96;
}

.icon-sicherung-arbeitsplaetze .path1:before {
  content: "";
}

.icon-sicherung-arbeitsplaetze .path2:before {
  content: "";
  margin-left: -1.3291015625em;
  color: #667e96;
}

.icon-technologie-marktfuehrer .path1:before {
  content: "";
}

.icon-technologie-marktfuehrer .path2:before {
  content: "";
  margin-left: -1.537109375em;
  color: #667e96;
}

.icon-telefon:before {
  content: "";
  color: #b22;
}

.icon-termintreue .path1:before {
  content: "";
}

.icon-termintreue .path2:before {
  content: "";
  margin-left: -1.1953125em;
  color: #667e96;
}

.icon-umweltbewusst-handeln .path1:before {
  content: "";
}

.icon-umweltbewusst-handeln .path2:before {
  content: "";
  margin-left: -1.2626953125em;
  color: #667e96;
}

.icon-unternehmenskultur .path1:before {
  content: "";
}

.icon-unternehmenskultur .path2:before {
  content: "";
  margin-left: -1.1416015625em;
  color: #667e96;
}

.icon-verantwortung-ressourcen .path1:before {
  content: "";
}

.icon-verantwortung-ressourcen .path2:before {
  content: "";
  margin-left: -0.912109375em;
  color: #667e96;
}

.icon-wirtschaftlicher-erfolg .path1:before {
  content: "";
}

.icon-wirtschaftlicher-erfolg .path2:before {
  content: "";
  margin-left: -1.650390625em;
  color: #667e96;
}

.icon-account-a:before {
  content: "";
}

.icon-arrow-down-a:before {
  content: "";
}

.icon-arrow-down-b:before {
  content: "";
}

.icon-arrow-left-a:before {
  content: "";
}

.icon-arrow-left-b:before {
  content: "";
}

.icon-arrow-right-a:before {
  content: "";
}

.icon-arrow-right-b:before {
  content: "";
}

.icon-arrow-select-a:before {
  content: "";
}

.icon-arrow-up-a:before {
  content: "";
}

.icon-arrow-up-b:before {
  content: "";
}

.icon-cart-a:before {
  content: "";
}

.icon-checkbox-a:before {
  content: "";
}

.icon-checkbox-b:before {
  content: "";
}

.icon-close-a:before {
  content: "";
}

.icon-download-a:before {
  content: "";
}

.icon-edit-a:before {
  content: "";
}

.icon-facebook-a:before {
  content: "";
}

.icon-filter-a:before {
  content: "";
}

.icon-grid-a:before {
  content: "";
}

.icon-list-a:before {
  content: "";
}

.icon-loupe-a:before {
  content: "";
}

.icon-menu-a:before {
  content: "";
}

.icon-message-error-a .path1:before {
  content: "";
  color: #bb2222;
}

.icon-message-error-a .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-message-notice-a .path1:before {
  content: "";
  color: #b6b3ae;
}

.icon-message-notice-a .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-message-success-a .path1:before {
  content: "";
  color: #009999;
}

.icon-message-success-a .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-message-warning-a .path1:before {
  content: "";
  color: #ffdd00;
}

.icon-message-warning-a .path2:before {
  content: "";
  margin-left: -1em;
  color: #331100;
}

.icon-password-a:before {
  content: "";
}

.icon-instagram-a:before {
  content: "";
}

.icon-radio-a:before {
  content: "";
}

.icon-radio-b:before {
  content: "";
}

.icon-remove-a:before {
  content: "";
}

.icon-settings-a:before {
  content: "";
}

.icon-wishlist-a:before {
  content: "";
}

.icon-youtube-a:before {
  content: "";
}

h1, .h1,
h2, .h2, .ce-text-image-teaser-33-66__headline,
h3, .h3,
h4, .h4 {
  font-family: "Exo2-Bold", Roboto, "Helvetica Neue", Arial;
  font-weight: 400;
}

h1, .h1,
h2, .h2, .ce-text-image-teaser-33-66__headline,
h3, .h3 {
  margin-bottom: 1.5rem !important;
}

@media (max-width: 767.98px) {
  h1, .h1,
h2, .h2, .ce-text-image-teaser-33-66__headline {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }

  h1, .h1 {
    font-size: 1.75rem !important;
  }

  h2, .h2, .ce-text-image-teaser-33-66__headline {
    font-size: 1.5rem !important;
  }

  h3, .h3 {
    font-size: 1.4rem !important;
  }

  h4, .h4 {
    font-size: 1.3rem !important;
  }
}
/*
* Page sections
*/
.container--spacing {
  max-width: 1264px;
  padding: 0 20px;
  margin: 0 auto;
}
.container--spacing.bg-light, .container--spacing.bg-primary {
  max-width: 1204px;
  padding: 20px;
}

@media (min-width: 576px) {
  .container--spacing {
    max-width: 1284px;
    padding: 0 30px;
  }
  .container--spacing.bg-light, .container--spacing.bg-primary {
    max-width: 1224px;
    padding: 30px;
  }
}
.toTopLink {
  position: fixed;
  z-index: 10;
  display: block;
  width: 45px;
  height: 45px;
  background-color: #b5b1ac;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.75);
  bottom: 18px;
  right: 31px;
  right: 45px;
}
@media (min-width: 1200px) {
  .toTopLink {
    right: 15px;
    margin-right: calc(50% - 626.5px);
  }
}
.toTopLink.active {
  visibility: visible;
  opacity: 1;
}
.toTopLink:hover {
  background-color: rgba(68, 34, 0, 0.85);
}
.toTopLink:hover .icon-arrow-up-b {
  color: #f7f6f6;
}
.toTopLink .toTopAnchor {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 0.2rem;
  text-align: center;
  text-decoration: none;
}
.toTopLink .toTopAnchor i {
  color: rgba(68, 34, 0, 0.5);
  font-size: 2.5em;
}

.teaser-link {
  float: right;
  color: #667e96;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  font-size: 0.8em;
  margin-bottom: 1em;
}
.teaser-link svg {
  display: inline-block;
  width: 22px;
  height: auto;
  margin: -2px 4px 0 -3px;
}
.teaser-link svg path {
  fill: #667e96;
}
.teaser-link:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  right: 0;
  background: #667e96;
  bottom: -5px;
}
.teaser-link:hover {
  text-decoration: none;
  color: #b5b1ac;
}
.teaser-link:hover:after {
  background: #b5b1ac;
}
.teaser-link:hover svg path {
  fill: #b5b1ac;
}

.teaser-headline {
  margin-bottom: 24px;
}

.teaser-subline {
  font-size: 0.8em;
}

.teaser-image-wrapper {
  margin-bottom: 24px;
}

a .teaser-headline,
a .teaser-subline {
  text-decoration: none;
}

.ce-accordion__header, .ce-accordion__divider {
  border-top: 1px solid rgba(181, 177, 172, 0.5);
}
.ce-accordion__header:last-of-type {
  border-bottom: 1px solid rgba(181, 177, 172, 0.5);
}
.ce-accordion__icon {
  font-family: "zfb";
  font-size: 3.5rem;
  color: #667e96;
  float: left;
}
.ce-accordion__link {
  display: flex;
  padding: 2.2rem 0;
  font-family: "Fauna One", Roboto, "Helvetica Neue", Arial;
  font-size: 1.5rem;
  color: #420;
  text-decoration: none;
  text-align: left;
}
.ce-accordion__link .ce-accordion__icon::before {
  content: "";
}
.ce-accordion__link.collapsed .ce-accordion__icon::before {
  content: "";
}
.ce-accordion__link:hover, .ce-accordion__link:focus {
  text-decoration: none;
}
.ce-accordion_logo_service::after, .ce-accordion_logo_sos::after, .ce-accordion_logo_shop::after, .ce-accordion_logo_science::after, .ce-accordion_logo_system::after, .ce-accordion_logo_umbrella::after {
  display: block;
  position: relative;
  margin: 0.5rem 0 2.2rem;
  left: 80px;
  width: 200px;
  height: 48px;
  content: "";
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
}
.ce-accordion_logo_service button, .ce-accordion_logo_sos button, .ce-accordion_logo_shop button, .ce-accordion_logo_science button, .ce-accordion_logo_system button, .ce-accordion_logo_umbrella button {
  padding-bottom: 0;
}
.ce-accordion_logo_service::after {
  background-image: url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-service-hg.svg');
}
.ce-accordion_logo_sos::after {
  background-image: url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-sos-hg.svg');
}
.ce-accordion_logo_shop::after {
  background-image: url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-shop-hg.svg');
}
.ce-accordion_logo_science::after {
  background-image: url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-science-hg.svg');
}
.ce-accordion_logo_system::after {
  background-image: url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-system-hg.svg');
}
.ce-accordion_logo_umbrella::after {
  background-image: url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-hg.svg');
}
@media (min-width: 768px) {
  .ce-accordion__content {
    padding-left: 5rem;
  }
  .ce-accordion__link {
    padding: 2.2rem 3rem 2.2rem 0;
  }
  .ce-accordion_logo_service, .ce-accordion_logo_sos, .ce-accordion_logo_shop, .ce-accordion_logo_science, .ce-accordion_logo_system, .ce-accordion_logo_umbrella {
    position: relative;
  }
  .ce-accordion_logo_service::after, .ce-accordion_logo_sos::after, .ce-accordion_logo_shop::after, .ce-accordion_logo_science::after, .ce-accordion_logo_system::after, .ce-accordion_logo_umbrella::after {
    position: absolute;
    margin: 0;
    right: 0;
    left: unset;
    top: 38px;
    background-position: right center;
  }
  .ce-accordion_logo_service button, .ce-accordion_logo_sos button, .ce-accordion_logo_shop button, .ce-accordion_logo_science button, .ce-accordion_logo_system button, .ce-accordion_logo_umbrella button {
    padding: 2.2rem 0;
    max-width: calc(100% - 200px);
  }
}

.ce-slider {
  margin: 0 auto;
}
.ce-slider--box-shadow {
  margin-bottom: 96px;
  box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.1);
}
.ce-slider .slick-next,
.ce-slider .slick-prev {
  z-index: 10;
  margin-top: -6rem;
}
.ce-slider .slick-next::before,
.ce-slider .slick-prev::before {
  font-family: "zfb";
  font-size: 6rem;
}
.ce-slider .slick-next {
  right: 60px;
}
.ce-slider .slick-next::before {
  content: "";
}
.ce-slider .slick-prev {
  left: 60px;
}
.ce-slider .slick-prev::before {
  content: "";
}

.ce-slider-element__image {
  width: 100%;
}
.ce-slider-element__icon {
  float: left;
  padding-right: 36px;
  font-size: 6.5rem;
}
.ce-slider-element__headline {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.ce-slider-element__subline {
  font-size: 1.1rem;
}
.ce-slider-element__content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.ce-slider-element__content_align_left, .ce-slider-element__content_align_right {
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .ce-slider-element_logo_primary, .ce-slider-element_logo_service, .ce-slider-element_logo_sos, .ce-slider-element_logo_shop, .ce-slider-element_logo_science, .ce-slider-element_logo_system, .ce-slider-element_logo_umbrella {
    position: relative;
  }
  .ce-slider-element_logo_primary::before, .ce-slider-element_logo_service::before, .ce-slider-element_logo_sos::before, .ce-slider-element_logo_shop::before, .ce-slider-element_logo_science::before, .ce-slider-element_logo_system::before, .ce-slider-element_logo_umbrella::before {
    position: absolute;
    top: -48px;
    width: 200px;
    height: 48px;
    content: "";
    background: transparent;
  }
  .ce-slider-element_logo_service::before {
    background: transparent url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-service-hg.svg') no-repeat left bottom;
  }
  .ce-slider-element_logo_sos::before {
    background: transparent url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-sos-hg.svg') no-repeat left bottom;
  }
  .ce-slider-element_logo_shop::before {
    background: transparent url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-shop-hg.svg') no-repeat left bottom;
  }
  .ce-slider-element_logo_science::before {
    background: transparent url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-science-hg.svg') no-repeat left bottom;
  }
  .ce-slider-element_logo_system::before {
    background: transparent url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-system-hg.svg') no-repeat left bottom;
  }
  .ce-slider-element_logo_umbrella::before {
    background: transparent url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-hg.svg') no-repeat left bottom;
  }
  .ce-slider-element__content {
    display: flex;
  }
  .ce-slider-element__content_align_left {
    flex: 1;
  }
  .ce-slider-element__button {
    float: right;
  }
}

.ce-teaser {
  height: 100%;
  padding-bottom: 24px;
}
.ce-teaser__header {
  width: 100%;
  padding-bottom: 24px;
}
.ce-teaser__header_logo_service, .ce-teaser__header_logo_sos, .ce-teaser__header_logo_shop, .ce-teaser__header_logo_science, .ce-teaser__header_logo_system, .ce-teaser__header_logo_umbrella {
  position: relative;
}
.ce-teaser__header_logo_service::after, .ce-teaser__header_logo_sos::after, .ce-teaser__header_logo_shop::after, .ce-teaser__header_logo_science::after, .ce-teaser__header_logo_system::after, .ce-teaser__header_logo_umbrella::after {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 200px;
  height: 48px;
  content: "";
  background: transparent;
}
.ce-teaser__header_logo_service::after {
  background: transparent url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-service-hg.svg') no-repeat left bottom;
}
.ce-teaser__header_logo_sos::after {
  background: transparent url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-sos-hg.svg') no-repeat left bottom;
}
.ce-teaser__header_logo_shop::after {
  background: transparent url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-shop-hg.svg') no-repeat left bottom;
}
.ce-teaser__header_logo_science::after {
  background: transparent url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-science-hg.svg') no-repeat left bottom;
}
.ce-teaser__header_logo_system::after {
  background: transparent url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-system-hg.svg') no-repeat left bottom;
}
.ce-teaser__header_logo_umbrella::after {
  background: transparent url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-hg.svg') no-repeat left bottom;
}
.ce-teaser__body {
  width: 100%;
}
.ce-teaser__image {
  width: 100%;
}
.ce-teaser__headline {
  margin-bottom: 12px;
  font-size: 1.8rem;
}
.ce-teaser__subline {
  display: block;
  margin: 16px 0;
  font-family: "Exo2-Bold", Roboto, "Helvetica Neue", Arial;
  font-size: 1rem;
}
.ce-teaser__link {
  height: 1.7em;
  font-family: "Exo2-Bold", Roboto, "Helvetica Neue", Arial;
  color: #667e96;
  text-decoration: none;
}
.ce-teaser__link_external i {
  align-self: flex-end;
  padding-right: 10px;
  font-size: 1.3em;
}
.ce-teaser__link_external span {
  border-bottom: 3px solid #667e96;
}
.ce-teaser__link_external:hover span {
  border-bottom-color: #475868;
}
.ce-teaser__link_download, .ce-teaser__link_default {
  border-bottom: 3px solid #667e96;
}
.ce-teaser__link_download i, .ce-teaser__link_default i {
  font-size: 1.8em;
  padding-bottom: 2px;
}
.ce-teaser__link_download:hover, .ce-teaser__link_default:hover {
  border-bottom-color: #475868;
}
.ce-teaser__link:hover {
  color: #475868;
  text-decoration: none;
}
.ce-teaser__link:hover i {
  color: #475868;
}

.ce-teaser--staff {
  padding: 16px;
  text-align: center;
}

.ce-text-image-teaser-33-66 {
  position: relative;
  overflow-x: hidden;
}
.ce-text-image-teaser-33-66__container {
  max-width: 1284px;
  margin: 0 auto;
}
.ce-text-image-teaser-33-66__content {
  padding: 63px 16px 63px 30px;
}
.ce-text-image-teaser-33-66__header {
  display: flex;
  padding-bottom: 32px;
}
.ce-text-image-teaser-33-66__icon {
  padding-right: 1rem;
  font-size: 4.5rem;
}
.ce-text-image-teaser-33-66__headline {
  margin-bottom: 36px;
  text-transform: uppercase;
}
.ce-text-image-teaser-33-66__text {
  margin-bottom: 36px;
}
.ce-text-image-teaser-33-66__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ce-text-image-teaser-33-66__image img {
  visibility: hidden;
}
@media (max-width: 767.98px) {
  .ce-text-image-teaser-33-66__headline {
    font-size: 1.5rem;
  }
  .ce-text-image-teaser-33-66__icon {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .ce-text-image-teaser-33-66__body {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .ce-text-image-teaser-33-66__content {
    padding-bottom: 16px;
  }
  .ce-text-image-teaser-33-66__container, .ce-text-image-teaser-33-66__content {
    height: 100%;
  }
  .ce-text-image-teaser-33-66__image {
    min-height: 480px;
  }
}

.ce-text-image-teaser-50-50 {
  font-size: 1.2em;
}
@media (min-width: 992px) {
  .ce-text-image-teaser-50-50__image_right {
    max-width: 50vw;
    margin-right: -50vw;
  }
  .ce-text-image-teaser-50-50__image_left {
    max-width: 50vw;
    margin-left: -18vw;
  }
  .ce-text-image-teaser-50-50__text_right {
    padding-right: 8rem;
    margin-right: -9px;
  }
  .ce-text-image-teaser-50-50__text_left {
    padding-left: 8rem;
  }
}

.ce-wrapper {
  margin-top: 3em;
  margin-bottom: 3em;
}
.ce-wrapper.bg-primary {
  color: #fff;
}
.ce-wrapper.bg-primary h1,
.ce-wrapper.bg-primary h2,
.ce-wrapper.bg-primary h3,
.ce-wrapper.bg-primary h4,
.ce-wrapper.bg-primary h5,
.ce-wrapper.bg-primary h6,
.ce-wrapper.bg-primary .h1,
.ce-wrapper.bg-primary .h2,
.ce-wrapper.bg-primary .ce-text-image-teaser-33-66__headline,
.ce-wrapper.bg-primary .h3,
.ce-wrapper.bg-primary .h4,
.ce-wrapper.bg-primary .h5,
.ce-wrapper.bg-primary .h6 {
  color: #fff;
}
.ce-wrapper > .container--spacing {
  padding-top: 30px;
  padding-bottom: 30px;
}

.breadcrumb {
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: "Exo2-Bold", Roboto, "Helvetica Neue", Arial;
  font-size: 0.9em;
  color: #b5b1ac;
  text-transform: uppercase;
}
.breadcrumb a {
  font-family: "Exo2-Regular", Roboto, "Helvetica Neue", Arial;
  color: #b5b1ac;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #420;
}
.breadcrumb::after {
  display: block;
  content: "";
  border-bottom: 1px solid rgba(181, 177, 172, 0.5);
}

.dropdown-menu {
  border: none;
}
.dropdown-menu .dropdown-item.nav-link, .dropdown-menu .dropdown-item.navbar-toggler__text, .dropdown-menu .header-meta__home a.dropdown-item, .header-meta__home .dropdown-menu a.dropdown-item {
  font-size: 1em;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-divider {
  margin-right: -30px;
  margin-left: -30px;
}
.dropdown-divider:last-of-type {
  border: none;
}

.dropdown-toggle::after {
  display: none;
}

.footer__headline {
  margin-top: 5rem;
  color: #b5b1ac;
}
.footer__headline .h5 {
  padding-bottom: 0.5rem;
  font-family: "Fauna One", Roboto, "Helvetica Neue", Arial;
  font-size: 1.2em;
}
.footer__bottom {
  padding: 3rem 0 1.5rem;
  color: #fff;
  background: #667e96;
}
.footer__bottom a {
  color: #fff;
}
.footer__bottom .btn-light {
  color: #667e96;
}
.footer__bottom h6,
.footer__bottom .h6 {
  margin-bottom: 1rem;
}
.footer__bottom h5,
.footer__bottom .h5 {
  margin-bottom: 1rem;
}
.footer__bottom h4,
.footer__bottom .h4 {
  margin-bottom: 1rem;
}
.footer__bottom h3,
.footer__bottom .h3 {
  margin-bottom: 1rem;
}
.footer__bottom h2,
.footer__bottom .h2,
.footer__bottom .ce-text-image-teaser-33-66__headline {
  margin-bottom: 1rem;
}
.footer__bottom h1,
.footer__bottom .h1 {
  margin-bottom: 1rem;
}
.footer__social-icons a {
  text-decoration: none;
}
.footer__social-icons li {
  margin-bottom: 5px;
  margin-right: 1rem;
  float: left;
}
@media (min-width: 576px) {
  .footer__social-icons li {
    float: inherit;
    margin-right: 0;
  }
}
.footer__social-icons i {
  font-size: 2.1em;
  color: #fff;
}
.footer__phone a {
  margin-bottom: 3rem;
  text-decoration: none;
}
.footer__menu {
  margin-top: 1.5em;
  font-family: "Exo2-Regular", Roboto, "Helvetica Neue", Arial;
  font-size: 0.9em;
}
.footer__menu-divider {
  margin: 0 0.5em;
}
.footer__branding {
  margin-top: 1.5em;
  font-family: "Exo2-Regular", Roboto, "Helvetica Neue", Arial;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .footer__branding ul {
    float: right;
  }
}
.footer__boilerplate {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: "Fauna One", Roboto, "Helvetica Neue", Arial;
  font-size: 1.2em;
}

.frame-type-nrctemplatezfb_teasersimple {
  display: inline;
}

@media (min-width: 992px) {
  .frame-type-menu_abstract li,
.frame-type-menu_pages li,
.frame-type-menu_section li,
.frame-type-menu_section_pages li,
.frame-type-menu_subpages li,
.frame-type-menu_section li,
.frame-type-menu_subpages li {
    max-width: 50%;
  }
}
.frame-type-menu_abstract li a,
.frame-type-menu_pages li a,
.frame-type-menu_section li a,
.frame-type-menu_section_pages li a,
.frame-type-menu_subpages li a,
.frame-type-menu_section li a,
.frame-type-menu_subpages li a {
  text-decoration: none;
  font-weight: bold;
}
.frame-type-menu_abstract li a:hover,
.frame-type-menu_pages li a:hover,
.frame-type-menu_section li a:hover,
.frame-type-menu_section_pages li a:hover,
.frame-type-menu_subpages li a:hover,
.frame-type-menu_section li a:hover,
.frame-type-menu_subpages li a:hover {
  color: #667e96;
}

.header-meta {
  transition: height 0.2s ease, padding 0.2s ease;
  height: 96px;
  padding: 1.5rem 0;
  font-family: "Exo2-Bold", Roboto, "Helvetica Neue", Arial;
  background: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .header-meta {
    transition: none;
  }
}
.header-meta .container--spacing {
  display: flex;
  flex-flow: row wrap;
}
.header-meta .container--spacing a {
  color: #667e96;
  text-decoration: none;
}
.header-meta.affix {
  transition: height 0.2s ease, padding 0.2s ease;
  height: 50px;
  padding-top: 0;
}
@media (prefers-reduced-motion: reduce) {
  .header-meta.affix {
    transition: none;
  }
}
.header-meta.affix .header-meta__phone {
  transition: padding 0.2s ease, min-width 0.2s ease;
  padding-top: 0.5em;
}
@media (prefers-reduced-motion: reduce) {
  .header-meta.affix .header-meta__phone {
    transition: none;
  }
}
.header-meta.affix .header-meta__phone-info {
  transition: font-size 0.2s ease;
  font-size: 0.9em;
}
@media (prefers-reduced-motion: reduce) {
  .header-meta.affix .header-meta__phone-info {
    transition: none;
  }
}
.header-meta.affix .header-meta__phone-nr {
  transition: font-size 0.2s ease;
  font-size: 1.4em;
}
@media (prefers-reduced-motion: reduce) {
  .header-meta.affix .header-meta__phone-nr {
    transition: none;
  }
}
.header-meta__brand-wrapper {
  flex: 1 0;
  padding: 1rem 0;
}
.header-meta__brand {
  display: block;
  align-self: center;
  width: 54px;
  height: 22px;
  margin: 0 0 0;
  background: url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/logo-zfb.svg') left no-repeat;
  background-size: contain;
}
.header-meta__phone {
  color: #b22;
}
.header-meta__phone-info {
  margin-top: 0;
  font-size: 1.3em;
}
.header-meta__phone-h {
  font-size: 1.3em;
}
.header-meta__phone-nr {
  font-size: 2.1em;
}
.header-meta__phone-icon {
  float: left;
  padding: 0.25em 0;
  font-size: 1.9em;
}
.header-meta__home {
  position: relative;
}
.header-meta__home a {
  padding-left: 0;
  text-decoration: none;
}
.header-meta__home-icon {
  color: inherit;
  top: 18px;
  font-size: 1.2em;
  color: #420;
  position: absolute;
}
.header-meta__home-info {
  display: block;
  padding: 10px 0 0 34px;
}
.header-meta__phone {
  font-size: 0.8em;
}

.header-search {
  max-width: 31.25rem;
  flex: 3 0;
  position: relative;
  padding-right: 2.813rem;
  margin-right: 1.25rem;
}
.header-search .header-search-btn {
  padding: 0.5rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
.header-search .tt-menu {
  width: 100%;
}
.header-search .tt-dataset {
  background-color: #f7f6f6;
  padding: 0.5rem;
  width: 100%;
}

.header-search-input {
  border-radius: 0;
  border-style: none none solid;
  border-bottom-width: 3px;
  border-bottom-color: rgba(181, 177, 172, 0.5);
  width: 100%;
}
.header-search-input:focus {
  border-bottom-color: rgba(181, 177, 172, 0.5);
}

.header-search-btn i {
  font-size: 1.75rem;
}

@media (min-width: 576px) {
  .header-meta__phone {
    min-width: 200px;
  }
  .header-meta__phone-icon {
    padding: 0;
    margin-top: 8px;
    margin-right: 5px;
  }
  .header-meta__phone-info {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .header-meta.affix .header-meta__phone {
    transition: padding 0.2s ease, min-width 0.2s ease;
    min-width: 183px;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .header-meta.affix .header-meta__phone {
    transition: none;
  }
}
@media (min-width: 768px) {
  .header-meta__phone-info {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .header-meta__phone-icon {
    margin-top: 12px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .header-meta__phone {
    min-width: 258px;
  }
}
@media (min-width: 992px) {
  .header-meta__home-icon {
    margin: 0 22px 2px 0;
    position: initial;
    font-size: 1em;
  }
}
.navbar-light {
  justify-content: normal;
  padding: 1px 0;
}
.navbar-light .nav-link, .navbar-light .navbar-toggler__text, .navbar-light .header-meta__home a, .header-meta__home .navbar-light a {
  font-family: "Exo2-Bold", Roboto, "Helvetica Neue", Arial;
  font-size: 1.1em;
  text-decoration: none;
}
.navbar-light .active .nav-link:not(.dropdown-item), .navbar-light .active .navbar-toggler__text:not(.dropdown-item), .navbar-light .active .header-meta__home a:not(.dropdown-item), .header-meta__home .navbar-light .active a:not(.dropdown-item) {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-right: 1.4em;
  margin-left: 1.4em;
  border-bottom: 8px solid #420;
}

.navbar-toggler {
  padding-right: 0;
  margin-left: -1rem;
  border: none;
}
.navbar-toggler__text {
  padding-top: 0.25rem;
  padding-left: 0.25rem;
  font-size: 1.1rem;
}

.nav-item:first-of-type .nav-link:not(.dropdown-item), .nav-item:first-of-type .header-meta__home a:not(.dropdown-item), .header-meta__home .nav-item:first-of-type a:not(.dropdown-item), .nav-item:first-of-type .navbar-toggler__text:not(.dropdown-item) {
  padding-left: 0;
  margin-left: 0;
}

.navbar-collapse {
  padding: 0 30px;
  margin: 0 -30px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .navbar-collapse {
    padding: 0;
    margin: 0;
    background-color: inherit;
  }
}
@media (max-width: 1199.98px) {
  .navbar__scoll_mobile {
    max-height: 80vh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }
}
.nav__mega {
  width: 80%;
  padding: 0;
}
@media (min-width: 992px) {
  .nav__mega {
    padding: 30px 0 50px;
  }
}
.nav__mega .dropdown-item.nav-link, .nav__mega .header-meta__home a.dropdown-item, .header-meta__home .nav__mega a.dropdown-item, .nav__mega .dropdown-item.navbar-toggler__text {
  padding-left: 0;
}
.nav__mega-image {
  max-width: 50%;
}
@media (min-width: 992px) {
  .nav__mega-image {
    max-width: 100%;
  }
}
.nav__mega-image:hover {
  opacity: 80%;
}
.nav__mega-image-root {
  min-height: 50px;
}
.nav__mega-image-root:hover {
  -webkit-filter: grayscale(66%);
  -moz-filter: grayscale(66%);
  filter: grayscale(66%);
}
.nav__mega-image-col {
  overflow: hidden;
}
.nav__mega-subsubtitle {
  margin-top: 5px;
  font-family: "Exo2-Regular", Roboto, "Helvetica Neue", Arial;
  white-space: pre-wrap;
}
@media (min-width: 992px) {
  .nav__mega-subsubtitle {
    margin-top: 30px;
    font-family: "Exo2-Bold", Roboto, "Helvetica Neue", Arial;
  }
}
.nav__mega-subtitle {
  margin-top: 5px;
  font-family: "Exo2-Regular", Roboto, "Helvetica Neue", Arial;
  white-space: pre-wrap;
}
@media (min-width: 992px) {
  .nav__mega-subtitle {
    margin-top: 20px;
    font-family: "Exo2-Bold", Roboto, "Helvetica Neue", Arial;
  }
}
.nav__mega-title-regular.nav-link, .header-meta__home a.nav__mega-title-regular, .nav__mega-title-regular.navbar-toggler__text {
  font-family: "Exo2-Regular", Roboto, "Helvetica Neue", Arial;
}
.nav__mega .dropdown-item:hover,
.nav__mega .dropdown-item:focus {
  text-decoration: underline;
  background: none;
}

html,
body {
  height: 100%;
  padding-top: 73px;
}

@media (min-width: 576px) {
  html,
body {
    padding-top: 70px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

a.btn {
  text-decoration: none;
}

.btn:not(.btn-shop):not(.btn-link):not(.btn-light) {
  color: #fff;
}
.btn:not(.btn-shop):not(.btn-link):not(.btn-light):hover {
  color: #fff;
}

.js-ButtonLoading .spinner-border {
  position: relative;
  top: -3px;
}

.tx-indexedsearch-searchbox .form-control {
  padding: 1.8rem;
  margin-bottom: 1rem;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form {
  width: 100%;
}
.tx-indexedsearch-searchbox .tt-menu {
  width: 100%;
}
.tx-indexedsearch-searchbox .tt-dataset {
  background-color: #f7f6f6;
  padding: 0.5rem;
  width: 100%;
}
.tx-indexedsearch-searchbox .input-group {
  flex-wrap: wrap;
}

.tx-indexedsearch-browsebox .tx-indexedsearch-browsebox {
  border-radius: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
.tx-indexedsearch-browsebox .tx-indexedsearch-browsebox li a {
  border: 1px solid rgba(181, 177, 172, 0.5);
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
  text-decoration: none;
}
.tx-indexedsearch-browsebox .tx-indexedsearch-browsebox li a:hover {
  font-weight: bold;
}

.tx-indexedsearch-res {
  margin-bottom: 2rem;
  padding: 1rem;
}
.tx-indexedsearch-res:nth-child(odd) {
  background-color: #f7f6f6;
}
.tx-indexedsearch-res h3 {
  display: flex;
  justify-content: space-between;
}
.tx-indexedsearch-res h3 .tx-indexedsearch-icon {
  display: none;
}
.tx-indexedsearch-res .tx-indexedsearch-info {
  display: none;
}

@media (min-width: 576px) {
  .tx-indexedsearch-searchbox .form-control {
    margin-bottom: 0;
  }
  .tx-indexedsearch-searchbox .input-group {
    flex-wrap: nowrap;
  }
}
@media (max-width: 575.98px) {
  .tx-indexedsearch-searchbox .input-group-append {
    width: 100%;
  }
  .tx-indexedsearch-searchbox .input-group-append .btn-search {
    width: 100%;
  }
}
.tt-selectable:hover,
.tt-selectable.tt-cursor {
  background-color: #ddd;
}

.quality-seal {
  padding: 3rem 0;
  font-family: "Exo2-Regular", Roboto, "Helvetica Neue", Arial;
  color: #b5b1ac;
}
.quality-seal p {
  margin: 0;
}
.quality-seal__seal-1, .quality-seal__seal-2, .quality-seal__seal-3 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .quality-seal {
    font-size: 0.9em;
  }
  .quality-seal__seal-1 {
    padding-left: 0;
    margin-right: 1.5rem;
  }
  .quality-seal__seal-2 {
    padding-left: 3rem;
  }
  .quality-seal__seal-1, .quality-seal__seal-2, .quality-seal__seal-3 {
    margin-bottom: 0;
  }
}

.nav__mega {
    width: 100% !important;
}

.h-hidden {
    display: none;
}

.frame-type-menu_subpages.frame-layout-4 ul li{
    max-width: 100%;
}

.small-layout {
    padding: 0 !important;
}

.small-layout i {
    font-size: 1.5rem;
    line-height: 2.5;
}

.small-layout span {
    padding: 0 !important;
    font-size: 1.2rem;
}

/* set styles also for mobile breakpoint */
.ce-slider-element_logo_primary, .ce-slider-element_logo_service, .ce-slider-element_logo_sos, .ce-slider-element_logo_shop, .ce-slider-element_logo_science, .ce-slider-element_logo_system, .ce-slider-element_logo_umbrella {
    position: relative;
}
.ce-slider-element_logo_primary::before, .ce-slider-element_logo_service::before, .ce-slider-element_logo_sos::before, .ce-slider-element_logo_shop::before, .ce-slider-element_logo_science::before, .ce-slider-element_logo_system::before, .ce-slider-element_logo_umbrella::before {
    position: absolute;
    top: -48px;
    width: 200px;
    height: 48px;
    content: "";
    background: transparent;
}
.ce-slider-element_logo_service::before {
    background: transparent url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-service-hg.svg") no-repeat left bottom;
}
.ce-slider-element_logo_sos::before {
    background: transparent url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-sos-hg.svg") no-repeat left bottom;
}
.ce-slider-element_logo_shop::before {
    background: transparent url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-shop-hg.svg") no-repeat left bottom;
}
.ce-slider-element_logo_science::before {
    background: transparent url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-science-hg.svg") no-repeat left bottom;
}
.ce-slider-element_logo_system::before {
    background: transparent url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-system-hg.svg") no-repeat left bottom;
}
.ce-slider-element_logo_umbrella::before {
    background: transparent url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-hg.svg") no-repeat left bottom;
}
.ce-slider-element__content {
    display: flex;
}
.ce-slider-element__content_align_left {
    flex: 1;
}
.ce-slider-element__button {
    float: right;
}

.bg-shop p {
    color: rgb(68,34,0);
}

.frame-layout-6 hr {
    border-color: white;
}

.inlineLinkStyles a {
    color: white;
    text-decoration: underline;
}

@media (min-width: 576px) {
    .ce-slider-element__content {
        display: block;
    }
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 0.4em !important;
}.nav__mega {
    width: 100% !important;
}

.h-hidden {
    display: none;
}

.frame-type-menu_subpages.frame-layout-4 ul li{
    max-width: 100%;
}

.small-layout {
    padding: 0 !important;
}

.small-layout i {
    font-size: 1.5rem;
    line-height: 2.5;
}

.small-layout span {
    padding: 0 !important;
    font-size: 1.2rem;
}

/* set styles also for mobile breakpoint */
.ce-slider-element_logo_primary, .ce-slider-element_logo_service, .ce-slider-element_logo_sos, .ce-slider-element_logo_shop, .ce-slider-element_logo_science, .ce-slider-element_logo_system, .ce-slider-element_logo_umbrella {
    position: relative;
}
.ce-slider-element_logo_primary::before, .ce-slider-element_logo_service::before, .ce-slider-element_logo_sos::before, .ce-slider-element_logo_shop::before, .ce-slider-element_logo_science::before, .ce-slider-element_logo_system::before, .ce-slider-element_logo_umbrella::before {
    position: absolute;
    top: -48px;
    width: 200px;
    height: 48px;
    content: "";
    background: transparent;
}
.ce-slider-element_logo_service::before {
    background: transparent url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-service-hg.svg") no-repeat left bottom;
}
.ce-slider-element_logo_sos::before {
    background: transparent url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-sos-hg.svg") no-repeat left bottom;
}
.ce-slider-element_logo_shop::before {
    background: transparent url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-shop-hg.svg") no-repeat left bottom;
}
.ce-slider-element_logo_science::before {
    background: transparent url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-science-hg.svg") no-repeat left bottom;
}
.ce-slider-element_logo_system::before {
    background: transparent url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-system-hg.svg") no-repeat left bottom;
}
.ce-slider-element_logo_umbrella::before {
    background: transparent url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/Logos/Slider/logo-zfb-hg.svg") no-repeat left bottom;
}
.ce-slider-element__content {
    display: flex;
}
.ce-slider-element__content_align_left {
    flex: 1;
}
.ce-slider-element__button {
    float: right;
}

.bg-shop p {
    color: rgb(68,34,0);
}

.frame-layout-6 hr {
    border-color: white;
}

.inlineLinkStyles a {
    color: white;
    text-decoration: underline;
}

@media (min-width: 576px) {
    .ce-slider-element__content {
        display: block;
    }
}

.nav__mega .nav-link{
    padding-right: 0.4em !important;
}


.navbar-light .active .nav-link:not(.dropdown-item) {
    margin-left: 0 !important;
    border-bottom: none !important;
    color: #667E96 !important;
}

@media (max-width: 576px) {
    .d-xs-none {
        display: none;
    }
}

.content .ce-slider .slick-next,
.content .ce-slider .slick-prev {
    margin-top: 0;
}

.content .ce-slider .slick-prev {
    left: 0;
}

.content .ce-slider .slick-next {
    right: 0;
}

/***************************
	Icons
***************************/
/***************************
	Font
***************************/
/***************************
	Forms
***************************/
/***************************
	Widths & Margins
***************************/
/***************************
	Others
***************************/
@font-face {
  font-display: swap;
  font-family: 'cs-icons';
  src: local(''), url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Fonts/FontelloIcons/cs-icons.woff2?v0006') format('woff2'), url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Fonts/FontelloIcons/cs-icons.woff?v0006') format('woff');
  font-weight: 400;
  font-style: normal;
}
.row.mb-4 > .col-sm-3,
.row.mb-4 > .col-sm-4,
.row.mb-4 > .col-sm-6,
.row.mb-4 > .col-sm-8,
.row.mb-4 > .col-sm-9,
.row.mb-4 > .col-md-3,
.row.mb-4 > .col-md-4,
.row.mb-4 > .col-md-6,
.row.mb-4 > .col-md-8,
.row.mb-4 > .col-md-9 {
  flex: 0 0 100%;
  max-width: 100%;
}
.row.mb-4 > .col-lg-8 {
  flex: 0 0 66.667%;
  max-width: 66.667%;
}
@media screen and (max-width: 920px) {
  .row.mb-4 > .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row.mb-4 > .col-lg-4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
@media screen and (max-width: 920px) {
  .row.mb-4 > .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row.mb-4 > .col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 1360px) {
  .row.mb-4 > .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row.mb-4 > .col-lg-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
@media screen and (max-width: 920px) {
  .row.mb-4 > .col-lg-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row.mb-4 > .col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 920px) {
  .row.mb-4 > .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row.mb-4 > .col-lg-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
@media screen and (max-width: 920px) {
  .row.mb-4 > .col-lg-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.text-break {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.ce-below .ce-gallery {
  float: none;
}
.ce-gallery {
  overflow: visible;
}
@media screen and (max-width: 640px) {
  .ce-gallery iframe {
    height: 100%;
    width: 100%;
  }
}
.video-embed > * {
  width: 100% !important;
}
.slick-arrow {
  top: calc((100vw * 0.26) / 2);
  margin-top: 0;
}
@media screen and (min-width: 1284px) {
  .slick-arrow {
    top: calc((1284px * 0.26) / 2);
  }
}
.slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .slick-arrow::before {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 0;
  }
}
label,
.label {
  display: block;
  margin-bottom: 0.75rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
legend,
legend.powermail_legend {
  display: none;
}
legend.legend--show,
legend.powermail_legend.legend--show {
  display: block;
  margin-bottom: 1.5rem;
}
input,
textarea,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.file-upload__field {
  font-size: 0.875rem;
  line-height: 218.75%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  display: block;
  font-family: "Fauna One";
  margin-bottom: 1rem;
  outline: 0 none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
main {
  /* fix for passwords with lower signs on mobile devices */
}
main input[type="text"],
main input[type="url"],
main input[type="email"],
main input[type="tel"],
main input[type="date"],
main input[type="time"],
main input[type="datetime-local"],
main input[type="password"],
main input[type="search"],
main textarea,
main .select2-container--default .select2-selection--single,
main .select2-container--default .select2-selection--multiple,
main .file-upload__field {
  background-color: #FFF;
  border: 1px solid #CCC;
  min-width: 100%;
  max-width: 100%;
  padding: 12px;
  width: 100%;
  margin-bottom: 1rem;
}
main input[type="password"] {
  text-transform: none !important;
}
::-webkit-input-placeholder {
  color: #b5b1ac;
  opacity: 1;
}
::-moz-placeholder {
  color: #b5b1ac;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #b5b1ac;
  opacity: 1;
}
input:-moz-placeholder {
  color: #b5b1ac;
  opacity: 1;
}
textarea {
  min-height: 15rem;
  overflow: auto;
  resize: vertical;
}
.datetime-wrapper {
  background-color: #FFF;
  border: 1px solid #CCC;
  margin-bottom: 1.5rem;
  min-height: calc(1.5rem + ( 10px * 2) + 1px * 2);
  position: relative;
}
.datetime-wrapper input[type="text"],
.datetime-wrapper input[type="date"],
.datetime-wrapper input[type="datetime-local"],
.datetime-wrapper input[type="time"] {
  border: none;
  min-width: calc(100% - 1.5rem * 2.5);
  max-width: calc(100% - 1.5rem * 2.5);
  margin-bottom: 0;
  padding: 10px 12px;
  width: calc(100% - 1.5rem * 2.5);
}
.datetime-wrapper input[type="text"]::-webkit-calendar-picker-indicator,
.datetime-wrapper input[type="date"]::-webkit-calendar-picker-indicator,
.datetime-wrapper input[type="datetime-local"]::-webkit-calendar-picker-indicator,
.datetime-wrapper input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.datetime-wrapper::after {
  content: '\e807';
  display: inline-block;
  font-family: "cs-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  position: absolute;
  top: 50%;
  right: 12px;
  bottom: auto;
  left: auto;
  color: #667E96;
  margin: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.datetime-wrapper--time::after {
  content: '\e806';
}
div.datedropper.clickstorm {
  --dd-color1: #667E96;
  --dd-color2: #FFF;
  --dd-color3: #000;
  --dd-color4: #FFF;
  --dd-radius: 0;
  --dd-width: 180px;
  --dd-shadow: 0 0 32px 11px rgba(0, 0, 0, 0.1);
}
div.datedropper .picker .pick-lg ul li::after,
div.datedropper .picker .pick-lg ul li::before {
  background: none;
}
div.datedropper.clickstorm {
  z-index: 10;
}
div.datedropper.clickstorm .pick-submit {
  background-color: #435464 !important;
}
.file-upload {
  display: flex;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 414px) {
  .file-upload {
    display: block;
  }
}
.file-upload input[type="file"] {
  display: none;
}
.file-upload label,
.file-upload input[type="text"] {
  margin-bottom: 0;
}
.file-upload input[type="text"] {
  flex-grow: 2;
  min-width: auto;
  width: auto;
}
.file-upload__button-wrapper {
  font-size: 1rem;
  line-height: 218.75%;
  color: #FFF !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Fauna One";
}
@media screen and (max-width: 414px) {
  .file-upload__button-wrapper,
  .file-upload input[type="text"] {
    min-width: 100%;
    width: 100%;
  }
}
.file-upload__button {
  background: #667E96;
  border: 1px solid #667E96;
  display: block;
  padding: 10px 12px;
}
.file-upload__hide-label {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}
.select2-container,
.select2-container--default {
  display: block;
  width: 100% !important;
}
.select2-container .select2-selection,
.select2-container--default .select2-selection,
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single {
  height: auto;
  padding: 10px 0;
}
.select2-container .select2-selection .select2-selection__rendered,
.select2-container--default .select2-selection .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 218.75%;
  padding: 0 36px 0 12px;
}
.select2-container .select2-selection .select2-selection__arrow,
.select2-container--default .select2-selection .select2-selection__arrow,
.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
  top: 10px !important;
  right: 15px !important;
  -webkit-transform: none !important;
          transform: none !important;
  width: auto;
}
.select2-container .select2-selection .select2-selection__arrow b,
.select2-container--default .select2-selection .select2-selection__arrow b,
.select2-container .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container .select2-selection .select2-selection__arrow::before,
.select2-container--default .select2-selection .select2-selection__arrow::before,
.select2-container .select2-selection--single .select2-selection__arrow::before,
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
  font-size: 1.875rem;
  line-height: 100%;
  content: '\e800';
  display: inline-block;
  font-family: "cs-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  box-sizing: border-box;
  color: #000;
  display: block;
  margin-right: 0;
  padding: 0 12px;
  width: 100%;
}
.select2-container .select2-selection .select2-selection__placeholder,
.select2-container--default .select2-selection .select2-selection__placeholder,
.select2-container .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #F8F7F7;
}
.select2-container .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  padding: 10px 0;
}
.select2-container .select2-selection--multiple .select2-selection__choice::before,
.select2-container--default .select2-selection--multiple .select2-selection__choice::before,
.select2-container .select2-selection--multiple .select2-search--inline::before,
.select2-container--default .select2-selection--multiple .select2-search--inline::before {
  display: none;
}
.select2-container .select2-selection--multiple .select2-search__field,
.select2-container--default .select2-selection--multiple .select2-search__field {
  height: 1.5rem;
  margin: 0;
  min-height: 0;
  max-width: 100%;
  min-width: 1px;
  padding: 0 12px;
  width: 10.5rem !important;
}
.select2-container .select2-selection--multiple .select2-selection__clear,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: table;
  margin-bottom: 0;
  overflow: visible;
  padding-right: 12px;
}
.select2-container .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #667E96;
  border: none;
  color: #FFF;
  margin: 0 0.25rem 0.25rem 0;
}
.select2-container .select2-selection--multiple .select2-selection__choice:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background-color: #435464;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: none;
  color: #FFF;
  font-weight: 700;
  margin: 0;
  margin-right: 0.5rem;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background: transparent;
  color: #FFF;
}
.select2-container .select2-dropdown,
.select2-container--default .select2-dropdown {
  border: 1px solid #435464;
  border-radius: 0;
  padding: 12px 0;
}
.select2-container .select2-results__options,
.select2-container--default .select2-results__options {
  margin: 0;
}
.select2-container .select2-results__options .select2-results__option,
.select2-container--default .select2-results__options .select2-results__option {
  padding: 10px 12px;
}
.select2-container .select2-results__options .select2-results__option::before,
.select2-container--default .select2-results__options .select2-results__option::before {
  display: none;
}
.select2-container .select2-results__options .select2-results__option--selected,
.select2-container--default .select2-results__options .select2-results__option--selected,
.select2-container .select2-results__options .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__options .select2-results__option[aria-selected="true"],
.select2-container .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--default .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: #667E96;
  color: #FFF;
}
.select2-container--open .select2-selection .select2-selection__arrow::before,
.select2-container--open .select2-selection--single .select2-selection__arrow::before {
  content: '\e803';
}
form .select2-container .select2-selection--single {
  height: 50px;
  border-radius: 0;
}
form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 25px !important;
  padding-left: 0 !important;
}
form .select2-container--default .select2-selection--multiple {
  border-radius: 0;
  min-height: 50px;
  line-height: 12px !important;
}
.select2-container .select2-dropdown,
.select2-container--default .select2-dropdown {
  padding: 0;
}
.select2-selection.select2-selection--single {
  margin-top: 0;
}
.select2-container--open .select2-selection.select2-selection--single {
  margin-bottom: 0;
}
.select2-search.select2-search--inline {
  margin-top: -10px;
  display: block;
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 15px;
}
input[type="checkbox"],
input[type="radio"] {
  height: 1.5rem;
  opacity: 0;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
input[type="checkbox"] + span,
input[type="radio"] + span,
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  position: relative;
}
input[type="checkbox"] + span:hover,
input[type="radio"] + span:hover,
input[type="checkbox"] + label:hover,
input[type="radio"] + label:hover {
  cursor: pointer;
}
input[type="checkbox"] + span::before,
input[type="radio"] + span::before,
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: '';
  display: inline-block;
  font-family: "cs-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  position: absolute;
  top: 0.75rem;
  right: auto;
  bottom: auto;
  left: 0;
  align-items: center;
  background-color: #FFF;
  border: 1px solid #CCC;
  content: "";
  cursor: pointer;
  display: flex;
  height: 1.2rem;
  justify-content: center;
  margin: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1.2rem;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}
input[type="checkbox"] + span::before,
input[type="checkbox"] + label::before {
  padding: 2px;
}
input[type="checkbox"]:checked + span::before,
input[type="checkbox"]:checked + label::before {
  content: '\e809';
  color: #667E96;
}
input[type="radio"] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}
input[type="radio"] + span::before,
input[type="radio"] + label::before {
  font-size: 0.938rem;
  line-height: 100%;
  background-color: #FFF;
  border-radius: 50%;
  border: 3px solid #FFF;
}
input[type="radio"]:checked + span::before,
input[type="radio"]:checked + label::before {
  content: '\e80b';
  color: #667E96;
}
.typo3-adminPanel input[type="checkbox"],
.Extbase-Utility-Debugger-VarDump input[type="checkbox"],
.extbase-debugger input[type="checkbox"],
.cr_form input[type="checkbox"] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  display: block;
  height: 14px;
  left: 0;
  top: 0;
}
.typo3-adminPanel input[type="checkbox"] + span,
.Extbase-Utility-Debugger-VarDump input[type="checkbox"] + span,
.extbase-debugger input[type="checkbox"] + span,
.cr_form input[type="checkbox"] + span {
  padding: 0;
  margin-bottom: 0;
}
.typo3-adminPanel input[type="checkbox"] + span:before,
.Extbase-Utility-Debugger-VarDump input[type="checkbox"] + span:before,
.extbase-debugger input[type="checkbox"] + span:before,
.cr_form input[type="checkbox"] + span:before {
  content: "" !important;
  -webkit-transform: none;
          transform: none;
}
.cr_form input[type="checkbox"] {
  position: static;
  opacity: 1;
  display: inline-block;
}
/*.checkbox {
    margin: 5px 0;
}*/
input[type="checkbox"] + span,
input[type="radio"] + span,
input[type="checkbox"] + label,
input[type="radio"] + label {
  padding-top: 2px;
}
.form-check {
  padding-left: 0;
}
input[type="text"].parsley-error,
input[type="url"].parsley-error,
input[type="email"].parsley-error,
input[type="tel"].parsley-error,
input[type="password"].parsley-error,
input[type="search"].parsley-error,
textarea.parsley-error {
  border-color: #C00;
}
select.parsley-error + .select2-container--default .select2-selection--single,
select.parsley-error + .select2-container--default .select2-selection--multiple {
  border-color: #C00;
}
.datetime-wrapper.parsley-error {
  border-color: #C00;
}
.powermail_file.parsley-error + label + input {
  border-color: #C00;
}
.checkbox.parsley-error input[type="radio"] + span::before,
.radio.parsley-error input[type="radio"] + span::before,
.checkbox.parsley-error input[type="checkbox"] + span::before,
.radio.parsley-error input[type="checkbox"] + span::before,
.checkbox.parsley-error input[type="radio"] + label::before,
.radio.parsley-error input[type="radio"] + label::before,
.checkbox.parsley-error input[type="checkbox"] + label::before,
.radio.parsley-error input[type="checkbox"] + label::before {
  border-color: #C00;
}
.checkbox.parsley-error + .parsley-errors-list,
.radio.parsley-error + .parsley-errors-list {
  margin-top: 0;
}
.powermail-errors-list {
  font-size: 1rem;
  color: #C00;
  margin-bottom: 2rem;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  font-weight: bold;
}
.powermail-errors-list li::before {
  color: #C00;
  content: "* ";
  border: none;
}
.powermail_input.powermail_field_error {
  border: 1px solid #C00 !important;
}
.powermail_field_error {
  border: 1px solid #C00;
}
.powermail_fieldwrap_datenschutzerklaerung .powermail_field_error {
  border: none;
}
form {
  margin-bottom: 1.5rem;
  position: relative;
}
form fieldset,
form .powermail_fieldset {
  border: none;
  min-inline-size: auto;
}
form .powermail_fieldset {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
form .powermail_fieldset > * {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  padding: 0 8px;
}
form .powermail_fieldset > *.form__row--50 {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
form .powermail_fieldset > *.form__row--75 {
  flex-basis: 75%;
  max-width: 75%;
  width: 75%;
}
form .powermail_fieldset > *.form__row--25 {
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
form .powermail_fieldset > *.form__row--33 {
  flex-basis: 33%;
  max-width: 33%;
  width: 33%;
}
form .powermail_fieldset > .form__row-break {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
form textarea {
  min-height: unset;
}
@media screen and (max-width: 640px) {
  form .powermail_fieldset > *.form__row--50,
  form .powermail_fieldset > *.form__row--75,
  form .powermail_fieldset > *.form__row--33,
  form .powermail_fieldset > *.form__row--25 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  form .powermail_fieldset > .form__row-break {
    display: none;
  }
}
.powermail_fieldwrap_text,
.powermail_fieldwrap_datenschutzerklaerung {
  font-size: 80%;
  font-weight: 400;
}
.powermail_fieldwrap_text .small {
  font-size: 85%;
}
.powermail_fieldwrap_type_text {
  margin-bottom: 0.5rem;
}
@font-face {
  font-family: 'Exo2-Regular';
  src: url('/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Fonts/Exo2/Exo2-Regular.woff2') format('woff2'), url('/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Fonts/Exo2/Exo2-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Exo2-Bold';
  src: url('/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Fonts/Exo2/Exo2-Bold.woff2') format('woff2'), url('/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Fonts/Exo2/Exo2-Bold.woff') format('woff');
}
.cs-icon-linkedin-circled {
  font-family: "cs-icons" !important;
}
.cs-icon-linkedin-circled::after {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-align: right;
  text-decoration: inherit;
  text-transform: none;
  content: '\f319';
}
.info-box {
  background-color: #F8F7F7;
  padding: 44px 32px;
}
.info-box p,
.info-box h2 {
  color: #000;
}
.info-box.ce-wrapper {
  padding: 30px;
}
.info-box.ce-wrapper .ce-wrapper {
  padding: 0;
}
.info-box > *:last-child {
  margin-bottom: 0;
}
.info-box--big {
  padding-bottom: 60px;
}
.info-box--big-box-button {
  margin-top: 2.625rem;
}
.info-box__headline {
  font-weight: 400;
  letter-spacing: 0.14px;
  margin-top: 6.75rem;
}
.info-box a,
.info-box i,
.info-box i::before {
  color: #667E96;
}
.info-box a:hover {
  color: #435464;
}
.info-box__link {
  font-size: 1rem;
  line-height: 218.75%;
  color: #667E96;
  font-weight: 700;
  letter-spacing: 0.06px;
}
.info-box__link:hover {
  color: #435464;
}
.info-box__button {
  font-size: 1.25rem;
  line-height: 218.75%;
}
.info-box--gray-green {
  background-color: #B4BFBA !important;
}
.info-box--yellow {
  background-color: #FFDD00 !important;
}
.info-box--white-font {
  color: #FFF !important;
}
.info-box--white-font .info-box__link,
.info-box--white-font .h-h2,
.info-box--white-font a,
.info-box--white-font p,
.info-box--white-font i,
.info-box--white-font i::before {
  color: #FFF;
}
.info-box--white-font a.btn-light {
  color: #667E96;
}
.info-box--white-font .ce-teaser__link_download {
  border-bottom: 3px solid #FFF;
}
.info-box--white-font .ce-teaser__link_download:hover {
  border-bottom: 3px solid #FFF;
}
.info-box--white-font .info-box__button {
  background-color: #FFF !important;
  border: 1px solid #FFF;
  color: #667E96 !important;
}
.info-box--white-font .info-box__button:hover {
  background-color: #435464 !important;
  border: 1px solid #435464;
  color: #FFF !important;
}
.info-box--purple {
  background-color: #552277 !important;
}
.info-box--turquoise {
  background-color: #009999 !important;
}
.info-box--blue {
  background-color: #0077BB !important;
}
.info-box--blue a.btn-light {
  background-color: #667E96;
  border-color: #667E96;
}
.info-box--brown {
  background-color: #442200 !important;
}
.info-box--gray-blue {
  background-color: #667E96 !important;
}
.info-box--red {
  background-color: #BB2222 !important;
}
.two-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}
@media screen and (max-width: 768px) {
  .two-columns {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
}
.info-box__list {
  list-style: none;
}
.info-box__list li {
  margin-right: 54px;
}
@media screen and (max-width: 414px) {
  .info-box__list li {
    margin-right: 0;
  }
}
.info-box__list li::marker {
  display: none;
  content: none;
}
.info-box__list li::before {
  font-size: 1rem;
  line-height: 100%;
  content: '\e809';
  display: inline-block;
  font-family: "cs-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  color: #667E96;
  font-weight: 700;
  margin: 0;
  top: 1rem;
  margin-left: -30px;
  margin-right: 15px;
}
.image-teaser-box__wrapper {
  padding: 1rem;
}
.info-box--blue.info-box--white-font .frame-type-text a.btn-light {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #667E96;
}
.info-box--blue.info-box--white-font .frame-type-text a.btn-light:hover {
  background-color: #435464;
  border: 1px solid #435464;
  color: #FFF;
}
#navbarMain {
  display: none;
}
.header-meta__home a {
  margin-right: -9px;
  padding-right: 0;
}
.header-meta__home a:hover .header-meta__home-icon {
  color: #667E96;
}
.navbar__scoll_mobile.container--spacing {
  max-height: calc(100vh - 50px) !important;
}
@media screen and (max-width: 1115px) {
  .navbar__scoll_mobile.container--spacing {
    max-height: calc(100vh - 50px) !important;
  }
}
.icon-menu-a {
  position: relative;
  top: 2px;
}
#navbarMainMobile {
  display: none !important;
}
#navbarMainMobile a {
  color: #420;
}
@media screen and (max-width: 1199px) {
  #navbarMainMobile.show {
    display: block !important;
  }
}
#navbarMainMobile .header-meta__home-info {
  padding: 30px 0 0 0;
}
#navbarMainMobile #mainnavmobile {
  min-height: calc(100vh - 144px);
}
#navbarMainMobile ul {
  list-style-type: none;
}
#navbarMainMobile ul li {
  line-height: 3;
  position: relative;
}
#navbarMainMobile ul li.item-level-0 {
  line-height: 1.5;
}
#navbarMainMobile ul li a {
  text-decoration: none;
}
#navbarMainMobile ul.sub-list-level-1 {
  display: none;
}
#navbarMainMobile ul.sub-list-level-1 li {
  margin-left: -20px;
}
#navbarMainMobile ul.sub-list-level-2 {
  display: none;
}
#navbarMainMobile ul.sub-list-level-2 li {
  margin-left: -20px;
  line-height: 2;
}
#navbarMainMobile ul.sub-list-level-3 {
  display: none;
}
#navbarMainMobile ul.sub-list-level-4 {
  display: none;
}
#navbarMainMobile ul.sub-list-level-5 {
  display: none;
}
#navbarMainMobile ul.sub-list-level-6 {
  display: none;
}
#navbarMainMobile .item-level-0,
#navbarMainMobile .item-level-1,
#navbarMainMobile .item-level-2,
#navbarMainMobile .item-level-3 {
  position: relative;
}
#navbarMainMobile .icon {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 30px;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .navbar-light {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-light > .navbar-toggler__text {
    justify-content: space-between;
    flex-grow: 3;
  }
}
.navbar-light #mainnav li:first-of-type.active .nav-link:not(.dropdown-item) {
  padding-left: 0 !important;
}
.navbar-light .active .nav-link:not(.dropdown-item) {
  margin: 0 !important;
  padding-right: 1.4em !important;
  padding-left: 1.4em !important;
}
.navbar-light .active .nav-link.mobile-nav-link {
  margin-left: 0 !important;
  padding-bottom: 0.5rem !important;
}
body.is-touch-device #navbarMain {
  display: none;
}
.language-menu {
  margin: 0;
  padding-left: 0;
}
@media screen and (max-width: 1199px) {
  .language-menu {
    display: none;
  }
}
.language-menu__mobile {
  display: none;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .language-menu__mobile {
    display: flex;
  }
}
.language-menu__mobile li {
  display: inline-flex;
}
@media screen and (max-width: 1199px) {
  .language-menu__mobile li .navbar-toggler__text {
    flex-grow: 3;
  }
  .language-menu__mobile li .language-menu__mobile--languages li {
    flex-grow: 0;
  }
}
.language-menu__mobile--toggle {
  display: inline-flex;
  cursor: pointer;
  padding-right: 0.51rem;
}
.language-menu__mobile--toggle::before {
  font-size: 1.875rem;
  line-height: 100%;
  content: '\e800';
  display: inline-block;
  font-family: "cs-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  box-sizing: border-box;
  color: #b5b1ac;
  display: inline;
  margin-right: 0;
  padding: 0 12px;
  width: 100%;
  -webkit-animation: transform 0.5s ease-out;
          animation: transform 0.5s ease-out;
}
.language-menu__mobile--toggle.toggled::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.language-menu__mobile--languages {
  position: absolute;
  background-color: #FFF;
  width: 100%;
  left: 0;
  flex-direction: row;
  top: 145px;
  height: 50px;
  display: none;
  padding-left: 15px;
}
.language-menu__mobile--languages li {
  padding-bottom: 0;
  display: inline-flex;
}
.language-menu__mobile--languages li.active span {
  color: #667E96;
}
.language-menu__mobile--languages li a,
.language-menu__mobile--languages li span {
  padding: 5px 10px 0 5px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.language-menu__mobile--languages.shown {
  display: flex;
}
.language-menu li {
  list-style-type: none;
  display: inline-block !important;
}
.language-menu li.active span {
  color: #667E96;
}
.language-menu li a,
.language-menu li span {
  padding: 0.5rem 1rem;
  padding-right: 0.4em !important;
  padding-left: 0.4em;
  font-family: "Exo2-Bold", Roboto, "Helvetica Neue", Arial;
  font-size: 1.1em;
  text-decoration: none;
  color: #420;
}
.language-menu li a:hover,
.language-menu li span:hover {
  color: #667E96;
}
@media (min-width: 768px) {
  .header-meta__phone-icon {
    margin-left: 15px;
  }
}
.header-meta__phone-nr {
  letter-spacing: 0.06em;
}
.affix + .navbar__scoll_mobile .language-menu__mobile--languages {
  top: 100px;
}
.affix .header-meta__phone-icon {
  margin-left: 0;
}
.affix .header-meta__phone-nr {
  letter-spacing: 0.08em;
}
html[lang="en-gb"] .header-search {
  margin-right: -0.5rem;
}
@media (min-width: 768px) {
  html[lang="en-gb"] .header-search {
    margin-right: 0;
  }
}
.ce-accordion__divider {
  margin-bottom: 2rem;
}
@media screen and (max-width: 920px) {
  .ce-gallery {
    margin-top: 16px;
  }
}
.banner .ce-gallery {
  margin-top: 0;
}
.typeahead.form-control.header-search-input.tt-input {
  margin-bottom: 0;
}
.header-search form {
  position: static;
}
.header-meta .container--spacing {
  align-items: flex-start;
}
.ce-wrapper .ce-wrapper {
  margin-top: 0;
}
@media screen and (max-width: 920px) {
  .ce-accordion__header .ce-accordion__link {
    font-size: 1.25rem;
  }
}
.h-order-1 {
  order: 1;
}
@media screen and (max-width: 1360px) {
  .h-mobile-order-0 {
    order: 0;
  }
}
.body--cscb-edit-box-visible {
  overflow: hidden;
}
.cscb__button {
  font-size: 1.25rem;
  line-height: 175%;
  background-color: #667E96;
  border: 1px solid #667E96;
  color: #FFF;
  font-family: "NeoSansStd-Bold";
  letter-spacing: 0.08px;
  margin: 1.5rem 0;
  padding: 16px 44px;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-family: "Exo2-Bold", Roboto, "Helvetica Neue", Arial;
  font-size: 16px;
}
.cscb__button:hover {
  background-color: #435464;
  border-color: #435464;
  color: #FFF;
  cursor: pointer;
}
.cscb__button:hover {
  color: inherit;
  text-decoration: none;
}
.cscb__button--bordered {
  background-color: transparent;
  border-color: #D8D7D7;
  color: #D8D7D7;
}
.cscb-info-box {
  background-color: #333333;
  color: #F6F6F6;
  display: none;
  position: fixed;
  z-index: 100;
}
.cscb-info-box__inner-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1300px;
  padding: 16px 0;
}
.cscb-info-box__text {
  padding-right: 32px;
}
.cscb-info-box .cscb__button {
  margin-bottom: 0;
  margin-left: 16px;
  white-space: nowrap;
  width: auto;
}
.cscb-info-box--center {
  bottom: 0;
  left: 0;
  width: 100%;
}
.cscb-info-box--left,
.cscb-info-box--right {
  bottom: 16px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  width: 345px;
}
.cscb-info-box--left .cscb-info-box__inner-wrapper,
.cscb-info-box--right .cscb-info-box__inner-wrapper {
  flex-direction: column;
  padding: 16px;
}
.cscb-info-box--left .cscb-info-box__text,
.cscb-info-box--right .cscb-info-box__text {
  padding-right: 0;
}
.cscb-info-box--left .cscb__button,
.cscb-info-box--right .cscb__button {
  margin-left: 0;
  margin-top: 16px;
  white-space: normal;
  width: 100%;
}
.cscb-info-box--left {
  left: 16px;
}
.cscb-info-box--right {
  right: 16px;
}
.cscb-edit-box {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  width: 100%;
  z-index: 99999;
  font-size: 15px;
}
.cscb-edit-box a:hover {
  color: #667E96;
}
.cscb-edit-box--visible {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 1;
}
.cscb-edit-box--hidden {
  opacity: 0;
}
.cscb-edit-box--left {
  justify-content: left;
}
.cscb-edit-box--right {
  justify-content: right;
}
.cscb-edit-box__inner-box {
  background-color: #333333;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  color: #F6F6F6;
  display: block;
  max-width: 460px;
  opacity: 1;
  padding: 24px;
  position: relative;
  width: 100%;
  z-index: 9999999;
}
.cscb-edit-box__close-icon {
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
}
.cscb-edit-box__close-icon::before,
.cscb-edit-box__close-icon::after {
  background-color: #F6F6F6;
  content: '';
  height: 24px;
  left: 8px;
  position: absolute;
  width: 2px;
}
.cscb-edit-box__close-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cscb-edit-box__close-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cscb-edit-box__title {
  color: #F6F6F6;
  font-family: "Exo2-Bold", Roboto, "Helvetica Neue", Arial;
  font-size: 1.6rem;
  margin: 8px 0 16px;
  text-align: center;
}
.cscb-edit-box__description,
.cscb-edit-box__settings-wrapper {
  margin-bottom: 24px;
  text-align: center;
}
.cscb-edit-box__checkbox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}
.cscb-edit-box__checkbox--locked {
  opacity: 0.5;
}
.cscb-edit-box__checkbox--locked .cscb-edit-box__checkbox-label {
  cursor: not-allowed !important;
}
.cscb-edit-box__checkbox input[type=checkbox] {
  display: none;
}
.cscb-edit-box__checkbox input[type=checkbox]:checked + label.cscb-edit-box__checkbox-label {
  background: #667E96;
}
.cscb-edit-box__checkbox input[type=checkbox]:checked + label.cscb-edit-box__checkbox-label::after {
  background-color: #F6F6F6;
  left: calc(25px  * 1.5 - 4px);
}
.cscb-edit-box__checkbox input[type="checkbox"] + label.cscb-edit-box__checkbox-label {
  background: #737373;
  border-radius: 29px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 29px;
  margin-left: 0;
  margin-bottom: 0;
  position: relative;
  width: 62.5px;
}
.cscb-edit-box__checkbox input[type="checkbox"] + label.cscb-edit-box__checkbox-label::before {
  display: none;
}
.cscb-edit-box__checkbox input[type="checkbox"] + label.cscb-edit-box__checkbox-label::after {
  background: #D8D7D7;
  border-radius: 50%;
  content: '';
  height: 25px;
  left: 4px;
  max-width: 25px;
  position: absolute;
  top: 2px;
  -o-transition: 300ms;
  transition: 300ms;
  width: 25px;
}
.cscb-edit-box__checkbox-title {
  color: #F6F6F6;
  display: inherit;
  margin-bottom: 0;
  text-decoration: none;
}
.cscb-edit-box__checkbox-title::after {
  border: solid #F6F6F6;
  border-width: 0 2px 2px 0;
  box-sizing: content-box;
  content: '';
  display: inline-block;
  height: 9px;
  margin: 3px 0 0 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 9px;
}
.cscb-edit-box__checkbox-title--no-arrow {
  cursor: initial;
  max-width: 345px;
  text-align: right;
}
.cscb-edit-box__checkbox-title--no-arrow::after {
  display: none;
}
.cscb-edit-box__checkbox-title--open::after {
  margin-top: 6.4px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.cscb-edit-box__checkbox-title-link,
.cscb-edit-box__table-link,
.cscb-edit-box__imprint-link {
  color: #D8D7D7;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: none;
}
.cscb-edit-box__checkbox-title-link {
  display: block;
  text-align: right;
}
.cscb-edit-box__accordion-wrapper {
  border-top: 2px solid #667E96;
  display: none;
  margin-bottom: 16px;
  padding: 12px 0 0;
  text-align: left;
}
.cscb-edit-box__accordion-wrapper--open {
  display: block;
}
.cscb-edit-box__accordion-description {
  margin: 0;
  padding-bottom: 12px;
}
.cscb-edit-box__table {
  margin-bottom: 12px;
  width: 100%;
}
.cscb-edit-box__table td {
  padding: 4px;
}
.cscb-edit-box__table tr {
  padding: 0;
}
.cscb-edit-box__table tr td:first-child {
  width: 92px;
}
.cscb-edit-box__table tr a {
  margin-bottom: 0;
  padding: 0;
  color: #333333;
}
.cscb-edit-box__table tr:nth-child(odd) td {
  background-color: #D8D7D7;
  color: #333333;
}
.cscb-edit-box__imprint-wrapper {
  text-align: center;
}
.cscb-edit-box__imprint-link:not(:last-child)::after {
  content: '|';
  padding: 0 5.28px 0 5.28px;
}
.cscb-preview-box {
  align-items: center;
  background-color: #333333;
  box-sizing: border-box;
  color: #F6F6F6;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 48px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.cscb-preview-box .cscb__button {
  width: auto;
}
.cscb-iframe-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 0;
  position: relative;
}
.cscb-iframe-wrapper--loading::before {
  background-image: url('../../../_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/spinner.gif');
  background-size: contain;
  content: '';
  height: 32px;
  left: 50%;
  margin-left: -16px;
  position: absolute;
  top: 50%;
  width: 32px;
}
.cscb-iframe-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
}
@media screen and (max-width: 1316px) {
  .cscb-info-box__inner-wrapper {
    flex-direction: column;
    padding: 16px;
  }
  .cscb-info-box__text {
    padding-right: 0;
  }
  .cscb-info-box .cscb__button {
    margin-left: 0;
    margin-top: 16px;
    white-space: normal;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .cscb-edit-box--visible {
    align-items: start;
  }
  .cscb-edit-box__table td {
    padding: 4px !important;
  }
  .cscb-edit-box__table tr {
    padding: 0 !important;
  }
  .cscb-edit-box__table tr.cscb-edit-box__table-divider {
    background: #F6F6F6;
  }
  .cscb-edit-box__table tr td {
    color: #333333 !important;
  }
  .cscb-edit-box__table tr:nth-child(odd) {
    background-color: #D8D7D7 !important;
  }
  .cscb-info-box--left,
  .cscb-info-box--right {
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
  }
}
.cs-cookie__button {
  cursor: pointer;
}
.js-youtube-preview .content-wrapper {
  padding: 2rem;
  text-align: center;
}
.js-youtube-preview .content-wrapper figcaption {
  display: none;
}
.js-youtube-preview .content-wrapper iframe {
  width: 100%;
  height: 500px;
}
.js-youtube-preview .content-wrapper .btn {
  cursor: pointer;
}
.tx-go-maps-ext {
  text-align: center;
}
.tx-go-maps-ext .wrapper {
  padding: 2rem;
}
.tx-go-maps-ext .js-map {
  width: 100% !important;
}
.landingpage #navbarMain li a,
.landingpage #navbarMainMobile li a {
  font-weight: 400;
}
.landingpage .ce-slider .slick-arrow {
  top: calc((100vw * 0.26) / 2);
  margin-top: 0;
}
@media screen and (min-width: 1284px) {
  .landingpage .ce-slider .slick-arrow {
    top: calc((1284px * 0.26) / 2);
  }
}
.landingpage .ce-slider .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .landingpage .ce-slider .slick-arrow::before {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .landingpage .ce-slider .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .landingpage .ce-slider .slick-next {
    right: 0;
  }
}
.landingpage .footer__menu {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.landingpage .footer__menu > ul > .nav-item:last-child .footer__menu-divider {
  display: none;
}
.landingpage .footer__menu a {
  color: #667E96;
}
.landingpage .footer__menu a:hover {
  color: #435464;
}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}