@charset "UTF-8";
/* Background-Images
-------------------------------------------------------------- */
/* break long words
-------------------------------------------------------------- */
/* position
-------------------------------------------------------------- */
/* transform
-------------------------------------------------------------- */
/* form
-------------------------------------------------------------- */
/* transition
-------------------------------------------------------------- */
/* animation duration
-------------------------------------------------------------- */
/* z-index mapping
-------------------------------------------------------------- */
/* links
-------------------------------------------------------------- */
/* box-shadow
-------------------------------------------------------------- */
/**
 * @param {$property} property to be set
   @param {$alternative} alternative color for yellow theme
 */
/**
 * @param {$property} property to be set - color with opacity .1
   @param {$alternative} alternative color for yellow theme
 */
/* Sizes */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 755px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1300px;
  --breakpoint-xxl: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 755px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1300px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

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

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

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

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

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

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

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

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

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

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

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

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 755px) {
  .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: 1300px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

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

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

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

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

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

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

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

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

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

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

.tab-content > .tab-pane, .c-tabs__panel-wrap > .tab-pane, .tab-content > .c-tabs__panel, .c-tabs__panel-wrap > .c-tabs__panel {
  display: none; }

.tab-content > .active, .c-tabs__panel-wrap > .active {
  display: block; }

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

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

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

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

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

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

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

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

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

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

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

.align-baseline, .link-list__link--meta-nav .icon {
  vertical-align: baseline !important; }

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

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

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

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

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

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

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

.bg-secondary {
  background-color: #6c757d !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

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

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

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

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

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

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

.border-secondary {
  border-color: #6c757d !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: 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: 755px) {
  .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: 1300px) {
  .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 (min-width: 1600px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-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.85714%; }

.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 {
  align-self: flex-end !important; }

.align-self-center {
  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: 755px) {
  .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: 1300px) {
  .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; } }

@media (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-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: 755px) {
  .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: 1300px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

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

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

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

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

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

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

.position-sticky {
  position: 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;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

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

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 755px) {
  .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: 1300px) {
  .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; } }

@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 755px) {
  .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: 1300px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/**
  * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
  *
  * @version v1.19.1
  * @homepage https://bootstrap-table.com
  * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
  * @license MIT
  */
.bootstrap-table .fixed-table-toolbar::after {
  content: "";
  display: block;
  clear: both; }

.bootstrap-table .fixed-table-toolbar .bs-bars, .bootstrap-table .fixed-table-toolbar .columns, .bootstrap-table .fixed-table-toolbar .search {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px; }

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group {
  display: inline-block;
  margin-left: -1px !important; }

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn {
  border-radius: 0; }

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  z-index: 1001; }

.bootstrap-table .fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429; }

.bootstrap-table .fixed-table-toolbar .columns-left {
  margin-right: 5px; }

.bootstrap-table .fixed-table-toolbar .columns-right {
  margin-left: 5px; }

.bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
  right: 0;
  left: auto; }

.bootstrap-table .fixed-table-container {
  position: relative;
  clear: both; }

.bootstrap-table .fixed-table-container .table {
  width: 100%;
  margin-bottom: 0 !important; }

.bootstrap-table .fixed-table-container .table td, .bootstrap-table .fixed-table-container .table th {
  vertical-align: middle;
  box-sizing: border-box; }

.bootstrap-table .fixed-table-container .table thead th {
  vertical-align: bottom;
  padding: 0;
  margin: 0; }

.bootstrap-table .fixed-table-container .table thead th:focus {
  outline: 0 solid transparent; }

.bootstrap-table .fixed-table-container .table thead th.detail {
  width: 30px; }

.bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: .75rem;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.bootstrap-table .fixed-table-container .table thead th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px !important; }

.bootstrap-table .fixed-table-container .table thead th .both {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC"); }

.bootstrap-table .fixed-table-container .table thead th .asc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg=="); }

.bootstrap-table .fixed-table-container .table thead th .desc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= "); }

.bootstrap-table .fixed-table-container .table tbody tr.selected td {
  background-color: rgba(0, 0, 0, 0.075); }

.bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
  text-align: center; }

.bootstrap-table .fixed-table-container .table tbody tr .card-view {
  display: flex; }

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  font-weight: 700;
  display: inline-block;
  min-width: 30%;
  width: auto !important;
  text-align: left !important; }

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
  width: 100% !important; }

.bootstrap-table .fixed-table-container .table .bs-checkbox {
  text-align: center; }

.bootstrap-table .fixed-table-container .table .bs-checkbox label {
  margin-bottom: 0; }

.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox], .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio] {
  margin: 0 auto !important; }

.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
  padding: .3rem; }

.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  border-bottom: 1px solid #dee2e6; }

.bootstrap-table .fixed-table-container.fixed-height.has-card-view {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6; }

.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6; }

.bootstrap-table .fixed-table-container.fixed-height .table thead th {
  border-bottom: 1px solid #dee2e6; }

.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
  border-bottom: 1px solid #32383e; }

.bootstrap-table .fixed-table-container .fixed-table-header {
  overflow: hidden; }

.bootstrap-table .fixed-table-container .fixed-table-body {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 1000;
  transition: visibility 0s,opacity .15s ease-in-out;
  opacity: 0;
  visibility: hidden; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
  visibility: visible;
  opacity: 1; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  align-items: baseline;
  display: flex;
  justify-content: center; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  margin-right: 6px; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  align-items: center;
  display: flex;
  justify-content: center; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
  content: "";
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: LOADING;
  background: #212529;
  border-radius: 50%;
  display: block;
  height: 5px;
  margin: 0 4px;
  opacity: 0;
  width: 5px; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
  animation-delay: .3s; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
  animation-delay: .6s; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
  background: #212529; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
  background: #fff; }

.bootstrap-table .fixed-table-container .fixed-table-footer {
  overflow: hidden; }

.bootstrap-table .fixed-table-pagination::after {
  content: "";
  display: block;
  clear: both; }

.bootstrap-table .fixed-table-pagination > .pagination, .bootstrap-table .fixed-table-pagination > .pagination-detail {
  margin-top: 10px;
  margin-bottom: 10px; }

.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
  line-height: 34px;
  margin-right: 5px; }

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
  display: inline-block; }

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
  margin-bottom: 0; }

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
  margin: 0; }

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
  color: #c8c8c8; }

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::before {
  content: '\2B05'; }

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::after {
  content: '\27A1'; }

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
  pointer-events: none;
  cursor: default; }

.bootstrap-table.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
  background: #fff;
  height: calc(100vh);
  overflow-y: scroll; }

.bootstrap-table.bootstrap4 .pagination-lg .page-link, .bootstrap-table.bootstrap5 .pagination-lg .page-link {
  padding: .5rem 1rem; }

.bootstrap-table.bootstrap5 .float-left {
  float: left; }

.bootstrap-table.bootstrap5 .float-right {
  float: right; }

div.fixed-table-scroll-inner {
  width: 100%;
  height: 200px; }

div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden; }

@keyframes LOADING {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }

/**
  * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
  *
  * @version v1.19.1
  * @homepage https://bootstrap-table.com
  * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
  * @license MIT
  */
.fixed-columns, .fixed-columns-right {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 1; }

.fixed-columns {
  left: 0; }

.fixed-columns .fixed-table-body {
  overflow: hidden !important; }

.fixed-columns-right {
  right: 0; }

.fixed-columns-right .fixed-table-body {
  overflow-x: hidden !important; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg=="); }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII="); }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
  height: initial; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold; }

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px; }

.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9; }

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3; }

.is-selection-disabled {
  pointer-events: none;
  cursor: default; }

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px; }

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help; }

@media print {
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid; }
  .collapse:not(.show) {
    display: block !important;
    visibility: visible !important; }
  .copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none; }
  .logo-print {
    margin: 24px 0 0;
    page-break-inside: auto; } }

/* ------------------------------------ *\
    SETTING INCLUDES
\* ------------------------------------ */
/* ------------------------------------ *\
    PARSE INT

    Strips the unit from an integer.
\* ------------------------------------ */
/* ------------------------------------ *\
    REM-CALC
\* ------------------------------------ */
/* Color palette */
@media (max-width: 576px) {
  .row {
    margin-right: -10px;
    margin-left: -10px; }
  .row > .col,
  .row > [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slideIn {
  0% {
    transform: translate(-25px, 0);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }

/* stylelint-disable */
/**
 * Helper function to get specific properties and values from a theme map
   Example map:
   $theme-map: (
        theme1: (
            background: #fff,
            color: #000,
            border-width: 1px
        ),
        theme2: (
            background: #666,
            color: #fff
        )
   );
   @param {$map} a map of theme styles
   @param {$key} the theme key (represented by the keys within the theme map)
   @param {$style} the css property to set
 */
/* ------------------------------------ *\
    #MIXIN ALIASES
\* ------------------------------------ */
/* ---------------------------------------------------------- *\
    ASPECT RATIO CONTAINER

    Includes styles for an aspect ratio container
    Optionally add an overlay which hides on hover
\* ---------------------------------------------------------- */
/* ------------------------------------ *\
    #MIXIN BUTTONS
\* ------------------------------------ */
@keyframes rotating {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/* ------------------------------------ *\
    #MIXIN CORPORATE COLOR ALPHA
\* ------------------------------------ */
/* ------------------------------------ *\

    Mixins for SociableKit Widget
    https://www.sociablekit.com/

    Mixins are consumed in linkedin.scss

\* ------------------------------------ */
/*
    #MIXIN linkedInPostHeader
\* ------------------------------------ */
/*
    #MIXIN linkedInPostFooter
\* ------------------------------------ */
/*
    #MIXIN linkedInContainerPaddings
\* ------------------------------------ */
/*
    #MIXIN linkedInApplyFontsize
\* ------------------------------------ */
/*
    #MIXIN linkedInApplyFont
\* ------------------------------------ */
/*
    #MIXIN linkedInApplyFontBold
\* ------------------------------------ */
/* stylelint-disable */
@font-face {
  font-weight: normal;
  font-family: "heraeus_icons";
  font-style: normal;
  src: url(/media/system_files/rebrush/fonts/heraeus_icons.woff) format("woff"); }

[class^='icon-'],
[class*=' icon-'] {
  font-weight: normal;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "heraeus_icons" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-right::before {
  content: ""; }

.icon-next-left::before {
  content: ""; }

.icon-next-right::before {
  content: ""; }

.icon-search::before {
  content: ""; }

.icon-file-zip::before {
  content: ""; }

.icon-phone::before {
  content: ""; }

.icon-mail::before {
  content: ""; }

.icon-file-xls::before {
  content: ""; }

.icon-file-ppt::before {
  content: ""; }

.icon-file-pdf::before {
  content: ""; }

.icon-file-img::before {
  content: ""; }

.icon-file-doc::before {
  content: ""; }

.icon-file-csv::before {
  content: ""; }

.icon-wechat::before {
  content: ""; }

.icon-home::before {
  content: ""; }

.icon-user::before {
  content: ""; }

.icon-equalizer::before {
  content: ""; }

.icon-cog::before {
  content: ""; }

.icon-menu::before {
  content: ""; }

.icon-earth::before {
  content: ""; }

.icon-share::before {
  content: ""; }

.icon-facebook::before {
  content: ""; }

.icon-whatsapp::before {
  content: ""; }

.icon-twitter::before {
  content: ""; }

.icon-linkedin::before {
  content: ""; }

.icon-xing::before {
  content: ""; }

.icon-youtube::before {
  content: ""; }

.icon-cross::before {
  content: ""; }

.icon-images::before {
  content: ""; }

.icon-play::before {
  content: ""; }

.icon-checkbox-checked::before {
  content: ""; }

.icon-checkbox::before {
  content: ""; }

.icon-checkmark::before {
  content: ""; }

.icon-radio-checked::before {
  content: ""; }

.icon-radio-unchecked::before {
  content: ""; }

.icon-spinner::before {
  content: ""; }

.icon-printer::before {
  content: ""; }

.icon-kununu::before {
  content: ""; }

.icon-warning::before {
  content: ""; }

.icon-linkedin-short::before {
  content: ""; }

.icon-linkedin-long::before {
  content: ""; }

.icon-info::before {
  content: ""; }

.icon-compare::before {
  content: ""; }

.icon-instagram::before {
  content: ""; }

/* Custom Icons */
.icon-triangle-down {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle; }
  .icon-triangle-down::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 5px solid #838487;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: ''; }

/* ------------------------------------ *\
    #BASE FORM ELEMENTS
\* ------------------------------------ */
input,
textarea,
select {
  border-radius: 0; }

button {
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer; }

/* ------------------------------------ *\
    #BASE IMAGES
\* ------------------------------------ */
img[width] {
  height: auto; }

/* ------------------------------------ *\
    #LIST ELEMENTS
\* ------------------------------------ */
/**
 * Begin of module
 */
ol > li,
ul > li {
  margin-bottom: 1em;
  padding-left: .5em; }

li > ul,
li > ol {
  padding-top: 1em; }

html.touchevents {
  -webkit-overflow-scrolling: touch; }

body {
  min-height: 100vh;
  overflow-x: hidden; }
  body::before {
    display: none; }
    .debug-bp body::before {
      display: inline; }

/* ------------------------------------ *\
    # TYPOGRAPHY
\* ------------------------------------ */
/**
 * Basis typographic settings. This includes the definition of @font-face rules.
 */
@font-face {
  font-weight: normal;
  font-family: "TradeGothicRegular";
  src: url(/media/system_files/rebrush/fonts/trade_gothic_ltw05_roman_woff2.woff2) format("woff2"), url(/media/system_files/rebrush/fonts/trade_gothic_ltw05_roman_woff.woff) format("woff");
  font-style: normal;
  font-display: swap; }

@font-face {
  font-weight: normal;
  font-family: "TradeGothicBold";
  src: url(/media/system_files/rebrush/fonts/trade_gothic_ltw05_bold_no2_woff2.woff2) format("woff2"), url(/media/system_files/rebrush/fonts/trade_gothic_ltw05_bold_no2_woff.woff) format("woff");
  font-style: normal;
  font-display: swap; }

@font-face {
  font-weight: normal;
  font-family: "TradeGothicBoldCondensed";
  src: url(/media/system_files/rebrush/fonts/trade_gothic_ltw05_bdcn_no20_woff2.woff2) format("woff2"), url(/media/system_files/rebrush/fonts/trade_gothic_ltw05_bdcn_no20_woff.woff) format("woff");
  font-style: normal;
  font-display: swap; }

/* ------------------------------------ *\
    # APPLY TYPOGRAPHY
\* ------------------------------------ */
body {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #535456;
  font-family: "TradeGothicRegular", Arial, Verdana, sans-serif; }
  @media (min-width: 81.25em) {
    body {
      font-size: 18px;
      line-height: 1.44444;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    body {
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: 0; } }
  @media (max-width: 35.99em) {
    body {
      hyphens: auto; } }

a {
  color: #838487;
  text-decoration: none; }
  .white a {
    color: #838487; }
  .grey a {
    color: #838487; }
  .green a {
    color: #72b904; }
  .orange a {
    color: #ef8700; }
  .dark-yellow a {
    color: #a58000; }
  .purple a {
    color: #9b006b; }
  .blue a {
    color: #007eb9; }
  .light-blue a {
    color: #37a8e0; }
  .yellow a {
    color: #838487; }
  .grey a {
    color: #838487; }

a:hover,
a:focus,
a:active,
a.is-active {
  text-decoration: underline; }

h1,
h2,
h3 {
  color: #535456; }

h1,
.h1,
.c-highlight__headline {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 36px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  line-height: 1.27778;
  letter-spacing: 0; }
  @media (min-width: 81.25em) {
    h1,
    .h1,
    .c-highlight__headline {
      font-weight: 400;
      font-size: 46px;
      line-height: 1.21739;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    h1,
    .h1,
    .c-highlight__headline {
      font-weight: 400;
      font-size: 56px;
      line-height: 1.17857;
      letter-spacing: 0; } }

h2,
.h2 {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 26px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  line-height: 1.30769;
  letter-spacing: 0; }
  @media (min-width: 81.25em) {
    h2,
    .h2 {
      font-weight: 400;
      font-size: 30px;
      line-height: 1.26667;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    h2,
    .h2 {
      font-weight: 400;
      font-size: 40px;
      line-height: 1.2;
      letter-spacing: 0; } }

h3,
.h3,
.c-teaser__toggle,
.c-lightbox__title {
  margin-bottom: 1.5rem;
  font-weight: normal;
  font-size: 20px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0; }
  @media (min-width: 81.25em) {
    h3,
    .h3,
    .c-teaser__toggle,
    .c-lightbox__title {
      font-weight: normal;
      font-size: 24px;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    h3,
    .h3,
    .c-teaser__toggle,
    .c-lightbox__title {
      font-weight: normal;
      font-size: 30px;
      font-style: normal;
      line-height: 1.26667;
      letter-spacing: 0; } }

h4,
.h4 {
  margin-bottom: 1rem;
  font-weight: normal;
  font-size: 18px;
  font-style: normal;
  line-height: 1.22222;
  letter-spacing: 0; }
  @media (min-width: 62em) {
    h4,
    .h4 {
      font-weight: normal;
      font-size: 20px;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: 0; } }
  @media (min-width: 81.25em) {
    h4,
    .h4 {
      font-weight: normal;
      font-size: 24px;
      font-style: normal;
      line-height: 1.16667;
      letter-spacing: 0; } }

strong {
  font-weight: 400;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif; }

.emphasized {
  display: block;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif; }

.font-bold {
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif; }

.font-bold-condensed {
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif; }

.placeholder-box {
  padding: 20px;
  background: #f0f0f0; }

/* ------------------------------------ *\
    #FORMS
\* ------------------------------------ */
.o-form__item {
  position: relative;
  display: flex;
  flex-direction: column-reverse; }

.o-form__label {
  display: block; }
  .o-form__body :focus ~ .o-form__label, .o-form__body
  .has-value ~ .o-form__label {
    color: #838487; }
    .white .o-form__body :focus ~ .o-form__label, .white .o-form__body
    .has-value ~ .o-form__label {
      color: #838487; }
    .grey .o-form__body :focus ~ .o-form__label, .grey .o-form__body
    .has-value ~ .o-form__label {
      color: #838487; }
    .green .o-form__body :focus ~ .o-form__label, .green .o-form__body
    .has-value ~ .o-form__label {
      color: #72b904; }
    .orange .o-form__body :focus ~ .o-form__label, .orange .o-form__body
    .has-value ~ .o-form__label {
      color: #ef8700; }
    .dark-yellow .o-form__body :focus ~ .o-form__label, .dark-yellow .o-form__body
    .has-value ~ .o-form__label {
      color: #a58000; }
    .purple .o-form__body :focus ~ .o-form__label, .purple .o-form__body
    .has-value ~ .o-form__label {
      color: #9b006b; }
    .blue .o-form__body :focus ~ .o-form__label, .blue .o-form__body
    .has-value ~ .o-form__label {
      color: #007eb9; }
    .light-blue .o-form__body :focus ~ .o-form__label, .light-blue .o-form__body
    .has-value ~ .o-form__label {
      color: #37a8e0; }
    .yellow .o-form__body :focus ~ .o-form__label, .yellow .o-form__body
    .has-value ~ .o-form__label {
      color: #ffd200; }

.o-form__field {
  display: block;
  width: 100%;
  min-height: 41px;
  margin: 0;
  padding: 8px 0;
  color: inherit;
  font-family: inherit;
  border-width: 0 0 1px 0;
  outline: none;
  box-shadow: none;
  transition: all 200ms ease-in-out; }
  .o-form__field::placeholder {
    color: #838487; }

/* ------------------------------------ *\
    #CHECK_GROUP
\* ------------------------------------ */
.o-check-group {
  margin-bottom: 1em; }

.o-check-group__item {
  position: relative;
  display: inline-block;
  margin-right: 2em; }

.o-check-group__option {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  margin-right: .25em;
  margin-bottom: 0;
  border: 0;
  visibility: visible;
  cursor: pointer;
  opacity: 0; }

.o-check-group__label {
  display: inline-block;
  padding-left: 35px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: top;
  cursor: pointer; }
  .o-check-group__label > .icon {
    position: absolute;
    top: 4px;
    left: 0; }

.o-check-group__checkmark {
  display: block;
  float: left;
  width: 1.5em;
  height: 1.5em;
  margin-left: -35px;
  border: 1px solid currentColor;
  fill: transparent; }

.o-check-group__option + .o-check-group__label > .icon-checkbox {
  display: block; }

.o-check-group__option + .o-check-group__label > .icon-checkbox-checked {
  display: none; }

.o-check-group__option:checked + .o-check-group__label > .icon-checkbox {
  display: none; }

.o-check-group__option:checked + .o-check-group__label > .icon-checkbox-checked {
  display: block; }

.o-check-group__option:disabled + .o-check-group__label {
  cursor: not-allowed; }
  .o-check-group__option:disabled + .o-check-group__label > .icon {
    opacity: .5; }

/* ------------------------------------ *\
    #MEDIA OBJECT
\* ------------------------------------ */
.o-media::after {
  display: block !important;
  clear: both !important;
  content: '' !important; }

.o-media__body > :last-child {
  margin-bottom: 0; }

.o-media__media {
  position: relative; }

.o-media__img-container {
  position: relative;
  display: block;
  width: 100%; }

.o-media__img-wrap {
  display: block;
  width: 100%; }
  .o-media__img-wrap > img {
    width: 100%; }

.o-media__list::after {
  display: block !important;
  clear: both !important;
  content: '' !important; }

.o-media__list > .o-media__media {
  float: left;
  margin-right: 40px; }

.o-media__licence {
  z-index: 1;
  position: absolute;
  bottom: .6em;
  padding-left: 1em;
  letter-spacing: 0; }
  .o-media__licence--dark {
    color: #535456; }
  .o-media__licence--light {
    color: #fff; }

.o-media__caption {
  margin-top: .5em;
  letter-spacing: 0;
  caption-side: bottom; }

@media (min-width: 47.1875em) {
  .o-media--left > .o-media__media,
  .o-media--right > .o-media__media {
    width: 45%; } }

@media (min-width: 62em) {
  .o-media--left > .o-media__media,
  .o-media--right > .o-media__media {
    width: 50%; } }

@media (min-width: 47.1875em) {
  .o-media--left > .o-media__media {
    float: left;
    margin-right: 40px; } }

@media (min-width: 47.1875em) {
  .o-media--right > .o-media__media {
    float: right;
    margin-left: 40px; } }

.o-media--below > .o-media__media,
.o-media--below > .o-media__list {
  margin-top: 40px; }

.o-media--beside > .o-media__body {
  display: block; }

.o-media--stacked > .o-media__media {
  width: 100%; }

.o-media--stacked > .o-media__body {
  clear: both; }

.o-media--mobile-below > .o-media__media {
  order: 1; }

/* ------------------------------------ *\
    #MODULE
\* ------------------------------------ */
/**
 * Begin of module
 */
/* 1. Default vertical spacing between two modules */
.o-module {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px; }
  @media (min-width: 36em) {
    .o-module {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media (min-width: 100em) {
    .o-module {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .o-module:last-child {
    margin-bottom: 0; }

.o-module--no-margin-top {
  margin-top: 0; }

.o-module--no-margin-bottom {
  margin-bottom: 0 !important; }

/*
 * 1. Text copy shall only span 10 of the 12 grid columns on large screens.
 */
@media (min-width: 62em) {
  .o-module__header {
    max-width: 83.33333%; } }

@media (min-width: 62em) {
  .o-module__header--narrow {
    max-width: 41.66667%; } }

@media (min-width: 62em) {
  .o-module__header--split {
    max-width: none; } }

/*
 * Header variant with a border applied to its bottom.
 */
.o-module__header--spacer {
  position: relative;
  margin-bottom: 3em;
  padding-bottom: .1px; }
  .o-module__header--spacer::after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 150px;
    height: 1px;
    background: #000;
    content: ''; }

/*
 * A header that is constitutes of a headline, a link and a subheader (optional).
 */
.o-module__header-top--split {
  margin-bottom: 0; }
  @media (min-width: 62em) {
    .o-module__header-top--split {
      display: flex;
      align-items: baseline; } }

.o-module__header-left {
  flex: 1;
  margin-bottom: .5em; }
  @media (min-width: 62em) {
    .o-module__header-left {
      margin-bottom: 0;
      padding-right: 80px; } }

@media (max-width: 61.99em) {
  .o-module__header--split .o-module__header-right {
    display: none; } }

.o-module__footer {
  margin-top: 13.33333px; }
  @media (min-width: 47.1875em) {
    .o-module__footer {
      margin-top: 20px; } }
  @media (min-width: 62em) {
    .o-module__footer {
      margin-top: 25px; } }

@media (min-width: 62em) {
  .o-module__footer--hide\@large {
    display: none; } }

.o-module__headline {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 26px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  line-height: 1.30769;
  letter-spacing: 0; }
  @media (min-width: 81.25em) {
    .o-module__headline {
      font-weight: 400;
      font-size: 30px;
      line-height: 1.26667;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .o-module__headline {
      font-weight: 400;
      font-size: 40px;
      line-height: 1.2;
      letter-spacing: 0; } }

.o-module__headline--large {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 36px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  line-height: 1.27778;
  letter-spacing: 0; }
  @media (min-width: 81.25em) {
    .o-module__headline--large {
      font-weight: 400;
      font-size: 46px;
      line-height: 1.21739;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .o-module__headline--large {
      font-weight: 400;
      font-size: 56px;
      line-height: 1.17857;
      letter-spacing: 0; } }
  @media (min-width: 62em) {
    .o-module__headline--large {
      margin-bottom: 1em;
      font-size: 46px; } }

.o-module__subheader {
  margin-top: .5em;
  margin-bottom: 3em; }
  @media (max-width: 61.99em) {
    .o-module__header--split .o-module__subheader {
      margin-bottom: 1.5em; } }
  .o-module__header--spacer .o-module__subheader {
    margin-bottom: 1.5em; }

.o-module__intro {
  margin-bottom: 16px;
  /* [1] */ }
  @media (min-width: 36em) {
    .o-module__intro {
      margin-bottom: 20px;
      /* [1] */ } }
  .o-module__header--spacer .o-module__intro {
    margin-bottom: 1.5em; }

.o-module__header-link {
  margin-bottom: 1.5em; }
  @media (min-width: 62em) {
    .o-module__header-link {
      position: relative;
      top: -.25em;
      margin-bottom: 0; } }

/* ------------------------------------ *\
    $HELPER
\* ------------------------------------ */
.text--right {
  text-align: right !important; }

.grid-helper {
  position: fixed;
  z-index: 100;
  display: none;
  width: 100%;
  pointer-events: none; }
  .grid-helper.show {
    display: block; }

.grid-helper__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1760px;
  margin: 0 auto; }

.grid-helper__wrap-inner {
  width: 100%; }
  @media (min-width: 62em) {
    .grid-helper__wrap-inner {
      margin-left: 25%; } }
  @media (min-width: 81.25em) {
    .grid-helper__wrap-inner {
      margin-left: 22%; } }
  @media (min-width: 100em) {
    .grid-helper__wrap-inner {
      margin-left: 19%; } }
  .fullstage .grid-helper__wrap-inner {
    margin: 0; }
    @media (min-width: 62em) {
      .fullstage .grid-helper__wrap-inner {
        margin: 0 40px; } }
    @media (min-width: 81.25em) {
      .fullstage .grid-helper__wrap-inner {
        margin: 0 80px; } }

.grid-helper__container {
  margin: 0;
  width: auto; }
  @media (min-width: 62em) {
    .grid-helper__container {
      margin: 0 40px; } }
  @media (min-width: 81.25em) {
    .grid-helper__container {
      margin: 0 80px; } }
  .fullstage .grid-helper__container {
    margin: 0 !important; }
  .grid-helper__container span {
    display: block;
    height: 100vh;
    background: rgba(0, 126, 185, 0.1); }

.u-hide {
  display: none !important; }

.u-lazyload {
  height: 0;
  opacity: 0; }
  .u-lazyload.has-loaded {
    animation: fadeIn;
    animation-duration: 200ms;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    height: auto; }

/* stylelint-disable no-descending-specificity  */
.u-lazyload-item--slide {
  position: relative;
  display: block;
  overflow: hidden; }
  .u-lazyload-item--slide .u-lazyload {
    opacity: 1;
    transition: none; }
  .u-lazyload-item--slide::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
    transition: transform 1s cubic-bezier(0, 0, 0.1, 1);
    transition-delay: inherit;
    content: ''; }
  .u-lazyload-item--slide.has-loaded::after {
    transform: translateX(100%); }

/* stylelint-enable */
.u-suppress-outline {
  outline: none !important;
  box-shadow: none !important; }

/* ------------------------------------ *\
    #THEME_UTILITIES
\* ------------------------------------ */
.is-background-blue {
  background: #007eb9 !important; }

.is-background-deep-blue {
  background: #00559d !important; }

.is-background-light-blue {
  background: #37a8e0 !important; }

.is-background-pale-blue {
  background: #c8e2f7 !important; }

.is-background-purple {
  background: #9b006b !important; }

.is-background-deep-purple {
  background: #7f1557 !important; }

.is-background-light-purple {
  background: #bd6392 !important; }

.is-background-green {
  background: #72b904 !important; }

.is-background-deep-green {
  background: #3b8933 !important; }

.is-background-light-green {
  background: #bad150 !important; }

.is-background-orange {
  background: #ef8700 !important; }

.is-background-deep-orange {
  background: #bf420c !important; }

.is-background-light-orange {
  background: #f7a83b !important; }

.is-background-yellow {
  background: #ffd200 !important; }

.is-background-dark-yellow {
  background: #a58000 !important; }

.is-background-soft-yellow {
  background: #ffeb7f !important; }

.is-background-grey {
  background: #838487 !important; }

.is-background-grey-light {
  background: #f6f6f6 !important; }

.is-background-soft-gray {
  background: #e3e3e3 !important; }

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

/**
 * @license Highcharts
 *
 * (c) 2009-2016 Torstein Honsi
 *
 * License: www.highcharts.com/license
 */
/* stylelint-disable */
.highcharts-container {
  position: relative;
  z-index: 0;
  /* #1072 */
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 12px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  line-height: normal;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.highcharts-root {
  display: block; }

.highcharts-root text {
  stroke-width: 0; }

.highcharts-strong {
  font-weight: bold; }

.highcharts-emphasized {
  font-style: italic; }

.highcharts-anchor {
  cursor: pointer; }

.highcharts-background {
  fill: #ffffff; }

.highcharts-plot-border,
.highcharts-plot-background {
  fill: none; }

.highcharts-button-box {
  fill: inherit; }

.highcharts-tracker-line {
  fill: none;
  stroke: rgba(192, 192, 192, 0.0001);
  stroke-linejoin: round;
  stroke-width: 22; }

.highcharts-tracker-area {
  fill: rgba(192, 192, 192, 0.0001);
  stroke-width: 0; }

/* Titles */
.highcharts-title {
  font-size: 1.5em;
  fill: #333333; }

.highcharts-subtitle {
  fill: #666666; }

/* Axes */
.highcharts-axis-line {
  fill: none;
  stroke: #ccd6eb; }

.highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0; }

.highcharts-axis-title {
  fill: #666666; }

.highcharts-axis-labels {
  font-size: 0.9em;
  cursor: default;
  fill: #666666; }

.highcharts-grid-line {
  fill: none;
  stroke: #e6e6e6; }

.highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0; }

.highcharts-tick {
  stroke: #ccd6eb; }

.highcharts-yaxis .highcharts-tick {
  stroke-width: 0; }

.highcharts-minor-grid-line {
  stroke: #f2f2f2; }

.highcharts-crosshair-thin {
  stroke-width: 1px;
  stroke: #cccccc; }

.highcharts-crosshair-category {
  stroke: #ccd6eb;
  stroke-opacity: .25; }

/* Credits */
.highcharts-credits {
  font-size: .7em;
  cursor: pointer;
  transition: fill 250ms, font-size 250ms;
  fill: #999999; }

.highcharts-credits:hover {
  font-size: 1em;
  fill: black; }

/* Tooltip */
.highcharts-tooltip {
  white-space: nowrap;
  cursor: default;
  transition: stroke 150ms;
  pointer-events: none; }

.highcharts-tooltip text {
  fill: #333333; }

.highcharts-tooltip .highcharts-header {
  font-size: .85em; }

.highcharts-tooltip-box {
  stroke-width: 1px;
  fill: #f7f7f7;
  fill-opacity: .85; }

.highcharts-tooltip-box .highcharts-label-box {
  fill: #f7f7f7;
  fill-opacity: .85; }

div.highcharts-tooltip {
  filter: none; }

.highcharts-selection-marker {
  fill: #335cad;
  fill-opacity: .25; }

.highcharts-graph {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round; }

.highcharts-state-hover .highcharts-graph {
  stroke-width: 3; }

.highcharts-point-inactive {
  opacity: .2;
  transition: opacity 50ms;
  /* quick in */ }

.highcharts-series-inactive {
  opacity: .2;
  transition: opacity 50ms;
  /* quick in */ }

.highcharts-state-hover path {
  transition: stroke-width 50ms;
  /* quick in */ }

.highcharts-state-normal path {
  transition: stroke-width 250ms;
  /* slow out */ }

/* Legend hover affects points and series */
g.highcharts-series,
.highcharts-point,
.highcharts-markers,
.highcharts-data-labels {
  transition: opacity 250ms; }

.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: .2; }

/* Series options */
/* Default colors */
.highcharts-color-0 {
  fill: "blue" #007bff;
  stroke: "blue" #007bff; }

.highcharts-color-1 {
  fill: "indigo" #6610f2;
  stroke: "indigo" #6610f2; }

.highcharts-color-2 {
  fill: "purple" #6f42c1;
  stroke: "purple" #6f42c1; }

.highcharts-color-3 {
  fill: "pink" #e83e8c;
  stroke: "pink" #e83e8c; }

.highcharts-color-4 {
  fill: "red" #dc3545;
  stroke: "red" #dc3545; }

.highcharts-color-5 {
  fill: "orange" #fd7e14;
  stroke: "orange" #fd7e14; }

.highcharts-color-6 {
  fill: "yellow" #ffc107;
  stroke: "yellow" #ffc107; }

.highcharts-color-7 {
  fill: "green" #28a745;
  stroke: "green" #28a745; }

.highcharts-color-8 {
  fill: "teal" #20c997;
  stroke: "teal" #20c997; }

.highcharts-color-9 {
  fill: "cyan" #17a2b8;
  stroke: "cyan" #17a2b8; }

.highcharts-color-10 {
  fill: "white" #fff;
  stroke: "white" #fff; }

.highcharts-color-11 {
  fill: "gray" #6c757d;
  stroke: "gray" #6c757d; }

.highcharts-color-12 {
  fill: "gray-dark" #343a40;
  stroke: "gray-dark" #343a40; }

.highcharts-area {
  fill-opacity: .75;
  stroke-width: 0; }

.highcharts-markers {
  stroke-width: 1px;
  stroke: #ffffff; }

.highcharts-point {
  stroke-width: 1px; }

.highcharts-dense-data .highcharts-point {
  stroke-width: 0; }

.highcharts-data-label {
  font-weight: bold;
  font-size: .9em; }

.highcharts-data-label-box {
  fill: none;
  stroke-width: 0; }

.highcharts-data-label text,
text.highcharts-data-label {
  fill: #333333; }

.highcharts-data-label-connector {
  fill: none; }

.highcharts-halo {
  fill-opacity: .25;
  stroke-width: 0; }

.highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
.highcharts-markers .highcharts-point-select {
  fill: #cccccc;
  stroke: #000000; }

.highcharts-column-series rect.highcharts-point {
  stroke: #ffffff; }

.highcharts-column-series .highcharts-point {
  transition: fill-opacity 250ms; }

.highcharts-column-series .highcharts-point-hover {
  fill-opacity: .75;
  transition: fill-opacity 50ms; }

.highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff; }

.highcharts-pie-series .highcharts-point-hover {
  fill-opacity: .75;
  transition: fill-opacity 50ms; }

.highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff; }

.highcharts-funnel-series .highcharts-point-hover {
  fill-opacity: .75;
  transition: fill-opacity 50ms; }

.highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit; }

.highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff; }

.highcharts-pyramid-series .highcharts-point-hover {
  fill-opacity: .75;
  transition: fill-opacity 50ms; }

.highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit; }

.highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0; }

.highcharts-treemap-series .highcharts-point {
  transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
  stroke: #e6e6e6;
  stroke-width: 1px; }

.highcharts-treemap-series .highcharts-point-hover {
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
  stroke: #999999; }

.highcharts-treemap-series .highcharts-above-level {
  display: none; }

.highcharts-treemap-series .highcharts-internal-node {
  fill: none; }

.highcharts-treemap-series .highcharts-internal-node-interactive {
  fill-opacity: .15;
  cursor: pointer; }

.highcharts-treemap-series .highcharts-internal-node-interactive:hover {
  fill-opacity: .75; }

.highcharts-vector-series .highcharts-point {
  fill: none;
  stroke-width: 2px; }

.highcharts-windbarb-series .highcharts-point {
  fill: none;
  stroke-width: 2px; }

/* Dumbbell/lollipop connector */
.highcharts-lollipop-stem {
  stroke: #000000; }

/* Legend */
.highcharts-legend-box {
  fill: none;
  stroke-width: 0; }

.highcharts-legend-item > text {
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  fill: #333333;
  stroke-width: 0; }

.highcharts-legend-item:hover text {
  fill: #000000; }

.highcharts-legend-item-hidden * {
  transition: fill 250ms;
  fill: #cccccc !important;
  stroke: #cccccc !important; }

.highcharts-legend-nav-active {
  cursor: pointer;
  fill: #003399; }

.highcharts-legend-nav-inactive {
  fill: #cccccc; }

circle.highcharts-legend-nav-active,
circle.highcharts-legend-nav-inactive {
  /* tracker */
  fill: rgba(192, 192, 192, 0.0001); }

.highcharts-legend-title-box {
  fill: none;
  stroke-width: 0; }

/* Bubble legend */
.highcharts-bubble-legend-symbol {
  stroke-width: 2;
  fill-opacity: .5; }

.highcharts-bubble-legend-connectors {
  stroke-width: 1; }

.highcharts-bubble-legend-labels {
  fill: #333333; }

/* Loading */
.highcharts-loading {
  position: absolute;
  z-index: 10;
  text-align: center;
  background-color: #ffffff;
  opacity: .5;
  transition: opacity 250ms; }

.highcharts-loading-hidden {
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
  transition: opacity 250ms, height 250ms step-end; }

.highcharts-loading-inner {
  position: relative;
  top: 45%;
  font-weight: bold; }

/* Plot bands and polar pane backgrounds */
.highcharts-plot-band,
.highcharts-pane {
  fill: #000000;
  fill-opacity: .05; }

.highcharts-plot-line {
  fill: none;
  stroke: #999999;
  stroke-width: 1px; }

/* Highcharts More and modules */
.highcharts-boxplot-box {
  fill: #ffffff; }

.highcharts-boxplot-median {
  stroke-width: 2px; }

.highcharts-bubble-series .highcharts-point {
  fill-opacity: .5; }

.highcharts-errorbar-series .highcharts-point {
  stroke: #000000; }

.highcharts-gauge-series .highcharts-data-label-box {
  stroke: #cccccc;
  stroke-width: 1px; }

.highcharts-gauge-series .highcharts-dial {
  fill: #000000;
  stroke-width: 0; }

.highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0; }

.highcharts-waterfall-series .highcharts-graph {
  stroke: #333333;
  stroke-dasharray: 1, 3; }

.highcharts-sankey-series .highcharts-point {
  stroke-width: 0; }

.highcharts-sankey-series .highcharts-link {
  transition: fill 250ms, fill-opacity 250ms;
  fill-opacity: .5; }

.highcharts-sankey-series .highcharts-point-hover.highcharts-link {
  transition: fill 50ms, fill-opacity 50ms;
  fill-opacity: 1; }

.highcharts-venn-series .highcharts-point {
  transition: stroke 250ms, fill-opacity 250ms;
  stroke: #cccccc;
  fill-opacity: .75; }

.highcharts-venn-series .highcharts-point-hover {
  fill-opacity: 1;
  stroke: #cccccc; }

/* Highstock */
.highcharts-navigator-mask-outside {
  fill-opacity: 0; }

.highcharts-navigator-mask-inside {
  cursor: ew-resize;
  fill: #6685c2;
  /* navigator.maskFill option */
  fill-opacity: .25; }

.highcharts-navigator-outline {
  fill: none;
  stroke: #cccccc; }

.highcharts-navigator-handle {
  cursor: ew-resize;
  fill: #f2f2f2;
  stroke: #cccccc; }

.highcharts-navigator-series {
  fill: #335cad;
  stroke: #335cad; }

.highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px; }

.highcharts-navigator-series .highcharts-area {
  fill-opacity: .05; }

.highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0; }

.highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
  stroke: #e6e6e6; }

.highcharts-navigator-xaxis.highcharts-axis-labels {
  fill: #999999; }

.highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0; }

.highcharts-scrollbar-thumb {
  fill: #cccccc;
  stroke: #cccccc;
  stroke-width: 1px; }

.highcharts-scrollbar-button {
  fill: #e6e6e6;
  stroke: #cccccc;
  stroke-width: 1px; }

.highcharts-scrollbar-arrow {
  fill: #666666; }

.highcharts-scrollbar-rifles {
  stroke: #666666;
  stroke-width: 1px; }

.highcharts-scrollbar-track {
  fill: #f2f2f2;
  stroke: #f2f2f2;
  stroke-width: 1px; }

.highcharts-button {
  cursor: default;
  transition: fill 250ms;
  fill: #f7f7f7;
  stroke: #cccccc;
  stroke-width: 1px; }

.highcharts-button text {
  fill: #333333; }

.highcharts-button-hover {
  transition: fill 0ms;
  fill: #e6e6e6;
  stroke: #cccccc; }

.highcharts-button-hover text {
  fill: #333333; }

.highcharts-button-pressed {
  font-weight: bold;
  fill: #e6ebf5;
  stroke: #cccccc; }

.highcharts-button-pressed text {
  font-weight: bold;
  fill: #333333; }

.highcharts-button-disabled text {
  fill: #333333; }

.highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0; }

.highcharts-range-label rect {
  fill: none; }

.highcharts-range-label text {
  fill: #666666; }

.highcharts-range-input rect {
  fill: none; }

.highcharts-range-input text {
  fill: #333333; }

.highcharts-range-input {
  stroke-width: 1px;
  stroke: #cccccc; }

input.highcharts-range-selector {
  position: absolute;
  left: -9em;
  /* #4798 */
  width: 1px;
  /* Chrome needs a pixel to see it */
  height: 1px;
  padding: 0;
  text-align: center;
  border: 0; }

.highcharts-crosshair-label text {
  font-size: 1.1em;
  fill: #ffffff; }

.highcharts-crosshair-label .highcharts-label-box {
  fill: inherit; }

.highcharts-candlestick-series .highcharts-point {
  stroke-width: 1px; }

.highcharts-candlestick-series .highcharts-point-up {
  fill: #ffffff; }

.highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px; }

.highcharts-flags-series .highcharts-point .highcharts-label-box {
  transition: fill 250ms;
  fill: #ffffff;
  stroke: #999999; }

.highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
  fill: #ccd6eb;
  stroke: #000000; }

.highcharts-flags-series .highcharts-point text {
  font-weight: bold;
  font-size: .9em;
  fill: #000000; }

/* Highmaps */
.highcharts-map-series .highcharts-point {
  transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  stroke: #cccccc; }

.highcharts-map-series .highcharts-point-hover {
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: .5;
  stroke-width: 2px; }

.highcharts-mapline-series .highcharts-point {
  fill: none; }

.highcharts-heatmap-series .highcharts-point {
  stroke-width: 0; }

.highcharts-map-navigation {
  font-weight: bold;
  font-size: 1.3em;
  text-align: center; }

.highcharts-coloraxis {
  stroke-width: 0; }

.highcharts-coloraxis-marker {
  fill: #999999; }

.highcharts-null-point {
  fill: #f7f7f7; }

/* 3d charts */
.highcharts-3d-frame {
  fill: transparent; }

/* Exporting module */
.highcharts-contextbutton {
  fill: #ffffff;
  /* needed to capture hover */
  stroke: none;
  stroke-linecap: round; }

.highcharts-contextbutton:hover {
  fill: #e6e6e6;
  stroke: #e6e6e6; }

.highcharts-button-symbol {
  stroke: #666666;
  stroke-width: 3px; }

.highcharts-menu {
  padding: 5px 0;
  background: #ffffff;
  border: 1px solid #999999;
  box-shadow: 3px 3px 10px #888; }

.highcharts-menu-item {
  padding: .5em 1em;
  color: #333333;
  background: none;
  cursor: pointer;
  transition: background 250ms, color 250ms; }

.highcharts-menu-item:hover {
  color: #ffffff;
  background: #335cad; }

/* Drilldown module */
.highcharts-drilldown-point {
  cursor: pointer; }

.highcharts-drilldown-data-label text,
text.highcharts-drilldown-data-label,
.highcharts-drilldown-axis-label {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  fill: #003399; }

/* No-data module */
.highcharts-no-data text {
  font-weight: bold;
  font-size: 12px;
  fill: #666666; }

/* Drag-panes module */
.highcharts-axis-resizer {
  cursor: ns-resize;
  stroke: black;
  stroke-width: 2px; }

/* Bullet type series */
.highcharts-bullet-target {
  stroke-width: 0; }

/* Lineargauge type series */
.highcharts-lineargauge-target {
  stroke-width: 1px;
  stroke: #333333; }

.highcharts-lineargauge-target-line {
  stroke-width: 1px;
  stroke: #333333; }

/* Annotations module */
.highcharts-annotation-label text {
  fill: #e6e6e6; }

/* Gantt */
.highcharts-treegrid-node-collapsed,
.highcharts-treegrid-node-expanded {
  cursor: pointer; }

.highcharts-point-connecting-path {
  fill: none; }

.highcharts-grid-axis .highcharts-tick {
  stroke-width: 1px; }

.highcharts-grid-axis .highcharts-axis-line {
  stroke-width: 1px; }

/* stylelint-enable */
/* stylelint-disable */
.chart:-webkit-full-screen {
  width: 100%;
  height: 100%; }

.chart:-moz-full-screen {
  width: 100%;
  height: 100%; }

.chart:-ms-fullscreen {
  width: 100%;
  height: 100%; }

.chart:fullscreen {
  width: 100%;
  height: 100%; }

.chart {
  position: relative;
  float: left;
  width: 100%;
  height: 400px; }

.highcharts-draw-mode {
  cursor: crosshair; }

.highcharts-bindings-wrapper * {
  box-sizing: content-box; }

.highcharts-bindings-wrapper {
  position: absolute;
  z-index: 10;
  display: block;
  width: 40px;
  height: 100%; }

.highcharts-stocktools-popup {
  width: 100%; }

.highcharts-menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 40px;
  height: calc(100% - 50px);
  padding: 10px;
  overflow: hidden; }

.highcharts-bindings-wrapper .highcharts-submenu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 40px;
  background: #fff; }

.highcharts-bindings-wrapper .highcharts-arrow-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 40px;
  font-size: 1.5em;
  text-align: center; }

.highcharts-bindings-wrapper .highcharts-arrow-wrapper > div {
  cursor: pointer; }

.highcharts-bindings-wrapper .highcharts-arrow-down {
  background-size: cover;
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:dximagetransform.microsoft.basicimage(rotation=1); }

.highcharts-bindings-wrapper .highcharts-arrow-up {
  display: inline-block;
  width: 25px;
  background-size: cover;
  outline: none;
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
  /* Internet Explorer */
  filter: progid:dximagetransform.microsoft.basicimage(rotation=3);
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none; }

.highcharts-bindings-wrapper .highcharts-arrow-right {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain; }

.highcharts-bindings-wrapper .highcharts-arrow-left.highcharts-arrow-right {
  /* Safari */
  -webkit-transform: rotate(0deg);
  /* Firefox */
  -moz-transform: rotate(0deg);
  /* IE */
  -ms-transform: rotate(0deg);
  /* Opera */
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  /* Internet Explorer */
  filter: progid:dximagetransform.microsoft.basicimage(rotation=2); }

.highcharts-bindings-wrapper .highcharts-arrow-left {
  /* Safari */
  -webkit-transform: rotate(180deg);
  /* Firefox */
  -moz-transform: rotate(180deg);
  /* IE */
  -ms-transform: rotate(180deg);
  /* Opera */
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  /* Internet Explorer */
  filter: progid:dximagetransform.microsoft.basicimage(rotation=2); }

.highcharts-bindings-wrapper ul {
  float: left;
  width: 40px;
  /* 30px spacing for arrows to scroll */
  margin: 0;
  padding: 0;
  transition: margin 250ms; }

.highcharts-bindings-wrapper > ul {
  position: relative;
  width: 40px; }

.highcharts-bindings-wrapper .highcharts-stocktools-toolbar li {
  position: relative;
  clear: both;
  width: 100%;
  height: 40px;
  margin-bottom: 3px;
  padding: 0;
  list-style: none;
  background-color: #f7f7f7;
  cursor: pointer; }

.highcharts-bindings-wrapper .highcharts-stocktools-toolbar li.highcharts-disabled-btn {
  cursor: default; }

.highcharts-bindings-wrapper .highcharts-stocktools-toolbar li.highcharts-disabled-btn > .highcharts-menu-item-btn {
  opacity: .5; }

.highcharts-bindings-wrapper .highcharts-stocktools-toolbar li.highcharts-disabled-btn.highcharts-active {
  background: #f7f7f7; }

.highcharts-bindings-wrapper .highcharts-stocktools-toolbar li.highcharts-disabled-btn .highcharts-menu-item-btn:hover {
  background-color: transparent; }

.highcharts-bindings-wrapper li > span.highcharts-menu-item-btn {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.highcharts-submenu-wrapper li > span.highcharts-menu-item-btn {
  width: 40px; }

.highcharts-bindings-wrapper li > span.highcharts-submenu-item-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  float: left;
  width: 10px;
  height: 100%;
  cursor: pointer; }

.highcharts-bindings-wrapper li.highcharts-separator {
  width: 36px;
  height: 15px;
  background-color: transparent;
  pointer-events: none; }

.highcharts-bindings-wrapper li.highcharts-separator > span.highcharts-menu-item-btn {
  width: 100%; }

.highcharts-bindings-wrapper li.highcharts-active > span.highcharts-menu-item-btn,
.highcharts-bindings-wrapper li > span.highcharts-menu-item-btn:hover,
.highcharts-bindings-wrapper .highcharts-arrow-wrapper > div:hover,
.highcharts-bindings-wrapper li.highcharts-active,
.highcharts-toggle-toolbar:hover {
  background-color: #e6ebf5;
  transition: background-color 100ms; }

.highcharts-toggle-toolbar {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #f7f7f7;
  background-size: cover;
  cursor: pointer; }

.highcharts-hide {
  display: none; }

.highcharts-bindings-wrapper li:hover,
.highcharts-submenu-item-arrow:hover {
  background-color: #e6ebf5; }

.highcharts-bindings-wrapper .highcharts-arrow-down,
.highcharts-bindings-wrapper .highcharts-arrow-up {
  float: left;
  width: 50%;
  height: 20px; }

/* stylelint-enable */
/* stylelint-disable */
.highcharts-popup.highcharts-annotation-toolbar {
  right: 10%;
  left: auto;
  width: auto;
  min-width: 0;
  height: 40px;
  padding-right: 40px;
  overflow: hidden; }

.highcharts-popup.highcharts-annotation-toolbar button {
  margin-top: 0; }

.highcharts-popup.highcharts-annotation-toolbar > span {
  display: block;
  float: left;
  padding: 12px; }

.highcharts-popup {
  position: absolute;
  top: 5%;
  left: 15%;
  z-index: 100;
  display: none;
  width: 75%;
  min-width: 300px;
  max-width: 600px;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  color: #666;
  font-size: .876em;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(61, 61, 61, 0.3);
  -moz-box-shadow: 0 0 8px 0 rgba(61, 61, 61, 0.3);
  box-shadow: 0 0 8px 0 rgba(61, 61, 61, 0.3); }

.highcharts-popup div,
.highcharts-popup span {
  box-sizing: content-box; }

.highcharts-popup input,
.highcharts-popup label,
.highcharts-popup select {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 10px; }

.highcharts-popup input {
  width: calc(100% - 12px);
  padding: 5px;
  border: 1px solid #e6e6e6; }

.highcharts-popup-lhs-col,
.highcharts-popup-rhs-col {
  float: left;
  height: calc(100% - 84px);
  /* 44px - padding, 40px - tabs */
  padding: 20px; }

.highcharts-popup-lhs-col.highcharts-popup-lhs-full {
  width: calc(100% - 52px);
  height: calc(100% - 140px);
  padding: 0 20px 20px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  border: none; }

.highcharts-popup-lhs-col.highcharts-popup-lhs-full + .highcharts-popup-bottom-row {
  width: calc(100% - 32px); }

.highcharts-popup-lhs-col {
  clear: both;
  width: calc(30% - 44px);
  border-right: 1px solid #e6e6e6; }

.highcharts-popup-bottom-row {
  float: left;
  width: calc(100% - 40px);
  padding: 0 20px; }

.highcharts-popup-rhs-col {
  width: calc(70% - 40px); }

.highcharts-popup-rhs-col-wrapper {
  float: left;
  width: calc(100% - 20px);
  height: calc(100% - 40px);
  padding-right: 20px;
  overflow-x: hidden;
  overflow-y: auto; }

.highcharts-popup-rhs-col-wrapper h3 {
  margin-top: 0;
  padding-bottom: 0; }

.highcharts-bindings-wrapper ul.highcharts-indicator-list,
.highcharts-indicator-list {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #666; }

.highcharts-indicator-list li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 5px 0;
  overflow: hidden;
  word-break: break-all;
  cursor: pointer; }

.highcharts-indicator-list li:hover {
  background-color: #e6ebf5; }

.highcharts-tab-item {
  display: block;
  float: left;
  height: 20px;
  padding: 10px;
  background-color: #f7f7f7;
  cursor: pointer; }

.highcharts-tab-item.highcharts-tab-item-active {
  background-color: #e6ebf5; }

.highcharts-tab-item-content {
  display: none;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top: 1px solid #e6e6e6; }

.highcharts-tab-item-show {
  display: block; }

.highcharts-popup-close {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 20px;
  height: 20px;
  padding: 10px;
  color: #333333;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer; }

.highcharts-popup-close:hover,
.highcharts-popup button:hover,
.highcharts-popup button.highcharts-annotation-edit-button:hover,
.highcharts-popup button.highcharts-annotation-remove-button:hover {
  background-color: #e6ebf5; }

.highcharts-popup button {
  float: right;
  margin-top: 12px;
  margin-left: 5px;
  color: #666;
  background: #f7f7f7;
  border: none; }

.highcharts-popup button:first-child {
  margin-left: 0; }

.highcharts-tab-disabled {
  color: #ccc; }

/* annotation edit small popup */
.highcharts-popup button.highcharts-annotation-edit-button,
.highcharts-popup button.highcharts-annotation-remove-button {
  width: 20px;
  height: 40px;
  padding: 20px; }

.highcharts-popup button.highcharts-annotation-edit-button {
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.highcharts-popup button.highcharts-annotation-remove-button {
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.highcharts-popup .highcharts-annotation-title {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.2em; }

.highcharts-popup .highcharts-popup-main-title {
  margin: 0 0 20px 0;
  padding: 8px 0 6px 20px;
  border-bottom: 1px solid #e6e6e6; }

.highcharts-indicator-title {
  float: left;
  padding-bottom: 15px; }

/* stylelint-enable */
/**
 * Chart
 */
.c-chart .c-chart__container {
  transition: opacity 200ms ease-in-out;
  width: 100%;
  height: 500px; }

.c-chart .link-list__asterix {
  display: none; }

.c-chart .link-list__link--inactive .link-list__asterix {
  display: inline; }

.c-chart .highcharts-menu-wrapper {
  margin-top: 30px; }
  @media (min-width: 62em) {
    .c-chart .highcharts-menu-wrapper {
      margin-top: 0; } }

.c-chart .c-input .c-message--form-error {
  display: none; }

.c-chart .c-input.has-error .c-message--form-error {
  display: block; }

.c-chart .c-items-filter {
  position: relative; }
  .c-chart .c-items-filter::before {
    font-weight: normal;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "heraeus_icons" !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #535456;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 110;
    display: none;
    width: 24px;
    height: 24px;
    font-size: 24px;
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    animation: rotating 2s linear infinite;
    content: ""; }
    .white .c-chart .c-items-filter::before {
      color: #535456; }
    .grey .c-chart .c-items-filter::before {
      color: #838487; }
    .green .c-chart .c-items-filter::before {
      color: #72b904; }
    .orange .c-chart .c-items-filter::before {
      color: #ef8700; }
    .dark-yellow .c-chart .c-items-filter::before {
      color: #a58000; }
    .purple .c-chart .c-items-filter::before {
      color: #9b006b; }
    .blue .c-chart .c-items-filter::before {
      color: #007eb9; }
    .light-blue .c-chart .c-items-filter::before {
      color: #37a8e0; }
    .yellow .c-chart .c-items-filter::before {
      color: #535456; }
    .grey .c-chart .c-items-filter::before {
      color: #535456; }
  .c-chart .c-items-filter::after {
    transition: opacity 200ms ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 109;
    display: none;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    content: ''; }
    .c-main--top .c-chart .c-items-filter::after {
      right: -20px;
      left: -20px; }

.c-chart__wrapper {
  margin-top: 32px;
  margin-bottom: 32px;
  transition: opacity 200ms ease-in-out;
  position: relative;
  width: calc(100% - 30px);
  height: 500px;
  margin-right: 15px;
  margin-left: 15px;
  overflow: hidden;
  background-color: #fff;
  visibility: visible;
  opacity: 1; }
  @media (min-width: 36em) {
    .c-chart__wrapper {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media (min-width: 100em) {
    .c-chart__wrapper {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media (min-width: 62em) {
    .c-chart__wrapper {
      width: calc(100% - 15px);
      margin-left: 0;
      padding-right: 0;
      padding-left: 0; } }

.c-chart__loading {
  transition: all 200ms ease-in-out;
  font-size: 16px;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  background: #838487;
  border-color: #838487;
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  min-width: 200px;
  margin: auto;
  padding: 8px 24px 6px;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  transform: translateX(-50%);
  visibility: visible;
  opacity: 1; }
  .white .c-chart__loading {
    background: #838487; }
  .grey .c-chart__loading {
    background: #838487; }
  .green .c-chart__loading {
    background: #72b904; }
  .orange .c-chart__loading {
    background: #ef8700; }
  .dark-yellow .c-chart__loading {
    background: #a58000; }
  .purple .c-chart__loading {
    background: #9b006b; }
  .blue .c-chart__loading {
    background: #007eb9; }
  .light-blue .c-chart__loading {
    background: #37a8e0; }
  .yellow .c-chart__loading {
    background: #ffd200; }
  .white .c-chart__loading {
    border-color: #838487; }
  .grey .c-chart__loading {
    border-color: #838487; }
  .green .c-chart__loading {
    border-color: #72b904; }
  .orange .c-chart__loading {
    border-color: #ef8700; }
  .dark-yellow .c-chart__loading {
    border-color: #a58000; }
  .purple .c-chart__loading {
    border-color: #9b006b; }
  .blue .c-chart__loading {
    border-color: #007eb9; }
  .light-blue .c-chart__loading {
    border-color: #37a8e0; }
  .yellow .c-chart__loading {
    border-color: #ffd200; }
  .blue .c-chart__loading,
  .green .c-chart__loading,
  .orange .c-chart__loading,
  .dark-yellow .c-chart__loading,
  .purple .c-chart__loading {
    color: #fff; }
  .yellow .c-chart__loading {
    color: #535456; }
  .c-chart__loading::after {
    font-weight: normal;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "heraeus_icons" !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: 4px;
    color: inherit;
    font-size: 20px;
    animation: rotating 2s linear infinite;
    content: ""; }

.c-chart__loading-icon {
  display: inline-block;
  width: 24px; }
  .c-chart__loading-icon::after {
    font-weight: normal;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "heraeus_icons" !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: 4px;
    color: inherit;
    font-size: 14px;
    animation: rotating 2s linear infinite;
    content: ""; }

.c-chart__downloads {
  transition: opacity 200ms ease-in-out;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  visibility: visible;
  opacity: 1; }

.c-chart__legend {
  font-size: 12px;
  line-height: 1.33333;
  margin-top: 15px; }
  @media (min-width: 47.1875em) {
    .c-chart__legend {
      font-size: 14px;
      line-height: 1.42857; } }
  .c-chart__legend.is-hidden {
    display: none; }

/**
 * Chart loading style
 */
.c-chart--inactive .c-items-filter::before, .c-chart--inactive .c-items-filter::after {
  display: block;
  opacity: 1; }

.c-chart--inactive .c-chart__loading {
  display: block;
  opacity: 1; }

.c-chart--inactive .c-chart__container {
  visibility: hidden;
  opacity: 0; }

.c-chart--inactive .c-chart__downloads {
  visibility: hidden;
  opacity: 0; }

.c-chart__legacy-notice {
  width: 100%;
  padding: 8px;
  color: #fff;
  text-align: center;
  background: #ef8700; }
  .c-main--top .c-chart__legacy-notice {
    width: calc(100% + 40px);
    margin-left: -20px; }

/*
    [1] due to corporate color theme on the body class we have to increase specifity here
*/
.link {
  position: relative; }
  .link--inline, .link--file-pdf {
    color: #838487;
    transition: border-color 200ms ease-in-out;
    position: relative;
    display: inline;
    border-bottom: 1px solid transparent; }
    .white .link--inline, .white .link--file-pdf {
      color: #838487; }
    .grey .link--inline, .grey .link--file-pdf {
      color: #838487; }
    .green .link--inline, .green .link--file-pdf {
      color: #72b904; }
    .orange .link--inline, .orange .link--file-pdf {
      color: #ef8700; }
    .dark-yellow .link--inline, .dark-yellow .link--file-pdf {
      color: #a58000; }
    .purple .link--inline, .purple .link--file-pdf {
      color: #9b006b; }
    .blue .link--inline, .blue .link--file-pdf {
      color: #007eb9; }
    .light-blue .link--inline, .light-blue .link--file-pdf {
      color: #37a8e0; }
    .yellow .link--inline, .yellow .link--file-pdf {
      color: #838487; }
    .grey .link--inline, .grey .link--file-pdf {
      color: #838487; }
    .link--inline::before, .link--file-pdf::before {
      font-weight: normal;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "heraeus_icons" !important;
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-transform: none;
      speak: none;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 1px;
      left: 0;
      display: inline-block;
      color: inherit; }
  .link--back {
    margin-bottom: 32px;
    font-size: 18px;
    font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
    line-height: 1.22222; }
    @media (min-width: 36em) {
      .link--back {
        margin-bottom: 40px; } }
    @media (min-width: 100em) {
      .link--back {
        margin-bottom: 80px; } }
    @media (min-width: 100em) {
      .link--back.link--inline::before {
        top: 2px; } }
  .link--inline {
    margin-left: 14px; }
    .link--inline::before {
      margin-left: -14px;
      content: ""; }
      @media (min-width: 62em) {
        .link--inline::before {
          top: 2px; } }
      @media (min-width: 100em) {
        .link--inline::before {
          top: 4px; } }
  .link--file-pdf {
    margin-left: 20px; }
    .link--file-pdf::before {
      margin-left: -18px;
      content: ""; }
      @media (min-width: 62em) {
        .link--file-pdf::before {
          top: 1px; } }
      @media (min-width: 100em) {
        .link--file-pdf::before {
          top: 4px; } }
  .link .image-icon {
    transition: all 200ms ease-in-out;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15); }
    .link .image-icon::before {
      color: #838487; }
      .white .link .image-icon::before {
        color: #838487; }
      .grey .link .image-icon::before {
        color: #838487; }
      .green .link .image-icon::before {
        color: #72b904; }
      .orange .link .image-icon::before {
        color: #ef8700; }
      .dark-yellow .link .image-icon::before {
        color: #a58000; }
      .purple .link .image-icon::before {
        color: #9b006b; }
      .blue .link .image-icon::before {
        color: #007eb9; }
      .light-blue .link .image-icon::before {
        color: #37a8e0; }
      .yellow .link .image-icon::before {
        color: #ffd200; }
    .link .image-icon--video {
      top: 50%;
      left: 50%;
      width: 80px;
      height: 80px;
      padding: 0;
      font-size: 80px;
      background-color: transparent;
      box-shadow: none;
      transform: translate(-50%, -50%); }
      .o-media__media .link .image-icon--video::before {
        color: #fff;
        text-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
        border-radius: 100%; }
  .link:hover, .link:focus, .link:active, .link.is-active {
    color: #838487;
    border-bottom-color: #838487;
    text-decoration: none;
    outline: none; }
    .white .link:hover, .white .link:focus, .white .link:active, .white .link.is-active {
      color: #838487; }
    .grey .link:hover, .grey .link:focus, .grey .link:active, .grey .link.is-active {
      color: #838487; }
    .green .link:hover, .green .link:focus, .green .link:active, .green .link.is-active {
      color: #72b904; }
    .orange .link:hover, .orange .link:focus, .orange .link:active, .orange .link.is-active {
      color: #ef8700; }
    .dark-yellow .link:hover, .dark-yellow .link:focus, .dark-yellow .link:active, .dark-yellow .link.is-active {
      color: #a58000; }
    .purple .link:hover, .purple .link:focus, .purple .link:active, .purple .link.is-active {
      color: #9b006b; }
    .blue .link:hover, .blue .link:focus, .blue .link:active, .blue .link.is-active {
      color: #007eb9; }
    .light-blue .link:hover, .light-blue .link:focus, .light-blue .link:active, .light-blue .link.is-active {
      color: #37a8e0; }
    .yellow .link:hover, .yellow .link:focus, .yellow .link:active, .yellow .link.is-active {
      color: #838487; }
    .grey .link:hover, .grey .link:focus, .grey .link:active, .grey .link.is-active {
      color: #838487; }
    .white .link:hover, .white .link:focus, .white .link:active, .white .link.is-active {
      border-bottom-color: #838487; }
    .grey .link:hover, .grey .link:focus, .grey .link:active, .grey .link.is-active {
      border-bottom-color: #838487; }
    .green .link:hover, .green .link:focus, .green .link:active, .green .link.is-active {
      border-bottom-color: #72b904; }
    .orange .link:hover, .orange .link:focus, .orange .link:active, .orange .link.is-active {
      border-bottom-color: #ef8700; }
    .dark-yellow .link:hover, .dark-yellow .link:focus, .dark-yellow .link:active, .dark-yellow .link.is-active {
      border-bottom-color: #a58000; }
    .purple .link:hover, .purple .link:focus, .purple .link:active, .purple .link.is-active {
      border-bottom-color: #9b006b; }
    .blue .link:hover, .blue .link:focus, .blue .link:active, .blue .link.is-active {
      border-bottom-color: #007eb9; }
    .light-blue .link:hover, .light-blue .link:focus, .light-blue .link:active, .light-blue .link.is-active {
      border-bottom-color: #37a8e0; }
    .yellow .link:hover, .yellow .link:focus, .yellow .link:active, .yellow .link.is-active {
      border-bottom-color: #838487; }
    .grey .link:hover, .grey .link:focus, .grey .link:active, .grey .link.is-active {
      border-bottom-color: #838487; }
    .link:hover::before, .link:focus::before, .link:active::before, .link.is-active::before {
      text-decoration: none; }
    .link:hover .image-icon, .link:focus .image-icon, .link:active .image-icon, .link.is-active .image-icon {
      background-color: #838487; }
      .white .link:hover .image-icon, .white .link:focus .image-icon, .white .link:active .image-icon, .white .link.is-active .image-icon {
        background-color: #838487; }
      .grey .link:hover .image-icon, .grey .link:focus .image-icon, .grey .link:active .image-icon, .grey .link.is-active .image-icon {
        background-color: #838487; }
      .green .link:hover .image-icon, .green .link:focus .image-icon, .green .link:active .image-icon, .green .link.is-active .image-icon {
        background-color: #72b904; }
      .orange .link:hover .image-icon, .orange .link:focus .image-icon, .orange .link:active .image-icon, .orange .link.is-active .image-icon {
        background-color: #ef8700; }
      .dark-yellow .link:hover .image-icon, .dark-yellow .link:focus .image-icon, .dark-yellow .link:active .image-icon, .dark-yellow .link.is-active .image-icon {
        background-color: #a58000; }
      .purple .link:hover .image-icon, .purple .link:focus .image-icon, .purple .link:active .image-icon, .purple .link.is-active .image-icon {
        background-color: #9b006b; }
      .blue .link:hover .image-icon, .blue .link:focus .image-icon, .blue .link:active .image-icon, .blue .link.is-active .image-icon {
        background-color: #007eb9; }
      .light-blue .link:hover .image-icon, .light-blue .link:focus .image-icon, .light-blue .link:active .image-icon, .light-blue .link.is-active .image-icon {
        background-color: #37a8e0; }
      .yellow .link:hover .image-icon, .yellow .link:focus .image-icon, .yellow .link:active .image-icon, .yellow .link.is-active .image-icon {
        background-color: #ffd200; }
      .link:hover .image-icon::before, .link:focus .image-icon::before, .link:active .image-icon::before, .link.is-active .image-icon::before {
        color: #fff; }
      .o-media__media .link:hover .image-icon--video, .o-media__media .link:focus .image-icon--video, .o-media__media .link:active .image-icon--video, .o-media__media .link.is-active .image-icon--video {
        background-color: transparent; }
        .o-media__media .link:hover .image-icon--video::before, .o-media__media .link:focus .image-icon--video::before, .o-media__media .link:active .image-icon--video::before, .o-media__media .link.is-active .image-icon--video::before {
          color: #838487; }
          .white .o-media__media .link:hover .image-icon--video::before, .white .o-media__media .link:focus .image-icon--video::before, .white .o-media__media .link:active .image-icon--video::before, .white .o-media__media .link.is-active .image-icon--video::before {
            color: #838487; }
          .grey .o-media__media .link:hover .image-icon--video::before, .grey .o-media__media .link:focus .image-icon--video::before, .grey .o-media__media .link:active .image-icon--video::before, .grey .o-media__media .link.is-active .image-icon--video::before {
            color: #838487; }
          .green .o-media__media .link:hover .image-icon--video::before, .green .o-media__media .link:focus .image-icon--video::before, .green .o-media__media .link:active .image-icon--video::before, .green .o-media__media .link.is-active .image-icon--video::before {
            color: #72b904; }
          .orange .o-media__media .link:hover .image-icon--video::before, .orange .o-media__media .link:focus .image-icon--video::before, .orange .o-media__media .link:active .image-icon--video::before, .orange .o-media__media .link.is-active .image-icon--video::before {
            color: #ef8700; }
          .dark-yellow .o-media__media .link:hover .image-icon--video::before, .dark-yellow .o-media__media .link:focus .image-icon--video::before, .dark-yellow .o-media__media .link:active .image-icon--video::before, .dark-yellow .o-media__media .link.is-active .image-icon--video::before {
            color: #a58000; }
          .purple .o-media__media .link:hover .image-icon--video::before, .purple .o-media__media .link:focus .image-icon--video::before, .purple .o-media__media .link:active .image-icon--video::before, .purple .o-media__media .link.is-active .image-icon--video::before {
            color: #9b006b; }
          .blue .o-media__media .link:hover .image-icon--video::before, .blue .o-media__media .link:focus .image-icon--video::before, .blue .o-media__media .link:active .image-icon--video::before, .blue .o-media__media .link.is-active .image-icon--video::before {
            color: #007eb9; }
          .light-blue .o-media__media .link:hover .image-icon--video::before, .light-blue .o-media__media .link:focus .image-icon--video::before, .light-blue .o-media__media .link:active .image-icon--video::before, .light-blue .o-media__media .link.is-active .image-icon--video::before {
            color: #37a8e0; }
          .yellow .o-media__media .link:hover .image-icon--video::before, .yellow .o-media__media .link:focus .image-icon--video::before, .yellow .o-media__media .link:active .image-icon--video::before, .yellow .o-media__media .link.is-active .image-icon--video::before {
            color: #ffd200; }

/*
    LINK LIST (general properties)
*/
.link-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.link-list__item {
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px; }

.link-list__link > .icon {
  display: inline-block;
  width: 20px;
  text-align: center; }

.link-list__link:hover, .link-list__link:focus {
  text-decoration: none;
  cursor: pointer; }

.link-list__link:focus {
  outline: none; }

.link-list__link--highlight {
  transition: border-color 200ms ease-in-out;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  border-bottom: 1px solid transparent; }
  .link-list__link--highlight > .icon {
    position: absolute;
    top: 4px;
    left: 0; }
  .link-list__link--highlight:hover, .link-list__link--highlight:focus {
    color: #838487;
    border-color: #838487;
    cursor: pointer; }
    .white .link-list__link--highlight:hover, .white .link-list__link--highlight:focus {
      color: #838487; }
    .grey .link-list__link--highlight:hover, .grey .link-list__link--highlight:focus {
      color: #838487; }
    .green .link-list__link--highlight:hover, .green .link-list__link--highlight:focus {
      color: #72b904; }
    .orange .link-list__link--highlight:hover, .orange .link-list__link--highlight:focus {
      color: #ef8700; }
    .dark-yellow .link-list__link--highlight:hover, .dark-yellow .link-list__link--highlight:focus {
      color: #a58000; }
    .purple .link-list__link--highlight:hover, .purple .link-list__link--highlight:focus {
      color: #9b006b; }
    .blue .link-list__link--highlight:hover, .blue .link-list__link--highlight:focus {
      color: #007eb9; }
    .light-blue .link-list__link--highlight:hover, .light-blue .link-list__link--highlight:focus {
      color: #37a8e0; }
    .yellow .link-list__link--highlight:hover, .yellow .link-list__link--highlight:focus {
      color: #838487; }
    .grey .link-list__link--highlight:hover, .grey .link-list__link--highlight:focus {
      color: #838487; }
    .white .link-list__link--highlight:hover, .white .link-list__link--highlight:focus {
      border-color: #838487; }
    .grey .link-list__link--highlight:hover, .grey .link-list__link--highlight:focus {
      border-color: #838487; }
    .green .link-list__link--highlight:hover, .green .link-list__link--highlight:focus {
      border-color: #72b904; }
    .orange .link-list__link--highlight:hover, .orange .link-list__link--highlight:focus {
      border-color: #ef8700; }
    .dark-yellow .link-list__link--highlight:hover, .dark-yellow .link-list__link--highlight:focus {
      border-color: #a58000; }
    .purple .link-list__link--highlight:hover, .purple .link-list__link--highlight:focus {
      border-color: #9b006b; }
    .blue .link-list__link--highlight:hover, .blue .link-list__link--highlight:focus {
      border-color: #007eb9; }
    .light-blue .link-list__link--highlight:hover, .light-blue .link-list__link--highlight:focus {
      border-color: #37a8e0; }
    .yellow .link-list__link--highlight:hover, .yellow .link-list__link--highlight:focus {
      border-color: #838487; }
    .grey .link-list__link--highlight:hover, .grey .link-list__link--highlight:focus {
      border-color: #838487; }

.link-list__description {
  display: inline-block;
  color: #838487;
  font-size: 14px;
  font-family: "TradeGothicRegular", Arial, Verdana, sans-serif;
  line-height: 1.42857; }

/*
    DOWNLOAD LIST
*/
.c-standard-content__body .link-list--download {
  padding-left: 0; }
  .c-standard-content__body .link-list--download .link-list__item {
    margin-bottom: 12px; }
    .c-standard-content__body .link-list--download .link-list__item::before {
      display: none; }

.link-list--download .link-list__item {
  min-height: 32px;
  padding-left: 40px; }

.link-list--download .link-list__link--highlight > .icon {
  top: 50%;
  width: 32px;
  font-size: 32px;
  transform: translateY(-50%); }

.link-list--download .link-list__description {
  display: block; }

.link-list--download-teaser {
  margin-bottom: 20px; }
  .link-list--download-teaser .link-list__item {
    padding-left: 30px; }
  .link-list--download-teaser .link-list__link--highlight > .icon {
    top: 4px;
    width: 20px;
    font-size: 20px; }
  .link-list--download-teaser .link-list__description {
    display: block; }

/*
    LINK LIST LANGUAGES HEADER
*/
.c-list-lang-select__header {
  display: none; }

.c-list-lang-select .link-list__item {
  width: 156px;
  padding-bottom: 16px;
  padding-left: 0; }

.c-list-lang-select .link-list__link {
  transition: border-color 200ms ease-in-out;
  border-bottom: 1px solid transparent;
  color: #535456; }
  .c-list-lang-select .link-list__link:hover, .c-list-lang-select .link-list__link:focus {
    color: #535456;
    text-decoration: none;
    border-color: #535456; }
  .c-list-lang-select .link-list__link--active {
    font-family: "TradeGothicBold", Arial, Verdana, sans-serif; }

@media (min-width: 62em) {
  .c-list-lang-select {
    max-width: 820px;
    margin: 0 auto; }
    .c-list-lang-select__header {
      display: block;
      padding-bottom: 8px;
      color: #535456;
      text-align: center;
      border-bottom: 1px solid #838487; }
    .c-list-lang-select .link-list {
      padding-top: 20px; } }

/*
    IN DROPDOWNS
*/
.link-list--dropdown .link-list__item {
  margin-bottom: 0;
  padding-left: 0; }

.link-list--dropdown .link-list__link {
  display: block;
  padding: 8px 12px 8px 34px;
  color: #838487;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  border-bottom: 0 none; }
  .link-list--dropdown .link-list__link > .icon {
    position: absolute;
    top: 12px;
    left: 12px; }
  .link-list--dropdown .link-list__link:hover, .link-list--dropdown .link-list__link:focus {
    color: #535456;
    text-decoration: none;
    background: #f6f6f6; }
    .link-list--dropdown .link-list__link:hover > .icon, .link-list--dropdown .link-list__link:focus > .icon {
      color: #535456; }

.link-list--dropdown.link-list--download-teaser .link-list__link {
  padding-left: 40px; }

/*
    WITH ICONS
*/
.link-list--icons > .link-list__item {
  display: inline-block;
  margin: 0;
  padding: 0; }

.link-list__link--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px; }
  .link-list__link--icon:hover, .link-list__link--icon:focus {
    text-decoration: none; }

.link-list--footer > .link-list__item {
  padding-left: 0;
  font-size: 15px;
  line-height: 1.46667;
  letter-spacing: 0.4px; }

.link-list--footer.link-list--icons {
  display: flex;
  transform: translateX(-10px); }

/*
    [1] due to corporate color theme on the body class we have to increase specifity here
*/
.link-list__link--footer {
  transition: border-color 200ms ease-in-out;
  border-bottom: 1px solid transparent; }
  .link-list__link--footer:hover, .link-list__link--footer:focus {
    color: #fff;
    text-decoration: none;
    border-color: #fff; }
  .link-list__link--footer.link-list__link--icon {
    transition: color 200ms ease-in-out;
    font-size: 20px;
    border-bottom: none; }
    .link-list__link--footer.link-list__link--icon:hover, .link-list__link--footer.link-list__link--icon:focus {
      color: #535456; }
  .c-footer .link-list__link--footer {
    color: #fff; }
  .link-list__link--footer .icon-kununu {
    transform: translateX(2px); }

.link-list__link--footer-2 {
  transition: border-color 200ms ease-in-out;
  font-size: 12px;
  line-height: 1.33333;
  border-bottom: 1px solid transparent; }
  @media (min-width: 47.1875em) {
    .link-list__link--footer-2 {
      font-size: 14px;
      line-height: 1.42857; } }
  .link-list__link--footer-2:hover, .link-list__link--footer-2:focus {
    color: #e3e3e3;
    text-decoration: none;
    border-color: #e3e3e3; }
  .c-footer .link-list__link--footer-2 {
    color: #e3e3e3; }

/*
    HORIZONTAL
*/
.link-list--horizontal > .link-list__item {
  display: inline-block;
  padding-right: 12px; }
  .link-list--horizontal > .link-list__item:last-child {
    padding-right: 0; }

.link-list--footer.link-list--wechat .link-list__link--footer .icon {
  font-size: 20px; }

@media (min-width: 62em) {
  .link-list--footer.link-list--wechat {
    display: none; } }

/*
    SHARE BAR LIST
*/
.link-list--social-share-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0; }

.link-list__link--share {
  transition: 200ms ease-in-out; }
  .link-list__link--share .icon {
    color: #838487;
    font-size: 17px; }
  .link-list__link--share:hover .icon {
    color: #838487; }
    .white .link-list__link--share:hover .icon {
      color: #838487; }
    .grey .link-list__link--share:hover .icon {
      color: #838487; }
    .green .link-list__link--share:hover .icon {
      color: #72b904; }
    .orange .link-list__link--share:hover .icon {
      color: #ef8700; }
    .dark-yellow .link-list__link--share:hover .icon {
      color: #a58000; }
    .purple .link-list__link--share:hover .icon {
      color: #9b006b; }
    .blue .link-list__link--share:hover .icon {
      color: #007eb9; }
    .light-blue .link-list__link--share:hover .icon {
      color: #37a8e0; }
    .yellow .link-list__link--share:hover .icon {
      color: #ffd200; }
    .grey .link-list__link--share:hover .icon {
      color: #535456; }

/*
    ANCHOR MENU LIST
*/
.link-list--anchor-menu > .link-list__item {
  font-size: 14px;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  line-height: 1.42857; }

.link-list--anchor-menu .link-list__link-label-icon-wrap {
  white-space: nowrap; }

.link-list--anchor-menu .link-list__link-label {
  color: #535456;
  letter-spacing: .4px;
  border-bottom: 1px solid transparent;
  transition: color 200ms, border-color 200ms; }

.link-list--anchor-menu .link-list__link {
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  border: none; }
  .link-list--anchor-menu .link-list__link .icon {
    color: #838487;
    position: relative;
    display: inline-block;
    transform: rotate(90deg) translateX(2px); }
    .white .link-list--anchor-menu .link-list__link .icon {
      color: #838487; }
    .grey .link-list--anchor-menu .link-list__link .icon {
      color: #838487; }
    .green .link-list--anchor-menu .link-list__link .icon {
      color: #72b904; }
    .orange .link-list--anchor-menu .link-list__link .icon {
      color: #ef8700; }
    .dark-yellow .link-list--anchor-menu .link-list__link .icon {
      color: #a58000; }
    .purple .link-list--anchor-menu .link-list__link .icon {
      color: #9b006b; }
    .blue .link-list--anchor-menu .link-list__link .icon {
      color: #007eb9; }
    .light-blue .link-list--anchor-menu .link-list__link .icon {
      color: #37a8e0; }
    .yellow .link-list--anchor-menu .link-list__link .icon {
      color: #838487; }
    .grey .link-list--anchor-menu .link-list__link .icon {
      color: #838487; }
  .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
    color: #838487;
    border-color: #838487; }
    .white .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .white .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      color: #838487; }
    .grey .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .grey .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      color: #838487; }
    .green .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .green .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      color: #72b904; }
    .orange .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .orange .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      color: #ef8700; }
    .dark-yellow .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .dark-yellow .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      color: #a58000; }
    .purple .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .purple .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      color: #9b006b; }
    .blue .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .blue .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      color: #007eb9; }
    .light-blue .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .light-blue .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      color: #37a8e0; }
    .yellow .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .yellow .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      color: #838487; }
    .grey .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .grey .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      color: #838487; }
    .white .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .white .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      border-color: #838487; }
    .grey .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .grey .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      border-color: #838487; }
    .green .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .green .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      border-color: #72b904; }
    .orange .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .orange .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      border-color: #ef8700; }
    .dark-yellow .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .dark-yellow .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      border-color: #a58000; }
    .purple .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .purple .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      border-color: #9b006b; }
    .blue .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .blue .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      border-color: #007eb9; }
    .light-blue .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .light-blue .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      border-color: #37a8e0; }
    .yellow .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .yellow .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      border-color: #838487; }
    .grey .link-list--anchor-menu .link-list__link:hover .link-list__link-label, .grey .link-list--anchor-menu .link-list__link:focus .link-list__link-label {
      border-color: #838487; }

.link-list--anchor-menu .link-list__link-label-icon-wrap {
  margin-left: 2px;
  background: #f6f6f6;
  outline: 1px solid #f6f6f6; }

/*
    CHART TOOL BUTTON
*/
.link-list__link--charttool {
  color: #838487;
  transition: border-color 200ms ease-in-out;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  border-bottom: 1px solid transparent; }
  .white .link-list__link--charttool {
    color: #838487; }
  .grey .link-list__link--charttool {
    color: #838487; }
  .green .link-list__link--charttool {
    color: #72b904; }
  .orange .link-list__link--charttool {
    color: #ef8700; }
  .dark-yellow .link-list__link--charttool {
    color: #a58000; }
  .purple .link-list__link--charttool {
    color: #9b006b; }
  .blue .link-list__link--charttool {
    color: #007eb9; }
  .light-blue .link-list__link--charttool {
    color: #37a8e0; }
  .yellow .link-list__link--charttool {
    color: #ffd200; }
  .link-list__link--charttool > .icon {
    color: #838487;
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    width: 32px;
    font-size: 32px;
    text-align: center; }
    .white .link-list__link--charttool > .icon {
      color: #838487; }
    .grey .link-list__link--charttool > .icon {
      color: #838487; }
    .green .link-list__link--charttool > .icon {
      color: #72b904; }
    .orange .link-list__link--charttool > .icon {
      color: #ef8700; }
    .dark-yellow .link-list__link--charttool > .icon {
      color: #a58000; }
    .purple .link-list__link--charttool > .icon {
      color: #9b006b; }
    .blue .link-list__link--charttool > .icon {
      color: #007eb9; }
    .light-blue .link-list__link--charttool > .icon {
      color: #37a8e0; }
    .yellow .link-list__link--charttool > .icon {
      color: #ffd200; }
  .link-list__link--charttool:hover, .link-list__link--charttool:focus {
    color: #838487;
    border-color: #838487;
    text-decoration: none;
    cursor: pointer; }
    .white .link-list__link--charttool:hover, .white .link-list__link--charttool:focus {
      color: #838487; }
    .grey .link-list__link--charttool:hover, .grey .link-list__link--charttool:focus {
      color: #838487; }
    .green .link-list__link--charttool:hover, .green .link-list__link--charttool:focus {
      color: #72b904; }
    .orange .link-list__link--charttool:hover, .orange .link-list__link--charttool:focus {
      color: #ef8700; }
    .dark-yellow .link-list__link--charttool:hover, .dark-yellow .link-list__link--charttool:focus {
      color: #a58000; }
    .purple .link-list__link--charttool:hover, .purple .link-list__link--charttool:focus {
      color: #9b006b; }
    .blue .link-list__link--charttool:hover, .blue .link-list__link--charttool:focus {
      color: #007eb9; }
    .light-blue .link-list__link--charttool:hover, .light-blue .link-list__link--charttool:focus {
      color: #37a8e0; }
    .yellow .link-list__link--charttool:hover, .yellow .link-list__link--charttool:focus {
      color: #838487; }
    .grey .link-list__link--charttool:hover, .grey .link-list__link--charttool:focus {
      color: #838487; }
    .white .link-list__link--charttool:hover, .white .link-list__link--charttool:focus {
      border-color: #838487; }
    .grey .link-list__link--charttool:hover, .grey .link-list__link--charttool:focus {
      border-color: #838487; }
    .green .link-list__link--charttool:hover, .green .link-list__link--charttool:focus {
      border-color: #72b904; }
    .orange .link-list__link--charttool:hover, .orange .link-list__link--charttool:focus {
      border-color: #ef8700; }
    .dark-yellow .link-list__link--charttool:hover, .dark-yellow .link-list__link--charttool:focus {
      border-color: #a58000; }
    .purple .link-list__link--charttool:hover, .purple .link-list__link--charttool:focus {
      border-color: #9b006b; }
    .blue .link-list__link--charttool:hover, .blue .link-list__link--charttool:focus {
      border-color: #007eb9; }
    .light-blue .link-list__link--charttool:hover, .light-blue .link-list__link--charttool:focus {
      border-color: #37a8e0; }
    .yellow .link-list__link--charttool:hover, .yellow .link-list__link--charttool:focus {
      border-color: #838487; }
    .grey .link-list__link--charttool:hover, .grey .link-list__link--charttool:focus {
      border-color: #838487; }
  .link-list__link--charttool:focus {
    outline: none; }
  .link-list__link--charttool.link-list__link--inactive {
    color: #e3e3e3; }
    .white .link-list__link--charttool.link-list__link--inactive,
    .grey .link-list__link--charttool.link-list__link--inactive,
    .yellow .link-list__link--charttool.link-list__link--inactive,
    .dark-yellow .link-list__link--charttool.link-list__link--inactive,
    .green .link-list__link--charttool.link-list__link--inactive,
    .orange .link-list__link--charttool.link-list__link--inactive,
    .purple .link-list__link--charttool.link-list__link--inactive,
    .blue .link-list__link--charttool.link-list__link--inactive,
    .light-blue .link-list__link--charttool.link-list__link--inactive {
      color: #e3e3e3; }
    .link-list__link--charttool.link-list__link--inactive > .icon {
      color: #e3e3e3; }
      .white .link-list__link--charttool.link-list__link--inactive > .icon,
      .grey .link-list__link--charttool.link-list__link--inactive > .icon,
      .yellow .link-list__link--charttool.link-list__link--inactive > .icon,
      .dark-yellow .link-list__link--charttool.link-list__link--inactive > .icon,
      .green .link-list__link--charttool.link-list__link--inactive > .icon,
      .orange .link-list__link--charttool.link-list__link--inactive > .icon,
      .purple .link-list__link--charttool.link-list__link--inactive > .icon,
      .blue .link-list__link--charttool.link-list__link--inactive > .icon,
      .light-blue .link-list__link--charttool.link-list__link--inactive > .icon {
        color: #e3e3e3; }
    .link-list__link--charttool.link-list__link--inactive:hover, .link-list__link--charttool.link-list__link--inactive:focus {
      color: #e3e3e3;
      border-color: transparent;
      cursor: default; }
      .white .link-list__link--charttool.link-list__link--inactive:hover,
      .grey .link-list__link--charttool.link-list__link--inactive:hover,
      .yellow .link-list__link--charttool.link-list__link--inactive:hover,
      .dark-yellow .link-list__link--charttool.link-list__link--inactive:hover,
      .green .link-list__link--charttool.link-list__link--inactive:hover,
      .orange .link-list__link--charttool.link-list__link--inactive:hover,
      .purple .link-list__link--charttool.link-list__link--inactive:hover,
      .blue .link-list__link--charttool.link-list__link--inactive:hover,
      .light-blue .link-list__link--charttool.link-list__link--inactive:hover, .white .link-list__link--charttool.link-list__link--inactive:focus,
      .grey .link-list__link--charttool.link-list__link--inactive:focus,
      .yellow .link-list__link--charttool.link-list__link--inactive:focus,
      .dark-yellow .link-list__link--charttool.link-list__link--inactive:focus,
      .green .link-list__link--charttool.link-list__link--inactive:focus,
      .orange .link-list__link--charttool.link-list__link--inactive:focus,
      .purple .link-list__link--charttool.link-list__link--inactive:focus,
      .blue .link-list__link--charttool.link-list__link--inactive:focus,
      .light-blue .link-list__link--charttool.link-list__link--inactive:focus {
        color: #e3e3e3;
        border-color: transparent; }

/* ------------------------------------ *\
    Button
    -----------------------------------
 *  Recommended use:
 *
 *  <button class="c-button [c-button--modifier]" type="submit" name="action" value="0"><span class="c-button__label">Button text</span></button>

\* ------------------------------------ */
/**
 *  Button
 * ---------------------------------------
 */
.c-button {
  transition: all 200ms ease-in-out;
  font-size: 16px;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  display: inline-block;
  min-width: 200px;
  padding: 8px 24px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  user-select: none; }
  .c-button:hover, .c-button:focus {
    text-decoration: none;
    outline: 0 none; }
  .c-button:disabled, .c-button.is-disabled {
    cursor: default; }
  .c-button + .c-button {
    margin-left: 40px; }

/**
 * Button Default
 * ---------------------------------------
 */
.c-button--default {
  background: #838487;
  border-color: #838487;
  color: #fff; }
  .white .c-button--default {
    background: #838487; }
  .grey .c-button--default {
    background: #838487; }
  .green .c-button--default {
    background: #72b904; }
  .orange .c-button--default {
    background: #ef8700; }
  .dark-yellow .c-button--default {
    background: #a58000; }
  .purple .c-button--default {
    background: #9b006b; }
  .blue .c-button--default {
    background: #007eb9; }
  .light-blue .c-button--default {
    background: #37a8e0; }
  .yellow .c-button--default {
    background: #ffd200; }
  .white .c-button--default {
    border-color: #838487; }
  .grey .c-button--default {
    border-color: #838487; }
  .green .c-button--default {
    border-color: #72b904; }
  .orange .c-button--default {
    border-color: #ef8700; }
  .dark-yellow .c-button--default {
    border-color: #a58000; }
  .purple .c-button--default {
    border-color: #9b006b; }
  .blue .c-button--default {
    border-color: #007eb9; }
  .light-blue .c-button--default {
    border-color: #37a8e0; }
  .yellow .c-button--default {
    border-color: #ffd200; }
  .blue .c-button--default,
  .green .c-button--default,
  .orange .c-button--default,
  .dark-yellow .c-button--default,
  .purple .c-button--default {
    color: #fff; }
  .yellow .c-button--default {
    color: #535456; }
  .c-button--default:hover, .c-button--default:active {
    color: #535456;
    border-color: #535456;
    background-color: transparent; }
    .white .c-button--default:hover, .white .c-button--default:active {
      color: #535456; }
    .grey .c-button--default:hover, .grey .c-button--default:active {
      color: #838487; }
    .green .c-button--default:hover, .green .c-button--default:active {
      color: #72b904; }
    .orange .c-button--default:hover, .orange .c-button--default:active {
      color: #ef8700; }
    .dark-yellow .c-button--default:hover, .dark-yellow .c-button--default:active {
      color: #a58000; }
    .purple .c-button--default:hover, .purple .c-button--default:active {
      color: #9b006b; }
    .blue .c-button--default:hover, .blue .c-button--default:active {
      color: #007eb9; }
    .light-blue .c-button--default:hover, .light-blue .c-button--default:active {
      color: #37a8e0; }
    .yellow .c-button--default:hover, .yellow .c-button--default:active {
      color: #535456; }
    .grey .c-button--default:hover, .grey .c-button--default:active {
      color: #535456; }
    .white .c-button--default:hover, .white .c-button--default:active {
      border-color: #535456; }
    .grey .c-button--default:hover, .grey .c-button--default:active {
      border-color: #838487; }
    .green .c-button--default:hover, .green .c-button--default:active {
      border-color: #72b904; }
    .orange .c-button--default:hover, .orange .c-button--default:active {
      border-color: #ef8700; }
    .dark-yellow .c-button--default:hover, .dark-yellow .c-button--default:active {
      border-color: #a58000; }
    .purple .c-button--default:hover, .purple .c-button--default:active {
      border-color: #9b006b; }
    .blue .c-button--default:hover, .blue .c-button--default:active {
      border-color: #007eb9; }
    .light-blue .c-button--default:hover, .light-blue .c-button--default:active {
      border-color: #37a8e0; }
    .yellow .c-button--default:hover, .yellow .c-button--default:active {
      border-color: #535456; }
    .grey .c-button--default:hover, .grey .c-button--default:active {
      border-color: #535456; }

/**
 * Button Outline
 * ---------------------------------------
 */
.c-button--outline {
  color: #535456;
  background: transparent; }
  .white .c-button--outline {
    color: #535456; }
  .grey .c-button--outline {
    color: #838487; }
  .green .c-button--outline {
    color: #72b904; }
  .orange .c-button--outline {
    color: #ef8700; }
  .dark-yellow .c-button--outline {
    color: #a58000; }
  .purple .c-button--outline {
    color: #9b006b; }
  .blue .c-button--outline {
    color: #007eb9; }
  .light-blue .c-button--outline {
    color: #37a8e0; }
  .yellow .c-button--outline {
    color: #535456; }
  .grey .c-button--outline {
    color: #535456; }
  .c-button--outline:not(:disabled):hover, .c-button--outline:not(:disabled):active {
    background: #838487;
    border-color: #838487;
    color: #fff; }
    .white .c-button--outline:not(:disabled):hover, .white .c-button--outline:not(:disabled):active {
      background: #838487; }
    .grey .c-button--outline:not(:disabled):hover, .grey .c-button--outline:not(:disabled):active {
      background: #838487; }
    .green .c-button--outline:not(:disabled):hover, .green .c-button--outline:not(:disabled):active {
      background: #72b904; }
    .orange .c-button--outline:not(:disabled):hover, .orange .c-button--outline:not(:disabled):active {
      background: #ef8700; }
    .dark-yellow .c-button--outline:not(:disabled):hover, .dark-yellow .c-button--outline:not(:disabled):active {
      background: #a58000; }
    .purple .c-button--outline:not(:disabled):hover, .purple .c-button--outline:not(:disabled):active {
      background: #9b006b; }
    .blue .c-button--outline:not(:disabled):hover, .blue .c-button--outline:not(:disabled):active {
      background: #007eb9; }
    .light-blue .c-button--outline:not(:disabled):hover, .light-blue .c-button--outline:not(:disabled):active {
      background: #37a8e0; }
    .yellow .c-button--outline:not(:disabled):hover, .yellow .c-button--outline:not(:disabled):active {
      background: #838487; }
    .grey .c-button--outline:not(:disabled):hover, .grey .c-button--outline:not(:disabled):active {
      background: #838487; }
    .white .c-button--outline:not(:disabled):hover, .white .c-button--outline:not(:disabled):active {
      border-color: #838487; }
    .grey .c-button--outline:not(:disabled):hover, .grey .c-button--outline:not(:disabled):active {
      border-color: #838487; }
    .green .c-button--outline:not(:disabled):hover, .green .c-button--outline:not(:disabled):active {
      border-color: #72b904; }
    .orange .c-button--outline:not(:disabled):hover, .orange .c-button--outline:not(:disabled):active {
      border-color: #ef8700; }
    .dark-yellow .c-button--outline:not(:disabled):hover, .dark-yellow .c-button--outline:not(:disabled):active {
      border-color: #a58000; }
    .purple .c-button--outline:not(:disabled):hover, .purple .c-button--outline:not(:disabled):active {
      border-color: #9b006b; }
    .blue .c-button--outline:not(:disabled):hover, .blue .c-button--outline:not(:disabled):active {
      border-color: #007eb9; }
    .light-blue .c-button--outline:not(:disabled):hover, .light-blue .c-button--outline:not(:disabled):active {
      border-color: #37a8e0; }
    .yellow .c-button--outline:not(:disabled):hover, .yellow .c-button--outline:not(:disabled):active {
      border-color: #838487; }
    .grey .c-button--outline:not(:disabled):hover, .grey .c-button--outline:not(:disabled):active {
      border-color: #838487; }

/**
 * Button Flat
 * ---------------------------------------
 */
.c-button--flat {
  min-width: 0;
  color: #838487;
  border-color: transparent; }
  .c-button--flat:hover, .c-button--flat:active {
    color: #535456; }
    .white .c-button--flat:hover, .white .c-button--flat:active {
      color: #535456; }
    .grey .c-button--flat:hover, .grey .c-button--flat:active {
      color: #838487; }
    .green .c-button--flat:hover, .green .c-button--flat:active {
      color: #72b904; }
    .orange .c-button--flat:hover, .orange .c-button--flat:active {
      color: #ef8700; }
    .dark-yellow .c-button--flat:hover, .dark-yellow .c-button--flat:active {
      color: #a58000; }
    .purple .c-button--flat:hover, .purple .c-button--flat:active {
      color: #9b006b; }
    .blue .c-button--flat:hover, .blue .c-button--flat:active {
      color: #007eb9; }
    .light-blue .c-button--flat:hover, .light-blue .c-button--flat:active {
      color: #37a8e0; }
    .yellow .c-button--flat:hover, .yellow .c-button--flat:active {
      color: #535456; }
    .grey .c-button--flat:hover, .grey .c-button--flat:active {
      color: #535456; }

/**
 * Button Icon
 * ---------------------------------------
 */
.c-button--icon {
  padding: 8px 16px;
  font-size: 20px; }

/**
 * Button Form
 * ---------------------------------------
 */
.c-button--form {
  display: block;
  width: 100%; }
  @media (min-width: 47.1875em) {
    .c-button--form {
      display: inline-block;
      width: auto; } }

/**
 * Button Filter Reset
 * ---------------------------------------
 */
.c-button--reset-filter {
  position: relative;
  display: inline-block;
  min-width: 0;
  height: 28px;
  padding: 0;
  color: #838487;
  font-size: 14px;
  line-height: 1.42857;
  vertical-align: middle;
  border: none; }
  .c-button--reset-filter::after {
    font-weight: normal;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "heraeus_icons" !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: 4px;
    color: inherit;
    font-size: 14px;
    vertical-align: text-bottom;
    content: ""; }
  .c-button--reset-filter .c-button__label {
    transition: border-color 200ms ease-in-out;
    display: inline-block;
    border-bottom: 1px solid transparent; }
  .c-button--reset-filter:hover, .c-button--reset-filter:focus, .c-button--reset-filter:active, .c-button--reset-filter.is-active {
    outline: none; }
    .c-button--reset-filter:hover .c-button__label, .c-button--reset-filter:focus .c-button__label, .c-button--reset-filter:active .c-button__label, .c-button--reset-filter.is-active .c-button__label {
      border-bottom-color: #838487; }

/**
 * Button Filter Facet
 * ---------------------------------------
 */
.c-button--facet {
  min-width: auto;
  margin-right: 8px;
  margin-bottom: 12px;
  padding-right: 12px;
  padding-left: 12px;
  color: #838487;
  font-size: 12px;
  line-height: 1.33333;
  letter-spacing: 0.03em;
  background: transparent;
  border-color: #838487;
  border-radius: 8px; }
  .c-button--facet::after {
    font-weight: normal;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "heraeus_icons" !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: 6px;
    color: inherit;
    font-size: 10px;
    content: ""; }
  .c-button--facet:disabled {
    color: #bbbcbd;
    border-color: #bbbcbd;
    cursor: default; }
    .c-button--facet:disabled:hover, .c-button--facet:disabled:focus {
      color: #bbbcbd; }
  .c-button--facet:not(:disabled):hover, .c-button--facet:not(:disabled):focus, .c-button--facet:not(:disabled).is-active {
    color: #838487;
    border-color: #838487; }
    .white .c-button--facet:not(:disabled):hover, .white .c-button--facet:not(:disabled):focus, .white .c-button--facet:not(:disabled).is-active {
      color: #838487; }
    .grey .c-button--facet:not(:disabled):hover, .grey .c-button--facet:not(:disabled):focus, .grey .c-button--facet:not(:disabled).is-active {
      color: #838487; }
    .green .c-button--facet:not(:disabled):hover, .green .c-button--facet:not(:disabled):focus, .green .c-button--facet:not(:disabled).is-active {
      color: #72b904; }
    .orange .c-button--facet:not(:disabled):hover, .orange .c-button--facet:not(:disabled):focus, .orange .c-button--facet:not(:disabled).is-active {
      color: #ef8700; }
    .dark-yellow .c-button--facet:not(:disabled):hover, .dark-yellow .c-button--facet:not(:disabled):focus, .dark-yellow .c-button--facet:not(:disabled).is-active {
      color: #a58000; }
    .purple .c-button--facet:not(:disabled):hover, .purple .c-button--facet:not(:disabled):focus, .purple .c-button--facet:not(:disabled).is-active {
      color: #9b006b; }
    .blue .c-button--facet:not(:disabled):hover, .blue .c-button--facet:not(:disabled):focus, .blue .c-button--facet:not(:disabled).is-active {
      color: #007eb9; }
    .light-blue .c-button--facet:not(:disabled):hover, .light-blue .c-button--facet:not(:disabled):focus, .light-blue .c-button--facet:not(:disabled).is-active {
      color: #37a8e0; }
    .yellow .c-button--facet:not(:disabled):hover, .yellow .c-button--facet:not(:disabled):focus, .yellow .c-button--facet:not(:disabled).is-active {
      color: #838487; }
    .grey .c-button--facet:not(:disabled):hover, .grey .c-button--facet:not(:disabled):focus, .grey .c-button--facet:not(:disabled).is-active {
      color: #838487; }
    .white .c-button--facet:not(:disabled):hover, .white .c-button--facet:not(:disabled):focus, .white .c-button--facet:not(:disabled).is-active {
      border-color: #838487; }
    .grey .c-button--facet:not(:disabled):hover, .grey .c-button--facet:not(:disabled):focus, .grey .c-button--facet:not(:disabled).is-active {
      border-color: #838487; }
    .green .c-button--facet:not(:disabled):hover, .green .c-button--facet:not(:disabled):focus, .green .c-button--facet:not(:disabled).is-active {
      border-color: #72b904; }
    .orange .c-button--facet:not(:disabled):hover, .orange .c-button--facet:not(:disabled):focus, .orange .c-button--facet:not(:disabled).is-active {
      border-color: #ef8700; }
    .dark-yellow .c-button--facet:not(:disabled):hover, .dark-yellow .c-button--facet:not(:disabled):focus, .dark-yellow .c-button--facet:not(:disabled).is-active {
      border-color: #a58000; }
    .purple .c-button--facet:not(:disabled):hover, .purple .c-button--facet:not(:disabled):focus, .purple .c-button--facet:not(:disabled).is-active {
      border-color: #9b006b; }
    .blue .c-button--facet:not(:disabled):hover, .blue .c-button--facet:not(:disabled):focus, .blue .c-button--facet:not(:disabled).is-active {
      border-color: #007eb9; }
    .light-blue .c-button--facet:not(:disabled):hover, .light-blue .c-button--facet:not(:disabled):focus, .light-blue .c-button--facet:not(:disabled).is-active {
      border-color: #37a8e0; }
    .yellow .c-button--facet:not(:disabled):hover, .yellow .c-button--facet:not(:disabled):focus, .yellow .c-button--facet:not(:disabled).is-active {
      border-color: #838487; }
    .grey .c-button--facet:not(:disabled):hover, .grey .c-button--facet:not(:disabled):focus, .grey .c-button--facet:not(:disabled).is-active {
      border-color: #838487; }
  .c-button--facet .c-button__label {
    display: inline-block; }
  .c-button--facet + .c-button--facet {
    margin-left: 0; }

/**
 * Button Zoom Reset
 * ---------------------------------------
 */
.c-button--zoom-reset {
  position: relative;
  display: inline-block;
  min-width: 0;
  height: 28px;
  padding: 0;
  color: #838487;
  font-size: 14px;
  line-height: 1.42857;
  vertical-align: middle;
  border: none; }
  @media (min-width: 36em) {
    .c-button--zoom-reset {
      float: right;
      margin-top: -42px; } }
  .c-button--zoom-reset::after {
    font-weight: normal;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "heraeus_icons" !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: 4px;
    color: inherit;
    font-size: 14px;
    vertical-align: text-bottom;
    content: ""; }
  .c-button--zoom-reset.is-hidden {
    display: none; }
  .c-button--zoom-reset .c-button__label {
    transition: border-color 200ms ease-in-out;
    display: inline-block;
    border-bottom: 1px solid transparent; }
  .c-button--zoom-reset:hover, .c-button--zoom-reset:focus, .c-button--zoom-reset:active, .c-button--zoom-reset.is-active {
    outline: none; }
    .c-button--zoom-reset:hover .c-button__label, .c-button--zoom-reset:focus .c-button__label, .c-button--zoom-reset:active .c-button__label, .c-button--zoom-reset.is-active .c-button__label {
      border-bottom-color: #838487; }

/**
 * Button mobile Filter Reset
 * ---------------------------------------
 */
.c-button--show-filters-mobile {
  color: #838487;
  position: relative;
  display: inline-block;
  min-width: 0;
  height: 28px;
  padding: 0;
  font-size: 14px;
  line-height: 1.42857;
  vertical-align: middle;
  border: none; }
  .white .c-button--show-filters-mobile {
    color: #838487; }
  .grey .c-button--show-filters-mobile {
    color: #838487; }
  .green .c-button--show-filters-mobile {
    color: #72b904; }
  .orange .c-button--show-filters-mobile {
    color: #ef8700; }
  .dark-yellow .c-button--show-filters-mobile {
    color: #a58000; }
  .purple .c-button--show-filters-mobile {
    color: #9b006b; }
  .blue .c-button--show-filters-mobile {
    color: #007eb9; }
  .light-blue .c-button--show-filters-mobile {
    color: #37a8e0; }
  .yellow .c-button--show-filters-mobile {
    color: #ffd200; }
  .c-button--show-filters-mobile::after {
    font-weight: normal;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "heraeus_icons" !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: 4px;
    color: inherit;
    font-size: 14px;
    vertical-align: text-bottom;
    transform: rotate(90deg);
    content: ""; }
  .c-button--show-filters-mobile .c-button__label {
    transition: border-color 200ms ease-in-out;
    display: inline-block;
    border-bottom: 1px solid transparent; }
  .c-button--show-filters-mobile:hover, .c-button--show-filters-mobile:focus, .c-button--show-filters-mobile:active, .c-button--show-filters-mobile.is-active {
    outline: none; }
    .c-button--show-filters-mobile:hover .c-button__label, .c-button--show-filters-mobile:focus .c-button__label, .c-button--show-filters-mobile:active .c-button__label, .c-button--show-filters-mobile.is-active .c-button__label {
      border-bottom-color: #838487; }
      .white .c-button--show-filters-mobile:hover .c-button__label, .white .c-button--show-filters-mobile:focus .c-button__label, .white .c-button--show-filters-mobile:active .c-button__label, .white .c-button--show-filters-mobile.is-active .c-button__label {
        border-bottom-color: #838487; }
      .grey .c-button--show-filters-mobile:hover .c-button__label, .grey .c-button--show-filters-mobile:focus .c-button__label, .grey .c-button--show-filters-mobile:active .c-button__label, .grey .c-button--show-filters-mobile.is-active .c-button__label {
        border-bottom-color: #838487; }
      .green .c-button--show-filters-mobile:hover .c-button__label, .green .c-button--show-filters-mobile:focus .c-button__label, .green .c-button--show-filters-mobile:active .c-button__label, .green .c-button--show-filters-mobile.is-active .c-button__label {
        border-bottom-color: #72b904; }
      .orange .c-button--show-filters-mobile:hover .c-button__label, .orange .c-button--show-filters-mobile:focus .c-button__label, .orange .c-button--show-filters-mobile:active .c-button__label, .orange .c-button--show-filters-mobile.is-active .c-button__label {
        border-bottom-color: #ef8700; }
      .dark-yellow .c-button--show-filters-mobile:hover .c-button__label, .dark-yellow .c-button--show-filters-mobile:focus .c-button__label, .dark-yellow .c-button--show-filters-mobile:active .c-button__label, .dark-yellow .c-button--show-filters-mobile.is-active .c-button__label {
        border-bottom-color: #a58000; }
      .purple .c-button--show-filters-mobile:hover .c-button__label, .purple .c-button--show-filters-mobile:focus .c-button__label, .purple .c-button--show-filters-mobile:active .c-button__label, .purple .c-button--show-filters-mobile.is-active .c-button__label {
        border-bottom-color: #9b006b; }
      .blue .c-button--show-filters-mobile:hover .c-button__label, .blue .c-button--show-filters-mobile:focus .c-button__label, .blue .c-button--show-filters-mobile:active .c-button__label, .blue .c-button--show-filters-mobile.is-active .c-button__label {
        border-bottom-color: #007eb9; }
      .light-blue .c-button--show-filters-mobile:hover .c-button__label, .light-blue .c-button--show-filters-mobile:focus .c-button__label, .light-blue .c-button--show-filters-mobile:active .c-button__label, .light-blue .c-button--show-filters-mobile.is-active .c-button__label {
        border-bottom-color: #37a8e0; }
      .yellow .c-button--show-filters-mobile:hover .c-button__label, .yellow .c-button--show-filters-mobile:focus .c-button__label, .yellow .c-button--show-filters-mobile:active .c-button__label, .yellow .c-button--show-filters-mobile.is-active .c-button__label {
        border-bottom-color: #ffd200; }
  .c-button--show-filters-mobile.c-button--show-more-mobile::after {
    margin-top: -2px;
    margin-bottom: 2px;
    transform: rotate(-90deg); }

/**
 * Button Load more
 * ---------------------------------------
 */
.c-button--load-more {
  overflow-anchor: none; }

/**
 * Button show more/less (Filters)
 * ---------------------------------------
 */
.c-button--show-filters {
  transition: color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  position: relative; }
  .c-button--show-filters:hover, .c-button--show-filters:active {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .c-button--show-filters::before {
    transition: color 200ms ease-in-out;
    font-weight: normal;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "heraeus_icons" !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    font-size: 20px;
    transform: rotate(90deg);
    content: ""; }
  .c-button--show-filters.c-button {
    padding-right: 48px;
    padding-left: 20px; }
  .c-button--show-filters.c-button--show-more::before {
    transform: rotate(-90deg); }

.c-button__addon {
  display: inline-block;
  width: 24px; }

.c-button__status-icon::after {
  font-weight: normal;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "heraeus_icons" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 4px;
  color: inherit;
  font-size: 14px;
  animation: rotating 2s linear infinite;
  content: ""; }

.c-button__status-icon--loading::after {
  animation: rotating 2s linear infinite;
  content: ""; }

/**
 * Button Close
 * ---------------------------------------
 */
.c-button--close {
  width: 40px;
  min-width: 0;
  height: 40px;
  padding: 0;
  color: #fff;
  border: none; }
  .c-button--close > span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  .c-button--close::after {
    font-weight: normal;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "heraeus_icons" !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    color: inherit;
    font-size: 14px;
    content: ""; }

/**
 * Button Open Filter
 * ---------------------------------------
 */
.c-button--open-filter {
  z-index: 4000;
  position: fixed;
  bottom: 8px;
  left: 50%;
  min-width: 0;
  box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.4);
  transform: translateX(-50%); }
  @media (min-width: 47.1875em) {
    .c-button--open-filter {
      display: none; } }
  .c-button--open-filter > span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  .c-button--open-filter::before {
    font-weight: normal;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "heraeus_icons" !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: 4px;
    color: inherit;
    font-size: 16px;
    content: ""; }
  .c-button--open-filter:hover, .c-button--open-filter:focus {
    color: #838487;
    background-color: #fff; }
    .white .c-button--open-filter:hover, .white .c-button--open-filter:focus {
      color: #838487; }
    .grey .c-button--open-filter:hover, .grey .c-button--open-filter:focus {
      color: #838487; }
    .green .c-button--open-filter:hover, .green .c-button--open-filter:focus {
      color: #72b904; }
    .orange .c-button--open-filter:hover, .orange .c-button--open-filter:focus {
      color: #ef8700; }
    .dark-yellow .c-button--open-filter:hover, .dark-yellow .c-button--open-filter:focus {
      color: #a58000; }
    .purple .c-button--open-filter:hover, .purple .c-button--open-filter:focus {
      color: #9b006b; }
    .blue .c-button--open-filter:hover, .blue .c-button--open-filter:focus {
      color: #007eb9; }
    .light-blue .c-button--open-filter:hover, .light-blue .c-button--open-filter:focus {
      color: #37a8e0; }
    .yellow .c-button--open-filter:hover, .yellow .c-button--open-filter:focus {
      color: #838487; }
    .grey .c-button--open-filter:hover, .grey .c-button--open-filter:focus {
      color: #838487; }
  .c-button--open-filter.c-button--initial-no-results {
    position: absolute;
    min-height: 42px; }

/**
 * Button Floating
 * round button with box shadow that can be used for floating buttons
 * ---------------------------------------
 */
.c-button--floating {
  background: #838487;
  border-color: #838487;
  position: relative;
  width: 56px;
  min-width: 56px;
  padding: 0;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); }
  .white .c-button--floating {
    background: #838487; }
  .grey .c-button--floating {
    background: #838487; }
  .green .c-button--floating {
    background: #72b904; }
  .orange .c-button--floating {
    background: #ef8700; }
  .dark-yellow .c-button--floating {
    background: #a58000; }
  .purple .c-button--floating {
    background: #9b006b; }
  .blue .c-button--floating {
    background: #007eb9; }
  .light-blue .c-button--floating {
    background: #37a8e0; }
  .yellow .c-button--floating {
    background: #ffd200; }
  .white .c-button--floating {
    border-color: #838487; }
  .grey .c-button--floating {
    border-color: #838487; }
  .green .c-button--floating {
    border-color: #72b904; }
  .orange .c-button--floating {
    border-color: #ef8700; }
  .dark-yellow .c-button--floating {
    border-color: #a58000; }
  .purple .c-button--floating {
    border-color: #9b006b; }
  .blue .c-button--floating {
    border-color: #007eb9; }
  .light-blue .c-button--floating {
    border-color: #37a8e0; }
  .yellow .c-button--floating {
    border-color: #ffd200; }
  @media (max-width: 61.99em) {
    .c-button--floating {
      font-size: 12px;
      line-height: 1.33333; } }
  @media (min-width: 62em) {
    .c-button--floating {
      width: 80px;
      min-width: 80px; } }
  .yellow .c-button--floating {
    color: #535456; }
  .c-button--floating::after {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block;
    content: ''; }
    .c-button--floating::after::after {
      display: none; }
  .c-button--floating .c-button__label-wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .c-button--floating .c-button__label {
    transition: border-bottom-color 200ms ease-in-out;
    line-height: 1;
    border-bottom: 1px solid transparent; }
  .c-button--floating:hover .c-button__label, .c-button--floating:focus .c-button__label {
    border-bottom-color: #fff; }
  .yellow .c-button--floating:hover .c-button__label, .yellow .c-button--floating:focus .c-button__label {
    border-bottom-color: #535456; }

.c-button--sortable {
  text-align: left; }
  .c-button--sortable > span {
    position: relative;
    display: block;
    text-align: left;
    background-image: none !important;
    padding-right: 20px; }
    .c-button--sortable > span::before, .c-button--sortable > span::after {
      position: absolute;
      right: 4px;
      display: block;
      width: 0;
      height: 0;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      opacity: .6;
      content: ''; }
    .c-button--sortable > span::before {
      top: 6px;
      border-bottom: 5px solid #838487; }
    .c-button--sortable > span::after {
      top: 14px;
      border-top: 5px solid #838487; }
    .c-button--sortable > span.asc::before {
      opacity: 1; }
    .c-button--sortable > span.asc::after {
      opacity: .25; }
    .c-button--sortable > span.desc::before {
      opacity: .25; }
    .c-button--sortable > span.desc::after {
      opacity: 1; }

/**
 * Button Small
 * Outlined small button with colored hover and focus state
 * ---------------------------------------
 */
.c-button--small {
  min-width: auto;
  padding-right: 12px;
  padding-left: 12px;
  color: #535456;
  font-size: 12px;
  line-height: 1.33333;
  letter-spacing: 0.03em;
  background: transparent;
  border-color: #535456; }
  .c-button--small:disabled {
    color: #bbbcbd;
    border-color: #bbbcbd;
    cursor: default; }
    .c-button--small:disabled:hover, .c-button--small:disabled:focus {
      color: #bbbcbd; }
  .c-button--small + .c-button--small {
    margin-left: 12px; }
  .c-button--small > .icon {
    display: inline-block;
    margin-right: 4px;
    font-size: 16px;
    vertical-align: bottom; }
  .c-button--small:not(:disabled):hover, .c-button--small:not(:disabled):focus, .c-button--small:not(:disabled).is-active {
    color: #838487;
    border-color: #838487; }
    .white .c-button--small:not(:disabled):hover, .white .c-button--small:not(:disabled):focus, .white .c-button--small:not(:disabled).is-active {
      color: #838487; }
    .grey .c-button--small:not(:disabled):hover, .grey .c-button--small:not(:disabled):focus, .grey .c-button--small:not(:disabled).is-active {
      color: #838487; }
    .green .c-button--small:not(:disabled):hover, .green .c-button--small:not(:disabled):focus, .green .c-button--small:not(:disabled).is-active {
      color: #72b904; }
    .orange .c-button--small:not(:disabled):hover, .orange .c-button--small:not(:disabled):focus, .orange .c-button--small:not(:disabled).is-active {
      color: #ef8700; }
    .dark-yellow .c-button--small:not(:disabled):hover, .dark-yellow .c-button--small:not(:disabled):focus, .dark-yellow .c-button--small:not(:disabled).is-active {
      color: #a58000; }
    .purple .c-button--small:not(:disabled):hover, .purple .c-button--small:not(:disabled):focus, .purple .c-button--small:not(:disabled).is-active {
      color: #9b006b; }
    .blue .c-button--small:not(:disabled):hover, .blue .c-button--small:not(:disabled):focus, .blue .c-button--small:not(:disabled).is-active {
      color: #007eb9; }
    .light-blue .c-button--small:not(:disabled):hover, .light-blue .c-button--small:not(:disabled):focus, .light-blue .c-button--small:not(:disabled).is-active {
      color: #37a8e0; }
    .yellow .c-button--small:not(:disabled):hover, .yellow .c-button--small:not(:disabled):focus, .yellow .c-button--small:not(:disabled).is-active {
      color: #838487; }
    .grey .c-button--small:not(:disabled):hover, .grey .c-button--small:not(:disabled):focus, .grey .c-button--small:not(:disabled).is-active {
      color: #838487; }
    .white .c-button--small:not(:disabled):hover, .white .c-button--small:not(:disabled):focus, .white .c-button--small:not(:disabled).is-active {
      border-color: #838487; }
    .grey .c-button--small:not(:disabled):hover, .grey .c-button--small:not(:disabled):focus, .grey .c-button--small:not(:disabled).is-active {
      border-color: #838487; }
    .green .c-button--small:not(:disabled):hover, .green .c-button--small:not(:disabled):focus, .green .c-button--small:not(:disabled).is-active {
      border-color: #72b904; }
    .orange .c-button--small:not(:disabled):hover, .orange .c-button--small:not(:disabled):focus, .orange .c-button--small:not(:disabled).is-active {
      border-color: #ef8700; }
    .dark-yellow .c-button--small:not(:disabled):hover, .dark-yellow .c-button--small:not(:disabled):focus, .dark-yellow .c-button--small:not(:disabled).is-active {
      border-color: #a58000; }
    .purple .c-button--small:not(:disabled):hover, .purple .c-button--small:not(:disabled):focus, .purple .c-button--small:not(:disabled).is-active {
      border-color: #9b006b; }
    .blue .c-button--small:not(:disabled):hover, .blue .c-button--small:not(:disabled):focus, .blue .c-button--small:not(:disabled).is-active {
      border-color: #007eb9; }
    .light-blue .c-button--small:not(:disabled):hover, .light-blue .c-button--small:not(:disabled):focus, .light-blue .c-button--small:not(:disabled).is-active {
      border-color: #37a8e0; }
    .yellow .c-button--small:not(:disabled):hover, .yellow .c-button--small:not(:disabled):focus, .yellow .c-button--small:not(:disabled).is-active {
      border-color: #838487; }
    .grey .c-button--small:not(:disabled):hover, .grey .c-button--small:not(:disabled):focus, .grey .c-button--small:not(:disabled).is-active {
      border-color: #838487; }
  .c-button--small:not(:disabled).c-button--default:focus {
    color: #535456;
    border-color: #535456;
    background-color: transparent; }
    .white .c-button--small:not(:disabled).c-button--default:focus {
      color: #535456; }
    .grey .c-button--small:not(:disabled).c-button--default:focus {
      color: #838487; }
    .green .c-button--small:not(:disabled).c-button--default:focus {
      color: #72b904; }
    .orange .c-button--small:not(:disabled).c-button--default:focus {
      color: #ef8700; }
    .dark-yellow .c-button--small:not(:disabled).c-button--default:focus {
      color: #a58000; }
    .purple .c-button--small:not(:disabled).c-button--default:focus {
      color: #9b006b; }
    .blue .c-button--small:not(:disabled).c-button--default:focus {
      color: #007eb9; }
    .light-blue .c-button--small:not(:disabled).c-button--default:focus {
      color: #37a8e0; }
    .yellow .c-button--small:not(:disabled).c-button--default:focus {
      color: #535456; }
    .grey .c-button--small:not(:disabled).c-button--default:focus {
      color: #535456; }
    .white .c-button--small:not(:disabled).c-button--default:focus {
      border-color: #535456; }
    .grey .c-button--small:not(:disabled).c-button--default:focus {
      border-color: #838487; }
    .green .c-button--small:not(:disabled).c-button--default:focus {
      border-color: #72b904; }
    .orange .c-button--small:not(:disabled).c-button--default:focus {
      border-color: #ef8700; }
    .dark-yellow .c-button--small:not(:disabled).c-button--default:focus {
      border-color: #a58000; }
    .purple .c-button--small:not(:disabled).c-button--default:focus {
      border-color: #9b006b; }
    .blue .c-button--small:not(:disabled).c-button--default:focus {
      border-color: #007eb9; }
    .light-blue .c-button--small:not(:disabled).c-button--default:focus {
      border-color: #37a8e0; }
    .yellow .c-button--small:not(:disabled).c-button--default:focus {
      border-color: #535456; }
    .grey .c-button--small:not(:disabled).c-button--default:focus {
      border-color: #535456; }
  .c-button--small:not(:disabled) > .icon {
    color: #838487; }
    .white .c-button--small:not(:disabled) > .icon {
      color: #838487; }
    .grey .c-button--small:not(:disabled) > .icon {
      color: #838487; }
    .green .c-button--small:not(:disabled) > .icon {
      color: #72b904; }
    .orange .c-button--small:not(:disabled) > .icon {
      color: #ef8700; }
    .dark-yellow .c-button--small:not(:disabled) > .icon {
      color: #a58000; }
    .purple .c-button--small:not(:disabled) > .icon {
      color: #9b006b; }
    .blue .c-button--small:not(:disabled) > .icon {
      color: #007eb9; }
    .light-blue .c-button--small:not(:disabled) > .icon {
      color: #37a8e0; }
    .yellow .c-button--small:not(:disabled) > .icon {
      color: #838487; }
    .grey .c-button--small:not(:disabled) > .icon {
      color: #838487; }

/**
 * Button Small
 * Outlined small button with colored hover and focus state
 * ---------------------------------------
 */
.c-button--icon-accent {
  min-width: auto;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 16px;
  letter-spacing: 0.03em; }
  .c-button--icon-accent:disabled {
    color: #bbbcbd;
    border-color: #bbbcbd;
    cursor: default; }
    .c-button--icon-accent:disabled:hover, .c-button--icon-accent:disabled:focus {
      color: #bbbcbd; }
  .c-button--icon-accent + .c-button--icon-accent {
    margin-left: 12px; }
  .c-button--icon-accent > .icon {
    display: inline-block;
    margin-right: 2px;
    font-size: 18px;
    vertical-align: text-top;
    transition: color 200ms ease-in-out; }
  .c-button--icon-accent:not(:disabled) {
    color: #535456;
    border-color: #535456; }
    .c-button--icon-accent:not(:disabled) > .icon {
      color: #838487; }
      .white .c-button--icon-accent:not(:disabled) > .icon {
        color: #838487; }
      .grey .c-button--icon-accent:not(:disabled) > .icon {
        color: #838487; }
      .green .c-button--icon-accent:not(:disabled) > .icon {
        color: #72b904; }
      .orange .c-button--icon-accent:not(:disabled) > .icon {
        color: #ef8700; }
      .dark-yellow .c-button--icon-accent:not(:disabled) > .icon {
        color: #a58000; }
      .purple .c-button--icon-accent:not(:disabled) > .icon {
        color: #9b006b; }
      .blue .c-button--icon-accent:not(:disabled) > .icon {
        color: #007eb9; }
      .light-blue .c-button--icon-accent:not(:disabled) > .icon {
        color: #37a8e0; }
      .yellow .c-button--icon-accent:not(:disabled) > .icon {
        color: #838487; }
      .grey .c-button--icon-accent:not(:disabled) > .icon {
        color: #838487; }
    .c-button--icon-accent:not(:disabled):hover, .c-button--icon-accent:not(:disabled):focus, .c-button--icon-accent:not(:disabled).is-active {
      color: #fff; }
      .c-button--icon-accent:not(:disabled):hover > .icon, .c-button--icon-accent:not(:disabled):focus > .icon, .c-button--icon-accent:not(:disabled).is-active > .icon {
        color: #fff; }

.c-button--minor {
  padding: 0;
  font-size: 14px;
  font-family: "TradeGothicRegular", Arial, Verdana, sans-serif;
  line-height: 1.42857; }

.cta {
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  padding: 8px 32px 8px 16px;
  overflow: hidden;
  color: #535456;
  font-size: 16px;
  line-height: 1.5;
  transition: color, background 200ms ease-in-out;
  z-index: 0; }
  .cta::after {
    position: absolute;
    top: 0;
    left: -10%;
    z-index: -1;
    width: 0;
    height: 100%;
    background: #535456;
    transform: skewX(20deg);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: ''; }
  .cta > .icon {
    position: absolute;
    top: 0;
    right: 11px;
    bottom: 0;
    width: 10px;
    height: 18px;
    margin: auto;
    transition: color 200ms ease-in-out; }
  .cta:hover, .cta:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }
    .cta:hover::after, .cta:focus::after {
      width: 120%; }

.cta--outline {
  border: 1px solid #535456; }

.cta--min-width {
  min-width: 200px;
  max-width: 100%; }

.cta--highlight {
  color: #535456 !important;
  border: 1px solid #fff; }
  .cta--highlight::after {
    width: 120%;
    background: #fff; }
  .cta--highlight:hover, .cta--highlight:focus {
    color: #fff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
    .cta--highlight:hover::after, .cta--highlight:focus::after {
      left: 110%; }

/* ------------------------------------ *\
        Checkbox
\* ------------------------------------ */
.c-checkbox__legend {
  display: inline-block;
  margin-bottom: 24px; }

.c-checkbox__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  display: flex;
  flex-direction: column; }
  .is-horizontal .c-checkbox__wrapper {
    flex-direction: row; }
    .is-horizontal .c-checkbox__wrapper .c-checkbox-item {
      margin-top: 24px; }

.c-checkbox__col {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%; }
  @media (min-width: 47.1875em) {
    .c-checkbox__col {
      width: 33.2%; } }
  .c-checkbox__col .c-checkbox-item {
    padding-right: 0;
    padding-left: 0; }

.c-checkbox-item {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%; }
  .is-special-cols .c-checkbox-item {
    width: 100%; }
  .c-checkbox-item + .c-checkbox-item {
    margin-top: 24px; }
  .c-checkbox-item.is-disabled {
    cursor: default;
    opacity: .5; }
    .c-checkbox-item.is-disabled .c-checkbox-item__label {
      cursor: default; }

.c-checkbox-item__label {
  font-size: 16px;
  font-family: "TradeGothicRegular", Arial, Verdana, sans-serif;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 36px; }
  .c-checkbox-item__label:hover {
    cursor: pointer; }
  .c-checkbox-item__label::before {
    transition: all 200ms ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    background: #fff;
    border: 2px solid #838487;
    content: ''; }

.has-error .c-checkbox__legend {
  color: #b90000; }

.has-error .c-checkbox-item__label::before {
  border-color: #b90000; }

.c-checkbox-item__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }
  .c-checkbox-item__input:checked {
    /* stylelint-disable */
    /* stylelint-enable */ }
    .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
      border-color: #838487;
      background: #838487;
      color: #fff;
      font-family: "heraeus_icons";
      content: '\ea10'; }
      .white .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
        border-color: #838487; }
      .grey .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
        border-color: #838487; }
      .green .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
        border-color: #72b904; }
      .orange .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
        border-color: #ef8700; }
      .dark-yellow .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
        border-color: #a58000; }
      .purple .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
        border-color: #9b006b; }
      .blue .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
        border-color: #007eb9; }
      .light-blue .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
        border-color: #37a8e0; }
      .yellow .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
        border-color: #ffd200; }
      .white .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
        background: #838487; }
      .grey .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
        background: #838487; }
      .green .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
        background: #72b904; }
      .orange .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
        background: #ef8700; }
      .dark-yellow .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
        background: #a58000; }
      .purple .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
        background: #9b006b; }
      .blue .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
        background: #007eb9; }
      .light-blue .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
        background: #37a8e0; }
      .yellow .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
        background: #ffd200; }
  .c-checkbox-item__input:hover, .c-checkbox-item__input:focus {
    /* stylelint-disable */
    /* stylelint-enable */ }
    .c-checkbox-item__input:hover ~ .c-checkbox-item__label::before, .c-checkbox-item__input:focus ~ .c-checkbox-item__label::before {
      border-color: #838487; }
      .white .c-checkbox-item__input:hover ~ .c-checkbox-item__label::before, .white .c-checkbox-item__input:focus ~ .c-checkbox-item__label::before {
        border-color: #838487; }
      .grey .c-checkbox-item__input:hover ~ .c-checkbox-item__label::before, .grey .c-checkbox-item__input:focus ~ .c-checkbox-item__label::before {
        border-color: #838487; }
      .green .c-checkbox-item__input:hover ~ .c-checkbox-item__label::before, .green .c-checkbox-item__input:focus ~ .c-checkbox-item__label::before {
        border-color: #72b904; }
      .orange .c-checkbox-item__input:hover ~ .c-checkbox-item__label::before, .orange .c-checkbox-item__input:focus ~ .c-checkbox-item__label::before {
        border-color: #ef8700; }
      .dark-yellow .c-checkbox-item__input:hover ~ .c-checkbox-item__label::before, .dark-yellow .c-checkbox-item__input:focus ~ .c-checkbox-item__label::before {
        border-color: #a58000; }
      .purple .c-checkbox-item__input:hover ~ .c-checkbox-item__label::before, .purple .c-checkbox-item__input:focus ~ .c-checkbox-item__label::before {
        border-color: #9b006b; }
      .blue .c-checkbox-item__input:hover ~ .c-checkbox-item__label::before, .blue .c-checkbox-item__input:focus ~ .c-checkbox-item__label::before {
        border-color: #007eb9; }
      .light-blue .c-checkbox-item__input:hover ~ .c-checkbox-item__label::before, .light-blue .c-checkbox-item__input:focus ~ .c-checkbox-item__label::before {
        border-color: #37a8e0; }
      .yellow .c-checkbox-item__input:hover ~ .c-checkbox-item__label::before, .yellow .c-checkbox-item__input:focus ~ .c-checkbox-item__label::before {
        border-color: #ffd200; }
  .c-checkbox-item__input.is-invalid {
    /* stylelint-disable */
    /* stylelint-enable */ }
    .c-checkbox-item__input.is-invalid ~ .c-checkbox-item__label::before {
      border-color: #b90000; }

/**
 * Checkbox with color style
 * ---------------------------------------
 */
.c-checkbox-item--color .c-checkbox-item__label {
  display: flex;
  flex-wrap: nowrap; }

.c-checkbox-item--color .c-checkbox-item__color {
  display: flex;
  flex: 0 0 0;
  width: 20px;
  min-width: 20px;
  height: 4px;
  margin-top: 10px;
  margin-right: 6px; }

.c-checkbox-item--color .c-checkbox-item__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }
  .c-checkbox-item--color .c-checkbox-item__input:checked {
    /* stylelint-disable */
    /* stylelint-enable */ }
    .c-checkbox-item--color .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
      background-color: #838487;
      border-color: #838487; }
  .c-checkbox-item--color .c-checkbox-item__input:hover, .c-checkbox-item--color .c-checkbox-item__input:focus {
    /* stylelint-disable */
    /* stylelint-enable */ }
    .c-checkbox-item--color .c-checkbox-item__input:hover ~ .c-checkbox-item__label::before, .c-checkbox-item--color .c-checkbox-item__input:focus ~ .c-checkbox-item__label::before {
      border-color: #838487; }
  .c-checkbox-item--color .c-checkbox-item__input.is-invalid {
    /* stylelint-disable */
    /* stylelint-enable */ }
    .c-checkbox-item--color .c-checkbox-item__input.is-invalid ~ .c-checkbox-item__label::before {
      border-color: #b90000; }

/**
 * Checkbox with radio style
 * ---------------------------------------
 */
.c-checkbox--radio .c-checkbox-item__label::before {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  content: ''; }

.c-checkbox--radio .c-checkbox-item__label::after {
  transition: all 200ms ease-in-out;
  z-index: 1;
  position: absolute;
  top: 7px;
  left: 7px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 100%;
  content: ''; }

.c-checkbox--radio .c-checkbox-item__input:checked {
  /* stylelint-disable */
  /* stylelint-enable */ }
  .c-checkbox--radio .c-checkbox-item__input:checked ~ .c-checkbox-item__label::before {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-color: #838487;
    content: ''; }
  .c-checkbox--radio .c-checkbox-item__input:checked ~ .c-checkbox-item__label::after {
    background-color: #838487; }

/* ------------------------------------ *\
    Input
\* ------------------------------------ */
.c-input__label {
  font-size: 12px;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  transition: all 200ms ease-in-out;
  position: absolute;
  top: 4px;
  left: 12px;
  color: #838487; }

.c-input__wrapper {
  position: relative; }

.c-input__append {
  position: absolute;
  top: 6px;
  right: 0;
  height: 100%; }

.c-input__text {
  color: #535456;
  font-size: 16px;
  transition: all 200ms ease-in-out;
  width: 100%;
  min-height: 54px;
  padding: 24px 12px 4px;
  background: #f6f6f6;
  border: 0 none;
  border-bottom: 2px solid #838487;
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */
  /* stylelint-disable */
  /* clears the 'number buttons' Firefox */
  /* clears the 'number buttons' Chrome, Safari, Edge, Opera */
  /* stylelint-enable */ }
  .c-input__text::-webkit-input-placeholder {
    color: transparent; }
  .c-input__text:-ms-input-placeholder {
    color: transparent; }
  .c-input__text::placeholder {
    color: transparent; }
  .c-input__text:placeholder-shown + .c-input__label {
    font-size: 16px;
    font-family: "TradeGothicRegular", Arial, Verdana, sans-serif;
    top: 16px;
    color: #535456; }
  .c-input__text::-ms-input-placeholder + .c-input__label {
    font-size: 16px;
    font-family: "TradeGothicRegular", Arial, Verdana, sans-serif;
    top: 16px;
    color: #535456; }
  .c-input__text.is-invalid {
    border-color: #b90000; }
    .c-input__text.is-invalid + .c-input__label {
      color: #b90000; }
  .c-input__text:focus {
    background: #fbfbfb;
    outline: 0; }
    .c-input__text:focus + .c-input__label {
      font-size: 12px;
      font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
      top: 4px; }
  .c-input__text:focus:not(.is-invalid) {
    border-color: #838487; }
    .white .c-input__text:focus:not(.is-invalid) {
      border-color: #838487; }
    .grey .c-input__text:focus:not(.is-invalid) {
      border-color: #838487; }
    .green .c-input__text:focus:not(.is-invalid) {
      border-color: #72b904; }
    .orange .c-input__text:focus:not(.is-invalid) {
      border-color: #ef8700; }
    .dark-yellow .c-input__text:focus:not(.is-invalid) {
      border-color: #a58000; }
    .purple .c-input__text:focus:not(.is-invalid) {
      border-color: #9b006b; }
    .blue .c-input__text:focus:not(.is-invalid) {
      border-color: #007eb9; }
    .light-blue .c-input__text:focus:not(.is-invalid) {
      border-color: #37a8e0; }
    .yellow .c-input__text:focus:not(.is-invalid) {
      border-color: #ffd200; }
    .c-input__text:focus:not(.is-invalid) + .c-input__label {
      color: #838487; }
      .white .c-input__text:focus:not(.is-invalid) + .c-input__label {
        color: #838487; }
      .grey .c-input__text:focus:not(.is-invalid) + .c-input__label {
        color: #838487; }
      .green .c-input__text:focus:not(.is-invalid) + .c-input__label {
        color: #72b904; }
      .orange .c-input__text:focus:not(.is-invalid) + .c-input__label {
        color: #ef8700; }
      .dark-yellow .c-input__text:focus:not(.is-invalid) + .c-input__label {
        color: #a58000; }
      .purple .c-input__text:focus:not(.is-invalid) + .c-input__label {
        color: #9b006b; }
      .blue .c-input__text:focus:not(.is-invalid) + .c-input__label {
        color: #007eb9; }
      .light-blue .c-input__text:focus:not(.is-invalid) + .c-input__label {
        color: #37a8e0; }
      .yellow .c-input__text:focus:not(.is-invalid) + .c-input__label {
        color: #838487; }
      .grey .c-input__text:focus:not(.is-invalid) + .c-input__label {
        color: #838487; }
  .c-input__text[type='search']::-ms-clear {
    display: none;
    width: 0;
    height: 0; }
  .c-input__text[type='search']::-ms-reveal {
    display: none;
    width: 0;
    height: 0; }
  .c-input__text[type='search']::-webkit-search-decoration, .c-input__text[type='search']::-webkit-search-cancel-button, .c-input__text[type='search']::-webkit-search-results-button, .c-input__text[type='search']::-webkit-search-results-decoration {
    display: none; }
  .c-input__text[type='number'] {
    -moz-appearance: textfield; }
  .c-input__text[type='number']::-webkit-outer-spin-button, .c-input__text[type='number']::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none; }

.c-input .c-input__text:disabled {
  color: #bbbcbd;
  border-bottom: 2px solid #bbbcbd;
  cursor: default; }

.c-input--white .c-input__text {
  background: #fff; }

/* ------------------------------------ *\
    Message
    -----------------------------------
 *  Recommended use:
 *
 *  <form>

\* ------------------------------------ */
.c-message {
  font-size: 12px;
  line-height: 1.33333; }
  @media (min-width: 47.1875em) {
    .c-message {
      font-size: 14px;
      line-height: 1.42857; } }

.c-message > *:last-child,
.c-message__text > *:last-child {
  margin-bottom: 0; }

.c-message--form-text .c-message__title {
  margin-bottom: 1.5rem;
  font-weight: normal;
  font-size: 20px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0; }
  @media (min-width: 81.25em) {
    .c-message--form-text .c-message__title {
      font-weight: normal;
      font-size: 24px;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .c-message--form-text .c-message__title {
      font-weight: normal;
      font-size: 30px;
      font-style: normal;
      line-height: 1.26667;
      letter-spacing: 0; } }

.c-message--form-text .c-message__text,
.c-message--form-text p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0; }
  @media (min-width: 81.25em) {
    .c-message--form-text .c-message__text,
    .c-message--form-text p {
      font-size: 18px;
      line-height: 1.44444;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .c-message--form-text .c-message__text,
    .c-message--form-text p {
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: 0; } }

.c-message--form-notice .c-message__title {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif; }
  @media (min-width: 81.25em) {
    .c-message--form-notice .c-message__title {
      font-size: 18px;
      line-height: 1.44444;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .c-message--form-notice .c-message__title {
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: 0; } }

.c-message--form-notice .c-message__text {
  font-size: 12px;
  line-height: 1.33333; }
  @media (min-width: 47.1875em) {
    .c-message--form-notice .c-message__text {
      font-size: 14px;
      line-height: 1.42857; } }

.c-message--form-input {
  padding: 4px 12px 0; }
  .c-message--form-input .c-message__text {
    font-size: 12px;
    line-height: 1.33333; }
    @media (min-width: 47.1875em) {
      .c-message--form-input .c-message__text {
        font-size: 14px;
        line-height: 1.42857; } }

.c-message--form-selection {
  padding-top: 12px; }
  .c-message--form-selection .c-message__text {
    font-size: 12px;
    line-height: 1.33333; }
    @media (min-width: 47.1875em) {
      .c-message--form-selection .c-message__text {
        font-size: 14px;
        line-height: 1.42857; } }

.c-message--form-help {
  font-size: 12px;
  line-height: 1.33333;
  color: #838487; }
  @media (min-width: 47.1875em) {
    .c-message--form-help {
      font-size: 14px;
      line-height: 1.42857; } }

.c-message--form-error {
  font-size: 12px;
  line-height: 1.33333;
  color: #b90000; }
  @media (min-width: 47.1875em) {
    .c-message--form-error {
      font-size: 14px;
      line-height: 1.42857; } }

.c-input .c-message--form-help,
.c-textarea .c-message--form-help,
.c-select .c-message--form-help, .c-input
.c-message--form-error,
.c-textarea
.c-message--form-error,
.c-select
.c-message--form-error {
  padding: 4px 12px 0; }

.c-checkbox .c-message--form-help,
.c-radio .c-message--form-help, .c-checkbox
.c-message--form-error,
.c-radio
.c-message--form-error {
  padding-top: 8px; }

/* ------------------------------------ *\
    Radio
\* ------------------------------------ */
.c-radio__legend {
  display: inline-block;
  margin-bottom: 24px; }

.c-radio__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding: 0;
  list-style: none; }
  .is-horizontal .c-radio__wrapper {
    flex-direction: row;
    flex-wrap: nowrap; }

.c-radio-item {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 0; }
  .c-radio-item + .c-radio-item {
    margin-top: 24px; }

.c-radio-item__label {
  font-size: 16px;
  font-family: "TradeGothicRegular", Arial, Verdana, sans-serif;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 36px; }
  .c-radio-item__label:hover {
    cursor: pointer; }
  .c-radio-item__label::before, .c-radio-item__label::after {
    transition: all 200ms ease-in-out;
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    content: ''; }
  .c-radio-item__label::before {
    z-index: 1;
    top: 7px;
    left: 7px;
    width: 10px;
    height: 10px;
    background: transparent; }
  .c-radio-item__label::after {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 2px solid #838487; }

.has-error .c-radio__legend {
  color: #b90000; }

.has-error .c-radio-item__label::after {
  border-color: #b90000; }

.c-radio-item__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }
  .c-radio-item__input:checked {
    /* stylelint-disable */
    /* stylelint-enable */ }
    .c-radio-item__input:checked ~ .c-radio-item__label::before {
      border-color: #838487;
      background: #838487; }
      .white .c-radio-item__input:checked ~ .c-radio-item__label::before {
        border-color: #838487; }
      .grey .c-radio-item__input:checked ~ .c-radio-item__label::before {
        border-color: #838487; }
      .green .c-radio-item__input:checked ~ .c-radio-item__label::before {
        border-color: #72b904; }
      .orange .c-radio-item__input:checked ~ .c-radio-item__label::before {
        border-color: #ef8700; }
      .dark-yellow .c-radio-item__input:checked ~ .c-radio-item__label::before {
        border-color: #a58000; }
      .purple .c-radio-item__input:checked ~ .c-radio-item__label::before {
        border-color: #9b006b; }
      .blue .c-radio-item__input:checked ~ .c-radio-item__label::before {
        border-color: #007eb9; }
      .light-blue .c-radio-item__input:checked ~ .c-radio-item__label::before {
        border-color: #37a8e0; }
      .yellow .c-radio-item__input:checked ~ .c-radio-item__label::before {
        border-color: #ffd200; }
      .white .c-radio-item__input:checked ~ .c-radio-item__label::before {
        background: #838487; }
      .grey .c-radio-item__input:checked ~ .c-radio-item__label::before {
        background: #838487; }
      .green .c-radio-item__input:checked ~ .c-radio-item__label::before {
        background: #72b904; }
      .orange .c-radio-item__input:checked ~ .c-radio-item__label::before {
        background: #ef8700; }
      .dark-yellow .c-radio-item__input:checked ~ .c-radio-item__label::before {
        background: #a58000; }
      .purple .c-radio-item__input:checked ~ .c-radio-item__label::before {
        background: #9b006b; }
      .blue .c-radio-item__input:checked ~ .c-radio-item__label::before {
        background: #007eb9; }
      .light-blue .c-radio-item__input:checked ~ .c-radio-item__label::before {
        background: #37a8e0; }
      .yellow .c-radio-item__input:checked ~ .c-radio-item__label::before {
        background: #ffd200; }
    .c-radio-item__input:checked ~ .c-radio-item__label::after {
      border-color: #838487; }
      .white .c-radio-item__input:checked ~ .c-radio-item__label::after {
        border-color: #838487; }
      .grey .c-radio-item__input:checked ~ .c-radio-item__label::after {
        border-color: #838487; }
      .green .c-radio-item__input:checked ~ .c-radio-item__label::after {
        border-color: #72b904; }
      .orange .c-radio-item__input:checked ~ .c-radio-item__label::after {
        border-color: #ef8700; }
      .dark-yellow .c-radio-item__input:checked ~ .c-radio-item__label::after {
        border-color: #a58000; }
      .purple .c-radio-item__input:checked ~ .c-radio-item__label::after {
        border-color: #9b006b; }
      .blue .c-radio-item__input:checked ~ .c-radio-item__label::after {
        border-color: #007eb9; }
      .light-blue .c-radio-item__input:checked ~ .c-radio-item__label::after {
        border-color: #37a8e0; }
      .yellow .c-radio-item__input:checked ~ .c-radio-item__label::after {
        border-color: #ffd200; }
  .c-radio-item__input:hover, .c-radio-item__input:focus {
    /* stylelint-disable */
    /* stylelint-enable */ }
    .c-radio-item__input:hover ~ .c-radio-item__label::after, .c-radio-item__input:focus ~ .c-radio-item__label::after {
      border-color: #838487; }
      .white .c-radio-item__input:hover ~ .c-radio-item__label::after, .white .c-radio-item__input:focus ~ .c-radio-item__label::after {
        border-color: #838487; }
      .grey .c-radio-item__input:hover ~ .c-radio-item__label::after, .grey .c-radio-item__input:focus ~ .c-radio-item__label::after {
        border-color: #838487; }
      .green .c-radio-item__input:hover ~ .c-radio-item__label::after, .green .c-radio-item__input:focus ~ .c-radio-item__label::after {
        border-color: #72b904; }
      .orange .c-radio-item__input:hover ~ .c-radio-item__label::after, .orange .c-radio-item__input:focus ~ .c-radio-item__label::after {
        border-color: #ef8700; }
      .dark-yellow .c-radio-item__input:hover ~ .c-radio-item__label::after, .dark-yellow .c-radio-item__input:focus ~ .c-radio-item__label::after {
        border-color: #a58000; }
      .purple .c-radio-item__input:hover ~ .c-radio-item__label::after, .purple .c-radio-item__input:focus ~ .c-radio-item__label::after {
        border-color: #9b006b; }
      .blue .c-radio-item__input:hover ~ .c-radio-item__label::after, .blue .c-radio-item__input:focus ~ .c-radio-item__label::after {
        border-color: #007eb9; }
      .light-blue .c-radio-item__input:hover ~ .c-radio-item__label::after, .light-blue .c-radio-item__input:focus ~ .c-radio-item__label::after {
        border-color: #37a8e0; }
      .yellow .c-radio-item__input:hover ~ .c-radio-item__label::after, .yellow .c-radio-item__input:focus ~ .c-radio-item__label::after {
        border-color: #ffd200; }

/* ------------------------------------ *\
    Select
\* ------------------------------------ */
.c-select__wrapper {
  position: relative;
  width: 100%;
  background: #f6f6f6; }
  .c-select__wrapper .c-select__label {
    font-size: 12px;
    font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
    transition: all 200ms ease-in-out;
    position: absolute;
    top: 4px;
    left: 12px;
    color: #838487;
    pointer-events: none; }
  .c-select__wrapper::after {
    transition: all 200ms ease-in-out;
    position: absolute;
    top: calc(50% - 5px);
    right: 18px;
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid #838487;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: '';
    pointer-events: none; }
  .c-select__wrapper.has-error .c-select__label {
    color: #b90000; }
  .c-select__wrapper.has-error::after {
    border-top-color: #b90000; }
  .c-select__wrapper:focus-within .c-select__label {
    font-size: 12px;
    font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
    top: 4px; }
  .c-select__wrapper:focus-within:not(.has-error) .c-select__label {
    color: #838487; }
    .white .c-select__wrapper:focus-within:not(.has-error) .c-select__label {
      color: #838487; }
    .grey .c-select__wrapper:focus-within:not(.has-error) .c-select__label {
      color: #838487; }
    .green .c-select__wrapper:focus-within:not(.has-error) .c-select__label {
      color: #72b904; }
    .orange .c-select__wrapper:focus-within:not(.has-error) .c-select__label {
      color: #ef8700; }
    .dark-yellow .c-select__wrapper:focus-within:not(.has-error) .c-select__label {
      color: #a58000; }
    .purple .c-select__wrapper:focus-within:not(.has-error) .c-select__label {
      color: #9b006b; }
    .blue .c-select__wrapper:focus-within:not(.has-error) .c-select__label {
      color: #007eb9; }
    .light-blue .c-select__wrapper:focus-within:not(.has-error) .c-select__label {
      color: #37a8e0; }
    .yellow .c-select__wrapper:focus-within:not(.has-error) .c-select__label {
      color: #838487; }
    .grey .c-select__wrapper:focus-within:not(.has-error) .c-select__label {
      color: #838487; }
  .c-select__wrapper:focus-within:not(.has-error)::after {
    border-top-color: #838487; }
    .white .c-select__wrapper:focus-within:not(.has-error)::after {
      border-top-color: #838487; }
    .grey .c-select__wrapper:focus-within:not(.has-error)::after {
      border-top-color: #838487; }
    .green .c-select__wrapper:focus-within:not(.has-error)::after {
      border-top-color: #72b904; }
    .orange .c-select__wrapper:focus-within:not(.has-error)::after {
      border-top-color: #ef8700; }
    .dark-yellow .c-select__wrapper:focus-within:not(.has-error)::after {
      border-top-color: #a58000; }
    .purple .c-select__wrapper:focus-within:not(.has-error)::after {
      border-top-color: #9b006b; }
    .blue .c-select__wrapper:focus-within:not(.has-error)::after {
      border-top-color: #007eb9; }
    .light-blue .c-select__wrapper:focus-within:not(.has-error)::after {
      border-top-color: #37a8e0; }
    .yellow .c-select__wrapper:focus-within:not(.has-error)::after {
      border-top-color: #ffd200; }

.c-select__field {
  /* stylelint-disable  */
  color: #535456;
  font-size: 16px;
  transition: border-color 200ms ease-in-out;
  position: relative;
  display: block;
  width: 100%;
  min-height: 54px;
  padding: 24px 54px 4px 12px;
  background: transparent;
  border: 0 none;
  border-bottom: 2px solid #838487;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  /* appearance: none for IE11 */
  /* stylelint-enable */ }
  .c-select__field::-ms-expand {
    display: none; }
  .c-select__field[data-selected='']:not(:focus) + .c-select__label {
    font-size: 16px;
    font-family: "TradeGothicRegular", Arial, Verdana, sans-serif;
    top: 16px;
    color: #535456; }
  .c-select__field.is-invalid {
    border-color: #b90000; }
    .c-select__field.is-invalid + .c-select__label {
      color: #b90000; }
  .c-select__field:focus {
    background: #fbfbfb;
    outline: 0; }
  .c-select__field:focus:not(.is-invalid) {
    border-color: #838487; }
    .white .c-select__field:focus:not(.is-invalid) {
      border-color: #838487; }
    .grey .c-select__field:focus:not(.is-invalid) {
      border-color: #838487; }
    .green .c-select__field:focus:not(.is-invalid) {
      border-color: #72b904; }
    .orange .c-select__field:focus:not(.is-invalid) {
      border-color: #ef8700; }
    .dark-yellow .c-select__field:focus:not(.is-invalid) {
      border-color: #a58000; }
    .purple .c-select__field:focus:not(.is-invalid) {
      border-color: #9b006b; }
    .blue .c-select__field:focus:not(.is-invalid) {
      border-color: #007eb9; }
    .light-blue .c-select__field:focus:not(.is-invalid) {
      border-color: #37a8e0; }
    .yellow .c-select__field:focus:not(.is-invalid) {
      border-color: #ffd200; }
  .c-select__field:disabled {
    opacity: .5; }
    .c-select__field:disabled + .c-select__label {
      opacity: .5; }

/* ------------------------------------ *\
    Textarea
\* ------------------------------------ */
.c-textarea__label {
  font-size: 12px;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  transition: all 200ms ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 20px);
  padding: 4px 0 4px 12px;
  color: #838487;
  background: #f6f6f6; }

.c-textarea__wrapper {
  position: relative; }

.c-textarea__input {
  color: #535456;
  font-size: 16px;
  transition: all 200ms ease-in-out;
  width: 100%;
  padding: 24px 12px 4px;
  background: #f6f6f6;
  border: 0 none;
  border-bottom: 2px solid #838487; }
  .c-textarea__input::-webkit-input-placeholder {
    color: transparent; }
  .c-textarea__input:-ms-input-placeholder {
    color: transparent; }
  .c-textarea__input::placeholder {
    color: transparent; }
  .c-textarea__input:placeholder-shown + .c-textarea__label {
    font-size: 16px;
    font-family: "TradeGothicRegular", Arial, Verdana, sans-serif;
    padding-top: 16px;
    color: #535456; }
  .c-textarea__input.is-invalid {
    border-color: #b90000; }
    .c-textarea__input.is-invalid + .c-textarea__label {
      color: #b90000; }
  .c-textarea__input:focus {
    background: #fbfbfb;
    outline: 0; }
    .c-textarea__input:focus + .c-textarea__label {
      font-size: 12px;
      font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
      padding-top: 4px;
      background: #fbfbfb; }
  .c-textarea__input:focus:not(.is-invalid) {
    border-color: #838487; }
    .white .c-textarea__input:focus:not(.is-invalid) {
      border-color: #838487; }
    .grey .c-textarea__input:focus:not(.is-invalid) {
      border-color: #838487; }
    .green .c-textarea__input:focus:not(.is-invalid) {
      border-color: #72b904; }
    .orange .c-textarea__input:focus:not(.is-invalid) {
      border-color: #ef8700; }
    .dark-yellow .c-textarea__input:focus:not(.is-invalid) {
      border-color: #a58000; }
    .purple .c-textarea__input:focus:not(.is-invalid) {
      border-color: #9b006b; }
    .blue .c-textarea__input:focus:not(.is-invalid) {
      border-color: #007eb9; }
    .light-blue .c-textarea__input:focus:not(.is-invalid) {
      border-color: #37a8e0; }
    .yellow .c-textarea__input:focus:not(.is-invalid) {
      border-color: #ffd200; }
    .c-textarea__input:focus:not(.is-invalid) + .c-textarea__label {
      color: #838487; }
      .white .c-textarea__input:focus:not(.is-invalid) + .c-textarea__label {
        color: #838487; }
      .grey .c-textarea__input:focus:not(.is-invalid) + .c-textarea__label {
        color: #838487; }
      .green .c-textarea__input:focus:not(.is-invalid) + .c-textarea__label {
        color: #72b904; }
      .orange .c-textarea__input:focus:not(.is-invalid) + .c-textarea__label {
        color: #ef8700; }
      .dark-yellow .c-textarea__input:focus:not(.is-invalid) + .c-textarea__label {
        color: #a58000; }
      .purple .c-textarea__input:focus:not(.is-invalid) + .c-textarea__label {
        color: #9b006b; }
      .blue .c-textarea__input:focus:not(.is-invalid) + .c-textarea__label {
        color: #007eb9; }
      .light-blue .c-textarea__input:focus:not(.is-invalid) + .c-textarea__label {
        color: #37a8e0; }
      .yellow .c-textarea__input:focus:not(.is-invalid) + .c-textarea__label {
        color: #838487; }
      .grey .c-textarea__input:focus:not(.is-invalid) + .c-textarea__label {
        color: #838487; }

/* ------------------------------------ *\
    Range
\* ------------------------------------ */
.c-range__values {
  font-size: 12px;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  line-height: 1.33333;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: space-between;
  padding-top: 25px; }

.c-range__wrapper {
  padding: 11px; }
  .c-range__wrapper .noUi-target {
    border-color: #e3e3e3;
    border-radius: 0;
    box-shadow: none; }
  .c-range__wrapper .noUi-horizontal {
    height: 12px; }
  .c-range__wrapper .noUi-connect {
    border-color: #838487;
    background: #838487; }
    .white .c-range__wrapper .noUi-connect {
      border-color: #838487; }
    .grey .c-range__wrapper .noUi-connect {
      border-color: #838487; }
    .green .c-range__wrapper .noUi-connect {
      border-color: #72b904; }
    .orange .c-range__wrapper .noUi-connect {
      border-color: #ef8700; }
    .dark-yellow .c-range__wrapper .noUi-connect {
      border-color: #a58000; }
    .purple .c-range__wrapper .noUi-connect {
      border-color: #9b006b; }
    .blue .c-range__wrapper .noUi-connect {
      border-color: #007eb9; }
    .light-blue .c-range__wrapper .noUi-connect {
      border-color: #37a8e0; }
    .yellow .c-range__wrapper .noUi-connect {
      border-color: #ffd200; }
    .white .c-range__wrapper .noUi-connect {
      background: #838487; }
    .grey .c-range__wrapper .noUi-connect {
      background: #838487; }
    .green .c-range__wrapper .noUi-connect {
      background: #72b904; }
    .orange .c-range__wrapper .noUi-connect {
      background: #ef8700; }
    .dark-yellow .c-range__wrapper .noUi-connect {
      background: #a58000; }
    .purple .c-range__wrapper .noUi-connect {
      background: #9b006b; }
    .blue .c-range__wrapper .noUi-connect {
      background: #007eb9; }
    .light-blue .c-range__wrapper .noUi-connect {
      background: #37a8e0; }
    .yellow .c-range__wrapper .noUi-connect {
      background: #ffd200; }
  .c-range__wrapper .noUi-horizontal .noUi-handle {
    background: #838487;
    top: -11px;
    right: -12px;
    width: 24px;
    height: 32px;
    border-color: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); }
    .white .c-range__wrapper .noUi-horizontal .noUi-handle {
      background: #838487; }
    .grey .c-range__wrapper .noUi-horizontal .noUi-handle {
      background: #838487; }
    .green .c-range__wrapper .noUi-horizontal .noUi-handle {
      background: #72b904; }
    .orange .c-range__wrapper .noUi-horizontal .noUi-handle {
      background: #ef8700; }
    .dark-yellow .c-range__wrapper .noUi-horizontal .noUi-handle {
      background: #a58000; }
    .purple .c-range__wrapper .noUi-horizontal .noUi-handle {
      background: #9b006b; }
    .blue .c-range__wrapper .noUi-horizontal .noUi-handle {
      background: #007eb9; }
    .light-blue .c-range__wrapper .noUi-horizontal .noUi-handle {
      background: #37a8e0; }
    .yellow .c-range__wrapper .noUi-horizontal .noUi-handle {
      background: #ffd200; }
    .c-range__wrapper .noUi-horizontal .noUi-handle::before, .c-range__wrapper .noUi-horizontal .noUi-handle::after {
      display: none; }
    .c-range__wrapper .noUi-horizontal .noUi-handle:hover {
      cursor: pointer; }
  .c-range__wrapper .noUi-origin:focus,
  .c-range__wrapper .noUi-touch-area:focus,
  .c-range__wrapper .noUi-handle:focus {
    outline: none; }

.c-range__input-container {
  display: flex;
  margin-bottom: 12px; }
  .c-range__input-container .c-input__text {
    background-color: #fff; }

.c-range__input-spacer {
  flex-grow: 1;
  padding-top: 20px; }
  .c-range__input-spacer > hr {
    width: 16px;
    border: 1px solid #535456; }

.c-range__input {
  width: 40%;
  max-width: 112px; }

.c-range__label {
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5; }

/* ------------------------------------ *\
    Modifier inverted
\* ------------------------------------ */
.c-range--inverted .noUi-target {
  background: #838487; }
  .white .c-range--inverted .noUi-target {
    background: #838487; }
  .grey .c-range--inverted .noUi-target {
    background: #838487; }
  .green .c-range--inverted .noUi-target {
    background: #72b904; }
  .orange .c-range--inverted .noUi-target {
    background: #ef8700; }
  .dark-yellow .c-range--inverted .noUi-target {
    background: #a58000; }
  .purple .c-range--inverted .noUi-target {
    background: #9b006b; }
  .blue .c-range--inverted .noUi-target {
    background: #007eb9; }
  .light-blue .c-range--inverted .noUi-target {
    background: #37a8e0; }
  .yellow .c-range--inverted .noUi-target {
    background: #ffd200; }

.c-range--inverted .c-range__wrapper .noUi-connect {
  background-color: #fff; }

/* ------------------------------------ *\
    Modifier intersect
\* ------------------------------------ */
.white .c-range--intersect .noUi-target {
  background: rgba(131, 132, 135, 0.5); }

.grey .c-range--intersect .noUi-target {
  background: rgba(131, 132, 135, 0.5); }

.green .c-range--intersect .noUi-target {
  background: rgba(114, 185, 4, 0.5); }

.orange .c-range--intersect .noUi-target {
  background: rgba(239, 135, 0, 0.5); }

.dark-yellow .c-range--intersect .noUi-target {
  background: rgba(165, 128, 0, 0.5); }

.purple .c-range--intersect .noUi-target {
  background: rgba(155, 0, 107, 0.5); }

.blue .c-range--intersect .noUi-target {
  background: rgba(0, 126, 185, 0.5); }

.light-blue .c-range--intersect .noUi-target {
  background: rgba(55, 168, 224, 0.5); }

/* ------------------------------------ *\
    Multiselect
\* ------------------------------------ */
.c-multiselect sub {
  bottom: 0; }

.c-multiselect .c-input__label {
  z-index: 1;
  transition: all 200ms ease-in-out;
  left: 22px;
  color: #535456;
  pointer-events: none; }
  @media (min-width: 36em) {
    .c-multiselect .c-input__label {
      left: 32px; } }

.c-multiselect .multiselect {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  height: 52px;
  border-bottom: 2px solid #838487; }
  @media (min-width: 81.25em) {
    .c-multiselect .multiselect {
      font-size: 18px;
      line-height: 1.44444;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .c-multiselect .multiselect {
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: 0; } }
  .c-multiselect .multiselect::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    content: ''; }

.c-multiselect .multiselect--above .multiselect__content-wrapper {
  margin-top: 0;
  border-radius: 0; }

.c-multiselect .multiselect--above .multiselect__element {
  display: block;
  margin: 0 0 1px 0;
  padding: 0; }
  .c-multiselect .multiselect--above .multiselect__element:first-of-type {
    border: 0; }
  .c-multiselect .multiselect--above .multiselect__element:last-of-type {
    border-top-color: #838487;
    margin-bottom: 0;
    border-bottom: 2px solid #838487; }
    .white .c-multiselect .multiselect--above .multiselect__element:last-of-type {
      border-top-color: #838487; }
    .grey .c-multiselect .multiselect--above .multiselect__element:last-of-type {
      border-top-color: #838487; }
    .green .c-multiselect .multiselect--above .multiselect__element:last-of-type {
      border-top-color: #72b904; }
    .orange .c-multiselect .multiselect--above .multiselect__element:last-of-type {
      border-top-color: #ef8700; }
    .dark-yellow .c-multiselect .multiselect--above .multiselect__element:last-of-type {
      border-top-color: #a58000; }
    .purple .c-multiselect .multiselect--above .multiselect__element:last-of-type {
      border-top-color: #9b006b; }
    .blue .c-multiselect .multiselect--above .multiselect__element:last-of-type {
      border-top-color: #007eb9; }
    .light-blue .c-multiselect .multiselect--above .multiselect__element:last-of-type {
      border-top-color: #37a8e0; }
    .yellow .c-multiselect .multiselect--above .multiselect__element:last-of-type {
      border-top-color: #ffd200; }

.c-multiselect .multiselect--active .multiselect__tags {
  border-bottom-color: #838487; }
  .white .c-multiselect .multiselect--active .multiselect__tags {
    border-bottom-color: #838487; }
  .grey .c-multiselect .multiselect--active .multiselect__tags {
    border-bottom-color: #838487; }
  .green .c-multiselect .multiselect--active .multiselect__tags {
    border-bottom-color: #72b904; }
  .orange .c-multiselect .multiselect--active .multiselect__tags {
    border-bottom-color: #ef8700; }
  .dark-yellow .c-multiselect .multiselect--active .multiselect__tags {
    border-bottom-color: #a58000; }
  .purple .c-multiselect .multiselect--active .multiselect__tags {
    border-bottom-color: #9b006b; }
  .blue .c-multiselect .multiselect--active .multiselect__tags {
    border-bottom-color: #007eb9; }
  .light-blue .c-multiselect .multiselect--active .multiselect__tags {
    border-bottom-color: #37a8e0; }
  .yellow .c-multiselect .multiselect--active .multiselect__tags {
    border-bottom-color: #ffd200; }

.c-multiselect .multiselect--active .multiselect__select::before {
  color: #838487;
  border-bottom-color: #838487; }
  .white .c-multiselect .multiselect--active .multiselect__select::before {
    color: #838487; }
  .grey .c-multiselect .multiselect--active .multiselect__select::before {
    color: #838487; }
  .green .c-multiselect .multiselect--active .multiselect__select::before {
    color: #72b904; }
  .orange .c-multiselect .multiselect--active .multiselect__select::before {
    color: #ef8700; }
  .dark-yellow .c-multiselect .multiselect--active .multiselect__select::before {
    color: #a58000; }
  .purple .c-multiselect .multiselect--active .multiselect__select::before {
    color: #9b006b; }
  .blue .c-multiselect .multiselect--active .multiselect__select::before {
    color: #007eb9; }
  .light-blue .c-multiselect .multiselect--active .multiselect__select::before {
    color: #37a8e0; }
  .yellow .c-multiselect .multiselect--active .multiselect__select::before {
    color: #ffd200; }
  .white .c-multiselect .multiselect--active .multiselect__select::before {
    border-bottom-color: #838487; }
  .grey .c-multiselect .multiselect--active .multiselect__select::before {
    border-bottom-color: #838487; }
  .green .c-multiselect .multiselect--active .multiselect__select::before {
    border-bottom-color: #72b904; }
  .orange .c-multiselect .multiselect--active .multiselect__select::before {
    border-bottom-color: #ef8700; }
  .dark-yellow .c-multiselect .multiselect--active .multiselect__select::before {
    border-bottom-color: #a58000; }
  .purple .c-multiselect .multiselect--active .multiselect__select::before {
    border-bottom-color: #9b006b; }
  .blue .c-multiselect .multiselect--active .multiselect__select::before {
    border-bottom-color: #007eb9; }
  .light-blue .c-multiselect .multiselect--active .multiselect__select::before {
    border-bottom-color: #37a8e0; }
  .yellow .c-multiselect .multiselect--active .multiselect__select::before {
    border-bottom-color: #ffd200; }

.c-multiselect .multiselect--active .multiselect__content-wrapper {
  overflow: visible;
  border: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16); }

.c-multiselect .multiselect__content-wrapper {
  z-index: 1;
  margin-top: 2px;
  border: 0;
  border-radius: 0; }

.c-multiselect .multiselect__content {
  max-width: 100%;
  max-height: 240px;
  overflow: auto; }

.c-multiselect .multiselect__element {
  display: block;
  margin: 0 0 1px 0;
  padding: 0; }
  .c-multiselect .multiselect__element:first-of-type {
    border-top-color: #838487;
    border-top: 2px solid #838487; }
    .white .c-multiselect .multiselect__element:first-of-type {
      border-top-color: #838487; }
    .grey .c-multiselect .multiselect__element:first-of-type {
      border-top-color: #838487; }
    .green .c-multiselect .multiselect__element:first-of-type {
      border-top-color: #72b904; }
    .orange .c-multiselect .multiselect__element:first-of-type {
      border-top-color: #ef8700; }
    .dark-yellow .c-multiselect .multiselect__element:first-of-type {
      border-top-color: #a58000; }
    .purple .c-multiselect .multiselect__element:first-of-type {
      border-top-color: #9b006b; }
    .blue .c-multiselect .multiselect__element:first-of-type {
      border-top-color: #007eb9; }
    .light-blue .c-multiselect .multiselect__element:first-of-type {
      border-top-color: #37a8e0; }
    .yellow .c-multiselect .multiselect__element:first-of-type {
      border-top-color: #ffd200; }
  .c-multiselect .multiselect__element:last-of-type {
    margin-bottom: 0; }

.c-multiselect .multiselect__select {
  top: 50%;
  right: 20px;
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  border-radius: 0;
  transform: translateY(-50%);
  transition: none; }
  .c-multiselect .multiselect__select::before {
    top: 7px;
    right: 7px;
    margin: 0;
    color: #838487;
    border-color: #838487 transparent transparent;
    border-width: 7px 7px 0;
    transition: color 200ms ease-in-out; }

.c-multiselect .multiselect__input {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
  background: #fff;
  border-radius: 0; }
  .c-multiselect .multiselect__input:focus, .c-multiselect .multiselect__input:hover {
    border-color: #e3e3e3; }

.c-multiselect .multiselect__option {
  padding: 16px 12px 16px 44px;
  font-size: 16px;
  line-height: 16px; }
  .c-multiselect .multiselect__option::before {
    transition: all 200ms ease-in-out;
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    background: #fff;
    border: 2px solid #838487;
    content: ''; }
  .c-multiselect .multiselect__option::after {
    display: none; }
  .c-multiselect .multiselect__option:focus, .c-multiselect .multiselect__option:hover {
    color: #535456;
    background: #f6f6f6;
    outline: none; }
    .c-multiselect .multiselect__option:focus::before, .c-multiselect .multiselect__option:hover::before {
      border-color: #838487; }
      .white .c-multiselect .multiselect__option:focus::before, .white .c-multiselect .multiselect__option:hover::before {
        border-color: #838487; }
      .grey .c-multiselect .multiselect__option:focus::before, .grey .c-multiselect .multiselect__option:hover::before {
        border-color: #838487; }
      .green .c-multiselect .multiselect__option:focus::before, .green .c-multiselect .multiselect__option:hover::before {
        border-color: #72b904; }
      .orange .c-multiselect .multiselect__option:focus::before, .orange .c-multiselect .multiselect__option:hover::before {
        border-color: #ef8700; }
      .dark-yellow .c-multiselect .multiselect__option:focus::before, .dark-yellow .c-multiselect .multiselect__option:hover::before {
        border-color: #a58000; }
      .purple .c-multiselect .multiselect__option:focus::before, .purple .c-multiselect .multiselect__option:hover::before {
        border-color: #9b006b; }
      .blue .c-multiselect .multiselect__option:focus::before, .blue .c-multiselect .multiselect__option:hover::before {
        border-color: #007eb9; }
      .light-blue .c-multiselect .multiselect__option:focus::before, .light-blue .c-multiselect .multiselect__option:hover::before {
        border-color: #37a8e0; }
      .yellow .c-multiselect .multiselect__option:focus::before, .yellow .c-multiselect .multiselect__option:hover::before {
        border-color: #535456; }
      .grey .c-multiselect .multiselect__option:focus::before, .grey .c-multiselect .multiselect__option:hover::before {
        border-color: #535456; }

.c-multiselect .multiselect__option--highlight {
  color: #535456;
  background: #f6f6f6;
  outline: none; }

.c-multiselect .multiselect__option--selected {
  background: #535456;
  color: #535456;
  font-weight: 700;
  /* stylelint-disable */
  /* stylelint-enable */ }
  .white .c-multiselect .multiselect__option--selected,
  .grey .c-multiselect .multiselect__option--selected {
    background: rgba(83, 84, 86, 0.1); }
  .green .c-multiselect .multiselect__option--selected {
    background: rgba(114, 185, 4, 0.1); }
  .orange .c-multiselect .multiselect__option--selected {
    background: rgba(239, 135, 0, 0.1); }
  .dark-yellow .c-multiselect .multiselect__option--selected {
    background: rgba(165, 128, 0, 0.1); }
  .purple .c-multiselect .multiselect__option--selected {
    background: rgba(155, 0, 107, 0.1); }
  .blue .c-multiselect .multiselect__option--selected {
    background: rgba(0, 126, 185, 0.1); }
  .light-blue .c-multiselect .multiselect__option--selected {
    background: rgba(55, 168, 224, 0.1); }
  .yellow .c-multiselect .multiselect__option--selected {
    background: rgba(131, 132, 135, 0.1); }
  .c-multiselect .multiselect__option--selected::before {
    border-color: #838487;
    background: #838487;
    width: 24px;
    height: 24px;
    color: #fff;
    font-family: "heraeus_icons";
    content: '\ea10'; }
    .white .c-multiselect .multiselect__option--selected::before {
      border-color: #838487; }
    .grey .c-multiselect .multiselect__option--selected::before {
      border-color: #838487; }
    .green .c-multiselect .multiselect__option--selected::before {
      border-color: #72b904; }
    .orange .c-multiselect .multiselect__option--selected::before {
      border-color: #ef8700; }
    .dark-yellow .c-multiselect .multiselect__option--selected::before {
      border-color: #a58000; }
    .purple .c-multiselect .multiselect__option--selected::before {
      border-color: #9b006b; }
    .blue .c-multiselect .multiselect__option--selected::before {
      border-color: #007eb9; }
    .light-blue .c-multiselect .multiselect__option--selected::before {
      border-color: #37a8e0; }
    .yellow .c-multiselect .multiselect__option--selected::before {
      border-color: #838487; }
    .grey .c-multiselect .multiselect__option--selected::before {
      border-color: #838487; }
    .white .c-multiselect .multiselect__option--selected::before {
      background: #838487; }
    .grey .c-multiselect .multiselect__option--selected::before {
      background: #838487; }
    .green .c-multiselect .multiselect__option--selected::before {
      background: #72b904; }
    .orange .c-multiselect .multiselect__option--selected::before {
      background: #ef8700; }
    .dark-yellow .c-multiselect .multiselect__option--selected::before {
      background: #a58000; }
    .purple .c-multiselect .multiselect__option--selected::before {
      background: #9b006b; }
    .blue .c-multiselect .multiselect__option--selected::before {
      background: #007eb9; }
    .light-blue .c-multiselect .multiselect__option--selected::before {
      background: #37a8e0; }
    .yellow .c-multiselect .multiselect__option--selected::before {
      background: #838487; }
    .grey .c-multiselect .multiselect__option--selected::before {
      background: #838487; }
  .c-multiselect .multiselect__option--selected.multiselect__option--highlight {
    background: #535456;
    color: #535456;
    /* stylelint-disable */
    /* stylelint-enable */ }
    .white .c-multiselect .multiselect__option--selected.multiselect__option--highlight,
    .grey .c-multiselect .multiselect__option--selected.multiselect__option--highlight {
      background: rgba(83, 84, 86, 0.1); }
    .green .c-multiselect .multiselect__option--selected.multiselect__option--highlight {
      background: rgba(114, 185, 4, 0.1); }
    .orange .c-multiselect .multiselect__option--selected.multiselect__option--highlight {
      background: rgba(239, 135, 0, 0.1); }
    .dark-yellow .c-multiselect .multiselect__option--selected.multiselect__option--highlight {
      background: rgba(165, 128, 0, 0.1); }
    .purple .c-multiselect .multiselect__option--selected.multiselect__option--highlight {
      background: rgba(155, 0, 107, 0.1); }
    .blue .c-multiselect .multiselect__option--selected.multiselect__option--highlight {
      background: rgba(0, 126, 185, 0.1); }
    .light-blue .c-multiselect .multiselect__option--selected.multiselect__option--highlight {
      background: rgba(55, 168, 224, 0.1); }
    .yellow .c-multiselect .multiselect__option--selected.multiselect__option--highlight {
      background: rgba(131, 132, 135, 0.1); }
    .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
      border-color: #838487;
      background: #838487;
      width: 24px;
      height: 24px;
      color: #fff;
      font-family: "heraeus_icons";
      content: '\ea10'; }
      .white .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        border-color: #838487; }
      .grey .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        border-color: #838487; }
      .green .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        border-color: #72b904; }
      .orange .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        border-color: #ef8700; }
      .dark-yellow .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        border-color: #a58000; }
      .purple .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        border-color: #9b006b; }
      .blue .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        border-color: #007eb9; }
      .light-blue .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        border-color: #37a8e0; }
      .yellow .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        border-color: #535456; }
      .grey .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        border-color: #535456; }
      .white .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        background: #838487; }
      .grey .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        background: #838487; }
      .green .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        background: #72b904; }
      .orange .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        background: #ef8700; }
      .dark-yellow .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        background: #a58000; }
      .purple .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        background: #9b006b; }
      .blue .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        background: #007eb9; }
      .light-blue .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        background: #37a8e0; }
      .yellow .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        background: #535456; }
      .grey .c-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
        background: #535456; }

.c-multiselect .multiselect__tags {
  display: block;
  height: 50px;
  padding: 24px 48px 0 12px;
  color: #535456;
  background: transparent;
  border: 0 none;
  border-radius: 0; }

.c-multiselect .multiselect__single,
.c-multiselect .multiselect__tag {
  display: none; }

.c-multiselect .c-multiselect__values {
  z-index: 1;
  position: absolute;
  top: 26px;
  left: 22px;
  width: calc(100% - 80px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #535456;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
  border-radius: 0;
  pointer-events: none; }
  @media (min-width: 36em) {
    .c-multiselect .c-multiselect__values {
      left: 32px; } }

/* ------------------------------------ *\
    Modifier open
\* ------------------------------------ */
.c-multiselect--open {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16); }
  .c-multiselect--open .c-input__label {
    color: #838487;
    z-index: 3; }
    .white .c-multiselect--open .c-input__label {
      color: #838487; }
    .grey .c-multiselect--open .c-input__label {
      color: #838487; }
    .green .c-multiselect--open .c-input__label {
      color: #72b904; }
    .orange .c-multiselect--open .c-input__label {
      color: #ef8700; }
    .dark-yellow .c-multiselect--open .c-input__label {
      color: #a58000; }
    .purple .c-multiselect--open .c-input__label {
      color: #9b006b; }
    .blue .c-multiselect--open .c-input__label {
      color: #007eb9; }
    .light-blue .c-multiselect--open .c-input__label {
      color: #37a8e0; }
    .yellow .c-multiselect--open .c-input__label {
      color: #ffd200; }
  .c-multiselect--open .multiselect {
    z-index: 2;
    border-bottom-color: #838487; }
    .white .c-multiselect--open .multiselect {
      border-bottom-color: #838487; }
    .grey .c-multiselect--open .multiselect {
      border-bottom-color: #838487; }
    .green .c-multiselect--open .multiselect {
      border-bottom-color: #72b904; }
    .orange .c-multiselect--open .multiselect {
      border-bottom-color: #ef8700; }
    .dark-yellow .c-multiselect--open .multiselect {
      border-bottom-color: #a58000; }
    .purple .c-multiselect--open .multiselect {
      border-bottom-color: #9b006b; }
    .blue .c-multiselect--open .multiselect {
      border-bottom-color: #007eb9; }
    .light-blue .c-multiselect--open .multiselect {
      border-bottom-color: #37a8e0; }
    .yellow .c-multiselect--open .multiselect {
      border-bottom-color: #ffd200; }
    .c-multiselect--open .multiselect::before {
      z-index: 2; }
    .c-multiselect--open .multiselect .multiselect__select,
    .c-multiselect--open .multiselect .multiselect__tags {
      z-index: 3; }
  .c-multiselect--open .multiselect__content-wrapper {
    z-index: 1; }
  .c-multiselect--open .c-multiselect__values {
    z-index: 3; }

/* ------------------------------------ *\
    Modifier initial
\* ------------------------------------ */
.c-multiselect--initial .c-input__label {
  font-size: 16px;
  font-family: "TradeGothicRegular", Arial, Verdana, sans-serif;
  top: 16px;
  width: calc(100% - 80px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* ------------------------------------ *\
    Modifier searchable
\* ------------------------------------ */
.c-multiselect--searchable.c-multiselect--open .multiselect::after {
  z-index: 4;
  background-color: #838487;
  position: absolute;
  top: 52px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #838487;
  content: ''; }
  .white .c-multiselect--searchable.c-multiselect--open .multiselect::after {
    background-color: #838487; }
  .grey .c-multiselect--searchable.c-multiselect--open .multiselect::after {
    background-color: #838487; }
  .green .c-multiselect--searchable.c-multiselect--open .multiselect::after {
    background-color: #72b904; }
  .orange .c-multiselect--searchable.c-multiselect--open .multiselect::after {
    background-color: #ef8700; }
  .dark-yellow .c-multiselect--searchable.c-multiselect--open .multiselect::after {
    background-color: #a58000; }
  .purple .c-multiselect--searchable.c-multiselect--open .multiselect::after {
    background-color: #9b006b; }
  .blue .c-multiselect--searchable.c-multiselect--open .multiselect::after {
    background-color: #007eb9; }
  .light-blue .c-multiselect--searchable.c-multiselect--open .multiselect::after {
    background-color: #37a8e0; }
  .yellow .c-multiselect--searchable.c-multiselect--open .multiselect::after {
    background-color: #ffd200; }

.c-multiselect--searchable.c-multiselect--open .multiselect__tags::before {
  z-index: 2;
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  width: 100%;
  height: 52px;
  background: #fff;
  content: ''; }

.c-multiselect--searchable.c-multiselect--open .multiselect__tags::after {
  z-index: 4;
  position: absolute;
  top: 102px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #e3e3e3;
  content: ''; }

.c-multiselect--searchable.c-multiselect--open .multiselect__content-wrapper {
  margin-top: 52px; }

.c-multiselect--searchable.c-multiselect--open .multiselect__element:first-of-type {
  border-top: 0; }

.c-multiselect--searchable.c-multiselect--open .multiselect--above .multiselect__tags::before {
  top: -50px; }

.c-multiselect--searchable.c-multiselect--open .multiselect--above .multiselect__tags::after {
  top: -2px; }

.c-multiselect--searchable.c-multiselect--open .multiselect--above .icon-search {
  top: -36px; }

.c-multiselect--searchable.c-multiselect--open .multiselect--above .multiselect__input {
  margin-top: -60px; }

.c-multiselect--searchable.c-multiselect--open .multiselect--above .multiselect__content-wrapper {
  bottom: calc(100% + 50px);
  margin-top: 0; }
  .c-multiselect--searchable.c-multiselect--open .multiselect--above .multiselect__content-wrapper::after {
    z-index: 4;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #e3e3e3;
    content: ''; }

.c-multiselect--searchable.c-multiselect--open .multiselect--above .multiselect__element {
  display: block;
  margin: 0 0 1px 0;
  padding: 0; }
  .c-multiselect--searchable.c-multiselect--open .multiselect--above .multiselect__element:first-of-type {
    border: 0; }
  .c-multiselect--searchable.c-multiselect--open .multiselect--above .multiselect__element:last-of-type {
    border-top-color: #838487;
    margin-bottom: 0;
    border-bottom: 2px solid #838487; }
    .white .c-multiselect--searchable.c-multiselect--open .multiselect--above .multiselect__element:last-of-type {
      border-top-color: #838487; }
    .grey .c-multiselect--searchable.c-multiselect--open .multiselect--above .multiselect__element:last-of-type {
      border-top-color: #838487; }
    .green .c-multiselect--searchable.c-multiselect--open .multiselect--above .multiselect__element:last-of-type {
      border-top-color: #72b904; }
    .orange .c-multiselect--searchable.c-multiselect--open .multiselect--above .multiselect__element:last-of-type {
      border-top-color: #ef8700; }
    .dark-yellow .c-multiselect--searchable.c-multiselect--open .multiselect--above .multiselect__element:last-of-type {
      border-top-color: #a58000; }
    .purple .c-multiselect--searchable.c-multiselect--open .multiselect--above .multiselect__element:last-of-type {
      border-top-color: #9b006b; }
    .blue .c-multiselect--searchable.c-multiselect--open .multiselect--above .multiselect__element:last-of-type {
      border-top-color: #007eb9; }
    .light-blue .c-multiselect--searchable.c-multiselect--open .multiselect--above .multiselect__element:last-of-type {
      border-top-color: #37a8e0; }
    .yellow .c-multiselect--searchable.c-multiselect--open .multiselect--above .multiselect__element:last-of-type {
      border-top-color: #ffd200; }

.c-multiselect--searchable .icon-search {
  z-index: 3;
  position: absolute;
  top: 68px;
  left: 14px;
  color: #838487;
  font-size: 20px; }

.c-multiselect--searchable .multiselect__input {
  z-index: 3;
  display: block;
  width: 100%;
  margin-top: 45px;
  margin-left: 37px;
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */ }
  .c-multiselect--searchable .multiselect__input[type='search']::-ms-clear, .c-multiselect--searchable .multiselect__input[type='search']::-ms-reveal {
    display: none;
    width: 0;
    height: 0; }
  .c-multiselect--searchable .multiselect__input[type='search']::-webkit-search-decoration, .c-multiselect--searchable .multiselect__input[type='search']::-webkit-search-cancel-button, .c-multiselect--searchable .multiselect__input[type='search']::-webkit-search-results-button, .c-multiselect--searchable .multiselect__input[type='search']::-webkit-search-results-decoration {
    display: none; }

/* ------------------------------------ *\
    Modifier disabled
\* ------------------------------------ */
.c-multiselect--disabled {
  cursor: default; }
  .c-multiselect--disabled .c-input__label {
    color: #bbbcbd; }
  .c-multiselect--disabled .multiselect::before {
    z-index: 3;
    cursor: default; }
  .c-multiselect--disabled .multiselect .multiselect__input {
    color: #bbbcbd; }
  .c-multiselect--disabled .multiselect .multiselect__select::before {
    color: #bbbcbd;
    cursor: default; }

.c-primary-nav {
  padding: 12px 20px; }
  @media (min-width: 62em) {
    .c-primary-nav {
      padding-top: 36px; } }

.c-primary-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .c-primary-nav__list > .c-primary-nav__item {
    margin: 0;
    padding: 0; }

.c-primary-nav__list--level-2,
.c-primary-nav__list--level-3,
.c-primary-nav__list--level-4 {
  margin-left: 12px; }
  @media (min-width: 81.25em) {
    .c-primary-nav__list--level-2,
    .c-primary-nav__list--level-3,
    .c-primary-nav__list--level-4 {
      margin-left: 20px; } }

/*
    [1] due to corporate color theme on the body class we have to increase specifity here
    [2] the body classes white, grey and yellow do have a special color theme
        (c-grey and c-text instead of a color)
*/
.c-primary-nav__link {
  transition: color 200ms ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 4px;
  font-size: 15px;
  line-height: 1.46667;
  letter-spacing: 0.4px;
  border-bottom: 1px solid #e3e3e3; }
  .c-primary-nav .c-primary-nav__link {
    color: #535456; }
  .c-primary-nav__link::after {
    margin-right: 10px; }
  .c-primary-nav__link:hover, .c-primary-nav__link:focus {
    color: #838487;
    text-decoration: none;
    outline: none; }
  @media (min-width: 100em) {
    .c-primary-nav__link {
      font-size: 17px;
      line-height: 1.41176; } }
  .c-primary-nav__link[data-toggle='collapse'] {
    position: relative;
    padding: 12px 32px 12px 4px;
    text-align: left; }
    .c-primary-nav__link[data-toggle='collapse']::after {
      position: absolute;
      top: 50%;
      right: 4px;
      width: 8px;
      height: 8px;
      border-top: 1px solid #535456;
      border-right: 1px solid #535456;
      transform: rotate(45deg) translateY(-50%);
      content: ''; }
    .c-primary-nav__link[data-toggle='collapse'][aria-expanded='true']::after {
      transform: rotate(135deg) translate3d(-8px, 0, 10px); }
    .c-primary-nav__link[data-toggle='collapse']:hover::after, .c-primary-nav__link[data-toggle='collapse']:focus::after {
      border-color: #838487; }
  .c-primary-nav__link.c-primary-nav__link--active {
    font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
    color: #838487; }
    .white .c-primary-nav__link.c-primary-nav__link--active {
      color: #838487; }
    .grey .c-primary-nav__link.c-primary-nav__link--active {
      color: #838487; }
    .green .c-primary-nav__link.c-primary-nav__link--active {
      color: #72b904; }
    .orange .c-primary-nav__link.c-primary-nav__link--active {
      color: #ef8700; }
    .dark-yellow .c-primary-nav__link.c-primary-nav__link--active {
      color: #a58000; }
    .purple .c-primary-nav__link.c-primary-nav__link--active {
      color: #9b006b; }
    .blue .c-primary-nav__link.c-primary-nav__link--active {
      color: #007eb9; }
    .light-blue .c-primary-nav__link.c-primary-nav__link--active {
      color: #37a8e0; }
    .yellow .c-primary-nav__link.c-primary-nav__link--active {
      color: #ffd200; }
  .c-primary-nav__item--level-1 > .c-primary-nav__link {
    font-family: "TradeGothicBold", Arial, Verdana, sans-serif; }
  .grey .c-primary-nav__link,
  .white .c-primary-nav__link,
  .yellow .c-primary-nav__link {
    color: #838487; }
    .grey .c-primary-nav__link::after,
    .white .c-primary-nav__link::after,
    .yellow .c-primary-nav__link::after {
      border-color: #838487; }
    .grey .c-primary-nav__link:hover, .grey .c-primary-nav__link:focus,
    .white .c-primary-nav__link:hover,
    .white .c-primary-nav__link:focus,
    .yellow .c-primary-nav__link:hover,
    .yellow .c-primary-nav__link:focus {
      color: #535456; }
      .grey .c-primary-nav__link:hover::after, .grey .c-primary-nav__link:focus::after,
      .white .c-primary-nav__link:hover::after,
      .white .c-primary-nav__link:focus::after,
      .yellow .c-primary-nav__link:hover::after,
      .yellow .c-primary-nav__link:focus::after {
        border-color: #535456; }
    .grey .c-primary-nav__link.c-primary-nav__link--active,
    .white .c-primary-nav__link.c-primary-nav__link--active,
    .yellow .c-primary-nav__link.c-primary-nav__link--active {
      color: #535456; }
  @media (max-width: 61.99em) {
    .c-primary-nav__item--level-1:last-child .c-primary-nav__link {
      border: none; } }

.c-meta-nav-mobile {
  box-shadow: inset 0 15px 8px -10px rgba(0, 0, 0, 0.03), inset 0 -15px 8px -10px rgba(0, 0, 0, 0.03);
  position: relative;
  padding: 12px 20px;
  background-color: #f6f6f6; }
  @media (min-width: 62em) {
    .c-meta-nav-mobile {
      display: none; } }

.c-meta-nav__item-mobile {
  border-top: 1px solid #e3e3e3; }
  .c-meta-nav__item-mobile:first-child {
    border: none; }

.c-meta-nav-mobile__list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .c-meta-nav-mobile__list > .c-meta-nav-mobile__item {
    margin: 0;
    padding: 0; }

.c-meta-nav-mobile__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 33px 13px 5px;
  font-size: 15px;
  line-height: 1.46667;
  text-decoration: none; }
  .c-meta-nav-mobile__link::after {
    margin-right: 10px; }
  .c-meta-nav-mobile__link:focus {
    text-decoration: none;
    outline: none; }
  .c-meta-nav-mobile .c-meta-nav-mobile__link {
    color: #838487; }
    .c-meta-nav-mobile .c-meta-nav-mobile__link:hover, .c-meta-nav-mobile .c-meta-nav-mobile__link:focus {
      color: #535456; }
  @media (min-width: 100em) {
    .c-meta-nav-mobile__link {
      font-size: 17px;
      line-height: 1.41176; } }

.c-meta-nav-mobile__link--active {
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif; }

.c-collapsible__body {
  position: relative;
  padding: 32px 20px; }

.c-collapsible .c-collapsible__btn {
  position: absolute;
  top: 20px;
  right: 20px; }
  .c-collapsible .c-collapsible__btn {
    transition: color 200ms ease-in-out;
    color: #838487;
    text-decoration: none; }
    .c-collapsible .c-collapsible__btn:focus, .c-collapsible .c-collapsible__btn:active, .c-collapsible .c-collapsible__btn:visited {
      color: #838487;
      text-decoration: none;
      outline: none; }
    .c-collapsible .c-collapsible__btn:hover, .c-collapsible .c-collapsible__btn:focus {
      color: #535456;
      text-decoration: none; }

.c-collapsible--dark .c-collapsible__body {
  box-shadow: inset 0 -15px 8px -10px rgba(0, 0, 0, 0.03);
  background-color: #f6f6f6; }

.c-collapsible-group--desktop {
  display: none; }
  @media (min-width: 62em) {
    .c-collapsible-group--desktop {
      display: block; } }

@media (min-width: 62em) {
  .c-collapsible-group--mobile .c-collapsible {
    display: none; } }

/* ------------------------------------ *\
    Form
\* ------------------------------------ */
.c-form {
  /* Cols
    ----------------------- */
  /* Form group
    ----------------------- */ }
  .c-form .c-form__col {
    margin-bottom: 40px; }
    @media (min-width: 47.1875em) {
      .c-form .c-form__col.is-margin-top {
        margin-top: 36px; } }
    @media (min-width: 100em) {
      .c-form .c-form__col.is-margin-top {
        margin-top: 40px; } }
  @media (max-width: 47.1775em) {
    .c-form .c-form__col--reset {
      margin-bottom: 16px; } }
  @media (min-width: 47.1875em) {
    .c-form .c-form__col--submit {
      text-align: right; } }
  .c-form .c-form__group {
    margin-bottom: 40px; }
    .c-form .c-form__group .c-form__col {
      margin-bottom: 20px; }
  .c-form .c-form__group__legend {
    color: #535456;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 24px; }

/* Full width variant (for 4col page areas)
------------------------------------------- */
@media (min-width: 100em) {
  .c-form--full-width {
    max-width: 66.66667%; } }

/* Search variant (in header)
------------------------------------------- */
.c-form--search {
  position: relative;
  max-width: 680px;
  margin: 0 auto; }
  .c-form--search .c-form__col {
    margin-bottom: 0; }
  .c-form--search .c-input__text:focus {
    background: #fff;
    border-color: #535456; }
    .c-form--search .c-input__text:focus + .c-input__label {
      color: #535456; }
  .c-form--search .c-button {
    color: #838487; }
    .c-form--search .c-button:hover {
      color: #535456; }
  .c-form--search .link-list {
    cursor: pointer; }
    .c-form--search .link-list li {
      transition: color 200ms ease-in-out;
      color: #535456;
      text-decoration: none; }
      .c-form--search .link-list li:focus, .c-form--search .link-list li:active, .c-form--search .link-list li:visited {
        color: #535456;
        text-decoration: none;
        outline: none; }
      .c-form--search .link-list li:hover, .c-form--search .link-list li:focus {
        color: #007eb9;
        text-decoration: none; }
    .c-form--search .link-list li:first-child {
      margin-top: 20px; }

/* ---------------------------------------- *\
    Search form in header (legacy support)
    ---------------------------------------
 *  These styles are needed to support the legacy variant of pages (mixed channel)
 *  Can be removed when mixed channel is not used anymore

\* ---------------------------------------- */
.c-search-form {
  position: relative;
  max-width: 680px;
  margin: 0 auto; }
  .c-search-form__input {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    color: #838487;
    vertical-align: middle;
    background-color: #f6f6f6;
    border: 0;
    border-bottom: 1px solid #535456;
    border-radius: 0; }
    .c-search-form__input:focus {
      background: #fff;
      outline: none; }
    .is-page-context .c-search-form__input {
      min-height: 50px;
      padding: 10px 12px 8px;
      color: #535456;
      line-height: 28px;
      border-bottom: 2px solid #fff; }
      .is-page-context .c-search-form__input:focus {
        background-color: #f6f6f6; }
  .c-search-form__submit {
    position: absolute;
    top: .5em;
    right: .6em; }
    .c-search-form__submit {
      transition: color 200ms ease-in-out;
      color: #838487;
      text-decoration: none; }
      .c-search-form__submit:focus, .c-search-form__submit:active, .c-search-form__submit:visited {
        color: #838487;
        text-decoration: none;
        outline: none; }
      .c-search-form__submit:hover, .c-search-form__submit:focus {
        color: #535456;
        text-decoration: none; }
    .is-page-context .c-search-form__submit {
      top: 0;
      right: 0;
      display: none;
      padding: 10px 20px; }
      .is-page-context .c-search-form__submit {
        transition: color 200ms ease-in-out;
        color: #6b6c6e;
        text-decoration: none; }
        .is-page-context .c-search-form__submit:focus, .is-page-context .c-search-form__submit:active, .is-page-context .c-search-form__submit:visited {
          color: #6b6c6e;
          text-decoration: none;
          outline: none; }
        .is-page-context .c-search-form__submit:hover, .is-page-context .c-search-form__submit:focus {
          color: #007eb9;
          text-decoration: none; }
      .is-page-context .c-search-form__submit::before {
        position: absolute;
        top: 12px;
        left: 0;
        width: 1px;
        height: 30px;
        background-color: #bbbcbd;
        content: ''; }
      @media (min-width: 36em) {
        .is-page-context .c-search-form__submit {
          display: block;
          font-size: 20px; } }
      .is-page-context .c-search-form__submit .icon {
        height: 20px;
        vertical-align: text-bottom; }
  .c-search-form .link-list {
    margin-top: 20px;
    cursor: pointer; }
    .c-search-form .link-list li {
      transition: color 200ms ease-in-out;
      color: #535456;
      text-decoration: none; }
      .c-search-form .link-list li:focus, .c-search-form .link-list li:active, .c-search-form .link-list li:visited {
        color: #535456;
        text-decoration: none;
        outline: none; }
      .c-search-form .link-list li:hover, .c-search-form .link-list li:focus {
        color: #007eb9;
        text-decoration: none; }
  .c-search-form.is-page-context .link-list {
    position: absolute;
    width: 100%;
    margin-top: 0;
    background: #fff;
    border-bottom: 4px solid #007eb9; }
    .c-search-form.is-page-context .link-list.is-visible {
      box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2); }
    .c-search-form.is-page-context .link-list li {
      margin: 0;
      padding: 8px; }
      .c-search-form.is-page-context .link-list li:first-child {
        margin-top: 10px; }
      .c-search-form.is-page-context .link-list li:hover, .c-search-form.is-page-context .link-list li:focus {
        background: #f6f6f6; }

.c-search-form__reset {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px; }
  .c-search-form__reset {
    transition: color 200ms ease-in-out;
    color: #6b6c6e;
    text-decoration: none; }
    .c-search-form__reset:focus, .c-search-form__reset:active, .c-search-form__reset:visited {
      color: #6b6c6e;
      text-decoration: none;
      outline: none; }
    .c-search-form__reset:hover, .c-search-form__reset:focus {
      color: #007eb9;
      text-decoration: none; }
  @media (min-width: 36em) {
    .c-search-form__reset {
      right: 4em;
      font-size: 16px; } }
  .c-search-form__reset .icon {
    height: 20px;
    vertical-align: middle; }

/* clears the 'X' from Internet Explorer */
input[type='search']::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the 'X' from Chrome */
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none; }

@media (max-width: 47.1775em) {
  .c-image-slider {
    margin-right: -20px; } }

.c-image-slider .swiper-container {
  padding-top: 1px;
  padding-bottom: 16px; }
  @media (min-width: 47.1875em) {
    .c-image-slider .swiper-container {
      padding-right: 32px;
      padding-left: 32px; } }

@media (max-width: 35.99em) {
  .c-image-slider__slide {
    min-width: 264px;
    max-width: 264px; } }

@media (min-width: 36em) and (max-width: 47.1775em) {
  .c-image-slider__slide {
    min-width: 392px;
    max-width: 392px; } }

.c-image-slider__btn {
  position: absolute;
  top: 0;
  z-index: 1;
  display: none;
  width: 32px;
  height: 100%;
  background: #fff;
  background-clip: padding-box; }
  @media (min-width: 47.1875em) {
    .c-image-slider__btn {
      display: block; } }
  .c-image-slider__btn .icon {
    position: relative;
    color: #838487;
    font-size: 36px; }
  .c-image-slider__btn:hover, .c-image-slider__btn:focus {
    outline: 0 none; }
  .c-image-slider__btn:hover .icon {
    color: #838487; }
    .white .c-image-slider__btn:hover .icon {
      color: #838487; }
    .grey .c-image-slider__btn:hover .icon {
      color: #838487; }
    .green .c-image-slider__btn:hover .icon {
      color: #72b904; }
    .orange .c-image-slider__btn:hover .icon {
      color: #ef8700; }
    .dark-yellow .c-image-slider__btn:hover .icon {
      color: #a58000; }
    .purple .c-image-slider__btn:hover .icon {
      color: #9b006b; }
    .blue .c-image-slider__btn:hover .icon {
      color: #007eb9; }
    .light-blue .c-image-slider__btn:hover .icon {
      color: #37a8e0; }
    .yellow .c-image-slider__btn:hover .icon {
      color: #ffd200; }
  .c-image-slider__btn.is-disabled, .c-image-slider__btn.is-disabled:hover, .c-image-slider__btn.is-disabled:focus {
    cursor: default; }
    .c-image-slider__btn.is-disabled .icon, .c-image-slider__btn.is-disabled:hover .icon, .c-image-slider__btn.is-disabled:focus .icon {
      display: none; }

.c-image-slider__btn--prev {
  left: -1px;
  border-right: 8px solid transparent; }
  .c-image-slider__btn--prev .icon {
    left: -8px; }

.c-image-slider__btn--next {
  right: -1px;
  border-left: 8px solid transparent; }
  .c-image-slider__btn--next .icon {
    left: -4px; }

.c-image-slider .swiper-pagination {
  position: relative;
  height: 48px; }

.c-image-slider .swiper-pagination-bullet {
  background: #838487;
  color: #838487;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  transform: scale(0.75);
  opacity: 1;
  transition: transform 200ms ease-in-out; }
  .white .c-image-slider .swiper-pagination-bullet {
    background: #838487; }
  .grey .c-image-slider .swiper-pagination-bullet {
    background: #838487; }
  .green .c-image-slider .swiper-pagination-bullet {
    background: #72b904; }
  .orange .c-image-slider .swiper-pagination-bullet {
    background: #ef8700; }
  .dark-yellow .c-image-slider .swiper-pagination-bullet {
    background: #a58000; }
  .purple .c-image-slider .swiper-pagination-bullet {
    background: #9b006b; }
  .blue .c-image-slider .swiper-pagination-bullet {
    background: #007eb9; }
  .light-blue .c-image-slider .swiper-pagination-bullet {
    background: #37a8e0; }
  .yellow .c-image-slider .swiper-pagination-bullet {
    background: #838487; }
  .grey .c-image-slider .swiper-pagination-bullet {
    background: #838487; }
  .white .c-image-slider .swiper-pagination-bullet {
    color: #838487; }
  .grey .c-image-slider .swiper-pagination-bullet {
    color: #838487; }
  .green .c-image-slider .swiper-pagination-bullet {
    color: #72b904; }
  .orange .c-image-slider .swiper-pagination-bullet {
    color: #ef8700; }
  .dark-yellow .c-image-slider .swiper-pagination-bullet {
    color: #a58000; }
  .purple .c-image-slider .swiper-pagination-bullet {
    color: #9b006b; }
  .blue .c-image-slider .swiper-pagination-bullet {
    color: #007eb9; }
  .light-blue .c-image-slider .swiper-pagination-bullet {
    color: #37a8e0; }
  .yellow .c-image-slider .swiper-pagination-bullet {
    color: #838487; }
  .grey .c-image-slider .swiper-pagination-bullet {
    color: #838487; }
  .c-image-slider .swiper-pagination-bullet::before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px currentColor;
    transform: scale(0.5);
    opacity: 0;
    transition: transform, opacity 200ms ease-in-out;
    content: ''; }
  .c-image-slider .swiper-pagination-bullet::after {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    content: ''; }
  .c-image-slider .swiper-pagination-bullet:hover, .c-image-slider .swiper-pagination-bullet:focus {
    outline: none;
    transform: scale(1); }

.c-image-slider .swiper-pagination-bullet-active {
  transform: scale(1) !important; }
  .c-image-slider .swiper-pagination-bullet-active::before {
    transform: scale(1);
    opacity: 1; }

.c-image-slider--disabled .swiper-pagination {
  display: none; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: all !important; }

/* ------------------------------------ *\
    #TEASER_IMAGE_SLIDER
\* ------------------------------------ */
.c-teaser--image-slider {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0;
  /* css hack for IE11 */ }
  .c-teaser--image-slider .c-teaser__media {
    margin: 0; }
  .c-teaser--image-slider .o-media__img-container {
    width: 100%;
    height: 0;
    padding-bottom: 66.66%; }
    .c-teaser--image-slider .o-media__img-container::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: background 200ms ease-in-out;
      background: rgba(0, 0, 0, 0.1);
      content: ''; }
    .c-teaser--image-slider .o-media__img-container:hover::after {
      background: rgba(0, 0, 0, 0); }
  .c-teaser--image-slider .o-media__img-container--square {
    width: 100%;
    height: 0;
    padding-bottom: 100%; }
    .c-teaser--image-slider .o-media__img-container--square::after {
      display: none; }
  .c-teaser--image-slider .o-media__img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto; }
    .c-teaser--image-slider .o-media__img-wrap > img {
      width: auto;
      max-width: 100%;
      max-height: 100%; }
  @media all and (-ms-high-contrast: none) {
    .c-teaser--image-slider *::-ms-backdrop,
    .c-teaser--image-slider .o-media__img-wrap {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      background: rgba(0, 0, 0, 0.1); } }
  .c-teaser--image-slider .link:hover .image-icon--video, .c-teaser--image-slider .link:focus .image-icon--video {
    background: transparent; }
  .c-teaser--image-slider .link .image-icon {
    z-index: 1; }
  .c-teaser--image-slider .link .image-icon--video {
    width: 64px;
    height: 64px;
    font-size: 64px; }
    .c-teaser--image-slider .link .image-icon--video::before {
      color: #fff; }
  .c-teaser--image-slider .o-media__licence {
    left: 0;
    width: calc(100% - 40px); }

.c-dropdown__btn {
  padding-right: 16px;
  padding-left: 16px;
  color: #535456;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  border-radius: 0; }

.c-dropdown__menu {
  width: 100%;
  margin-top: 0;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }
  .c-dropdown__menu .link-list__item {
    margin-bottom: 0; }
  .c-dropdown__menu .link-list__link .icon {
    color: #838487; }

/* ------------------------------------ *\
    COUNTER
\* ------------------------------------ */
.c-counter {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

.c-counter__text.hide {
  display: none; }

.c-counter__box {
  display: flex;
  justify-content: center;
  margin: 24px 0;
  color: #fff; }
  .c-counter__box.hide {
    display: none; }
  @media (min-width: 47.1875em) {
    .c-counter__box {
      margin: 32px 0; } }
  @media (min-width: 81.25em) {
    .c-counter__box {
      margin: 48px 0; } }

.c-counter__wrap {
  display: flex;
  flex-direction: column;
  min-width: 60px;
  padding: 0 10px; }
  .c-counter__wrap.hide {
    display: none; }
  @media (min-width: 47.1875em) {
    .c-counter__wrap {
      min-width: 80px; } }
  @media (min-width: 81.25em) {
    .c-counter__wrap {
      min-width: 120px; } }

.c-counter__amount {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 36px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  line-height: 1.27778;
  letter-spacing: 0;
  margin-bottom: 12px; }
  @media (min-width: 81.25em) {
    .c-counter__amount {
      font-weight: 400;
      font-size: 46px;
      line-height: 1.21739;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .c-counter__amount {
      font-weight: 400;
      font-size: 56px;
      line-height: 1.17857;
      letter-spacing: 0; } }
  @media (min-width: 47.1875em) {
    .c-counter__amount {
      margin-bottom: 16px; } }

.c-counter__unit {
  display: inherit;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  line-height: 1.42857;
  letter-spacing: 0.4px;
  text-transform: uppercase; }

.c-counter__unit.hide {
  display: none; }

.c-accordion-item {
  border-bottom: 1px solid #e3e3e3; }
  .c-accordion-item__heading {
    margin-bottom: 0; }
  .c-accordion-item__trigger {
    transition: color #535456 #535456;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 20px;
    font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0;
    position: relative;
    display: block;
    width: 100%;
    padding: 16px 40px 12px 0;
    text-align: left; }
    @media (min-width: 81.25em) {
      .c-accordion-item__trigger {
        font-weight: normal;
        font-size: 24px;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0; } }
    @media (min-width: 100em) {
      .c-accordion-item__trigger {
        font-weight: normal;
        font-size: 30px;
        font-style: normal;
        line-height: 1.26667;
        letter-spacing: 0; } }
    @media (min-width: 62em) {
      .c-accordion-item__trigger {
        padding: 20px 40px 16px 0; } }
    .c-accordion-item__trigger::before {
      transition: color 200ms ease-in-out;
      font-weight: normal;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "heraeus_icons" !important;
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-transform: none;
      speak: none;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 4px;
      right: 6px;
      bottom: 0;
      display: block;
      width: 20px;
      height: 20px;
      margin: auto;
      font-size: 20px;
      transform: rotate(90deg);
      content: ""; }
    .c-accordion-item__trigger[aria-expanded='true'] {
      color: #535456; }
      .c-accordion-item__trigger[aria-expanded='true']::before {
        color: #535456;
        transform: rotate(270deg); }
        .white .c-accordion-item__trigger[aria-expanded='true']::before {
          color: #535456; }
        .grey .c-accordion-item__trigger[aria-expanded='true']::before {
          color: #838487; }
        .green .c-accordion-item__trigger[aria-expanded='true']::before {
          color: #72b904; }
        .orange .c-accordion-item__trigger[aria-expanded='true']::before {
          color: #ef8700; }
        .dark-yellow .c-accordion-item__trigger[aria-expanded='true']::before {
          color: #a58000; }
        .purple .c-accordion-item__trigger[aria-expanded='true']::before {
          color: #9b006b; }
        .blue .c-accordion-item__trigger[aria-expanded='true']::before {
          color: #007eb9; }
        .light-blue .c-accordion-item__trigger[aria-expanded='true']::before {
          color: #37a8e0; }
        .yellow .c-accordion-item__trigger[aria-expanded='true']::before {
          color: #ffd200; }
    .c-accordion-item__trigger[aria-expanded='false'] {
      color: #838487; }
      .c-accordion-item__trigger[aria-expanded='false']::before {
        color: #838487; }
    .c-accordion-item__trigger.collapsed:hover {
      color: #535456; }
      .white .c-accordion-item__trigger.collapsed:hover {
        color: #535456; }
      .grey .c-accordion-item__trigger.collapsed:hover {
        color: #838487; }
      .green .c-accordion-item__trigger.collapsed:hover {
        color: #72b904; }
      .orange .c-accordion-item__trigger.collapsed:hover {
        color: #ef8700; }
      .dark-yellow .c-accordion-item__trigger.collapsed:hover {
        color: #a58000; }
      .purple .c-accordion-item__trigger.collapsed:hover {
        color: #9b006b; }
      .blue .c-accordion-item__trigger.collapsed:hover {
        color: #007eb9; }
      .light-blue .c-accordion-item__trigger.collapsed:hover {
        color: #37a8e0; }
      .yellow .c-accordion-item__trigger.collapsed:hover {
        color: #535456; }
      .grey .c-accordion-item__trigger.collapsed:hover {
        color: #535456; }
      .c-accordion-item__trigger.collapsed:hover::before {
        color: #535456; }
        .white .c-accordion-item__trigger.collapsed:hover::before {
          color: #535456; }
        .grey .c-accordion-item__trigger.collapsed:hover::before {
          color: #838487; }
        .green .c-accordion-item__trigger.collapsed:hover::before {
          color: #72b904; }
        .orange .c-accordion-item__trigger.collapsed:hover::before {
          color: #ef8700; }
        .dark-yellow .c-accordion-item__trigger.collapsed:hover::before {
          color: #a58000; }
        .purple .c-accordion-item__trigger.collapsed:hover::before {
          color: #9b006b; }
        .blue .c-accordion-item__trigger.collapsed:hover::before {
          color: #007eb9; }
        .light-blue .c-accordion-item__trigger.collapsed:hover::before {
          color: #37a8e0; }
        .yellow .c-accordion-item__trigger.collapsed:hover::before {
          color: #535456; }
        .grey .c-accordion-item__trigger.collapsed:hover::before {
          color: #535456; }
    .c-accordion-item__trigger:focus {
      outline: none; }
  .c-accordion-item__panel::before {
    display: block;
    width: 100%;
    height: 4px;
    content: ''; }
  .c-accordion-item__panel.collapsing::before, .c-accordion-item__panel.show::before {
    background: #838487; }
    .white .c-accordion-item__panel.collapsing::before, .white .c-accordion-item__panel.show::before {
      background: #838487; }
    .grey .c-accordion-item__panel.collapsing::before, .grey .c-accordion-item__panel.show::before {
      background: #838487; }
    .green .c-accordion-item__panel.collapsing::before, .green .c-accordion-item__panel.show::before {
      background: #72b904; }
    .orange .c-accordion-item__panel.collapsing::before, .orange .c-accordion-item__panel.show::before {
      background: #ef8700; }
    .dark-yellow .c-accordion-item__panel.collapsing::before, .dark-yellow .c-accordion-item__panel.show::before {
      background: #a58000; }
    .purple .c-accordion-item__panel.collapsing::before, .purple .c-accordion-item__panel.show::before {
      background: #9b006b; }
    .blue .c-accordion-item__panel.collapsing::before, .blue .c-accordion-item__panel.show::before {
      background: #007eb9; }
    .light-blue .c-accordion-item__panel.collapsing::before, .light-blue .c-accordion-item__panel.show::before {
      background: #37a8e0; }
    .yellow .c-accordion-item__panel.collapsing::before, .yellow .c-accordion-item__panel.show::before {
      background: #ffd200; }
  .c-accordion-item__panel .o-module {
    margin-top: 16px;
    margin-bottom: 24px; }
    @media (min-width: 62em) {
      .c-accordion-item__panel .o-module {
        margin-top: 24px;
        margin-bottom: 24px; } }
    @media (min-width: 81.25em) {
      .c-accordion-item__panel .o-module {
        margin-top: 40px;
        margin-bottom: 40px; } }
    @media (min-width: 81.25em) {
      .c-transmission-calculator .c-accordion-item__panel .o-module {
        margin-bottom: 24px; } }

.c-accordion__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1.5rem; }
  @media (min-width: 36em) {
    .c-accordion__header {
      flex-direction: row; }
      .c-accordion__header h2 {
        margin: 0; } }

.c-accordion__toggle-wrap {
  display: flex; }
  @media (min-width: 36em) {
    .c-accordion__toggle-wrap {
      justify-content: flex-end; } }

.c-tabs__list {
  margin-bottom: 0;
  border-bottom: 1px solid #e3e3e3; }

.c-tabs__list-item {
  display: flex;
  margin: 0;
  padding: 0; }
  .c-tabs__list-item:last-child {
    margin-right: 0; }

.c-tabs__list-link {
  transition: color 200ms ease-in-out;
  position: relative;
  padding: 0 16px;
  font-size: 20px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  line-height: 1.3; }
  .c-tabs .c-tabs__list-link {
    color: #838487; }
  .c-tabs__list-link:not(.c-tabs__list-link--narrow) {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 20px;
    font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0; }
    @media (min-width: 81.25em) {
      .c-tabs__list-link:not(.c-tabs__list-link--narrow) {
        font-weight: normal;
        font-size: 24px;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0; } }
    @media (min-width: 100em) {
      .c-tabs__list-link:not(.c-tabs__list-link--narrow) {
        font-weight: normal;
        font-size: 30px;
        font-style: normal;
        line-height: 1.26667;
        letter-spacing: 0; } }
    .c-tabs__list-link:not(.c-tabs__list-link--narrow)[aria-selected='false']:hover {
      color: #535456; }
      .white .c-tabs__list-link:not(.c-tabs__list-link--narrow)[aria-selected='false']:hover {
        color: #535456; }
      .grey .c-tabs__list-link:not(.c-tabs__list-link--narrow)[aria-selected='false']:hover {
        color: #838487; }
      .green .c-tabs__list-link:not(.c-tabs__list-link--narrow)[aria-selected='false']:hover {
        color: #72b904; }
      .orange .c-tabs__list-link:not(.c-tabs__list-link--narrow)[aria-selected='false']:hover {
        color: #ef8700; }
      .dark-yellow .c-tabs__list-link:not(.c-tabs__list-link--narrow)[aria-selected='false']:hover {
        color: #a58000; }
      .purple .c-tabs__list-link:not(.c-tabs__list-link--narrow)[aria-selected='false']:hover {
        color: #9b006b; }
      .blue .c-tabs__list-link:not(.c-tabs__list-link--narrow)[aria-selected='false']:hover {
        color: #007eb9; }
      .light-blue .c-tabs__list-link:not(.c-tabs__list-link--narrow)[aria-selected='false']:hover {
        color: #37a8e0; }
      .yellow .c-tabs__list-link:not(.c-tabs__list-link--narrow)[aria-selected='false']:hover {
        color: #535456; }
      .grey .c-tabs__list-link:not(.c-tabs__list-link--narrow)[aria-selected='false']:hover {
        color: #535456; }
  .c-tabs__list-link > span {
    transition: border-bottom-color 200ms ease-in-out;
    display: block;
    padding: 8px 0;
    border-bottom: 4px solid transparent; }
  .c-tabs__list-link::after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 24px;
    margin: 14px 0;
    border-right: 1px solid #e3e3e3;
    content: ''; }
  .c-tabs__list-link:hover, .c-tabs__list-link:focus {
    text-decoration: none;
    outline: 0 none; }
  .c-tabs__list-link:hover {
    color: #535456; }
    .white .c-tabs__list-link:hover {
      color: #535456; }
    .grey .c-tabs__list-link:hover {
      color: #838487; }
    .green .c-tabs__list-link:hover {
      color: #72b904; }
    .orange .c-tabs__list-link:hover {
      color: #ef8700; }
    .dark-yellow .c-tabs__list-link:hover {
      color: #a58000; }
    .purple .c-tabs__list-link:hover {
      color: #9b006b; }
    .blue .c-tabs__list-link:hover {
      color: #007eb9; }
    .light-blue .c-tabs__list-link:hover {
      color: #37a8e0; }
    .yellow .c-tabs__list-link:hover {
      color: #535456; }
    .grey .c-tabs__list-link:hover {
      color: #535456; }
  .c-tabs__list-link:focus, .c-tabs__list-link.active {
    color: #535456; }
    .c-tabs__list-link:focus > span, .c-tabs__list-link.active > span {
      border-bottom-color: #535456; }
      .white .c-tabs__list-link:focus > span, .white .c-tabs__list-link.active > span {
        border-bottom-color: #535456; }
      .grey .c-tabs__list-link:focus > span, .grey .c-tabs__list-link.active > span {
        border-bottom-color: #838487; }
      .green .c-tabs__list-link:focus > span, .green .c-tabs__list-link.active > span {
        border-bottom-color: #72b904; }
      .orange .c-tabs__list-link:focus > span, .orange .c-tabs__list-link.active > span {
        border-bottom-color: #ef8700; }
      .dark-yellow .c-tabs__list-link:focus > span, .dark-yellow .c-tabs__list-link.active > span {
        border-bottom-color: #a58000; }
      .purple .c-tabs__list-link:focus > span, .purple .c-tabs__list-link.active > span {
        border-bottom-color: #9b006b; }
      .blue .c-tabs__list-link:focus > span, .blue .c-tabs__list-link.active > span {
        border-bottom-color: #007eb9; }
      .light-blue .c-tabs__list-link:focus > span, .light-blue .c-tabs__list-link.active > span {
        border-bottom-color: #37a8e0; }
      .yellow .c-tabs__list-link:focus > span, .yellow .c-tabs__list-link.active > span {
        border-bottom-color: #535456; }
      .grey .c-tabs__list-link:focus > span, .grey .c-tabs__list-link.active > span {
        border-bottom-color: #535456; }
  .c-tabs__list-item:first-child .c-tabs__list-link {
    padding-left: 0; }
  .c-tabs__list-item:last-child .c-tabs__list-link::after {
    display: none; }
  @media (min-width: 62em) {
    .c-tabs__list-link:not(.c-tabs__list-link--narrow) {
      padding: 0 20px; }
      .c-tabs__list-link:not(.c-tabs__list-link--narrow)::after {
        margin: 20px 0; }
      .c-tabs__list-link:not(.c-tabs__list-link--narrow) > span {
        padding: 12px 0; } }

.c-tabs__panel.c-tabs__panel--narrow {
  padding: 16px 0 16px; }

@media (max-width: 61.99em) {
  .c-tabs--to-accordion .c-tabs__list {
    display: none; }
  .c-tabs--to-accordion .c-tabs__panel-wrap > .c-tabs__panel {
    display: block !important;
    opacity: 1; } }

@media (min-width: 62em) {
  .c-tabs--to-accordion {
    border-bottom: 1px solid #e3e3e3; }
    .c-tabs--to-accordion .c-tabs__panel-wrap .c-accordion-item {
      border-bottom: 0 none; }
    .c-tabs--to-accordion .c-tabs__panel .c-accordion-item__header {
      display: none; }
    .c-tabs--to-accordion .c-tabs__panel .collapse {
      display: block; }
    .c-tabs--to-accordion .c-tabs__panel .c-accordion-item__panel::before {
      display: none; } }

.c-fallback-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1.33333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #535456;
  text-align: center;
  background: #f6f6f6; }
  @media (min-width: 47.1875em) {
    .c-fallback-message {
      font-size: 14px;
      line-height: 1.42857; } }
  .c-lightbox .c-lightbox__figcaption .c-fallback-message {
    position: fixed;
    opacity: 0;
    transition: opacity 250ms;
    transition-delay: 50ms; }
    .c-lightbox .c-lightbox__figcaption .c-fallback-message.show {
      opacity: 1; }
    .c-lightbox .c-lightbox__figcaption .c-fallback-message a {
      color: #535456;
      text-decoration: underline; }
      .c-lightbox .c-lightbox__figcaption .c-fallback-message a:hover, .c-lightbox .c-lightbox__figcaption .c-fallback-message a:focus {
        color: #838487; }

.c-modal {
  z-index: 3100;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }
  .c-modal.fade {
    transition: opacity .15s linear; }
  .modal-open .c-modal {
    overflow-x: hidden;
    overflow-y: auto; }
  @media (min-width: 992px) {
    .c-modal .modal-lg,
    .c-modal .modal-xl {
      max-width: 800px; } }

.c-modal__dialog {
  position: relative;
  width: auto;
  margin: 0 auto;
  pointer-events: none; }
  .fade .c-modal__dialog {
    transform: translate(0, -50px);
    transition: transform .3s ease-out; }
  .show .c-modal__dialog {
    transform: none; }
  .c-modal__dialog.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem); }
    .c-modal__dialog.modal-dialog-centered::before {
      display: block;
      height: calc(100vh - 1rem);
      content: ''; }
      @media (min-width: 576px) {
        .c-modal__dialog.modal-dialog-centered::before {
          height: calc(100vh - 3.5rem); } }
  @media (min-width: 576px) {
    .c-modal__dialog .modal-dialog {
      max-width: 500px;
      margin: 0 auto !important; }
    .c-modal__dialog .modal-dialog-centered {
      min-height: calc(100% - 3.5rem); } }

.c-modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  outline: 0;
  pointer-events: auto; }

.c-modal__header {
  position: relative;
  padding: 24px 20px 0;
  border-bottom: none; }
  @media (min-width: 47.1875em) {
    .c-modal__header {
      padding: 40px 48px 0; } }
  @media (min-width: 62em) {
    .c-modal__header {
      padding: 64px 72px 0; } }
  @media (min-width: 81.25em) {
    .c-modal__header {
      padding: 80px 88px 0; } }

.c-modal__body {
  padding: 0 20px 24px; }
  @media (min-width: 47.1875em) {
    .c-modal__body {
      padding: 0 48px 40px; } }
  @media (min-width: 62em) {
    .c-modal__body {
      padding: 0 72px 64px; } }
  @media (min-width: 81.25em) {
    .c-modal__body {
      padding: 0 88px 80px; } }

.c-modal__close {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 20px; }
  @media (min-width: 47.1875em) {
    .c-modal__close {
      top: 16px;
      right: 16px; } }
  .c-modal__header .c-modal__close {
    margin: 0;
    padding: 10px; }
  .c-modal__close > .icon::before {
    color: #838487; }
  .c-modal__close:hover > .icon::before, .c-modal__close:focus > .icon::before {
    color: #535456; }
  .c-modal__close:focus {
    outline: none; }

.c-modal__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .c-modal__backdrop.fade {
    opacity: 0; }
  .c-modal__backdrop.show {
    display: block;
    opacity: .5; }

.fade {
  transition: opacity .15s linear; }

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

.modal-open {
  overflow: hidden; }

.overlay {
  z-index: 7000;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8); }
  @media (min-width: 47.1875em) {
    .overlay {
      padding: 5% 5% 0 5%; } }
  @media (min-width: 81.25em) {
    .overlay {
      padding-right: 10%;
      padding-left: 10%; } }

.overlay__container {
  position: relative;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white; }
  @media (min-width: 81.25em) {
    .overlay__container {
      max-width: 1300px; } }

.overlay__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  background: #6b6c6e; }
  @media (min-width: 47.1875em) {
    .overlay__header {
      height: 70px; } }
  @media (min-width: 62em) {
    .overlay__header {
      height: 86px; } }

.overlay__title {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 20px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  align-self: center;
  margin-left: 20px;
  color: #fff; }
  @media (min-width: 81.25em) {
    .overlay__title {
      font-weight: normal;
      font-size: 24px;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .overlay__title {
      font-weight: normal;
      font-size: 30px;
      font-style: normal;
      line-height: 1.26667;
      letter-spacing: 0; } }
  @media (min-width: 47.1875em) {
    .overlay__title {
      margin-bottom: 0;
      font-weight: 400;
      font-size: 26px;
      font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
      line-height: 1.30769;
      letter-spacing: 0;
      margin-left: 40px; } }
  @media (min-width: 47.1875em) and (min-width: 81.25em) {
    .overlay__title {
      font-weight: 400;
      font-size: 30px;
      line-height: 1.26667;
      letter-spacing: 0; } }
  @media (min-width: 47.1875em) and (min-width: 100em) {
    .overlay__title {
      font-weight: 400;
      font-size: 40px;
      line-height: 1.2;
      letter-spacing: 0; } }
  @media (min-width: 62em) {
    .overlay__title {
      margin-left: 60px; } }

.overlay__btn-container {
  display: flex;
  justify-content: flex-end; }
  @media (min-width: 47.1875em) {
    .overlay__btn-container {
      margin-right: 20px; } }
  .overlay__btn-container .c-button--flat {
    color: #fff; }
    .overlay__btn-container .c-button--flat:hover {
      color: #bbbcbd; }

.overlay__content {
  position: relative;
  display: block;
  width: 100%;
  max-height: calc(100vh - 48px);
  /* respect height of header on top */
  padding: 20px;
  overflow-y: auto; }
  @media (min-width: 47.1875em) {
    .overlay__content {
      max-height: calc(95vh - 70px);
      /* respect height of header on top */
      padding: 40px; } }
  @media (min-width: 62em) {
    .overlay__content {
      max-height: calc(95vh - 86px);
      /* respect height of header on top */
      padding: 60px; } }

body.modal-open {
  overflow: hidden; }

.c-pills {
  position: relative; }
  @media (max-width: 47.1775em) {
    .c-pills {
      margin-right: calc((100vw - 100%) / -2);
      margin-left: calc((100vw - 100%) / -2); } }

.c-pills__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  display: block;
  width: auto;
  margin-bottom: -10px;
  padding-bottom: 10px; }
  @media (max-width: 47.1775em) {
    .c-pills__list {
      scroll-snap-type: x mandatory;
      scroll-padding: 0 10px;
      overflow-x: auto;
      white-space: nowrap; } }

.c-pills__item {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 0;
  padding-left: 0;
  white-space: nowrap; }
  @media (max-width: 47.1775em) {
    .c-pills__item:first-child {
      margin-left: 20px; }
    .c-pills__item:last-child {
      margin-right: 20px; } }

.c-pills__label-icon {
  position: relative;
  display: none;
  width: 16px;
  height: 16px;
  transform: rotate(45deg); }
  .c-pills__label-icon::before, .c-pills__label-icon::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 16px;
    margin: auto;
    background: #fff;
    content: ''; }
  .c-pills__label-icon::after {
    transform: rotate(90deg); }
  .c-pills--is-bg-blue .c-pills__label-icon::before, .c-pills--is-bg-blue .c-pills__label-icon::after {
    background: #007eb9; }

.c-pills__label {
  margin: 0;
  padding: 8px 12px 11px;
  color: #000;
  font-size: 12px;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  line-height: 1.33333;
  letter-spacing: 0.03em;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px #000, 0 0 0 0 rgba(0, 0, 0, 0);
  opacity: .5;
  transition: border 200ms ease, background 200ms ease, box-shadow 200ms ease; }
  .c-pills__label > * {
    vertical-align: middle; }
  .c-pills--is-bg-blue .c-pills__label {
    color: #fff;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 0 rgba(0, 0, 0, 0); }

.c-pills__input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .c-pills__input:checked + .c-pills__label {
    color: #fff;
    background-color: #000;
    box-shadow: inset 0 0 0 2px #fff, 0 0 0 0 rgba(0, 0, 0, 0); }
    .c-pills__input:checked + .c-pills__label .c-pills__label-icon {
      display: inline-block; }
    .c-pills--is-bg-blue .c-pills__input:checked + .c-pills__label {
      color: #007eb9;
      background-color: #fff;
      box-shadow: inset 0 0 0 2px #fff, 0 0 0 0 rgba(0, 0, 0, 0); }
  .c-pills__input:not(:disabled) + .c-pills__label {
    cursor: pointer;
    opacity: 1; }
    .c-pills__input:not(:disabled) + .c-pills__label:hover {
      box-shadow: inset 0 0 0 2px #000, 0 4px 16px 0 rgba(0, 0, 0, 0.2); }
      .c-pills--is-bg-blue .c-pills__input:not(:disabled) + .c-pills__label:hover {
        box-shadow: inset 0 0 0 2px #fff, 0 4px 16px 0 rgba(0, 0, 0, 0.2); }
  .c-pills__input:focus + .c-pills__label {
    box-shadow: inset 0 0 0 2px #000, 0 4px 16px 0 rgba(0, 0, 0, 0.2); }
    .c-pills--is-bg-blue .c-pills__input:focus + .c-pills__label {
      box-shadow: inset 0 0 0 2px #fff, 0 4px 16px 0 rgba(0, 0, 0, 0.2); }

.c-pills__label-text {
  display: inline-block; }

.c-pills__label-count {
  display: inline-block; }

/* ------------------------------------ *\
    #TEASER_SLIDESHOW
\* ------------------------------------ */
.c-teaser--slideshow {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0; }
  .c-teaser--slideshow .c-teaser__image-box {
    width: 100%;
    padding-bottom: 62.5%;
    background: #f6f6f6; }
    @media (min-width: 47.1875em) {
      .c-teaser--slideshow .c-teaser__image-box {
        padding-bottom: 39.7727%; } }
    @media (max-width: 47.1775em) {
      .c-teaser--slideshow .c-teaser__image-box {
        background: #838487; }
        .white .c-teaser--slideshow .c-teaser__image-box {
          background: #838487; }
        .grey .c-teaser--slideshow .c-teaser__image-box {
          background: #838487; }
        .green .c-teaser--slideshow .c-teaser__image-box {
          background: #72b904; }
        .orange .c-teaser--slideshow .c-teaser__image-box {
          background: #ef8700; }
        .dark-yellow .c-teaser--slideshow .c-teaser__image-box {
          background: #a58000; }
        .purple .c-teaser--slideshow .c-teaser__image-box {
          background: #9b006b; }
        .blue .c-teaser--slideshow .c-teaser__image-box {
          background: #007eb9; }
        .light-blue .c-teaser--slideshow .c-teaser__image-box {
          background: #37a8e0; }
        .yellow .c-teaser--slideshow .c-teaser__image-box {
          background: #ffd200; } }
  .white .c-teaser--slideshow .link:hover .image-icon--video::before, .white .c-teaser--slideshow .link:focus .image-icon--video::before, .white .c-teaser--slideshow .link:active .image-icon--video::before, .white .c-teaser--slideshow .link.is-active .image-icon--video::before {
    color: #fff; }
  .white .c-teaser--slideshow .c-teaser__text-box {
    background: #fff;
    outline: 1px solid #e3e3e3; }
  .white .c-teaser--slideshow .c-teaser__headline,
  .white .c-teaser--slideshow .c-teaser__text,
  .white .c-teaser--slideshow .cta {
    color: #535456; }
  .white .c-teaser--slideshow .cta {
    border-color: #535456; }
    .white .c-teaser--slideshow .cta::after {
      background-color: #535456; }
    .white .c-teaser--slideshow .cta:hover, .white .c-teaser--slideshow .cta:focus {
      color: #fff; }
  .grey .c-teaser--slideshow .link:hover .image-icon--video::before, .grey .c-teaser--slideshow .link:focus .image-icon--video::before, .grey .c-teaser--slideshow .link:active .image-icon--video::before, .grey .c-teaser--slideshow .link.is-active .image-icon--video::before {
    color: #838487; }
  .grey .c-teaser--slideshow .c-teaser__text-box {
    background: #838487;
    outline: 1px solid #838487; }
  .grey .c-teaser--slideshow .c-teaser__headline,
  .grey .c-teaser--slideshow .c-teaser__text,
  .grey .c-teaser--slideshow .cta {
    color: #fff; }
  .grey .c-teaser--slideshow .cta {
    border-color: #fff; }
    .grey .c-teaser--slideshow .cta::after {
      background-color: #fff; }
    .grey .c-teaser--slideshow .cta:hover, .grey .c-teaser--slideshow .cta:focus {
      color: #838487; }
  .soft-gray .c-teaser--slideshow .link:hover .image-icon--video::before, .soft-gray .c-teaser--slideshow .link:focus .image-icon--video::before, .soft-gray .c-teaser--slideshow .link:active .image-icon--video::before, .soft-gray .c-teaser--slideshow .link.is-active .image-icon--video::before {
    color: #e3e3e3; }
  .soft-gray .c-teaser--slideshow .c-teaser__text-box {
    background: #e3e3e3;
    outline: 1px solid transparent; }
  .soft-gray .c-teaser--slideshow .c-teaser__headline,
  .soft-gray .c-teaser--slideshow .c-teaser__text,
  .soft-gray .c-teaser--slideshow .cta {
    color: #535456; }
  .soft-gray .c-teaser--slideshow .cta {
    border-color: #535456; }
    .soft-gray .c-teaser--slideshow .cta::after {
      background-color: #535456; }
    .soft-gray .c-teaser--slideshow .cta:hover, .soft-gray .c-teaser--slideshow .cta:focus {
      color: #e3e3e3; }
  .blue .c-teaser--slideshow .link:hover .image-icon--video::before, .blue .c-teaser--slideshow .link:focus .image-icon--video::before, .blue .c-teaser--slideshow .link:active .image-icon--video::before, .blue .c-teaser--slideshow .link.is-active .image-icon--video::before {
    color: #007eb9; }
  .blue .c-teaser--slideshow .c-teaser__text-box {
    background: #007eb9;
    outline: 1px solid transparent; }
  .blue .c-teaser--slideshow .c-teaser__headline,
  .blue .c-teaser--slideshow .c-teaser__text,
  .blue .c-teaser--slideshow .cta {
    color: #fff; }
  .blue .c-teaser--slideshow .cta {
    border-color: #fff; }
    .blue .c-teaser--slideshow .cta::after {
      background-color: #fff; }
    .blue .c-teaser--slideshow .cta:hover, .blue .c-teaser--slideshow .cta:focus {
      color: #007eb9; }
  .deep-blue .c-teaser--slideshow .link:hover .image-icon--video::before, .deep-blue .c-teaser--slideshow .link:focus .image-icon--video::before, .deep-blue .c-teaser--slideshow .link:active .image-icon--video::before, .deep-blue .c-teaser--slideshow .link.is-active .image-icon--video::before {
    color: #00559d; }
  .deep-blue .c-teaser--slideshow .c-teaser__text-box {
    background: #00559d;
    outline: 1px solid transparent; }
  .deep-blue .c-teaser--slideshow .c-teaser__headline,
  .deep-blue .c-teaser--slideshow .c-teaser__text,
  .deep-blue .c-teaser--slideshow .cta {
    color: #fff; }
  .deep-blue .c-teaser--slideshow .cta {
    border-color: #fff; }
    .deep-blue .c-teaser--slideshow .cta::after {
      background-color: #fff; }
    .deep-blue .c-teaser--slideshow .cta:hover, .deep-blue .c-teaser--slideshow .cta:focus {
      color: #00559d; }
  .light-blue .c-teaser--slideshow .link:hover .image-icon--video::before, .light-blue .c-teaser--slideshow .link:focus .image-icon--video::before, .light-blue .c-teaser--slideshow .link:active .image-icon--video::before, .light-blue .c-teaser--slideshow .link.is-active .image-icon--video::before {
    color: #37a8e0; }
  .light-blue .c-teaser--slideshow .c-teaser__text-box {
    background: #37a8e0;
    outline: 1px solid transparent; }
  .light-blue .c-teaser--slideshow .c-teaser__headline,
  .light-blue .c-teaser--slideshow .c-teaser__text,
  .light-blue .c-teaser--slideshow .cta {
    color: #fff; }
  .light-blue .c-teaser--slideshow .cta {
    border-color: #fff; }
    .light-blue .c-teaser--slideshow .cta::after {
      background-color: #fff; }
    .light-blue .c-teaser--slideshow .cta:hover, .light-blue .c-teaser--slideshow .cta:focus {
      color: #37a8e0; }
  .pale-blue .c-teaser--slideshow .link:hover .image-icon--video::before, .pale-blue .c-teaser--slideshow .link:focus .image-icon--video::before, .pale-blue .c-teaser--slideshow .link:active .image-icon--video::before, .pale-blue .c-teaser--slideshow .link.is-active .image-icon--video::before {
    color: #c8e2f7; }
  .pale-blue .c-teaser--slideshow .c-teaser__text-box {
    background: #c8e2f7;
    outline: 1px solid transparent; }
  .pale-blue .c-teaser--slideshow .c-teaser__headline,
  .pale-blue .c-teaser--slideshow .c-teaser__text,
  .pale-blue .c-teaser--slideshow .cta {
    color: #535456; }
  .pale-blue .c-teaser--slideshow .cta {
    border-color: #535456; }
    .pale-blue .c-teaser--slideshow .cta::after {
      background-color: #535456; }
    .pale-blue .c-teaser--slideshow .cta:hover, .pale-blue .c-teaser--slideshow .cta:focus {
      color: #c8e2f7; }
  .green .c-teaser--slideshow .link:hover .image-icon--video::before, .green .c-teaser--slideshow .link:focus .image-icon--video::before, .green .c-teaser--slideshow .link:active .image-icon--video::before, .green .c-teaser--slideshow .link.is-active .image-icon--video::before {
    color: #72b904; }
  .green .c-teaser--slideshow .c-teaser__text-box {
    background: #72b904;
    outline: 1px solid transparent; }
  .green .c-teaser--slideshow .c-teaser__headline,
  .green .c-teaser--slideshow .c-teaser__text,
  .green .c-teaser--slideshow .cta {
    color: #fff; }
  .green .c-teaser--slideshow .cta {
    border-color: #fff; }
    .green .c-teaser--slideshow .cta::after {
      background-color: #fff; }
    .green .c-teaser--slideshow .cta:hover, .green .c-teaser--slideshow .cta:focus {
      color: #72b904; }
  .deep-green .c-teaser--slideshow .link:hover .image-icon--video::before, .deep-green .c-teaser--slideshow .link:focus .image-icon--video::before, .deep-green .c-teaser--slideshow .link:active .image-icon--video::before, .deep-green .c-teaser--slideshow .link.is-active .image-icon--video::before {
    color: #3b8933; }
  .deep-green .c-teaser--slideshow .c-teaser__text-box {
    background: #3b8933;
    outline: 1px solid transparent; }
  .deep-green .c-teaser--slideshow .c-teaser__headline,
  .deep-green .c-teaser--slideshow .c-teaser__text,
  .deep-green .c-teaser--slideshow .cta {
    color: #fff; }
  .deep-green .c-teaser--slideshow .cta {
    border-color: #fff; }
    .deep-green .c-teaser--slideshow .cta::after {
      background-color: #fff; }
    .deep-green .c-teaser--slideshow .cta:hover, .deep-green .c-teaser--slideshow .cta:focus {
      color: #3b8933; }
  .light-green .c-teaser--slideshow .link:hover .image-icon--video::before, .light-green .c-teaser--slideshow .link:focus .image-icon--video::before, .light-green .c-teaser--slideshow .link:active .image-icon--video::before, .light-green .c-teaser--slideshow .link.is-active .image-icon--video::before {
    color: #bad150; }
  .light-green .c-teaser--slideshow .c-teaser__text-box {
    background: #bad150;
    outline: 1px solid transparent; }
  .light-green .c-teaser--slideshow .c-teaser__headline,
  .light-green .c-teaser--slideshow .c-teaser__text,
  .light-green .c-teaser--slideshow .cta {
    color: #535456; }
  .light-green .c-teaser--slideshow .cta {
    border-color: #535456; }
    .light-green .c-teaser--slideshow .cta::after {
      background-color: #535456; }
    .light-green .c-teaser--slideshow .cta:hover, .light-green .c-teaser--slideshow .cta:focus {
      color: #bad150; }
  .purple .c-teaser--slideshow .link:hover .image-icon--video::before, .purple .c-teaser--slideshow .link:focus .image-icon--video::before, .purple .c-teaser--slideshow .link:active .image-icon--video::before, .purple .c-teaser--slideshow .link.is-active .image-icon--video::before {
    color: #9b006b; }
  .purple .c-teaser--slideshow .c-teaser__text-box {
    background: #9b006b;
    outline: 1px solid transparent; }
  .purple .c-teaser--slideshow .c-teaser__headline,
  .purple .c-teaser--slideshow .c-teaser__text,
  .purple .c-teaser--slideshow .cta {
    color: #fff; }
  .purple .c-teaser--slideshow .cta {
    border-color: #fff; }
    .purple .c-teaser--slideshow .cta::after {
      background-color: #fff; }
    .purple .c-teaser--slideshow .cta:hover, .purple .c-teaser--slideshow .cta:focus {
      color: #9b006b; }
  .deep-purple .c-teaser--slideshow .link:hover .image-icon--video::before, .deep-purple .c-teaser--slideshow .link:focus .image-icon--video::before, .deep-purple .c-teaser--slideshow .link:active .image-icon--video::before, .deep-purple .c-teaser--slideshow .link.is-active .image-icon--video::before {
    color: #7f1557; }
  .deep-purple .c-teaser--slideshow .c-teaser__text-box {
    background: #7f1557;
    outline: 1px solid transparent; }
  .deep-purple .c-teaser--slideshow .c-teaser__headline,
  .deep-purple .c-teaser--slideshow .c-teaser__text,
  .deep-purple .c-teaser--slideshow .cta {
    color: #fff; }
  .deep-purple .c-teaser--slideshow .cta {
    border-color: #fff; }
    .deep-purple .c-teaser--slideshow .cta::after {
      background-color: #fff; }
    .deep-purple .c-teaser--slideshow .cta:hover, .deep-purple .c-teaser--slideshow .cta:focus {
      color: #7f1557; }
  .light-purple .c-teaser--slideshow .link:hover .image-icon--video::before, .light-purple .c-teaser--slideshow .link:focus .image-icon--video::before, .light-purple .c-teaser--slideshow .link:active .image-icon--video::before, .light-purple .c-teaser--slideshow .link.is-active .image-icon--video::before {
    color: #bd6392; }
  .light-purple .c-teaser--slideshow .c-teaser__text-box {
    background: #bd6392;
    outline: 1px solid transparent; }
  .light-purple .c-teaser--slideshow .c-teaser__headline,
  .light-purple .c-teaser--slideshow .c-teaser__text,
  .light-purple .c-teaser--slideshow .cta {
    color: #fff; }
  .light-purple .c-teaser--slideshow .cta {
    border-color: #fff; }
    .light-purple .c-teaser--slideshow .cta::after {
      background-color: #fff; }
    .light-purple .c-teaser--slideshow .cta:hover, .light-purple .c-teaser--slideshow .cta:focus {
      color: #bd6392; }
  .orange .c-teaser--slideshow .link:hover .image-icon--video::before, .orange .c-teaser--slideshow .link:focus .image-icon--video::before, .orange .c-teaser--slideshow .link:active .image-icon--video::before, .orange .c-teaser--slideshow .link.is-active .image-icon--video::before {
    color: #ef8700; }
  .orange .c-teaser--slideshow .c-teaser__text-box {
    background: #ef8700;
    outline: 1px solid transparent; }
  .orange .c-teaser--slideshow .c-teaser__headline,
  .orange .c-teaser--slideshow .c-teaser__text,
  .orange .c-teaser--slideshow .cta {
    color: #fff; }
  .orange .c-teaser--slideshow .cta {
    border-color: #fff; }
    .orange .c-teaser--slideshow .cta::after {
      background-color: #fff; }
    .orange .c-teaser--slideshow .cta:hover, .orange .c-teaser--slideshow .cta:focus {
      color: #ef8700; }
  .deep-orange .c-teaser--slideshow .link:hover .image-icon--video::before, .deep-orange .c-teaser--slideshow .link:focus .image-icon--video::before, .deep-orange .c-teaser--slideshow .link:active .image-icon--video::before, .deep-orange .c-teaser--slideshow .link.is-active .image-icon--video::before {
    color: #bf420c; }
  .deep-orange .c-teaser--slideshow .c-teaser__text-box {
    background: #bf420c;
    outline: 1px solid transparent; }
  .deep-orange .c-teaser--slideshow .c-teaser__headline,
  .deep-orange .c-teaser--slideshow .c-teaser__text,
  .deep-orange .c-teaser--slideshow .cta {
    color: #fff; }
  .deep-orange .c-teaser--slideshow .cta {
    border-color: #fff; }
    .deep-orange .c-teaser--slideshow .cta::after {
      background-color: #fff; }
    .deep-orange .c-teaser--slideshow .cta:hover, .deep-orange .c-teaser--slideshow .cta:focus {
      color: #bf420c; }
  .light-orange .c-teaser--slideshow .link:hover .image-icon--video::before, .light-orange .c-teaser--slideshow .link:focus .image-icon--video::before, .light-orange .c-teaser--slideshow .link:active .image-icon--video::before, .light-orange .c-teaser--slideshow .link.is-active .image-icon--video::before {
    color: #f7a83b; }
  .light-orange .c-teaser--slideshow .c-teaser__text-box {
    background: #f7a83b;
    outline: 1px solid transparent; }
  .light-orange .c-teaser--slideshow .c-teaser__headline,
  .light-orange .c-teaser--slideshow .c-teaser__text,
  .light-orange .c-teaser--slideshow .cta {
    color: #535456; }
  .light-orange .c-teaser--slideshow .cta {
    border-color: #535456; }
    .light-orange .c-teaser--slideshow .cta::after {
      background-color: #535456; }
    .light-orange .c-teaser--slideshow .cta:hover, .light-orange .c-teaser--slideshow .cta:focus {
      color: #f7a83b; }
  .yellow .c-teaser--slideshow .link:hover .image-icon--video::before, .yellow .c-teaser--slideshow .link:focus .image-icon--video::before, .yellow .c-teaser--slideshow .link:active .image-icon--video::before, .yellow .c-teaser--slideshow .link.is-active .image-icon--video::before {
    color: #ffd200; }
  .yellow .c-teaser--slideshow .c-teaser__text-box {
    background: #ffd200;
    outline: 1px solid transparent; }
  .yellow .c-teaser--slideshow .c-teaser__headline,
  .yellow .c-teaser--slideshow .c-teaser__text,
  .yellow .c-teaser--slideshow .cta {
    color: #535456; }
  .yellow .c-teaser--slideshow .cta {
    border-color: #535456; }
    .yellow .c-teaser--slideshow .cta::after {
      background-color: #535456; }
    .yellow .c-teaser--slideshow .cta:hover, .yellow .c-teaser--slideshow .cta:focus {
      color: #ffd200; }
  .dark-yellow .c-teaser--slideshow .link:hover .image-icon--video::before, .dark-yellow .c-teaser--slideshow .link:focus .image-icon--video::before, .dark-yellow .c-teaser--slideshow .link:active .image-icon--video::before, .dark-yellow .c-teaser--slideshow .link.is-active .image-icon--video::before {
    color: #a58000; }
  .dark-yellow .c-teaser--slideshow .c-teaser__text-box {
    background: #a58000;
    outline: 1px solid transparent; }
  .dark-yellow .c-teaser--slideshow .c-teaser__headline,
  .dark-yellow .c-teaser--slideshow .c-teaser__text,
  .dark-yellow .c-teaser--slideshow .cta {
    color: #fff; }
  .dark-yellow .c-teaser--slideshow .cta {
    border-color: #fff; }
    .dark-yellow .c-teaser--slideshow .cta::after {
      background-color: #fff; }
    .dark-yellow .c-teaser--slideshow .cta:hover, .dark-yellow .c-teaser--slideshow .cta:focus {
      color: #a58000; }
  .soft-yellow .c-teaser--slideshow .link:hover .image-icon--video::before, .soft-yellow .c-teaser--slideshow .link:focus .image-icon--video::before, .soft-yellow .c-teaser--slideshow .link:active .image-icon--video::before, .soft-yellow .c-teaser--slideshow .link.is-active .image-icon--video::before {
    color: #ffeb7f; }
  .soft-yellow .c-teaser--slideshow .c-teaser__text-box {
    background: #ffeb7f;
    outline: 1px solid transparent; }
  .soft-yellow .c-teaser--slideshow .c-teaser__headline,
  .soft-yellow .c-teaser--slideshow .c-teaser__text,
  .soft-yellow .c-teaser--slideshow .cta {
    color: #535456; }
  .soft-yellow .c-teaser--slideshow .cta {
    border-color: #535456; }
    .soft-yellow .c-teaser--slideshow .cta::after {
      background-color: #535456; }
    .soft-yellow .c-teaser--slideshow .cta:hover, .soft-yellow .c-teaser--slideshow .cta:focus {
      color: #ffeb7f; }
  @media (min-width: 81.25em) {
    .c-teaser--slideshow .c-teaser__headline {
      margin-bottom: 16px; } }
  @media (min-width: 81.25em) {
    .c-teaser--slideshow .c-teaser__headline {
      margin-bottom: 24px; } }
  .c-teaser--slideshow .c-teaser__text {
    margin-bottom: 24px; }
    @media (min-width: 81.25em) {
      .c-teaser--slideshow .c-teaser__text {
        margin-bottom: 32px; } }
    @media (min-width: 100em) {
      .c-teaser--slideshow .c-teaser__text {
        margin-bottom: 40px; } }
  .c-teaser--slideshow .c-teaser__text-box {
    flex: 1 0 auto;
    min-height: 400px;
    padding: 24px 20px 64px;
    background: #fff;
    outline: 1px solid #e3e3e3; }
    @media (min-width: 36em) {
      .c-teaser--slideshow .c-teaser__text-box {
        min-height: 280px; } }
    @media (min-width: 47.1875em) {
      .c-teaser--slideshow .c-teaser__text-box {
        margin: 0 20px;
        padding: 40px 56px 100px;
        transform: translate3d(0, -100px, 0); } }
    @media (min-width: 62em) {
      .c-teaser--slideshow .c-teaser__text-box {
        width: 80%;
        margin-left: 50%;
        padding: 40px 56px 100px;
        transform: translate3d(-50%, -100px, 0); } }
    @media (min-width: 81.25em) {
      .c-teaser--slideshow .c-teaser__text-box {
        width: 75%;
        min-height: 320px;
        padding: 44px 128px 100px 76px;
        transform: translate3d(-50%, -140px, 0); } }
    @media (min-width: 100em) {
      .c-teaser--slideshow .c-teaser__text-box {
        min-height: 340px;
        padding-right: 244px;
        transform: translate3d(-50%, -160px, 0); } }
  .c-teaser--slideshow .c-teaser__media {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: 0; }
  .c-teaser--slideshow .o-media__licence {
    margin-left: 20px; }
    @media (min-width: 47.1875em) {
      .c-teaser--slideshow .o-media__licence {
        top: 12px;
        right: 20px;
        margin-top: 0; } }
  @media (min-width: 47.1875em) {
    .c-teaser--slideshow .c-teaser__cta-wrap {
      position: absolute;
      bottom: 48px; } }
  .c-teaser--slideshow .c-teaser__cta-wrap > .cta {
    width: 100%; }
    @media (min-width: 36em) {
      .c-teaser--slideshow .c-teaser__cta-wrap > .cta {
        width: auto; } }

.specs-list {
  display: flex;
  flex-wrap: wrap; }

.specs-list__label {
  font-size: 18px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  line-height: 1.33333;
  letter-spacing: 0.4px;
  flex-basis: 100%;
  margin-bottom: 0;
  padding: 16px 0 10px; }
  @media (min-width: 62em) {
    .specs-list__label {
      flex-basis: 30%;
      flex-shrink: 0;
      padding: 20px 0; } }
  .specs-list__label:first-of-type {
    padding-top: 0; }
  @media (min-width: 62em) {
    .specs-list__label {
      border-bottom: 5px solid #f6f6f6; } }
  @media (min-width: 62em) {
    .specs-list__label:last-of-type {
      border-bottom: 0 solid transparent; } }

.specs-list__content {
  font-size: 16px;
  font-family: "TradeGothicRegular", Arial, Verdana, sans-serif;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-bottom: 16px;
  border-bottom: 5px solid #f6f6f6; }
  @media (min-width: 62em) {
    .specs-list__content {
      flex-basis: 70%;
      flex-shrink: 0;
      max-width: 70%;
      padding: 20px 0; } }
  @media (min-width: 62em) {
    .specs-list__content:first-of-type {
      padding-top: 0; } }
  .specs-list__content:last-of-type {
    border-bottom: 0 solid transparent; }

/* ------------------------------------ *\
    #24_TABLE
\* ------------------------------------ */
/*
    GENERAL TABLE STYLES
*/
.c-table {
  width: 100%;
  hyphens: auto;
  border-right: 1px solid rgba(22, 23, 24, 0.15);
  border-bottom: 3px solid #838487;
  border-left: 1px solid rgba(22, 23, 24, 0.15);
  /* css hack for IE11 */ }
  .c-table.is-head-white {
    border-bottom-color: #838487;
    border-right: 1px solid rgba(22, 23, 24, 0.15);
    border-left: 1px solid rgba(22, 23, 24, 0.15); }
    .c-table.is-head-white .c-table__th {
      color: #535456;
      background-color: #fff; }
    .c-table.is-head-white .sortable::before {
      border-bottom-color: #535456; }
    .c-table.is-head-white .sortable::after {
      border-top-color: #535456; }
    @media (max-width: 47.1775em) {
      .c-table.is-head-white.c-table--simple {
        border-top: 6px solid rgba(22, 23, 24, 0.15); } }
    .c-table.is-head-white.c-table--simple.is-head-white {
      border-right: none;
      border-left: none; }
      @media (max-width: 47.1775em) {
        .c-table.is-head-white.c-table--simple.is-head-white {
          border-top-color: #838487; } }
      .c-table.is-head-white.c-table--simple.is-head-white .c-table__th {
        border-top: 1px solid rgba(22, 23, 24, 0.15);
        border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  .white .c-table.c-table--items-filter {
    border-bottom-color: #838487;
    border-right: 1px solid rgba(22, 23, 24, 0.15);
    border-left: 1px solid rgba(22, 23, 24, 0.15); }
    .white .c-table.c-table--items-filter .c-table__th {
      color: #535456;
      background-color: #fff; }
      .white .c-table.c-table--items-filter .c-table__th button,
      .white .c-table.c-table--items-filter .c-table__th a {
        color: #535456; }
    .white .c-table.c-table--items-filter .c-button--sortable > span::before {
      border-bottom-color: #535456; }
    .white .c-table.c-table--items-filter .c-button--sortable > span::after {
      border-top-color: #535456; }
  .c-table.is-body-white .c-table__th--tbody {
    color: #535456;
    background-color: #fff; }
  .c-table.is-body-white.is-head-white .c-table__th {
    border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table.is-head-grey {
    border-bottom-color: #838487;
    border-right: none;
    border-left: none; }
    .c-table.is-head-grey .c-table__th {
      color: #fff;
      background-color: #838487;
      border-top: none; }
    .c-table.is-head-grey .sortable::before {
      border-bottom-color: #fff; }
    .c-table.is-head-grey .sortable::after {
      border-top-color: #fff; }
    @media (max-width: 47.1775em) {
      .c-table.is-head-grey.c-table--simple {
        border-top: 6px solid rgba(22, 23, 24, 0.15); } }
    @media (max-width: 47.1775em) {
      .c-table.is-head-grey.c-table--simple.is-head-grey {
        border-top-color: #838487; } }
    .c-table.is-head-grey.c-table--simple.is-head-grey .c-table__th {
      border-top: none;
      border-bottom: none; }
  .grey .c-table.c-table--items-filter {
    border-bottom-color: #838487;
    border-right: none;
    border-left: none; }
    .grey .c-table.c-table--items-filter .c-table__td:first-child {
      border-left: none; }
    .grey .c-table.c-table--items-filter .c-table__th {
      color: #fff;
      background-color: #838487; }
      .grey .c-table.c-table--items-filter .c-table__th button,
      .grey .c-table.c-table--items-filter .c-table__th a {
        color: #fff; }
    .grey .c-table.c-table--items-filter .c-button--sortable > span::before {
      border-bottom-color: #fff; }
    .grey .c-table.c-table--items-filter .c-button--sortable > span::after {
      border-top-color: #fff; }
  .c-table.is-body-grey .c-table__th--tbody {
    color: #fff;
    background-color: #838487; }
  .c-table.is-body-grey.is-head-grey .c-table__th {
    border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table.is-head-soft-gray {
    border-bottom-color: #e3e3e3;
    border-right: none;
    border-left: none; }
    .c-table.is-head-soft-gray .c-table__th {
      color: #535456;
      background-color: #e3e3e3;
      border-top: none; }
    .c-table.is-head-soft-gray .sortable::before {
      border-bottom-color: #535456; }
    .c-table.is-head-soft-gray .sortable::after {
      border-top-color: #535456; }
    @media (max-width: 47.1775em) {
      .c-table.is-head-soft-gray.c-table--simple {
        border-top: 6px solid rgba(22, 23, 24, 0.15); } }
    @media (max-width: 47.1775em) {
      .c-table.is-head-soft-gray.c-table--simple.is-head-soft-gray {
        border-top-color: #e3e3e3; } }
    .c-table.is-head-soft-gray.c-table--simple.is-head-soft-gray .c-table__th {
      border-top: none;
      border-bottom: none; }
  .soft-gray .c-table.c-table--items-filter {
    border-bottom-color: #e3e3e3;
    border-right: none;
    border-left: none; }
    .soft-gray .c-table.c-table--items-filter .c-table__td:first-child {
      border-left: none; }
    .soft-gray .c-table.c-table--items-filter .c-table__th {
      color: #535456;
      background-color: #e3e3e3; }
      .soft-gray .c-table.c-table--items-filter .c-table__th button,
      .soft-gray .c-table.c-table--items-filter .c-table__th a {
        color: #535456; }
    .soft-gray .c-table.c-table--items-filter .c-button--sortable > span::before {
      border-bottom-color: #535456; }
    .soft-gray .c-table.c-table--items-filter .c-button--sortable > span::after {
      border-top-color: #535456; }
  .c-table.is-body-soft-gray .c-table__th--tbody {
    color: #535456;
    background-color: #e3e3e3; }
  .c-table.is-body-soft-gray.is-head-soft-gray .c-table__th {
    border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table.is-head-blue {
    border-bottom-color: #007eb9;
    border-right: none;
    border-left: none; }
    .c-table.is-head-blue .c-table__th {
      color: #fff;
      background-color: #007eb9;
      border-top: none; }
    .c-table.is-head-blue .sortable::before {
      border-bottom-color: #fff; }
    .c-table.is-head-blue .sortable::after {
      border-top-color: #fff; }
    @media (max-width: 47.1775em) {
      .c-table.is-head-blue.c-table--simple {
        border-top: 6px solid rgba(22, 23, 24, 0.15); } }
    @media (max-width: 47.1775em) {
      .c-table.is-head-blue.c-table--simple.is-head-blue {
        border-top-color: #007eb9; } }
    .c-table.is-head-blue.c-table--simple.is-head-blue .c-table__th {
      border-top: none;
      border-bottom: none; }
  .blue .c-table.c-table--items-filter {
    border-bottom-color: #007eb9;
    border-right: none;
    border-left: none; }
    .blue .c-table.c-table--items-filter .c-table__td:first-child {
      border-left: none; }
    .blue .c-table.c-table--items-filter .c-table__th {
      color: #fff;
      background-color: #007eb9; }
      .blue .c-table.c-table--items-filter .c-table__th button,
      .blue .c-table.c-table--items-filter .c-table__th a {
        color: #fff; }
    .blue .c-table.c-table--items-filter .c-button--sortable > span::before {
      border-bottom-color: #fff; }
    .blue .c-table.c-table--items-filter .c-button--sortable > span::after {
      border-top-color: #fff; }
  .c-table.is-body-blue .c-table__th--tbody {
    color: #fff;
    background-color: #007eb9; }
  .c-table.is-body-blue.is-head-blue .c-table__th {
    border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table.is-head-deep-blue {
    border-bottom-color: #00559d;
    border-right: none;
    border-left: none; }
    .c-table.is-head-deep-blue .c-table__th {
      color: #fff;
      background-color: #00559d;
      border-top: none; }
    .c-table.is-head-deep-blue .sortable::before {
      border-bottom-color: #fff; }
    .c-table.is-head-deep-blue .sortable::after {
      border-top-color: #fff; }
    @media (max-width: 47.1775em) {
      .c-table.is-head-deep-blue.c-table--simple {
        border-top: 6px solid rgba(22, 23, 24, 0.15); } }
    @media (max-width: 47.1775em) {
      .c-table.is-head-deep-blue.c-table--simple.is-head-deep-blue {
        border-top-color: #00559d; } }
    .c-table.is-head-deep-blue.c-table--simple.is-head-deep-blue .c-table__th {
      border-top: none;
      border-bottom: none; }
  .deep-blue .c-table.c-table--items-filter {
    border-bottom-color: #00559d;
    border-right: none;
    border-left: none; }
    .deep-blue .c-table.c-table--items-filter .c-table__td:first-child {
      border-left: none; }
    .deep-blue .c-table.c-table--items-filter .c-table__th {
      color: #fff;
      background-color: #00559d; }
      .deep-blue .c-table.c-table--items-filter .c-table__th button,
      .deep-blue .c-table.c-table--items-filter .c-table__th a {
        color: #fff; }
    .deep-blue .c-table.c-table--items-filter .c-button--sortable > span::before {
      border-bottom-color: #fff; }
    .deep-blue .c-table.c-table--items-filter .c-button--sortable > span::after {
      border-top-color: #fff; }
  .c-table.is-body-deep-blue .c-table__th--tbody {
    color: #fff;
    background-color: #00559d; }
  .c-table.is-body-deep-blue.is-head-deep-blue .c-table__th {
    border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table.is-head-light-blue {
    border-bottom-color: #37a8e0;
    border-right: none;
    border-left: none; }
    .c-table.is-head-light-blue .c-table__th {
      color: #fff;
      background-color: #37a8e0;
      border-top: none; }
    .c-table.is-head-light-blue .sortable::before {
      border-bottom-color: #fff; }
    .c-table.is-head-light-blue .sortable::after {
      border-top-color: #fff; }
    @media (max-width: 47.1775em) {
      .c-table.is-head-light-blue.c-table--simple {
        border-top: 6px solid rgba(22, 23, 24, 0.15); } }
    @media (max-width: 47.1775em) {
      .c-table.is-head-light-blue.c-table--simple.is-head-light-blue {
        border-top-color: #37a8e0; } }
    .c-table.is-head-light-blue.c-table--simple.is-head-light-blue .c-table__th {
      border-top: none;
      border-bottom: none; }
  .light-blue .c-table.c-table--items-filter {
    border-bottom-color: #37a8e0;
    border-right: none;
    border-left: none; }
    .light-blue .c-table.c-table--items-filter .c-table__td:first-child {
      border-left: none; }
    .light-blue .c-table.c-table--items-filter .c-table__th {
      color: #fff;
      background-color: #37a8e0; }
      .light-blue .c-table.c-table--items-filter .c-table__th button,
      .light-blue .c-table.c-table--items-filter .c-table__th a {
        color: #fff; }
    .light-blue .c-table.c-table--items-filter .c-button--sortable > span::before {
      border-bottom-color: #fff; }
    .light-blue .c-table.c-table--items-filter .c-button--sortable > span::after {
      border-top-color: #fff; }
  .c-table.is-body-light-blue .c-table__th--tbody {
    color: #fff;
    background-color: #37a8e0; }
  .c-table.is-body-light-blue.is-head-light-blue .c-table__th {
    border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table.is-head-pale-blue {
    border-bottom-color: #c8e2f7;
    border-right: none;
    border-left: none; }
    .c-table.is-head-pale-blue .c-table__th {
      color: #535456;
      background-color: #c8e2f7;
      border-top: none; }
    .c-table.is-head-pale-blue .sortable::before {
      border-bottom-color: #535456; }
    .c-table.is-head-pale-blue .sortable::after {
      border-top-color: #535456; }
    @media (max-width: 47.1775em) {
      .c-table.is-head-pale-blue.c-table--simple {
        border-top: 6px solid rgba(22, 23, 24, 0.15); } }
    @media (max-width: 47.1775em) {
      .c-table.is-head-pale-blue.c-table--simple.is-head-pale-blue {
        border-top-color: #c8e2f7; } }
    .c-table.is-head-pale-blue.c-table--simple.is-head-pale-blue .c-table__th {
      border-top: none;
      border-bottom: none; }
  .pale-blue .c-table.c-table--items-filter {
    border-bottom-color: #c8e2f7;
    border-right: none;
    border-left: none; }
    .pale-blue .c-table.c-table--items-filter .c-table__td:first-child {
      border-left: none; }
    .pale-blue .c-table.c-table--items-filter .c-table__th {
      color: #535456;
      background-color: #c8e2f7; }
      .pale-blue .c-table.c-table--items-filter .c-table__th button,
      .pale-blue .c-table.c-table--items-filter .c-table__th a {
        color: #535456; }
    .pale-blue .c-table.c-table--items-filter .c-button--sortable > span::before {
      border-bottom-color: #535456; }
    .pale-blue .c-table.c-table--items-filter .c-button--sortable > span::after {
      border-top-color: #535456; }
  .c-table.is-body-pale-blue .c-table__th--tbody {
    color: #535456;
    background-color: #c8e2f7; }
  .c-table.is-body-pale-blue.is-head-pale-blue .c-table__th {
    border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table.is-head-green {
    border-bottom-color: #72b904;
    border-right: none;
    border-left: none; }
    .c-table.is-head-green .c-table__th {
      color: #fff;
      background-color: #72b904;
      border-top: none; }
    .c-table.is-head-green .sortable::before {
      border-bottom-color: #fff; }
    .c-table.is-head-green .sortable::after {
      border-top-color: #fff; }
    @media (max-width: 47.1775em) {
      .c-table.is-head-green.c-table--simple {
        border-top: 6px solid rgba(22, 23, 24, 0.15); } }
    @media (max-width: 47.1775em) {
      .c-table.is-head-green.c-table--simple.is-head-green {
        border-top-color: #72b904; } }
    .c-table.is-head-green.c-table--simple.is-head-green .c-table__th {
      border-top: none;
      border-bottom: none; }
  .green .c-table.c-table--items-filter {
    border-bottom-color: #72b904;
    border-right: none;
    border-left: none; }
    .green .c-table.c-table--items-filter .c-table__td:first-child {
      border-left: none; }
    .green .c-table.c-table--items-filter .c-table__th {
      color: #fff;
      background-color: #72b904; }
      .green .c-table.c-table--items-filter .c-table__th button,
      .green .c-table.c-table--items-filter .c-table__th a {
        color: #fff; }
    .green .c-table.c-table--items-filter .c-button--sortable > span::before {
      border-bottom-color: #fff; }
    .green .c-table.c-table--items-filter .c-button--sortable > span::after {
      border-top-color: #fff; }
  .c-table.is-body-green .c-table__th--tbody {
    color: #fff;
    background-color: #72b904; }
  .c-table.is-body-green.is-head-green .c-table__th {
    border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table.is-head-deep-green {
    border-bottom-color: #3b8933;
    border-right: none;
    border-left: none; }
    .c-table.is-head-deep-green .c-table__th {
      color: #fff;
      background-color: #3b8933;
      border-top: none; }
    .c-table.is-head-deep-green .sortable::before {
      border-bottom-color: #fff; }
    .c-table.is-head-deep-green .sortable::after {
      border-top-color: #fff; }
    @media (max-width: 47.1775em) {
      .c-table.is-head-deep-green.c-table--simple {
        border-top: 6px solid rgba(22, 23, 24, 0.15); } }
    @media (max-width: 47.1775em) {
      .c-table.is-head-deep-green.c-table--simple.is-head-deep-green {
        border-top-color: #3b8933; } }
    .c-table.is-head-deep-green.c-table--simple.is-head-deep-green .c-table__th {
      border-top: none;
      border-bottom: none; }
  .deep-green .c-table.c-table--items-filter {
    border-bottom-color: #3b8933;
    border-right: none;
    border-left: none; }
    .deep-green .c-table.c-table--items-filter .c-table__td:first-child {
      border-left: none; }
    .deep-green .c-table.c-table--items-filter .c-table__th {
      color: #fff;
      background-color: #3b8933; }
      .deep-green .c-table.c-table--items-filter .c-table__th button,
      .deep-green .c-table.c-table--items-filter .c-table__th a {
        color: #fff; }
    .deep-green .c-table.c-table--items-filter .c-button--sortable > span::before {
      border-bottom-color: #fff; }
    .deep-green .c-table.c-table--items-filter .c-button--sortable > span::after {
      border-top-color: #fff; }
  .c-table.is-body-deep-green .c-table__th--tbody {
    color: #fff;
    background-color: #3b8933; }
  .c-table.is-body-deep-green.is-head-deep-green .c-table__th {
    border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table.is-head-light-green {
    border-bottom-color: #bad150;
    border-right: none;
    border-left: none; }
    .c-table.is-head-light-green .c-table__th {
      color: #535456;
      background-color: #bad150;
      border-top: none; }
    .c-table.is-head-light-green .sortable::before {
      border-bottom-color: #535456; }
    .c-table.is-head-light-green .sortable::after {
      border-top-color: #535456; }
    @media (max-width: 47.1775em) {
      .c-table.is-head-light-green.c-table--simple {
        border-top: 6px solid rgba(22, 23, 24, 0.15); } }
    @media (max-width: 47.1775em) {
      .c-table.is-head-light-green.c-table--simple.is-head-light-green {
        border-top-color: #bad150; } }
    .c-table.is-head-light-green.c-table--simple.is-head-light-green .c-table__th {
      border-top: none;
      border-bottom: none; }
  .light-green .c-table.c-table--items-filter {
    border-bottom-color: #bad150;
    border-right: none;
    border-left: none; }
    .light-green .c-table.c-table--items-filter .c-table__td:first-child {
      border-left: none; }
    .light-green .c-table.c-table--items-filter .c-table__th {
      color: #535456;
      background-color: #bad150; }
      .light-green .c-table.c-table--items-filter .c-table__th button,
      .light-green .c-table.c-table--items-filter .c-table__th a {
        color: #535456; }
    .light-green .c-table.c-table--items-filter .c-button--sortable > span::before {
      border-bottom-color: #535456; }
    .light-green .c-table.c-table--items-filter .c-button--sortable > span::after {
      border-top-color: #535456; }
  .c-table.is-body-light-green .c-table__th--tbody {
    color: #535456;
    background-color: #bad150; }
  .c-table.is-body-light-green.is-head-light-green .c-table__th {
    border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table.is-head-purple {
    border-bottom-color: #9b006b;
    border-right: none;
    border-left: none; }
    .c-table.is-head-purple .c-table__th {
      color: #fff;
      background-color: #9b006b;
      border-top: none; }
    .c-table.is-head-purple .sortable::before {
      border-bottom-color: #fff; }
    .c-table.is-head-purple .sortable::after {
      border-top-color: #fff; }
    @media (max-width: 47.1775em) {
      .c-table.is-head-purple.c-table--simple {
        border-top: 6px solid rgba(22, 23, 24, 0.15); } }
    @media (max-width: 47.1775em) {
      .c-table.is-head-purple.c-table--simple.is-head-purple {
        border-top-color: #9b006b; } }
    .c-table.is-head-purple.c-table--simple.is-head-purple .c-table__th {
      border-top: none;
      border-bottom: none; }
  .purple .c-table.c-table--items-filter {
    border-bottom-color: #9b006b;
    border-right: none;
    border-left: none; }
    .purple .c-table.c-table--items-filter .c-table__td:first-child {
      border-left: none; }
    .purple .c-table.c-table--items-filter .c-table__th {
      color: #fff;
      background-color: #9b006b; }
      .purple .c-table.c-table--items-filter .c-table__th button,
      .purple .c-table.c-table--items-filter .c-table__th a {
        color: #fff; }
    .purple .c-table.c-table--items-filter .c-button--sortable > span::before {
      border-bottom-color: #fff; }
    .purple .c-table.c-table--items-filter .c-button--sortable > span::after {
      border-top-color: #fff; }
  .c-table.is-body-purple .c-table__th--tbody {
    color: #fff;
    background-color: #9b006b; }
  .c-table.is-body-purple.is-head-purple .c-table__th {
    border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table.is-head-deep-purple {
    border-bottom-color: #7f1557;
    border-right: none;
    border-left: none; }
    .c-table.is-head-deep-purple .c-table__th {
      color: #fff;
      background-color: #7f1557;
      border-top: none; }
    .c-table.is-head-deep-purple .sortable::before {
      border-bottom-color: #fff; }
    .c-table.is-head-deep-purple .sortable::after {
      border-top-color: #fff; }
    @media (max-width: 47.1775em) {
      .c-table.is-head-deep-purple.c-table--simple {
        border-top: 6px solid rgba(22, 23, 24, 0.15); } }
    @media (max-width: 47.1775em) {
      .c-table.is-head-deep-purple.c-table--simple.is-head-deep-purple {
        border-top-color: #7f1557; } }
    .c-table.is-head-deep-purple.c-table--simple.is-head-deep-purple .c-table__th {
      border-top: none;
      border-bottom: none; }
  .deep-purple .c-table.c-table--items-filter {
    border-bottom-color: #7f1557;
    border-right: none;
    border-left: none; }
    .deep-purple .c-table.c-table--items-filter .c-table__td:first-child {
      border-left: none; }
    .deep-purple .c-table.c-table--items-filter .c-table__th {
      color: #fff;
      background-color: #7f1557; }
      .deep-purple .c-table.c-table--items-filter .c-table__th button,
      .deep-purple .c-table.c-table--items-filter .c-table__th a {
        color: #fff; }
    .deep-purple .c-table.c-table--items-filter .c-button--sortable > span::before {
      border-bottom-color: #fff; }
    .deep-purple .c-table.c-table--items-filter .c-button--sortable > span::after {
      border-top-color: #fff; }
  .c-table.is-body-deep-purple .c-table__th--tbody {
    color: #fff;
    background-color: #7f1557; }
  .c-table.is-body-deep-purple.is-head-deep-purple .c-table__th {
    border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table.is-head-light-purple {
    border-bottom-color: #bd6392;
    border-right: none;
    border-left: none; }
    .c-table.is-head-light-purple .c-table__th {
      color: #fff;
      background-color: #bd6392;
      border-top: none; }
    .c-table.is-head-light-purple .sortable::before {
      border-bottom-color: #fff; }
    .c-table.is-head-light-purple .sortable::after {
      border-top-color: #fff; }
    @media (max-width: 47.1775em) {
      .c-table.is-head-light-purple.c-table--simple {
        border-top: 6px solid rgba(22, 23, 24, 0.15); } }
    @media (max-width: 47.1775em) {
      .c-table.is-head-light-purple.c-table--simple.is-head-light-purple {
        border-top-color: #bd6392; } }
    .c-table.is-head-light-purple.c-table--simple.is-head-light-purple .c-table__th {
      border-top: none;
      border-bottom: none; }
  .light-purple .c-table.c-table--items-filter {
    border-bottom-color: #bd6392;
    border-right: none;
    border-left: none; }
    .light-purple .c-table.c-table--items-filter .c-table__td:first-child {
      border-left: none; }
    .light-purple .c-table.c-table--items-filter .c-table__th {
      color: #fff;
      background-color: #bd6392; }
      .light-purple .c-table.c-table--items-filter .c-table__th button,
      .light-purple .c-table.c-table--items-filter .c-table__th a {
        color: #fff; }
    .light-purple .c-table.c-table--items-filter .c-button--sortable > span::before {
      border-bottom-color: #fff; }
    .light-purple .c-table.c-table--items-filter .c-button--sortable > span::after {
      border-top-color: #fff; }
  .c-table.is-body-light-purple .c-table__th--tbody {
    color: #fff;
    background-color: #bd6392; }
  .c-table.is-body-light-purple.is-head-light-purple .c-table__th {
    border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table.is-head-orange {
    border-bottom-color: #ef8700;
    border-right: none;
    border-left: none; }
    .c-table.is-head-orange .c-table__th {
      color: #fff;
      background-color: #ef8700;
      border-top: none; }
    .c-table.is-head-orange .sortable::before {
      border-bottom-color: #fff; }
    .c-table.is-head-orange .sortable::after {
      border-top-color: #fff; }
    @media (max-width: 47.1775em) {
      .c-table.is-head-orange.c-table--simple {
        border-top: 6px solid rgba(22, 23, 24, 0.15); } }
    @media (max-width: 47.1775em) {
      .c-table.is-head-orange.c-table--simple.is-head-orange {
        border-top-color: #ef8700; } }
    .c-table.is-head-orange.c-table--simple.is-head-orange .c-table__th {
      border-top: none;
      border-bottom: none; }
  .orange .c-table.c-table--items-filter {
    border-bottom-color: #ef8700;
    border-right: none;
    border-left: none; }
    .orange .c-table.c-table--items-filter .c-table__td:first-child {
      border-left: none; }
    .orange .c-table.c-table--items-filter .c-table__th {
      color: #fff;
      background-color: #ef8700; }
      .orange .c-table.c-table--items-filter .c-table__th button,
      .orange .c-table.c-table--items-filter .c-table__th a {
        color: #fff; }
    .orange .c-table.c-table--items-filter .c-button--sortable > span::before {
      border-bottom-color: #fff; }
    .orange .c-table.c-table--items-filter .c-button--sortable > span::after {
      border-top-color: #fff; }
  .c-table.is-body-orange .c-table__th--tbody {
    color: #fff;
    background-color: #ef8700; }
  .c-table.is-body-orange.is-head-orange .c-table__th {
    border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table.is-head-deep-orange {
    border-bottom-color: #bf420c;
    border-right: none;
    border-left: none; }
    .c-table.is-head-deep-orange .c-table__th {
      color: #fff;
      background-color: #bf420c;
      border-top: none; }
    .c-table.is-head-deep-orange .sortable::before {
      border-bottom-color: #fff; }
    .c-table.is-head-deep-orange .sortable::after {
      border-top-color: #fff; }
    @media (max-width: 47.1775em) {
      .c-table.is-head-deep-orange.c-table--simple {
        border-top: 6px solid rgba(22, 23, 24, 0.15); } }
    @media (max-width: 47.1775em) {
      .c-table.is-head-deep-orange.c-table--simple.is-head-deep-orange {
        border-top-color: #bf420c; } }
    .c-table.is-head-deep-orange.c-table--simple.is-head-deep-orange .c-table__th {
      border-top: none;
      border-bottom: none; }
  .deep-orange .c-table.c-table--items-filter {
    border-bottom-color: #bf420c;
    border-right: none;
    border-left: none; }
    .deep-orange .c-table.c-table--items-filter .c-table__td:first-child {
      border-left: none; }
    .deep-orange .c-table.c-table--items-filter .c-table__th {
      color: #fff;
      background-color: #bf420c; }
      .deep-orange .c-table.c-table--items-filter .c-table__th button,
      .deep-orange .c-table.c-table--items-filter .c-table__th a {
        color: #fff; }
    .deep-orange .c-table.c-table--items-filter .c-button--sortable > span::before {
      border-bottom-color: #fff; }
    .deep-orange .c-table.c-table--items-filter .c-button--sortable > span::after {
      border-top-color: #fff; }
  .c-table.is-body-deep-orange .c-table__th--tbody {
    color: #fff;
    background-color: #bf420c; }
  .c-table.is-body-deep-orange.is-head-deep-orange .c-table__th {
    border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table.is-head-light-orange {
    border-bottom-color: #f7a83b;
    border-right: none;
    border-left: none; }
    .c-table.is-head-light-orange .c-table__th {
      color: #535456;
      background-color: #f7a83b;
      border-top: none; }
    .c-table.is-head-light-orange .sortable::before {
      border-bottom-color: #535456; }
    .c-table.is-head-light-orange .sortable::after {
      border-top-color: #535456; }
    @media (max-width: 47.1775em) {
      .c-table.is-head-light-orange.c-table--simple {
        border-top: 6px solid rgba(22, 23, 24, 0.15); } }
    @media (max-width: 47.1775em) {
      .c-table.is-head-light-orange.c-table--simple.is-head-light-orange {
        border-top-color: #f7a83b; } }
    .c-table.is-head-light-orange.c-table--simple.is-head-light-orange .c-table__th {
      border-top: none;
      border-bottom: none; }
  .light-orange .c-table.c-table--items-filter {
    border-bottom-color: #f7a83b;
    border-right: none;
    border-left: none; }
    .light-orange .c-table.c-table--items-filter .c-table__td:first-child {
      border-left: none; }
    .light-orange .c-table.c-table--items-filter .c-table__th {
      color: #535456;
      background-color: #f7a83b; }
      .light-orange .c-table.c-table--items-filter .c-table__th button,
      .light-orange .c-table.c-table--items-filter .c-table__th a {
        color: #535456; }
    .light-orange .c-table.c-table--items-filter .c-button--sortable > span::before {
      border-bottom-color: #535456; }
    .light-orange .c-table.c-table--items-filter .c-button--sortable > span::after {
      border-top-color: #535456; }
  .c-table.is-body-light-orange .c-table__th--tbody {
    color: #535456;
    background-color: #f7a83b; }
  .c-table.is-body-light-orange.is-head-light-orange .c-table__th {
    border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table.is-head-yellow {
    border-bottom-color: #ffd200;
    border-right: none;
    border-left: none; }
    .c-table.is-head-yellow .c-table__th {
      color: #535456;
      background-color: #ffd200;
      border-top: none; }
    .c-table.is-head-yellow .sortable::before {
      border-bottom-color: #535456; }
    .c-table.is-head-yellow .sortable::after {
      border-top-color: #535456; }
    @media (max-width: 47.1775em) {
      .c-table.is-head-yellow.c-table--simple {
        border-top: 6px solid rgba(22, 23, 24, 0.15); } }
    @media (max-width: 47.1775em) {
      .c-table.is-head-yellow.c-table--simple.is-head-yellow {
        border-top-color: #ffd200; } }
    .c-table.is-head-yellow.c-table--simple.is-head-yellow .c-table__th {
      border-top: none;
      border-bottom: none; }
  .yellow .c-table.c-table--items-filter {
    border-bottom-color: #ffd200;
    border-right: none;
    border-left: none; }
    .yellow .c-table.c-table--items-filter .c-table__td:first-child {
      border-left: none; }
    .yellow .c-table.c-table--items-filter .c-table__th {
      color: #535456;
      background-color: #ffd200; }
      .yellow .c-table.c-table--items-filter .c-table__th button,
      .yellow .c-table.c-table--items-filter .c-table__th a {
        color: #535456; }
    .yellow .c-table.c-table--items-filter .c-button--sortable > span::before {
      border-bottom-color: #535456; }
    .yellow .c-table.c-table--items-filter .c-button--sortable > span::after {
      border-top-color: #535456; }
  .c-table.is-body-yellow .c-table__th--tbody {
    color: #535456;
    background-color: #ffd200; }
  .c-table.is-body-yellow.is-head-yellow .c-table__th {
    border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table.is-head-dark-yellow {
    border-bottom-color: #a58000;
    border-right: none;
    border-left: none; }
    .c-table.is-head-dark-yellow .c-table__th {
      color: #fff;
      background-color: #a58000;
      border-top: none; }
    .c-table.is-head-dark-yellow .sortable::before {
      border-bottom-color: #fff; }
    .c-table.is-head-dark-yellow .sortable::after {
      border-top-color: #fff; }
    @media (max-width: 47.1775em) {
      .c-table.is-head-dark-yellow.c-table--simple {
        border-top: 6px solid rgba(22, 23, 24, 0.15); } }
    @media (max-width: 47.1775em) {
      .c-table.is-head-dark-yellow.c-table--simple.is-head-dark-yellow {
        border-top-color: #a58000; } }
    .c-table.is-head-dark-yellow.c-table--simple.is-head-dark-yellow .c-table__th {
      border-top: none;
      border-bottom: none; }
  .dark-yellow .c-table.c-table--items-filter {
    border-bottom-color: #a58000;
    border-right: none;
    border-left: none; }
    .dark-yellow .c-table.c-table--items-filter .c-table__td:first-child {
      border-left: none; }
    .dark-yellow .c-table.c-table--items-filter .c-table__th {
      color: #fff;
      background-color: #a58000; }
      .dark-yellow .c-table.c-table--items-filter .c-table__th button,
      .dark-yellow .c-table.c-table--items-filter .c-table__th a {
        color: #fff; }
    .dark-yellow .c-table.c-table--items-filter .c-button--sortable > span::before {
      border-bottom-color: #fff; }
    .dark-yellow .c-table.c-table--items-filter .c-button--sortable > span::after {
      border-top-color: #fff; }
  .c-table.is-body-dark-yellow .c-table__th--tbody {
    color: #fff;
    background-color: #a58000; }
  .c-table.is-body-dark-yellow.is-head-dark-yellow .c-table__th {
    border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table.is-head-soft-yellow {
    border-bottom-color: #ffeb7f;
    border-right: none;
    border-left: none; }
    .c-table.is-head-soft-yellow .c-table__th {
      color: #535456;
      background-color: #ffeb7f;
      border-top: none; }
    .c-table.is-head-soft-yellow .sortable::before {
      border-bottom-color: #535456; }
    .c-table.is-head-soft-yellow .sortable::after {
      border-top-color: #535456; }
    @media (max-width: 47.1775em) {
      .c-table.is-head-soft-yellow.c-table--simple {
        border-top: 6px solid rgba(22, 23, 24, 0.15); } }
    @media (max-width: 47.1775em) {
      .c-table.is-head-soft-yellow.c-table--simple.is-head-soft-yellow {
        border-top-color: #ffeb7f; } }
    .c-table.is-head-soft-yellow.c-table--simple.is-head-soft-yellow .c-table__th {
      border-top: none;
      border-bottom: none; }
  .soft-yellow .c-table.c-table--items-filter {
    border-bottom-color: #ffeb7f;
    border-right: none;
    border-left: none; }
    .soft-yellow .c-table.c-table--items-filter .c-table__td:first-child {
      border-left: none; }
    .soft-yellow .c-table.c-table--items-filter .c-table__th {
      color: #535456;
      background-color: #ffeb7f; }
      .soft-yellow .c-table.c-table--items-filter .c-table__th button,
      .soft-yellow .c-table.c-table--items-filter .c-table__th a {
        color: #535456; }
    .soft-yellow .c-table.c-table--items-filter .c-button--sortable > span::before {
      border-bottom-color: #535456; }
    .soft-yellow .c-table.c-table--items-filter .c-button--sortable > span::after {
      border-top-color: #535456; }
  .c-table.is-body-soft-yellow .c-table__th--tbody {
    color: #535456;
    background-color: #ffeb7f; }
  .c-table.is-body-soft-yellow.is-head-soft-yellow .c-table__th {
    border-bottom: 1px solid rgba(22, 23, 24, 0.15); }
  @media (min-width: 47.1875em) {
    .c-table {
      background-color: #fff; } }
  .c-table .is-center {
    text-align: center; }
  .c-table .is-right {
    text-align: right; }
  .c-table .is-no-border-left {
    border-left: none; }
  .c-table .is-no-border-bottom {
    border-bottom: none; }
  .c-table .link--inline::before,
  .c-table .link--file-pdf::before {
    top: 0; }
  @media all and (-ms-high-contrast: none) {
    .c-table *::-ms-backdrop,
    .c-table .link--inline {
      display: inline-block; }
    .c-table *::-ms-backdrop,
    .c-table .link--inline::before {
      margin-top: 3px; } }
  .c-table .link--inline {
    margin-left: 20px; }
    .c-table .link--inline::before {
      margin-left: -20px; }
      @media (min-width: 62em) {
        .c-table .link--inline::before {
          top: 0; } }
      @media (min-width: 100em) {
        .c-table .link--inline::before {
          top: 0; } }
  .c-table .link--file-pdf {
    margin-left: 20px; }
    .c-table .link--file-pdf::before {
      margin-left: -20px; }
      @media (min-width: 62em) {
        .c-table .link--file-pdf::before {
          top: 0; } }
      @media (min-width: 100em) {
        .c-table .link--file-pdf::before {
          top: 0; } }
  .c-table .c-button--sortable {
    width: 100%; }
  .c-table:not(.c-table--not-alternating) .c-table__tr:nth-child(2n + 1) {
    background: rgba(22, 23, 24, 0.05); }
  .c-table.c-table--not-alternating .c-table__tr .c-table__td:first-child:not([colspan]) {
    background: rgba(22, 23, 24, 0.05); }

/*
    SIMPLE TABLE
*/
.c-table--simple {
  border-right: none;
  border-left: none;
  /*
        MOBILE RESPONSIVE STYLES
    */ }
  .c-table--simple .card-views {
    padding-top: 16px;
    padding-bottom: 12px;
    border-bottom: 3px solid #e3e3e3; }
  .c-table--simple .c-table__tr:last-child .card-views {
    border-bottom: none; }
  .c-table--simple .card-view {
    margin-bottom: 12px; }
    @media (max-width: 35.99em) {
      .c-table--simple .card-view {
        flex-direction: column; } }
  .c-table--simple .card-view-title {
    font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif; }
    @media (max-width: 35.99em) {
      .c-table--simple .card-view-title {
        margin-bottom: 2px; } }
  .c-table--simple .card-view-value {
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 36em) {
      .c-table--simple .card-view-value {
        padding-top: 2px; } }

/*
    TABLE ELEMENT: ROW
*/
.c-table__tr.c-table--highlighted {
  color: #838487; }

.c-table--simple .c-table__tr {
  background: transparent; }

/*
    TABLE ELEMENT: HEAD
*/
.c-table__th {
  font-size: 18px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  line-height: 1.33333;
  letter-spacing: 0.4px;
  padding: 16px 12px;
  vertical-align: top;
  border-top: 1px solid rgba(22, 23, 24, 0.15);
  border-bottom: 1px solid rgba(22, 23, 24, 0.15);
  border-left: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table__th:first-child {
    border-left: none; }
  .c-table__th.bs-checkbox {
    min-width: 40px; }
    @media (min-width: 47.1875em) {
      .c-table__th.bs-checkbox {
        min-width: 52px; } }
  .c-table__th .filter-control {
    position: relative;
    margin-top: 8px; }
    .c-table__th .filter-control::after {
      transition: all 200ms ease-in-out;
      position: absolute;
      top: calc(50% - 5px);
      right: 18px;
      display: block;
      width: 0;
      height: 0;
      border-top: 7px solid #838487;
      border-right: 7px solid transparent;
      border-left: 7px solid transparent;
      content: '';
      pointer-events: none;
      top: calc(50% - 4px);
      right: 11px;
      border-top-width: 6px;
      border-right-width: 6px;
      border-left-width: 6px; }
    .c-table__th .filter-control select {
      /* stylelint-disable  */
      color: #535456;
      font-size: 16px;
      transition: border-color 200ms ease-in-out;
      position: relative;
      display: block;
      width: 100%;
      min-height: 54px;
      padding: 24px 54px 4px 12px;
      background: transparent;
      border: 0 none;
      border-bottom: 2px solid #838487;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      /* appearance: none for IE11 */
      /* stylelint-enable */
      min-height: 40px;
      padding: 9px 33px 7px 11px;
      font-size: 16px;
      font-family: "TradeGothicRegular", Arial, Verdana, sans-serif;
      line-height: 1.5;
      background-color: #f6f6f6;
      border-bottom: none; }
      .c-table__th .filter-control select::-ms-expand {
        display: none; }
      .c-table__th .filter-control select[data-selected='']:not(:focus) + .c-select__label {
        font-size: 16px;
        font-family: "TradeGothicRegular", Arial, Verdana, sans-serif;
        top: 16px;
        color: #535456; }
      .c-table__th .filter-control select.is-invalid {
        border-color: #b90000; }
        .c-table__th .filter-control select.is-invalid + .c-select__label {
          color: #b90000; }
      .c-table__th .filter-control select:focus {
        background: #fbfbfb;
        outline: 0; }
      .c-table__th .filter-control select:focus:not(.is-invalid) {
        border-color: #838487; }
        .white .c-table__th .filter-control select:focus:not(.is-invalid) {
          border-color: #838487; }
        .grey .c-table__th .filter-control select:focus:not(.is-invalid) {
          border-color: #838487; }
        .green .c-table__th .filter-control select:focus:not(.is-invalid) {
          border-color: #72b904; }
        .orange .c-table__th .filter-control select:focus:not(.is-invalid) {
          border-color: #ef8700; }
        .dark-yellow .c-table__th .filter-control select:focus:not(.is-invalid) {
          border-color: #a58000; }
        .purple .c-table__th .filter-control select:focus:not(.is-invalid) {
          border-color: #9b006b; }
        .blue .c-table__th .filter-control select:focus:not(.is-invalid) {
          border-color: #007eb9; }
        .light-blue .c-table__th .filter-control select:focus:not(.is-invalid) {
          border-color: #37a8e0; }
        .yellow .c-table__th .filter-control select:focus:not(.is-invalid) {
          border-color: #ffd200; }
      .is-head-grey .c-table__th .filter-control select {
        background-color: #fff; }
  .c-table--simple .c-table__th {
    border-left: none; }
  .c-table__th .c-table__close-col-btn {
    padding: 0;
    font-size: 14px; }
    .c-table__th .c-table__close-col-btn:hover {
      color: #e6e6e6 !important; }

/*
    TABLE ELEMENT: CELL
*/
.c-table__td {
  padding: 16px 12px;
  font-size: 14px;
  border-bottom: 1px solid rgba(22, 23, 24, 0.15);
  border-left: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table__td:first-child {
    border-left: none; }
  .c-table--simple .c-table__td {
    padding-bottom: 24px;
    border-bottom-width: 2px;
    border-left: none; }
  .c-table__td.c-table--section {
    font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
    font-size: 16px; }

.c-table__td--emphasize {
  font-size: 18px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  line-height: 1.44444;
  letter-spacing: 0; }

.c-table__th--marginal {
  font-size: 14px;
  font-family: "TradeGothicRegular", Arial, Verdana, sans-serif;
  line-height: 1.42857; }

/*
    TABLE AREA: BODY
*/
.c-table__th--tbody {
  padding: 16px 12px;
  font-size: 18px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  line-height: 24px;
  letter-spacing: .4px;
  border-top: none;
  border-left: none; }
  .bs-checkbox + .c-table__th--tbody {
    border-left: 1px solid rgba(22, 23, 24, 0.15); }
  .c-table__th--tbody .link--inline {
    margin-left: 20px; }
    .c-table__th--tbody .link--inline::before {
      margin-left: -20px; }
  .c-table__th--tbody .link--file-pdf {
    margin-left: 26px; }
    .c-table__th--tbody .link--file-pdf::before {
      margin-left: -26px; }

/*
    COLUMN BEHAVIOUR
*/
@media (min-width: 47.1875em) {
  .c-table--columns-evenly {
    table-layout: fixed; } }

.c-table--columns-evenly .c-table__th {
  width: auto; }
  .c-table--columns-evenly .c-table__th:first-child {
    width: 25%; }
  .c-table--columns-evenly .c-table__th.bs-checkbox {
    width: 40px !important; }
    @media (min-width: 47.1875em) {
      .c-table--columns-evenly .c-table__th.bs-checkbox {
        width: 52px !important; } }

/*
    ITEM FILTER Modifier
*/
.c-table--items-filter .c-table__th {
  min-width: 95px;
  padding-right: 8px;
  padding-left: 8px; }
  .c-table--items-filter .c-table__th:first-of-type {
    min-width: 210px; }
    .c-table--items-filter .c-table__th:first-of-type.bs-checkbox {
      min-width: inherit;
      max-width: 42px; }
  .c-table--items-filter .c-table__th:last-of-type {
    max-width: 95px; }

.c-table--items-filter .c-table__td {
  padding-right: 8px;
  padding-left: 8px; }
  .c-table--items-filter .c-table__td.bs-checkbox {
    padding-left: 12px; }

.c-table--items-filter .link--file-pdf {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  font-size: 20px; }
  .c-table--items-filter .link--file-pdf::before {
    margin: 0; }
  .c-table--items-filter .link--file-pdf:hover, .c-table--items-filter .link--file-pdf:active {
    border-bottom-color: transparent; }

.c-table--items-filter .link--file-pdf-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.c-table--items-filter .link--inline {
  font-size: 18px;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  line-height: 1.22222;
  text-align: left; }

/* BOOTSTRAP-TABLE: OVERRIDES */
.c-products-table .fixed-table-container .c-table.table thead th,
.bootstrap-table .fixed-table-container .c-table.table thead th {
  padding: 16px 12px;
  vertical-align: top; }
  .c-products-table .fixed-table-container .c-table.table thead th .th-inner,
  .bootstrap-table .fixed-table-container .c-table.table thead th .th-inner {
    padding: 0; }

.c-products-table .fixed-table-body,
.bootstrap-table .fixed-table-body {
  height: 100%;
  overflow-x: auto;
  overflow-y: auto;
  background-color: #fff;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent), linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
  background-repeat: no-repeat;
  background-position: left center, right center, left center, right center;
  background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;
  background-attachment: local, local, scroll, scroll; }

.c-products-table .fixed-columns .fixed-table-body,
.bootstrap-table .fixed-columns .fixed-table-body {
  background-image: none; }

.c-products-table .no-records-found,
.bootstrap-table .no-records-found {
  font-size: 16px; }
  .c-products-table .no-records-found td,
  .bootstrap-table .no-records-found td {
    padding: 20px; }

.c-products-table .sortable,
.bootstrap-table .sortable {
  position: relative;
  background-image: none !important; }
  .c-products-table .sortable::before, .c-products-table .sortable::after,
  .bootstrap-table .sortable::before,
  .bootstrap-table .sortable::after {
    position: absolute;
    right: 4px;
    display: block;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    opacity: .6;
    content: ''; }
  .c-products-table .sortable::before,
  .bootstrap-table .sortable::before {
    top: 6px;
    border-bottom: 5px solid #838487; }
  .c-products-table .sortable::after,
  .bootstrap-table .sortable::after {
    top: 14px;
    border-top: 5px solid #838487; }
  .c-products-table .sortable.asc::before,
  .bootstrap-table .sortable.asc::before {
    opacity: 1; }
  .c-products-table .sortable.asc::after,
  .bootstrap-table .sortable.asc::after {
    opacity: .25; }
  .c-products-table .sortable.desc::before,
  .bootstrap-table .sortable.desc::before {
    opacity: .25; }
  .c-products-table .sortable.desc::after,
  .bootstrap-table .sortable.desc::after {
    opacity: 1; }

.c-products-table .bs-checkbox input[type='checkbox'],
.bootstrap-table .bs-checkbox input[type='checkbox'] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }
  .c-products-table .bs-checkbox input[type='checkbox']:checked,
  .bootstrap-table .bs-checkbox input[type='checkbox']:checked {
    /* stylelint-disable */
    /* stylelint-enable */ }
    .c-products-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before,
    .bootstrap-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before {
      border-color: #838487;
      background: #838487;
      color: #fff;
      font-family: "heraeus_icons";
      content: '\ea10'; }
      .white .c-products-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before, .white
      .bootstrap-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before {
        border-color: #838487; }
      .grey .c-products-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before, .grey
      .bootstrap-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before {
        border-color: #838487; }
      .green .c-products-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before, .green
      .bootstrap-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before {
        border-color: #72b904; }
      .orange .c-products-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before, .orange
      .bootstrap-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before {
        border-color: #ef8700; }
      .dark-yellow .c-products-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before, .dark-yellow
      .bootstrap-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before {
        border-color: #a58000; }
      .purple .c-products-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before, .purple
      .bootstrap-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before {
        border-color: #9b006b; }
      .blue .c-products-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before, .blue
      .bootstrap-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before {
        border-color: #007eb9; }
      .light-blue .c-products-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before, .light-blue
      .bootstrap-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before {
        border-color: #37a8e0; }
      .yellow .c-products-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before, .yellow
      .bootstrap-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before {
        border-color: #ffd200; }
      .white .c-products-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before, .white
      .bootstrap-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before {
        background: #838487; }
      .grey .c-products-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before, .grey
      .bootstrap-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before {
        background: #838487; }
      .green .c-products-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before, .green
      .bootstrap-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before {
        background: #72b904; }
      .orange .c-products-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before, .orange
      .bootstrap-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before {
        background: #ef8700; }
      .dark-yellow .c-products-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before, .dark-yellow
      .bootstrap-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before {
        background: #a58000; }
      .purple .c-products-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before, .purple
      .bootstrap-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before {
        background: #9b006b; }
      .blue .c-products-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before, .blue
      .bootstrap-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before {
        background: #007eb9; }
      .light-blue .c-products-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before, .light-blue
      .bootstrap-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before {
        background: #37a8e0; }
      .yellow .c-products-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before, .yellow
      .bootstrap-table .bs-checkbox input[type='checkbox']:checked ~ span:first-of-type::before {
        background: #ffd200; }
  .c-products-table .bs-checkbox input[type='checkbox']:hover:not([disabled]), .c-products-table .bs-checkbox input[type='checkbox']:focus:not([disabled]),
  .bootstrap-table .bs-checkbox input[type='checkbox']:hover:not([disabled]),
  .bootstrap-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) {
    /* stylelint-disable */
    /* stylelint-enable */ }
    .c-products-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before, .c-products-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before,
    .bootstrap-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before,
    .bootstrap-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before {
      border-color: #838487; }
      .white .c-products-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before, .white .c-products-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before, .white
      .bootstrap-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before, .white
      .bootstrap-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before {
        border-color: #838487; }
      .grey .c-products-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before, .grey .c-products-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before, .grey
      .bootstrap-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before, .grey
      .bootstrap-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before {
        border-color: #838487; }
      .green .c-products-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before, .green .c-products-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before, .green
      .bootstrap-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before, .green
      .bootstrap-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before {
        border-color: #72b904; }
      .orange .c-products-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before, .orange .c-products-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before, .orange
      .bootstrap-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before, .orange
      .bootstrap-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before {
        border-color: #ef8700; }
      .dark-yellow .c-products-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before, .dark-yellow .c-products-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before, .dark-yellow
      .bootstrap-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before, .dark-yellow
      .bootstrap-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before {
        border-color: #a58000; }
      .purple .c-products-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before, .purple .c-products-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before, .purple
      .bootstrap-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before, .purple
      .bootstrap-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before {
        border-color: #9b006b; }
      .blue .c-products-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before, .blue .c-products-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before, .blue
      .bootstrap-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before, .blue
      .bootstrap-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before {
        border-color: #007eb9; }
      .light-blue .c-products-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before, .light-blue .c-products-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before, .light-blue
      .bootstrap-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before, .light-blue
      .bootstrap-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before {
        border-color: #37a8e0; }
      .yellow .c-products-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before, .yellow .c-products-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before, .yellow
      .bootstrap-table .bs-checkbox input[type='checkbox']:hover:not([disabled]) ~ span:first-of-type::before, .yellow
      .bootstrap-table .bs-checkbox input[type='checkbox']:focus:not([disabled]) ~ span:first-of-type::before {
        border-color: #ffd200; }
  .c-products-table .bs-checkbox input[type='checkbox']:disabled,
  .bootstrap-table .bs-checkbox input[type='checkbox']:disabled {
    /* stylelint-disable */
    /* stylelint-enable */ }
    .c-products-table .bs-checkbox input[type='checkbox']:disabled ~ span:first-of-type::before,
    .bootstrap-table .bs-checkbox input[type='checkbox']:disabled ~ span:first-of-type::before {
      cursor: default;
      opacity: .3; }

.c-products-table .bs-checkbox span,
.bootstrap-table .bs-checkbox span {
  position: relative;
  margin-bottom: 0;
  padding-left: 26px; }
  .c-products-table .bs-checkbox span:hover,
  .bootstrap-table .bs-checkbox span:hover {
    cursor: pointer; }
  .c-products-table .bs-checkbox span:first-of-type::before,
  .bootstrap-table .bs-checkbox span:first-of-type::before {
    transition: all 200ms ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    background: #fff;
    border: 2px solid #838487;
    content: ''; }
  .c-products-table .bs-checkbox span:last-child,
  .bootstrap-table .bs-checkbox span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }

/* CAPTION */
.c-table-caption {
  display: block;
  padding-top: 16px;
  font-size: 14px;
  line-height: 1.42857; }

.c-table-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: auto;
  background-color: #fff;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent), linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
  background-repeat: no-repeat;
  background-position: left center, right center, left center, right center;
  background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;
  background-attachment: local, local, scroll, scroll;
  /* Opera doesn't support this in the shorthand */ }

.c-table__cell-wrapper {
  display: flex;
  justify-content: space-between; }

.c-graph {
  width: 100%; }

.c-graph__chart {
  position: relative;
  width: 100%;
  height: 440px; }
  @media (min-width: 47.1875em) {
    .c-graph__chart {
      height: 500px; } }

.c-footer {
  flex-direction: column;
  margin-top: 40px;
  color: #fff;
  background: #6b6c6e; }
  @media (min-width: 62em) {
    .c-footer {
      margin-top: 80px; } }

.c-footer--service {
  margin-top: 0;
  background: #535456; }

.c-footer__container-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1760px;
  margin: 0 auto; }
  .show-to-top-button .c-footer__container-wrap {
    padding-bottom: 52px; }
    @media (min-width: 62em) {
      .show-to-top-button .c-footer__container-wrap {
        padding-bottom: 72px; } }

/*
 * 1. apply the same horizontal offset as for the content area
 */
.c-footer__container {
  /* [1] */
  flex: 1;
  padding-top: 36px; }
  @media (min-width: 62em) {
    .c-footer__container {
      padding-left: 25%; } }
  @media (min-width: 81.25em) {
    .c-footer__container {
      padding-left: 22%; } }
  @media (min-width: 100em) {
    .c-footer__container {
      padding-left: 19%; } }
  @media (min-width: 47.1875em) {
    .c-footer__container {
      padding-top: 56px;
      padding-bottom: 48px; } }
  @media (min-width: 62em) {
    .c-footer__container {
      padding-top: 76px;
      padding-bottom: 60px; } }

.c-footer__content {
  margin: 0; }
  @media (min-width: 62em) {
    .c-footer__content {
      margin: 0 40px; } }
  @media (min-width: 81.25em) {
    .c-footer__content {
      margin: 0 80px; } }

.c-footer__block {
  margin-bottom: 24px;
  padding-right: 28px; }
  @media (min-width: 47.1875em) {
    .c-footer__block {
      margin-bottom: 0;
      padding-right: 20px; }
      .c-footer__block + .c-footer__block {
        margin-top: 40px; } }
  @media (min-width: 100em) {
    .c-footer__block {
      padding-right: 0; } }

.c-footer__headline {
  margin-bottom: 1rem;
  font-weight: normal;
  font-size: 18px;
  font-style: normal;
  line-height: 1.22222;
  letter-spacing: 0;
  margin-bottom: 16px;
  padding-bottom: 10px;
  color: #fff;
  border-bottom: 2px solid #fff; }
  @media (min-width: 62em) {
    .c-footer__headline {
      font-weight: normal;
      font-size: 20px;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: 0; } }
  @media (min-width: 81.25em) {
    .c-footer__headline {
      font-weight: normal;
      font-size: 24px;
      font-style: normal;
      line-height: 1.16667;
      letter-spacing: 0; } }
  @media (min-width: 47.1875em) {
    .c-footer__headline {
      margin-bottom: 28px; } }

.c-footer__text-legal {
  font-size: 12px;
  line-height: 1.33333;
  display: inline-block;
  margin-bottom: 12px;
  color: #bbbcbd; }
  @media (min-width: 47.1875em) {
    .c-footer__text-legal {
      font-size: 14px;
      line-height: 1.42857; } }

.c-footer__container--service {
  padding-top: 20px;
  padding-bottom: 12px;
  background: #535456; }
  .c-footer__container--service .c-footer__block {
    margin-bottom: 0; }

.c-footer__image-wrap {
  display: none; }
  @media (min-width: 62em) {
    .c-footer__image-wrap {
      display: block; } }

.c-footer__image {
  max-width: 100%; }

.js-noscroll {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden; }

.c-header {
  position: relative;
  z-index: 990;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff; }
  .c-header::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 8px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
    border-top: 1px solid #e3e3e3;
    content: ''; }
  @media (min-width: 62em) {
    .c-header {
      position: fixed;
      top: 0;
      height: 130px; } }
  @media (min-width: 81.25em) {
    .c-header {
      height: 142px; } }

.c-page {
  padding-top: 85px; }
  @media (min-width: 62em) {
    .c-page {
      padding-top: 130px; } }
  @media (min-width: 81.25em) {
    .c-page {
      padding-top: 142px; } }

@media (min-width: 62em) {
  .c-header__container {
    margin: 0; } }

@media (min-width: 81.25em) {
  .c-header__container {
    margin: 0 80px 0 0; } }

@media (min-width: 100em) {
  .c-header__container {
    margin: 0; } }

.c-header__content {
  position: relative;
  flex: 1; }
  @media (min-width: 62em) {
    .c-header__content {
      padding: 16px 20px 10px 20px; } }
  @media (min-width: 81.25em) {
    .c-header__content {
      max-width: 1760px; } }
  @media (min-width: 100em) {
    .c-header__content {
      padding-right: 100px; } }

.c-meta-nav__container {
  display: none; }
  @media (min-width: 62em) {
    .c-meta-nav__container {
      display: flex;
      justify-content: flex-end; } }

.c-header__content-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

.c-header__logo-container {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 12px; }
  @media (min-width: 62em) {
    .c-header__logo-container {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 0 0 20px;
      border: none; } }
  .c-header__logo-container .c-header__logo {
    width: 100px;
    height: 17px;
    margin-bottom: 12px;
    margin-left: 1px; }
    @media (min-width: 62em) {
      .c-header__logo-container .c-header__logo {
        width: 135px;
        height: 23px;
        margin-bottom: 18px;
        margin-left: 2px; } }
    @media (min-width: 81.25em) {
      .c-header__logo-container .c-header__logo {
        width: 165px;
        height: 28px;
        margin-bottom: 24px; } }

.c-header__logo-container-descriptor {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  width: 100%;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif; }
  @media (min-width: 81.25em) {
    .c-header__logo-container-descriptor {
      font-size: 18px;
      line-height: 1.44444;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .c-header__logo-container-descriptor {
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: 0; } }
  @media (min-width: 62em) {
    .c-header__logo-container-descriptor {
      padding-bottom: 17px;
      font-size: 18px; } }
  @media (min-width: 81.25em) {
    .c-header__logo-container-descriptor {
      padding-bottom: 16px;
      font-size: 18px; } }
  .c-header__logo-container-descriptor span {
    font-family: "TradeGothicRegular", Arial, Verdana, sans-serif; }

.c-header__logo-secondary {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 18px;
  line-height: 1.38889;
  letter-spacing: 0;
  display: none;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 20px; }
  @media (min-width: 81.25em) {
    .c-header__logo-secondary {
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .c-header__logo-secondary {
      font-size: 22px;
      line-height: 1.45455;
      letter-spacing: 0; } }
  @media (min-width: 62em) {
    .c-header__logo-secondary {
      position: absolute;
      top: 54px;
      right: 0;
      display: flex;
      padding: 0 20px 0 0; } }
  @media (min-width: 100em) {
    .c-header__logo-secondary {
      right: 80px; } }
  .c-header__logo-secondary .c-header__logo-link {
    display: flex;
    align-items: center;
    width: 120px;
    height: 48px; }
    @media (min-width: 47.1875em) {
      .c-header__logo-secondary .c-header__logo-link {
        width: 160px;
        height: 64px; } }
    @media (min-width: 81.25em) {
      .c-header__logo-secondary .c-header__logo-link {
        width: 200px;
        height: 80px; } }
  .c-header__logo-secondary .c-header__logo {
    display: flex;
    max-width: 100%;
    height: auto;
    margin-left: auto; }

.c-header-controls {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding-top: 20px; }
  @media (min-width: 62em) {
    .c-header-controls {
      display: none; } }

.c-header-controls__item {
  padding-left: 20px;
  font-size: 20px; }

.c-header-controls .c-header-controls__item-link {
  transition: color 200ms ease-in-out;
  color: #838487;
  text-decoration: none; }
  .c-header-controls .c-header-controls__item-link:focus, .c-header-controls .c-header-controls__item-link:active, .c-header-controls .c-header-controls__item-link:visited {
    color: #838487;
    text-decoration: none;
    outline: none; }
  .c-header-controls .c-header-controls__item-link:hover, .c-header-controls .c-header-controls__item-link:focus {
    color: #535456;
    text-decoration: none; }

.c-header-controls__item-link[aria-expanded='true'] .c-header-controls__item::before {
  font-family: "heraeus_icons";
  content: ""; }

.c-header-controls__item-link[aria-expanded='true'][aria-controls='area-search'] + .c-header-controls__item-link {
  display: none; }

/*
    [1] due to corporate color theme on the body class we have to increase specifity here
*/
.c-header .c-header__logo-link, .c-header
.c-header__logo-descriptor {
  transition: color 200ms ease-in-out;
  color: #838487;
  text-decoration: none; }
  .c-header .c-header__logo-link:focus, .c-header .c-header__logo-link:active, .c-header .c-header__logo-link:visited, .c-header
  .c-header__logo-descriptor:focus, .c-header
  .c-header__logo-descriptor:active, .c-header
  .c-header__logo-descriptor:visited {
    color: #838487;
    text-decoration: none;
    outline: none; }
  .c-header .c-header__logo-link:hover, .c-header .c-header__logo-link:focus, .c-header
  .c-header__logo-descriptor:hover, .c-header
  .c-header__logo-descriptor:focus {
    color: #535456;
    text-decoration: none; }

.link-list--meta-nav {
  padding: 0 0 0 40px;
  font-size: 14px; }
  .link-list--meta-nav .link-list__item {
    padding-right: 16px;
    padding-left: 0; }
    @media (min-width: 62em) {
      .link-list--meta-nav .link-list__item {
        margin-bottom: 0; } }

.link-list .link-list__link--meta-nav {
  transition: color 200ms ease-in-out;
  color: #838487;
  text-decoration: none; }
  .link-list .link-list__link--meta-nav:focus, .link-list .link-list__link--meta-nav:active, .link-list .link-list__link--meta-nav:visited {
    color: #838487;
    text-decoration: none;
    outline: none; }
  .link-list .link-list__link--meta-nav:hover, .link-list .link-list__link--meta-nav:focus {
    color: #535456;
    text-decoration: none; }

.link-list__link--meta-nav .icon {
  font-size: 14px; }

.c-header-meta-nav-mobile {
  display: flex;
  flex-direction: row;
  padding: 0 20px;
  background-color: #f6f6f6; }
  @media (min-width: 62em) {
    .c-header-meta-nav-mobile {
      display: none; } }
  .c-header-meta-nav-mobile .link-list--meta-nav {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 6px;
    padding: 23px 0 17px; }
    .c-header-meta-nav-mobile .link-list--meta-nav .link-list__item {
      margin-bottom: 0; }
    .c-header-meta-nav-mobile .link-list--meta-nav .link-list__link {
      transition: color 200ms ease-in-out;
      color: #535456;
      text-decoration: none; }
      .c-header-meta-nav-mobile .link-list--meta-nav .link-list__link:focus, .c-header-meta-nav-mobile .link-list--meta-nav .link-list__link:active, .c-header-meta-nav-mobile .link-list--meta-nav .link-list__link:visited {
        color: #535456;
        text-decoration: none;
        outline: none; }
      .c-header-meta-nav-mobile .link-list--meta-nav .link-list__link:hover, .c-header-meta-nav-mobile .link-list--meta-nav .link-list__link:focus {
        color: #535456;
        text-decoration: none; }
  .c-header-meta-nav-mobile .c-header__logo-secondary {
    display: flex;
    padding: 0; }

.c-collapsible-group--mobile {
  position: fixed;
  top: 85px;
  z-index: -1;
  width: 100%;
  height: calc(100% - 85px);
  transform: translate3d(0, 0, 0); }
  @media (min-width: 62em) {
    .c-collapsible-group--mobile {
      position: relative;
      top: 0;
      z-index: 0;
      overflow-y: inherit; } }

.js-zindex-overlay {
  z-index: 989;
  background-color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 61.99em) {
    .js-zindex-overlay {
      overflow-y: scroll; } }
  @media (min-width: 62em) {
    .js-zindex-overlay {
      background-color: transparent; } }

/*
 * STICKY HEADER
 */
@media (min-width: 62em) {
  .animate-header .c-header {
    transition: height 200ms linear; } }

@media (min-width: 62em) {
  .animate-header .c-header__logo-container {
    transition: margin 200ms linear; } }

@media (min-width: 62em) {
  .animate-header .c-header__logo-container .c-header__logo {
    transition: margin 200ms linear; } }

@media (min-width: 62em) {
  .animate-header .c-header__logo-container-descriptor {
    transition: padding 200ms linear; } }

@media (min-width: 62em) {
  .animate-header .c-header__logo-secondary {
    transition: opacity 200ms linear, top 200ms linear; } }

@media (min-width: 62em) {
  .animate-header .c-header__content {
    transition: padding 200ms linear; } }

.sticky-header .c-header {
  height: 85px; }
  @media (min-width: 62em) {
    .sticky-header .c-header {
      height: 96px; } }

.sticky-header .c-header__logo-container {
  padding-bottom: 0; }
  @media (min-width: 62em) {
    .sticky-header .c-header__logo-container {
      margin-top: -16px; } }
  @media (min-width: 62em) {
    .sticky-header .c-header__logo-container .c-header__logo {
      margin-bottom: 10px; } }

@media (min-width: 62em) {
  .sticky-header .c-header__logo-container-descriptor {
    padding-bottom: 0; } }

@media (min-width: 62em) {
  .sticky-header .c-header__logo-secondary {
    top: 20px;
    opacity: 0; } }

@media (min-width: 81.25em) {
  .sticky-header .c-header__logo-secondary {
    top: 8px; } }

@media (min-width: 62em) {
  .sticky-header .c-header__logo-secondary {
    display: flex;
    min-height: 65px;
    padding: 0 20px 0 0; } }

@media (min-width: 81.25em) {
  .sticky-header .c-header__logo-secondary {
    min-height: 80px; } }

.sticky-header .c-collapsible-group--mobile {
  top: 85px;
  height: calc(100% - 85px); }
  @media (min-width: 62em) {
    .sticky-header .c-collapsible-group--mobile {
      position: relative;
      top: 0; } }

@media (min-width: 62em) {
  .sticky-header .c-collapsible-group--desktop {
    z-index: 990;
    position: fixed;
    top: 96px;
    width: 100%; } }

@media (min-width: 62em) {
  .sticky-header .c-header__content {
    padding-bottom: 0; } }

.c-sr h1 {
  color: #fff; }

.c-sr .c-search-form {
  max-width: 1000px;
  margin: 0; }

.c-sr .c-pills {
  margin-top: 20px;
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow-x: hidden; }
  @media (min-width: 36em) {
    .c-sr .c-pills {
      margin-top: 24px; } }
  @media (min-width: 81.25em) {
    .c-sr .c-pills {
      margin-top: 32px; } }
  @media (min-width: 100em) {
    .c-sr .c-pills {
      margin-top: 40px; } }

.c-sr .js-search-results {
  z-index: 900; }
  .c-sr .js-search-results:not(:empty) {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); }

.c-sr .is-highlight {
  display: inline-block;
  color: #007eb9;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif; }

.c-sr__head {
  margin: 0 -20px 16px;
  padding: 24px 20px 24px 20px;
  color: #fff;
  background: #007eb9; }
  @media (min-width: 47.1875em) {
    .c-sr__head {
      margin-bottom: 24px; } }
  @media (min-width: 62em) {
    .c-sr__head {
      margin: 0 -60px 24px;
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 81.25em) {
    .c-sr__head {
      margin: 0 -100px 32px;
      padding-right: 100px;
      padding-bottom: 32px;
      padding-left: 100px; } }
  @media (min-width: 100em) {
    .c-sr__head {
      padding: 48px 100px 28px; } }
  @media (max-width: 35.99em) {
    .c-sr__head h1 {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0; } }

.c-sr__info {
  flex-direction: column;
  margin-bottom: 8px; }
  @media (min-width: 47.1875em) {
    .c-sr__info {
      margin-bottom: 24px; } }

.c-sr__searched-for,
.c-sr__result-count {
  display: inline-block; }

.c-sr__searched-for-wrapper.is-alternative-search {
  padding-top: 16px; }

.c-sr__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 40px; }

.c-sr__list--recommendations {
  border-top: none; }
  .c-sr__list--recommendations .c-sr__list-link {
    flex-direction: row;
    padding-right: 20px;
    padding-left: 20px;
    background: #c8e2f7; }
    .c-sr__list--recommendations .c-sr__list-link::before {
      right: 0;
      left: 0; }
    .c-sr__list--recommendations .c-sr__list-link::after {
      background-color: #007eb9; }
    .c-sr__list--recommendations .c-sr__list-link:hover::after, .c-sr__list--recommendations .c-sr__list-link:focus::after {
      left: 0;
      width: 100%; }

.c-sr__list-item {
  position: relative;
  margin: 0;
  padding: 0; }

.c-sr__list-link {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 12px 0 16px; }
  .c-sr__list-link::before {
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    left: -20px;
    z-index: -1;
    background-color: transparent;
    box-shadow: none;
    transition-timing-function: ease-in-out;
    transition-duration: 200ms;
    transition-property: top, bottom, left, right, background-color, box-shadow;
    content: ''; }
  .c-sr__list-link:hover::before, .c-sr__list-link:focus::before {
    top: -2px;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25); }
  .c-sr__list-link:hover::after, .c-sr__list-link:focus::after {
    background-color: #838487;
    left: -20px;
    width: calc(100% + 40px);
    height: 4px; }
    .white .c-sr__list-link:hover::after, .white .c-sr__list-link:focus::after {
      background-color: #838487; }
    .grey .c-sr__list-link:hover::after, .grey .c-sr__list-link:focus::after {
      background-color: #838487; }
    .green .c-sr__list-link:hover::after, .green .c-sr__list-link:focus::after {
      background-color: #72b904; }
    .orange .c-sr__list-link:hover::after, .orange .c-sr__list-link:focus::after {
      background-color: #ef8700; }
    .dark-yellow .c-sr__list-link:hover::after, .dark-yellow .c-sr__list-link:focus::after {
      background-color: #a58000; }
    .purple .c-sr__list-link:hover::after, .purple .c-sr__list-link:focus::after {
      background-color: #9b006b; }
    .blue .c-sr__list-link:hover::after, .blue .c-sr__list-link:focus::after {
      background-color: #007eb9; }
    .light-blue .c-sr__list-link:hover::after, .light-blue .c-sr__list-link:focus::after {
      background-color: #37a8e0; }
    .yellow .c-sr__list-link:hover::after, .yellow .c-sr__list-link:focus::after {
      background-color: #ffd200; }
  @media (hover: none) and (pointer: coarse) {
    .c-sr__list-link:hover::before, .c-sr__list-link:focus::before {
      display: none; }
    .c-sr__list-link:hover::after, .c-sr__list-link:focus::after {
      left: 0;
      width: 100%;
      height: 1px; }
      .o-module .c-sr__list-link:hover::after, .o-module .c-sr__list-link:focus::after {
        background: #e3e3e3; } }
  .c-sr__list-link:first-child {
    border-top: 1px solid #e3e3e3; }
  .c-sr__list-link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    transition: 200ms background-color, height ease-in-out;
    content: ''; }
  @media (min-width: 47.1875em) {
    .c-sr__list-link {
      padding-top: 16px;
      padding-bottom: 16px; } }
  @media (min-width: 81.25em) {
    .c-sr__list-link {
      padding-top: 24px;
      padding-bottom: 24px; } }
  .c-sr__list-link:hover, .c-sr__list-link:focus {
    z-index: 1;
    text-decoration: none; }
  .c-sr__list-link em {
    display: inline-block;
    padding-right: 3px;
    padding-left: 3px;
    font-style: normal;
    background: #c8e2f7; }

.c-sr__link-content-wrapper {
  max-width: 1000px; }

.c-sr__link-image {
  max-width: 160px;
  margin-right: 20px; }

.c-sr__link-meta {
  display: block;
  margin-bottom: 4px;
  color: #838487;
  font-size: 14px;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  line-height: 1.42857;
  letter-spacing: .4px; }
  @media (min-width: 36em) {
    .c-sr__link-meta {
      margin-bottom: 8px; } }
  @media (min-width: 47.1875em) {
    .c-sr__link-meta {
      margin-bottom: 12px; } }

.c-sr__link-headline {
  margin-bottom: 4px; }
  @media (min-width: 36em) {
    .c-sr__link-headline {
      margin-bottom: 8px; } }
  @media (min-width: 47.1875em) {
    .c-sr__link-headline {
      margin-bottom: 12px; } }
  .c-sr__link-headline > .icon {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    color: #007eb9;
    transform: translateY(1px); }

.c-sr__icon-wrap {
  white-space: nowrap; }
  .c-sr__icon-wrap > .icon {
    color: #007eb9; }
    .c-sr__icon-wrap > .icon::before {
      display: inline-block;
      vertical-align: middle;
      transform: translateX(-4px) scale(0.7); }

.c-sr__link-text {
  margin: 0;
  color: #535456; }
  @media (min-width: 81.25em) {
    .c-sr__link-text {
      font-size: 16px;
      line-height: 1.5; } }

.c-sr__result-area {
  flex-direction: column; }

.c-sr__load-more-area {
  text-align: center; }

.c-sr__no-results-top {
  padding-bottom: 24px;
  border-bottom: 1px solid #e3e3e3; }

.c-sr__no-results-bottom {
  padding-top: 24px; }
  .c-sr__no-results-bottom > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 24px;
    padding-left: 24px; }
    .c-sr__no-results-bottom > ul > li {
      position: relative;
      margin-bottom: 8px;
      padding-left: 32px;
      overflow: hidden; }
      .c-sr__no-results-bottom > ul > li::before {
        background: #838487;
        position: absolute;
        top: 8px;
        left: 8px;
        width: 7px;
        height: 7px;
        content: ''; }
        .white .c-sr__no-results-bottom > ul > li::before {
          background: #838487; }
        .grey .c-sr__no-results-bottom > ul > li::before {
          background: #838487; }
        .green .c-sr__no-results-bottom > ul > li::before {
          background: #72b904; }
        .orange .c-sr__no-results-bottom > ul > li::before {
          background: #ef8700; }
        .dark-yellow .c-sr__no-results-bottom > ul > li::before {
          background: #a58000; }
        .purple .c-sr__no-results-bottom > ul > li::before {
          background: #9b006b; }
        .blue .c-sr__no-results-bottom > ul > li::before {
          background: #007eb9; }
        .light-blue .c-sr__no-results-bottom > ul > li::before {
          background: #37a8e0; }
        .yellow .c-sr__no-results-bottom > ul > li::before {
          background: #ffd200; }
        @media (min-width: 100em) {
          .c-sr__no-results-bottom > ul > li::before {
            top: 11px; } }
  .c-sr__no-results-bottom .link--inline {
    display: inline; }

/* ------------------------------------ *\
    #M05_SOCIAL_SHARE_BAR
\* ------------------------------------ */
@media (min-width: 62em) {
  .o-module:last-child .c-social-share-bar {
    margin-bottom: -40px; } }

.o-module .c-social-share-bar {
  margin-top: -20px; }

.c-social-share-bar__wrapper {
  position: relative;
  padding: 40px 0 0 0; }

.c-social-share-bar__container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  color: #535456;
  transform: translate(0, 20px);
  visibility: hidden;
  transition: 200ms ease-in-out; }
  .c-social-share-bar__container.visible {
    display: block;
    transform: translate(0, 0);
    visibility: visible; }
    .c-social-share-bar__container.visible ul {
      opacity: 1; }

.c-social-share-bar__channels {
  color: #838487;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 12px 0 0;
  font-size: 14px;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
  border-color: #838487;
  border-top-width: 1px;
  border-top-style: solid;
  cursor: pointer; }
  .white .c-social-share-bar__channels {
    color: #838487; }
  .grey .c-social-share-bar__channels {
    color: #838487; }
  .green .c-social-share-bar__channels {
    color: #72b904; }
  .orange .c-social-share-bar__channels {
    color: #ef8700; }
  .dark-yellow .c-social-share-bar__channels {
    color: #a58000; }
  .purple .c-social-share-bar__channels {
    color: #9b006b; }
  .blue .c-social-share-bar__channels {
    color: #007eb9; }
  .light-blue .c-social-share-bar__channels {
    color: #37a8e0; }
  .yellow .c-social-share-bar__channels {
    color: #ffd200; }
  @media (min-width: 47.1875em) {
    .c-social-share-bar__channels {
      width: auto;
      max-width: 265px; } }
  .c-social-share-bar__channels .label {
    border-bottom: 1px solid transparent;
    transition: border-color 200ms ease-in-out; }
    .yellow .c-social-share-bar__channels .label {
      color: #535456; }
  .c-social-share-bar__channels:hover .label {
    border-color: #838487; }
    .white .c-social-share-bar__channels:hover .label {
      border-color: #838487; }
    .grey .c-social-share-bar__channels:hover .label {
      border-color: #838487; }
    .green .c-social-share-bar__channels:hover .label {
      border-color: #72b904; }
    .orange .c-social-share-bar__channels:hover .label {
      border-color: #ef8700; }
    .dark-yellow .c-social-share-bar__channels:hover .label {
      border-color: #a58000; }
    .purple .c-social-share-bar__channels:hover .label {
      border-color: #9b006b; }
    .blue .c-social-share-bar__channels:hover .label {
      border-color: #007eb9; }
    .light-blue .c-social-share-bar__channels:hover .label {
      border-color: #37a8e0; }
    .yellow .c-social-share-bar__channels:hover .label {
      border-color: #ffd200; }
    .yellow .c-social-share-bar__channels:hover .label {
      border-color: #535456; }

.c-social-share-bar__icon {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 0 0 8px; }
  .c-social-share-bar__icon::after {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 1px;
    height: 10px;
    transform: rotate(-64deg);
    transition: 200ms ease-in-out;
    content: '';
    background: #838487; }
    .white .c-social-share-bar__icon::after {
      background: #838487; }
    .grey .c-social-share-bar__icon::after {
      background: #838487; }
    .green .c-social-share-bar__icon::after {
      background: #72b904; }
    .orange .c-social-share-bar__icon::after {
      background: #ef8700; }
    .dark-yellow .c-social-share-bar__icon::after {
      background: #a58000; }
    .purple .c-social-share-bar__icon::after {
      background: #9b006b; }
    .blue .c-social-share-bar__icon::after {
      background: #007eb9; }
    .light-blue .c-social-share-bar__icon::after {
      background: #37a8e0; }
    .yellow .c-social-share-bar__icon::after {
      background: #ffd200; }
  .c-social-share-bar__icon::before {
    position: absolute;
    top: 0;
    right: 8px;
    width: 1px;
    height: 10px;
    transform: rotate(61deg);
    transition: 200ms ease-in-out;
    content: '';
    background: #838487; }
    .white .c-social-share-bar__icon::before {
      background: #838487; }
    .grey .c-social-share-bar__icon::before {
      background: #838487; }
    .green .c-social-share-bar__icon::before {
      background: #72b904; }
    .orange .c-social-share-bar__icon::before {
      background: #ef8700; }
    .dark-yellow .c-social-share-bar__icon::before {
      background: #a58000; }
    .purple .c-social-share-bar__icon::before {
      background: #9b006b; }
    .blue .c-social-share-bar__icon::before {
      background: #007eb9; }
    .light-blue .c-social-share-bar__icon::before {
      background: #37a8e0; }
    .yellow .c-social-share-bar__icon::before {
      background: #ffd200; }
  .c-social-share-bar__icon span {
    position: absolute;
    width: 4px;
    height: 4px;
    border-style: solid;
    border-width: 1px;
    border-radius: 100%;
    transition: 200ms ease-in-out;
    background: #838487; }
    .white .c-social-share-bar__icon span {
      background: #838487; }
    .grey .c-social-share-bar__icon span {
      background: #838487; }
    .green .c-social-share-bar__icon span {
      background: #72b904; }
    .orange .c-social-share-bar__icon span {
      background: #ef8700; }
    .dark-yellow .c-social-share-bar__icon span {
      background: #a58000; }
    .purple .c-social-share-bar__icon span {
      background: #9b006b; }
    .blue .c-social-share-bar__icon span {
      background: #007eb9; }
    .light-blue .c-social-share-bar__icon span {
      background: #37a8e0; }
    .yellow .c-social-share-bar__icon span {
      background: #ffd200; }
    .c-social-share-bar__icon span:nth-child(1) {
      top: 0;
      right: 1px; }
    .c-social-share-bar__icon span:nth-child(2) {
      top: 11px;
      right: 1px; }
    .c-social-share-bar__icon span:nth-child(3) {
      top: 6px;
      left: 1px; }

.c-social-share-bar__channels.active .c-social-share-bar__icon span {
  opacity: 0; }

.c-social-share-bar__channels.active .c-social-share-bar__icon::after {
  top: 0;
  right: 7px;
  height: 17px;
  transform: rotate(-45deg); }

.c-social-share-bar__channels.active .c-social-share-bar__icon::before {
  top: 0;
  right: 7px;
  height: 17px;
  transform: rotate(45deg); }

.c-anchor-menu {
  border-color: #838487;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 16px 16px 16px 12px;
  background: #f6f6f6;
  border-left: 4px solid; }
  .white .c-anchor-menu {
    border-color: #838487; }
  .grey .c-anchor-menu {
    border-color: #838487; }
  .green .c-anchor-menu {
    border-color: #72b904; }
  .orange .c-anchor-menu {
    border-color: #ef8700; }
  .dark-yellow .c-anchor-menu {
    border-color: #a58000; }
  .purple .c-anchor-menu {
    border-color: #9b006b; }
  .blue .c-anchor-menu {
    border-color: #007eb9; }
  .light-blue .c-anchor-menu {
    border-color: #37a8e0; }
  .yellow .c-anchor-menu {
    border-color: #ffd200; }
  @media (min-width: 36em) {
    .c-anchor-menu {
      padding-left: 20px; } }
  @media (min-width: 47.1875em) {
    .c-anchor-menu {
      flex-direction: row;
      padding: 24px 24px 24px 20px; }
      .c-main__content.col-lg-8 .c-anchor-menu {
        flex-direction: column; } }
  @media (min-width: 81.25em) {
    .c-anchor-menu {
      padding: 24px 24px 24px 32px; } }
  @media (min-width: 100em) {
    .c-anchor-menu {
      padding: 32px 32px 32px 60px; } }
  .c-anchor-menu .link-list--anchor-menu {
    flex: 1 1 50%; }
    @media (min-width: 36em) {
      .c-anchor-menu .link-list--anchor-menu {
        margin-right: 40px; } }
  .c-anchor-menu .link-list__item {
    padding-left: 0; }

/* target IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .c-anchor-menu .link-list--anchor-menu {
    flex-basis: auto; } }

.c-anchor-menu__headline {
  color: #838487;
  flex: 0 0 auto;
  margin-bottom: 16px; }
  .white .c-anchor-menu__headline {
    color: #838487; }
  .grey .c-anchor-menu__headline {
    color: #838487; }
  .green .c-anchor-menu__headline {
    color: #72b904; }
  .orange .c-anchor-menu__headline {
    color: #ef8700; }
  .dark-yellow .c-anchor-menu__headline {
    color: #a58000; }
  .purple .c-anchor-menu__headline {
    color: #9b006b; }
  .blue .c-anchor-menu__headline {
    color: #007eb9; }
  .light-blue .c-anchor-menu__headline {
    color: #37a8e0; }
  .yellow .c-anchor-menu__headline {
    color: #535456; }
  .grey .c-anchor-menu__headline {
    color: #535456; }
  @media (min-width: 47.1875em) {
    .c-anchor-menu__headline {
      flex-basis: 100px;
      margin-right: 24px;
      margin-bottom: 0; }
      .c-main__content.col-lg-8 .c-anchor-menu__headline {
        flex-basis: auto;
        margin-bottom: 16px; } }
  @media (min-width: 81.25em) {
    .c-anchor-menu__headline {
      flex-basis: 120px;
      margin-right: 36px; } }
  @media (min-width: 100em) {
    .c-anchor-menu__headline {
      flex-basis: 140px;
      margin-right: 100px; } }
  @media (min-width: 62em) {
    .c-page__area--full-stage .c-anchor-menu__headline {
      margin-right: 80px; } }
  @media (min-width: 81.25em) {
    .c-page__area--full-stage .c-anchor-menu__headline {
      margin-right: 120px; } }

.c-anchor-menu__nav {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch; }
  @media (min-width: 36em) {
    .c-anchor-menu__nav {
      flex-direction: row; } }
  @media (min-width: 47.1875em) {
    .c-anchor-menu__nav {
      margin-top: 3px; } }
  @media (min-width: 62em) {
    .c-anchor-menu__nav {
      margin-top: 5px; }
      .c-main__content.col-lg-8 .c-anchor-menu__nav {
        flex-direction: column; } }
  @media (min-width: 81.25em) {
    .c-anchor-menu__nav {
      margin-top: 6px; }
      .c-main__content.col-lg-8 .c-anchor-menu__nav {
        flex-direction: row; } }

.c-scroll-to-top-button {
  z-index: 4000;
  position: fixed !important;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
  transform: translateY(136px);
  opacity: 0;
  transition: transform 500ms ease-in-out, opacity 300ms ease-in-out 200ms; }
  .c-scroll-to-top-button .c-button__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  .c-scroll-to-top-button .icon {
    font-size: 24px;
    transform: translateY(-3px) rotate(-90deg); }
    @media (min-width: 62em) {
      .c-scroll-to-top-button .icon {
        font-size: 32px; } }
  .show-to-top-button .c-scroll-to-top-button {
    transform: translateY(0);
    opacity: 1; }

/* ------------------------------------ *\
    #17_INTRO
\* ------------------------------------ */
.c-intro {
  margin: 0 -20px 0;
  padding: 32px 0 40px 0;
  color: #fff;
  text-align: center;
  background: #007eb9; }
  @media (min-width: 36em) {
    .c-intro {
      padding: 40px 40px 48px; } }
  @media (min-width: 62em) {
    .c-intro {
      margin: 0 -60px 0; } }
  @media (min-width: 81.25em) {
    .c-intro {
      margin: 0 -100px 0;
      padding: 60px 80px 72px; } }
  @media (min-width: 100em) {
    .c-intro {
      padding: 80px 80px 88px; } }

.c-intro__headline,
.c-intro__text {
  color: #fff; }
  .white .c-intro__headline,
  .yellow .c-intro__headline, .white
  .c-intro__text,
  .yellow
  .c-intro__text {
    color: #535456; }

.c-intro__headline {
  margin-bottom: 16px; }
  @media (min-width: 36em) {
    .c-intro__headline {
      margin-bottom: 24px; } }
  @media (min-width: 81.25em) {
    .c-intro__headline {
      margin-bottom: 32px; } }
  @media (min-width: 100em) {
    .c-intro__headline {
      margin-bottom: 40px; } }

.c-intro__text {
  font-size: 18px;
  line-height: 1.38889;
  letter-spacing: 0;
  margin-bottom: 0; }
  @media (min-width: 81.25em) {
    .c-intro__text {
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .c-intro__text {
      font-size: 22px;
      line-height: 1.45455;
      letter-spacing: 0; } }

.c-intro.is-background-white {
  background-color: #fff; }
  .c-intro.is-background-white .c-intro__headline,
  .c-intro.is-background-white .c-intro__text {
    color: #535456; }

.c-intro.is-background-grey {
  background-color: #838487; }
  .c-intro.is-background-grey .c-intro__headline,
  .c-intro.is-background-grey .c-intro__text {
    color: #fff; }

.c-intro.is-background-soft-gray {
  background-color: #e3e3e3; }
  .c-intro.is-background-soft-gray .c-intro__headline,
  .c-intro.is-background-soft-gray .c-intro__text {
    color: #535456; }

.c-intro.is-background-blue {
  background-color: #007eb9; }
  .c-intro.is-background-blue .c-intro__headline,
  .c-intro.is-background-blue .c-intro__text {
    color: #fff; }

.c-intro.is-background-deep-blue {
  background-color: #00559d; }
  .c-intro.is-background-deep-blue .c-intro__headline,
  .c-intro.is-background-deep-blue .c-intro__text {
    color: #fff; }

.c-intro.is-background-light-blue {
  background-color: #37a8e0; }
  .c-intro.is-background-light-blue .c-intro__headline,
  .c-intro.is-background-light-blue .c-intro__text {
    color: #fff; }

.c-intro.is-background-pale-blue {
  background-color: #c8e2f7; }
  .c-intro.is-background-pale-blue .c-intro__headline,
  .c-intro.is-background-pale-blue .c-intro__text {
    color: #535456; }

.c-intro.is-background-green {
  background-color: #72b904; }
  .c-intro.is-background-green .c-intro__headline,
  .c-intro.is-background-green .c-intro__text {
    color: #fff; }

.c-intro.is-background-deep-green {
  background-color: #3b8933; }
  .c-intro.is-background-deep-green .c-intro__headline,
  .c-intro.is-background-deep-green .c-intro__text {
    color: #fff; }

.c-intro.is-background-light-green {
  background-color: #bad150; }
  .c-intro.is-background-light-green .c-intro__headline,
  .c-intro.is-background-light-green .c-intro__text {
    color: #535456; }

.c-intro.is-background-purple {
  background-color: #9b006b; }
  .c-intro.is-background-purple .c-intro__headline,
  .c-intro.is-background-purple .c-intro__text {
    color: #fff; }

.c-intro.is-background-deep-purple {
  background-color: #7f1557; }
  .c-intro.is-background-deep-purple .c-intro__headline,
  .c-intro.is-background-deep-purple .c-intro__text {
    color: #fff; }

.c-intro.is-background-light-purple {
  background-color: #bd6392; }
  .c-intro.is-background-light-purple .c-intro__headline,
  .c-intro.is-background-light-purple .c-intro__text {
    color: #fff; }

.c-intro.is-background-orange {
  background-color: #ef8700; }
  .c-intro.is-background-orange .c-intro__headline,
  .c-intro.is-background-orange .c-intro__text {
    color: #fff; }

.c-intro.is-background-deep-orange {
  background-color: #bf420c; }
  .c-intro.is-background-deep-orange .c-intro__headline,
  .c-intro.is-background-deep-orange .c-intro__text {
    color: #fff; }

.c-intro.is-background-light-orange {
  background-color: #f7a83b; }
  .c-intro.is-background-light-orange .c-intro__headline,
  .c-intro.is-background-light-orange .c-intro__text {
    color: #535456; }

.c-intro.is-background-yellow {
  background-color: #ffd200; }
  .c-intro.is-background-yellow .c-intro__headline,
  .c-intro.is-background-yellow .c-intro__text {
    color: #535456; }

.c-intro.is-background-dark-yellow {
  background-color: #a58000; }
  .c-intro.is-background-dark-yellow .c-intro__headline,
  .c-intro.is-background-dark-yellow .c-intro__text {
    color: #fff; }

.c-intro.is-background-soft-yellow {
  background-color: #ffeb7f; }
  .c-intro.is-background-soft-yellow .c-intro__headline,
  .c-intro.is-background-soft-yellow .c-intro__text {
    color: #535456; }

/* ------------------------------------ *\
    #10_standard-content formats
\* ------------------------------------ */
.c-standard-content__summary ul,
.c-standard-content__summary ol,
.c-standard-content__body ul,
.c-standard-content__body ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 24px;
  padding-left: 24px; }
  .c-standard-content__summary ul > li,
  .c-standard-content__summary ol > li,
  .c-standard-content__body ul > li,
  .c-standard-content__body ol > li {
    position: relative;
    margin-bottom: 8px;
    overflow: hidden; }

.c-standard-content__summary ul > li,
.c-standard-content__body ul > li {
  padding-left: 32px; }
  .c-standard-content__summary ul > li > ul,
  .c-standard-content__body ul > li > ul {
    margin-top: 8px;
    padding-left: 0; }
  .c-standard-content__summary ul > li::before,
  .c-standard-content__body ul > li::before {
    background: #838487;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 7px;
    height: 7px;
    content: ''; }
    .white .c-standard-content__summary ul > li::before, .white
    .c-standard-content__body ul > li::before {
      background: #838487; }
    .grey .c-standard-content__summary ul > li::before, .grey
    .c-standard-content__body ul > li::before {
      background: #838487; }
    .green .c-standard-content__summary ul > li::before, .green
    .c-standard-content__body ul > li::before {
      background: #72b904; }
    .orange .c-standard-content__summary ul > li::before, .orange
    .c-standard-content__body ul > li::before {
      background: #ef8700; }
    .dark-yellow .c-standard-content__summary ul > li::before, .dark-yellow
    .c-standard-content__body ul > li::before {
      background: #a58000; }
    .purple .c-standard-content__summary ul > li::before, .purple
    .c-standard-content__body ul > li::before {
      background: #9b006b; }
    .blue .c-standard-content__summary ul > li::before, .blue
    .c-standard-content__body ul > li::before {
      background: #007eb9; }
    .light-blue .c-standard-content__summary ul > li::before, .light-blue
    .c-standard-content__body ul > li::before {
      background: #37a8e0; }
    .yellow .c-standard-content__summary ul > li::before, .yellow
    .c-standard-content__body ul > li::before {
      background: #ffd200; }
    @media (min-width: 100em) {
      .c-standard-content__summary ul > li::before,
      .c-standard-content__body ul > li::before {
        top: 11px; } }

.c-standard-content__summary ol,
.c-standard-content__body ol {
  padding-left: 10px;
  counter-reset: item; }
  .c-standard-content__summary ol > li,
  .c-standard-content__body ol > li {
    display: block;
    padding-left: 16px; }
    .c-standard-content__summary ol > li > ol,
    .c-standard-content__body ol > li > ol {
      margin-top: 8px; }
    .c-standard-content__summary ol > li::before,
    .c-standard-content__body ol > li::before {
      font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
      color: #838487;
      padding-right: 8px;
      content: counters(item, ".") ". ";
      counter-increment: item; }
      .white .c-standard-content__summary ol > li::before, .white
      .c-standard-content__body ol > li::before {
        color: #838487; }
      .grey .c-standard-content__summary ol > li::before, .grey
      .c-standard-content__body ol > li::before {
        color: #838487; }
      .green .c-standard-content__summary ol > li::before, .green
      .c-standard-content__body ol > li::before {
        color: #72b904; }
      .orange .c-standard-content__summary ol > li::before, .orange
      .c-standard-content__body ol > li::before {
        color: #ef8700; }
      .dark-yellow .c-standard-content__summary ol > li::before, .dark-yellow
      .c-standard-content__body ol > li::before {
        color: #a58000; }
      .purple .c-standard-content__summary ol > li::before, .purple
      .c-standard-content__body ol > li::before {
        color: #9b006b; }
      .blue .c-standard-content__summary ol > li::before, .blue
      .c-standard-content__body ol > li::before {
        color: #007eb9; }
      .light-blue .c-standard-content__summary ol > li::before, .light-blue
      .c-standard-content__body ol > li::before {
        color: #37a8e0; }
      .yellow .c-standard-content__summary ol > li::before, .yellow
      .c-standard-content__body ol > li::before {
        color: #ffd200; }

.c-standard-content__summary .link--inline,
.c-standard-content__summary .link--file-pdf,
.c-standard-content__body .link--inline,
.c-standard-content__body .link--file-pdf {
  display: inline; }
  .c-standard-content__summary .link--inline::before,
  .c-standard-content__summary .link--file-pdf::before,
  .c-standard-content__body .link--inline::before,
  .c-standard-content__body .link--file-pdf::before {
    padding-right: 0;
    font-size: 16px; }

/* ------------------------------------ *\
    #10_standard-content
\* ------------------------------------ */
.c-standard-content__headline:not(:first-child) {
  padding-top: 24px; }

.c-standard-content__wrap {
  margin-bottom: 16px; }
  @media (max-width: 47.1775em) {
    .c-standard-content__wrap {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column; } }
  .c-standard-content__wrap + .c-image-slider {
    margin-top: 40px; }

@media (min-width: 100em) {
  .o-media--stacked .c-standard-content__body,
  .c-standard-content--no-media .c-standard-content__body {
    max-width: 83.33333%;
    /* [1] */ } }

.c-standard-content__summary {
  font-size: 18px;
  line-height: 1.38889;
  letter-spacing: 0;
  margin-bottom: 24px; }
  @media (min-width: 81.25em) {
    .c-standard-content__summary {
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .c-standard-content__summary {
      font-size: 22px;
      line-height: 1.45455;
      letter-spacing: 0; } }

.c-standard-content__licence {
  font-size: 14px;
  line-height: 1.42857; }

.c-standard-content__caption {
  color: #838487;
  font-size: 14px;
  line-height: 1.42857; }

/*
 * 1. Apply negative offsets to the images depending on the image position
 * 2. Fix for full-width pictures to use full width with the negative margin applied.
 * 3. When the image is below the text it will need some top margin as the last
 *    element of .o-media__body gets no bottom margin.
 * 4. When the image is shown beside the text it shall get a little vertical offset.
 */
.c-standard-content__media {
  margin-bottom: 40px; }
  .c-standard-content__media--limit-width {
    max-width: 700px !important;
    /* make sure this applied over selectors with higher specifity */
    margin-right: auto;
    margin-left: auto; }
  .o-media--stacked .c-standard-content__media {
    display: block;
    /* [2] */
    width: auto;
    /* [2] */ }
  .o-media--below .c-standard-content__media {
    margin-top: 40px;
    /* [3] */ }
    @media (min-width: 47.1875em) {
      .o-media--below .c-standard-content__media {
        margin-top: 120px;
        /* [3] */ } }
  @media (max-width: 47.1775em) {
    .c-standard-content__media {
      flex-grow: 1; } }
  @media (min-width: 47.1875em) {
    .c-standard-content__media {
      margin-bottom: 40px; } }

/*
    [1] If the text floats around a media element, give it full width
    So the text-body beside a media element has the same width, regardless
    if the media floats left or right
*/
@media (min-width: 62em) {
  .c-standard-content--full-width .c-standard-content__summary {
    max-width: 90%; } }

@media (min-width: 81.25em) {
  .c-standard-content--full-width .c-standard-content__headline,
  .c-standard-content--full-width .c-standard-content__summary {
    max-width: 90%; } }

@media (min-width: 100em) {
  .c-standard-content--full-width .c-standard-content__body {
    max-width: 90%; }
  .c-standard-content--full-width .c-standard-content__media + .c-standard-content__body {
    max-width: 100%; } }

@media (min-width: 62em) {
  .c-page__area--full-stage .c-standard-content--full-width .c-standard-content__summary {
    max-width: 80%; } }

@media (min-width: 81.25em) {
  .c-page__area--full-stage .c-standard-content--full-width .c-standard-content__headline,
  .c-page__area--full-stage .c-standard-content--full-width .c-standard-content__summary {
    max-width: 80%; } }

@media (min-width: 100em) {
  .c-page__area--full-stage .c-standard-content--full-width .c-standard-content__body {
    max-width: 80%; }
  .c-page__area--full-stage .c-standard-content--full-width .c-standard-content__media + .c-standard-content__body {
    max-width: 100%; } }

.c-standard-content__headline--reserved {
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.38889;
  letter-spacing: 0; }
  @media (min-width: 81.25em) {
    .c-standard-content__headline--reserved {
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .c-standard-content__headline--reserved {
      font-size: 22px;
      line-height: 1.45455;
      letter-spacing: 0; } }

/* ------------------------------------ *\
    TEASER
\* ------------------------------------ */
.c-teaser {
  position: relative;
  display: flex;
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 1.5; }
  .c-teaser:hover, .c-teaser:focus {
    text-decoration: none; }
  .c-teaser:only-child {
    margin-bottom: 0; }
    .o-module:last-child .c-teaser:only-child {
      margin-bottom: 48px; }
  .c-teaser .c-teaser {
    margin: 0; }
    .c-teaser .c-teaser::before {
      position: absolute;
      top: 0;
      left: 20px;
      width: calc(100% - 40px);
      border-top: 1px solid #838487;
      content: ''; }
    .c-teaser .c-teaser:first-child::before {
      display: none; }

.c-teaser__wrap {
  position: relative;
  display: flex;
  flex: 1;
  align-items: flex-start; }

.c-teaser__media {
  margin: 20px 0 0; }

@media (max-width: 35.99em) {
  .c-teaser__media--bleed-xs {
    margin-top: -1px;
    margin-right: -11px;
    margin-left: -11px; } }

@media (min-width: 62em) {
  .c-teaser__media--bleed-lg {
    margin-top: -1px;
    margin-right: -21px;
    margin-left: -21px; } }

.c-teaser__media--bleed {
  margin-top: 0;
  margin-right: -20px;
  margin-left: -20px; }
  @media (max-width: 35.99em) {
    .c-teaser__media--bleed {
      margin-right: -10px;
      margin-left: -10px; } }

.c-teaser__slug {
  color: #535456;
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  line-height: 1.42857;
  letter-spacing: 0.4px;
  text-transform: uppercase; }
  .white .c-teaser__slug {
    color: #535456; }
  .grey .c-teaser__slug {
    color: #838487; }
  .green .c-teaser__slug {
    color: #72b904; }
  .orange .c-teaser__slug {
    color: #ef8700; }
  .dark-yellow .c-teaser__slug {
    color: #a58000; }
  .purple .c-teaser__slug {
    color: #9b006b; }
  .blue .c-teaser__slug {
    color: #007eb9; }
  .light-blue .c-teaser__slug {
    color: #37a8e0; }
  .yellow .c-teaser__slug {
    color: #535456; }
  .grey .c-teaser__slug {
    color: #535456; }

.c-teaser__headline {
  display: block;
  margin-bottom: 12px; }

.c-teaser__icon-wrap {
  white-space: nowrap; }
  .c-teaser__icon-wrap > .icon {
    color: #838487; }
    .white .c-teaser__icon-wrap > .icon {
      color: #838487; }
    .grey .c-teaser__icon-wrap > .icon {
      color: #838487; }
    .green .c-teaser__icon-wrap > .icon {
      color: #72b904; }
    .orange .c-teaser__icon-wrap > .icon {
      color: #ef8700; }
    .dark-yellow .c-teaser__icon-wrap > .icon {
      color: #a58000; }
    .purple .c-teaser__icon-wrap > .icon {
      color: #9b006b; }
    .blue .c-teaser__icon-wrap > .icon {
      color: #007eb9; }
    .light-blue .c-teaser__icon-wrap > .icon {
      color: #37a8e0; }
    .yellow .c-teaser__icon-wrap > .icon {
      color: #ffd200; }
    .c-teaser__icon-wrap > .icon::before {
      display: inline-block;
      vertical-align: middle;
      transform: scale(0.7); }

.c-teaser__text {
  display: block;
  color: #535456; }

.c-teaser__list-wrap {
  margin-top: 20px; }

.c-teaser__address-item {
  display: block; }

.c-teaser__toggle {
  position: relative;
  display: block;
  width: calc(100% - 20px);
  margin: 10px;
  text-align: left;
  border-bottom: 2px solid #838487; }
  .c-teaser__toggle::before {
    font-weight: normal;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "heraeus_icons" !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -4px;
    right: 6px;
    bottom: 0;
    display: inline-block;
    width: 10px;
    height: 22px;
    margin: auto;
    color: #535456;
    font-size: 20px;
    transform: rotate(90deg);
    content: ""; }
  .c-teaser__toggle:hover, .c-teaser__toggle:focus {
    color: #838487;
    outline: none; }
    .c-teaser__toggle:hover::before, .c-teaser__toggle:focus::before {
      color: #838487; }
  .c-teaser__toggle[aria-expanded='true']::before {
    top: 10px;
    transform: rotate(270deg); }
  @media (min-width: 36em) {
    .c-teaser__toggle {
      width: calc(100% - 40px);
      margin: 20px; } }

.c-teaser__close {
  position: absolute;
  top: 0;
  right: -1px;
  padding: 8px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.7); }
  .c-teaser__close .icon {
    color: #838487; }
    .white .c-teaser__close .icon {
      color: #838487; }
    .grey .c-teaser__close .icon {
      color: #838487; }
    .green .c-teaser__close .icon {
      color: #72b904; }
    .orange .c-teaser__close .icon {
      color: #ef8700; }
    .dark-yellow .c-teaser__close .icon {
      color: #a58000; }
    .purple .c-teaser__close .icon {
      color: #9b006b; }
    .blue .c-teaser__close .icon {
      color: #007eb9; }
    .light-blue .c-teaser__close .icon {
      color: #37a8e0; }
    .yellow .c-teaser__close .icon {
      color: #ffd200; }
  .c-teaser__close:hover, .c-teaser__close:focus {
    background: #838487; }
    .white .c-teaser__close:hover, .white .c-teaser__close:focus {
      background: #838487; }
    .grey .c-teaser__close:hover, .grey .c-teaser__close:focus {
      background: #838487; }
    .green .c-teaser__close:hover, .green .c-teaser__close:focus {
      background: #72b904; }
    .orange .c-teaser__close:hover, .orange .c-teaser__close:focus {
      background: #ef8700; }
    .dark-yellow .c-teaser__close:hover, .dark-yellow .c-teaser__close:focus {
      background: #a58000; }
    .purple .c-teaser__close:hover, .purple .c-teaser__close:focus {
      background: #9b006b; }
    .blue .c-teaser__close:hover, .blue .c-teaser__close:focus {
      background: #007eb9; }
    .light-blue .c-teaser__close:hover, .light-blue .c-teaser__close:focus {
      background: #37a8e0; }
    .yellow .c-teaser__close:hover, .yellow .c-teaser__close:focus {
      background: #ffd200; }
    .c-teaser__close:hover .icon, .c-teaser__close:focus .icon {
      color: #fff; }

/* ------------------------------------ *\
    #M11_TEASER
\* ------------------------------------ */
.c-teaser--standard .c-teaser__media {
  position: relative;
  margin: -1px -1px 0; }

.c-teaser--standard .c-teaser__media--has-layer::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  content: '';
  pointer-events: none; }

.c-teaser--standard .c-teaser__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px 24px 0; }

.c-teaser--standard .c-teaser__headline {
  margin-bottom: 16px; }

.c-teaser--standard .c-teaser__list-wrap {
  margin-top: 8px; }

.c-teaser--standard .c-dropdown {
  margin-bottom: 16px; }
  .c-teaser--standard .c-dropdown__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left; }

.c-teaser--standard .c-teaser__arrow {
  position: absolute;
  right: 16px;
  bottom: 13px;
  width: 26px;
  height: 26px;
  text-align: center;
  background-color: inherit; }
  .c-teaser--standard .c-teaser__arrow .icon {
    vertical-align: text-bottom; }

.c-teaser--standard-link .c-teaser__copy {
  margin-bottom: 24px; }

.c-teaser--standard-text .c-teaser__wrap {
  display: block; }

@media (min-width: 36em) {
  .c-teaser--standard-horizontal .c-teaser__media {
    margin-top: 20px;
    margin-right: -20px;
    margin-bottom: 20px;
    margin-left: 20px; }
  .c-teaser--standard-horizontal.c-teaser--standard-image .c-teaser__copy {
    margin-left: -20px; } }

.c-teaser--standard .c-teaser__wrap {
  border-color: #e3e3e3;
  border-style: solid;
  border-width: 1px;
  border-bottom-width: 0; }
  .c-teaser--standard .c-teaser__wrap .row {
    flex: 1 1 auto; }
  .c-teaser--standard .c-teaser__wrap::after {
    position: absolute;
    bottom: -4px;
    left: -1px;
    display: block;
    width: calc(100% + 2px);
    height: 4px;
    content: '';
    background: #838487; }
    .white .c-teaser--standard .c-teaser__wrap::after {
      background: #838487; }
    .grey .c-teaser--standard .c-teaser__wrap::after {
      background: #838487; }
    .green .c-teaser--standard .c-teaser__wrap::after {
      background: #72b904; }
    .orange .c-teaser--standard .c-teaser__wrap::after {
      background: #ef8700; }
    .dark-yellow .c-teaser--standard .c-teaser__wrap::after {
      background: #a58000; }
    .purple .c-teaser--standard .c-teaser__wrap::after {
      background: #9b006b; }
    .blue .c-teaser--standard .c-teaser__wrap::after {
      background: #007eb9; }
    .light-blue .c-teaser--standard .c-teaser__wrap::after {
      background: #37a8e0; }
    .yellow .c-teaser--standard .c-teaser__wrap::after {
      background: #ffd200; }

.c-teaser--standard .c-teaser__media {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #838487; }
  .white .c-teaser--standard .c-teaser__media {
    border-bottom-color: #838487; }
  .grey .c-teaser--standard .c-teaser__media {
    border-bottom-color: #838487; }
  .green .c-teaser--standard .c-teaser__media {
    border-bottom-color: #72b904; }
  .orange .c-teaser--standard .c-teaser__media {
    border-bottom-color: #ef8700; }
  .dark-yellow .c-teaser--standard .c-teaser__media {
    border-bottom-color: #a58000; }
  .purple .c-teaser--standard .c-teaser__media {
    border-bottom-color: #9b006b; }
  .blue .c-teaser--standard .c-teaser__media {
    border-bottom-color: #007eb9; }
  .light-blue .c-teaser--standard .c-teaser__media {
    border-bottom-color: #37a8e0; }
  .yellow .c-teaser--standard .c-teaser__media {
    border-bottom-color: #ffd200; }

.c-teaser--standard-horizontal .c-teaser__wrap, .c-teaser--standard-text .c-teaser__wrap {
  border-top-color: #838487; }
  .white .c-teaser--standard-horizontal .c-teaser__wrap, .white .c-teaser--standard-text .c-teaser__wrap {
    border-top-color: #838487; }
  .grey .c-teaser--standard-horizontal .c-teaser__wrap, .grey .c-teaser--standard-text .c-teaser__wrap {
    border-top-color: #838487; }
  .green .c-teaser--standard-horizontal .c-teaser__wrap, .green .c-teaser--standard-text .c-teaser__wrap {
    border-top-color: #72b904; }
  .orange .c-teaser--standard-horizontal .c-teaser__wrap, .orange .c-teaser--standard-text .c-teaser__wrap {
    border-top-color: #ef8700; }
  .dark-yellow .c-teaser--standard-horizontal .c-teaser__wrap, .dark-yellow .c-teaser--standard-text .c-teaser__wrap {
    border-top-color: #a58000; }
  .purple .c-teaser--standard-horizontal .c-teaser__wrap, .purple .c-teaser--standard-text .c-teaser__wrap {
    border-top-color: #9b006b; }
  .blue .c-teaser--standard-horizontal .c-teaser__wrap, .blue .c-teaser--standard-text .c-teaser__wrap {
    border-top-color: #007eb9; }
  .light-blue .c-teaser--standard-horizontal .c-teaser__wrap, .light-blue .c-teaser--standard-text .c-teaser__wrap {
    border-top-color: #37a8e0; }
  .yellow .c-teaser--standard-horizontal .c-teaser__wrap, .yellow .c-teaser--standard-text .c-teaser__wrap {
    border-top-color: #ffd200; }

.c-teaser--standard .c-teaser__arrow .icon,
.c-teaser--standard .c-dropdown__btn .icon,
.c-teaser--standard .link-list:not(.link-list--dropdown) .link-list__link .icon {
  color: #838487; }
  .white .c-teaser--standard .c-teaser__arrow .icon, .white
  .c-teaser--standard .c-dropdown__btn .icon, .white
  .c-teaser--standard .link-list:not(.link-list--dropdown) .link-list__link .icon {
    color: #838487; }
  .grey .c-teaser--standard .c-teaser__arrow .icon, .grey
  .c-teaser--standard .c-dropdown__btn .icon, .grey
  .c-teaser--standard .link-list:not(.link-list--dropdown) .link-list__link .icon {
    color: #838487; }
  .green .c-teaser--standard .c-teaser__arrow .icon, .green
  .c-teaser--standard .c-dropdown__btn .icon, .green
  .c-teaser--standard .link-list:not(.link-list--dropdown) .link-list__link .icon {
    color: #72b904; }
  .orange .c-teaser--standard .c-teaser__arrow .icon, .orange
  .c-teaser--standard .c-dropdown__btn .icon, .orange
  .c-teaser--standard .link-list:not(.link-list--dropdown) .link-list__link .icon {
    color: #ef8700; }
  .dark-yellow .c-teaser--standard .c-teaser__arrow .icon, .dark-yellow
  .c-teaser--standard .c-dropdown__btn .icon, .dark-yellow
  .c-teaser--standard .link-list:not(.link-list--dropdown) .link-list__link .icon {
    color: #a58000; }
  .purple .c-teaser--standard .c-teaser__arrow .icon, .purple
  .c-teaser--standard .c-dropdown__btn .icon, .purple
  .c-teaser--standard .link-list:not(.link-list--dropdown) .link-list__link .icon {
    color: #9b006b; }
  .blue .c-teaser--standard .c-teaser__arrow .icon, .blue
  .c-teaser--standard .c-dropdown__btn .icon, .blue
  .c-teaser--standard .link-list:not(.link-list--dropdown) .link-list__link .icon {
    color: #007eb9; }
  .light-blue .c-teaser--standard .c-teaser__arrow .icon, .light-blue
  .c-teaser--standard .c-dropdown__btn .icon, .light-blue
  .c-teaser--standard .link-list:not(.link-list--dropdown) .link-list__link .icon {
    color: #37a8e0; }
  .yellow .c-teaser--standard .c-teaser__arrow .icon, .yellow
  .c-teaser--standard .c-dropdown__btn .icon, .yellow
  .c-teaser--standard .link-list:not(.link-list--dropdown) .link-list__link .icon {
    color: #838487; }
  .grey .c-teaser--standard .c-teaser__arrow .icon, .grey
  .c-teaser--standard .c-dropdown__btn .icon, .grey
  .c-teaser--standard .link-list:not(.link-list--dropdown) .link-list__link .icon {
    color: #838487; }

.c-teaser--standard .link-list__link--highlight:hover, .c-teaser--standard .link-list__link--highlight:focus {
  border-color: #535456; }
  .white .c-teaser--standard .link-list__link--highlight:hover, .white .c-teaser--standard .link-list__link--highlight:focus {
    border-color: #535456; }
  .grey .c-teaser--standard .link-list__link--highlight:hover, .grey .c-teaser--standard .link-list__link--highlight:focus {
    border-color: #838487; }
  .green .c-teaser--standard .link-list__link--highlight:hover, .green .c-teaser--standard .link-list__link--highlight:focus {
    border-color: #72b904; }
  .orange .c-teaser--standard .link-list__link--highlight:hover, .orange .c-teaser--standard .link-list__link--highlight:focus {
    border-color: #ef8700; }
  .dark-yellow .c-teaser--standard .link-list__link--highlight:hover, .dark-yellow .c-teaser--standard .link-list__link--highlight:focus {
    border-color: #a58000; }
  .purple .c-teaser--standard .link-list__link--highlight:hover, .purple .c-teaser--standard .link-list__link--highlight:focus {
    border-color: #9b006b; }
  .blue .c-teaser--standard .link-list__link--highlight:hover, .blue .c-teaser--standard .link-list__link--highlight:focus {
    border-color: #007eb9; }
  .light-blue .c-teaser--standard .link-list__link--highlight:hover, .light-blue .c-teaser--standard .link-list__link--highlight:focus {
    border-color: #37a8e0; }
  .yellow .c-teaser--standard .link-list__link--highlight:hover, .yellow .c-teaser--standard .link-list__link--highlight:focus {
    border-color: #535456; }
  .grey .c-teaser--standard .link-list__link--highlight:hover, .grey .c-teaser--standard .link-list__link--highlight:focus {
    border-color: #535456; }

.c-teaser--standard .c-dropdown__btn {
  color: #535456;
  border-color: #838487; }
  .white .c-teaser--standard .c-dropdown__btn {
    color: #535456; }
  .grey .c-teaser--standard .c-dropdown__btn {
    color: #838487; }
  .green .c-teaser--standard .c-dropdown__btn {
    color: #72b904; }
  .orange .c-teaser--standard .c-dropdown__btn {
    color: #ef8700; }
  .dark-yellow .c-teaser--standard .c-dropdown__btn {
    color: #a58000; }
  .purple .c-teaser--standard .c-dropdown__btn {
    color: #9b006b; }
  .blue .c-teaser--standard .c-dropdown__btn {
    color: #007eb9; }
  .light-blue .c-teaser--standard .c-dropdown__btn {
    color: #37a8e0; }
  .yellow .c-teaser--standard .c-dropdown__btn {
    color: #535456; }
  .grey .c-teaser--standard .c-dropdown__btn {
    color: #535456; }
  .white .c-teaser--standard .c-dropdown__btn {
    border-color: #838487; }
  .grey .c-teaser--standard .c-dropdown__btn {
    border-color: #838487; }
  .green .c-teaser--standard .c-dropdown__btn {
    border-color: #72b904; }
  .orange .c-teaser--standard .c-dropdown__btn {
    border-color: #ef8700; }
  .dark-yellow .c-teaser--standard .c-dropdown__btn {
    border-color: #a58000; }
  .purple .c-teaser--standard .c-dropdown__btn {
    border-color: #9b006b; }
  .blue .c-teaser--standard .c-dropdown__btn {
    border-color: #007eb9; }
  .light-blue .c-teaser--standard .c-dropdown__btn {
    border-color: #37a8e0; }
  .yellow .c-teaser--standard .c-dropdown__btn {
    border-color: #838487; }
  .grey .c-teaser--standard .c-dropdown__btn {
    border-color: #838487; }
  .c-teaser--standard .c-dropdown__btn::after {
    color: #838487; }
    .white .c-teaser--standard .c-dropdown__btn::after {
      color: #838487; }
    .grey .c-teaser--standard .c-dropdown__btn::after {
      color: #838487; }
    .green .c-teaser--standard .c-dropdown__btn::after {
      color: #72b904; }
    .orange .c-teaser--standard .c-dropdown__btn::after {
      color: #ef8700; }
    .dark-yellow .c-teaser--standard .c-dropdown__btn::after {
      color: #a58000; }
    .purple .c-teaser--standard .c-dropdown__btn::after {
      color: #9b006b; }
    .blue .c-teaser--standard .c-dropdown__btn::after {
      color: #007eb9; }
    .light-blue .c-teaser--standard .c-dropdown__btn::after {
      color: #37a8e0; }
    .yellow .c-teaser--standard .c-dropdown__btn::after {
      color: #838487; }
    .grey .c-teaser--standard .c-dropdown__btn::after {
      color: #838487; }

.c-teaser--standard.c-teaser--white .c-teaser__wrap {
  background: #fff; }

.c-teaser--standard.c-teaser--white .c-teaser__headline,
.c-teaser--standard.c-teaser--white .c-teaser__text,
.c-teaser--standard.c-teaser--white .c-teaser__arrow {
  color: #535456; }

.c-teaser--standard.c-teaser--white .link-list:not(.link-list--dropdown) .link-list__description {
  color: #838487; }

.c-teaser--standard.c-teaser--white .c-tabs__list {
  border-bottom-color: #e3e3e3; }

.c-teaser--standard.c-teaser--white .c-tabs__list-link::after {
  border-right-color: #e3e3e3; }

.c-teaser--standard.c-teaser--white .c-tabs__list-link.active {
  opacity: 1; }

.c-teaser--standard.c-teaser--white .c-tabs__list-link:hover, .c-teaser--standard.c-teaser--white .c-tabs__list-link:focus {
  opacity: 1; }

.c-teaser--standard.c-teaser--grey .c-teaser__wrap {
  background: #f6f6f6;
  border-right-color: #f6f6f6;
  border-left-color: #f6f6f6; }

.c-teaser--standard.c-teaser--grey .c-teaser__headline,
.c-teaser--standard.c-teaser--grey .c-teaser__text,
.c-teaser--standard.c-teaser--grey .c-teaser__arrow {
  color: #535456; }

.c-teaser--standard.c-teaser--grey .link-list:not(.link-list--dropdown) .link-list__description {
  color: #838487; }

.c-teaser--standard.c-teaser--grey .c-tabs__list {
  border-bottom-color: #838487; }

.c-teaser--standard.c-teaser--grey .c-tabs__list-link::after {
  border-right-color: #838487; }

.c-teaser--standard.c-teaser--grey .c-tabs__list-link.active {
  opacity: 1; }

.c-teaser--standard.c-teaser--grey .c-tabs__list-link:hover, .c-teaser--standard.c-teaser--grey .c-tabs__list-link:focus {
  opacity: 1; }

.c-teaser--standard.c-teaser--soft-gray .link:hover .image-icon--video::before, .c-teaser--standard.c-teaser--soft-gray .link:focus .image-icon--video::before, .c-teaser--standard.c-teaser--soft-gray .link:active .image-icon--video::before, .c-teaser--standard.c-teaser--soft-gray .link.is-active .image-icon--video::before {
  color: #e3e3e3; }

.c-teaser--standard.c-teaser--soft-gray .c-teaser__wrap {
  background: #e3e3e3;
  border-top-color: #e3e3e3;
  border-right-color: #e3e3e3;
  border-left-color: #e3e3e3; }
  .c-teaser--standard.c-teaser--soft-gray .c-teaser__wrap::after {
    background: #e3e3e3; }

.c-teaser--standard.c-teaser--soft-gray .c-teaser__media {
  border-bottom-color: #e3e3e3; }

.c-teaser--standard.c-teaser--soft-gray .c-teaser__headline,
.c-teaser--standard.c-teaser--soft-gray .c-teaser__text,
.c-teaser--standard.c-teaser--soft-gray .c-teaser__arrow {
  color: #535456; }

.c-teaser--standard.c-teaser--soft-gray .link-list:not(.link-list--dropdown) .link-list__link {
  color: #535456; }

.c-teaser--standard.c-teaser--soft-gray .c-teaser__arrow .icon,
.c-teaser--standard.c-teaser--soft-gray .link-list:not(.link-list--dropdown) .link-list__link .icon {
  color: #535456; }

.c-teaser--standard.c-teaser--soft-gray .link-list__link--highlight:hover, .c-teaser--standard.c-teaser--soft-gray .link-list__link--highlight:focus {
  border-color: #535456; }

.c-teaser--standard.c-teaser--soft-gray .link-list:not(.link-list--dropdown) .link-list__description {
  color: #535456; }

.c-teaser--standard.c-teaser--soft-gray .c-dropdown__btn {
  color: #535456;
  border-color: #535456; }
  .c-teaser--standard.c-teaser--soft-gray .c-dropdown__btn::after {
    color: #535456; }

.c-teaser--standard.c-teaser--soft-gray-horizontal .c-teaser__wrap {
  border-top-color: #e3e3e3; }

.c-teaser--standard.c-teaser--soft-gray .c-tabs__list {
  border-bottom-color: rgba(83, 84, 86, 0.8); }

.c-teaser--standard.c-teaser--soft-gray .c-tabs__list-link {
  color: #535456;
  opacity: 0.8; }
  .c-teaser--standard.c-teaser--soft-gray .c-tabs__list-link::after {
    border-right-color: rgba(83, 84, 86, 0.8); }
  .c-teaser--standard.c-teaser--soft-gray .c-tabs__list-link.active {
    opacity: 1; }
    .c-teaser--standard.c-teaser--soft-gray .c-tabs__list-link.active > span {
      border-bottom-color: #535456; }
  .c-teaser--standard.c-teaser--soft-gray .c-tabs__list-link:hover, .c-teaser--standard.c-teaser--soft-gray .c-tabs__list-link:focus {
    opacity: 1; }
  .c-teaser--standard.c-teaser--soft-gray .c-tabs__list-link > span {
    border-bottom-color: rgba(227, 227, 227, 0); }

.c-teaser--standard.c-teaser--blue .link:hover .image-icon--video::before, .c-teaser--standard.c-teaser--blue .link:focus .image-icon--video::before, .c-teaser--standard.c-teaser--blue .link:active .image-icon--video::before, .c-teaser--standard.c-teaser--blue .link.is-active .image-icon--video::before {
  color: #007eb9; }

.c-teaser--standard.c-teaser--blue .c-teaser__wrap {
  background: #007eb9;
  border-top-color: #007eb9;
  border-right-color: #007eb9;
  border-left-color: #007eb9; }
  .c-teaser--standard.c-teaser--blue .c-teaser__wrap::after {
    background: #007eb9; }

.c-teaser--standard.c-teaser--blue .c-teaser__media {
  border-bottom-color: #007eb9; }

.c-teaser--standard.c-teaser--blue .c-teaser__headline,
.c-teaser--standard.c-teaser--blue .c-teaser__text,
.c-teaser--standard.c-teaser--blue .c-teaser__arrow {
  color: #fff; }

.c-teaser--standard.c-teaser--blue .link-list:not(.link-list--dropdown) .link-list__link {
  color: #fff; }

.c-teaser--standard.c-teaser--blue .c-teaser__arrow .icon,
.c-teaser--standard.c-teaser--blue .link-list:not(.link-list--dropdown) .link-list__link .icon {
  color: #fff; }

.c-teaser--standard.c-teaser--blue .link-list__link--highlight:hover, .c-teaser--standard.c-teaser--blue .link-list__link--highlight:focus {
  border-color: #fff; }

.c-teaser--standard.c-teaser--blue .link-list:not(.link-list--dropdown) .link-list__description {
  color: #fff; }

.c-teaser--standard.c-teaser--blue .c-dropdown__btn {
  color: #fff;
  border-color: #fff; }
  .c-teaser--standard.c-teaser--blue .c-dropdown__btn::after {
    color: #fff; }

.c-teaser--standard.c-teaser--blue-horizontal .c-teaser__wrap {
  border-top-color: #007eb9; }

.c-teaser--standard.c-teaser--blue .c-tabs__list {
  border-bottom-color: rgba(255, 255, 255, 0.8); }

.c-teaser--standard.c-teaser--blue .c-tabs__list-link {
  color: #fff;
  opacity: 0.8; }
  .c-teaser--standard.c-teaser--blue .c-tabs__list-link::after {
    border-right-color: rgba(255, 255, 255, 0.8); }
  .c-teaser--standard.c-teaser--blue .c-tabs__list-link.active {
    opacity: 1; }
    .c-teaser--standard.c-teaser--blue .c-tabs__list-link.active > span {
      border-bottom-color: #fff; }
  .c-teaser--standard.c-teaser--blue .c-tabs__list-link:hover, .c-teaser--standard.c-teaser--blue .c-tabs__list-link:focus {
    opacity: 1; }
  .c-teaser--standard.c-teaser--blue .c-tabs__list-link > span {
    border-bottom-color: rgba(0, 126, 185, 0); }

.c-teaser--standard.c-teaser--deep-blue .link:hover .image-icon--video::before, .c-teaser--standard.c-teaser--deep-blue .link:focus .image-icon--video::before, .c-teaser--standard.c-teaser--deep-blue .link:active .image-icon--video::before, .c-teaser--standard.c-teaser--deep-blue .link.is-active .image-icon--video::before {
  color: #00559d; }

.c-teaser--standard.c-teaser--deep-blue .c-teaser__wrap {
  background: #00559d;
  border-top-color: #00559d;
  border-right-color: #00559d;
  border-left-color: #00559d; }
  .c-teaser--standard.c-teaser--deep-blue .c-teaser__wrap::after {
    background: #00559d; }

.c-teaser--standard.c-teaser--deep-blue .c-teaser__media {
  border-bottom-color: #00559d; }

.c-teaser--standard.c-teaser--deep-blue .c-teaser__headline,
.c-teaser--standard.c-teaser--deep-blue .c-teaser__text,
.c-teaser--standard.c-teaser--deep-blue .c-teaser__arrow {
  color: #fff; }

.c-teaser--standard.c-teaser--deep-blue .link-list:not(.link-list--dropdown) .link-list__link {
  color: #fff; }

.c-teaser--standard.c-teaser--deep-blue .c-teaser__arrow .icon,
.c-teaser--standard.c-teaser--deep-blue .link-list:not(.link-list--dropdown) .link-list__link .icon {
  color: #fff; }

.c-teaser--standard.c-teaser--deep-blue .link-list__link--highlight:hover, .c-teaser--standard.c-teaser--deep-blue .link-list__link--highlight:focus {
  border-color: #fff; }

.c-teaser--standard.c-teaser--deep-blue .link-list:not(.link-list--dropdown) .link-list__description {
  color: #fff; }

.c-teaser--standard.c-teaser--deep-blue .c-dropdown__btn {
  color: #fff;
  border-color: #fff; }
  .c-teaser--standard.c-teaser--deep-blue .c-dropdown__btn::after {
    color: #fff; }

.c-teaser--standard.c-teaser--deep-blue-horizontal .c-teaser__wrap {
  border-top-color: #00559d; }

.c-teaser--standard.c-teaser--deep-blue .c-tabs__list {
  border-bottom-color: rgba(255, 255, 255, 0.8); }

.c-teaser--standard.c-teaser--deep-blue .c-tabs__list-link {
  color: #fff;
  opacity: 0.8; }
  .c-teaser--standard.c-teaser--deep-blue .c-tabs__list-link::after {
    border-right-color: rgba(255, 255, 255, 0.8); }
  .c-teaser--standard.c-teaser--deep-blue .c-tabs__list-link.active {
    opacity: 1; }
    .c-teaser--standard.c-teaser--deep-blue .c-tabs__list-link.active > span {
      border-bottom-color: #fff; }
  .c-teaser--standard.c-teaser--deep-blue .c-tabs__list-link:hover, .c-teaser--standard.c-teaser--deep-blue .c-tabs__list-link:focus {
    opacity: 1; }
  .c-teaser--standard.c-teaser--deep-blue .c-tabs__list-link > span {
    border-bottom-color: rgba(0, 85, 157, 0); }

.c-teaser--standard.c-teaser--light-blue .link:hover .image-icon--video::before, .c-teaser--standard.c-teaser--light-blue .link:focus .image-icon--video::before, .c-teaser--standard.c-teaser--light-blue .link:active .image-icon--video::before, .c-teaser--standard.c-teaser--light-blue .link.is-active .image-icon--video::before {
  color: #37a8e0; }

.c-teaser--standard.c-teaser--light-blue .c-teaser__wrap {
  background: #37a8e0;
  border-top-color: #37a8e0;
  border-right-color: #37a8e0;
  border-left-color: #37a8e0; }
  .c-teaser--standard.c-teaser--light-blue .c-teaser__wrap::after {
    background: #37a8e0; }

.c-teaser--standard.c-teaser--light-blue .c-teaser__media {
  border-bottom-color: #37a8e0; }

.c-teaser--standard.c-teaser--light-blue .c-teaser__headline,
.c-teaser--standard.c-teaser--light-blue .c-teaser__text,
.c-teaser--standard.c-teaser--light-blue .c-teaser__arrow {
  color: #fff; }

.c-teaser--standard.c-teaser--light-blue .link-list:not(.link-list--dropdown) .link-list__link {
  color: #fff; }

.c-teaser--standard.c-teaser--light-blue .c-teaser__arrow .icon,
.c-teaser--standard.c-teaser--light-blue .link-list:not(.link-list--dropdown) .link-list__link .icon {
  color: #fff; }

.c-teaser--standard.c-teaser--light-blue .link-list__link--highlight:hover, .c-teaser--standard.c-teaser--light-blue .link-list__link--highlight:focus {
  border-color: #fff; }

.c-teaser--standard.c-teaser--light-blue .link-list:not(.link-list--dropdown) .link-list__description {
  color: #fff; }

.c-teaser--standard.c-teaser--light-blue .c-dropdown__btn {
  color: #fff;
  border-color: #fff; }
  .c-teaser--standard.c-teaser--light-blue .c-dropdown__btn::after {
    color: #fff; }

.c-teaser--standard.c-teaser--light-blue-horizontal .c-teaser__wrap {
  border-top-color: #37a8e0; }

.c-teaser--standard.c-teaser--light-blue .c-tabs__list {
  border-bottom-color: rgba(255, 255, 255, 0.8); }

.c-teaser--standard.c-teaser--light-blue .c-tabs__list-link {
  color: #fff;
  opacity: 0.8; }
  .c-teaser--standard.c-teaser--light-blue .c-tabs__list-link::after {
    border-right-color: rgba(255, 255, 255, 0.8); }
  .c-teaser--standard.c-teaser--light-blue .c-tabs__list-link.active {
    opacity: 1; }
    .c-teaser--standard.c-teaser--light-blue .c-tabs__list-link.active > span {
      border-bottom-color: #fff; }
  .c-teaser--standard.c-teaser--light-blue .c-tabs__list-link:hover, .c-teaser--standard.c-teaser--light-blue .c-tabs__list-link:focus {
    opacity: 1; }
  .c-teaser--standard.c-teaser--light-blue .c-tabs__list-link > span {
    border-bottom-color: rgba(55, 168, 224, 0); }

.c-teaser--standard.c-teaser--pale-blue .link:hover .image-icon--video::before, .c-teaser--standard.c-teaser--pale-blue .link:focus .image-icon--video::before, .c-teaser--standard.c-teaser--pale-blue .link:active .image-icon--video::before, .c-teaser--standard.c-teaser--pale-blue .link.is-active .image-icon--video::before {
  color: #c8e2f7; }

.c-teaser--standard.c-teaser--pale-blue .c-teaser__wrap {
  background: #c8e2f7;
  border-top-color: #c8e2f7;
  border-right-color: #c8e2f7;
  border-left-color: #c8e2f7; }
  .c-teaser--standard.c-teaser--pale-blue .c-teaser__wrap::after {
    background: #c8e2f7; }

.c-teaser--standard.c-teaser--pale-blue .c-teaser__media {
  border-bottom-color: #c8e2f7; }

.c-teaser--standard.c-teaser--pale-blue .c-teaser__headline,
.c-teaser--standard.c-teaser--pale-blue .c-teaser__text,
.c-teaser--standard.c-teaser--pale-blue .c-teaser__arrow {
  color: #535456; }

.c-teaser--standard.c-teaser--pale-blue .link-list:not(.link-list--dropdown) .link-list__link {
  color: #535456; }

.c-teaser--standard.c-teaser--pale-blue .c-teaser__arrow .icon,
.c-teaser--standard.c-teaser--pale-blue .link-list:not(.link-list--dropdown) .link-list__link .icon {
  color: #535456; }

.c-teaser--standard.c-teaser--pale-blue .link-list__link--highlight:hover, .c-teaser--standard.c-teaser--pale-blue .link-list__link--highlight:focus {
  border-color: #535456; }

.c-teaser--standard.c-teaser--pale-blue .link-list:not(.link-list--dropdown) .link-list__description {
  color: #535456; }

.c-teaser--standard.c-teaser--pale-blue .c-dropdown__btn {
  color: #535456;
  border-color: #535456; }
  .c-teaser--standard.c-teaser--pale-blue .c-dropdown__btn::after {
    color: #535456; }

.c-teaser--standard.c-teaser--pale-blue-horizontal .c-teaser__wrap {
  border-top-color: #c8e2f7; }

.c-teaser--standard.c-teaser--pale-blue .c-tabs__list {
  border-bottom-color: rgba(83, 84, 86, 0.8); }

.c-teaser--standard.c-teaser--pale-blue .c-tabs__list-link {
  color: #535456;
  opacity: 0.8; }
  .c-teaser--standard.c-teaser--pale-blue .c-tabs__list-link::after {
    border-right-color: rgba(83, 84, 86, 0.8); }
  .c-teaser--standard.c-teaser--pale-blue .c-tabs__list-link.active {
    opacity: 1; }
    .c-teaser--standard.c-teaser--pale-blue .c-tabs__list-link.active > span {
      border-bottom-color: #535456; }
  .c-teaser--standard.c-teaser--pale-blue .c-tabs__list-link:hover, .c-teaser--standard.c-teaser--pale-blue .c-tabs__list-link:focus {
    opacity: 1; }
  .c-teaser--standard.c-teaser--pale-blue .c-tabs__list-link > span {
    border-bottom-color: rgba(200, 226, 247, 0); }

.c-teaser--standard.c-teaser--green .link:hover .image-icon--video::before, .c-teaser--standard.c-teaser--green .link:focus .image-icon--video::before, .c-teaser--standard.c-teaser--green .link:active .image-icon--video::before, .c-teaser--standard.c-teaser--green .link.is-active .image-icon--video::before {
  color: #72b904; }

.c-teaser--standard.c-teaser--green .c-teaser__wrap {
  background: #72b904;
  border-top-color: #72b904;
  border-right-color: #72b904;
  border-left-color: #72b904; }
  .c-teaser--standard.c-teaser--green .c-teaser__wrap::after {
    background: #72b904; }

.c-teaser--standard.c-teaser--green .c-teaser__media {
  border-bottom-color: #72b904; }

.c-teaser--standard.c-teaser--green .c-teaser__headline,
.c-teaser--standard.c-teaser--green .c-teaser__text,
.c-teaser--standard.c-teaser--green .c-teaser__arrow {
  color: #fff; }

.c-teaser--standard.c-teaser--green .link-list:not(.link-list--dropdown) .link-list__link {
  color: #fff; }

.c-teaser--standard.c-teaser--green .c-teaser__arrow .icon,
.c-teaser--standard.c-teaser--green .link-list:not(.link-list--dropdown) .link-list__link .icon {
  color: #fff; }

.c-teaser--standard.c-teaser--green .link-list__link--highlight:hover, .c-teaser--standard.c-teaser--green .link-list__link--highlight:focus {
  border-color: #fff; }

.c-teaser--standard.c-teaser--green .link-list:not(.link-list--dropdown) .link-list__description {
  color: #fff; }

.c-teaser--standard.c-teaser--green .c-dropdown__btn {
  color: #fff;
  border-color: #fff; }
  .c-teaser--standard.c-teaser--green .c-dropdown__btn::after {
    color: #fff; }

.c-teaser--standard.c-teaser--green-horizontal .c-teaser__wrap {
  border-top-color: #72b904; }

.c-teaser--standard.c-teaser--green .c-tabs__list {
  border-bottom-color: rgba(255, 255, 255, 0.8); }

.c-teaser--standard.c-teaser--green .c-tabs__list-link {
  color: #fff;
  opacity: 0.8; }
  .c-teaser--standard.c-teaser--green .c-tabs__list-link::after {
    border-right-color: rgba(255, 255, 255, 0.8); }
  .c-teaser--standard.c-teaser--green .c-tabs__list-link.active {
    opacity: 1; }
    .c-teaser--standard.c-teaser--green .c-tabs__list-link.active > span {
      border-bottom-color: #fff; }
  .c-teaser--standard.c-teaser--green .c-tabs__list-link:hover, .c-teaser--standard.c-teaser--green .c-tabs__list-link:focus {
    opacity: 1; }
  .c-teaser--standard.c-teaser--green .c-tabs__list-link > span {
    border-bottom-color: rgba(114, 185, 4, 0); }

.c-teaser--standard.c-teaser--deep-green .link:hover .image-icon--video::before, .c-teaser--standard.c-teaser--deep-green .link:focus .image-icon--video::before, .c-teaser--standard.c-teaser--deep-green .link:active .image-icon--video::before, .c-teaser--standard.c-teaser--deep-green .link.is-active .image-icon--video::before {
  color: #3b8933; }

.c-teaser--standard.c-teaser--deep-green .c-teaser__wrap {
  background: #3b8933;
  border-top-color: #3b8933;
  border-right-color: #3b8933;
  border-left-color: #3b8933; }
  .c-teaser--standard.c-teaser--deep-green .c-teaser__wrap::after {
    background: #3b8933; }

.c-teaser--standard.c-teaser--deep-green .c-teaser__media {
  border-bottom-color: #3b8933; }

.c-teaser--standard.c-teaser--deep-green .c-teaser__headline,
.c-teaser--standard.c-teaser--deep-green .c-teaser__text,
.c-teaser--standard.c-teaser--deep-green .c-teaser__arrow {
  color: #fff; }

.c-teaser--standard.c-teaser--deep-green .link-list:not(.link-list--dropdown) .link-list__link {
  color: #fff; }

.c-teaser--standard.c-teaser--deep-green .c-teaser__arrow .icon,
.c-teaser--standard.c-teaser--deep-green .link-list:not(.link-list--dropdown) .link-list__link .icon {
  color: #fff; }

.c-teaser--standard.c-teaser--deep-green .link-list__link--highlight:hover, .c-teaser--standard.c-teaser--deep-green .link-list__link--highlight:focus {
  border-color: #fff; }

.c-teaser--standard.c-teaser--deep-green .link-list:not(.link-list--dropdown) .link-list__description {
  color: #fff; }

.c-teaser--standard.c-teaser--deep-green .c-dropdown__btn {
  color: #fff;
  border-color: #fff; }
  .c-teaser--standard.c-teaser--deep-green .c-dropdown__btn::after {
    color: #fff; }

.c-teaser--standard.c-teaser--deep-green-horizontal .c-teaser__wrap {
  border-top-color: #3b8933; }

.c-teaser--standard.c-teaser--deep-green .c-tabs__list {
  border-bottom-color: rgba(255, 255, 255, 0.8); }

.c-teaser--standard.c-teaser--deep-green .c-tabs__list-link {
  color: #fff;
  opacity: 0.8; }
  .c-teaser--standard.c-teaser--deep-green .c-tabs__list-link::after {
    border-right-color: rgba(255, 255, 255, 0.8); }
  .c-teaser--standard.c-teaser--deep-green .c-tabs__list-link.active {
    opacity: 1; }
    .c-teaser--standard.c-teaser--deep-green .c-tabs__list-link.active > span {
      border-bottom-color: #fff; }
  .c-teaser--standard.c-teaser--deep-green .c-tabs__list-link:hover, .c-teaser--standard.c-teaser--deep-green .c-tabs__list-link:focus {
    opacity: 1; }
  .c-teaser--standard.c-teaser--deep-green .c-tabs__list-link > span {
    border-bottom-color: rgba(59, 137, 51, 0); }

.c-teaser--standard.c-teaser--light-green .link:hover .image-icon--video::before, .c-teaser--standard.c-teaser--light-green .link:focus .image-icon--video::before, .c-teaser--standard.c-teaser--light-green .link:active .image-icon--video::before, .c-teaser--standard.c-teaser--light-green .link.is-active .image-icon--video::before {
  color: #bad150; }

.c-teaser--standard.c-teaser--light-green .c-teaser__wrap {
  background: #bad150;
  border-top-color: #bad150;
  border-right-color: #bad150;
  border-left-color: #bad150; }
  .c-teaser--standard.c-teaser--light-green .c-teaser__wrap::after {
    background: #bad150; }

.c-teaser--standard.c-teaser--light-green .c-teaser__media {
  border-bottom-color: #bad150; }

.c-teaser--standard.c-teaser--light-green .c-teaser__headline,
.c-teaser--standard.c-teaser--light-green .c-teaser__text,
.c-teaser--standard.c-teaser--light-green .c-teaser__arrow {
  color: #535456; }

.c-teaser--standard.c-teaser--light-green .link-list:not(.link-list--dropdown) .link-list__link {
  color: #535456; }

.c-teaser--standard.c-teaser--light-green .c-teaser__arrow .icon,
.c-teaser--standard.c-teaser--light-green .link-list:not(.link-list--dropdown) .link-list__link .icon {
  color: #535456; }

.c-teaser--standard.c-teaser--light-green .link-list__link--highlight:hover, .c-teaser--standard.c-teaser--light-green .link-list__link--highlight:focus {
  border-color: #535456; }

.c-teaser--standard.c-teaser--light-green .link-list:not(.link-list--dropdown) .link-list__description {
  color: #535456; }

.c-teaser--standard.c-teaser--light-green .c-dropdown__btn {
  color: #535456;
  border-color: #535456; }
  .c-teaser--standard.c-teaser--light-green .c-dropdown__btn::after {
    color: #535456; }

.c-teaser--standard.c-teaser--light-green-horizontal .c-teaser__wrap {
  border-top-color: #bad150; }

.c-teaser--standard.c-teaser--light-green .c-tabs__list {
  border-bottom-color: rgba(83, 84, 86, 0.8); }

.c-teaser--standard.c-teaser--light-green .c-tabs__list-link {
  color: #535456;
  opacity: 0.8; }
  .c-teaser--standard.c-teaser--light-green .c-tabs__list-link::after {
    border-right-color: rgba(83, 84, 86, 0.8); }
  .c-teaser--standard.c-teaser--light-green .c-tabs__list-link.active {
    opacity: 1; }
    .c-teaser--standard.c-teaser--light-green .c-tabs__list-link.active > span {
      border-bottom-color: #535456; }
  .c-teaser--standard.c-teaser--light-green .c-tabs__list-link:hover, .c-teaser--standard.c-teaser--light-green .c-tabs__list-link:focus {
    opacity: 1; }
  .c-teaser--standard.c-teaser--light-green .c-tabs__list-link > span {
    border-bottom-color: rgba(186, 209, 80, 0); }

.c-teaser--standard.c-teaser--purple .link:hover .image-icon--video::before, .c-teaser--standard.c-teaser--purple .link:focus .image-icon--video::before, .c-teaser--standard.c-teaser--purple .link:active .image-icon--video::before, .c-teaser--standard.c-teaser--purple .link.is-active .image-icon--video::before {
  color: #9b006b; }

.c-teaser--standard.c-teaser--purple .c-teaser__wrap {
  background: #9b006b;
  border-top-color: #9b006b;
  border-right-color: #9b006b;
  border-left-color: #9b006b; }
  .c-teaser--standard.c-teaser--purple .c-teaser__wrap::after {
    background: #9b006b; }

.c-teaser--standard.c-teaser--purple .c-teaser__media {
  border-bottom-color: #9b006b; }

.c-teaser--standard.c-teaser--purple .c-teaser__headline,
.c-teaser--standard.c-teaser--purple .c-teaser__text,
.c-teaser--standard.c-teaser--purple .c-teaser__arrow {
  color: #fff; }

.c-teaser--standard.c-teaser--purple .link-list:not(.link-list--dropdown) .link-list__link {
  color: #fff; }

.c-teaser--standard.c-teaser--purple .c-teaser__arrow .icon,
.c-teaser--standard.c-teaser--purple .link-list:not(.link-list--dropdown) .link-list__link .icon {
  color: #fff; }

.c-teaser--standard.c-teaser--purple .link-list__link--highlight:hover, .c-teaser--standard.c-teaser--purple .link-list__link--highlight:focus {
  border-color: #fff; }

.c-teaser--standard.c-teaser--purple .link-list:not(.link-list--dropdown) .link-list__description {
  color: #fff; }

.c-teaser--standard.c-teaser--purple .c-dropdown__btn {
  color: #fff;
  border-color: #fff; }
  .c-teaser--standard.c-teaser--purple .c-dropdown__btn::after {
    color: #fff; }

.c-teaser--standard.c-teaser--purple-horizontal .c-teaser__wrap {
  border-top-color: #9b006b; }

.c-teaser--standard.c-teaser--purple .c-tabs__list {
  border-bottom-color: rgba(255, 255, 255, 0.8); }

.c-teaser--standard.c-teaser--purple .c-tabs__list-link {
  color: #fff;
  opacity: 0.8; }
  .c-teaser--standard.c-teaser--purple .c-tabs__list-link::after {
    border-right-color: rgba(255, 255, 255, 0.8); }
  .c-teaser--standard.c-teaser--purple .c-tabs__list-link.active {
    opacity: 1; }
    .c-teaser--standard.c-teaser--purple .c-tabs__list-link.active > span {
      border-bottom-color: #fff; }
  .c-teaser--standard.c-teaser--purple .c-tabs__list-link:hover, .c-teaser--standard.c-teaser--purple .c-tabs__list-link:focus {
    opacity: 1; }
  .c-teaser--standard.c-teaser--purple .c-tabs__list-link > span {
    border-bottom-color: rgba(155, 0, 107, 0); }

.c-teaser--standard.c-teaser--deep-purple .link:hover .image-icon--video::before, .c-teaser--standard.c-teaser--deep-purple .link:focus .image-icon--video::before, .c-teaser--standard.c-teaser--deep-purple .link:active .image-icon--video::before, .c-teaser--standard.c-teaser--deep-purple .link.is-active .image-icon--video::before {
  color: #7f1557; }

.c-teaser--standard.c-teaser--deep-purple .c-teaser__wrap {
  background: #7f1557;
  border-top-color: #7f1557;
  border-right-color: #7f1557;
  border-left-color: #7f1557; }
  .c-teaser--standard.c-teaser--deep-purple .c-teaser__wrap::after {
    background: #7f1557; }

.c-teaser--standard.c-teaser--deep-purple .c-teaser__media {
  border-bottom-color: #7f1557; }

.c-teaser--standard.c-teaser--deep-purple .c-teaser__headline,
.c-teaser--standard.c-teaser--deep-purple .c-teaser__text,
.c-teaser--standard.c-teaser--deep-purple .c-teaser__arrow {
  color: #fff; }

.c-teaser--standard.c-teaser--deep-purple .link-list:not(.link-list--dropdown) .link-list__link {
  color: #fff; }

.c-teaser--standard.c-teaser--deep-purple .c-teaser__arrow .icon,
.c-teaser--standard.c-teaser--deep-purple .link-list:not(.link-list--dropdown) .link-list__link .icon {
  color: #fff; }

.c-teaser--standard.c-teaser--deep-purple .link-list__link--highlight:hover, .c-teaser--standard.c-teaser--deep-purple .link-list__link--highlight:focus {
  border-color: #fff; }

.c-teaser--standard.c-teaser--deep-purple .link-list:not(.link-list--dropdown) .link-list__description {
  color: #fff; }

.c-teaser--standard.c-teaser--deep-purple .c-dropdown__btn {
  color: #fff;
  border-color: #fff; }
  .c-teaser--standard.c-teaser--deep-purple .c-dropdown__btn::after {
    color: #fff; }

.c-teaser--standard.c-teaser--deep-purple-horizontal .c-teaser__wrap {
  border-top-color: #7f1557; }

.c-teaser--standard.c-teaser--deep-purple .c-tabs__list {
  border-bottom-color: rgba(255, 255, 255, 0.8); }

.c-teaser--standard.c-teaser--deep-purple .c-tabs__list-link {
  color: #fff;
  opacity: 0.8; }
  .c-teaser--standard.c-teaser--deep-purple .c-tabs__list-link::after {
    border-right-color: rgba(255, 255, 255, 0.8); }
  .c-teaser--standard.c-teaser--deep-purple .c-tabs__list-link.active {
    opacity: 1; }
    .c-teaser--standard.c-teaser--deep-purple .c-tabs__list-link.active > span {
      border-bottom-color: #fff; }
  .c-teaser--standard.c-teaser--deep-purple .c-tabs__list-link:hover, .c-teaser--standard.c-teaser--deep-purple .c-tabs__list-link:focus {
    opacity: 1; }
  .c-teaser--standard.c-teaser--deep-purple .c-tabs__list-link > span {
    border-bottom-color: rgba(127, 21, 87, 0); }

.c-teaser--standard.c-teaser--light-purple .link:hover .image-icon--video::before, .c-teaser--standard.c-teaser--light-purple .link:focus .image-icon--video::before, .c-teaser--standard.c-teaser--light-purple .link:active .image-icon--video::before, .c-teaser--standard.c-teaser--light-purple .link.is-active .image-icon--video::before {
  color: #bd6392; }

.c-teaser--standard.c-teaser--light-purple .c-teaser__wrap {
  background: #bd6392;
  border-top-color: #bd6392;
  border-right-color: #bd6392;
  border-left-color: #bd6392; }
  .c-teaser--standard.c-teaser--light-purple .c-teaser__wrap::after {
    background: #bd6392; }

.c-teaser--standard.c-teaser--light-purple .c-teaser__media {
  border-bottom-color: #bd6392; }

.c-teaser--standard.c-teaser--light-purple .c-teaser__headline,
.c-teaser--standard.c-teaser--light-purple .c-teaser__text,
.c-teaser--standard.c-teaser--light-purple .c-teaser__arrow {
  color: #fff; }

.c-teaser--standard.c-teaser--light-purple .link-list:not(.link-list--dropdown) .link-list__link {
  color: #fff; }

.c-teaser--standard.c-teaser--light-purple .c-teaser__arrow .icon,
.c-teaser--standard.c-teaser--light-purple .link-list:not(.link-list--dropdown) .link-list__link .icon {
  color: #fff; }

.c-teaser--standard.c-teaser--light-purple .link-list__link--highlight:hover, .c-teaser--standard.c-teaser--light-purple .link-list__link--highlight:focus {
  border-color: #fff; }

.c-teaser--standard.c-teaser--light-purple .link-list:not(.link-list--dropdown) .link-list__description {
  color: #fff; }

.c-teaser--standard.c-teaser--light-purple .c-dropdown__btn {
  color: #fff;
  border-color: #fff; }
  .c-teaser--standard.c-teaser--light-purple .c-dropdown__btn::after {
    color: #fff; }

.c-teaser--standard.c-teaser--light-purple-horizontal .c-teaser__wrap {
  border-top-color: #bd6392; }

.c-teaser--standard.c-teaser--light-purple .c-tabs__list {
  border-bottom-color: rgba(255, 255, 255, 0.8); }

.c-teaser--standard.c-teaser--light-purple .c-tabs__list-link {
  color: #fff;
  opacity: 0.8; }
  .c-teaser--standard.c-teaser--light-purple .c-tabs__list-link::after {
    border-right-color: rgba(255, 255, 255, 0.8); }
  .c-teaser--standard.c-teaser--light-purple .c-tabs__list-link.active {
    opacity: 1; }
    .c-teaser--standard.c-teaser--light-purple .c-tabs__list-link.active > span {
      border-bottom-color: #fff; }
  .c-teaser--standard.c-teaser--light-purple .c-tabs__list-link:hover, .c-teaser--standard.c-teaser--light-purple .c-tabs__list-link:focus {
    opacity: 1; }
  .c-teaser--standard.c-teaser--light-purple .c-tabs__list-link > span {
    border-bottom-color: rgba(189, 99, 146, 0); }

.c-teaser--standard.c-teaser--orange .link:hover .image-icon--video::before, .c-teaser--standard.c-teaser--orange .link:focus .image-icon--video::before, .c-teaser--standard.c-teaser--orange .link:active .image-icon--video::before, .c-teaser--standard.c-teaser--orange .link.is-active .image-icon--video::before {
  color: #ef8700; }

.c-teaser--standard.c-teaser--orange .c-teaser__wrap {
  background: #ef8700;
  border-top-color: #ef8700;
  border-right-color: #ef8700;
  border-left-color: #ef8700; }
  .c-teaser--standard.c-teaser--orange .c-teaser__wrap::after {
    background: #ef8700; }

.c-teaser--standard.c-teaser--orange .c-teaser__media {
  border-bottom-color: #ef8700; }

.c-teaser--standard.c-teaser--orange .c-teaser__headline,
.c-teaser--standard.c-teaser--orange .c-teaser__text,
.c-teaser--standard.c-teaser--orange .c-teaser__arrow {
  color: #fff; }

.c-teaser--standard.c-teaser--orange .link-list:not(.link-list--dropdown) .link-list__link {
  color: #fff; }

.c-teaser--standard.c-teaser--orange .c-teaser__arrow .icon,
.c-teaser--standard.c-teaser--orange .link-list:not(.link-list--dropdown) .link-list__link .icon {
  color: #fff; }

.c-teaser--standard.c-teaser--orange .link-list__link--highlight:hover, .c-teaser--standard.c-teaser--orange .link-list__link--highlight:focus {
  border-color: #fff; }

.c-teaser--standard.c-teaser--orange .link-list:not(.link-list--dropdown) .link-list__description {
  color: #fff; }

.c-teaser--standard.c-teaser--orange .c-dropdown__btn {
  color: #fff;
  border-color: #fff; }
  .c-teaser--standard.c-teaser--orange .c-dropdown__btn::after {
    color: #fff; }

.c-teaser--standard.c-teaser--orange-horizontal .c-teaser__wrap {
  border-top-color: #ef8700; }

.c-teaser--standard.c-teaser--orange .c-tabs__list {
  border-bottom-color: rgba(255, 255, 255, 0.8); }

.c-teaser--standard.c-teaser--orange .c-tabs__list-link {
  color: #fff;
  opacity: 0.8; }
  .c-teaser--standard.c-teaser--orange .c-tabs__list-link::after {
    border-right-color: rgba(255, 255, 255, 0.8); }
  .c-teaser--standard.c-teaser--orange .c-tabs__list-link.active {
    opacity: 1; }
    .c-teaser--standard.c-teaser--orange .c-tabs__list-link.active > span {
      border-bottom-color: #fff; }
  .c-teaser--standard.c-teaser--orange .c-tabs__list-link:hover, .c-teaser--standard.c-teaser--orange .c-tabs__list-link:focus {
    opacity: 1; }
  .c-teaser--standard.c-teaser--orange .c-tabs__list-link > span {
    border-bottom-color: rgba(239, 135, 0, 0); }

.c-teaser--standard.c-teaser--deep-orange .link:hover .image-icon--video::before, .c-teaser--standard.c-teaser--deep-orange .link:focus .image-icon--video::before, .c-teaser--standard.c-teaser--deep-orange .link:active .image-icon--video::before, .c-teaser--standard.c-teaser--deep-orange .link.is-active .image-icon--video::before {
  color: #bf420c; }

.c-teaser--standard.c-teaser--deep-orange .c-teaser__wrap {
  background: #bf420c;
  border-top-color: #bf420c;
  border-right-color: #bf420c;
  border-left-color: #bf420c; }
  .c-teaser--standard.c-teaser--deep-orange .c-teaser__wrap::after {
    background: #bf420c; }

.c-teaser--standard.c-teaser--deep-orange .c-teaser__media {
  border-bottom-color: #bf420c; }

.c-teaser--standard.c-teaser--deep-orange .c-teaser__headline,
.c-teaser--standard.c-teaser--deep-orange .c-teaser__text,
.c-teaser--standard.c-teaser--deep-orange .c-teaser__arrow {
  color: #fff; }

.c-teaser--standard.c-teaser--deep-orange .link-list:not(.link-list--dropdown) .link-list__link {
  color: #fff; }

.c-teaser--standard.c-teaser--deep-orange .c-teaser__arrow .icon,
.c-teaser--standard.c-teaser--deep-orange .link-list:not(.link-list--dropdown) .link-list__link .icon {
  color: #fff; }

.c-teaser--standard.c-teaser--deep-orange .link-list__link--highlight:hover, .c-teaser--standard.c-teaser--deep-orange .link-list__link--highlight:focus {
  border-color: #fff; }

.c-teaser--standard.c-teaser--deep-orange .link-list:not(.link-list--dropdown) .link-list__description {
  color: #fff; }

.c-teaser--standard.c-teaser--deep-orange .c-dropdown__btn {
  color: #fff;
  border-color: #fff; }
  .c-teaser--standard.c-teaser--deep-orange .c-dropdown__btn::after {
    color: #fff; }

.c-teaser--standard.c-teaser--deep-orange-horizontal .c-teaser__wrap {
  border-top-color: #bf420c; }

.c-teaser--standard.c-teaser--deep-orange .c-tabs__list {
  border-bottom-color: rgba(255, 255, 255, 0.8); }

.c-teaser--standard.c-teaser--deep-orange .c-tabs__list-link {
  color: #fff;
  opacity: 0.8; }
  .c-teaser--standard.c-teaser--deep-orange .c-tabs__list-link::after {
    border-right-color: rgba(255, 255, 255, 0.8); }
  .c-teaser--standard.c-teaser--deep-orange .c-tabs__list-link.active {
    opacity: 1; }
    .c-teaser--standard.c-teaser--deep-orange .c-tabs__list-link.active > span {
      border-bottom-color: #fff; }
  .c-teaser--standard.c-teaser--deep-orange .c-tabs__list-link:hover, .c-teaser--standard.c-teaser--deep-orange .c-tabs__list-link:focus {
    opacity: 1; }
  .c-teaser--standard.c-teaser--deep-orange .c-tabs__list-link > span {
    border-bottom-color: rgba(191, 66, 12, 0); }

.c-teaser--standard.c-teaser--light-orange .link:hover .image-icon--video::before, .c-teaser--standard.c-teaser--light-orange .link:focus .image-icon--video::before, .c-teaser--standard.c-teaser--light-orange .link:active .image-icon--video::before, .c-teaser--standard.c-teaser--light-orange .link.is-active .image-icon--video::before {
  color: #f7a83b; }

.c-teaser--standard.c-teaser--light-orange .c-teaser__wrap {
  background: #f7a83b;
  border-top-color: #f7a83b;
  border-right-color: #f7a83b;
  border-left-color: #f7a83b; }
  .c-teaser--standard.c-teaser--light-orange .c-teaser__wrap::after {
    background: #f7a83b; }

.c-teaser--standard.c-teaser--light-orange .c-teaser__media {
  border-bottom-color: #f7a83b; }

.c-teaser--standard.c-teaser--light-orange .c-teaser__headline,
.c-teaser--standard.c-teaser--light-orange .c-teaser__text,
.c-teaser--standard.c-teaser--light-orange .c-teaser__arrow {
  color: #535456; }

.c-teaser--standard.c-teaser--light-orange .link-list:not(.link-list--dropdown) .link-list__link {
  color: #535456; }

.c-teaser--standard.c-teaser--light-orange .c-teaser__arrow .icon,
.c-teaser--standard.c-teaser--light-orange .link-list:not(.link-list--dropdown) .link-list__link .icon {
  color: #535456; }

.c-teaser--standard.c-teaser--light-orange .link-list__link--highlight:hover, .c-teaser--standard.c-teaser--light-orange .link-list__link--highlight:focus {
  border-color: #535456; }

.c-teaser--standard.c-teaser--light-orange .link-list:not(.link-list--dropdown) .link-list__description {
  color: #535456; }

.c-teaser--standard.c-teaser--light-orange .c-dropdown__btn {
  color: #535456;
  border-color: #535456; }
  .c-teaser--standard.c-teaser--light-orange .c-dropdown__btn::after {
    color: #535456; }

.c-teaser--standard.c-teaser--light-orange-horizontal .c-teaser__wrap {
  border-top-color: #f7a83b; }

.c-teaser--standard.c-teaser--light-orange .c-tabs__list {
  border-bottom-color: rgba(83, 84, 86, 0.8); }

.c-teaser--standard.c-teaser--light-orange .c-tabs__list-link {
  color: #535456;
  opacity: 0.8; }
  .c-teaser--standard.c-teaser--light-orange .c-tabs__list-link::after {
    border-right-color: rgba(83, 84, 86, 0.8); }
  .c-teaser--standard.c-teaser--light-orange .c-tabs__list-link.active {
    opacity: 1; }
    .c-teaser--standard.c-teaser--light-orange .c-tabs__list-link.active > span {
      border-bottom-color: #535456; }
  .c-teaser--standard.c-teaser--light-orange .c-tabs__list-link:hover, .c-teaser--standard.c-teaser--light-orange .c-tabs__list-link:focus {
    opacity: 1; }
  .c-teaser--standard.c-teaser--light-orange .c-tabs__list-link > span {
    border-bottom-color: rgba(247, 168, 59, 0); }

.c-teaser--standard.c-teaser--yellow .link:hover .image-icon--video::before, .c-teaser--standard.c-teaser--yellow .link:focus .image-icon--video::before, .c-teaser--standard.c-teaser--yellow .link:active .image-icon--video::before, .c-teaser--standard.c-teaser--yellow .link.is-active .image-icon--video::before {
  color: #ffd200; }

.c-teaser--standard.c-teaser--yellow .c-teaser__wrap {
  background: #ffd200;
  border-top-color: #ffd200;
  border-right-color: #ffd200;
  border-left-color: #ffd200; }
  .c-teaser--standard.c-teaser--yellow .c-teaser__wrap::after {
    background: #ffd200; }

.c-teaser--standard.c-teaser--yellow .c-teaser__media {
  border-bottom-color: #ffd200; }

.c-teaser--standard.c-teaser--yellow .c-teaser__headline,
.c-teaser--standard.c-teaser--yellow .c-teaser__text,
.c-teaser--standard.c-teaser--yellow .c-teaser__arrow {
  color: #535456; }

.c-teaser--standard.c-teaser--yellow .link-list:not(.link-list--dropdown) .link-list__link {
  color: #535456; }

.c-teaser--standard.c-teaser--yellow .c-teaser__arrow .icon,
.c-teaser--standard.c-teaser--yellow .link-list:not(.link-list--dropdown) .link-list__link .icon {
  color: #535456; }

.c-teaser--standard.c-teaser--yellow .link-list__link--highlight:hover, .c-teaser--standard.c-teaser--yellow .link-list__link--highlight:focus {
  border-color: #535456; }

.c-teaser--standard.c-teaser--yellow .link-list:not(.link-list--dropdown) .link-list__description {
  color: #535456; }

.c-teaser--standard.c-teaser--yellow .c-dropdown__btn {
  color: #535456;
  border-color: #838487; }
  .c-teaser--standard.c-teaser--yellow .c-dropdown__btn::after {
    color: #535456; }

.c-teaser--standard.c-teaser--yellow-horizontal .c-teaser__wrap {
  border-top-color: #ffd200; }

.c-teaser--standard.c-teaser--yellow .c-tabs__list {
  border-bottom-color: rgba(83, 84, 86, 0.8); }

.c-teaser--standard.c-teaser--yellow .c-tabs__list-link {
  color: #535456;
  opacity: 0.8; }
  .c-teaser--standard.c-teaser--yellow .c-tabs__list-link::after {
    border-right-color: rgba(83, 84, 86, 0.8); }
  .c-teaser--standard.c-teaser--yellow .c-tabs__list-link.active {
    opacity: 1; }
    .c-teaser--standard.c-teaser--yellow .c-tabs__list-link.active > span {
      border-bottom-color: #535456; }
  .c-teaser--standard.c-teaser--yellow .c-tabs__list-link:hover, .c-teaser--standard.c-teaser--yellow .c-tabs__list-link:focus {
    opacity: 1; }
  .c-teaser--standard.c-teaser--yellow .c-tabs__list-link > span {
    border-bottom-color: rgba(255, 210, 0, 0); }

.c-teaser--standard.c-teaser--dark-yellow .link:hover .image-icon--video::before, .c-teaser--standard.c-teaser--dark-yellow .link:focus .image-icon--video::before, .c-teaser--standard.c-teaser--dark-yellow .link:active .image-icon--video::before, .c-teaser--standard.c-teaser--dark-yellow .link.is-active .image-icon--video::before {
  color: #a58000; }

.c-teaser--standard.c-teaser--dark-yellow .c-teaser__wrap {
  background: #a58000;
  border-top-color: #a58000;
  border-right-color: #a58000;
  border-left-color: #a58000; }
  .c-teaser--standard.c-teaser--dark-yellow .c-teaser__wrap::after {
    background: #a58000; }

.c-teaser--standard.c-teaser--dark-yellow .c-teaser__media {
  border-bottom-color: #a58000; }

.c-teaser--standard.c-teaser--dark-yellow .c-teaser__headline,
.c-teaser--standard.c-teaser--dark-yellow .c-teaser__text,
.c-teaser--standard.c-teaser--dark-yellow .c-teaser__arrow {
  color: #fff; }

.c-teaser--standard.c-teaser--dark-yellow .link-list:not(.link-list--dropdown) .link-list__link {
  color: #fff; }

.c-teaser--standard.c-teaser--dark-yellow .c-teaser__arrow .icon,
.c-teaser--standard.c-teaser--dark-yellow .link-list:not(.link-list--dropdown) .link-list__link .icon {
  color: #fff; }

.c-teaser--standard.c-teaser--dark-yellow .link-list__link--highlight:hover, .c-teaser--standard.c-teaser--dark-yellow .link-list__link--highlight:focus {
  border-color: #fff; }

.c-teaser--standard.c-teaser--dark-yellow .link-list:not(.link-list--dropdown) .link-list__description {
  color: #fff; }

.c-teaser--standard.c-teaser--dark-yellow .c-dropdown__btn {
  color: #fff;
  border-color: #fff; }
  .c-teaser--standard.c-teaser--dark-yellow .c-dropdown__btn::after {
    color: #fff; }

.c-teaser--standard.c-teaser--dark-yellow-horizontal .c-teaser__wrap {
  border-top-color: #a58000; }

.c-teaser--standard.c-teaser--dark-yellow .c-tabs__list {
  border-bottom-color: rgba(255, 255, 255, 0.8); }

.c-teaser--standard.c-teaser--dark-yellow .c-tabs__list-link {
  color: #fff;
  opacity: 0.8; }
  .c-teaser--standard.c-teaser--dark-yellow .c-tabs__list-link::after {
    border-right-color: rgba(255, 255, 255, 0.8); }
  .c-teaser--standard.c-teaser--dark-yellow .c-tabs__list-link.active {
    opacity: 1; }
    .c-teaser--standard.c-teaser--dark-yellow .c-tabs__list-link.active > span {
      border-bottom-color: #fff; }
  .c-teaser--standard.c-teaser--dark-yellow .c-tabs__list-link:hover, .c-teaser--standard.c-teaser--dark-yellow .c-tabs__list-link:focus {
    opacity: 1; }
  .c-teaser--standard.c-teaser--dark-yellow .c-tabs__list-link > span {
    border-bottom-color: rgba(165, 128, 0, 0); }

.c-teaser--standard.c-teaser--soft-yellow .link:hover .image-icon--video::before, .c-teaser--standard.c-teaser--soft-yellow .link:focus .image-icon--video::before, .c-teaser--standard.c-teaser--soft-yellow .link:active .image-icon--video::before, .c-teaser--standard.c-teaser--soft-yellow .link.is-active .image-icon--video::before {
  color: #ffeb7f; }

.c-teaser--standard.c-teaser--soft-yellow .c-teaser__wrap {
  background: #ffeb7f;
  border-top-color: #ffeb7f;
  border-right-color: #ffeb7f;
  border-left-color: #ffeb7f; }
  .c-teaser--standard.c-teaser--soft-yellow .c-teaser__wrap::after {
    background: #ffeb7f; }

.c-teaser--standard.c-teaser--soft-yellow .c-teaser__media {
  border-bottom-color: #ffeb7f; }

.c-teaser--standard.c-teaser--soft-yellow .c-teaser__headline,
.c-teaser--standard.c-teaser--soft-yellow .c-teaser__text,
.c-teaser--standard.c-teaser--soft-yellow .c-teaser__arrow {
  color: #535456; }

.c-teaser--standard.c-teaser--soft-yellow .link-list:not(.link-list--dropdown) .link-list__link {
  color: #535456; }

.c-teaser--standard.c-teaser--soft-yellow .c-teaser__arrow .icon,
.c-teaser--standard.c-teaser--soft-yellow .link-list:not(.link-list--dropdown) .link-list__link .icon {
  color: #535456; }

.c-teaser--standard.c-teaser--soft-yellow .link-list__link--highlight:hover, .c-teaser--standard.c-teaser--soft-yellow .link-list__link--highlight:focus {
  border-color: #535456; }

.c-teaser--standard.c-teaser--soft-yellow .link-list:not(.link-list--dropdown) .link-list__description {
  color: #535456; }

.c-teaser--standard.c-teaser--soft-yellow .c-dropdown__btn {
  color: #535456;
  border-color: #535456; }
  .c-teaser--standard.c-teaser--soft-yellow .c-dropdown__btn::after {
    color: #535456; }

.c-teaser--standard.c-teaser--soft-yellow-horizontal .c-teaser__wrap {
  border-top-color: #ffeb7f; }

.c-teaser--standard.c-teaser--soft-yellow .c-tabs__list {
  border-bottom-color: rgba(83, 84, 86, 0.8); }

.c-teaser--standard.c-teaser--soft-yellow .c-tabs__list-link {
  color: #535456;
  opacity: 0.8; }
  .c-teaser--standard.c-teaser--soft-yellow .c-tabs__list-link::after {
    border-right-color: rgba(83, 84, 86, 0.8); }
  .c-teaser--standard.c-teaser--soft-yellow .c-tabs__list-link.active {
    opacity: 1; }
    .c-teaser--standard.c-teaser--soft-yellow .c-tabs__list-link.active > span {
      border-bottom-color: #535456; }
  .c-teaser--standard.c-teaser--soft-yellow .c-tabs__list-link:hover, .c-teaser--standard.c-teaser--soft-yellow .c-tabs__list-link:focus {
    opacity: 1; }
  .c-teaser--standard.c-teaser--soft-yellow .c-tabs__list-link > span {
    border-bottom-color: rgba(255, 235, 127, 0); }

.c-teaser--standard-link .c-teaser__wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: transparent;
  box-shadow: none;
  transition-timing-function: ease-in-out;
  transition-duration: 100ms;
  transition-property: top, bottom, left, right, background-color, box-shadow;
  content: ''; }

.c-teaser--standard-link .c-teaser__wrap:hover,
.c-teaser--standard-link .c-teaser__wrap:focus {
  text-decoration: none; }

.c-teaser--standard-link .c-teaser__wrap:hover::before {
  top: 1px;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4); }
  @media (hover: none) and (pointer: coarse) {
    .c-teaser--standard-link .c-teaser__wrap:hover::before {
      display: none; } }

/* ------------------------------------ *\
    #M15_SLIDESHOW
\* ------------------------------------ */
.c-page .c-slideshow {
  margin: 0 -20px 0; }
  @media (min-width: 47.1875em) {
    .c-page .c-slideshow {
      margin-bottom: -100px; } }
  @media (min-width: 62em) {
    .c-page .c-slideshow {
      margin-right: -60px;
      margin-left: -60px; } }
  @media (min-width: 81.25em) {
    .c-page .c-slideshow {
      margin-right: -100px;
      margin-left: -100px; } }
  @media (min-width: 100em) {
    .c-page .c-slideshow {
      margin-bottom: -160px; } }

.c-slideshow.c-slideshow--white .c-slideshow__button-wrap .c-slideshow__button:hover, .c-slideshow.c-slideshow--white .c-slideshow__button-wrap .c-slideshow__button:focus {
  color: #fff; }

.c-slideshow.c-slideshow--white .c-slideshow__pagination-wrap .swiper-pagination-bullet {
  background: #535456; }
  .c-slideshow.c-slideshow--white .c-slideshow__pagination-wrap .swiper-pagination-bullet::before {
    box-shadow: 0 0 0 1px #535456; }

.c-slideshow.c-slideshow--white.c-slideshow .link:hover .image-icon--video::before, .c-slideshow.c-slideshow--white.c-slideshow .link:focus .image-icon--video::before, .c-slideshow.c-slideshow--white.c-slideshow .link:active .image-icon--video::before, .c-slideshow.c-slideshow--white.c-slideshow .link.is-active .image-icon--video::before {
  color: #fff; }

@media (max-width: 47.1775em) {
  .c-slideshow.c-slideshow--white.c-slideshow .c-teaser__image-box {
    background: #fff; } }

.c-slideshow.c-slideshow--white.c-slideshow .c-teaser__text-box {
  background: #fff;
  outline: 1px solid #e3e3e3; }

.c-slideshow.c-slideshow--white.c-slideshow .c-teaser__headline,
.c-slideshow.c-slideshow--white.c-slideshow .c-teaser__text,
.c-slideshow.c-slideshow--white.c-slideshow .cta {
  color: #535456; }

.c-slideshow.c-slideshow--white.c-slideshow .cta {
  border-color: #535456; }
  .c-slideshow.c-slideshow--white.c-slideshow .cta::after {
    background-color: #535456; }
  .c-slideshow.c-slideshow--white.c-slideshow .cta:hover, .c-slideshow.c-slideshow--white.c-slideshow .cta:focus {
    color: #fff; }

.c-slideshow.c-slideshow--grey .c-slideshow__button-wrap .c-slideshow__button:hover, .c-slideshow.c-slideshow--grey .c-slideshow__button-wrap .c-slideshow__button:focus {
  color: #838487; }

.c-slideshow.c-slideshow--grey .c-slideshow__pagination-wrap .swiper-pagination-bullet {
  background: #fff; }
  .c-slideshow.c-slideshow--grey .c-slideshow__pagination-wrap .swiper-pagination-bullet::before {
    box-shadow: 0 0 0 1px #fff; }

.c-slideshow.c-slideshow--grey.c-slideshow .link:hover .image-icon--video::before, .c-slideshow.c-slideshow--grey.c-slideshow .link:focus .image-icon--video::before, .c-slideshow.c-slideshow--grey.c-slideshow .link:active .image-icon--video::before, .c-slideshow.c-slideshow--grey.c-slideshow .link.is-active .image-icon--video::before {
  color: #838487; }

@media (max-width: 47.1775em) {
  .c-slideshow.c-slideshow--grey.c-slideshow .c-teaser__image-box {
    background: #838487; } }

.c-slideshow.c-slideshow--grey.c-slideshow .c-teaser__text-box {
  background: #838487;
  outline: 1px solid #838487; }

.c-slideshow.c-slideshow--grey.c-slideshow .c-teaser__headline,
.c-slideshow.c-slideshow--grey.c-slideshow .c-teaser__text,
.c-slideshow.c-slideshow--grey.c-slideshow .cta {
  color: #fff; }

.c-slideshow.c-slideshow--grey.c-slideshow .cta {
  border-color: #fff; }
  .c-slideshow.c-slideshow--grey.c-slideshow .cta::after {
    background-color: #fff; }
  .c-slideshow.c-slideshow--grey.c-slideshow .cta:hover, .c-slideshow.c-slideshow--grey.c-slideshow .cta:focus {
    color: #838487; }

.c-slideshow.c-slideshow--soft-gray .c-slideshow__button-wrap .c-slideshow__button:hover, .c-slideshow.c-slideshow--soft-gray .c-slideshow__button-wrap .c-slideshow__button:focus {
  color: #e3e3e3; }

.c-slideshow.c-slideshow--soft-gray .c-slideshow__pagination-wrap .swiper-pagination-bullet {
  background: #535456; }
  .c-slideshow.c-slideshow--soft-gray .c-slideshow__pagination-wrap .swiper-pagination-bullet::before {
    box-shadow: 0 0 0 1px #535456; }

.c-slideshow.c-slideshow--soft-gray.c-slideshow .link:hover .image-icon--video::before, .c-slideshow.c-slideshow--soft-gray.c-slideshow .link:focus .image-icon--video::before, .c-slideshow.c-slideshow--soft-gray.c-slideshow .link:active .image-icon--video::before, .c-slideshow.c-slideshow--soft-gray.c-slideshow .link.is-active .image-icon--video::before {
  color: #e3e3e3; }

@media (max-width: 47.1775em) {
  .c-slideshow.c-slideshow--soft-gray.c-slideshow .c-teaser__image-box {
    background: #e3e3e3; } }

.c-slideshow.c-slideshow--soft-gray.c-slideshow .c-teaser__text-box {
  background: #e3e3e3;
  outline: 1px solid transparent; }

.c-slideshow.c-slideshow--soft-gray.c-slideshow .c-teaser__headline,
.c-slideshow.c-slideshow--soft-gray.c-slideshow .c-teaser__text,
.c-slideshow.c-slideshow--soft-gray.c-slideshow .cta {
  color: #535456; }

.c-slideshow.c-slideshow--soft-gray.c-slideshow .cta {
  border-color: #535456; }
  .c-slideshow.c-slideshow--soft-gray.c-slideshow .cta::after {
    background-color: #535456; }
  .c-slideshow.c-slideshow--soft-gray.c-slideshow .cta:hover, .c-slideshow.c-slideshow--soft-gray.c-slideshow .cta:focus {
    color: #e3e3e3; }

.c-slideshow.c-slideshow--blue .c-slideshow__button-wrap .c-slideshow__button:hover, .c-slideshow.c-slideshow--blue .c-slideshow__button-wrap .c-slideshow__button:focus {
  color: #007eb9; }

.c-slideshow.c-slideshow--blue .c-slideshow__pagination-wrap .swiper-pagination-bullet {
  background: #fff; }
  .c-slideshow.c-slideshow--blue .c-slideshow__pagination-wrap .swiper-pagination-bullet::before {
    box-shadow: 0 0 0 1px #fff; }

.c-slideshow.c-slideshow--blue.c-slideshow .link:hover .image-icon--video::before, .c-slideshow.c-slideshow--blue.c-slideshow .link:focus .image-icon--video::before, .c-slideshow.c-slideshow--blue.c-slideshow .link:active .image-icon--video::before, .c-slideshow.c-slideshow--blue.c-slideshow .link.is-active .image-icon--video::before {
  color: #007eb9; }

@media (max-width: 47.1775em) {
  .c-slideshow.c-slideshow--blue.c-slideshow .c-teaser__image-box {
    background: #007eb9; } }

.c-slideshow.c-slideshow--blue.c-slideshow .c-teaser__text-box {
  background: #007eb9;
  outline: 1px solid transparent; }

.c-slideshow.c-slideshow--blue.c-slideshow .c-teaser__headline,
.c-slideshow.c-slideshow--blue.c-slideshow .c-teaser__text,
.c-slideshow.c-slideshow--blue.c-slideshow .cta {
  color: #fff; }

.c-slideshow.c-slideshow--blue.c-slideshow .cta {
  border-color: #fff; }
  .c-slideshow.c-slideshow--blue.c-slideshow .cta::after {
    background-color: #fff; }
  .c-slideshow.c-slideshow--blue.c-slideshow .cta:hover, .c-slideshow.c-slideshow--blue.c-slideshow .cta:focus {
    color: #007eb9; }

.c-slideshow.c-slideshow--deep-blue .c-slideshow__button-wrap .c-slideshow__button:hover, .c-slideshow.c-slideshow--deep-blue .c-slideshow__button-wrap .c-slideshow__button:focus {
  color: #00559d; }

.c-slideshow.c-slideshow--deep-blue .c-slideshow__pagination-wrap .swiper-pagination-bullet {
  background: #fff; }
  .c-slideshow.c-slideshow--deep-blue .c-slideshow__pagination-wrap .swiper-pagination-bullet::before {
    box-shadow: 0 0 0 1px #fff; }

.c-slideshow.c-slideshow--deep-blue.c-slideshow .link:hover .image-icon--video::before, .c-slideshow.c-slideshow--deep-blue.c-slideshow .link:focus .image-icon--video::before, .c-slideshow.c-slideshow--deep-blue.c-slideshow .link:active .image-icon--video::before, .c-slideshow.c-slideshow--deep-blue.c-slideshow .link.is-active .image-icon--video::before {
  color: #00559d; }

@media (max-width: 47.1775em) {
  .c-slideshow.c-slideshow--deep-blue.c-slideshow .c-teaser__image-box {
    background: #00559d; } }

.c-slideshow.c-slideshow--deep-blue.c-slideshow .c-teaser__text-box {
  background: #00559d;
  outline: 1px solid transparent; }

.c-slideshow.c-slideshow--deep-blue.c-slideshow .c-teaser__headline,
.c-slideshow.c-slideshow--deep-blue.c-slideshow .c-teaser__text,
.c-slideshow.c-slideshow--deep-blue.c-slideshow .cta {
  color: #fff; }

.c-slideshow.c-slideshow--deep-blue.c-slideshow .cta {
  border-color: #fff; }
  .c-slideshow.c-slideshow--deep-blue.c-slideshow .cta::after {
    background-color: #fff; }
  .c-slideshow.c-slideshow--deep-blue.c-slideshow .cta:hover, .c-slideshow.c-slideshow--deep-blue.c-slideshow .cta:focus {
    color: #00559d; }

.c-slideshow.c-slideshow--light-blue .c-slideshow__button-wrap .c-slideshow__button:hover, .c-slideshow.c-slideshow--light-blue .c-slideshow__button-wrap .c-slideshow__button:focus {
  color: #37a8e0; }

.c-slideshow.c-slideshow--light-blue .c-slideshow__pagination-wrap .swiper-pagination-bullet {
  background: #fff; }
  .c-slideshow.c-slideshow--light-blue .c-slideshow__pagination-wrap .swiper-pagination-bullet::before {
    box-shadow: 0 0 0 1px #fff; }

.c-slideshow.c-slideshow--light-blue.c-slideshow .link:hover .image-icon--video::before, .c-slideshow.c-slideshow--light-blue.c-slideshow .link:focus .image-icon--video::before, .c-slideshow.c-slideshow--light-blue.c-slideshow .link:active .image-icon--video::before, .c-slideshow.c-slideshow--light-blue.c-slideshow .link.is-active .image-icon--video::before {
  color: #37a8e0; }

@media (max-width: 47.1775em) {
  .c-slideshow.c-slideshow--light-blue.c-slideshow .c-teaser__image-box {
    background: #37a8e0; } }

.c-slideshow.c-slideshow--light-blue.c-slideshow .c-teaser__text-box {
  background: #37a8e0;
  outline: 1px solid transparent; }

.c-slideshow.c-slideshow--light-blue.c-slideshow .c-teaser__headline,
.c-slideshow.c-slideshow--light-blue.c-slideshow .c-teaser__text,
.c-slideshow.c-slideshow--light-blue.c-slideshow .cta {
  color: #fff; }

.c-slideshow.c-slideshow--light-blue.c-slideshow .cta {
  border-color: #fff; }
  .c-slideshow.c-slideshow--light-blue.c-slideshow .cta::after {
    background-color: #fff; }
  .c-slideshow.c-slideshow--light-blue.c-slideshow .cta:hover, .c-slideshow.c-slideshow--light-blue.c-slideshow .cta:focus {
    color: #37a8e0; }

.c-slideshow.c-slideshow--pale-blue .c-slideshow__button-wrap .c-slideshow__button:hover, .c-slideshow.c-slideshow--pale-blue .c-slideshow__button-wrap .c-slideshow__button:focus {
  color: #c8e2f7; }

.c-slideshow.c-slideshow--pale-blue .c-slideshow__pagination-wrap .swiper-pagination-bullet {
  background: #535456; }
  .c-slideshow.c-slideshow--pale-blue .c-slideshow__pagination-wrap .swiper-pagination-bullet::before {
    box-shadow: 0 0 0 1px #535456; }

.c-slideshow.c-slideshow--pale-blue.c-slideshow .link:hover .image-icon--video::before, .c-slideshow.c-slideshow--pale-blue.c-slideshow .link:focus .image-icon--video::before, .c-slideshow.c-slideshow--pale-blue.c-slideshow .link:active .image-icon--video::before, .c-slideshow.c-slideshow--pale-blue.c-slideshow .link.is-active .image-icon--video::before {
  color: #c8e2f7; }

@media (max-width: 47.1775em) {
  .c-slideshow.c-slideshow--pale-blue.c-slideshow .c-teaser__image-box {
    background: #c8e2f7; } }

.c-slideshow.c-slideshow--pale-blue.c-slideshow .c-teaser__text-box {
  background: #c8e2f7;
  outline: 1px solid transparent; }

.c-slideshow.c-slideshow--pale-blue.c-slideshow .c-teaser__headline,
.c-slideshow.c-slideshow--pale-blue.c-slideshow .c-teaser__text,
.c-slideshow.c-slideshow--pale-blue.c-slideshow .cta {
  color: #535456; }

.c-slideshow.c-slideshow--pale-blue.c-slideshow .cta {
  border-color: #535456; }
  .c-slideshow.c-slideshow--pale-blue.c-slideshow .cta::after {
    background-color: #535456; }
  .c-slideshow.c-slideshow--pale-blue.c-slideshow .cta:hover, .c-slideshow.c-slideshow--pale-blue.c-slideshow .cta:focus {
    color: #c8e2f7; }

.c-slideshow.c-slideshow--green .c-slideshow__button-wrap .c-slideshow__button:hover, .c-slideshow.c-slideshow--green .c-slideshow__button-wrap .c-slideshow__button:focus {
  color: #72b904; }

.c-slideshow.c-slideshow--green .c-slideshow__pagination-wrap .swiper-pagination-bullet {
  background: #fff; }
  .c-slideshow.c-slideshow--green .c-slideshow__pagination-wrap .swiper-pagination-bullet::before {
    box-shadow: 0 0 0 1px #fff; }

.c-slideshow.c-slideshow--green.c-slideshow .link:hover .image-icon--video::before, .c-slideshow.c-slideshow--green.c-slideshow .link:focus .image-icon--video::before, .c-slideshow.c-slideshow--green.c-slideshow .link:active .image-icon--video::before, .c-slideshow.c-slideshow--green.c-slideshow .link.is-active .image-icon--video::before {
  color: #72b904; }

@media (max-width: 47.1775em) {
  .c-slideshow.c-slideshow--green.c-slideshow .c-teaser__image-box {
    background: #72b904; } }

.c-slideshow.c-slideshow--green.c-slideshow .c-teaser__text-box {
  background: #72b904;
  outline: 1px solid transparent; }

.c-slideshow.c-slideshow--green.c-slideshow .c-teaser__headline,
.c-slideshow.c-slideshow--green.c-slideshow .c-teaser__text,
.c-slideshow.c-slideshow--green.c-slideshow .cta {
  color: #fff; }

.c-slideshow.c-slideshow--green.c-slideshow .cta {
  border-color: #fff; }
  .c-slideshow.c-slideshow--green.c-slideshow .cta::after {
    background-color: #fff; }
  .c-slideshow.c-slideshow--green.c-slideshow .cta:hover, .c-slideshow.c-slideshow--green.c-slideshow .cta:focus {
    color: #72b904; }

.c-slideshow.c-slideshow--deep-green .c-slideshow__button-wrap .c-slideshow__button:hover, .c-slideshow.c-slideshow--deep-green .c-slideshow__button-wrap .c-slideshow__button:focus {
  color: #3b8933; }

.c-slideshow.c-slideshow--deep-green .c-slideshow__pagination-wrap .swiper-pagination-bullet {
  background: #fff; }
  .c-slideshow.c-slideshow--deep-green .c-slideshow__pagination-wrap .swiper-pagination-bullet::before {
    box-shadow: 0 0 0 1px #fff; }

.c-slideshow.c-slideshow--deep-green.c-slideshow .link:hover .image-icon--video::before, .c-slideshow.c-slideshow--deep-green.c-slideshow .link:focus .image-icon--video::before, .c-slideshow.c-slideshow--deep-green.c-slideshow .link:active .image-icon--video::before, .c-slideshow.c-slideshow--deep-green.c-slideshow .link.is-active .image-icon--video::before {
  color: #3b8933; }

@media (max-width: 47.1775em) {
  .c-slideshow.c-slideshow--deep-green.c-slideshow .c-teaser__image-box {
    background: #3b8933; } }

.c-slideshow.c-slideshow--deep-green.c-slideshow .c-teaser__text-box {
  background: #3b8933;
  outline: 1px solid transparent; }

.c-slideshow.c-slideshow--deep-green.c-slideshow .c-teaser__headline,
.c-slideshow.c-slideshow--deep-green.c-slideshow .c-teaser__text,
.c-slideshow.c-slideshow--deep-green.c-slideshow .cta {
  color: #fff; }

.c-slideshow.c-slideshow--deep-green.c-slideshow .cta {
  border-color: #fff; }
  .c-slideshow.c-slideshow--deep-green.c-slideshow .cta::after {
    background-color: #fff; }
  .c-slideshow.c-slideshow--deep-green.c-slideshow .cta:hover, .c-slideshow.c-slideshow--deep-green.c-slideshow .cta:focus {
    color: #3b8933; }

.c-slideshow.c-slideshow--light-green .c-slideshow__button-wrap .c-slideshow__button:hover, .c-slideshow.c-slideshow--light-green .c-slideshow__button-wrap .c-slideshow__button:focus {
  color: #bad150; }

.c-slideshow.c-slideshow--light-green .c-slideshow__pagination-wrap .swiper-pagination-bullet {
  background: #535456; }
  .c-slideshow.c-slideshow--light-green .c-slideshow__pagination-wrap .swiper-pagination-bullet::before {
    box-shadow: 0 0 0 1px #535456; }

.c-slideshow.c-slideshow--light-green.c-slideshow .link:hover .image-icon--video::before, .c-slideshow.c-slideshow--light-green.c-slideshow .link:focus .image-icon--video::before, .c-slideshow.c-slideshow--light-green.c-slideshow .link:active .image-icon--video::before, .c-slideshow.c-slideshow--light-green.c-slideshow .link.is-active .image-icon--video::before {
  color: #bad150; }

@media (max-width: 47.1775em) {
  .c-slideshow.c-slideshow--light-green.c-slideshow .c-teaser__image-box {
    background: #bad150; } }

.c-slideshow.c-slideshow--light-green.c-slideshow .c-teaser__text-box {
  background: #bad150;
  outline: 1px solid transparent; }

.c-slideshow.c-slideshow--light-green.c-slideshow .c-teaser__headline,
.c-slideshow.c-slideshow--light-green.c-slideshow .c-teaser__text,
.c-slideshow.c-slideshow--light-green.c-slideshow .cta {
  color: #535456; }

.c-slideshow.c-slideshow--light-green.c-slideshow .cta {
  border-color: #535456; }
  .c-slideshow.c-slideshow--light-green.c-slideshow .cta::after {
    background-color: #535456; }
  .c-slideshow.c-slideshow--light-green.c-slideshow .cta:hover, .c-slideshow.c-slideshow--light-green.c-slideshow .cta:focus {
    color: #bad150; }

.c-slideshow.c-slideshow--purple .c-slideshow__button-wrap .c-slideshow__button:hover, .c-slideshow.c-slideshow--purple .c-slideshow__button-wrap .c-slideshow__button:focus {
  color: #9b006b; }

.c-slideshow.c-slideshow--purple .c-slideshow__pagination-wrap .swiper-pagination-bullet {
  background: #fff; }
  .c-slideshow.c-slideshow--purple .c-slideshow__pagination-wrap .swiper-pagination-bullet::before {
    box-shadow: 0 0 0 1px #fff; }

.c-slideshow.c-slideshow--purple.c-slideshow .link:hover .image-icon--video::before, .c-slideshow.c-slideshow--purple.c-slideshow .link:focus .image-icon--video::before, .c-slideshow.c-slideshow--purple.c-slideshow .link:active .image-icon--video::before, .c-slideshow.c-slideshow--purple.c-slideshow .link.is-active .image-icon--video::before {
  color: #9b006b; }

@media (max-width: 47.1775em) {
  .c-slideshow.c-slideshow--purple.c-slideshow .c-teaser__image-box {
    background: #9b006b; } }

.c-slideshow.c-slideshow--purple.c-slideshow .c-teaser__text-box {
  background: #9b006b;
  outline: 1px solid transparent; }

.c-slideshow.c-slideshow--purple.c-slideshow .c-teaser__headline,
.c-slideshow.c-slideshow--purple.c-slideshow .c-teaser__text,
.c-slideshow.c-slideshow--purple.c-slideshow .cta {
  color: #fff; }

.c-slideshow.c-slideshow--purple.c-slideshow .cta {
  border-color: #fff; }
  .c-slideshow.c-slideshow--purple.c-slideshow .cta::after {
    background-color: #fff; }
  .c-slideshow.c-slideshow--purple.c-slideshow .cta:hover, .c-slideshow.c-slideshow--purple.c-slideshow .cta:focus {
    color: #9b006b; }

.c-slideshow.c-slideshow--deep-purple .c-slideshow__button-wrap .c-slideshow__button:hover, .c-slideshow.c-slideshow--deep-purple .c-slideshow__button-wrap .c-slideshow__button:focus {
  color: #7f1557; }

.c-slideshow.c-slideshow--deep-purple .c-slideshow__pagination-wrap .swiper-pagination-bullet {
  background: #fff; }
  .c-slideshow.c-slideshow--deep-purple .c-slideshow__pagination-wrap .swiper-pagination-bullet::before {
    box-shadow: 0 0 0 1px #fff; }

.c-slideshow.c-slideshow--deep-purple.c-slideshow .link:hover .image-icon--video::before, .c-slideshow.c-slideshow--deep-purple.c-slideshow .link:focus .image-icon--video::before, .c-slideshow.c-slideshow--deep-purple.c-slideshow .link:active .image-icon--video::before, .c-slideshow.c-slideshow--deep-purple.c-slideshow .link.is-active .image-icon--video::before {
  color: #7f1557; }

@media (max-width: 47.1775em) {
  .c-slideshow.c-slideshow--deep-purple.c-slideshow .c-teaser__image-box {
    background: #7f1557; } }

.c-slideshow.c-slideshow--deep-purple.c-slideshow .c-teaser__text-box {
  background: #7f1557;
  outline: 1px solid transparent; }

.c-slideshow.c-slideshow--deep-purple.c-slideshow .c-teaser__headline,
.c-slideshow.c-slideshow--deep-purple.c-slideshow .c-teaser__text,
.c-slideshow.c-slideshow--deep-purple.c-slideshow .cta {
  color: #fff; }

.c-slideshow.c-slideshow--deep-purple.c-slideshow .cta {
  border-color: #fff; }
  .c-slideshow.c-slideshow--deep-purple.c-slideshow .cta::after {
    background-color: #fff; }
  .c-slideshow.c-slideshow--deep-purple.c-slideshow .cta:hover, .c-slideshow.c-slideshow--deep-purple.c-slideshow .cta:focus {
    color: #7f1557; }

.c-slideshow.c-slideshow--light-purple .c-slideshow__button-wrap .c-slideshow__button:hover, .c-slideshow.c-slideshow--light-purple .c-slideshow__button-wrap .c-slideshow__button:focus {
  color: #bd6392; }

.c-slideshow.c-slideshow--light-purple .c-slideshow__pagination-wrap .swiper-pagination-bullet {
  background: #fff; }
  .c-slideshow.c-slideshow--light-purple .c-slideshow__pagination-wrap .swiper-pagination-bullet::before {
    box-shadow: 0 0 0 1px #fff; }

.c-slideshow.c-slideshow--light-purple.c-slideshow .link:hover .image-icon--video::before, .c-slideshow.c-slideshow--light-purple.c-slideshow .link:focus .image-icon--video::before, .c-slideshow.c-slideshow--light-purple.c-slideshow .link:active .image-icon--video::before, .c-slideshow.c-slideshow--light-purple.c-slideshow .link.is-active .image-icon--video::before {
  color: #bd6392; }

@media (max-width: 47.1775em) {
  .c-slideshow.c-slideshow--light-purple.c-slideshow .c-teaser__image-box {
    background: #bd6392; } }

.c-slideshow.c-slideshow--light-purple.c-slideshow .c-teaser__text-box {
  background: #bd6392;
  outline: 1px solid transparent; }

.c-slideshow.c-slideshow--light-purple.c-slideshow .c-teaser__headline,
.c-slideshow.c-slideshow--light-purple.c-slideshow .c-teaser__text,
.c-slideshow.c-slideshow--light-purple.c-slideshow .cta {
  color: #fff; }

.c-slideshow.c-slideshow--light-purple.c-slideshow .cta {
  border-color: #fff; }
  .c-slideshow.c-slideshow--light-purple.c-slideshow .cta::after {
    background-color: #fff; }
  .c-slideshow.c-slideshow--light-purple.c-slideshow .cta:hover, .c-slideshow.c-slideshow--light-purple.c-slideshow .cta:focus {
    color: #bd6392; }

.c-slideshow.c-slideshow--orange .c-slideshow__button-wrap .c-slideshow__button:hover, .c-slideshow.c-slideshow--orange .c-slideshow__button-wrap .c-slideshow__button:focus {
  color: #ef8700; }

.c-slideshow.c-slideshow--orange .c-slideshow__pagination-wrap .swiper-pagination-bullet {
  background: #fff; }
  .c-slideshow.c-slideshow--orange .c-slideshow__pagination-wrap .swiper-pagination-bullet::before {
    box-shadow: 0 0 0 1px #fff; }

.c-slideshow.c-slideshow--orange.c-slideshow .link:hover .image-icon--video::before, .c-slideshow.c-slideshow--orange.c-slideshow .link:focus .image-icon--video::before, .c-slideshow.c-slideshow--orange.c-slideshow .link:active .image-icon--video::before, .c-slideshow.c-slideshow--orange.c-slideshow .link.is-active .image-icon--video::before {
  color: #ef8700; }

@media (max-width: 47.1775em) {
  .c-slideshow.c-slideshow--orange.c-slideshow .c-teaser__image-box {
    background: #ef8700; } }

.c-slideshow.c-slideshow--orange.c-slideshow .c-teaser__text-box {
  background: #ef8700;
  outline: 1px solid transparent; }

.c-slideshow.c-slideshow--orange.c-slideshow .c-teaser__headline,
.c-slideshow.c-slideshow--orange.c-slideshow .c-teaser__text,
.c-slideshow.c-slideshow--orange.c-slideshow .cta {
  color: #fff; }

.c-slideshow.c-slideshow--orange.c-slideshow .cta {
  border-color: #fff; }
  .c-slideshow.c-slideshow--orange.c-slideshow .cta::after {
    background-color: #fff; }
  .c-slideshow.c-slideshow--orange.c-slideshow .cta:hover, .c-slideshow.c-slideshow--orange.c-slideshow .cta:focus {
    color: #ef8700; }

.c-slideshow.c-slideshow--deep-orange .c-slideshow__button-wrap .c-slideshow__button:hover, .c-slideshow.c-slideshow--deep-orange .c-slideshow__button-wrap .c-slideshow__button:focus {
  color: #bf420c; }

.c-slideshow.c-slideshow--deep-orange .c-slideshow__pagination-wrap .swiper-pagination-bullet {
  background: #fff; }
  .c-slideshow.c-slideshow--deep-orange .c-slideshow__pagination-wrap .swiper-pagination-bullet::before {
    box-shadow: 0 0 0 1px #fff; }

.c-slideshow.c-slideshow--deep-orange.c-slideshow .link:hover .image-icon--video::before, .c-slideshow.c-slideshow--deep-orange.c-slideshow .link:focus .image-icon--video::before, .c-slideshow.c-slideshow--deep-orange.c-slideshow .link:active .image-icon--video::before, .c-slideshow.c-slideshow--deep-orange.c-slideshow .link.is-active .image-icon--video::before {
  color: #bf420c; }

@media (max-width: 47.1775em) {
  .c-slideshow.c-slideshow--deep-orange.c-slideshow .c-teaser__image-box {
    background: #bf420c; } }

.c-slideshow.c-slideshow--deep-orange.c-slideshow .c-teaser__text-box {
  background: #bf420c;
  outline: 1px solid transparent; }

.c-slideshow.c-slideshow--deep-orange.c-slideshow .c-teaser__headline,
.c-slideshow.c-slideshow--deep-orange.c-slideshow .c-teaser__text,
.c-slideshow.c-slideshow--deep-orange.c-slideshow .cta {
  color: #fff; }

.c-slideshow.c-slideshow--deep-orange.c-slideshow .cta {
  border-color: #fff; }
  .c-slideshow.c-slideshow--deep-orange.c-slideshow .cta::after {
    background-color: #fff; }
  .c-slideshow.c-slideshow--deep-orange.c-slideshow .cta:hover, .c-slideshow.c-slideshow--deep-orange.c-slideshow .cta:focus {
    color: #bf420c; }

.c-slideshow.c-slideshow--light-orange .c-slideshow__button-wrap .c-slideshow__button:hover, .c-slideshow.c-slideshow--light-orange .c-slideshow__button-wrap .c-slideshow__button:focus {
  color: #f7a83b; }

.c-slideshow.c-slideshow--light-orange .c-slideshow__pagination-wrap .swiper-pagination-bullet {
  background: #535456; }
  .c-slideshow.c-slideshow--light-orange .c-slideshow__pagination-wrap .swiper-pagination-bullet::before {
    box-shadow: 0 0 0 1px #535456; }

.c-slideshow.c-slideshow--light-orange.c-slideshow .link:hover .image-icon--video::before, .c-slideshow.c-slideshow--light-orange.c-slideshow .link:focus .image-icon--video::before, .c-slideshow.c-slideshow--light-orange.c-slideshow .link:active .image-icon--video::before, .c-slideshow.c-slideshow--light-orange.c-slideshow .link.is-active .image-icon--video::before {
  color: #f7a83b; }

@media (max-width: 47.1775em) {
  .c-slideshow.c-slideshow--light-orange.c-slideshow .c-teaser__image-box {
    background: #f7a83b; } }

.c-slideshow.c-slideshow--light-orange.c-slideshow .c-teaser__text-box {
  background: #f7a83b;
  outline: 1px solid transparent; }

.c-slideshow.c-slideshow--light-orange.c-slideshow .c-teaser__headline,
.c-slideshow.c-slideshow--light-orange.c-slideshow .c-teaser__text,
.c-slideshow.c-slideshow--light-orange.c-slideshow .cta {
  color: #535456; }

.c-slideshow.c-slideshow--light-orange.c-slideshow .cta {
  border-color: #535456; }
  .c-slideshow.c-slideshow--light-orange.c-slideshow .cta::after {
    background-color: #535456; }
  .c-slideshow.c-slideshow--light-orange.c-slideshow .cta:hover, .c-slideshow.c-slideshow--light-orange.c-slideshow .cta:focus {
    color: #f7a83b; }

.c-slideshow.c-slideshow--yellow .c-slideshow__button-wrap .c-slideshow__button:hover, .c-slideshow.c-slideshow--yellow .c-slideshow__button-wrap .c-slideshow__button:focus {
  color: #ffd200; }

.c-slideshow.c-slideshow--yellow .c-slideshow__pagination-wrap .swiper-pagination-bullet {
  background: #535456; }
  .c-slideshow.c-slideshow--yellow .c-slideshow__pagination-wrap .swiper-pagination-bullet::before {
    box-shadow: 0 0 0 1px #535456; }

.c-slideshow.c-slideshow--yellow.c-slideshow .link:hover .image-icon--video::before, .c-slideshow.c-slideshow--yellow.c-slideshow .link:focus .image-icon--video::before, .c-slideshow.c-slideshow--yellow.c-slideshow .link:active .image-icon--video::before, .c-slideshow.c-slideshow--yellow.c-slideshow .link.is-active .image-icon--video::before {
  color: #ffd200; }

@media (max-width: 47.1775em) {
  .c-slideshow.c-slideshow--yellow.c-slideshow .c-teaser__image-box {
    background: #ffd200; } }

.c-slideshow.c-slideshow--yellow.c-slideshow .c-teaser__text-box {
  background: #ffd200;
  outline: 1px solid transparent; }

.c-slideshow.c-slideshow--yellow.c-slideshow .c-teaser__headline,
.c-slideshow.c-slideshow--yellow.c-slideshow .c-teaser__text,
.c-slideshow.c-slideshow--yellow.c-slideshow .cta {
  color: #535456; }

.c-slideshow.c-slideshow--yellow.c-slideshow .cta {
  border-color: #535456; }
  .c-slideshow.c-slideshow--yellow.c-slideshow .cta::after {
    background-color: #535456; }
  .c-slideshow.c-slideshow--yellow.c-slideshow .cta:hover, .c-slideshow.c-slideshow--yellow.c-slideshow .cta:focus {
    color: #ffd200; }

.c-slideshow.c-slideshow--dark-yellow .c-slideshow__button-wrap .c-slideshow__button:hover, .c-slideshow.c-slideshow--dark-yellow .c-slideshow__button-wrap .c-slideshow__button:focus {
  color: #a58000; }

.c-slideshow.c-slideshow--dark-yellow .c-slideshow__pagination-wrap .swiper-pagination-bullet {
  background: #fff; }
  .c-slideshow.c-slideshow--dark-yellow .c-slideshow__pagination-wrap .swiper-pagination-bullet::before {
    box-shadow: 0 0 0 1px #fff; }

.c-slideshow.c-slideshow--dark-yellow.c-slideshow .link:hover .image-icon--video::before, .c-slideshow.c-slideshow--dark-yellow.c-slideshow .link:focus .image-icon--video::before, .c-slideshow.c-slideshow--dark-yellow.c-slideshow .link:active .image-icon--video::before, .c-slideshow.c-slideshow--dark-yellow.c-slideshow .link.is-active .image-icon--video::before {
  color: #a58000; }

@media (max-width: 47.1775em) {
  .c-slideshow.c-slideshow--dark-yellow.c-slideshow .c-teaser__image-box {
    background: #a58000; } }

.c-slideshow.c-slideshow--dark-yellow.c-slideshow .c-teaser__text-box {
  background: #a58000;
  outline: 1px solid transparent; }

.c-slideshow.c-slideshow--dark-yellow.c-slideshow .c-teaser__headline,
.c-slideshow.c-slideshow--dark-yellow.c-slideshow .c-teaser__text,
.c-slideshow.c-slideshow--dark-yellow.c-slideshow .cta {
  color: #fff; }

.c-slideshow.c-slideshow--dark-yellow.c-slideshow .cta {
  border-color: #fff; }
  .c-slideshow.c-slideshow--dark-yellow.c-slideshow .cta::after {
    background-color: #fff; }
  .c-slideshow.c-slideshow--dark-yellow.c-slideshow .cta:hover, .c-slideshow.c-slideshow--dark-yellow.c-slideshow .cta:focus {
    color: #a58000; }

.c-slideshow.c-slideshow--soft-yellow .c-slideshow__button-wrap .c-slideshow__button:hover, .c-slideshow.c-slideshow--soft-yellow .c-slideshow__button-wrap .c-slideshow__button:focus {
  color: #ffeb7f; }

.c-slideshow.c-slideshow--soft-yellow .c-slideshow__pagination-wrap .swiper-pagination-bullet {
  background: #535456; }
  .c-slideshow.c-slideshow--soft-yellow .c-slideshow__pagination-wrap .swiper-pagination-bullet::before {
    box-shadow: 0 0 0 1px #535456; }

.c-slideshow.c-slideshow--soft-yellow.c-slideshow .link:hover .image-icon--video::before, .c-slideshow.c-slideshow--soft-yellow.c-slideshow .link:focus .image-icon--video::before, .c-slideshow.c-slideshow--soft-yellow.c-slideshow .link:active .image-icon--video::before, .c-slideshow.c-slideshow--soft-yellow.c-slideshow .link.is-active .image-icon--video::before {
  color: #ffeb7f; }

@media (max-width: 47.1775em) {
  .c-slideshow.c-slideshow--soft-yellow.c-slideshow .c-teaser__image-box {
    background: #ffeb7f; } }

.c-slideshow.c-slideshow--soft-yellow.c-slideshow .c-teaser__text-box {
  background: #ffeb7f;
  outline: 1px solid transparent; }

.c-slideshow.c-slideshow--soft-yellow.c-slideshow .c-teaser__headline,
.c-slideshow.c-slideshow--soft-yellow.c-slideshow .c-teaser__text,
.c-slideshow.c-slideshow--soft-yellow.c-slideshow .cta {
  color: #535456; }

.c-slideshow.c-slideshow--soft-yellow.c-slideshow .cta {
  border-color: #535456; }
  .c-slideshow.c-slideshow--soft-yellow.c-slideshow .cta::after {
    background-color: #535456; }
  .c-slideshow.c-slideshow--soft-yellow.c-slideshow .cta:hover, .c-slideshow.c-slideshow--soft-yellow.c-slideshow .cta:focus {
    color: #ffeb7f; }

@media (min-width: 62em) {
  .c-slideshow .swiper-container,
  .c-slideshow .swiper-wrapper {
    z-index: 0; } }

.c-slideshow .c-slideshow__button-wrap {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  pointer-events: none; }

.c-slideshow.c-slideshow--show-button-wrap .c-slideshow__button-wrap {
  opacity: 1; }

.c-slideshow .swiper-slide {
  display: flex;
  height: auto; }

.c-slideshow .c-slideshow__button {
  top: auto;
  width: auto;
  color: #fff;
  font-size: 40px;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: color 200ms ease-in-out;
  pointer-events: all; }
  @media (min-width: 47.1875em) {
    .c-slideshow .c-slideshow__button {
      font-size: 48px; } }
  @media (min-width: 81.25em) {
    .c-slideshow .c-slideshow__button {
      font-size: 64px; } }
  @media (min-width: 100em) {
    .c-slideshow .c-slideshow__button {
      font-size: 80px; } }
  .c-slideshow .c-slideshow__button:hover, .c-slideshow .c-slideshow__button:focus {
    color: #838487; }
    .white .c-slideshow .c-slideshow__button:hover, .white .c-slideshow .c-slideshow__button:focus {
      color: #838487; }
    .grey .c-slideshow .c-slideshow__button:hover, .grey .c-slideshow .c-slideshow__button:focus {
      color: #838487; }
    .green .c-slideshow .c-slideshow__button:hover, .green .c-slideshow .c-slideshow__button:focus {
      color: #72b904; }
    .orange .c-slideshow .c-slideshow__button:hover, .orange .c-slideshow .c-slideshow__button:focus {
      color: #ef8700; }
    .dark-yellow .c-slideshow .c-slideshow__button:hover, .dark-yellow .c-slideshow .c-slideshow__button:focus {
      color: #a58000; }
    .purple .c-slideshow .c-slideshow__button:hover, .purple .c-slideshow .c-slideshow__button:focus {
      color: #9b006b; }
    .blue .c-slideshow .c-slideshow__button:hover, .blue .c-slideshow .c-slideshow__button:focus {
      color: #007eb9; }
    .light-blue .c-slideshow .c-slideshow__button:hover, .light-blue .c-slideshow .c-slideshow__button:focus {
      color: #37a8e0; }
    .yellow .c-slideshow .c-slideshow__button:hover, .yellow .c-slideshow .c-slideshow__button:focus {
      color: #ffd200; }
  .c-slideshow .c-slideshow__button:focus {
    outline: none; }
  .c-slideshow .c-slideshow__button > .icon {
    display: inline-block;
    vertical-align: top; }

.c-slideshow .c-slideshow__button--prev > .icon {
  left: 0; }

.c-slideshow .c-slideshow__button--next {
  right: 0; }
  .c-slideshow .c-slideshow__button--next > .icon {
    right: 0;
    left: auto; }

.c-slideshow .swiper-pagination.swiper-pagination-bullets {
  position: relative; }
  @media (min-width: 47.1875em) {
    .c-slideshow .swiper-pagination.swiper-pagination-bullets {
      width: auto;
      text-align: right; } }

.c-slideshow .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background: #535456;
  transform: scale(0.75);
  opacity: 1;
  transition: transform 200ms ease-in-out; }
  .c-slideshow .swiper-pagination-bullet::before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px;
    box-shadow: 0 0 0 1px #535456;
    transform: scale(0.5);
    opacity: 0;
    transition: transform, opacity 200ms ease-in-out;
    content: ''; }
  .c-slideshow .swiper-pagination-bullet::after {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    content: ''; }
  .c-slideshow .swiper-pagination-bullet:hover, .c-slideshow .swiper-pagination-bullet:focus {
    outline: none;
    transform: scale(1); }
  .white .c-slideshow .swiper-pagination-bullet,
  .grey .c-slideshow .swiper-pagination-bullet,
  .green .c-slideshow .swiper-pagination-bullet,
  .orange .c-slideshow .swiper-pagination-bullet,
  .purple .c-slideshow .swiper-pagination-bullet,
  .dark-yellow .c-slideshow .swiper-pagination-bullet,
  .blue .c-slideshow .swiper-pagination-bullet,
  .light-blue .c-slideshow .swiper-pagination-bullet {
    background: #fff; }
    .white .c-slideshow .swiper-pagination-bullet::before,
    .grey .c-slideshow .swiper-pagination-bullet::before,
    .green .c-slideshow .swiper-pagination-bullet::before,
    .orange .c-slideshow .swiper-pagination-bullet::before,
    .purple .c-slideshow .swiper-pagination-bullet::before,
    .dark-yellow .c-slideshow .swiper-pagination-bullet::before,
    .blue .c-slideshow .swiper-pagination-bullet::before,
    .light-blue .c-slideshow .swiper-pagination-bullet::before {
      box-shadow: 0 0 0 1px #fff; }

.c-slideshow .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px; }

.c-slideshow .swiper-pagination-bullet-active {
  transform: scale(1) !important; }
  .c-slideshow .swiper-pagination-bullet-active::before {
    transform: scale(1);
    opacity: 1; }

.c-slideshow .c-slideshow__pagination-wrap {
  z-index: 10;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 100%;
  padding-bottom: 12px;
  transform: translateX(-50%); }
  @media (min-width: 47.1875em) {
    .c-slideshow .c-slideshow__pagination-wrap {
      left: 0;
      width: 20%;
      margin-left: calc(80% - 80px);
      padding-bottom: 14px;
      transform: translate3d(0, -140px, 0); } }
  @media (min-width: 62em) {
    .c-slideshow .c-slideshow__pagination-wrap {
      margin-left: calc(70% - 56px);
      transform: translate3d(0, -140px, 0); } }
  @media (min-width: 81.25em) {
    .c-slideshow .c-slideshow__pagination-wrap {
      margin-left: calc(70% - 128px);
      transform: translate3d(0, -180px, 0); } }
  @media (min-width: 100em) {
    .c-slideshow .c-slideshow__pagination-wrap {
      transform: translate3d(0, -200px, 0); } }

.c-slideshow--single-item .c-slideshow__button-wrap,
.c-slideshow--single-item .c-slideshow__pagination-wrap {
  display: none; }

.o-module:last-of-type .c-slideshow .c-slideshow__pagination-wrap {
  transform: translate(-50%, -50px); }
  @media (min-width: 47.1875em) {
    .o-module:last-of-type .c-slideshow .c-slideshow__pagination-wrap {
      transform: translate3d(0, -190px, 0); } }
  @media (min-width: 62em) {
    .o-module:last-of-type .c-slideshow .c-slideshow__pagination-wrap {
      transform: translate3d(0, -190px, 0); } }
  @media (min-width: 81.25em) {
    .o-module:last-of-type .c-slideshow .c-slideshow__pagination-wrap {
      transform: translate3d(0, -230px, 0); } }
  @media (min-width: 100em) {
    .o-module:last-of-type .c-slideshow .c-slideshow__pagination-wrap {
      transform: translate3d(0, -250px, 0); } }

/* ------------------------------------ *\
    #M16_SLIDER
\* ------------------------------------ */
.c-slider__button-wrap {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  pointer-events: none; }

.c-slider {
  margin: 0 -20px 0; }
  @media (min-width: 62em) {
    .c-slider {
      margin-right: -60px;
      margin-left: -60px; } }
  @media (min-width: 81.25em) {
    .c-slider {
      margin-right: -100px;
      margin-left: -100px; } }
  @media (min-width: 62em) {
    .c-main__content.col-lg-8 .c-slider {
      margin: 0; } }
  @media (min-width: 81.25em) {
    .c-main__content.col-lg-8 .c-slider {
      margin: 0; } }
  @media (min-width: 62em) {
    .c-slider .swiper-container,
    .c-slider .swiper-wrapper {
      z-index: 0; } }
  .c-slider.c-slider--show-button-wrap .c-slider__button-wrap {
    opacity: 1; }
  .c-slider .swiper-slide {
    display: flex;
    height: auto; }
  .c-slider .swiper-pagination.swiper-pagination-bullets {
    position: relative; }
  .c-slider .swiper-pagination-bullet {
    background: #838487;
    position: relative;
    width: 10px;
    height: 10px;
    transform: scale(0.75);
    opacity: 1;
    transition: transform 200ms ease-in-out; }
    .white .c-slider .swiper-pagination-bullet {
      background: #838487; }
    .grey .c-slider .swiper-pagination-bullet {
      background: #838487; }
    .green .c-slider .swiper-pagination-bullet {
      background: #72b904; }
    .orange .c-slider .swiper-pagination-bullet {
      background: #ef8700; }
    .dark-yellow .c-slider .swiper-pagination-bullet {
      background: #a58000; }
    .purple .c-slider .swiper-pagination-bullet {
      background: #9b006b; }
    .blue .c-slider .swiper-pagination-bullet {
      background: #007eb9; }
    .light-blue .c-slider .swiper-pagination-bullet {
      background: #37a8e0; }
    .yellow .c-slider .swiper-pagination-bullet {
      background: #838487; }
    .grey .c-slider .swiper-pagination-bullet {
      background: #838487; }
    .c-slider .swiper-pagination-bullet::before {
      color: #838487;
      position: absolute;
      top: -5px;
      left: -5px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      box-shadow: 0 0 0 1px;
      transform: scale(0.5);
      opacity: 0;
      transition: transform, opacity 200ms ease-in-out;
      content: ''; }
      .white .c-slider .swiper-pagination-bullet::before {
        color: #838487; }
      .grey .c-slider .swiper-pagination-bullet::before {
        color: #838487; }
      .green .c-slider .swiper-pagination-bullet::before {
        color: #72b904; }
      .orange .c-slider .swiper-pagination-bullet::before {
        color: #ef8700; }
      .dark-yellow .c-slider .swiper-pagination-bullet::before {
        color: #a58000; }
      .purple .c-slider .swiper-pagination-bullet::before {
        color: #9b006b; }
      .blue .c-slider .swiper-pagination-bullet::before {
        color: #007eb9; }
      .light-blue .c-slider .swiper-pagination-bullet::before {
        color: #37a8e0; }
      .yellow .c-slider .swiper-pagination-bullet::before {
        color: #838487; }
      .grey .c-slider .swiper-pagination-bullet::before {
        color: #838487; }
    .c-slider .swiper-pagination-bullet::after {
      position: absolute;
      top: -5px;
      left: -5px;
      width: 20px;
      height: 20px;
      content: ''; }
    .c-slider .swiper-pagination-bullet:hover, .c-slider .swiper-pagination-bullet:focus {
      outline: none;
      transform: scale(1); }
  .c-slider .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px; }
  .c-slider .swiper-pagination-bullet-active {
    transform: scale(1) !important; }
    .c-slider .swiper-pagination-bullet-active::before {
      transform: scale(1);
      opacity: 1; }

.c-slider__pagination-wrap {
  z-index: 10;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%); }

.c-slider__button {
  top: auto;
  width: auto;
  color: #fff;
  font-size: 40px;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: color 200ms ease-in-out;
  pointer-events: all; }
  @media (min-width: 47.1875em) {
    .c-slider__button {
      font-size: 48px; } }
  .c-slider__button:hover, .c-slider__button:focus {
    color: #838487; }
    .white .c-slider__button:hover, .white .c-slider__button:focus {
      color: #838487; }
    .grey .c-slider__button:hover, .grey .c-slider__button:focus {
      color: #838487; }
    .green .c-slider__button:hover, .green .c-slider__button:focus {
      color: #72b904; }
    .orange .c-slider__button:hover, .orange .c-slider__button:focus {
      color: #ef8700; }
    .dark-yellow .c-slider__button:hover, .dark-yellow .c-slider__button:focus {
      color: #a58000; }
    .purple .c-slider__button:hover, .purple .c-slider__button:focus {
      color: #9b006b; }
    .blue .c-slider__button:hover, .blue .c-slider__button:focus {
      color: #007eb9; }
    .light-blue .c-slider__button:hover, .light-blue .c-slider__button:focus {
      color: #37a8e0; }
    .yellow .c-slider__button:hover, .yellow .c-slider__button:focus {
      color: #ffd200; }
  .c-slider__button:focus {
    outline: none; }
  .c-slider__button > .icon {
    display: inline-block; }

.c-slider__button--prev > .icon {
  left: 0; }

.c-slider__button--next {
  right: 0; }
  .c-slider__button--next > .icon {
    right: 0;
    left: auto; }

.c-slider--single-item .c-slider__button-wrap,
.c-slider--single-item .c-slider__pagination-wrap {
  display: none; }

.c-slider__slide {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0 0 40px 0;
  background: #fff; }
  .c-slider__slide .o-media__licence {
    margin-left: 20px;
    padding-left: 0; }

.c-slider__image-box {
  width: 100%;
  padding-bottom: 62.5%;
  background: #f6f6f6; }
  @media (min-width: 47.1875em) {
    .c-slider__image-box {
      padding-bottom: 50%; } }

.c-slider__text-box {
  flex: 1 0 auto;
  padding: 16px 20px 0;
  background: #fff; }
  @media (min-width: 47.1875em) {
    .c-slider__text-box {
      margin-right: 20px;
      margin-left: 20px;
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 62em) {
    .c-slider__text-box {
      margin-right: 60px;
      margin-left: 60px; } }
  @media (min-width: 81.25em) {
    .c-slider__text-box {
      margin-right: 100px;
      margin-left: 100px; } }
  @media (min-width: 62em) {
    .c-main__content.col-lg-8 .c-slider__text-box {
      margin: 0; } }
  @media (min-width: 81.25em) {
    .c-main__content.col-lg-8 .c-slider__text-box {
      margin: 0; } }

.c-slider__media {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin: 0; }

@media (min-width: 62em) {
  .c-product-finder {
    max-width: 820px;
    margin: 0 auto; }
    .c-product-finder__header {
      display: block;
      padding-bottom: 8px;
      color: #535456;
      text-align: center;
      border-bottom: 1px solid #838487; }
    .c-product-finder__content {
      display: flex;
      justify-content: center;
      padding: 20px; }
    .c-product-finder .c-product-finder__item {
      padding: 20px; }
      .c-product-finder .c-product-finder__item .btn {
        text-decoration: none;
        border-radius: 0; }
      .c-product-finder .c-product-finder__item .btn-info {
        background-color: #838487;
        border-color: #838487; }
        .white .c-product-finder .c-product-finder__item .btn-info {
          background-color: #838487; }
        .grey .c-product-finder .c-product-finder__item .btn-info {
          background-color: #838487; }
        .green .c-product-finder .c-product-finder__item .btn-info {
          background-color: #72b904; }
        .orange .c-product-finder .c-product-finder__item .btn-info {
          background-color: #ef8700; }
        .dark-yellow .c-product-finder .c-product-finder__item .btn-info {
          background-color: #a58000; }
        .purple .c-product-finder .c-product-finder__item .btn-info {
          background-color: #9b006b; }
        .blue .c-product-finder .c-product-finder__item .btn-info {
          background-color: #007eb9; }
        .light-blue .c-product-finder .c-product-finder__item .btn-info {
          background-color: #37a8e0; }
        .yellow .c-product-finder .c-product-finder__item .btn-info {
          background-color: #ffd200; }
        .white .c-product-finder .c-product-finder__item .btn-info {
          border-color: #838487; }
        .grey .c-product-finder .c-product-finder__item .btn-info {
          border-color: #838487; }
        .green .c-product-finder .c-product-finder__item .btn-info {
          border-color: #72b904; }
        .orange .c-product-finder .c-product-finder__item .btn-info {
          border-color: #ef8700; }
        .dark-yellow .c-product-finder .c-product-finder__item .btn-info {
          border-color: #a58000; }
        .purple .c-product-finder .c-product-finder__item .btn-info {
          border-color: #9b006b; }
        .blue .c-product-finder .c-product-finder__item .btn-info {
          border-color: #007eb9; }
        .light-blue .c-product-finder .c-product-finder__item .btn-info {
          border-color: #37a8e0; }
        .yellow .c-product-finder .c-product-finder__item .btn-info {
          border-color: #ffd200; }
        .c-product-finder .c-product-finder__item .btn-info:hover, .c-product-finder .c-product-finder__item .btn-info:focus, .c-product-finder .c-product-finder__item .btn-info:active {
          background-color: #838487; }
          .white .c-product-finder .c-product-finder__item .btn-info:hover, .white .c-product-finder .c-product-finder__item .btn-info:focus, .white .c-product-finder .c-product-finder__item .btn-info:active {
            background-color: #838487; }
          .grey .c-product-finder .c-product-finder__item .btn-info:hover, .grey .c-product-finder .c-product-finder__item .btn-info:focus, .grey .c-product-finder .c-product-finder__item .btn-info:active {
            background-color: #838487; }
          .green .c-product-finder .c-product-finder__item .btn-info:hover, .green .c-product-finder .c-product-finder__item .btn-info:focus, .green .c-product-finder .c-product-finder__item .btn-info:active {
            background-color: #72b904; }
          .orange .c-product-finder .c-product-finder__item .btn-info:hover, .orange .c-product-finder .c-product-finder__item .btn-info:focus, .orange .c-product-finder .c-product-finder__item .btn-info:active {
            background-color: #ef8700; }
          .dark-yellow .c-product-finder .c-product-finder__item .btn-info:hover, .dark-yellow .c-product-finder .c-product-finder__item .btn-info:focus, .dark-yellow .c-product-finder .c-product-finder__item .btn-info:active {
            background-color: #a58000; }
          .purple .c-product-finder .c-product-finder__item .btn-info:hover, .purple .c-product-finder .c-product-finder__item .btn-info:focus, .purple .c-product-finder .c-product-finder__item .btn-info:active {
            background-color: #9b006b; }
          .blue .c-product-finder .c-product-finder__item .btn-info:hover, .blue .c-product-finder .c-product-finder__item .btn-info:focus, .blue .c-product-finder .c-product-finder__item .btn-info:active {
            background-color: #007eb9; }
          .light-blue .c-product-finder .c-product-finder__item .btn-info:hover, .light-blue .c-product-finder .c-product-finder__item .btn-info:focus, .light-blue .c-product-finder .c-product-finder__item .btn-info:active {
            background-color: #37a8e0; }
          .yellow .c-product-finder .c-product-finder__item .btn-info:hover, .yellow .c-product-finder .c-product-finder__item .btn-info:focus, .yellow .c-product-finder .c-product-finder__item .btn-info:active {
            background-color: #ffd200; }
      .c-product-finder .c-product-finder__item .btn-outline-info {
        color: #838487;
        border-color: #838487; }
        .white .c-product-finder .c-product-finder__item .btn-outline-info {
          color: #838487; }
        .grey .c-product-finder .c-product-finder__item .btn-outline-info {
          color: #838487; }
        .green .c-product-finder .c-product-finder__item .btn-outline-info {
          color: #72b904; }
        .orange .c-product-finder .c-product-finder__item .btn-outline-info {
          color: #ef8700; }
        .dark-yellow .c-product-finder .c-product-finder__item .btn-outline-info {
          color: #a58000; }
        .purple .c-product-finder .c-product-finder__item .btn-outline-info {
          color: #9b006b; }
        .blue .c-product-finder .c-product-finder__item .btn-outline-info {
          color: #007eb9; }
        .light-blue .c-product-finder .c-product-finder__item .btn-outline-info {
          color: #37a8e0; }
        .yellow .c-product-finder .c-product-finder__item .btn-outline-info {
          color: #ffd200; }
        .white .c-product-finder .c-product-finder__item .btn-outline-info {
          border-color: #838487; }
        .grey .c-product-finder .c-product-finder__item .btn-outline-info {
          border-color: #838487; }
        .green .c-product-finder .c-product-finder__item .btn-outline-info {
          border-color: #72b904; }
        .orange .c-product-finder .c-product-finder__item .btn-outline-info {
          border-color: #ef8700; }
        .dark-yellow .c-product-finder .c-product-finder__item .btn-outline-info {
          border-color: #a58000; }
        .purple .c-product-finder .c-product-finder__item .btn-outline-info {
          border-color: #9b006b; }
        .blue .c-product-finder .c-product-finder__item .btn-outline-info {
          border-color: #007eb9; }
        .light-blue .c-product-finder .c-product-finder__item .btn-outline-info {
          border-color: #37a8e0; }
        .yellow .c-product-finder .c-product-finder__item .btn-outline-info {
          border-color: #ffd200; }
        .c-product-finder .c-product-finder__item .btn-outline-info:hover, .c-product-finder .c-product-finder__item .btn-outline-info:focus, .c-product-finder .c-product-finder__item .btn-outline-info:active {
          background-color: #fff; }
      .c-product-finder .c-product-finder__item .dropdown-menu {
        max-height: 200px;
        overflow-y: auto; } }

.c-image__caption {
  color: #838487;
  font-size: 14px;
  line-height: 1.42857; }

.c-image--intro {
  margin: 0 -20px 0; }
  @media (min-width: 62em) {
    .c-image--intro {
      margin: 0 -60px 0; } }
  @media (min-width: 81.25em) {
    .c-image--intro {
      margin: 0 -100px 0; } }

.c-lightbox iframe[src*='//www.youtube'] {
  transform: scale(1.005); }

.c-lightbox.hidden {
  display: none; }

.c-lightbox__caption {
  padding: 20px;
  color: #fff;
  text-align: center; }

.c-lightbox__title {
  margin-bottom: 1rem; }

.c-lightbox .fancybox-caption__body {
  max-width: 800px;
  margin: 0 auto; }

.c-lightbox .fancybox-navigation .fancybox-button {
  width: 76px;
  height: 106px; }

.c-lightbox .fancybox-slide {
  padding: 20px; }

@media (min-width: 47.1875em) {
  .c-lightbox .fancybox-slide--iframe {
    left: 50%;
    max-width: 80%;
    transform: translateX(-50%); } }

.c-lightbox .fancybox-slide--iframe .fancybox-content {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin: auto;
  overflow: hidden !important; }
  .c-lightbox .fancybox-slide--iframe .fancybox-content::after {
    display: none; }

.c-lightbox .fancybox-slide--iframe .fancybox-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.c-video iframe[src*='//www.youtube'] {
  transform: scale(1.005); }

.c-video__content {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin: auto;
  overflow: hidden; }
  .c-video__content::after {
    display: none; }

.c-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.c-video--intro {
  margin: 0 -20px 0; }
  @media (min-width: 62em) {
    .c-video--intro {
      margin: 0 -60px 0; } }
  @media (min-width: 81.25em) {
    .c-video--intro {
      margin: 0 -100px 0; } }

.c-standard-content .c-video iframe[src*='//www.youtube'] {
  transform: scale(1.01); }

.c-video.js-cookie-consent-not-accepted .c-video__content {
  height: auto;
  padding-bottom: 0; }

.c-video.js-cookie-consent-not-accepted .c-fallback-message {
  position: relative; }

/* ------------------------------------ *\
    #13_HIGHLIGHT
\* ------------------------------------ */
.c-highlight {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background-position: center;
  background-size: cover; }
  .c-page__area--full-stage .c-highlight,
  .c-main--top .c-highlight {
    margin: 0 -20px 0; }
    @media (min-width: 62em) {
      .c-page__area--full-stage .c-highlight,
      .c-main--top .c-highlight {
        margin: 0 -60px 0; } }
    @media (min-width: 81.25em) {
      .c-page__area--full-stage .c-highlight,
      .c-main--top .c-highlight {
        margin: 0 -100px 0; } }

.c-highlight__media {
  margin: 0; }

.c-highlight__body {
  width: 100%;
  padding: 32px 0; }
  @media (min-width: 36em) {
    .c-highlight__body {
      padding: 40px; } }
  @media (min-width: 47.1875em) {
    .c-highlight__body {
      padding: 48px 40px; } }
  @media (min-width: 81.25em) {
    .c-highlight__body {
      padding: 120px 80px; } }
  @media (min-width: 100em) {
    .c-highlight__body {
      padding: 200px 80px; } }

.c-highlight__headline,
.c-highlight__text,
.c-highlight__licence {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

.c-highlight__headline {
  margin-bottom: 12px;
  text-align: center; }
  @media (min-width: 100em) {
    .c-highlight__headline {
      margin-bottom: 24px; } }

.c-highlight__text {
  font-size: 18px;
  line-height: 1.38889;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: center; }
  @media (min-width: 81.25em) {
    .c-highlight__text {
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .c-highlight__text {
      font-size: 22px;
      line-height: 1.45455;
      letter-spacing: 0; } }

.c-highlight__cta-wrap {
  margin-top: 30px;
  text-align: center; }
  .c-highlight__cta-wrap .cta {
    margin-bottom: 0; }

.c-highlight__licence {
  align-self: flex-start;
  padding: 0 12px 10px; }

.c-highlight--shade::after {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: ''; }

.c-highlight--shade .c-highlight__body,
.c-highlight--shade .c-highlight__licence {
  z-index: 1; }

.c-highlight--cta .c-highlight__body {
  padding-bottom: 32px; }
  @media (min-width: 36em) {
    .c-highlight--cta .c-highlight__body {
      padding-bottom: 40px; } }
  @media (min-width: 81.25em) {
    .c-highlight--cta .c-highlight__body {
      padding-bottom: 70px; } }
  @media (min-width: 100em) {
    .c-highlight--cta .c-highlight__body {
      padding-bottom: 140px; } }

.c-highlight__video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(-50%, -50%, 0); }

.c-highlight__legacy-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
  background-position: center;
  background-size: cover; }

/* target IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .u-lazyload {
    height: auto;
    opacity: 1; }
  *::-ms-backdrop,
  .c-highlight__legacy-bg {
    display: block; } }

.c-teaser--press-news {
  position: relative;
  margin: 0;
  padding-top: 24px;
  padding-right: 0;
  padding-bottom: 16px;
  padding-left: 0;
  cursor: default; }
  .c-teaser--press-news .c-teaser__media {
    position: relative;
    margin: 0 0 24px 0; }
  .c-teaser--press-news::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e3e3e3;
    transition: 200ms background-color, height ease-in-out;
    content: ''; }
  .c-teaser--press-news .c-teaser__row {
    flex: 1; }
  .c-teaser--press-news .c-teaser__col {
    position: relative; }
    .c-teaser--press-news .c-teaser__col + .c-teaser__col {
      padding-left: 12px; }

.c-teaser--press-news-link {
  cursor: pointer; }
  .c-teaser--press-news-link::before {
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    left: -20px;
    z-index: -1;
    background-color: transparent;
    box-shadow: none;
    transition-timing-function: ease-in-out;
    transition-duration: 200ms;
    transition-property: top, bottom, left, right, background-color, box-shadow;
    content: ''; }
  .c-teaser--press-news-link:hover::before, .c-teaser--press-news-link:focus::before {
    top: -2px;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25); }
  .c-teaser--press-news-link:hover::after, .c-teaser--press-news-link:focus::after {
    background-color: #838487;
    left: -20px;
    width: calc(100% + 40px);
    height: 4px; }
    .white .c-teaser--press-news-link:hover::after, .white .c-teaser--press-news-link:focus::after {
      background-color: #838487; }
    .grey .c-teaser--press-news-link:hover::after, .grey .c-teaser--press-news-link:focus::after {
      background-color: #838487; }
    .green .c-teaser--press-news-link:hover::after, .green .c-teaser--press-news-link:focus::after {
      background-color: #72b904; }
    .orange .c-teaser--press-news-link:hover::after, .orange .c-teaser--press-news-link:focus::after {
      background-color: #ef8700; }
    .dark-yellow .c-teaser--press-news-link:hover::after, .dark-yellow .c-teaser--press-news-link:focus::after {
      background-color: #a58000; }
    .purple .c-teaser--press-news-link:hover::after, .purple .c-teaser--press-news-link:focus::after {
      background-color: #9b006b; }
    .blue .c-teaser--press-news-link:hover::after, .blue .c-teaser--press-news-link:focus::after {
      background-color: #007eb9; }
    .light-blue .c-teaser--press-news-link:hover::after, .light-blue .c-teaser--press-news-link:focus::after {
      background-color: #37a8e0; }
    .yellow .c-teaser--press-news-link:hover::after, .yellow .c-teaser--press-news-link:focus::after {
      background-color: #ffd200; }
  @media (hover: none) and (pointer: coarse) {
    .c-teaser--press-news-link:hover::before, .c-teaser--press-news-link:focus::before {
      display: none; }
    .c-teaser--press-news-link:hover::after, .c-teaser--press-news-link:focus::after {
      left: 0;
      width: 100%;
      height: 1px; }
      .o-module .c-teaser--press-news-link:hover::after, .o-module .c-teaser--press-news-link:focus::after {
        background: #e3e3e3; } }
  .c-teaser--press-news-link .c-teaser__row {
    flex: 1; }

.c-teaser__media--tradeshow {
  padding: 20px;
  border: 1px solid #e3e3e3; }

.c-teaser__tradeshow-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.c-teaser__tradeshow-list-item {
  margin: 0 0 8px;
  padding: 0;
  color: #535456;
  font-size: 14px;
  line-height: 1.42857; }
  @media (min-width: 36em) {
    .c-teaser__tradeshow-list-item {
      margin-bottom: 4px; } }

.c-teaser__tradeshow-label {
  display: block;
  margin-bottom: 4px;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif; }
  @media (min-width: 36em) {
    .c-teaser__tradeshow-label {
      display: inline-block;
      min-width: 120px;
      margin-right: 16px;
      margin-bottom: 0;
      vertical-align: top; } }

@media (min-width: 36em) {
  .c-teaser__tradeshow-content {
    display: inline-block; } }

.c-teaser__tradeshow-block {
  display: block; }

.c-teaser__flag {
  background-color: #838487;
  position: absolute;
  top: -20px;
  right: 10px;
  padding: 5px 8px 3px;
  color: #fff;
  font-size: 14px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  letter-spacing: .025em;
  text-transform: uppercase; }
  .white .c-teaser__flag {
    background-color: #838487; }
  .grey .c-teaser__flag {
    background-color: #838487; }
  .green .c-teaser__flag {
    background-color: #72b904; }
  .orange .c-teaser__flag {
    background-color: #ef8700; }
  .dark-yellow .c-teaser__flag {
    background-color: #a58000; }
  .purple .c-teaser__flag {
    background-color: #9b006b; }
  .blue .c-teaser__flag {
    background-color: #007eb9; }
  .light-blue .c-teaser__flag {
    background-color: #37a8e0; }
  .yellow .c-teaser__flag {
    background-color: #ffd200; }
  .yellow .c-teaser__flag {
    color: #535456; }
  @media (min-width: 36em) {
    .c-teaser__flag {
      right: 20px; } }

.c-teaser-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  flex: 1;
  margin-bottom: 40px; }
  .c-teaser-list::after {
    position: absolute;
    top: -2px;
    left: 20px;
    width: calc(100% - 40px);
    height: 2px;
    background: #e3e3e3;
    content: ''; }

.c-teaser-list__item {
  position: relative;
  margin: 0 20px;
  padding: 0; }
  .c-teaser-list__item:hover, .c-teaser-list__item:focus {
    z-index: 1; }
  .o-module:last-child .c-teaser-list__item .c-teaser:only-child {
    margin-bottom: 0; }

/* ------------------------------------ *\
    #M22 TEASER CONTACT (& ADDRESS)
\* ------------------------------------ */
.c-teaser--contact .c-teaser__wrap,
.c-teaser--address .c-teaser__wrap {
  flex-direction: column;
  padding-bottom: 20px;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  background: #f6f6f6; }

.c-teaser--contact .c-teaser__wrap,
.c-teaser--address .c-teaser__wrap {
  border-top-color: #838487;
  border-style: solid;
  border-width: 1px;
  border-right-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
  border-bottom-width: 0;
  border-left-color: #f6f6f6; }
  .white .c-teaser--contact .c-teaser__wrap, .white
  .c-teaser--address .c-teaser__wrap {
    border-top-color: #838487; }
  .grey .c-teaser--contact .c-teaser__wrap, .grey
  .c-teaser--address .c-teaser__wrap {
    border-top-color: #838487; }
  .green .c-teaser--contact .c-teaser__wrap, .green
  .c-teaser--address .c-teaser__wrap {
    border-top-color: #72b904; }
  .orange .c-teaser--contact .c-teaser__wrap, .orange
  .c-teaser--address .c-teaser__wrap {
    border-top-color: #ef8700; }
  .dark-yellow .c-teaser--contact .c-teaser__wrap, .dark-yellow
  .c-teaser--address .c-teaser__wrap {
    border-top-color: #a58000; }
  .purple .c-teaser--contact .c-teaser__wrap, .purple
  .c-teaser--address .c-teaser__wrap {
    border-top-color: #9b006b; }
  .blue .c-teaser--contact .c-teaser__wrap, .blue
  .c-teaser--address .c-teaser__wrap {
    border-top-color: #007eb9; }
  .light-blue .c-teaser--contact .c-teaser__wrap, .light-blue
  .c-teaser--address .c-teaser__wrap {
    border-top-color: #37a8e0; }
  .yellow .c-teaser--contact .c-teaser__wrap, .yellow
  .c-teaser--address .c-teaser__wrap {
    border-top-color: #ffd200; }
  .c-teaser--contact .c-teaser__wrap .row,
  .c-teaser--address .c-teaser__wrap .row {
    flex: 0 0 auto; }
  .c-teaser--contact .c-teaser__wrap::after,
  .c-teaser--address .c-teaser__wrap::after {
    position: absolute;
    bottom: -4px;
    left: -1px;
    display: block;
    width: calc(100% + 2px);
    height: 4px;
    content: '';
    background: #838487; }
    .white .c-teaser--contact .c-teaser__wrap::after, .white
    .c-teaser--address .c-teaser__wrap::after {
      background: #838487; }
    .grey .c-teaser--contact .c-teaser__wrap::after, .grey
    .c-teaser--address .c-teaser__wrap::after {
      background: #838487; }
    .green .c-teaser--contact .c-teaser__wrap::after, .green
    .c-teaser--address .c-teaser__wrap::after {
      background: #72b904; }
    .orange .c-teaser--contact .c-teaser__wrap::after, .orange
    .c-teaser--address .c-teaser__wrap::after {
      background: #ef8700; }
    .dark-yellow .c-teaser--contact .c-teaser__wrap::after, .dark-yellow
    .c-teaser--address .c-teaser__wrap::after {
      background: #a58000; }
    .purple .c-teaser--contact .c-teaser__wrap::after, .purple
    .c-teaser--address .c-teaser__wrap::after {
      background: #9b006b; }
    .blue .c-teaser--contact .c-teaser__wrap::after, .blue
    .c-teaser--address .c-teaser__wrap::after {
      background: #007eb9; }
    .light-blue .c-teaser--contact .c-teaser__wrap::after, .light-blue
    .c-teaser--address .c-teaser__wrap::after {
      background: #37a8e0; }
    .yellow .c-teaser--contact .c-teaser__wrap::after, .yellow
    .c-teaser--address .c-teaser__wrap::after {
      background: #ffd200; }
  .c-teaser--contact .c-teaser__wrap .c-teaser__wrap,
  .c-teaser--address .c-teaser__wrap .c-teaser__wrap {
    border-top-width: 0; }
    .c-teaser--contact .c-teaser__wrap .c-teaser__wrap::after,
    .c-teaser--address .c-teaser__wrap .c-teaser__wrap::after {
      display: none; }

.c-teaser--contact.c-teaser--background-white .c-teaser__wrap,
.c-teaser--address.c-teaser--background-white .c-teaser__wrap {
  background: #fff;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3; }
  .c-teaser--contact.c-teaser--background-white .c-teaser__wrap .c-teaser__wrap,
  .c-teaser--address.c-teaser--background-white .c-teaser__wrap .c-teaser__wrap {
    border-right: none;
    border-left: none; }

.c-teaser--contact .c-teaser__row,
.c-teaser--address .c-teaser__row {
  width: 100%;
  margin-right: 0;
  margin-left: 0; }

.c-teaser--contact .c-teaser:not(:first-child) .c-teaser__row::before,
.c-teaser--address .c-teaser:not(:first-child) .c-teaser__row::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  border-top: 1px solid #838487;
  content: ''; }

.c-teaser--contact .c-teaser__media--bleed,
.c-teaser--address .c-teaser__media--bleed {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #838487; }
  .white .c-teaser--contact .c-teaser__media--bleed, .white
  .c-teaser--address .c-teaser__media--bleed {
    border-bottom-color: #838487; }
  .grey .c-teaser--contact .c-teaser__media--bleed, .grey
  .c-teaser--address .c-teaser__media--bleed {
    border-bottom-color: #838487; }
  .green .c-teaser--contact .c-teaser__media--bleed, .green
  .c-teaser--address .c-teaser__media--bleed {
    border-bottom-color: #72b904; }
  .orange .c-teaser--contact .c-teaser__media--bleed, .orange
  .c-teaser--address .c-teaser__media--bleed {
    border-bottom-color: #ef8700; }
  .dark-yellow .c-teaser--contact .c-teaser__media--bleed, .dark-yellow
  .c-teaser--address .c-teaser__media--bleed {
    border-bottom-color: #a58000; }
  .purple .c-teaser--contact .c-teaser__media--bleed, .purple
  .c-teaser--address .c-teaser__media--bleed {
    border-bottom-color: #9b006b; }
  .blue .c-teaser--contact .c-teaser__media--bleed, .blue
  .c-teaser--address .c-teaser__media--bleed {
    border-bottom-color: #007eb9; }
  .light-blue .c-teaser--contact .c-teaser__media--bleed, .light-blue
  .c-teaser--address .c-teaser__media--bleed {
    border-bottom-color: #37a8e0; }
  .yellow .c-teaser--contact .c-teaser__media--bleed, .yellow
  .c-teaser--address .c-teaser__media--bleed {
    border-bottom-color: #ffd200; }

@media (max-width: 35.99em) {
  .c-teaser--contact .c-teaser__media--bleed-xs,
  .c-teaser--address .c-teaser__media--bleed-xs {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #838487; }
    .white .c-teaser--contact .c-teaser__media--bleed-xs, .white
    .c-teaser--address .c-teaser__media--bleed-xs {
      border-bottom-color: #838487; }
    .grey .c-teaser--contact .c-teaser__media--bleed-xs, .grey
    .c-teaser--address .c-teaser__media--bleed-xs {
      border-bottom-color: #838487; }
    .green .c-teaser--contact .c-teaser__media--bleed-xs, .green
    .c-teaser--address .c-teaser__media--bleed-xs {
      border-bottom-color: #72b904; }
    .orange .c-teaser--contact .c-teaser__media--bleed-xs, .orange
    .c-teaser--address .c-teaser__media--bleed-xs {
      border-bottom-color: #ef8700; }
    .dark-yellow .c-teaser--contact .c-teaser__media--bleed-xs, .dark-yellow
    .c-teaser--address .c-teaser__media--bleed-xs {
      border-bottom-color: #a58000; }
    .purple .c-teaser--contact .c-teaser__media--bleed-xs, .purple
    .c-teaser--address .c-teaser__media--bleed-xs {
      border-bottom-color: #9b006b; }
    .blue .c-teaser--contact .c-teaser__media--bleed-xs, .blue
    .c-teaser--address .c-teaser__media--bleed-xs {
      border-bottom-color: #007eb9; }
    .light-blue .c-teaser--contact .c-teaser__media--bleed-xs, .light-blue
    .c-teaser--address .c-teaser__media--bleed-xs {
      border-bottom-color: #37a8e0; }
    .yellow .c-teaser--contact .c-teaser__media--bleed-xs, .yellow
    .c-teaser--address .c-teaser__media--bleed-xs {
      border-bottom-color: #ffd200; } }

@media (min-width: 62em) {
  .c-teaser--contact .c-teaser__media--bleed-lg,
  .c-teaser--address .c-teaser__media--bleed-lg {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #838487; }
    .white .c-teaser--contact .c-teaser__media--bleed-lg, .white
    .c-teaser--address .c-teaser__media--bleed-lg {
      border-bottom-color: #838487; }
    .grey .c-teaser--contact .c-teaser__media--bleed-lg, .grey
    .c-teaser--address .c-teaser__media--bleed-lg {
      border-bottom-color: #838487; }
    .green .c-teaser--contact .c-teaser__media--bleed-lg, .green
    .c-teaser--address .c-teaser__media--bleed-lg {
      border-bottom-color: #72b904; }
    .orange .c-teaser--contact .c-teaser__media--bleed-lg, .orange
    .c-teaser--address .c-teaser__media--bleed-lg {
      border-bottom-color: #ef8700; }
    .dark-yellow .c-teaser--contact .c-teaser__media--bleed-lg, .dark-yellow
    .c-teaser--address .c-teaser__media--bleed-lg {
      border-bottom-color: #a58000; }
    .purple .c-teaser--contact .c-teaser__media--bleed-lg, .purple
    .c-teaser--address .c-teaser__media--bleed-lg {
      border-bottom-color: #9b006b; }
    .blue .c-teaser--contact .c-teaser__media--bleed-lg, .blue
    .c-teaser--address .c-teaser__media--bleed-lg {
      border-bottom-color: #007eb9; }
    .light-blue .c-teaser--contact .c-teaser__media--bleed-lg, .light-blue
    .c-teaser--address .c-teaser__media--bleed-lg {
      border-bottom-color: #37a8e0; }
    .yellow .c-teaser--contact .c-teaser__media--bleed-lg, .yellow
    .c-teaser--address .c-teaser__media--bleed-lg {
      border-bottom-color: #ffd200; } }

.c-teaser--contact .c-teaser__base-data,
.c-teaser--contact .c-teaser__address-data,
.c-teaser--address .c-teaser__base-data,
.c-teaser--address .c-teaser__address-data {
  margin-top: 20px; }

.c-teaser--contact .c-teaser__hint,
.c-teaser--address .c-teaser__hint {
  position: relative;
  display: block;
  padding-left: 24px;
  color: #838487; }
  .c-teaser--contact .c-teaser__hint > .icon,
  .c-teaser--address .c-teaser__hint > .icon {
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    width: 20px;
    text-align: center; }

.c-teaser--contact .c-dropdown,
.c-teaser--address .c-dropdown {
  margin-bottom: 16px; }
  .c-teaser--contact .c-dropdown__btn,
  .c-teaser--address .c-dropdown__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left; }

.c-teaser--contact .c-dropdown__btn .icon,
.c-teaser--address .c-dropdown__btn .icon {
  color: #838487; }
  .white .c-teaser--contact .c-dropdown__btn .icon, .white
  .c-teaser--address .c-dropdown__btn .icon {
    color: #838487; }
  .grey .c-teaser--contact .c-dropdown__btn .icon, .grey
  .c-teaser--address .c-dropdown__btn .icon {
    color: #838487; }
  .green .c-teaser--contact .c-dropdown__btn .icon, .green
  .c-teaser--address .c-dropdown__btn .icon {
    color: #72b904; }
  .orange .c-teaser--contact .c-dropdown__btn .icon, .orange
  .c-teaser--address .c-dropdown__btn .icon {
    color: #ef8700; }
  .dark-yellow .c-teaser--contact .c-dropdown__btn .icon, .dark-yellow
  .c-teaser--address .c-dropdown__btn .icon {
    color: #a58000; }
  .purple .c-teaser--contact .c-dropdown__btn .icon, .purple
  .c-teaser--address .c-dropdown__btn .icon {
    color: #9b006b; }
  .blue .c-teaser--contact .c-dropdown__btn .icon, .blue
  .c-teaser--address .c-dropdown__btn .icon {
    color: #007eb9; }
  .light-blue .c-teaser--contact .c-dropdown__btn .icon, .light-blue
  .c-teaser--address .c-dropdown__btn .icon {
    color: #37a8e0; }
  .yellow .c-teaser--contact .c-dropdown__btn .icon, .yellow
  .c-teaser--address .c-dropdown__btn .icon {
    color: #838487; }
  .grey .c-teaser--contact .c-dropdown__btn .icon, .grey
  .c-teaser--address .c-dropdown__btn .icon {
    color: #838487; }

.c-teaser--contact .c-dropdown__btn,
.c-teaser--address .c-dropdown__btn {
  color: #535456;
  border-color: #838487; }
  .white .c-teaser--contact .c-dropdown__btn, .white
  .c-teaser--address .c-dropdown__btn {
    color: #535456; }
  .grey .c-teaser--contact .c-dropdown__btn, .grey
  .c-teaser--address .c-dropdown__btn {
    color: #838487; }
  .green .c-teaser--contact .c-dropdown__btn, .green
  .c-teaser--address .c-dropdown__btn {
    color: #72b904; }
  .orange .c-teaser--contact .c-dropdown__btn, .orange
  .c-teaser--address .c-dropdown__btn {
    color: #ef8700; }
  .dark-yellow .c-teaser--contact .c-dropdown__btn, .dark-yellow
  .c-teaser--address .c-dropdown__btn {
    color: #a58000; }
  .purple .c-teaser--contact .c-dropdown__btn, .purple
  .c-teaser--address .c-dropdown__btn {
    color: #9b006b; }
  .blue .c-teaser--contact .c-dropdown__btn, .blue
  .c-teaser--address .c-dropdown__btn {
    color: #007eb9; }
  .light-blue .c-teaser--contact .c-dropdown__btn, .light-blue
  .c-teaser--address .c-dropdown__btn {
    color: #37a8e0; }
  .yellow .c-teaser--contact .c-dropdown__btn, .yellow
  .c-teaser--address .c-dropdown__btn {
    color: #535456; }
  .grey .c-teaser--contact .c-dropdown__btn, .grey
  .c-teaser--address .c-dropdown__btn {
    color: #535456; }
  .white .c-teaser--contact .c-dropdown__btn, .white
  .c-teaser--address .c-dropdown__btn {
    border-color: #838487; }
  .grey .c-teaser--contact .c-dropdown__btn, .grey
  .c-teaser--address .c-dropdown__btn {
    border-color: #838487; }
  .green .c-teaser--contact .c-dropdown__btn, .green
  .c-teaser--address .c-dropdown__btn {
    border-color: #72b904; }
  .orange .c-teaser--contact .c-dropdown__btn, .orange
  .c-teaser--address .c-dropdown__btn {
    border-color: #ef8700; }
  .dark-yellow .c-teaser--contact .c-dropdown__btn, .dark-yellow
  .c-teaser--address .c-dropdown__btn {
    border-color: #a58000; }
  .purple .c-teaser--contact .c-dropdown__btn, .purple
  .c-teaser--address .c-dropdown__btn {
    border-color: #9b006b; }
  .blue .c-teaser--contact .c-dropdown__btn, .blue
  .c-teaser--address .c-dropdown__btn {
    border-color: #007eb9; }
  .light-blue .c-teaser--contact .c-dropdown__btn, .light-blue
  .c-teaser--address .c-dropdown__btn {
    border-color: #37a8e0; }
  .yellow .c-teaser--contact .c-dropdown__btn, .yellow
  .c-teaser--address .c-dropdown__btn {
    border-color: #ffd200; }
  .c-teaser--contact .c-dropdown__btn::after,
  .c-teaser--address .c-dropdown__btn::after {
    color: #838487; }
    .white .c-teaser--contact .c-dropdown__btn::after, .white
    .c-teaser--address .c-dropdown__btn::after {
      color: #838487; }
    .grey .c-teaser--contact .c-dropdown__btn::after, .grey
    .c-teaser--address .c-dropdown__btn::after {
      color: #838487; }
    .green .c-teaser--contact .c-dropdown__btn::after, .green
    .c-teaser--address .c-dropdown__btn::after {
      color: #72b904; }
    .orange .c-teaser--contact .c-dropdown__btn::after, .orange
    .c-teaser--address .c-dropdown__btn::after {
      color: #ef8700; }
    .dark-yellow .c-teaser--contact .c-dropdown__btn::after, .dark-yellow
    .c-teaser--address .c-dropdown__btn::after {
      color: #a58000; }
    .purple .c-teaser--contact .c-dropdown__btn::after, .purple
    .c-teaser--address .c-dropdown__btn::after {
      color: #9b006b; }
    .blue .c-teaser--contact .c-dropdown__btn::after, .blue
    .c-teaser--address .c-dropdown__btn::after {
      color: #007eb9; }
    .light-blue .c-teaser--contact .c-dropdown__btn::after, .light-blue
    .c-teaser--address .c-dropdown__btn::after {
      color: #37a8e0; }
    .yellow .c-teaser--contact .c-dropdown__btn::after, .yellow
    .c-teaser--address .c-dropdown__btn::after {
      color: #838487; }
    .grey .c-teaser--contact .c-dropdown__btn::after, .grey
    .c-teaser--address .c-dropdown__btn::after {
      color: #838487; }

/* ------------------------------------ *\
    #23_COUNTDOWN
\* ------------------------------------ */
.c-countdown {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background-position: center;
  background-size: cover; }
  .c-page__area--full-stage .c-countdown,
  .c-main--top .c-countdown {
    margin: 0 -20px 0; }
    @media (min-width: 62em) {
      .c-page__area--full-stage .c-countdown,
      .c-main--top .c-countdown {
        margin: 0 -60px 0; } }
    @media (min-width: 81.25em) {
      .c-page__area--full-stage .c-countdown,
      .c-main--top .c-countdown {
        margin: 0 -100px 0; } }

.c-countdown__body {
  width: 100%;
  padding: 40px 0 56px 0; }
  @media (min-width: 36em) {
    .c-countdown__body {
      padding: 40px; } }
  @media (min-width: 47.1875em) {
    .c-countdown__body {
      padding: 48px 40px 60px 40px; } }
  @media (min-width: 81.25em) {
    .c-countdown__body {
      padding: 56px 40px 68px 40px; } }
  @media (min-width: 100em) {
    .c-countdown__body {
      padding: 64px 40px 68px 40px; } }

.c-countdown__headline,
.c-countdown__text,
.c-countdown__licence {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

.c-countdown__headline {
  margin-bottom: 12px;
  text-align: center; }
  @media (min-width: 100em) {
    .c-countdown__headline {
      margin-bottom: 24px; } }

.c-countdown__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: center; }
  @media (min-width: 81.25em) {
    .c-countdown__text {
      font-size: 18px;
      line-height: 1.44444;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .c-countdown__text {
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: 0; } }
  .c-countdown__text.hide {
    display: none; }

.c-countdown__cta-wrap {
  margin-top: 30px;
  text-align: center; }
  .c-countdown__cta-wrap .cta {
    margin-bottom: 0; }

.c-countdown__licence {
  align-self: flex-start;
  padding: 0 12px 10px; }

.c-countdown--shade::after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: ''; }

.c-countdown__media {
  margin: 0; }

.c-countdown__video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(-50%, -50%, 0); }

.c-countdown__date-time {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 36px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  line-height: 1.27778;
  letter-spacing: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  margin: 24px 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
  @media (min-width: 81.25em) {
    .c-countdown__date-time {
      font-weight: 400;
      font-size: 46px;
      line-height: 1.21739;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .c-countdown__date-time {
      font-weight: 400;
      font-size: 56px;
      line-height: 1.17857;
      letter-spacing: 0; } }
  @media (min-width: 47.1875em) {
    .c-countdown__date-time {
      margin: 32px 0; } }
  @media (min-width: 81.25em) {
    .c-countdown__date-time {
      margin: 48px 0; } }

.c-countdown__legacy-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
  background-position: center;
  background-size: cover; }

/* target IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .u-lazyload {
    height: auto;
    opacity: 1; }
  *::-ms-backdrop,
  .c-countdown__date-time {
    display: flex; }
  *::-ms-backdrop,
  .c-counter {
    display: none; }
  *::-ms-backdrop,
  .c-countdown__legacy-bg {
    display: block; } }

.c-content-carousel__btn {
  position: absolute;
  top: -1px;
  z-index: 1;
  display: none;
  width: 32px;
  height: calc(100% + 2px);
  background: #fff;
  background-clip: padding-box; }
  @media (min-width: 62em) {
    .c-content-carousel__btn {
      display: block; } }
  .c-content-carousel__btn .icon {
    position: relative;
    top: -36px;
    color: #838487;
    font-size: 32px; }
    @media (min-width: 100em) {
      .c-content-carousel__btn .icon {
        top: -28px; } }
  .c-content-carousel__btn:hover, .c-content-carousel__btn:focus {
    outline: 0 none; }
  .c-content-carousel__btn:hover .icon {
    color: #838487; }
    .white .c-content-carousel__btn:hover .icon {
      color: #838487; }
    .grey .c-content-carousel__btn:hover .icon {
      color: #838487; }
    .green .c-content-carousel__btn:hover .icon {
      color: #72b904; }
    .orange .c-content-carousel__btn:hover .icon {
      color: #ef8700; }
    .dark-yellow .c-content-carousel__btn:hover .icon {
      color: #a58000; }
    .purple .c-content-carousel__btn:hover .icon {
      color: #9b006b; }
    .blue .c-content-carousel__btn:hover .icon {
      color: #007eb9; }
    .light-blue .c-content-carousel__btn:hover .icon {
      color: #37a8e0; }
    .yellow .c-content-carousel__btn:hover .icon {
      color: #ffd200; }
  .c-content-carousel__btn.is-disabled, .c-content-carousel__btn.is-disabled:hover, .c-content-carousel__btn.is-disabled:focus {
    cursor: default; }
    .c-content-carousel__btn.is-disabled .icon, .c-content-carousel__btn.is-disabled:hover .icon, .c-content-carousel__btn.is-disabled:focus .icon {
      color: #e3e3e3; }

.c-content-carousel__btn--prev {
  left: 0;
  border-right: 8px solid transparent; }
  .c-content-carousel__btn--prev .icon {
    left: -8px; }

.c-content-carousel__btn--next {
  right: 0;
  border-left: 8px solid transparent; }
  .c-content-carousel__btn--next .icon {
    left: -4px; }

@media (max-width: 61.99em) {
  .c-content-carousel__thumbs {
    margin-right: -20px;
    border-bottom: 1px solid #e3e3e3; } }

@media (min-width: 62em) {
  .c-content-carousel__thumbs.swiper-container {
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 32px;
    padding-left: 32px; } }

.c-content-carousel__thumbs .swiper-slide {
  display: flex;
  height: auto; }
  @media (max-width: 61.99em) {
    .c-content-carousel__thumbs .swiper-slide {
      min-width: 201px;
      max-width: 201px; } }

.c-content-carousel__thumbs.swiper-container-initialized .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0; }

.c-content-carousel-thumb {
  transition: all 200ms ease-in-out;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0;
  color: #838487;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  /* css hack for IE11 */ }
  .is-selected .c-content-carousel-thumb {
    border-bottom-color: #838487;
    color: #535456; }
    .white .is-selected .c-content-carousel-thumb {
      border-bottom-color: #838487; }
    .grey .is-selected .c-content-carousel-thumb {
      border-bottom-color: #838487; }
    .green .is-selected .c-content-carousel-thumb {
      border-bottom-color: #72b904; }
    .orange .is-selected .c-content-carousel-thumb {
      border-bottom-color: #ef8700; }
    .dark-yellow .is-selected .c-content-carousel-thumb {
      border-bottom-color: #a58000; }
    .purple .is-selected .c-content-carousel-thumb {
      border-bottom-color: #9b006b; }
    .blue .is-selected .c-content-carousel-thumb {
      border-bottom-color: #007eb9; }
    .light-blue .is-selected .c-content-carousel-thumb {
      border-bottom-color: #37a8e0; }
    .yellow .is-selected .c-content-carousel-thumb {
      border-bottom-color: #ffd200; }
  .c-content-carousel-thumb__label {
    font-size: 18px;
    font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
    line-height: 1.33333;
    letter-spacing: 0.4px;
    padding: 16px 0;
    text-align: center; }
  .c-content-carousel-thumb .o-media__media {
    margin: 0; }
  .c-content-carousel-thumb .o-media__img-container {
    width: 100%;
    height: 0;
    padding-bottom: 75%; }
    .c-content-carousel-thumb .o-media__img-container::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: background 200ms ease-in-out;
      background: rgba(0, 0, 0, 0.1);
      content: ''; }
    .c-content-carousel-thumb .o-media__img-container:hover::after {
      background: rgba(0, 0, 0, 0); }
  .c-content-carousel-thumb .o-media__img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto; }
    .c-content-carousel-thumb .o-media__img-wrap > img {
      width: auto;
      max-width: 100%;
      max-height: 100%; }
  @media all and (-ms-high-contrast: none) {
    .c-content-carousel-thumb *::-ms-backdrop,
    .c-content-carousel-thumb .o-media__img-wrap {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      background: rgba(0, 0, 0, 0.1); } }
  .c-content-carousel-thumb:hover, .c-content-carousel-thumb:focus {
    color: #535456; }
    .white .c-content-carousel-thumb:hover, .white .c-content-carousel-thumb:focus {
      color: #535456; }
    .grey .c-content-carousel-thumb:hover, .grey .c-content-carousel-thumb:focus {
      color: #838487; }
    .green .c-content-carousel-thumb:hover, .green .c-content-carousel-thumb:focus {
      color: #72b904; }
    .orange .c-content-carousel-thumb:hover, .orange .c-content-carousel-thumb:focus {
      color: #ef8700; }
    .dark-yellow .c-content-carousel-thumb:hover, .dark-yellow .c-content-carousel-thumb:focus {
      color: #a58000; }
    .purple .c-content-carousel-thumb:hover, .purple .c-content-carousel-thumb:focus {
      color: #9b006b; }
    .blue .c-content-carousel-thumb:hover, .blue .c-content-carousel-thumb:focus {
      color: #007eb9; }
    .light-blue .c-content-carousel-thumb:hover, .light-blue .c-content-carousel-thumb:focus {
      color: #37a8e0; }
    .yellow .c-content-carousel-thumb:hover, .yellow .c-content-carousel-thumb:focus {
      color: #535456; }
    .grey .c-content-carousel-thumb:hover, .grey .c-content-carousel-thumb:focus {
      color: #535456; }

.c-content-carousel__content {
  border-bottom: 1px solid #e3e3e3; }
  @media (min-width: 62em) {
    .c-content-carousel__content {
      border-top: 1px solid #e3e3e3; } }
  .c-content-carousel__content .swiper-slide {
    /* Non-IE styles */
    background: #fff; }
    @supports not (-ms-high-contrast: none) {
      .c-content-carousel__content .swiper-slide {
        height: 0; } }
    .c-content-carousel__content .swiper-slide.is-selected {
      z-index: 1;
      /* Non-IE styles */
      pointer-events: initial; }
      @supports not (-ms-high-contrast: none) {
        .c-content-carousel__content .swiper-slide.is-selected {
          height: auto; } }
  .c-content-carousel__content .o-module {
    margin-top: 16px;
    margin-bottom: 24px; }
    @media (min-width: 62em) {
      .c-content-carousel__content .o-module {
        margin-top: 24px;
        margin-bottom: 24px; } }
    @media (min-width: 81.25em) {
      .c-content-carousel__content .o-module {
        margin-top: 40px;
        margin-bottom: 40px; } }

/* ------------------------------------ *\
    #M27_divider_xl
\* ------------------------------------ */
.c-divider {
  z-index: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  line-height: 1.42857;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 47.1875em) {
    .c-divider {
      padding: 0 16px;
      border-width: 5px; } }
  .c-divider::after {
    background-color: #838487;
    z-index: 0;
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    content: ''; }
    .white .c-divider::after {
      background-color: #838487; }
    .grey .c-divider::after {
      background-color: #838487; }
    .green .c-divider::after {
      background-color: #72b904; }
    .orange .c-divider::after {
      background-color: #ef8700; }
    .dark-yellow .c-divider::after {
      background-color: #a58000; }
    .purple .c-divider::after {
      background-color: #9b006b; }
    .blue .c-divider::after {
      background-color: #007eb9; }
    .light-blue .c-divider::after {
      background-color: #37a8e0; }
    .yellow .c-divider::after {
      background-color: #ffd200; }
    .yellow .c-divider::after {
      background: #ffd200; }
    @media (min-width: 47.1875em) {
      .c-divider::after {
        top: 45%;
        height: 5px;
        transform: translateY(-50%); } }
  .c-divider span {
    color: #838487;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 0 0 5px 0;
    background-color: #fff; }
    .white .c-divider span {
      color: #838487; }
    .grey .c-divider span {
      color: #838487; }
    .green .c-divider span {
      color: #72b904; }
    .orange .c-divider span {
      color: #ef8700; }
    .dark-yellow .c-divider span {
      color: #a58000; }
    .purple .c-divider span {
      color: #9b006b; }
    .blue .c-divider span {
      color: #007eb9; }
    .light-blue .c-divider span {
      color: #37a8e0; }
    .yellow .c-divider span {
      color: #838487; }
    .grey .c-divider span {
      color: #838487; }
    @media (min-width: 47.1875em) {
      .c-divider span {
        padding: 0 16px; } }
    .yellow .c-divider span {
      color: #535456; }

/* ------------------------------------ *\
    #M28_linkedin
\* ------------------------------------ */
.c-linkedin {
  min-height: 480px;
  margin: 0 -20px 0;
  padding: 24px 20px 24px;
  background: #f6f6f6; }
  @media (min-width: 36em) {
    .c-linkedin {
      padding: 40px 20px 40px;
      background: linear-gradient(to bottom, #f6f6f6 0%, #f6f6f6 80%, #fff 80%, #fff 100%); } }
  @media (min-width: 62em) {
    .c-linkedin {
      margin: 0; } }
  .c-page__area--full-stage .c-linkedin,
  .c-main__content.col-12 .c-linkedin {
    margin: 0 -20px 0; }
    @media (min-width: 62em) {
      .c-page__area--full-stage .c-linkedin,
      .c-main__content.col-12 .c-linkedin {
        margin: 0 -60px 0;
        padding-right: 60px;
        padding-left: 60px; } }
    @media (min-width: 81.25em) {
      .c-page__area--full-stage .c-linkedin,
      .c-main__content.col-12 .c-linkedin {
        margin: 0 -100px 0;
        padding-right: 100px;
        padding-left: 100px; } }
  .c-linkedin .c-linkedin__link {
    color: #2867B2; }
  .c-linkedin .c-fallback-message {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    position: relative;
    display: none;
    min-height: 300px;
    margin-top: 20px;
    padding: 20px;
    background: #fff;
    border-bottom: 4px solid #2867B2;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); }
    @media (min-width: 81.25em) {
      .c-linkedin .c-fallback-message {
        font-size: 18px;
        line-height: 1.44444;
        letter-spacing: 0; } }
    @media (min-width: 100em) {
      .c-linkedin .c-fallback-message {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0; } }
    .c-linkedin .c-fallback-message p {
      max-width: 100%; }
    @media (min-width: 47.1875em) {
      .c-linkedin .c-fallback-message {
        margin-top: 40px;
        padding: 20px 40px; } }
    @media (min-width: 62em) {
      .c-linkedin .c-fallback-message {
        padding: 20px 60px; } }
    @media (min-width: 81.25em) {
      .c-linkedin .c-fallback-message {
        padding: 20px 80px; } }
    @media (min-width: 100em) {
      .c-linkedin .c-fallback-message .link--inline::before {
        top: 2px; } }

.c-linkedin__header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media (min-width: 36em) {
    .c-linkedin__header {
      flex-direction: row; } }

@media (min-width: 36em) {
  .c-linkedin__headline {
    max-width: 66.666666%; } }

@media (min-width: 81.25em) {
  .c-linkedin__headline {
    max-width: 41.666666%; } }

.c-linkedin__link {
  display: flex;
  align-self: start;
  font-size: 24px;
  transition: color 200ms ease-in-out; }
  @media (max-width: 35.99em) {
    .c-linkedin__link {
      margin-bottom: 16px; } }
  @media (min-width: 47.1875em) {
    .c-linkedin__link {
      margin-top: 8px; } }
  .c-linkedin__link:hover, .c-linkedin__link:focus {
    color: #649bdc;
    text-decoration: none; }
  .c-linkedin__link .icon-arrow-right {
    padding-right: 4px;
    font-size: 20px;
    line-height: 23px; }

/*
 * Theming of SociableKit Widget https://www.sociablekit.com/
 * We need to increase specifity in order to beat the built-in
 * default selectors. At some points I use the !important
 * statement in order to keep control of settings.
 **/
.c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post,
.c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post {
  font-size: 14px !important;
  line-height: 1.42857;
  letter-spacing: 0.03em;
  font-family: "TradeGothicRegular", Arial, Verdana, sans-serif !important;
  width: calc(100% + 40px) !important;
  margin: 0 -20px;
  background: transparent !important; }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .post-header,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .post-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px !important; }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .post-image,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .post-image {
    width: 60px; }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .img-thumbnail,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .img-thumbnail {
    width: 60px !important;
    height: 60px !important; }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-secondary-data,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-secondary-data {
    font-size: 14px !important;
    line-height: 1.42857;
    letter-spacing: 0.03em;
    font-family: "TradeGothicBold", Arial, Verdana, sans-serif !important;
    color: #838487 !important;
    font-size: 12px !important; }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .post-post-counts,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .post-post-counts {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 12px 20px !important;
    background-color: #fff; }
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .post-post-counts > span,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .post-post-counts > span {
      position: relative;
      margin-right: 0; }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-post-repost-count,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-post-favorite-count,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-post-repost-count,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-post-favorite-count {
    float: none;
    color: #838487 !important;
    font-size: 12px; }
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-post-repost-count .fa,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-post-favorite-count .fa,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-post-repost-count .fa,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-post-favorite-count .fa {
      font-size: 14px !important; }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-post-favorite-count,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-post-favorite-count {
    flex: 1; }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .href_status_trigger_post,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .href_status_trigger_post {
    position: absolute;
    top: -7px;
    right: 0;
    display: inline-block;
    width: 23px;
    height: 27px;
    overflow: hidden;
    color: #2867B2 !important;
    font-size: 22px !important;
    transition: color 200ms ease-in-out; }
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .href_status_trigger_post::before,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .href_status_trigger_post::before {
      font-family: "heraeus_icons";
      content: '\e911'; }
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .href_status_trigger_post:hover,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .href_status_trigger_post:hover {
      color: #649bdc !important; }
  @media (min-width: 47.1875em) {
    .c-main__content.col-12 .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post, .c-main__content.col-12
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post {
      width: calc(100% + 48px) !important;
      margin: 0 -28px 0 -20px; } }
  @media (min-width: 81.25em) {
    .c-main__content.col-12 .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post, .c-main__content.col-12
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post {
      width: calc(100% + 52px) !important;
      margin: 0 -32px 0 -20px; } }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .grid-content,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .grid-content {
    font-size: 14px !important;
    line-height: 1.42857;
    letter-spacing: 0.03em;
    font-family: "TradeGothicRegular", Arial, Verdana, sans-serif !important;
    position: relative;
    margin-top: 12px;
    margin-right: 20px;
    margin-bottom: 12px;
    margin-left: 20px;
    padding: 0 !important;
    background: #fff !important;
    border-bottom: 4px solid #2867B2;
    border-radius: 0 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .post-header,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .post-header {
    min-height: 40px; }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .post-content,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .post-content {
    position: relative;
    padding: 0 !important; }
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .post-content > div,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .post-content > div {
      display: flex;
      flex-direction: column;
      width: 100% !important; }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk_post_media,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk_post_media {
    flex: 0 0 auto;
    order: 0;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 16px; }
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk_post_media a > div,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk_post_media a > div {
      color: #535456 !important;
      font-weight: normal !important;
      border: none !important;
      border-radius: 0 !important; }
      .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk_post_media a > div img + div,
      .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk_post_media a > div img + div {
        padding: 12px 20px 0 !important; }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-post-text,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-post-text-new,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-post-text,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-post-text-new {
    margin-bottom: 20px;
    padding: 0 20px !important;
    order: 1;
    color: #535456 !important; }
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-post-text a,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-post-text-new a,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-post-text a,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-post-text-new a {
      color: #2867B2 !important;
      font-size: 14px !important; }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk_readmore_btn,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk_readmore_btn {
    display: inline-block;
    margin-top: 8px;
    padding-left: 4px; }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk_show_less,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk_show_less {
    display: inline-block;
    margin-top: 8px; }
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk_show_less:hover, .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk_show_less:focus,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk_show_less:hover,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk_show_less:focus {
      text-decoration: underline; }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-follow-linkedin-btn,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-follow-linkedin-btn {
    background: #2867B2 !important;
    border-color: #2867B2 !important;
    border-radius: 0 !important; }
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-follow-linkedin-btn:hover, .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-follow-linkedin-btn:focus,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-follow-linkedin-btn:hover,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-follow-linkedin-btn:focus {
      text-decoration: underline; }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .post-post-counts,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .post-post-counts {
    border-top: 1px solid #e3e3e3;
    height: auto !important; }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .linkedin-profile-post-user-root-container,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .linkedin-page-post-user-root-container,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .linkedin-profile-post-user-root-container,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .linkedin-page-post-user-root-container {
    margin: 20px;
    padding: 0 !important; }
    @media (min-width: 36em) {
      .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .linkedin-profile-post-user-root-container,
      .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .linkedin-page-post-user-root-container,
      .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .linkedin-profile-post-user-root-container,
      .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .linkedin-page-post-user-root-container {
        margin-top: 0; } }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .swiper-button-prev,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .swiper-button-next,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .swiper-button-prev,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .swiper-button-next {
    transform: translateY(270px); }
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .swiper-button-prev::after,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .swiper-button-next::after,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .swiper-button-prev::after,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .swiper-button-next::after {
      color: #2867B2; }
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .swiper-button-prev .sk-arrow,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .swiper-button-next .sk-arrow,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .swiper-button-prev .sk-arrow,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .swiper-button-next .sk-arrow {
      display: none; }
  @media (min-width: 47.1875em) {
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .grid-content,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .grid-content {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-linkedin-page-post-shared-info,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-linkedin-profile-post-shared-info,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-linkedin-page-post-shared-info,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-linkedin-profile-post-shared-info {
    margin: 16px;
    padding: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px; }
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-linkedin-page-post-shared-info .post-header,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-linkedin-profile-post-shared-info .post-header,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-linkedin-page-post-shared-info .post-header,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-linkedin-profile-post-shared-info .post-header {
      margin: 10px 0;
      padding: 0 10px !important; }
      .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-linkedin-page-post-shared-info .post-header .post-image,
      .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-linkedin-profile-post-shared-info .post-header .post-image,
      .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-linkedin-page-post-shared-info .post-header .post-image,
      .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-linkedin-profile-post-shared-info .post-header .post-image {
        flex: 1 0 60px; }
      .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-linkedin-page-post-shared-info .post-header .sk-fb-profile-name,
      .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-linkedin-profile-post-shared-info .post-header .sk-fb-profile-name,
      .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-linkedin-page-post-shared-info .post-header .sk-fb-profile-name,
      .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-linkedin-profile-post-shared-info .post-header .sk-fb-profile-name {
        flex: 1 1 auto; }
      .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-linkedin-page-post-shared-info .post-header .sk-linkedin-shared-post-owner-description,
      .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-linkedin-profile-post-shared-info .post-header .sk-linkedin-shared-post-owner-description,
      .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-linkedin-page-post-shared-info .post-header .sk-linkedin-shared-post-owner-description,
      .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-linkedin-profile-post-shared-info .post-header .sk-linkedin-shared-post-owner-description {
        margin-left: 0 !important; }
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-linkedin-page-post-shared-info .sk-post-text,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-linkedin-page-post-shared-info .sk-post-text-new,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-linkedin-profile-post-shared-info .sk-post-text,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-linkedin-profile-post-shared-info .sk-post-text-new,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-linkedin-page-post-shared-info .sk-post-text,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-linkedin-page-post-shared-info .sk-post-text-new,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-linkedin-profile-post-shared-info .sk-post-text,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-linkedin-profile-post-shared-info .sk-post-text-new {
      padding: 0 10px !important; }
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-linkedin-page-post-shared-info .sk_post_media,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-linkedin-profile-post-shared-info .sk_post_media,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-linkedin-page-post-shared-info .sk_post_media,
    .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-linkedin-profile-post-shared-info .sk_post_media {
      padding-top: 0 !important;
      padding-right: 0 !important;
      padding-left: 0 !important; }
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-linkedin-page-post-load-more-posts,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-page-post .sk-linkedin-profile-post-load-more-posts,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-linkedin-page-post-load-more-posts,
  .c-linkedin .c-linkedin__body .sk-ww-linkedin-profile-post .sk-linkedin-profile-post-load-more-posts {
    display: none; }

.mfp-container .mfp-content,
.mfp-container .sk-popup-container,
.mfp-container .sk-post-text,
.mfp-container .sk-secondary-data {
  font-size: 14px !important;
  line-height: 1.42857;
  letter-spacing: 0.03em;
  font-family: "TradeGothicRegular", Arial, Verdana, sans-serif !important;
  color: #535456 !important;
  background: #fff !important; }
  .mfp-container .mfp-content a,
  .mfp-container .sk-popup-container a,
  .mfp-container .sk-post-text a,
  .mfp-container .sk-secondary-data a {
    color: #2867B2 !important;
    font-size: 14px !important; }
    .mfp-container .mfp-content a:hover, .mfp-container .mfp-content a:focus,
    .mfp-container .sk-popup-container a:hover,
    .mfp-container .sk-popup-container a:focus,
    .mfp-container .sk-post-text a:hover,
    .mfp-container .sk-post-text a:focus,
    .mfp-container .sk-secondary-data a:hover,
    .mfp-container .sk-secondary-data a:focus {
      text-decoration: underline; }

.mfp-container .sk-popup-container {
  margin-bottom: 0; }

.mfp-container .mfp-content .post-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px !important; }

.mfp-container .mfp-content .post-image {
  width: 60px; }

.mfp-container .mfp-content .img-thumbnail {
  width: 60px !important;
  height: 60px !important; }

.mfp-container .mfp-content .sk-secondary-data {
  font-size: 14px !important;
  line-height: 1.42857;
  letter-spacing: 0.03em;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif !important;
  color: #838487 !important;
  font-size: 12px !important; }

.mfp-container .mfp-content .post-post-counts {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  padding: 12px 20px !important;
  background-color: #fff; }
  .mfp-container .mfp-content .post-post-counts > span {
    position: relative;
    margin-right: 0; }

.mfp-container .mfp-content .sk-post-repost-count,
.mfp-container .mfp-content .sk-post-favorite-count {
  float: none;
  color: #838487 !important;
  font-size: 12px; }
  .mfp-container .mfp-content .sk-post-repost-count .fa,
  .mfp-container .mfp-content .sk-post-favorite-count .fa {
    font-size: 14px !important; }

.mfp-container .mfp-content .sk-post-favorite-count {
  flex: 1; }

.mfp-container .mfp-content .href_status_trigger_post {
  position: absolute;
  top: -7px;
  right: 0;
  display: inline-block;
  width: 23px;
  height: 27px;
  overflow: hidden;
  color: #2867B2 !important;
  font-size: 22px !important;
  transition: color 200ms ease-in-out; }
  .mfp-container .mfp-content .href_status_trigger_post::before {
    font-family: "heraeus_icons";
    content: '\e911'; }
  .mfp-container .mfp-content .href_status_trigger_post:hover {
    color: #649bdc !important; }

.mfp-container .sk-post-text {
  margin-bottom: 20px;
  padding: 0 20px !important; }

@media (max-width: 35.99em) {
  .mfp-container .post-content {
    position: relative; }
    .mfp-container .post-content > div {
      display: flex;
      flex-direction: column; }
  .mfp-container .sk-post-text {
    order: 1; }
  .mfp-container .sk_post_media {
    margin-bottom: 15px; } }

.c-items-filter .c-button--load-more {
  margin-bottom: 60px; }

.c-items-filter__form-outer--initial-no-results {
  min-height: 100px; }
  @media (min-width: 47.1875em) {
    .c-items-filter__form-outer--initial-no-results {
      height: auto; } }

.c-items-filter__form-outer--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.c-items-filter--product-selector .c-button--load-more {
  margin-top: 24px; }
  @media (min-width: 62em) {
    .c-items-filter--product-selector .c-button--load-more {
      margin-top: 32px; } }

@media (max-width: 47.1775em) {
  .c-items-filter__form-wrapper {
    z-index: 4000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto; } }

@media (min-width: 62em) {
  .c-main--top .c-items-filter__form-wrapper {
    margin-right: -20px;
    margin-left: -20px; } }

@media (min-width: 47.1875em) {
  .c-transmission-calculator .c-items-filter__form-wrapper {
    margin-right: -20px;
    margin-left: -20px; } }

.c-items-filter__form-wrapper .c-button--load-more {
  margin-bottom: 60px; }

.c-items-filter__form-wrapper .c-form__col--reset {
  z-index: 1; }

.c-items-filter__form-wrapper .c-form__col--facets-wrapper {
  margin-top: -42px; }

.c-items-filter__form-wrapper .c-form__col--facets-label {
  font-size: 16px;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  display: inline-block;
  max-width: 70%;
  color: #838487;
  font-size: 14px; }

@media (max-width: 47.1775em) {
  .c-items-filter__form-wrapper--mobile-hide {
    display: none; } }

.c-items-filter__form {
  background-color: #f6f6f6; }
  @media (max-width: 47.1775em) {
    .c-items-filter__form {
      display: flex;
      flex-direction: column;
      min-height: 100%; } }
  .c-items-filter__form .c-select__wrapper {
    background-color: #fff; }
  .c-items-filter__form .c-button--filter-results {
    width: 100%; }
  @media (min-width: 47.1875em) {
    .c-items-filter__form .c-form__col--reset {
      margin-top: -20px;
      margin-bottom: 16px; } }

@media (min-width: 47.1875em) {
  .c-items-filter__button-close,
  .c-items-filter__row-button-filter-results {
    display: none; } }

.c-button--show-filters-mobile {
  display: inline-block;
  float: left; }
  @media (min-width: 47.1875em) {
    .c-button--show-filters-mobile {
      display: none; } }
  .c-button--show-filters-mobile > .c-button {
    margin-top: -1px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15); }
    @media (max-width: 47.1775em) {
      .c-button--show-filters-mobile > .c-button {
        display: none; } }

.c-items-filter__show-filter {
  justify-content: center; }
  @media (max-width: 47.1775em) {
    .c-items-filter__show-filter {
      display: none; } }
  .c-items-filter__show-filter > .c-button {
    margin-top: -1px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15); }

.c-items-filter__header {
  background: #838487;
  position: relative;
  width: 100%;
  padding: 16px 40px;
  color: #fff;
  text-align: center; }
  .white .c-items-filter__header {
    background: #838487; }
  .grey .c-items-filter__header {
    background: #838487; }
  .green .c-items-filter__header {
    background: #72b904; }
  .orange .c-items-filter__header {
    background: #ef8700; }
  .dark-yellow .c-items-filter__header {
    background: #a58000; }
  .purple .c-items-filter__header {
    background: #9b006b; }
  .blue .c-items-filter__header {
    background: #007eb9; }
  .light-blue .c-items-filter__header {
    background: #37a8e0; }
  .yellow .c-items-filter__header {
    background: #ffd200; }
  .yellow .c-items-filter__header {
    color: #535456; }
  .c-items-filter__header .c-button--close {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto; }

.c-items-filter__body {
  padding-top: 32px;
  padding-right: 20px;
  padding-left: 20px; }

.c-items-filter__footer {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 47.1875em) {
    .c-items-filter__footer {
      border-bottom-color: #838487;
      border-bottom-width: 2px;
      border-bottom-style: solid; }
      .white .c-items-filter__footer {
        border-bottom-color: #838487; }
      .grey .c-items-filter__footer {
        border-bottom-color: #838487; }
      .green .c-items-filter__footer {
        border-bottom-color: #72b904; }
      .orange .c-items-filter__footer {
        border-bottom-color: #ef8700; }
      .dark-yellow .c-items-filter__footer {
        border-bottom-color: #a58000; }
      .purple .c-items-filter__footer {
        border-bottom-color: #9b006b; }
      .blue .c-items-filter__footer {
        border-bottom-color: #007eb9; }
      .light-blue .c-items-filter__footer {
        border-bottom-color: #37a8e0; }
      .yellow .c-items-filter__footer {
        border-bottom-color: #ffd200; } }

.c-items-filter__headline {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.44444; }
  .yellow .c-items-filter__headline {
    color: #535456; }
  .c-items-filter__headline::before {
    font-weight: normal;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "heraeus_icons" !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: 8px;
    color: inherit;
    font-size: 16px;
    content: ""; }

.c-items-filter__error,
.c-items-filter__count {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (max-width: 35.99em) {
    .c-items-filter__error,
    .c-items-filter__count {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 36em) {
    .c-items-filter__error,
    .c-items-filter__count {
      margin-top: 32px;
      margin-bottom: 32px; } }

.c-items-filter__count-number {
  color: #535456;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif; }
  .white .c-items-filter__count-number {
    color: #535456; }
  .grey .c-items-filter__count-number {
    color: #838487; }
  .green .c-items-filter__count-number {
    color: #72b904; }
  .orange .c-items-filter__count-number {
    color: #ef8700; }
  .dark-yellow .c-items-filter__count-number {
    color: #a58000; }
  .purple .c-items-filter__count-number {
    color: #9b006b; }
  .blue .c-items-filter__count-number {
    color: #007eb9; }
  .light-blue .c-items-filter__count-number {
    color: #37a8e0; }
  .yellow .c-items-filter__count-number {
    color: #535456; }
  .grey .c-items-filter__count-number {
    color: #535456; }

.c-items-filter--light .c-items-filter__form {
  background-color: #fff; }
  .c-items-filter--light .c-items-filter__form .is-hidden {
    display: none; }

.c-items-filter--light .c-form__col .c-checkbox__legend {
  color: #535456;
  font-size: 16px;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  margin-bottom: 0; }

.c-items-filter--light .c-form__col .c-checkbox__legend-addon {
  font-family: "TradeGothicRegular", Arial, Verdana, sans-serif; }

.c-items-filter--light .c-form__col .c-select__wrapper {
  background: #f6f6f6; }

@media (min-width: 36em) {
  .c-items-filter--light .c-items-filter__header {
    display: none; } }

@media (min-width: 36em) {
  .c-items-filter--light .c-items-filter__headline {
    display: none; } }

@media (min-width: 36em) {
  .c-items-filter--light .c-items-filter__footer {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #e3e3e3; } }

.c-locations-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .c-locations-list .link-list__link {
    word-break: break-word; }
  .c-locations-list .c-dropdown {
    margin-bottom: 16px; }
  .c-locations-list .c-dropdown__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left; }
    @media (min-width: 47.1875em) {
      .c-locations-list .c-dropdown__btn {
        width: 90%; } }
    .c-locations-list .c-dropdown__btn .icon {
      color: #838487; }
      .white .c-locations-list .c-dropdown__btn .icon {
        color: #838487; }
      .grey .c-locations-list .c-dropdown__btn .icon {
        color: #838487; }
      .green .c-locations-list .c-dropdown__btn .icon {
        color: #72b904; }
      .orange .c-locations-list .c-dropdown__btn .icon {
        color: #ef8700; }
      .dark-yellow .c-locations-list .c-dropdown__btn .icon {
        color: #a58000; }
      .purple .c-locations-list .c-dropdown__btn .icon {
        color: #9b006b; }
      .blue .c-locations-list .c-dropdown__btn .icon {
        color: #007eb9; }
      .light-blue .c-locations-list .c-dropdown__btn .icon {
        color: #37a8e0; }
      .yellow .c-locations-list .c-dropdown__btn .icon {
        color: #838487; }
      .grey .c-locations-list .c-dropdown__btn .icon {
        color: #838487; }
  .c-locations-list .c-dropdown__btn {
    color: #535456;
    border-color: #838487; }
    .white .c-locations-list .c-dropdown__btn {
      color: #535456; }
    .grey .c-locations-list .c-dropdown__btn {
      color: #838487; }
    .green .c-locations-list .c-dropdown__btn {
      color: #72b904; }
    .orange .c-locations-list .c-dropdown__btn {
      color: #ef8700; }
    .dark-yellow .c-locations-list .c-dropdown__btn {
      color: #a58000; }
    .purple .c-locations-list .c-dropdown__btn {
      color: #9b006b; }
    .blue .c-locations-list .c-dropdown__btn {
      color: #007eb9; }
    .light-blue .c-locations-list .c-dropdown__btn {
      color: #37a8e0; }
    .yellow .c-locations-list .c-dropdown__btn {
      color: #535456; }
    .grey .c-locations-list .c-dropdown__btn {
      color: #535456; }
    .white .c-locations-list .c-dropdown__btn {
      border-color: #838487; }
    .grey .c-locations-list .c-dropdown__btn {
      border-color: #838487; }
    .green .c-locations-list .c-dropdown__btn {
      border-color: #72b904; }
    .orange .c-locations-list .c-dropdown__btn {
      border-color: #ef8700; }
    .dark-yellow .c-locations-list .c-dropdown__btn {
      border-color: #a58000; }
    .purple .c-locations-list .c-dropdown__btn {
      border-color: #9b006b; }
    .blue .c-locations-list .c-dropdown__btn {
      border-color: #007eb9; }
    .light-blue .c-locations-list .c-dropdown__btn {
      border-color: #37a8e0; }
    .yellow .c-locations-list .c-dropdown__btn {
      border-color: #838487; }
    .grey .c-locations-list .c-dropdown__btn {
      border-color: #838487; }
    .c-locations-list .c-dropdown__btn::after {
      color: #838487; }
      .white .c-locations-list .c-dropdown__btn::after {
        color: #838487; }
      .grey .c-locations-list .c-dropdown__btn::after {
        color: #838487; }
      .green .c-locations-list .c-dropdown__btn::after {
        color: #72b904; }
      .orange .c-locations-list .c-dropdown__btn::after {
        color: #ef8700; }
      .dark-yellow .c-locations-list .c-dropdown__btn::after {
        color: #a58000; }
      .purple .c-locations-list .c-dropdown__btn::after {
        color: #9b006b; }
      .blue .c-locations-list .c-dropdown__btn::after {
        color: #007eb9; }
      .light-blue .c-locations-list .c-dropdown__btn::after {
        color: #37a8e0; }
      .yellow .c-locations-list .c-dropdown__btn::after {
        color: #838487; }
      .grey .c-locations-list .c-dropdown__btn::after {
        color: #838487; }

.c-locations-list__item {
  margin-bottom: 0;
  padding-top: 24px;
  padding-left: 0;
  border-top: 1px solid #e3e3e3; }

.c-location__name {
  margin-bottom: 16px; }
  @media (min-width: 47.1875em) {
    .c-location__name {
      margin-top: -6px; } }

.c-location__headline {
  margin-bottom: 8px; }

.c-location__list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.c-location__list-item {
  margin-bottom: 0;
  padding-left: 0; }
  @media (min-width: 576px) and (max-width: 576px) {
    .c-location__list-item {
      margin-right: -20px;
      margin-left: -20px; } }

.c-location__block {
  flex: 0 0 auto; }

@media (min-width: 36em) {
  .is-12,
  .is-sm-7,
  .is-sm-5,
  .is-lg-4,
  .is-lg-5 {
    padding-right: 20px;
    padding-left: 20px; } }

@media (min-width: 36em) {
  .is-sm-5 {
    flex: 0 0 41.666666%;
    max-width: 41.666666%; } }

@media (min-width: 36em) {
  .is-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; } }

@media (min-width: 47.1875em) {
  .is-md-4 {
    flex: 0 0 44.5%;
    max-width: 44.5%; } }

@media (min-width: 47.1875em) {
  .is-md-5 {
    flex: 0 0 55.5%;
    max-width: 55.5%; } }

.c-location__address {
  position: relative;
  display: flex;
  margin-bottom: 24px; }
  .c-location__address::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    content: ''; }
    @media (min-width: 36em) {
      .c-location__address::after {
        left: 20px;
        width: calc(100% - 40px); } }
  @media (max-width: 35.99em) {
    .c-location__address {
      flex-direction: column; } }
  .c-location__list-item:last-child .c-location__address:last-child {
    margin-bottom: 0; }
    .c-location__list-item:last-child .c-location__address:last-child::after {
      display: none; }

.c-location__address-data {
  margin-bottom: 24px; }
  @media (min-width: 62em) {
    .c-location__address-data {
      margin-bottom: 32px; } }

.c-location__address-item {
  display: block; }

.c-location__list-wrap {
  margin-bottom: 24px; }
  @media (min-width: 62em) {
    .c-location__list-wrap {
      margin-bottom: 32px; } }

.c-sticky-contact__button-wrap,
.c-sticky-contact__teaser {
  z-index: 4000;
  position: fixed !important; }
  @media (min-width: 47.1875em) {
    .c-sticky-contact__button-wrap,
    .c-sticky-contact__teaser {
      top: 91px; } }
  @media (min-width: 62em) {
    .c-sticky-contact__button-wrap,
    .c-sticky-contact__teaser {
      top: 89px; } }
  @media (min-width: 81.25em) {
    .c-sticky-contact__button-wrap,
    .c-sticky-contact__teaser {
      top: 104px; } }

.c-sticky-contact__button-wrap {
  right: 20px;
  bottom: 4px; }
  @media (min-width: 47.1875em) {
    .c-sticky-contact__button-wrap {
      bottom: auto; } }
  @media (min-width: 62em) {
    .c-sticky-contact__button-wrap {
      right: 40px; } }

.c-sticky-contact__button {
  transform: translateX(0);
  opacity: 0;
  transition: opacity 300ms ease-in-out 200ms; }
  @media (min-width: 47.1875em) {
    .c-sticky-contact__button {
      position: absolute;
      top: 60px;
      right: 0;
      transform: translateX(136px);
      transition: transform 500ms ease-in-out, opacity 300ms ease-in-out 200ms; } }
  @media (min-width: 62em) {
    .c-sticky-contact__button {
      top: 120px; } }
  .show-button .c-sticky-contact__button {
    transform: translateX(0);
    opacity: 1; }

.c-sticky-contact__teaser {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 100%;
  max-width: 100%;
  left: 100vw;
  padding-right: 0;
  padding-left: 0;
  opacity: 0;
  transition: left 500ms ease-in-out, opacity 300ms ease-in-out 200ms; }
  .show-teaser .c-sticky-contact__teaser {
    left: 0;
    opacity: 1; }
  @media (max-width: 47.1775em) {
    .c-sticky-contact__teaser {
      top: 1px;
      height: calc(100vh - 5px); }
      .c-sticky-contact__teaser .c-teaser__row {
        overflow-y: scroll; } }
  @media (min-width: 47.1875em) {
    .c-sticky-contact__teaser {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
      padding-right: 20px; }
      .show-teaser .c-sticky-contact__teaser {
        left: 33.33%; }
      .c-sticky-contact__teaser .c-teaser__wrap {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4); }
        .c-sticky-contact__teaser .c-teaser__wrap::before {
          z-index: 4001; } }
  @media (min-width: 62em) {
    .c-sticky-contact__teaser {
      padding-right: 40px; } }

@media (min-width: 62em) {
  .c-sticky-contact--one-col .c-sticky-contact__teaser {
    flex: 0 0 25%;
    max-width: 25%; }
  .c-sticky-contact--one-col.show-teaser .c-sticky-contact__teaser {
    left: 75%; } }

@media (min-width: 100em) {
  .c-sticky-contact--one-col .c-sticky-contact__teaser {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .c-sticky-contact--one-col.show-teaser .c-sticky-contact__teaser {
    left: 83.33%; } }

@media (min-width: 62em) {
  .c-sticky-contact--two-col .c-sticky-contact__teaser {
    flex: 0 0 50%;
    max-width: 50%; }
  .c-sticky-contact--two-col.show-teaser .c-sticky-contact__teaser {
    left: 50%; } }

@media (min-width: 100em) {
  .c-sticky-contact--two-col .c-sticky-contact__teaser {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .c-sticky-contact--two-col.show-teaser .c-sticky-contact__teaser {
    left: 66.66%; } }

.c-product {
  margin: 0; }

.c-products-card-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.c-products-card-list__item {
  position: relative;
  margin-bottom: 32px;
  padding-left: 0;
  border: 1px solid #e3e3e3; }
  .c-products-card-list__item::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    content: ''; }

.c-product__media {
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  border-bottom: 1px solid #e3e3e3;
  /* IE11 Hack */ }
  @media (min-width: 36em) {
    .c-product__media {
      display: flex;
      flex: 0 0 33%;
      align-items: center;
      max-width: 33%;
      border-right: 1px solid #e3e3e3;
      border-bottom: 0; } }
  @media (min-width: 47.1875em) {
    .c-product__media {
      flex: 0 0 20%;
      max-width: 20%; } }
  .c-product__media.c-product__media--without {
    padding: 0;
    border-bottom: 0; }
  .c-product__media .o-media__img-wrap {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center; }
  .c-product__media img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 180px; }
    @media (min-width: 47.1875em) {
      .c-product__media img {
        max-height: 300px; } }

@media all and (-ms-high-contrast: none) and (min-width: 47.1875em) {
  .c-product__media *::-ms-backdrop,
  .c-product__media img {
    flex-shrink: 0; } }

.c-product__media-zoom {
  position: relative;
  width: auto;
  height: auto;
  margin: auto;
  padding-right: 24px;
  padding-left: 24px; }
  .c-product__media-zoom .o-media__img-wrap {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center; }
  .c-product__media-zoom img {
    width: auto;
    height: calc(100vh - 150px); }
    .c-product__media-zoom img.has-loaded {
      height: calc(100vh - 150px); }

.c-product__zoom {
  transition: all 200ms ease-in-out;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 36px;
  height: 36px;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15); }
  .c-product__zoom:hover, .c-product__zoom:focus, .c-product__zoom:active, .c-product__zoom.is-active {
    background-color: #838487;
    text-decoration: none;
    outline: none; }
    .white .c-product__zoom:hover, .white .c-product__zoom:focus, .white .c-product__zoom:active, .white .c-product__zoom.is-active {
      background-color: #838487; }
    .grey .c-product__zoom:hover, .grey .c-product__zoom:focus, .grey .c-product__zoom:active, .grey .c-product__zoom.is-active {
      background-color: #838487; }
    .green .c-product__zoom:hover, .green .c-product__zoom:focus, .green .c-product__zoom:active, .green .c-product__zoom.is-active {
      background-color: #72b904; }
    .orange .c-product__zoom:hover, .orange .c-product__zoom:focus, .orange .c-product__zoom:active, .orange .c-product__zoom.is-active {
      background-color: #ef8700; }
    .dark-yellow .c-product__zoom:hover, .dark-yellow .c-product__zoom:focus, .dark-yellow .c-product__zoom:active, .dark-yellow .c-product__zoom.is-active {
      background-color: #a58000; }
    .purple .c-product__zoom:hover, .purple .c-product__zoom:focus, .purple .c-product__zoom:active, .purple .c-product__zoom.is-active {
      background-color: #9b006b; }
    .blue .c-product__zoom:hover, .blue .c-product__zoom:focus, .blue .c-product__zoom:active, .blue .c-product__zoom.is-active {
      background-color: #007eb9; }
    .light-blue .c-product__zoom:hover, .light-blue .c-product__zoom:focus, .light-blue .c-product__zoom:active, .light-blue .c-product__zoom.is-active {
      background-color: #37a8e0; }
    .yellow .c-product__zoom:hover, .yellow .c-product__zoom:focus, .yellow .c-product__zoom:active, .yellow .c-product__zoom.is-active {
      background-color: #ffd200; }
    .c-product__zoom:hover::before, .c-product__zoom:focus::before, .c-product__zoom:active::before, .c-product__zoom.is-active::before {
      text-decoration: none; }
    .c-product__zoom:hover .image-icon::before, .c-product__zoom:focus .image-icon::before, .c-product__zoom:active .image-icon::before, .c-product__zoom.is-active .image-icon::before {
      color: #fff; }
  .c-product__zoom .image-icon {
    color: #838487;
    display: block;
    padding-top: 2px;
    text-align: center; }
    .white .c-product__zoom .image-icon {
      color: #838487; }
    .grey .c-product__zoom .image-icon {
      color: #838487; }
    .green .c-product__zoom .image-icon {
      color: #72b904; }
    .orange .c-product__zoom .image-icon {
      color: #ef8700; }
    .dark-yellow .c-product__zoom .image-icon {
      color: #a58000; }
    .purple .c-product__zoom .image-icon {
      color: #9b006b; }
    .blue .c-product__zoom .image-icon {
      color: #007eb9; }
    .light-blue .c-product__zoom .image-icon {
      color: #37a8e0; }
    .yellow .c-product__zoom .image-icon {
      color: #ffd200; }

.c-product__information {
  width: 100%; }
  @media (min-width: 47.1875em) {
    .c-product__information {
      display: flex;
      justify-content: space-between; } }

.c-product__description {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #e3e3e3; }
  @media (min-width: 47.1875em) {
    .c-product__description {
      flex: 0 0 33%;
      max-width: 33%;
      border-right: 1px solid #e3e3e3;
      border-bottom: 0; } }
  .c-product__description .link-list {
    padding-top: 12px; }
  .c-product__description .link-list__item {
    font-size: 16px;
    line-height: 1.5; }
  .c-product__description .link-list__description {
    display: block; }

.c-product__headline {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 26px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  line-height: 1.30769;
  letter-spacing: 0;
  display: block;
  margin-bottom: 12px; }
  @media (min-width: 81.25em) {
    .c-product__headline {
      font-weight: 400;
      font-size: 30px;
      line-height: 1.26667;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .c-product__headline {
      font-weight: 400;
      font-size: 40px;
      line-height: 1.2;
      letter-spacing: 0; } }

.c-product__description-button .headline__title,
.c-product__description-link .headline__title {
  border-bottom: 2px solid transparent;
  transition: all 200ms ease-in-out; }

.c-product__description-button:hover, .c-product__description-button:focus,
.c-product__description-link:hover,
.c-product__description-link:focus {
  text-decoration: none; }
  .c-product__description-button:hover .headline__title, .c-product__description-button:focus .headline__title,
  .c-product__description-link:hover .headline__title,
  .c-product__description-link:focus .headline__title {
    border-bottom-color: #838487;
    color: #838487; }
    .white .c-product__description-button:hover .headline__title, .white .c-product__description-button:focus .headline__title, .white
    .c-product__description-link:hover .headline__title, .white
    .c-product__description-link:focus .headline__title {
      border-bottom-color: #838487; }
    .grey .c-product__description-button:hover .headline__title, .grey .c-product__description-button:focus .headline__title, .grey
    .c-product__description-link:hover .headline__title, .grey
    .c-product__description-link:focus .headline__title {
      border-bottom-color: #838487; }
    .green .c-product__description-button:hover .headline__title, .green .c-product__description-button:focus .headline__title, .green
    .c-product__description-link:hover .headline__title, .green
    .c-product__description-link:focus .headline__title {
      border-bottom-color: #72b904; }
    .orange .c-product__description-button:hover .headline__title, .orange .c-product__description-button:focus .headline__title, .orange
    .c-product__description-link:hover .headline__title, .orange
    .c-product__description-link:focus .headline__title {
      border-bottom-color: #ef8700; }
    .dark-yellow .c-product__description-button:hover .headline__title, .dark-yellow .c-product__description-button:focus .headline__title, .dark-yellow
    .c-product__description-link:hover .headline__title, .dark-yellow
    .c-product__description-link:focus .headline__title {
      border-bottom-color: #a58000; }
    .purple .c-product__description-button:hover .headline__title, .purple .c-product__description-button:focus .headline__title, .purple
    .c-product__description-link:hover .headline__title, .purple
    .c-product__description-link:focus .headline__title {
      border-bottom-color: #9b006b; }
    .blue .c-product__description-button:hover .headline__title, .blue .c-product__description-button:focus .headline__title, .blue
    .c-product__description-link:hover .headline__title, .blue
    .c-product__description-link:focus .headline__title {
      border-bottom-color: #007eb9; }
    .light-blue .c-product__description-button:hover .headline__title, .light-blue .c-product__description-button:focus .headline__title, .light-blue
    .c-product__description-link:hover .headline__title, .light-blue
    .c-product__description-link:focus .headline__title {
      border-bottom-color: #37a8e0; }
    .yellow .c-product__description-button:hover .headline__title, .yellow .c-product__description-button:focus .headline__title, .yellow
    .c-product__description-link:hover .headline__title, .yellow
    .c-product__description-link:focus .headline__title {
      border-bottom-color: #ffd200; }
    .white .c-product__description-button:hover .headline__title, .white .c-product__description-button:focus .headline__title, .white
    .c-product__description-link:hover .headline__title, .white
    .c-product__description-link:focus .headline__title {
      color: #838487; }
    .grey .c-product__description-button:hover .headline__title, .grey .c-product__description-button:focus .headline__title, .grey
    .c-product__description-link:hover .headline__title, .grey
    .c-product__description-link:focus .headline__title {
      color: #838487; }
    .green .c-product__description-button:hover .headline__title, .green .c-product__description-button:focus .headline__title, .green
    .c-product__description-link:hover .headline__title, .green
    .c-product__description-link:focus .headline__title {
      color: #72b904; }
    .orange .c-product__description-button:hover .headline__title, .orange .c-product__description-button:focus .headline__title, .orange
    .c-product__description-link:hover .headline__title, .orange
    .c-product__description-link:focus .headline__title {
      color: #ef8700; }
    .dark-yellow .c-product__description-button:hover .headline__title, .dark-yellow .c-product__description-button:focus .headline__title, .dark-yellow
    .c-product__description-link:hover .headline__title, .dark-yellow
    .c-product__description-link:focus .headline__title {
      color: #a58000; }
    .purple .c-product__description-button:hover .headline__title, .purple .c-product__description-button:focus .headline__title, .purple
    .c-product__description-link:hover .headline__title, .purple
    .c-product__description-link:focus .headline__title {
      color: #9b006b; }
    .blue .c-product__description-button:hover .headline__title, .blue .c-product__description-button:focus .headline__title, .blue
    .c-product__description-link:hover .headline__title, .blue
    .c-product__description-link:focus .headline__title {
      color: #007eb9; }
    .light-blue .c-product__description-button:hover .headline__title, .light-blue .c-product__description-button:focus .headline__title, .light-blue
    .c-product__description-link:hover .headline__title, .light-blue
    .c-product__description-link:focus .headline__title {
      color: #37a8e0; }
    .yellow .c-product__description-button:hover .headline__title, .yellow .c-product__description-button:focus .headline__title, .yellow
    .c-product__description-link:hover .headline__title, .yellow
    .c-product__description-link:focus .headline__title {
      color: #ffd200; }

.c-product__description-button .headline__icon-wrap,
.c-product__description-link .headline__icon-wrap {
  white-space: nowrap; }
  .c-product__description-button .headline__icon-wrap > .icon,
  .c-product__description-link .headline__icon-wrap > .icon {
    color: #838487;
    position: relative; }
    .white .c-product__description-button .headline__icon-wrap > .icon, .white
    .c-product__description-link .headline__icon-wrap > .icon {
      color: #838487; }
    .grey .c-product__description-button .headline__icon-wrap > .icon, .grey
    .c-product__description-link .headline__icon-wrap > .icon {
      color: #838487; }
    .green .c-product__description-button .headline__icon-wrap > .icon, .green
    .c-product__description-link .headline__icon-wrap > .icon {
      color: #72b904; }
    .orange .c-product__description-button .headline__icon-wrap > .icon, .orange
    .c-product__description-link .headline__icon-wrap > .icon {
      color: #ef8700; }
    .dark-yellow .c-product__description-button .headline__icon-wrap > .icon, .dark-yellow
    .c-product__description-link .headline__icon-wrap > .icon {
      color: #a58000; }
    .purple .c-product__description-button .headline__icon-wrap > .icon, .purple
    .c-product__description-link .headline__icon-wrap > .icon {
      color: #9b006b; }
    .blue .c-product__description-button .headline__icon-wrap > .icon, .blue
    .c-product__description-link .headline__icon-wrap > .icon {
      color: #007eb9; }
    .light-blue .c-product__description-button .headline__icon-wrap > .icon, .light-blue
    .c-product__description-link .headline__icon-wrap > .icon {
      color: #37a8e0; }
    .yellow .c-product__description-button .headline__icon-wrap > .icon, .yellow
    .c-product__description-link .headline__icon-wrap > .icon {
      color: #ffd200; }
    .c-product__description-button .headline__icon-wrap > .icon::before,
    .c-product__description-link .headline__icon-wrap > .icon::before {
      display: inline-block;
      transform: scale(0.7); }

/* IE11 Hack */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .c-product__text {
    position: relative;
    max-height: 57px;
    overflow: hidden; } }

/* stylelint-disable */
.c-product__text {
  display: -webkit-box;
  overflow: hidden;
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  line-height: 1.42857;
  letter-spacing: 0.4px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

/* stylelint-enable */
.c-product__characteristics {
  display: flex;
  flex-grow: 1;
  padding-top: 4px;
  padding-bottom: 4px; }
  @media (min-width: 47.1875em) {
    .c-product__characteristics {
      margin-right: 0;
      margin-bottom: -1px;
      margin-left: 0;
      padding-top: 0;
      padding-bottom: 0; } }

.characteristics__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.characteristics__list-item {
  display: flex;
  flex: 0 0 50%;
  flex-direction: column;
  width: 50%;
  margin: 0;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px; }
  @media (min-width: 36em) {
    .characteristics__list-item {
      flex: 0 0 33.3333333%;
      width: 33.3333333%; } }
  @media (min-width: 47.1875em) {
    .characteristics__list-item {
      border-bottom: 1px solid #e3e3e3; } }
  .characteristics__list-item .characteristics__label {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
    line-height: 1.33333;
    letter-spacing: 0.4px; }
  .characteristics__list-item .characteristics__value {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.42857;
    letter-spacing: 0.4px; }

/*
* columns *
*/
@media (min-width: 36em) {
  .c-product__media + .c-product__information {
    flex: 0 0 67%;
    max-width: 67%; } }

@media (min-width: 47.1875em) {
  .c-product__media + .c-product__information {
    flex: 0 0 80%;
    max-width: 80%; } }

@media (min-width: 47.1875em) {
  .c-product__media + .c-product__information .c-product__description {
    flex: 0 0 50%;
    max-width: 50%; } }

.c-product__media + .c-product__information .characteristics__list-item {
  flex: 0 0 50%;
  max-width: 50%; }

/**
 * Chart
 */
.c-graph-compare__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 16px;
  margin-bottom: 24px; }
  @media (min-width: 47.1875em) {
    .c-graph-compare__list {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media (min-width: 81.25em) {
    .c-graph-compare__list {
      margin-top: 60px;
      margin-bottom: 60px; } }

.c-graph-compare__item {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.c-graph-compare__headline {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 26px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  line-height: 1.30769;
  letter-spacing: 0; }
  @media (min-width: 81.25em) {
    .c-graph-compare__headline {
      font-weight: 400;
      font-size: 30px;
      line-height: 1.26667;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .c-graph-compare__headline {
      font-weight: 400;
      font-size: 40px;
      line-height: 1.2;
      letter-spacing: 0; } }

.c-graph-compare__chart {
  margin-top: 16px;
  margin-bottom: 24px; }
  @media (min-width: 47.1875em) {
    .c-graph-compare__chart {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media (min-width: 81.25em) {
    .c-graph-compare__chart {
      margin-top: 60px;
      margin-bottom: 60px; } }

.c-collection {
  width: 100%; }

.c-collection__menu {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px; }
  .c-collection__menu:last-child {
    margin-top: 20px; }
  @media (min-width: 36em) {
    .c-collection__menu {
      flex-direction: row;
      align-items: center; } }
  @media (max-width: 35.99em) {
    .c-collection__menu > .c-button {
      margin-bottom: 12px; }
      .c-collection__menu > .c-button + .c-button {
        margin-left: 0; } }

.c-collection__limit-info {
  font-size: 14px;
  line-height: 33.33333px; }
  .c-collection__limit-info::before {
    color: #838487;
    margin-right: 7.01754px;
    font-family: "heraeus_icons";
    content: ""; }
    .white .c-collection__limit-info::before {
      color: #838487; }
    .grey .c-collection__limit-info::before {
      color: #838487; }
    .green .c-collection__limit-info::before {
      color: #72b904; }
    .orange .c-collection__limit-info::before {
      color: #ef8700; }
    .dark-yellow .c-collection__limit-info::before {
      color: #a58000; }
    .purple .c-collection__limit-info::before {
      color: #9b006b; }
    .blue .c-collection__limit-info::before {
      color: #007eb9; }
    .light-blue .c-collection__limit-info::before {
      color: #37a8e0; }
    .yellow .c-collection__limit-info::before {
      color: #ffd200; }
  @media (min-width: 36em) {
    .c-collection__limit-info {
      margin-left: 26.66667px; } }

/**
 * Chart
 */
.c-transmission-calculator .highcharts-title {
  visibility: hidden;
  opacity: 0; }

.c-transmission-calculator .highcharts-button.highcharts-contextbutton {
  visibility: hidden;
  opacity: 0; }

.c-transmission-calculator .highcharts-plot-band,
.c-transmission-calculator .highcharts-pane {
  fill: #e3e3e3;
  fill-opacity: 1; }

.c-transmission-calculator .c-transmission-calculator__container {
  transition: opacity 200ms ease-in-out;
  width: 100%;
  height: 500px; }

.c-transmission-calculator .c-transmission-calculator__chart-detail {
  width: 100%;
  height: 400px; }

.c-transmission-calculator .c-transmission-calculator__chart-master {
  width: 100%;
  height: 95px;
  cursor: zoom-in; }
  .c-transmission-calculator .c-transmission-calculator__chart-master .highcharts-plot-background {
    outline: 1px solid #e3e3e3; }

.c-transmission-calculator .link-list {
  padding-left: 0; }

.c-transmission-calculator .link-list__asterix {
  display: none; }

.c-transmission-calculator .link-list__link--inactive .link-list__asterix {
  display: inline; }

.c-transmission-calculator .highcharts-menu-wrapper {
  margin-top: 30px; }
  @media (min-width: 62em) {
    .c-transmission-calculator .highcharts-menu-wrapper {
      margin-top: 0; } }

.c-transmission-calculator .c-input .c-message--form-error {
  display: none; }

.c-transmission-calculator .c-input.has-error .c-message--form-error {
  display: block; }

.c-transmission-calculator .c-items-filter {
  position: relative; }
  .c-transmission-calculator .c-items-filter::before {
    font-weight: normal;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "heraeus_icons" !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #535456;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 110;
    display: none;
    width: 24px;
    height: 24px;
    font-size: 24px;
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    animation: rotating 2s linear infinite;
    content: ""; }
    .white .c-transmission-calculator .c-items-filter::before {
      color: #535456; }
    .grey .c-transmission-calculator .c-items-filter::before {
      color: #838487; }
    .green .c-transmission-calculator .c-items-filter::before {
      color: #72b904; }
    .orange .c-transmission-calculator .c-items-filter::before {
      color: #ef8700; }
    .dark-yellow .c-transmission-calculator .c-items-filter::before {
      color: #a58000; }
    .purple .c-transmission-calculator .c-items-filter::before {
      color: #9b006b; }
    .blue .c-transmission-calculator .c-items-filter::before {
      color: #007eb9; }
    .light-blue .c-transmission-calculator .c-items-filter::before {
      color: #37a8e0; }
    .yellow .c-transmission-calculator .c-items-filter::before {
      color: #535456; }
    .grey .c-transmission-calculator .c-items-filter::before {
      color: #535456; }
  .c-transmission-calculator .c-items-filter::after {
    transition: opacity 200ms ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 109;
    display: none;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    content: ''; }
    .c-main--top .c-transmission-calculator .c-items-filter::after {
      right: -20px;
      left: -20px; }

.c-transmission-calculator .c-select__field {
  padding-right: 44px; }

.c-transmission-calculator__wrapper {
  transition: opacity 200ms ease-in-out;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  visibility: visible;
  opacity: 1; }
  @media (min-width: 62em) {
    .c-transmission-calculator__wrapper {
      padding-right: 0;
      padding-left: 0; } }
  .c-transmission-calculator__wrapper .c-standard-content__body.o-media__body {
    width: 100%; }
    @media (min-width: 81.25em) {
      .c-transmission-calculator__wrapper .c-standard-content__body.o-media__body {
        max-width: 100%; } }
    @media (min-width: 100em) {
      .c-transmission-calculator__wrapper .c-standard-content__body.o-media__body {
        max-width: 100%; } }
  .c-transmission-calculator__wrapper .link-list__item:last-child,
  .c-transmission-calculator__wrapper .c-standard-content__wrap:last-child {
    margin-bottom: 0; }

.c-transmission-calculator__loading {
  transition: all 200ms ease-in-out;
  font-size: 16px;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif;
  background: #838487;
  border-color: #838487;
  z-index: 3;
  position: absolute;
  top: calc(50% - 60px);
  left: 50%;
  display: none;
  min-width: 200px;
  margin: auto;
  padding: 8px 24px 6px;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  transform: translateX(-50%);
  visibility: visible;
  opacity: 1; }
  .white .c-transmission-calculator__loading {
    background: #838487; }
  .grey .c-transmission-calculator__loading {
    background: #838487; }
  .green .c-transmission-calculator__loading {
    background: #72b904; }
  .orange .c-transmission-calculator__loading {
    background: #ef8700; }
  .dark-yellow .c-transmission-calculator__loading {
    background: #a58000; }
  .purple .c-transmission-calculator__loading {
    background: #9b006b; }
  .blue .c-transmission-calculator__loading {
    background: #007eb9; }
  .light-blue .c-transmission-calculator__loading {
    background: #37a8e0; }
  .yellow .c-transmission-calculator__loading {
    background: #ffd200; }
  .white .c-transmission-calculator__loading {
    border-color: #838487; }
  .grey .c-transmission-calculator__loading {
    border-color: #838487; }
  .green .c-transmission-calculator__loading {
    border-color: #72b904; }
  .orange .c-transmission-calculator__loading {
    border-color: #ef8700; }
  .dark-yellow .c-transmission-calculator__loading {
    border-color: #a58000; }
  .purple .c-transmission-calculator__loading {
    border-color: #9b006b; }
  .blue .c-transmission-calculator__loading {
    border-color: #007eb9; }
  .light-blue .c-transmission-calculator__loading {
    border-color: #37a8e0; }
  .yellow .c-transmission-calculator__loading {
    border-color: #ffd200; }
  .blue .c-transmission-calculator__loading,
  .green .c-transmission-calculator__loading,
  .orange .c-transmission-calculator__loading,
  .purple .c-transmission-calculator__loading {
    color: #fff; }
  .yellow .c-transmission-calculator__loading {
    color: #535456; }
  .c-transmission-calculator__loading::after {
    font-weight: normal;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "heraeus_icons" !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: 4px;
    color: inherit;
    font-size: 20px;
    animation: rotating 2s linear infinite;
    content: ""; }

.c-transmission-calculator__loading-icon {
  display: inline-block;
  width: 24px; }
  .c-transmission-calculator__loading-icon::after {
    font-weight: normal;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "heraeus_icons" !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: 4px;
    color: inherit;
    font-size: 14px;
    animation: rotating 2s linear infinite;
    content: ""; }

.c-transmission-calculator__downloads {
  transition: opacity 200ms ease-in-out;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  visibility: visible;
  opacity: 1; }

.c-transmission-calculator__legend {
  font-size: 12px;
  line-height: 1.33333;
  margin-top: 15px; }
  @media (min-width: 47.1875em) {
    .c-transmission-calculator__legend {
      font-size: 14px;
      line-height: 1.42857; } }
  .c-transmission-calculator__legend.is-hidden {
    display: none; }

/**
 * Chart loading style
 */
@media (min-width: 47.1875em) {
  .c-transmission-calculator--inactive .c-items-filter::before, .c-transmission-calculator--inactive .c-items-filter::after {
    display: block;
    opacity: 1; } }

.c-transmission-calculator--inactive .c-transmission-calculator__loading {
  display: block;
  opacity: 1; }

.c-transmission-calculator--inactive .c-transmission-calculator__container {
  visibility: hidden;
  opacity: 0; }

.c-transmission-calculator--inactive .c-transmission-calculator__downloads {
  visibility: hidden;
  opacity: 0; }

.c-transmission-calculator__legacy-notice {
  width: 100%;
  padding: 8px;
  color: #fff;
  text-align: center;
  background: #ef8700; }
  .c-main--top .c-transmission-calculator__legacy-notice {
    width: calc(100% + 40px);
    margin-left: -20px; }

.mx-datepicker-main.mx-datepicker-popup,
.mx-datepicker-main .mx-btn {
  color: #535456; }

.mx-datepicker-main .mx-btn:hover, .mx-datepicker-main .mx-btn:focus {
  color: #72b904;
  border-color: #72b904; }

.mx-datepicker-main .mx-calendar-content .cell:hover, .mx-datepicker-main .mx-calendar-content .cell:focus {
  color: #535456;
  background-color: #f6f6f6; }

.mx-datepicker-main .mx-calendar-content .cell.today {
  color: #72b904;
  font-weight: bold; }

.mx-datepicker-main .mx-calendar-content .cell.active {
  background-color: #72b904; }
  .mx-datepicker-main .mx-calendar-content .cell.active.today {
    color: #fff; }
  .mx-datepicker-main .mx-calendar-content .cell.active:hover, .mx-datepicker-main .mx-calendar-content .cell.active:focus {
    color: #fff; }

.mx-datepicker-main .mx-calendar-content .cell.disabled {
  color: #bbbcbd;
  background-color: #f6f6f6; }

.c-prices {
  position: relative; }
  .c-prices .c-table-wrapper-outer {
    position: relative; }
  .c-prices .c-table .c-table__tbody .c-table__tr {
    background: transparent; }
    .c-prices .c-table .c-table__tbody .c-table__tr.is-alternating {
      background-color: rgba(22, 23, 24, 0.05); }
    .c-prices .c-table .c-table__tbody .c-table__tr.is-intraday .c-table__td {
      border-bottom: none; }
  .c-prices .c-table .c-table__footer .c-table__tr {
    background-color: transparent; }
  .c-prices .c-table .c-table__footer .c-table__td {
    font-size: 18px;
    font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
    line-height: 1.44444; }
  .c-prices .c-table.is-head-green .c-button--minor {
    color: #72b904; }
  .c-prices .c-table.is-head-green .icon-triangle-down::before {
    border-top-color: #72b904; }
  .c-prices .c-table.is-head-green tbody {
    border-bottom: 3px solid #72b904; }
  .c-prices .c-table__td,
  .c-prices .c-table__th {
    font-weight: normal; }
    @media (max-width: 81.24em) {
      .c-prices .c-table__td .c-button__label,
      .c-prices .c-table__th .c-button__label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0; } }
    .c-prices .c-table__td em,
    .c-prices .c-table__th em {
      font-size: 14px;
      font-family: "TradeGothicRegular", Arial, Verdana, sans-serif;
      font-style: normal;
      line-height: 1.42857; }
  .c-prices .link-list {
    display: flex;
    justify-content: flex-end; }
  .c-prices .link-list__link {
    color: #535456;
    display: inline-block;
    font-size: 12px;
    vertical-align: text-top; }
    .white .c-prices .link-list__link {
      color: #535456; }
    .grey .c-prices .link-list__link {
      color: #838487; }
    .green .c-prices .link-list__link {
      color: #72b904; }
    .orange .c-prices .link-list__link {
      color: #ef8700; }
    .dark-yellow .c-prices .link-list__link {
      color: #a58000; }
    .purple .c-prices .link-list__link {
      color: #9b006b; }
    .blue .c-prices .link-list__link {
      color: #007eb9; }
    .light-blue .c-prices .link-list__link {
      color: #37a8e0; }
    .yellow .c-prices .link-list__link {
      color: #ffd200; }
    .c-prices .link-list__link .icon {
      font-size: 20px; }
  .c-prices .is-stock-market-closed .link-list__link {
    color: #838487;
    cursor: default;
    opacity: .5; }
    .c-prices .is-stock-market-closed .link-list__link:hover, .c-prices .is-stock-market-closed .link-list__link:focus {
      border-bottom-color: transparent; }
  .c-prices .mx-datepicker {
    width: 100% !important; }
  .c-prices .mx-icon-calendar {
    display: none; }

.c-prices--table-current .c-table:not(.c-prices__summary-table),
.c-prices--table-historical .c-table:not(.c-prices__summary-table) {
  min-width: 660px; }

.c-prices__legay-notice {
  padding: 24px;
  color: #fff;
  background: #bf420c; }

.c-prices__loading {
  animation: fadeIn;
  animation-duration: 200ms;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0; }

.c-prices__loading-spinner {
  position: absolute;
  top: 200px;
  left: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  transform: translateX(-50%); }
  .c-prices__loading-spinner::after {
    font-weight: normal;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "heraeus_icons" !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    display: inline-block;
    color: #72b904;
    font-size: 20px;
    animation: rotating 2s linear infinite;
    content: ""; }

.c-prices__message {
  padding: 24px;
  color: #fff;
  background: #838487; }

.c-prices__message-headline,
.c-prices__message-text {
  display: inline;
  font-size: 16px;
  line-height: 1.5; }

.c-prices__message-headline {
  margin-bottom: 8px;
  color: #fff;
  font-family: "TradeGothicBold", Arial, Verdana, sans-serif; }

.c-prices__message-text {
  margin-bottom: 0; }

.c-prices__dialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5); }

.c-prices__dialog-inner {
  width: 100%;
  padding: 24px;
  background-color: #838487; }
  @media (min-width: 36em) {
    .c-prices__dialog-inner {
      width: calc(100% - 150px);
      max-width: 700px; } }

.c-prices__dialog-headline {
  color: #fff;
  margin-bottom: 1.5rem;
  font-weight: normal;
  font-size: 20px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0; }
  @media (min-width: 81.25em) {
    .c-prices__dialog-headline {
      font-weight: normal;
      font-size: 24px;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .c-prices__dialog-headline {
      font-weight: normal;
      font-size: 30px;
      font-style: normal;
      line-height: 1.26667;
      letter-spacing: 0; } }

.c-prices__dialog-text {
  color: #fff; }

.c-prices__dialog-button {
  color: #fff; }

.c-prices__form {
  background-color: #f6f6f6; }
  .c-prices__form .c-select__wrapper {
    background-color: #fff; }

.c-prices__header {
  border-bottom-color: #838487;
  position: relative;
  width: 100%;
  padding: 16px 40px;
  color: #fff;
  text-align: center;
  border-bottom-width: 2px;
  border-bottom-style: solid; }
  .white .c-prices__header {
    border-bottom-color: #838487; }
  .grey .c-prices__header {
    border-bottom-color: #838487; }
  .green .c-prices__header {
    border-bottom-color: #72b904; }
  .orange .c-prices__header {
    border-bottom-color: #ef8700; }
  .dark-yellow .c-prices__header {
    border-bottom-color: #a58000; }
  .purple .c-prices__header {
    border-bottom-color: #9b006b; }
  .blue .c-prices__header {
    border-bottom-color: #007eb9; }
  .light-blue .c-prices__header {
    border-bottom-color: #37a8e0; }
  .yellow .c-prices__header {
    border-bottom-color: #ffd200; }
  .yellow .c-prices__header {
    color: #535456; }

.c-prices__body {
  padding-top: 32px;
  padding-right: 20px;
  padding-left: 20px; }

.c-prices__headline {
  color: #838487;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.44444; }
  .white .c-prices__headline {
    color: #838487; }
  .grey .c-prices__headline {
    color: #838487; }
  .green .c-prices__headline {
    color: #72b904; }
  .orange .c-prices__headline {
    color: #ef8700; }
  .dark-yellow .c-prices__headline {
    color: #a58000; }
  .purple .c-prices__headline {
    color: #9b006b; }
  .blue .c-prices__headline {
    color: #007eb9; }
  .light-blue .c-prices__headline {
    color: #37a8e0; }
  .yellow .c-prices__headline {
    color: #ffd200; }
  .c-prices__headline::before {
    font-weight: normal;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "heraeus_icons" !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: 8px;
    color: inherit;
    font-size: 16px;
    content: ""; }

.c-prices__summary {
  margin-top: 32px; }
  @media (min-width: 36em) {
    .c-prices__summary {
      margin-top: 60px; } }
  @media (min-width: 47.1875em) {
    .c-prices__summary {
      display: flex; }
      .c-prices--table-lbma-historical .c-prices__summary {
        flex-direction: column; } }

.c-prices__summary-headline {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 20px;
  font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0; }
  @media (min-width: 81.25em) {
    .c-prices__summary-headline {
      font-weight: normal;
      font-size: 24px;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: 0; } }
  @media (min-width: 100em) {
    .c-prices__summary-headline {
      font-weight: normal;
      font-size: 30px;
      font-style: normal;
      line-height: 1.26667;
      letter-spacing: 0; } }
  .c-prices__summary-headline em {
    display: block;
    font-size: 14px;
    font-family: "TradeGothicRegular", Arial, Verdana, sans-serif;
    font-style: normal;
    line-height: 1.42857; }
  @media (min-width: 47.1875em) {
    .c-prices__summary-headline {
      flex: 0 0 25%;
      width: 25%; } }
  @media (min-width: 47.1875em) {
    .c-prices--table-current .c-prices__summary-headline {
      flex: 0 0 25%;
      width: 25%; } }
  @media (min-width: 47.1875em) {
    .c-prices--table-ny-historical .c-prices__summary-headline {
      flex: 0 0 33.3333%;
      width: 33.3333%; } }
  @media (min-width: 47.1875em) {
    .c-prices--table-ny-silver .c-prices__summary-headline {
      flex: 0 0 50%;
      width: 50%; } }
  @media (min-width: 47.1875em) {
    .c-prices--table-lbma-historical .c-prices__summary-headline {
      flex: 0 0 100%;
      width: 100%; } }

@media (max-width: 47.1775em) {
  .c-prices__summary-table-wrapper:not(.is-visible-mobile) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; } }

@media (min-width: 47.1875em) {
  .c-prices__summary-table-wrapper {
    flex: 0 0 75%;
    width: 75%; } }

@media (min-width: 47.1875em) {
  .c-prices--table-current .c-prices__summary-table-wrapper {
    flex: 0 0 75%;
    width: 75%; } }

@media (min-width: 47.1875em) {
  .c-prices--table-ny-historical .c-prices__summary-table-wrapper {
    flex: 0 0 66.6666%;
    width: 66.6666%; } }

@media (min-width: 47.1875em) {
  .c-prices--table-ny-silver .c-prices__summary-table-wrapper {
    flex: 0 0 50%;
    width: 50%; } }

@media (min-width: 47.1875em) {
  .c-prices--table-lbma-historical .c-prices__summary-table-wrapper {
    flex: 0 0 100%;
    width: 100%; } }

.c-prices__summary-table {
  border-right: none;
  border-bottom: none;
  border-left: none; }
  .c-prices__summary-table .c-table__td {
    padding: 8px 12px; }
  .c-prices__summary-table .c-table__head .c-table__th {
    border-top: none;
    border-bottom: none; }

.c-prices__summary-headline-button {
  text-align: left; }
  @media (max-width: 47.1775em) {
    .c-prices__summary-headline-button {
      transition: color #535456 #535456;
      margin-bottom: 0;
      font-weight: normal;
      font-size: 20px;
      font-family: "TradeGothicBoldCondensed", Arial, Verdana, sans-serif;
      font-style: normal;
      line-height: 1.3;
      letter-spacing: 0;
      position: relative;
      display: block;
      width: 100%;
      padding: 16px 40px 12px 0;
      text-align: left;
      color: #838487;
      border-bottom: 1px solid #e3e3e3; } }
  @media (max-width: 47.1775em) and (min-width: 81.25em) {
    .c-prices__summary-headline-button {
      font-weight: normal;
      font-size: 24px;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: 0; } }
  @media (max-width: 47.1775em) and (min-width: 100em) {
    .c-prices__summary-headline-button {
      font-weight: normal;
      font-size: 30px;
      font-style: normal;
      line-height: 1.26667;
      letter-spacing: 0; } }
  @media (max-width: 47.1775em) and (min-width: 62em) {
    .c-prices__summary-headline-button {
      padding: 20px 40px 16px 0; } }
  @media (max-width: 47.1775em) {
      .c-prices__summary-headline-button::before {
        transition: color 200ms ease-in-out;
        font-weight: normal;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "heraeus_icons" !important;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-transform: none;
        speak: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 4px;
        right: 6px;
        bottom: 0;
        display: block;
        width: 20px;
        height: 20px;
        margin: auto;
        font-size: 20px;
        transform: rotate(90deg);
        content: ""; }
      .c-prices__summary-headline-button[aria-expanded='true'] {
        color: #535456; }
        .c-prices__summary-headline-button[aria-expanded='true']::before {
          color: #535456;
          transform: rotate(270deg); }
          .white .c-prices__summary-headline-button[aria-expanded='true']::before {
            color: #535456; }
          .grey .c-prices__summary-headline-button[aria-expanded='true']::before {
            color: #838487; }
          .green .c-prices__summary-headline-button[aria-expanded='true']::before {
            color: #72b904; }
          .orange .c-prices__summary-headline-button[aria-expanded='true']::before {
            color: #ef8700; }
          .dark-yellow .c-prices__summary-headline-button[aria-expanded='true']::before {
            color: #a58000; }
          .purple .c-prices__summary-headline-button[aria-expanded='true']::before {
            color: #9b006b; }
          .blue .c-prices__summary-headline-button[aria-expanded='true']::before {
            color: #007eb9; }
          .light-blue .c-prices__summary-headline-button[aria-expanded='true']::before {
            color: #37a8e0; }
          .yellow .c-prices__summary-headline-button[aria-expanded='true']::before {
            color: #ffd200; }
      .c-prices__summary-headline-button[aria-expanded='false'] {
        color: #838487; }
        .c-prices__summary-headline-button[aria-expanded='false']::before {
          color: #838487; }
      .c-prices__summary-headline-button.collapsed:hover {
        color: #535456; }
        .white .c-prices__summary-headline-button.collapsed:hover {
          color: #535456; }
        .grey .c-prices__summary-headline-button.collapsed:hover {
          color: #838487; }
        .green .c-prices__summary-headline-button.collapsed:hover {
          color: #72b904; }
        .orange .c-prices__summary-headline-button.collapsed:hover {
          color: #ef8700; }
        .dark-yellow .c-prices__summary-headline-button.collapsed:hover {
          color: #a58000; }
        .purple .c-prices__summary-headline-button.collapsed:hover {
          color: #9b006b; }
        .blue .c-prices__summary-headline-button.collapsed:hover {
          color: #007eb9; }
        .light-blue .c-prices__summary-headline-button.collapsed:hover {
          color: #37a8e0; }
        .yellow .c-prices__summary-headline-button.collapsed:hover {
          color: #535456; }
        .grey .c-prices__summary-headline-button.collapsed:hover {
          color: #535456; }
        .c-prices__summary-headline-button.collapsed:hover::before {
          color: #535456; }
          .white .c-prices__summary-headline-button.collapsed:hover::before {
            color: #535456; }
          .grey .c-prices__summary-headline-button.collapsed:hover::before {
            color: #838487; }
          .green .c-prices__summary-headline-button.collapsed:hover::before {
            color: #72b904; }
          .orange .c-prices__summary-headline-button.collapsed:hover::before {
            color: #ef8700; }
          .dark-yellow .c-prices__summary-headline-button.collapsed:hover::before {
            color: #a58000; }
          .purple .c-prices__summary-headline-button.collapsed:hover::before {
            color: #9b006b; }
          .blue .c-prices__summary-headline-button.collapsed:hover::before {
            color: #007eb9; }
          .light-blue .c-prices__summary-headline-button.collapsed:hover::before {
            color: #37a8e0; }
          .yellow .c-prices__summary-headline-button.collapsed:hover::before {
            color: #535456; }
          .grey .c-prices__summary-headline-button.collapsed:hover::before {
            color: #535456; }
      .c-prices__summary-headline-button:focus {
        outline: none; }
      .c-prices__summary-headline-button[aria-expanded='true'] {
        border-bottom-color: #535456;
        border-width: 4px; }
        .white .c-prices__summary-headline-button[aria-expanded='true'] {
          border-bottom-color: #535456; }
        .grey .c-prices__summary-headline-button[aria-expanded='true'] {
          border-bottom-color: #838487; }
        .green .c-prices__summary-headline-button[aria-expanded='true'] {
          border-bottom-color: #72b904; }
        .orange .c-prices__summary-headline-button[aria-expanded='true'] {
          border-bottom-color: #ef8700; }
        .dark-yellow .c-prices__summary-headline-button[aria-expanded='true'] {
          border-bottom-color: #a58000; }
        .purple .c-prices__summary-headline-button[aria-expanded='true'] {
          border-bottom-color: #9b006b; }
        .blue .c-prices__summary-headline-button[aria-expanded='true'] {
          border-bottom-color: #007eb9; }
        .light-blue .c-prices__summary-headline-button[aria-expanded='true'] {
          border-bottom-color: #37a8e0; }
        .yellow .c-prices__summary-headline-button[aria-expanded='true'] {
          border-bottom-color: #ffd200; } }
  @media (min-width: 47.1875em) {
    .c-prices__summary-headline-button {
      color: #535456; }
      .c-prices__summary-headline-button[type='button'] {
        cursor: default; } }

.c-prices__content-wrapper {
  margin-top: 32px; }
  @media (min-width: 36em) {
    .c-prices__content-wrapper {
      margin-top: 60px; } }

.c-prices__meta {
  margin-top: 24px; }

.c-prices__meta-validity {
  display: block;
  font-size: 14px;
  line-height: 1.42857; }

.c-page__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1760px;
  margin: 0 auto; }

/*
    [1] on desktop viewports the navigation is always
    visible regardless of any styles done by JS
*/
.c-page__area--full-stage,
.c-page__area--teaser-stage {
  width: 100%; }

.c-page__area--nav {
  width: 100%;
  background: #fff; }
  @media (min-width: 62em) {
    .c-page__area--nav {
      flex-basis: 25%; } }
  @media (min-width: 81.25em) {
    .c-page__area--nav {
      flex-basis: 22%; } }
  @media (min-width: 100em) {
    .c-page__area--nav {
      flex-basis: 19%; } }
  @media (min-width: 62em) {
    .c-page__area--nav {
      display: block !important;
      /* [1] */
      width: auto; } }

.c-page__area--main {
  flex: 1 1 100%;
  max-width: 100%;
  margin: 0 auto; }
  @media (min-width: 62em) {
    .c-page__area--main {
      flex-basis: 75%;
      max-width: 75%; } }
  @media (min-width: 81.25em) {
    .c-page__area--main {
      flex-basis: 78%;
      max-width: 78%; } }
  @media (min-width: 100em) {
    .c-page__area--main {
      flex-basis: 81%;
      max-width: 81%; } }

.c-main {
  margin: 0; }
  @media (min-width: 62em) {
    .c-main {
      margin: 0 40px; } }
  @media (min-width: 81.25em) {
    .c-main {
      margin: 0 80px; } }

.c-stage {
  margin: 0; }
  @media (min-width: 62em) {
    .c-stage {
      margin: 0 40px; } }
  @media (min-width: 81.25em) {
    .c-stage {
      margin: 0 80px; } }
