@charset "UTF-8";
/*
//$global-width: rem-calc(1200);

$global-margin: 1rem;
$global-padding: 1rem;
$global-position: 1rem;

$global-radius: 0;
$global-menu-padding: 0.7rem 1rem;
$global-menu-nested-margin: 1rem;
*/
/**
  * Abschnitt 1: Farbdefinitionen
  * Hier werden die Grundfarben der Seite festgelegt
  */
/* Black & White & None */
/* dunkelster Farbwert der Seite - z.B. wie default Schriftfarben */
/* hellster Farbwert der Seite - ist auch die default Modul-Hintergrundfarbe */
/* Keine Hintergrundfarbe (transparent) */
/**
  * Basic Farbschema: blue-grey
  * 5 Hintergrundfarben von hell (bg-xlight) zu dunkel (bg-xdark)
  * 3 unterschiedliche Akzentfarben
  * Textfarben für: Text, Überschriften und Links (auf hellem und dunklem Hintergrund)
  */
/*
  $clr-bg-1: #f3f3f3;  // bg-xlight
  $clr-bg-2: #fdbedc;  // bg-light
  $clr-bg-3: #FF99CC;  // bg-medium
  $clr-bg-4: #e75bb9;  // bg-dark (Schriftfarbe hell)
  $clr-bg-5: #800080;  // bg-xdark (Schriftfarbe hell)

  $clr-akz-1: #e75bb9;  // Akzentfarbe 1
  $clr-akz-2: #800080;  // Akzentfarbe 2
  $clr-akz-3: #800080;  // Akzentfarbe 3
*/
/**
  * Abschnitt 2: Zuweisung der Farbdefinitionen
  * Hier werden die oben festgelegten Farben den Bereichen und Elementen zugewiesen
  * Alle Werte können hier für spezielle Bereiche noch mal angepasst werden durch:
  * 1. ändern des Variabel-Namen
  * 2. ersetzen der Variabeln durch Farbwerte (Hexwert, rgb-Werte)
  * In Abschnitt 2 werden globale Einstellungen vorgenommen.
  * Bereichs- und Elementspezifische Farbzuweisungen folgen in Abschnitt 3 und 4
  */
/* Akzentfarben */
/* können für individuelle Anpassungen in den scss Dateien verwendet werden */
/* Allgemeine Hintergrundfarben (max. 5) */
/* können über Klassen (bg-light, bg-medium, bg-dark) in den Templates zugeordnet werden */
/* werden z.B. für die auswählbaren Hintergrundfarben der Module verwendet */
/* Textfarben */
/* default Schriftfarbe */
/* default Schriftfarbe für Text und Überschriften ab Ebene 3 (H3) */
/* default Farbe der Hauptüberschrift (H1) */
/* default Farbe der Unterüberschrift (H2) */
/* default Farbe der Unterüberschrift (H3) */
/* helle Schriftfarbe für z.B. Copyright Hinweise */
/* Textfarben auf dunklem Hintergrund */
/* default Farbe auf dunklem Hintergrund */
/* default Farbe auf dunklem Hintergrund */
/* default Farbe auf dunklem Hintergrund */
/* helle Schriftfarbe für z.B. Copyright Hinweise */
/* Linkfarben */
/* Linkfarbe */
/* Linkfarbe (hover status) */
/* Linkfarbe (active status) */
/* Linkfarben auf dunklem Hintergrund */
/* Linkfarbe */
/* Linkfarbe (hover status) */
/* Linkfarbe (active status) */
/* Buttonfarben */
/* Button Textfarbe */
/* Button Textfarbe (hover) */
/* Button Hintergrundfarbe */
/* Button Hintergrundfarbe (hover) */
/* Buttonfarben auf dunklem Hintergrund */
/* Button Textfarbe */
/* Button Textfarbe (hover) */
/* Button Hintergrundfarbe */
/* Button Hintergrundfarbe (hover) */
/* Border und Ruler Farben */
/* Border Farbe (Rahmen) */
/* Ruler Farbe (Trennlinien) */
/* Border und Ruler Farben auf dunklem Hintergrund */
/* Border Farbe (Rahmen) */
/* Ruler Farbe (Trennlinien) */
/**
  * Abschnitt 3: Bereichspezifische Farbdefinitionen
  * Hier werden Farbwerte für bestimmte Bereiche (Body, Header, Footer, Main)
  */
/* Hintergrundfarben der klassischen Seitenbereiche */
/* Hintergrundfarbe des body Elements, ist in der Regel identisch mit der (untersten) Farbe im Footer */
/* Hintergrundfarbe des Headers */
/* Hintergrundfarbe des Main-Bereiches (da wo die Module eingebunden werden, meist weiß) */
/* Hintergrundfarbe des Footers */
/* Header - Schrift und weitere Hintergrundfarben */
/* Textfarbe */
/* Footer - Schrift und weitere Hintergrundfarben */
/**
  * Abschnitt 4: Elementspezifische Farbzuweisungen
  * Hier werden Farbwerte für einzelne Module/Elemente (Navigation, Sidebar, Akkordeon, Slider) definiert
  */
/* Navigation: desktop */
/* Hintergrundfarbe der Navigation */
/* Hintergrundfarbe der Unternavigation */
/* Textfarbe, z.B. der Trigger */
/* Farbe der Links */
/* Farbe der Links (hover) */
/* Farbe der Links (active) */
/* Hintergrundfarbe der Links */
/* Hintergrundfarbe der Links (hover & active) */
/* Navigation: mobile */
/* Hintergrundfarbe der Navigation */
/* Hintergrundfarbe der Unternavigation */
/* Textfarbe, z.B. der Trigger */
/* Farbe der Links */
/* Farbe der Links (hover) */
/* Farbe der Links (active) */
/* Hintergrundfarbe der Links */
/* Hintergrundfarbe der Links (hover & active) */
/* Farbe des Triggers */
/* Akkordeon */
/* Akkordeon auf dunklem Hintergrund */
/* Akkordeon - Wenn $use-bg-colors auf true gesetzt ist, werden die nachfolgenden Hintergrundfarben verwendet. */
/* Text-, Link- und Buttonfarben für Module mit bg-light */
/* Text-, Link- und Buttonfarben für Module mit bg-medium */
/* Text-, Link- und Buttonfarben für Module mit bg-dark */
/**
 * import local webfonts an konfiguration
 */
/**
  * Abschnitt 1: Schrifteinbindung
  * hier werden die localen Webschriften (z.B. Google-Fonts) eingebunden
  */
/* inter-tight-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/inter-tight-v8-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter Tight";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/inter-tight-v8-latin-100italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/inter-tight-v8-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter Tight";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/inter-tight-v8-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-tight-v8-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter Tight";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/inter-tight-v8-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-tight-v8-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter Tight";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/inter-tight-v8-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-tight-v8-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter Tight";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/inter-tight-v8-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-tight-v8-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter Tight";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/inter-tight-v8-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-tight-v8-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter Tight";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/inter-tight-v8-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter-tight-v8-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter Tight";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/inter-tight-v8-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter-tight-v8-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter Tight";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/inter-tight-v8-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
  * Abschnitt 2: Schriften Zuweisen
  * Schrift 1: Roboto (normal: 100,300,400,500,700)
  */
/**
  * base typography
  */
/**
* Abschnitt 2: Schriften zuweisen
*/
/**
 * Elements configuration
 */
/**
 * Print Styles
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=30em&large=48em&xlarge=64em&mobileNav=79.9375em&xxlarge=80em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Hurme Geometric Sans_1 W01 Rg", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
  max-width: 80rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 30em) {
  .grid-container {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}
.grid-container.fluid {
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 30em) {
  .grid-container.fluid {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 30em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 64em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 79.9375em) {
  .grid-x > .mobileNav-shrink, .grid-x > .mobileNav-full, .grid-x > .mobileNav-1, .grid-x > .mobileNav-2, .grid-x > .mobileNav-3, .grid-x > .mobileNav-4, .grid-x > .mobileNav-5, .grid-x > .mobileNav-6, .grid-x > .mobileNav-7, .grid-x > .mobileNav-8, .grid-x > .mobileNav-9, .grid-x > .mobileNav-10, .grid-x > .mobileNav-11, .grid-x > .mobileNav-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 80em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 30em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 79.9375em) {
  .grid-x > .mobileNav-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .mobileNav-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .mobileNav-1 {
    width: 8.3333333333%;
  }
  .grid-x > .mobileNav-2 {
    width: 16.6666666667%;
  }
  .grid-x > .mobileNav-3 {
    width: 25%;
  }
  .grid-x > .mobileNav-4 {
    width: 33.3333333333%;
  }
  .grid-x > .mobileNav-5 {
    width: 41.6666666667%;
  }
  .grid-x > .mobileNav-6 {
    width: 50%;
  }
  .grid-x > .mobileNav-7 {
    width: 58.3333333333%;
  }
  .grid-x > .mobileNav-8 {
    width: 66.6666666667%;
  }
  .grid-x > .mobileNav-9 {
    width: 75%;
  }
  .grid-x > .mobileNav-10 {
    width: 83.3333333333%;
  }
  .grid-x > .mobileNav-11 {
    width: 91.6666666667%;
  }
  .grid-x > .mobileNav-12 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xxlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: - 0.46875rem;
  margin-right: - 0.46875rem;
}
@media print, screen and (min-width: 30em) {
  .grid-margin-x {
    margin-left: - 0.78125rem;
    margin-right: - 0.78125rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 0.9375rem);
  margin-left: 0.46875rem;
  margin-right: 0.46875rem;
}
@media print, screen and (min-width: 30em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.5625rem);
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 0.9375rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 0.9375rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 0.9375rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 0.9375rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 0.9375rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 0.9375rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 0.9375rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 0.9375rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 0.9375rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 0.9375rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 0.9375rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 0.9375rem);
}
@media print, screen and (min-width: 30em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.5625rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.5625rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.5625rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.5625rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.5625rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.5625rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.5625rem);
  }
}
@media screen and (min-width: 79.9375em) {
  .grid-margin-x > .mobileNav-auto {
    width: auto;
  }
  .grid-margin-x > .mobileNav-shrink {
    width: auto;
  }
  .grid-margin-x > .mobileNav-1 {
    width: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .mobileNav-2 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .mobileNav-3 {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x > .mobileNav-4 {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .mobileNav-5 {
    width: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .mobileNav-6 {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x > .mobileNav-7 {
    width: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .mobileNav-8 {
    width: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .mobileNav-9 {
    width: calc(75% - 1.5625rem);
  }
  .grid-margin-x > .mobileNav-10 {
    width: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .mobileNav-11 {
    width: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .mobileNav-12 {
    width: calc(100% - 1.5625rem);
  }
}
@media screen and (min-width: 80em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.5625rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: - 0.46875rem;
  margin-left: - 0.46875rem;
}
@media print, screen and (min-width: 30em) {
  .grid-padding-x .grid-padding-x {
    margin-right: - 0.78125rem;
    margin-left: - 0.78125rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: - 0.46875rem;
  margin-left: - 0.46875rem;
}
@media print, screen and (min-width: 30em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: - 0.78125rem;
    margin-left: - 0.78125rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media print, screen and (min-width: 30em) {
  .grid-padding-x > .cell {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 30em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 48em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 64em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 79.9375em) {
  .mobileNav-up-1 > .cell {
    width: 100%;
  }
  .mobileNav-up-2 > .cell {
    width: 50%;
  }
  .mobileNav-up-3 > .cell {
    width: 33.3333333333%;
  }
  .mobileNav-up-4 > .cell {
    width: 25%;
  }
  .mobileNav-up-5 > .cell {
    width: 20%;
  }
  .mobileNav-up-6 > .cell {
    width: 16.6666666667%;
  }
  .mobileNav-up-7 > .cell {
    width: 14.2857142857%;
  }
  .mobileNav-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 80em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 0.9375rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 0.9375rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 0.9375rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 0.9375rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 0.9375rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 0.9375rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 0.9375rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 0.9375rem);
}

@media print, screen and (min-width: 30em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 0.9375rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 0.9375rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 0.9375rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 0.9375rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 0.9375rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 0.9375rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 0.9375rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 0.9375rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.5625rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.5625rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.5625rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.5625rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.5625rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.5625rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.5625rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.5625rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.5625rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.5625rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.5625rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.5625rem);
  }
}
@media screen and (min-width: 79.9375em) {
  .grid-margin-x.mobileNav-up-1 > .cell {
    width: calc(100% - 1.5625rem);
  }
  .grid-margin-x.mobileNav-up-2 > .cell {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x.mobileNav-up-3 > .cell {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x.mobileNav-up-4 > .cell {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x.mobileNav-up-5 > .cell {
    width: calc(20% - 1.5625rem);
  }
  .grid-margin-x.mobileNav-up-6 > .cell {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x.mobileNav-up-7 > .cell {
    width: calc(14.2857142857% - 1.5625rem);
  }
  .grid-margin-x.mobileNav-up-8 > .cell {
    width: calc(12.5% - 1.5625rem);
  }
}
@media screen and (min-width: 80em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.5625rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.5625rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.5625rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.5625rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 30em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 79.9375em) {
  .small-margin-collapse > .mobileNav-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .mobileNav-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .mobileNav-3 {
    width: 25%;
  }
  .small-margin-collapse > .mobileNav-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .mobileNav-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .mobileNav-6 {
    width: 50%;
  }
  .small-margin-collapse > .mobileNav-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .mobileNav-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .mobileNav-9 {
    width: 75%;
  }
  .small-margin-collapse > .mobileNav-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .mobileNav-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .mobileNav-12 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 30em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 30em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 30em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 79.9375em) {
  .medium-margin-collapse > .mobileNav-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .mobileNav-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .mobileNav-3 {
    width: 25%;
  }
  .medium-margin-collapse > .mobileNav-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .mobileNav-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .mobileNav-6 {
    width: 50%;
  }
  .medium-margin-collapse > .mobileNav-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .mobileNav-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .mobileNav-9 {
    width: 75%;
  }
  .medium-margin-collapse > .mobileNav-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .mobileNav-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .mobileNav-12 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 30em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 79.9375em) {
  .large-margin-collapse > .mobileNav-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .mobileNav-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .mobileNav-3 {
    width: 25%;
  }
  .large-margin-collapse > .mobileNav-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .mobileNav-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .mobileNav-6 {
    width: 50%;
  }
  .large-margin-collapse > .mobileNav-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .mobileNav-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .mobileNav-9 {
    width: 75%;
  }
  .large-margin-collapse > .mobileNav-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .mobileNav-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .mobileNav-12 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 64em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 64em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 79.9375em) {
  .xlarge-margin-collapse > .mobileNav-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .mobileNav-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .mobileNav-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .mobileNav-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .mobileNav-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .mobileNav-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .mobileNav-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .mobileNav-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .mobileNav-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .mobileNav-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .mobileNav-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .mobileNav-12 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 79.9375em) {
  .mobileNav-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .mobileNav-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 79.9375em) {
  .mobileNav-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .mobileNav-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .mobileNav-margin-collapse > .small-3 {
    width: 25%;
  }
  .mobileNav-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .mobileNav-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .mobileNav-margin-collapse > .small-6 {
    width: 50%;
  }
  .mobileNav-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .mobileNav-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .mobileNav-margin-collapse > .small-9 {
    width: 75%;
  }
  .mobileNav-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .mobileNav-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .mobileNav-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 79.9375em) {
  .mobileNav-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .mobileNav-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .mobileNav-margin-collapse > .medium-3 {
    width: 25%;
  }
  .mobileNav-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .mobileNav-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .mobileNav-margin-collapse > .medium-6 {
    width: 50%;
  }
  .mobileNav-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .mobileNav-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .mobileNav-margin-collapse > .medium-9 {
    width: 75%;
  }
  .mobileNav-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .mobileNav-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .mobileNav-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 79.9375em) {
  .mobileNav-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .mobileNav-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .mobileNav-margin-collapse > .large-3 {
    width: 25%;
  }
  .mobileNav-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .mobileNav-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .mobileNav-margin-collapse > .large-6 {
    width: 50%;
  }
  .mobileNav-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .mobileNav-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .mobileNav-margin-collapse > .large-9 {
    width: 75%;
  }
  .mobileNav-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .mobileNav-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .mobileNav-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 79.9375em) {
  .mobileNav-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .mobileNav-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .mobileNav-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .mobileNav-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .mobileNav-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .mobileNav-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .mobileNav-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .mobileNav-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .mobileNav-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .mobileNav-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .mobileNav-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .mobileNav-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 79.9375em) {
  .mobileNav-margin-collapse > .mobileNav-1 {
    width: 8.3333333333%;
  }
  .mobileNav-margin-collapse > .mobileNav-2 {
    width: 16.6666666667%;
  }
  .mobileNav-margin-collapse > .mobileNav-3 {
    width: 25%;
  }
  .mobileNav-margin-collapse > .mobileNav-4 {
    width: 33.3333333333%;
  }
  .mobileNav-margin-collapse > .mobileNav-5 {
    width: 41.6666666667%;
  }
  .mobileNav-margin-collapse > .mobileNav-6 {
    width: 50%;
  }
  .mobileNav-margin-collapse > .mobileNav-7 {
    width: 58.3333333333%;
  }
  .mobileNav-margin-collapse > .mobileNav-8 {
    width: 66.6666666667%;
  }
  .mobileNav-margin-collapse > .mobileNav-9 {
    width: 75%;
  }
  .mobileNav-margin-collapse > .mobileNav-10 {
    width: 83.3333333333%;
  }
  .mobileNav-margin-collapse > .mobileNav-11 {
    width: 91.6666666667%;
  }
  .mobileNav-margin-collapse > .mobileNav-12 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .mobileNav-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .mobileNav-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .mobileNav-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .mobileNav-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .mobileNav-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .mobileNav-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .mobileNav-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .mobileNav-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .mobileNav-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .mobileNav-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .mobileNav-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .mobileNav-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 79.9375em) {
  .mobileNav-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .mobileNav-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 80em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 80em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .xxlarge-margin-collapse > .mobileNav-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .mobileNav-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .mobileNav-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .mobileNav-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .mobileNav-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .mobileNav-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .mobileNav-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .mobileNav-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .mobileNav-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .mobileNav-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .mobileNav-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .mobileNav-12 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.46875rem);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.46875rem);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.46875rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.46875rem);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.46875rem);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.46875rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.46875rem);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.46875rem);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.46875rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.46875rem);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.46875rem);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.46875rem);
}

@media print, screen and (min-width: 30em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.78125rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.78125rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.78125rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.78125rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.78125rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.78125rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.78125rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.78125rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.78125rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.78125rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.78125rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.78125rem);
  }
}
@media print, screen and (min-width: 48em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.78125rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.78125rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.78125rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.78125rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.78125rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.78125rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.78125rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.78125rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.78125rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.78125rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.78125rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.78125rem);
  }
}
@media screen and (min-width: 64em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.78125rem);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.78125rem);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.78125rem);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.78125rem);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.78125rem);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.78125rem);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.78125rem);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.78125rem);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.78125rem);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.78125rem);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.78125rem);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.78125rem);
  }
}
@media screen and (min-width: 79.9375em) {
  .mobileNav-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .mobileNav-offset-0 {
    margin-left: calc(0% + 0.78125rem);
  }
  .mobileNav-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .mobileNav-offset-1 {
    margin-left: calc(8.3333333333% + 0.78125rem);
  }
  .mobileNav-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .mobileNav-offset-2 {
    margin-left: calc(16.6666666667% + 0.78125rem);
  }
  .mobileNav-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .mobileNav-offset-3 {
    margin-left: calc(25% + 0.78125rem);
  }
  .mobileNav-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .mobileNav-offset-4 {
    margin-left: calc(33.3333333333% + 0.78125rem);
  }
  .mobileNav-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .mobileNav-offset-5 {
    margin-left: calc(41.6666666667% + 0.78125rem);
  }
  .mobileNav-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .mobileNav-offset-6 {
    margin-left: calc(50% + 0.78125rem);
  }
  .mobileNav-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .mobileNav-offset-7 {
    margin-left: calc(58.3333333333% + 0.78125rem);
  }
  .mobileNav-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .mobileNav-offset-8 {
    margin-left: calc(66.6666666667% + 0.78125rem);
  }
  .mobileNav-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .mobileNav-offset-9 {
    margin-left: calc(75% + 0.78125rem);
  }
  .mobileNav-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .mobileNav-offset-10 {
    margin-left: calc(83.3333333333% + 0.78125rem);
  }
  .mobileNav-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .mobileNav-offset-11 {
    margin-left: calc(91.6666666667% + 0.78125rem);
  }
}
@media screen and (min-width: 80em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.78125rem);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.78125rem);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.78125rem);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.78125rem);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.78125rem);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.78125rem);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.78125rem);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.78125rem);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.78125rem);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.78125rem);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.78125rem);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.78125rem);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media print, screen and (min-width: 30em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 64em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 79.9375em) {
  .grid-y > .mobileNav-shrink, .grid-y > .mobileNav-full, .grid-y > .mobileNav-1, .grid-y > .mobileNav-2, .grid-y > .mobileNav-3, .grid-y > .mobileNav-4, .grid-y > .mobileNav-5, .grid-y > .mobileNav-6, .grid-y > .mobileNav-7, .grid-y > .mobileNav-8, .grid-y > .mobileNav-9, .grid-y > .mobileNav-10, .grid-y > .mobileNav-11, .grid-y > .mobileNav-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 80em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 30em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 64em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 79.9375em) {
  .grid-y > .mobileNav-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .mobileNav-shrink {
    height: auto;
  }
  .grid-y > .mobileNav-1 {
    height: 8.3333333333%;
  }
  .grid-y > .mobileNav-2 {
    height: 16.6666666667%;
  }
  .grid-y > .mobileNav-3 {
    height: 25%;
  }
  .grid-y > .mobileNav-4 {
    height: 33.3333333333%;
  }
  .grid-y > .mobileNav-5 {
    height: 41.6666666667%;
  }
  .grid-y > .mobileNav-6 {
    height: 50%;
  }
  .grid-y > .mobileNav-7 {
    height: 58.3333333333%;
  }
  .grid-y > .mobileNav-8 {
    height: 66.6666666667%;
  }
  .grid-y > .mobileNav-9 {
    height: 75%;
  }
  .grid-y > .mobileNav-10 {
    height: 83.3333333333%;
  }
  .grid-y > .mobileNav-11 {
    height: 91.6666666667%;
  }
  .grid-y > .mobileNav-12 {
    height: 100%;
  }
}
@media screen and (min-width: 80em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: - 0.46875rem;
  margin-bottom: - 0.46875rem;
}
@media print, screen and (min-width: 30em) {
  .grid-padding-y .grid-padding-y {
    margin-top: - 0.78125rem;
    margin-bottom: - 0.78125rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
@media print, screen and (min-width: 30em) {
  .grid-padding-y > .cell {
    padding-top: 0.46875rem;
    padding-bottom: 0.46875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.grid-margin-y {
  margin-top: - 0.46875rem;
  margin-bottom: - 0.46875rem;
}
@media print, screen and (min-width: 30em) {
  .grid-margin-y {
    margin-top: - 0.78125rem;
    margin-bottom: - 0.78125rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 0.9375rem);
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem;
}
@media print, screen and (min-width: 30em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.5625rem);
    margin-top: 0.78125rem;
    margin-bottom: 0.78125rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 0.9375rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 0.9375rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 0.9375rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 0.9375rem);
}
@media print, screen and (min-width: 30em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.5625rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.5625rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.5625rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.5625rem);
  }
}
@media screen and (min-width: 79.9375em) {
  .grid-margin-y > .mobileNav-auto {
    height: auto;
  }
  .grid-margin-y > .mobileNav-shrink {
    height: auto;
  }
  .grid-margin-y > .mobileNav-1 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-2 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-3 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-4 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-5 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-6 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-7 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-8 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-9 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-10 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-11 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-12 {
    height: calc(100% - 1.5625rem);
  }
}
@media screen and (min-width: 80em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.5625rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 30em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 48em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 64em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 79.9375em) {
  .mobileNav-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .mobileNav-grid-frame {
    width: 100%;
  }
  .mobileNav-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .mobileNav-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .mobileNav-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .mobileNav-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 80em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 30em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 64em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 79.9375em) {
  .grid-y.mobileNav-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 80em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 30em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 64em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 79.9375em) {
  .cell .grid-y.mobileNav-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 80em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: - 0.46875rem;
  margin-bottom: - 0.46875rem;
}
@media print, screen and (min-width: 30em) {
  .grid-margin-y {
    margin-top: - 0.78125rem;
    margin-bottom: - 0.78125rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 0.9375rem);
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem;
}
@media print, screen and (min-width: 30em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.5625rem);
    margin-top: 0.78125rem;
    margin-bottom: 0.78125rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 0.9375rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 0.9375rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 0.9375rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 0.9375rem);
}
@media print, screen and (min-width: 30em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.5625rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.5625rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.5625rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.5625rem);
  }
}
@media screen and (min-width: 79.9375em) {
  .grid-margin-y > .mobileNav-auto {
    height: auto;
  }
  .grid-margin-y > .mobileNav-shrink {
    height: auto;
  }
  .grid-margin-y > .mobileNav-1 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-2 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-3 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-4 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-5 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-6 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-7 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-8 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-9 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-10 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-11 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .mobileNav-12 {
    height: calc(100% - 1.5625rem);
  }
}
@media screen and (min-width: 80em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.5625rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 0.9375rem);
}
@media print, screen and (min-width: 30em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5625rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5625rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5625rem);
  }
}
@media screen and (min-width: 79.9375em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5625rem);
  }
}
@media screen and (min-width: 80em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5625rem);
  }
}

@media print, screen and (min-width: 30em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.5625rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.5625rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.5625rem);
  }
}
@media screen and (min-width: 79.9375em) {
  .grid-margin-y.mobileNav-grid-frame {
    height: calc(100vh + 1.5625rem);
  }
}
@media screen and (min-width: 80em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.5625rem);
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Hurme Geometric Sans_1 W01 Rg", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

p {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

hgroup h1, .h1 {
  font-size: 2.0625rem;
  line-height: 1.14;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1 .xlight {
  font-size: 1.546875rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

hgroup h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

hgroup h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

hgroup h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

hgroup h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

hgroup h6, .h6 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

small {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

large {
  font-size: 1.375rem;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.ft-h1 {
  font-size: 2.0625rem;
  line-height: 1.14;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 30em) {
  p {
    font-size: 1.25rem;
  }
  hgroup h1, .h1 {
    font-size: 2.8125rem;
    line-height: 1.14;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h1 .xlight {
    font-size: 2.578125rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  hgroup h2, .h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  hgroup h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  hgroup h4, .h4 {
    font-size: 1.375rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  hgroup h5, .h5 {
    font-size: 1.375rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  hgroup h6, .h6 {
    font-size: 1.375rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  small {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  large {
    font-size: 1.5625rem;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .ft-h1 {
    font-size: 2.8125rem;
    line-height: 1.14;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  p {
    font-size: 1.25rem;
  }
  hgroup h1, .h1 {
    font-size: 3.125rem;
    line-height: 1.14;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h1 .xlight {
    font-size: 4.125rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  hgroup h2, .h2 {
    font-size: 1.625rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  hgroup h3, .h3 {
    font-size: 1.625rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  hgroup h4, .h4 {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  hgroup h5, .h5 {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  hgroup h6, .h6 {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  small {
    font-size: 1.0625rem;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  large {
    font-size: 1.875rem;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .ft-h1 {
    font-size: 3.125rem;
    line-height: 1.14;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 64em) {
  p {
    font-size: 1.25rem;
  }
  hgroup h1, .h1 {
    font-size: 3.125rem;
    line-height: 1.14;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h1 .xlight {
    font-size: 4.125rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  hgroup h2, .h2 {
    font-size: 1.75rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  hgroup h3, .h3 {
    font-size: 1.75rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  hgroup h4, .h4 {
    font-size: 1.75rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  hgroup h5, .h5 {
    font-size: 1.75rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  hgroup h6, .h6 {
    font-size: 1.75rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  small {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  large {
    font-size: 1.875rem;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .ft-h1 {
    font-size: 3.125rem;
    line-height: 1.14;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 80rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media print, screen and (min-width: 30em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 48em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 79.9375em) {
  .mobileNav-text-left {
    text-align: left;
  }
  .mobileNav-text-right {
    text-align: right;
  }
  .mobileNav-text-center {
    text-align: center;
  }
  .mobileNav-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 80em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}
.button.secondary {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}
.badge.primary {
  background: #1779ba;
  color: #fefefe;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.button-group.primary .button {
  background-color: #1779ba;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}
.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 30em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 29.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu.expanded li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.menu.simple {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 30em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 48em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media screen and (min-width: 64em) {
  .menu.xlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media screen and (min-width: 79.9375em) {
  .menu.mobileNav-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.mobileNav-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.mobileNav-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.mobileNav-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media screen and (min-width: 80em) {
  .menu.xxlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xxlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu.align-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu.align-right li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu.align-center li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
          box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
          box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #20272c;
  -webkit-box-shadow: 0 7px 0 #20272c, 0 14px 0 #20272c;
          box-shadow: 0 7px 0 #20272c, 0 14px 0 #20272c;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
          box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
.dropdown.menu a {
  padding: 0.7rem 1rem;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu .is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 30em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 48em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media screen and (min-width: 64em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media screen and (min-width: 79.9375em) {
  .dropdown.menu.mobileNav-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.mobileNav-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.mobileNav-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.mobileNav-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.mobileNav-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.mobileNav-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.mobileNav-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.mobileNav-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.mobileNav-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.mobileNav-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media screen and (min-width: 80em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}
.label.primary {
  background: #1779ba;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 29.9375em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 29.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.main-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media print, screen and (min-width: 30em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 64em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 79.9375em) {
  .position-left.reveal-for-mobileNav {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-mobileNav .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-mobileNav {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-mobileNav ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-mobileNav {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-mobileNav .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-mobileNav {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-mobileNav ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-mobileNav {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-mobileNav .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-mobileNav {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-mobileNav ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-mobileNav {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-mobileNav .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-mobileNav {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-mobileNav ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 80em) {
  .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 30em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 79.9375em) {
  .off-canvas.in-canvas-for-mobileNav {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-mobileNav.position-left, .off-canvas.in-canvas-for-mobileNav.position-right, .off-canvas.in-canvas-for-mobileNav.position-top, .off-canvas.in-canvas-for-mobileNav.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-mobileNav .close-button {
    display: none;
  }
}
@media screen and (min-width: 80em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #ffffff;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 30em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #14679e;
}
.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 47.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
          box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 30em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 79.875em) {
  .top-bar.stacked-for-xlarge {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 79.9375em) {
  .top-bar.stacked-for-mobileNav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-mobileNav .top-bar-left,
  .top-bar.stacked-for-mobileNav .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar.stacked-for-xxlarge {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 29.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 30em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 30em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 29.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 29.9375em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 79.875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 79.9375em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 79.9375em) {
  .hide-for-mobileNav {
    display: none !important;
  }
}

@media screen and (max-width: 79.875em) {
  .show-for-mobileNav {
    display: none !important;
  }
}

@media screen and (min-width: 79.9375em) and (max-width: 79.9375em) {
  .hide-for-mobileNav-only {
    display: none !important;
  }
}

@media screen and (max-width: 79.875em), screen and (min-width: 80em) {
  .show-for-mobileNav-only {
    display: none !important;
  }
}

@media screen and (min-width: 80em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 79.9375em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 80em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 79.9375em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

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

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

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

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

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

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

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

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

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

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

@media print, screen and (min-width: 30em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 48em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 64em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 79.9375em) {
  .mobileNav-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mobileNav-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mobileNav-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .mobileNav-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .mobileNav-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .mobileNav-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 80em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

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

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

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

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 30em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 48em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 64em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 79.9375em) {
  .mobileNav-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobileNav-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .mobileNav-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .mobileNav-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .mobileNav-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .mobileNav-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mobileNav-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobileNav-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 80em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7;
}
@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}
@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
          animation-name: spin-ccw-1turn;
}
@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}
@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg;
}
@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important;
}

/**
 * ===============================================
 * CUSTOM MIXINS - RESET CLASSES
 * Table reset & List reset
 */
/**
 * ================================================
 * CUSTOM MIXINS - TRANSITIONS
 * 1. Parameter: Duration of transition in Seconds
 * 2. Parameter: Transition Type (style)
 */
/**
 * ===============================================
 * CUSTOM MIXINS - ROTATE
 */
/**
 * ============================
 * CUSTOM MIXINS - ROUND BORDER
 */
/* round-border customized */
/* round-border all */
/* round-border top */
/* round-border bottom */
/* round-border left */
/* round-border right */
/* basic mixin to include in others */
/**
 * ===============================================
 * CUSTOM MIXINS - BOX SHADOW
 * 1. Parameter: Verschiebung X-Achse (horizontal)
 * 2. Parameter: Verschiebung Y-Achse (vertical)
 * 3. Parameter: Breite des Verlaufs
 * 4. Parameter: Farbe des Schattens
 * 5. Parameter: Schatten nach Innen
 */
/**
 * ===============================================
 * CUSTOM MIXINS - NEGATIVE COLORS
 * 1. Parameter: Hintergrund-Farbe
 * 2. Parameter: Schrift-Farbe
 * 3. Parameter: Link-Farbe
 * 4. Parameter: Link-Farbe beim Hover
 */
/**
 * ===============================================
 * CUSTOM MIXINS - BUTTON-LINK
 * 1. Parameter: Hintergrund-Farbe
 * 2. Parameter: Hintergrund-Farbe beim Hover
 * 3. Parameter: Schrift-Farbe
 */
/**
 * ==========================================
 * CUSTOM MIXINS - Card
 * eine vertikale Flexbox für ein Card Layout
 */
/**
 * ===============================================
 * CUSTOM MIXINS - Icon + Text / Headline
 * Ein Icon einer Headline oder einem Text hinzufügen
 */
/**
 * ==========================================
 * CUSTOM MIXINS - ASPECT-RATIO
 * mit Fallback-Lösung (padding-bottom-trick)
 * 1. Parameter: Faktor Breite
 * 2. Parameter: Faktor Höhe
 * Classname: .aspect-ratio-{Faktor Breite}-{Faktor Höhe}
 */
/* setzt aspect-ratio auf Übergeordnetes Element */
/* aspect-ratio Klassen erzeugen */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #403F41;
  color: #20272c;
}
body.nav-open {
  overflow: hidden;
}
body .print {
  display: none;
}
body .skip-to-content-link {
  left: 50%;
  top: 0;
  z-index: 1000;
  position: fixed;
  padding: 1rem;
  background-color: #403F41;
  color: #ffffff !important;
  font-weight: 600 !important;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
body .skip-to-content-link:focus-visible {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
body button:focus-visible, body a:focus-visible, body input:focus-visible, body textarea:focus-visible {
  outline: 2px solid #0088ff !important;
  outline-offset: 1px;
  scroll-margin-block: 25vh;
}
body ::-moz-selection {
  background-color: rgba(64, 63, 65, 0.5);
}
body ::selection {
  background-color: rgba(64, 63, 65, 0.5);
}

/* Breakpoint anzeige 
@include breakpoint(medium only) {
  body::after { display: block; position: fixed; top: 0; left: 0; content: "medium"; padding: 5px 10px; background-color: grey; color: $white; z-index: 99999; }
}
@include breakpoint(large only) {
  body::after { display: block; position: fixed; top: 0; left: 0; content: "large"; padding: 5px 10px; background-color: grey; color: $white; z-index: 99999; }
}
@include breakpoint(mobileNav only) {
  body::after { display: block; position: fixed; top: 0; left: 0; content: "mobileNav"; padding: 5px 10px; background-color: grey; color: $white; z-index: 99999; }
}
@include breakpoint(xlarge only) {
  body::after { display: block; position: fixed; top: 0; left: 0; content: "xlarge"; padding: 5px 10px; background-color: grey; color: $white; z-index: 99999; }
}
@include breakpoint(xxlarge only) {
  body::after { display: block; position: fixed; top: 0; left: 0; content: "xxlarge"; padding: 5px 10px; background-color: grey; color: $white; z-index: 99999; }
}
*/
.internal.acc {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.internal.acc .acc-trigger {
  padding-right: 1rem;
}
.internal.acc .acc-content {
  padding-left: 1rem;
}

/**
 * reset Klassen
 */
ul.reset, ol.reset {
  list-style: none;
  margin: 0;
}
ul.reset li, ol.reset li {
  margin: 0;
}

button.reset {
  border: none;
  line-height: 1.6;
}

table thead, table tbody, table tfoot {
  border: none;
  background: none;
}

/**
 * generische Klassen
 */
.bg-white {
  background-color: #ffffff;
}

.bg-xlight {
  background-color: #f4f7f7;
}

.bg-light {
  background-color: #E9EBED;
}

.bg-medium {
  background-color: #a1b7bf;
}

.bg-dark {
  background-color: #4F6773;
}

.bg-xdark {
  background-color: #3b474f;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.oflow {
  overflow: hidden;
}

.oflow-x {
  overflow-x: hidden;
}

.no-mrgs {
  margin: 0;
}

.no-pdgs {
  padding: 0;
}

.hyphens {
  -ms-hyphens: auto;
      hyphens: auto;
}

.shadow {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

/*
//  <!-- grid-container Abstände als einzelne Werte ($grid-column-gutter Werte halbiert) -->
.pad-gutter-left { padding-left: rem_calc(10); }
.pad-gutter-right { padding-right: rem_calc(10); }
.marg-gutter-left { margin-left: rem_calc(10); }
.marg-gutter-right { margin-right: rem_calc(10); }

@include breakpoint (medium) {
  .pad-gutter-left { padding-left: rem_calc(15); }
  .pad-gutter-right { padding-right: rem_calc(15); }
  .marg-gutter-left { margin-left: rem_calc(15); }
  .marg-gutter-right { margin-right: rem_calc(15); }
}
*/
.mtop {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 30em) {
  .mtop {
    margin-top: 1.25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .mtop {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 64em) {
  .mtop {
    margin-top: 2.1875rem;
  }
}
@media screen and (min-width: 80em) {
  .mtop {
    margin-top: 2.5rem;
  }
}

.mbot {
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 30em) {
  .mbot {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .mbot {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 64em) {
  .mbot {
    margin-bottom: 2.1875rem;
  }
}
@media screen and (min-width: 80em) {
  .mbot {
    margin-bottom: 2.5rem;
  }
}

.custom-height {
  height: 0.625rem;
}
@media print, screen and (min-width: 30em) {
  .custom-height {
    height: 1.25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .custom-height {
    height: 1.875rem;
  }
}
@media screen and (min-width: 80em) {
  .custom-height {
    height: 2.5rem;
  }
}

.mtop-sm {
  margin-top: 0.3125rem;
}
@media print, screen and (min-width: 30em) {
  .mtop-sm {
    margin-top: 0.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .mtop-sm {
    margin-top: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .mtop-sm {
    margin-top: 1.09375rem;
  }
}
@media screen and (min-width: 80em) {
  .mtop-sm {
    margin-top: 1.25rem;
  }
}

.mbot-sm {
  margin-bottom: 0.3125rem;
}
@media print, screen and (min-width: 30em) {
  .mbot-sm {
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .mbot-sm {
    margin-bottom: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .mbot-sm {
    margin-bottom: 1.09375rem;
  }
}
@media screen and (min-width: 80em) {
  .mbot-sm {
    margin-bottom: 1.25rem;
  }
}

.custom-height-sm {
  height: 0.3125rem;
}
@media print, screen and (min-width: 30em) {
  .custom-height-sm {
    height: 0.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .custom-height-sm {
    height: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .custom-height-sm {
    height: 1.09375rem;
  }
}
@media screen and (min-width: 80em) {
  .custom-height-sm {
    height: 1.25rem;
  }
}

/*
.pad-top {
  padding-top: $pad-sm;
  @include breakpoint (medium) { padding-top: $pad-md; }
  @include breakpoint (large) { padding-top: $pad-lg; }
  @include breakpoint (xlarge) { padding-top: $pad-xl; }
}

.pad-bottom {
  padding-bottom: $pad-sm;
  @include breakpoint (medium) { padding-bottom: $pad-md; }
  @include breakpoint (large) { padding-bottom: $pad-lg; }
  @include breakpoint (xlarge) { padding-bottom: $pad-xl; }
}

.marg-top-small {
  margin-top: $pad-sm / 2;
  @include breakpoint (medium) { margin-top: $pad-md / 2; }
  @include breakpoint (large) { margin-top: $pad-lg / 2; }
  @include breakpoint (xlarge) { margin-top: $pad-xl / 2; }
}

.marg-bottom-small {
  margin-bottom: $pad-sm / 2;
  @include breakpoint (medium) { margin-bottom: $pad-md / 2; }
  @include breakpoint (large) { margin-bottom: $pad-lg / 2; }
  @include breakpoint (xlarge) { margin-bottom: $pad-xl / 2; }
}

.pad-top-small {
  padding-top: $pad-sm / 2;
  @include breakpoint (medium) { padding-top: $pad-md / 2; }
  @include breakpoint (large) { padding-top: $pad-lg / 2; }
  @include breakpoint (xlarge) { padding-top: $pad-xl / 2; }
}

.pad-bottom-small {
  padding-bottom: $pad-sm / 2;
  @include breakpoint (medium) { padding-bottom: $pad-md / 2; }
  @include breakpoint (large) { padding-bottom: $pad-lg / 2; }
  @include breakpoint (xlarge) { padding-bottom: $pad-xl / 2; }
}
*/
/*
.linearize-lg {
  @include breakpoint (medium down) {
    //& > .cell + .cell { padding-top: 2em; }
    & > .cell:not(:first-child) {
      padding-top: 2em;
      //background-color: #ccc;
    }
  }
  @include breakpoint (large only) {
    & > [class*="xlarge-"] {
      padding-top: 2em;
      //background-color: #f00;
    }
  }
}
*/
/**
 * mehrspaltige Layouts
 */
.flx, .flxcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* folgende 3 Klassen zur Abwärtskompatibilität */
}
.flx--c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx--hc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flx--vc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx.flx-c, .flx-c.flxcard {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx.flx-hc, .flx-hc.flxcard {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flx.flx-vc, .flx-vc.flxcard {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flxcard {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  position: relative;
  background-color: #fff;
}
.flxcard__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.flxcard__end {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 25px 24px 25px;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-container .flex-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/*
.flx {
  display: flex;
  flex-wrap: wrap;
  &.flx-c { justify-content: center; align-items: center; }
  &.flx-hc { justify-content: center; }
  &.flx-vc { align-items: center; }
}
*/
.wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrp > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.wrp__1, .wrp__3 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wrp__2 {
  -ms-flex-preferred-size: 118.75rem;
      flex-basis: 118.75rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.flex-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  position: relative;
  background-color: #fff;
}
.flex-cards .flex-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.flex-cards .flex-end {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 25px 24px 25px;
}

.items-center {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

@media print, screen and (min-width: 30em) {
  div.medium-cc-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  div.medium-cc-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media print, screen and (min-width: 48em) {
  div.large-cc-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  div.large-cc-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media screen and (min-width: 64em) {
  div.xlarge-cc-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  div.xlarge-cc-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
/**
 * Grafiken & Bilder
 */
figure {
  margin: 0;
  vertical-align: bottom;
}
figure .legend {
  margin-top: 0.5em;
  font-size: 0.9em;
}

div[class*=ratio_], figure[class*=ratio_], picture[class*=ratio_] {
  display: block;
  position: relative;
  overflow: hidden;
}
div[class*=ratio_] img, figure[class*=ratio_] img, picture[class*=ratio_] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
div[class*=ratio_] iframe, figure[class*=ratio_] iframe, picture[class*=ratio_] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.ratio_16-9, figure.ratio_16-9, picture.ratio_16-9 {
  width: initial;
  height: initial;
  aspect-ratio: 1.7777777778;
}
@supports not (aspect-ratio: 1.7777777778) {
  div.ratio_16-9::before, figure.ratio_16-9::before, picture.ratio_16-9::before {
    float: left;
    content: "";
    padding-bottom: 56.25%;
  }
  div.ratio_16-9::after, figure.ratio_16-9::after, picture.ratio_16-9::after {
    display: block;
    content: "";
    clear: both;
  }
}
div.ratio_16-9 img, figure.ratio_16-9 img, picture.ratio_16-9 img {
  aspect-ratio: 16/9;
}
div.ratio_3-2, figure.ratio_3-2, picture.ratio_3-2 {
  width: initial;
  height: initial;
  aspect-ratio: 1.5;
}
@supports not (aspect-ratio: 1.5) {
  div.ratio_3-2::before, figure.ratio_3-2::before, picture.ratio_3-2::before {
    float: left;
    content: "";
    padding-bottom: 66.6666666667%;
  }
  div.ratio_3-2::after, figure.ratio_3-2::after, picture.ratio_3-2::after {
    display: block;
    content: "";
    clear: both;
  }
}
div.ratio_3-2 img, figure.ratio_3-2 img, picture.ratio_3-2 img {
  aspect-ratio: 3/2;
}
div.ratio_1-1, figure.ratio_1-1, picture.ratio_1-1 {
  width: initial;
  height: initial;
  aspect-ratio: 1;
}
@supports not (aspect-ratio: 1) {
  div.ratio_1-1::before, figure.ratio_1-1::before, picture.ratio_1-1::before {
    float: left;
    content: "";
    padding-bottom: 100%;
  }
  div.ratio_1-1::after, figure.ratio_1-1::after, picture.ratio_1-1::after {
    display: block;
    content: "";
    clear: both;
  }
}
div.ratio_1-1 img, figure.ratio_1-1 img, picture.ratio_1-1 img {
  aspect-ratio: 1;
}
div.ratio_3-4, figure.ratio_3-4, picture.ratio_3-4 {
  width: initial;
  height: initial;
  aspect-ratio: 0.75;
}
@supports not (aspect-ratio: 0.75) {
  div.ratio_3-4::before, figure.ratio_3-4::before, picture.ratio_3-4::before {
    float: left;
    content: "";
    padding-bottom: 133.3333333333%;
  }
  div.ratio_3-4::after, figure.ratio_3-4::after, picture.ratio_3-4::after {
    display: block;
    content: "";
    clear: both;
  }
}
div.ratio_3-4 img, figure.ratio_3-4 img, picture.ratio_3-4 img {
  aspect-ratio: 3/4;
}
div.ratio_9-16, figure.ratio_9-16, picture.ratio_9-16 {
  width: initial;
  height: initial;
  aspect-ratio: 0.5625;
}
@supports not (aspect-ratio: 0.5625) {
  div.ratio_9-16::before, figure.ratio_9-16::before, picture.ratio_9-16::before {
    float: left;
    content: "";
    padding-bottom: 177.7777777778%;
  }
  div.ratio_9-16::after, figure.ratio_9-16::after, picture.ratio_9-16::after {
    display: block;
    content: "";
    clear: both;
  }
}
div.ratio_9-16 img, figure.ratio_9-16 img, picture.ratio_9-16 img {
  aspect-ratio: 9/16;
}

picture:empty,
figure:empty {
  display: none;
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  vertical-align: bottom;
}
img.w-flex {
  margin-bottom: 1.5em;
  max-width: 100%;
  height: auto;
}
img.h-flex {
  margin-bottom: 1.5em;
  max-height: 100%;
  width: auto;
}
img.bordered {
  margin-bottom: 1.5em;
  border: 2px #ffffff solid;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
img.img-fleft, img.bild-links-platzieren {
  float: left;
  margin: 5px 20px 5px 0px;
}
img.img-fright, img.bild-rechts-platzieren {
  float: right;
  margin: 5px 0px 5px 20px;
}

div.img-shadow,
picture.img-shadow img {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.image-copyright {
  font-size: 0.8em;
  color: #4b5b67;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.bg-medium .image-copyright, .bg-dark .image-copyright {
  color: #e6e6e6;
}
.image-copyright:empty {
  display: none;
}

video {
  display: block;
}

/**
 * andere Elemente
 */
.ruler {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2px;
  border-top: 2px solid #ffffff;
}

.ruler-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

#tinymce {
  background: #fff;
  padding: 5px 7px;
  font-size: 16px;
}

@media print, screen and (min-width: 30em) {
  .columns-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media print, screen and (min-width: 48em) {
  .columns-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (min-width: 64em) {
  .columns-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

@media print, screen and (min-width: 30em) {
  .columns-2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media print, screen and (min-width: 48em) {
  .columns-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (min-width: 64em) {
  .columns-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media print, screen and (min-width: 30em) {
  .columns-3 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media print, screen and (min-width: 48em) {
  .columns-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media screen and (min-width: 64em) {
  .columns-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.neos-hinweis {
  font-size: 16px;
  color: #f72828;
  font-style: italic;
  margin-top: 1em;
}

/**
 * Page Header Styling
 */
:root {
  --header-height: 90px;
}
@media screen and (min-width: 79.9375em) {
  :root {
    --header-height: 120px;
  }
}

.page-header {
  position: sticky;
  top: 0;
  z-index: 999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #403F41;
}
.page-header .flx-header {
  position: relative;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 79.9375em) {
  .page-header .flx-header {
    height: var(--header-height);
  }
}
.page-header .cell {
  padding-inline: 1rem;
}
@media screen and (min-width: 79.9375em) {
  .page-header .cell {
    padding-inline: 1.25rem;
  }
}
@media screen and (min-width: 80em) {
  .page-header .cell {
    padding-inline: 2.5rem;
  }
}

body.fixed-header .page-header {
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 20;
}

.page-logo {
  display: block;
  position: relative;
  width: 100%;
  max-width: 140px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem 0;
  max-height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 48em) {
  .page-logo {
    max-width: 180px;
  }
}
.page-logo img {
  width: 100%;
  height: auto;
}

#nav-trigger {
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 79.9375em) {
  #nav-trigger {
    display: none;
  }
}
#nav-trigger svg {
  fill: #ffffff;
  width: 22px;
}
#nav-trigger .nav-trigger__icon-opened {
  display: none;
}
#nav-trigger.open .nav-trigger__icon-closed {
  display: none;
}
#nav-trigger.open .nav-trigger__icon-opened {
  display: block;
}

.sm-icons-header {
  padding: 1rem;
  width: 100%;
}
.sm-icons-header ul.flx, .sm-icons-header ul.flxcard {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
}
.sm-icons-header svg {
  display: block;
  height: 35px;
  width: auto;
}
.sm-icons-header svg .sm-svg-outer {
  fill: #a1b7bf;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.sm-icons-header svg .sm-svg-inner {
  fill: #fff;
}
.sm-icons-header a:hover svg .sm-svg-outer,
.sm-icons-header a:focus-visible svg .sm-svg-outer {
  fill: #859ea5;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.sm-icons-header a:hover svg .sm-svg-inner,
.sm-icons-header a:focus-visible svg .sm-svg-inner {
  fill: #fff;
}

.contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  background-color: #4F6773;
  color: #ffffff;
  padding-block: 0.5rem;
}
.contact-inner a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5rem;
  line-height: 1;
}
.contact-inner a span {
  display: block;
  font-weight: 500;
}
.contact-inner a:hover {
  color: #403F41;
  background-color: #ffffff;
}
.contact-inner a:hover .icon-at,
.contact-inner a:hover .icon-phone {
  fill: #403F41;
}

.contact-wrapper.mobile {
  background-color: #4F6773;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-wrapper.mobile .contact-inner {
  padding-block: 0;
  gap: 0.5rem;
}
.contact-wrapper.mobile .contact-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.contact-wrapper.mobile .contact-inner a svg {
  height: 1rem;
  width: auto;
}

.icon-at,
.icon-phone {
  fill: #fff;
}

@media screen {
  .page-content {
    background-color: #ffffff;
    /* <!-- Abstände oben, wenn Element untereinander angeordnet sind (small devices)  --> */
    /* <!-- Ausnahmen hinzufügen - z.B. Galerie --> */
    /**
     * Liste mit Pfeilen
     */
    /**
     * Liste mit vorangestellten Icons

    .linklist {
      margin: 0;
      list-style-type: none;

      li { margin-left: 0px; }

      a {
        display: block;
        position: relative;
        padding-left: 23px;

        &::before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 7px;
          width: 10px;
          height: 10px;
          background: url('../images/svg/arrow_right_white.svg') no-repeat 0 0/10px 10px;
          //border: 1px solid orange;
        }
      }
    } // end .linklist
     */
    /**
     * einzelner Link mit Pfeil

    .pfeil-link {
      a {
        display: inline-block;
        position: relative;
        padding-right: 23px;

        &::after {
          content: "";
          display: block;
          position: absolute;
          right: 0;
          top: 7px;
          width: 10px;
          height: 10px;
          background: url('../images/svg/arrow_left_blue.svg') no-repeat 0 0/10px 10px;
        }
      }
    }
     */
    /**
    * Parallax Modul
    */
    /**
    * Stoerer
    */
  }
  .page-content .content-wrapper {
    position: relative;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  /**
   * Tabelle Termine
   */
  /*
    table.termine {
      thead {
        font-weight: normal;
        tr {
          background-color: #d0d0d0;
        }
        th {
          padding: 10px 50px 10px 30px;
          color: $fc-default;
          font-size: rem_calc(16);
          font-weight: normal;
        }
        th.highlight {
          background-color: $col-neg-bg;
          color: $col-neg;
        }
      }

      tbody {
        font-size: rem_calc(16);
        tr {
          border-top: 10px solid #fff;
          background-color: #e9e9e9;
        }
        td {
          padding: 10px 20px 10px 30px;
          vertical-align: top;
        }
        td.highlight {
          background-color: rgba(159, 152, 146, 0.64);
          color: $white;
        }
        a {
          color: $fc-a;
        }
        a:hover,
        a:focus-visible {
          color: $fc-a-hov;
        }
      }
    } // end table.termine
  */
  /**
   * Video Einbindung mit Datenschutz Layer
   */
}
@media screen and (min-width: 30em) {
  .page-content .content-wrapper {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .page-content .content-wrapper {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and (min-width: 64em) {
  .page-content .content-wrapper {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}
@media screen and (min-width: 80em) {
  .page-content .content-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen {
  .page-content .content-wrapper > .anker:first-child, .page-content .content-wrapper > div > .anker:first-child {
    position: absolute;
    left: 0;
    top: -95px;
  }
}
@media screen and (min-width: 48em) {
  .page-content .content-wrapper > .anker:first-child, .page-content .content-wrapper > div > .anker:first-child {
    top: -120px;
  }
}
@media screen {
  .page-content .grid-container > .grid-x + .grid-x {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 30em) {
  .page-content .grid-container > .grid-x + .grid-x {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .page-content .grid-container > .grid-x + .grid-x {
    padding-top: 1.5rem;
  }
}
@media screen {
  .page-content .gallery .grid-x > .cell.small-6 {
    padding-top: 0;
  }
  .page-content .cell.headlines {
    margin-bottom: 30px;
    text-align: center;
  }
  .page-content .cell.headlines-left h1:last-child,
  .page-content .cell.headlines-left .h1:last-child,
  .page-content .cell.headlines-left h2:last-child,
  .page-content .cell.headlines-left .h2:last-child {
    margin-bottom: 1.5em;
  }
  .page-content .bg-none + .bg-none,
  .page-content .bg-white:not(.bg-reset) + .bg-white,
  .page-content .bg-xlight:not(.bg-reset) + .bg-xlight,
  .page-content .bg-light:not(.bg-reset) + .bg-light,
  .page-content .bg-medium:not(.bg-reset) + .bg-medium,
  .page-content .bg-dark:not(.bg-reset) + .bg-dark,
  .page-content .bg-xdark:not(.bg-reset) + .bg-xdark {
    padding-top: 10px;
  }
  .page-content img {
    max-width: 100%;
    height: auto;
  }
  .page-content .picture-wrapper {
    display: block;
    margin-top: 1em;
  }
  .page-content .cell > .picture-wrapper:first-child {
    margin-top: 0;
  }
  .page-content ul.linklist {
    margin: 0;
    padding: 0;
    list-style: none;
    /* <!-- Themes --> */
  }
  .page-content ul.linklist > li {
    display: block;
    margin-left: 0;
    padding: 1rem 0;
  }
  .page-content ul.linklist > li:first-child {
    padding-top: 0;
  }
  .page-content ul.linklist > li:last-child {
    padding-bottom: 0;
  }
  .page-content ul.linklist .item {
    position: relative;
    display: block;
    padding: 0.3rem 4.5rem 0.3rem 0;
    -webkit-transition: 0.2s background-color;
    transition: 0.2s background-color;
    color: #403F41;
    -ms-hyphens: auto;
        hyphens: auto;
    /*
            &::after {
              display: block;
              content: "";
              position: absolute;
              top: 18px;
              right: 1rem;  // ohne bg-color bei hover 5px
              width: 44px;
              height: 23px;
              background-image: url("../images/arrow_large.svg");
              background-repeat: no-repeat;
              background-position: center center;
              background-size: auto 23px;
            }
    */
  }
  .page-content ul.linklist .item .arrow-lg {
    display: block;
    position: absolute;
    top: 18px;
    right: 1rem;
    width: 44px;
    height: 23px;
  }
  .page-content ul.linklist .item .arrow-lg svg {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .page-content ul.linklist .item .arrow-lg line {
    stroke: #a1b7bf;
    -webkit-transition: 0.2s stroke;
    transition: 0.2s stroke;
  }
  .page-content ul.linklist .item .arrow-lg path {
    fill: #a1b7bf;
    -webkit-transition: 0.2s fill;
    transition: 0.2s fill;
  }
  .page-content ul.linklist .item:hover, .page-content ul.linklist .item:focus-visible {
    background-color: #E9EBED;
  }
  .page-content ul.linklist .item:hover .arrow-lg line, .page-content ul.linklist .item:focus-visible .arrow-lg line {
    stroke: #403F41;
  }
  .page-content ul.linklist .item:hover .arrow-lg path, .page-content ul.linklist .item:focus-visible .arrow-lg path {
    fill: #403F41;
  }
  .page-content ul.linklist .title {
    display: block;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 29.9375em) {
  .page-content ul.linklist .title {
    font-size: 1.5rem;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
@media screen {
  .page-content ul.linklist.thm-standard .item {
    padding-left: 1.1em;
  }
  .page-content ul.linklist.thm-standard .title,
  .page-content ul.linklist.thm-standard .title strong {
    font-weight: 700;
  }
  .page-content ul.linklist.thm-jobs .item {
    padding-left: 1em;
  }
  .page-content ul.linklist.thm-jobs .title strong {
    font-weight: 700;
  }
  .page-content .neg ul.linklist .item .arrow-lg line,
  .page-content .bg-medium ul.linklist .item .arrow-lg line,
  .page-content .bg-dark ul.linklist .item .arrow-lg line {
    stroke: #E9EBED;
  }
  .page-content .neg ul.linklist .item .arrow-lg path,
  .page-content .bg-medium ul.linklist .item .arrow-lg path,
  .page-content .bg-dark ul.linklist .item .arrow-lg path {
    fill: #E9EBED;
  }
  .page-content .neg ul.linklist .item:hover, .page-content .neg ul.linklist .item:focus-visible,
  .page-content .bg-medium ul.linklist .item:hover,
  .page-content .bg-medium ul.linklist .item:focus-visible,
  .page-content .bg-dark ul.linklist .item:hover,
  .page-content .bg-dark ul.linklist .item:focus-visible {
    background-color: rgba(79, 103, 115, 0.75);
  }
  .page-content .neg ul.linklist .item:hover .title, .page-content .neg ul.linklist .item:focus-visible .title,
  .page-content .bg-medium ul.linklist .item:hover .title,
  .page-content .bg-medium ul.linklist .item:focus-visible .title,
  .page-content .bg-dark ul.linklist .item:hover .title,
  .page-content .bg-dark ul.linklist .item:focus-visible .title {
    color: #403F41;
  }
  .page-content .neg ul.linklist .item:hover .arrow-lg line, .page-content .neg ul.linklist .item:focus-visible .arrow-lg line,
  .page-content .bg-medium ul.linklist .item:hover .arrow-lg line,
  .page-content .bg-medium ul.linklist .item:focus-visible .arrow-lg line,
  .page-content .bg-dark ul.linklist .item:hover .arrow-lg line,
  .page-content .bg-dark ul.linklist .item:focus-visible .arrow-lg line {
    stroke: #403F41;
  }
  .page-content .neg ul.linklist .item:hover .arrow-lg path, .page-content .neg ul.linklist .item:focus-visible .arrow-lg path,
  .page-content .bg-medium ul.linklist .item:hover .arrow-lg path,
  .page-content .bg-medium ul.linklist .item:focus-visible .arrow-lg path,
  .page-content .bg-dark ul.linklist .item:hover .arrow-lg path,
  .page-content .bg-dark ul.linklist .item:focus-visible .arrow-lg path {
    fill: #403F41;
  }
  .page-content .trenner {
    width: 100%;
    height: 300px;
    background-color: #E9EBED;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (min-width: 64em) {
  .page-content .trenner {
    height: 500px;
  }
}
@media screen and (max-width: 29.9375em) {
  .page-content .trenner {
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
  }
}
@media screen {
  @supports (-webkit-touch-callout: none) {
    .page-content .trenner {
      background-attachment: scroll;
      background-position: center;
      background-size: cover;
    }
  }
  .page-content .stoerer {
    margin: 2em 0 4em 0;
    padding: 2em 0;
  }
  .page-content .stoerer:last-child {
    margin-bottom: 0;
  }
  .ap-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ap-cards .ap-item {
    width: 100%;
    max-width: 375px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2em 1em;
  }
}
@media screen and (min-width: 37.5em) {
  .ap-cards .ap-item {
    width: 50%;
  }
}
@media screen and (min-width: 56.25em) {
  .ap-cards .ap-item {
    width: 33.333%;
  }
}
@media screen {
  .ap-cards .ap-item img {
    display: block;
    max-width: 190px;
    margin: 0 auto;
    aspect-ratio: 1;
    border-radius: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ap-cards .ap-item .h2 {
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 1.75rem;
  }
  .ap-cards .ap-item p.title {
    margin: 0;
  }
  .ap-cards .ap-item .contact {
    margin-top: 1.5rem;
  }
  .ap-cards .ap-item .contact a {
    font-weight: 700;
    display: block;
  }
  .ap-cards .ap-item .contact a.phone span {
    font-weight: 200;
    color: #20272c;
  }
  .mods .mod-wrapper:not(:empty) + .mod-wrapper {
    margin-top: 1.5em;
  }
  .img-txt-but-teaser > .cell {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .img-txt-but-teaser article[class*=item] .inner {
    padding: 15px 2px;
  }
  .img-txt-but-teaser article[class*=item] h2 {
    margin-bottom: 0;
  }
  .img-txt-but-teaser article[class*=item] .button-link-wrapper {
    padding-top: 0.5em;
  }
  .img-txt-but-teaser .item--flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    /*
          &.text-center {
            .button-link {
              display: block;
            }
          }
    */
  }
  .img-txt-but-teaser .item--flx .item__end {
    margin-top: auto;
  }
  .lightbox .lb-outerContainer {
    border-radius: 0px;
  }
  .lightbox .lb-image {
    border-radius: 0px;
    border: 3px solid #403F41;
  }
  .lightbox .lb-data {
    color: #403F41;
  }
  .lb-images .text {
    padding: 10px 2px 2px 2px;
  }
  .lb-images .text p {
    font-size: 0.85em; /*font-weight: 300;*/
  }
  .img-zoom {
    display: block;
    position: relative;
  }
  .img-zoom::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #403F41 url("../images/icon_plus.svg") no-repeat center center;
    background-size: 16px auto;
  }
  .video-wrapper,
  .maps-wrapper {
    position: relative;
  }
  .video-wrapper img.preview,
  .maps-wrapper img.preview {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .video-layer,
  .maps-layer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 39, 44, 0.5);
  }
  .video-layer .inside,
  .maps-layer .inside {
    max-width: 440px;
    padding: 20px 20px;
    text-align: center;
    font-weight: 300;
    background-color: transparent;
    -webkit-transition: 0.4s background-color;
    transition: 0.4s background-color;
  }
  .video-layer .inside:hover,
  .maps-layer .inside:hover {
    background-color: rgba(32, 39, 44, 0.75);
    -webkit-transition: 0.2s background-color;
    transition: 0.2s background-color;
  }
  .video-layer .button-link,
  .maps-layer .button-link {
    margin-top: 0.8em;
  }
  .large-4 .video-layer .inside,
  .large-4 .maps-layer .inside {
    font-size: 1rem;
    line-height: 1.4em;
  }
  .video-legend {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 47.9375em) {
  .gdpr-cookieconsent-container {
    --cookieconsent-spacing: 0.5rem !important;
  }
}
@media screen {
  .gdpr-cookieconsent-container .gdpr-cookieconsent-settings {
    background-color: #ffffff;
  }
  .gdpr-cookieconsent-container .gdpr-cookieconsent-settings .gdpr-cookieconsent-settings__content {
    padding-block: calc(var(--cookieconsent-spacing) * 3);
  }
  .gdpr-cookieconsent-container .gdpr-cookieconsent-settings .gdpr-cookieconsent-settings__content .gdpr-cookieconsent-setting-group {
    background-color: #E9EBED;
  }
  .gdpr-cookieconsent-container .gdpr-cookieconsent-settings .gdpr-cookieconsent-settings__content .gdpr-cookieconsent-settings__content__links {
    margin: 0;
    text-align: right;
    margin-top: calc(var(--cookieconsent-spacing) * 2);
    margin-inline: 0.35em;
  }
  .gdpr-cookieconsent-container .gdpr-cookieconsent-settings .gdpr-cookieconsent-settings__close {
    top: calc(var(--cookieconsent-spacing) * 3);
    right: calc(var(--cookieconsent-spacing) * 3);
  }
  .job-details .job-content-box {
    margin: 1.75em 0;
  }
  .job-details .job-content-box > div:first-child {
    margin-bottom: 0.5em;
    font-weight: 500;
  }
  .start-image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .start-image-wrapper.static {
    height: 200px;
  }
}
@media screen and (min-width: 30em) {
  .start-image-wrapper.static {
    height: 256px;
  }
}
@media screen and (min-width: 48em) {
  .start-image-wrapper.static {
    height: 342px;
  }
}
@media screen and (min-width: 64em) {
  .start-image-wrapper.static {
    height: 425px;
  }
}
@media screen and (min-width: 80em) {
  .start-image-wrapper.static {
    height: 550px;
  }
}
@media screen and (min-width: 120em) {
  .start-image-wrapper.static {
    height: 640px;
  }
}
@media screen {
  .start-image-wrapper.full-height {
    height: calc(50vh - var(--header-height));
  }
}
@media screen and (min-width: 30em) {
  .start-image-wrapper.full-height {
    height: calc(75vh - var(--header-height));
  }
}
@media screen and (min-width: 64em) {
  .start-image-wrapper.full-height {
    height: calc(100vh - var(--header-height));
  }
}
@media screen {
  .start-image-wrapper a.scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    padding-top: 60px;
    z-index: 2;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: none;
  }
  .start-image-wrapper a.scroll-down:hover, .start-image-wrapper a.scroll-down:focus-visible {
    opacity: 0.5;
  }
}
@media screen and (min-width: 30em) {
  .start-image-wrapper a.scroll-down {
    display: inline-block;
  }
}
@media screen {
  .start-image-wrapper a.scroll-down span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .start-image-wrapper a.scroll-down span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: "";
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  @-webkit-keyframes sdb10 {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      -webkit-transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb10 {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      -webkit-transform: translate(0, 20px);
              transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
}
.page-footer {
  background-color: #E9EBED;
  color: #403F41;
}
.page-footer .footer-content {
  position: relative;
  padding-top: 40px;
}
.page-footer .footer-content .inside {
  position: relative;
  padding: 1.25rem 0px;
}
@media print, screen and (min-width: 48em) {
  .page-footer .footer-content .inside {
    padding-top: 2.1875rem;
  }
}
@media screen and (min-width: 64em) {
  .page-footer .footer-content .inside {
    padding-top: 2.5rem;
  }
}
.page-footer .footer-content .logo-footer {
  max-width: 300px;
  display: block;
}
.page-footer .footer-content .footer-list-links a {
  color: inherit;
}
.page-footer .footer-content .footer-list-links a:hover, .page-footer .footer-content .footer-list-links a:focus-visible {
  color: #403F41;
}
.page-footer .footer-content .footer-list-links:empty {
  display: none;
}
.page-footer .footer-content-bottom {
  background-color: #403F41;
}
.page-footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media print, screen and (min-width: 48em) {
  .page-footer .footer-links {
    min-height: 39px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.page-footer .footer-links button, .page-footer .footer-links a {
  display: inline-block;
  font-weight: 500;
}
.page-footer .footer-links button:hover, .page-footer .footer-links button:focus-visible, .page-footer .footer-links a:hover, .page-footer .footer-links a:focus-visible {
  text-decoration: none;
}
.page-footer .sm-icons-footer.abs {
  position: absolute;
  top: 15px;
  right: 0;
}
@media print, screen and (min-width: 48em) {
  .page-footer .sm-icons-footer.abs {
    top: 0px;
  }
}
.page-footer .sm-icons-footer ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 48em) {
  .page-footer .sm-icons-footer ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.page-footer .sm-icons-footer li {
  padding: 0 5px;
}
.page-footer .sm-icons-footer svg {
  display: block;
  height: 40px;
  width: auto;
}
.page-footer .sm-icons-footer svg .sm-svg-outer {
  fill: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.page-footer .sm-icons-footer svg .sm-svg-inner {
  fill: #403F41;
}
.page-footer .sm-icons-footer a:hover svg .sm-svg-outer, .page-footer .sm-icons-footer:focus-visible svg .sm-svg-outer {
  fill: #403F41;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.page-footer .sm-icons-footer a:hover svg .sm-svg-inner, .page-footer .sm-icons-footer:focus-visible svg .sm-svg-inner {
  fill: #E9EBED;
}

.toplink {
  display: block;
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px; /* Firefox 3.6 Firefox 4 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */ /* Opera */ /* IE 9 */
  transform: rotate(-90deg);
  text-align: center;
  cursor: pointer;
  z-index: 9;
}
.toplink .svg-arrow {
  fill: #403F41;
}
.toplink:hover .svg-arrow path, .toplink:focus-visible .svg-arrow path {
  fill: #859ea5;
}
@media print, screen and (min-width: 48em) {
  .toplink {
    top: 2.55rem;
  }
}

@media screen {
  /**
    * Allgemein
    */
  nav ul,
  .cell-nav ul {
    margin: 0;
    list-style: none;
  }
  nav li,
  .cell-nav li {
    margin: 0;
    padding: 0;
  }
  nav a,
  .cell-nav a {
    text-decoration: none;
    text-transform: uppercase;
  }
  nav a:hover,
  nav a:focus-visible,
  .cell-nav a:hover,
  .cell-nav a:focus-visible {
    text-decoration: none;
  }
  .drilldown .is-drilldown-submenu-parent > a::after,
  .drilldown .js-drilldown-back > a::before {
    display: none;
  }
  .drilldown .is-drilldown-submenu {
    background-color: transparent;
  }
  /**
    * Main-Navigation
    */
  .mainnav {
    position: absolute;
    right: 0;
    /**
       * Styles Mobile
       */
    /**
       * Styles Desktop
       */
  }
  .mainnav .nav-sidebar-items {
    display: none;
  }
  .mainnav .is-dropdown-submenu {
    margin-top: 0;
    border: 0;
  }
}
@media screen and (max-width: 79.875em) {
  .mainnav {
    height: 0;
    overflow: hidden;
    position: absolute;
    left: -24px;
    top: 100%;
    width: calc(100vw + 1px);
    background-color: #ffffff;
    text-align: right;
  }
  .mainnav.open {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100vh;
    overflow-y: scroll;
  }
  .mainnav.open .is-drilldown {
    max-width: 100% !important;
  }
  .mainnav .is-drilldown li.navigation-item--state-active > a,
  .mainnav .is-drilldown li.navigation-item--state-current > a {
    background-color: #403F41;
    color: #e6e6e6;
  }
  .mainnav .is-drilldown li:not(.special-link_nav, :first-child) {
    border-top: 1px solid #ebebeb;
  }
  .mainnav .is-drilldown a {
    display: block;
    padding: 20px 3rem;
    padding-left: 1rem;
    background-color: #ffffff;
    color: #20272c;
    font-size: 1.25rem;
  }
  .mainnav .is-drilldown a:hover, .mainnav .is-drilldown a:focus-visible {
    background-color: #403F41;
    color: #ffffff;
  }
  .mainnav .is-drilldown .trigger span {
    position: relative;
  }
  .mainnav .is-drilldown .trigger span::after {
    display: block;
    content: "";
    position: absolute;
    right: -1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 15px;
    background: url("../images/arrow_right.svg") no-repeat center center;
    background-size: contain;
  }
  .mainnav .is-drilldown .trigger:hover span::after, .mainnav .is-drilldown .trigger:focus-visible span::after {
    background-image: url("../images/arrow_right.svg");
  }
  .mainnav .is-drilldown .js-drilldown-back .trigger-back {
    background-color: #f7f7f7;
  }
  .mainnav .is-drilldown .js-drilldown-back .trigger-back span {
    position: relative;
    padding-left: 17px;
  }
  .mainnav .is-drilldown .js-drilldown-back .trigger-back span::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    width: 8px;
    height: 15px;
    background: url("../images/arrow_right.svg") no-repeat center center;
    background-size: contain;
  }
  .mainnav .is-drilldown .js-drilldown-back .trigger-back:hover {
    background-color: #403F41;
    color: #ffffff;
  }
  .mainnav .is-drilldown .js-drilldown-back .trigger-back:hover span::before, .mainnav .is-drilldown .js-drilldown-back .trigger-back:focus-visible span::before {
    background-image: url("../images/arrow_right.svg");
  }
  .mainnav .nav-sidebar-items {
    display: block;
    padding: 10px 0;
    background-color: #ffffff;
    color: #ffffff;
    text-transform: none;
  }
  .mainnav .nav-sidebar-items a:hover, .mainnav .nav-sidebar-items:focus-visible {
    background-color: #4d4c4e;
  }
}
@media screen and (min-width: 79.9375em) {
  .mainnav {
    display: block;
    margin-left: 2.5rem;
    background-color: transparent;
  }
  .mainnav ul a {
    color: #ffffff;
    font-size: 1.125rem;
  }
  .mainnav ul a:hover, .mainnav ul a:focus-visible {
    background-color: #e6e6e6;
    color: #403F41;
  }
  .mainnav .dropdown.menu.mobileNav-horizontal {
    height: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .mainnav .dropdown.menu.mobileNav-horizontal > li {
    height: 100%;
  }
  .mainnav .dropdown.menu.mobileNav-horizontal a {
    padding: 0.5em 1em;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainnav .dropdown.menu.mobileNav-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: none;
  }
  .mainnav .dropdown.menu.mobileNav-horizontal > li.opens-right > .is-dropdown-submenu {
    left: -1.5rem;
    -webkit-transform: translateY(42px);
            transform: translateY(42px);
    padding-top: 0;
  }
  .mainnav .dropdown.menu .is-dropdown-submenu a {
    padding: 0.825rem 2.5rem;
  }
  .mainnav > ul.dropdown.menu .is-active > a, .mainnav > ul.dropdown.menu .navigation-item--state-active > a {
    background-color: #e6e6e6;
    color: #403F41;
  }
  .mainnav ul.submenu.lvl2 {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px;
    text-align: left;
    background-color: #ffffff;
    padding-block: 0.825rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: 100%;
  }
  .mainnav ul.submenu.lvl2 a {
    color: #20272c;
  }
  .mainnav ul.submenu.lvl2 .trigger span {
    position: relative;
    white-space: nowrap;
  }
  .mainnav ul.submenu.lvl2 .trigger span::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 15px;
    background: url("../images/arrow_right.svg") no-repeat center center;
    background-size: contain;
    margin-left: 0.75rem;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  .mainnav ul.submenu.lvl2 .trigger:hover span::after, .mainnav ul.submenu.lvl2 .trigger:focus-visible span::after {
    background-image: url("../images/arrow_right.svg");
  }
  .mainnav ul.submenu.lvl2 li.is-submenu-item {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .mainnav ul.submenu.lvl2 li.is-submenu-item a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .mainnav ul.submenu.lvl2 li.is-submenu-item.navigation-item--state-current, .mainnav ul.submenu.lvl2 li.is-submenu-item:hover, .mainnav ul.submenu.lvl2 li.is-submenu-item:focus-visible {
    background-color: #403F41;
  }
  .mainnav ul.submenu.lvl2 li.is-submenu-item.navigation-item--state-current > a, .mainnav ul.submenu.lvl2 li.is-submenu-item:hover > a, .mainnav ul.submenu.lvl2 li.is-submenu-item:focus-visible > a {
    background-color: #403F41;
    color: #e6e6e6;
  }
  .mainnav ul.submenu.lvl2 .is-dropdown-submenu-parent a::after {
    display: none;
  }
  .mainnav ul.submenu.lvl2 .is-dropdown-submenu-parent a span {
    position: relative;
  }
  .mainnav .dropdown.menu.vertical .is-dropdown-submenu.lvl3 {
    top: -0.825rem;
    padding-block: 0.825rem;
    border: none;
    background-color: #ffffff;
  }
  .mainnav .subitems {
    background-color: transparent;
    width: 300px;
    max-width: 300px;
    padding: 1rem 1.5rem 1.1rem 1.5rem;
    text-align: left;
    /*
            a {
              color: $col-neg-a;
              padding: rem_calc(10) 0 0 0;

              &:hover {
                color: $fc-nav-a-hov;
                text-decoration: none;
              }
            }
    */
  }
  .mainnav .dropdown.menu.vertical .multiNav {
    position: unset;
    --column-width: 275px;
    --column-count: 4;
  }
  .mainnav .dropdown.menu.vertical .multiNav.is-active > ul.menu.is-dropdown-submenu.lvl2 {
    --offset-left: 1.5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (var(--column-width))[var(--column-count)];
    grid-template-columns: repeat(var(--column-count), var(--column-width));
    left: calc(-1 * var(--offset-left)) !important;
    width: calc(100% + var(--offset-left));
    max-width: calc(var(--column-count) * var(--column-width));
    padding-block: 2rem;
    overflow-x: scroll;
  }
  .mainnav .dropdown.menu.vertical .multiNav.is-active > ul.menu.is-dropdown-submenu.lvl2 > li .trigger {
    font-weight: 700;
    text-transform: uppercase;
  }
  .mainnav .dropdown.menu.vertical .multiNav.is-active > ul.menu.is-dropdown-submenu.lvl2 > li .trigger span {
    white-space: unset;
  }
  :lang(fi) .mainnav .dropdown.menu.vertical .multiNav.is-active > ul.menu.is-dropdown-submenu.lvl2 > li .trigger span {
    -ms-hyphens: auto;
        hyphens: auto;
    word-break: break-word;
  }
  .mainnav .dropdown.menu.vertical .multiNav.is-active > ul.menu.is-dropdown-submenu.lvl2 > li .trigger span::after {
    content: none;
  }
  .mainnav .dropdown.menu.vertical .multiNav.is-active > ul.menu.is-dropdown-submenu.lvl2 > li:hover, .mainnav .dropdown.menu.vertical .multiNav.is-active > ul.menu.is-dropdown-submenu.lvl2 > li:focus-visible {
    background-color: transparent;
  }
  .mainnav .dropdown.menu.vertical .multiNav.is-active > ul.menu.is-dropdown-submenu.lvl2 > li:hover > a, .mainnav .dropdown.menu.vertical .multiNav.is-active > ul.menu.is-dropdown-submenu.lvl2 > li:focus-visible > a {
    color: #ffffff;
  }
  .mainnav .dropdown.menu.vertical .multiNav.is-active > ul.menu.is-dropdown-submenu.lvl2 > li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .mainnav .dropdown.menu.vertical .multiNav.is-active > ul.menu.is-dropdown-submenu.lvl2 > li.navigation-item--state-current {
    background-color: transparent;
  }
  .mainnav .dropdown.menu.vertical .multiNav.is-active > ul.menu.is-dropdown-submenu.lvl2 > li.navigation-item--state-current > a {
    color: #ffffff;
  }
  .mainnav .dropdown.menu.vertical .multiNav.is-active ul.menu.is-dropdown-submenu.lvl3 {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    padding-block: 0;
    background-color: transparent;
  }
}
@media screen {
  .mainnav ul a.is-active {
    color: #ffffff;
  }
}
/**
 * Page Intro
 * Kann ein Slider oder Heroimage mit Text sein 
 */
/* <!-- Intro --> */
.page-intro {
  --offset-top: 75px;
  padding-bottom: 1rem;
}
.page-intro .slider-wrapper {
  position: relative;
}
.page-intro video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 260px;
}
@media print, screen and (min-width: 30em) {
  .page-intro video {
    height: 350px;
  }
}
@media print, screen and (min-width: 48em) {
  .page-intro video {
    height: 450px;
  }
}
@media screen and (min-width: 64em) {
  .page-intro video {
    height: 550px;
  }
}
.page-intro .wrp {
  position: relative;
  z-index: 5;
  display: block;
}
.page-intro .wrp__legend {
  position: relative;
  text-align: right;
  padding-right: 0.5rem;
  height: 100%;
}
.page-intro .wrp__legend > div {
  height: 100%;
  padding-block: 1.5rem;
  padding-bottom: 1.8rem;
}
.page-intro .wrp__legend .logo {
  display: block;
  width: 100%;
  max-width: 340px;
  height: auto;
  margin-left: auto;
  margin-top: 0.5rem;
}
.page-intro .wrp__legend .ft-hw {
  font-size: 2.6875rem;
  line-height: 1.3em;
  margin: 0;
}
.page-intro .wrp__legend em {
  display: block;
  margin-top: 0.9rem;
}
.page-intro .wrp__legend .button-link {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.page-intro .wrp__txt {
  padding: 1.5rem 1rem 1rem 1rem;
  font-size: 1.3125rem;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .page-intro .wrp__legend {
    padding-right: 1.5rem;
  }
  .page-intro .wrp__legend > div {
    padding-block: 2rem;
    padding-bottom: 3.5rem;
  }
  .page-intro .wrp__legend .logo {
    max-width: 600px;
  }
  .page-intro .wrp__legend .ft-hw {
    font-size: 3.4375rem;
  }
  .page-intro .wrp__legend .subline {
    font-size: 1.75rem;
  }
  .page-intro .wrp__legend .button-link {
    font-size: 1.25rem;
  }
  .page-intro .wrp__txt {
    font-size: 1.375rem;
  }
  .page-intro .wrp .page-intro-stoerer {
    position: relative;
  }
}
@media screen and (min-width: 64em) {
  .page-intro .wrp .page-intro-stoerer {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: calc(-1 * var(--offset-top));
  }
  .page-intro .wrp .page-intro-stoerer::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    background: inherit;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .page-intro .wrp__legend {
    position: relative;
    text-align: right;
  }
  .page-intro .wrp__legend .ft-hw {
    font-size: 4.375rem;
  }
  .page-intro .wrp__legend .subline {
    font-size: 2rem;
  }
  .page-intro .wrp__legend .button-link {
    font-size: 1.5rem;
  }
  .page-intro .wrp__txt {
    font-size: 1.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 80em) {
  .page-intro .wrp__legend {
    padding-right: 4rem;
  }
}

/**
 * 4 Spalter - Teaser mit Button-Links
 */
.content-wrapper.bg-cols-4 {
  padding-bottom: 0;
}

.bg-cols-4 {
  position: relative;
}
.bg-cols-4 > .grid-container, .bg-cols-4 > div > .grid-container {
  z-index: 1;
}
.bg-cols-4 > .button-link-wrapper, .bg-cols-4 > div > .button-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100px;
  text-align: center;
}
.bg-cols-4 > .button-link-wrapper:not(:empty)::before, .bg-cols-4 > div > .button-link-wrapper:not(:empty)::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
}
.bg-cols-4 > .button-link-wrapper .button-link, .bg-cols-4 > div > .button-link-wrapper .button-link {
  position: relative;
}
.bg-cols-4 > .button-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  text-align: center;
}
.bg-cols-4 .item {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.bg-cols-4 .item > .button-link-wrapper {
  margin-top: 1em;
}
@media screen and (min-width: 64em) {
  .bg-cols-4 .item > .button-link-wrapper {
    position: absolute;
    left: 10px;
    bottom: -71px;
  }
}

.cols-4 .item {
  -ms-hyphens: auto;
      hyphens: auto;
}
.cols-4 figure + h2 {
  margin-top: 1.1em;
}
.cols-4 picture + h2 {
  margin-top: 1.3em;
}
.cols-4 h2 + p {
  margin-top: 1em;
}

/**
 * News-Teaser
 */
.news-overview {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  row-gap: 1rem;
}
@media print, screen and (min-width: 48em) {
  .news-overview {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 80em) {
  .news-overview {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-teaser {
  background-color: rgba(64, 63, 65, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-teaser img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-teaser .news-category_wrapper {
  margin-top: 0;
  padding: 1rem;
}
.news-teaser .news-teaser_content {
  padding: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-teaser .news-teaser_content .news-teaser_headline {
  font-size: 1.875rem;
  -ms-hyphens: auto;
      hyphens: auto;
}
.news-teaser .news-teaser_content .news-teaser_subheadline {
  font-size: 1.25rem;
  margin-bottom: 0.25em;
  -ms-hyphens: auto;
      hyphens: auto;
}
.news-teaser .news-teaser_content .news-teaser-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news-teaser .news-teaser_content .button-link {
  margin-top: auto;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/**
  * News-Seite
  */
.news-page .news-content p + p {
  margin-top: 1.25em;
}

.news-content .news-category_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.news-content .news-category_wrapper .news-category {
  display: inline-block;
  padding: 0.2em 0.5em;
  font-weight: 500;
  font-size: 90%;
  line-height: 1.5;
  background-color: #ffffff;
  color: #E9EBED;
}
@media screen and (max-width: 47.9375em) {
  .news-content .news-category_wrapper .news-category {
    font-size: 80%;
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .news-content .news-category_wrapper .news-category {
    background-color: rgba(64, 63, 65, 0.15);
  }
}
.news-content .news-infos {
  font-weight: 500;
  color: #E9EBED;
  margin-bottom: 0.5em;
  -ms-hyphens: auto;
      hyphens: auto;
}
.news-content .news-image_caption {
  font-size: 90%;
  color: #403F41;
  margin-top: 1em;
}

/**
 * News-Slider
 */
.news-overview-slider.owl-theme .owl-nav button.owl-prev {
  left: -2rem;
}
.news-overview-slider.owl-theme .owl-nav button.owl-prev.disabled {
  display: none;
}
.news-overview-slider.owl-theme .owl-nav button.owl-next {
  right: -2rem;
}
.news-overview-slider.owl-theme .owl-nav button.owl-next.disabled {
  display: none;
}
@media screen and (max-width: 82em) {
  .news-overview-slider.owl-theme {
    padding-inline: 2rem;
  }
  .news-overview-slider.owl-theme .owl-nav button.owl-prev {
    left: 0;
  }
  .news-overview-slider.owl-theme .owl-nav button.owl-next {
    right: 0;
  }
}
.news-overview-slider.owl-theme.backend {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-teaser {
  height: 100%;
}

/**
 * icon-list - EQ in Zahlen
 * Raster: 5-4-3-2 Elemente zentriert
 */
.icon-list-wrapper {
  overflow-x: hidden;
  margin-top: 10px;
  margin-bottom: 0px;
}

.icon-list.flx, .icon-list.flxcard {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -30px;
  margin-right: -30px;
}
.icon-list .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 25px;
  text-align: center;
}
.icon-list .item .inside {
  margin: auto;
}
.icon-list .item picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.3rem;
}
.icon-list .item picture img {
  max-width: 140px;
  height: auto;
}
.icon-list .item .txt-1 {
  min-height: 52px;
  padding: 5px 0;
  font-size: 1.25rem;
  -ms-hyphens: auto;
      hyphens: auto;
}
.icon-list .item .txt-number {
  min-height: 70px;
  padding: 5px 0;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1em;
}
.icon-list .item .txt-2 {
  padding-top: 5px;
  font-size: 1.25rem;
  -ms-hyphens: auto;
      hyphens: auto;
}
.icon-list.cols3 .item {
  width: 33.3333%;
  min-width: 340px;
}
.icon-list.cols4 .item {
  width: 25%;
  min-width: 280px;
}
.icon-list.cols5 .item {
  width: 20%;
  min-width: 220px;
}

/*
 * Jobs
 */
.jobs {
  display: block;
}

.job-filter {
  margin: 2rem 0;
}
.job-filter .button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.job-filter .button-list li {
  margin: 0 0.5em 0.5em 0;
}
@media screen and (max-width: 29.9375em) {
  .job-filter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.job-suche {
  margin: 3rem 0;
}
.job-suche input {
  display: block;
  height: auto;
  border: none;
  padding: 6px 10px 3px 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f4f7f7 url("../images/icon_search_dark.svg") no-repeat 15px center;
  background-size: auto 24px;
  color: #a1b7bf;
  font-size: 1.75rem;
  font-weight: 300;
}
.job-suche input::-webkit-input-placeholder {
  color: #E9EBED;
  opacity: 1;
}
.job-suche input::-moz-placeholder {
  color: #E9EBED;
  opacity: 1;
}
.job-suche input:-ms-input-placeholder {
  color: #E9EBED;
  opacity: 1;
}
.job-suche input::-ms-input-placeholder {
  color: #E9EBED;
  opacity: 1;
}
.job-suche input::placeholder {
  color: #E9EBED;
  opacity: 1;
}
.job-suche input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #E9EBED;
}
.job-suche input:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f4f7f7;
}

.suche_icon, .svg-icon-search {
  max-height: 2em;
  width: auto;
}
.suche_icon path, .svg-icon-search path {
  fill: #a1b7bf;
}

.job-liste button.large {
  margin-top: 30px;
}

.job-details .sm-icons {
  margin-bottom: 1em;
  line-height: 2em;
  text-align: right;
}
.job-details .sm-icons a {
  display: inline-block;
  width: 26px;
  height: 24px;
  margin-right: 12px;
}
.job-details .sm-icons .title, .job-details .sm-icons .icons {
  display: inline-block;
  position: relative;
  font-weight: 500;
  color: #20272c;
}
.job-details .sm-icons .icons {
  top: 2px;
  left: 13px;
}
@media print, screen and (min-width: 48em) {
  .job-details .sm-icons {
    line-height: 1.7em;
  }
}
.job-details .backlink-bottom a {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 15px 15px 10px;
}

.grid-container.siegel {
  position: relative;
}
.grid-container.siegel::before {
  display: block;
  content: "";
  position: absolute;
  right: 1%;
  top: -100px;
  width: 87px;
  height: 125px;
  background: transparent url("../images/leading_employer_Energiequelle-174x250.png") no-repeat center center;
  background-size: 87px auto;
}
.grid-container.siegel .backlink a {
  display: inline-block;
  margin-top: -15px;
  padding: 10px 15px 15px 1px;
}
@media print, screen and (min-width: 30em) {
  .grid-container.siegel::before {
    top: -115px;
    width: 100px;
    height: 140px;
    background-size: 100px auto;
  }
}
@media print, screen and (min-width: 30em) {
  .grid-container.siegel::before {
    right: 5px;
    top: -138px;
    width: 120px;
    height: 168px;
    background-size: 120px auto;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-container.siegel::before {
    right: 5px;
    top: -157px;
    width: 140px;
    height: 196px;
    background-size: 140px auto;
  }
  .grid-container.siegel .backlink {
    margin-right: 120px;
    text-align: right;
  }
}
@media screen and (min-width: 64em) {
  .grid-container.siegel::before {
    top: -208px;
    width: 174px;
    height: 250px;
    background-size: 174px auto;
  }
  .grid-container.siegel .backlink {
    margin-right: 160px;
  }
  .grid-container.siegel .backlink a {
    padding-bottom: 1px;
  }
}

.card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background-color: #ffffff;
  margin: 5px;
  padding: 20px;
  font-size: 0.9375rem;
  color: #20272c;
}
@media print, screen and (min-width: 48em) {
  .card {
    margin: 7px;
  }
}
.card a {
  color: #20272c;
}
.card a:hover, .card a:focus-visible {
  color: #403F41;
}
.card blockquote {
  color: #20272c;
}
.bg-dark .card h1, .bg-dark .card h2, .bg-dark .card h3 {
  color: #403F41;
}
.card .card-title {
  padding: 5px 1px 10px 1px;
}
.card .card-title h2 {
  margin-bottom: 0;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.card .card-title h3 {
  font-size: 1rem;
}
.card .card-text {
  padding: 15px 2px 20px 2px;
}

/**
 * Akkordeon Module
 */
.acc, .acc-js {
  margin: 0;
}
.acc .acc-wrapper, .acc-js .acc-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
.acc .acc-wrapper.columns, .acc-js .acc-wrapper.columns {
  row-gap: 1rem;
}
@media print, screen and (min-width: 48em) {
  .acc .acc-wrapper.columns, .acc-js .acc-wrapper.columns {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 80em) {
  .acc .acc-wrapper.columns, .acc-js .acc-wrapper.columns {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.acc .acc-item, .acc-js .acc-item {
  display: block;
  position: relative;
  margin: 0;
}
.acc .acc-trigger, .acc-js .acc-trigger {
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.acc .acc-trigger h2, .acc-js .acc-trigger h2 {
  font-size: 2rem;
  margin: 0;
}
.acc .acc-trigger .inside, .acc-js .acc-trigger .inside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 0.3rem;
  /* 
  // arrow
  &::after {
    content: "";
    display: block;
    height: 25px;
    width: 25px;
    background-image: url("../images/arrow_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: 0.3s all;
    order: 3;
    top: 0.2em;
    position: relative;
  }
  */
}
.acc .acc-trigger .arrow-r, .acc-js .acc-trigger .arrow-r {
  display: block;
  height: 23px;
  width: 20px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.acc .acc-trigger .arrow-r svg, .acc-js .acc-trigger .arrow-r svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.acc .acc-trigger .arrow-r path, .acc-js .acc-trigger .arrow-r path {
  fill: #20272c;
  -webkit-transition: 0.2s fill;
  transition: 0.2s fill;
}
.acc .acc-trigger:hover .arrow-r, .acc .acc-trigger:focus-visible .arrow-r, .acc-js .acc-trigger:hover .arrow-r, .acc-js .acc-trigger:focus-visible .arrow-r { /* Firefox 3.6 Firefox 4 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */ /* Opera */ /* IE 9 */
  transform: rotate(90deg);
}
.acc .acc-trigger.open .arrow-r, .acc-js .acc-trigger.open .arrow-r { /* Firefox 3.6 Firefox 4 */
  -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */ /* Opera */ /* IE 9 */
  transform: rotate(270deg);
}
.acc .acc-content:not(.backend), .acc-js .acc-content:not(.backend) {
  display: none;
}
.acc .acc-content, .acc-js .acc-content {
  margin-bottom: 1rem;
}
.acc .acc-content .inside, .acc-js .acc-content .inside {
  padding: 1rem 1rem 1rem 1rem;
}
.acc .acc-content picture, .acc-js .acc-content picture {
  display: inline-block;
  margin-bottom: 20px;
}
.acc.fullsize .acc-trigger .cell, .acc-js.fullsize .acc-trigger .cell {
  padding-top: 0.3rem;
  padding-bottom: 0rem;
}
.acc.fullsize .acc-content .inside, .acc-js.fullsize .acc-content .inside {
  padding: 0.5rem 1rem;
}

/**
  * Colors
  * this part adopts the colors from /config/_colors.scss
  */
.acc .acc-trigger h2, .acc-js .acc-trigger h2 {
  color: #20272c;
}
.acc .acc-trigger .inside::before, .acc-js .acc-trigger .inside::before {
  background-color: #403F41;
}
.acc .acc-trigger .arrow-r path, .acc-js .acc-trigger .arrow-r path {
  fill: #403F41;
}
.acc .acc-trigger:hover .inside::before, .acc .acc-trigger:focus-visible .inside::before, .acc .acc-trigger.open .inside::before, .acc-js .acc-trigger:hover .inside::before, .acc-js .acc-trigger:focus-visible .inside::before, .acc-js .acc-trigger.open .inside::before {
  background-color: #859ea5;
}
.acc .acc-trigger:hover .arrow-r path, .acc .acc-trigger:focus-visible .arrow-r path, .acc .acc-trigger.open .arrow-r path, .acc-js .acc-trigger:hover .arrow-r path, .acc-js .acc-trigger:focus-visible .arrow-r path, .acc-js .acc-trigger.open .arrow-r path {
  fill: #859ea5;
}

/* Farbanpassungen bei dunklem Hintergrund */
.bg-dark .acc .acc-trigger h2, .bg-dark .acc-js .acc-trigger h2, .bg-xdark .acc .acc-trigger h2, .bg-xdark .acc-js .acc-trigger h2 {
  color: #ffffff;
}
.bg-dark .acc .acc-trigger .subline, .bg-dark .acc-js .acc-trigger .subline, .bg-xdark .acc .acc-trigger .subline, .bg-xdark .acc-js .acc-trigger .subline {
  color: #ffffff;
  font-weight: 300;
}
.bg-dark .acc .acc-trigger .inside::before, .bg-dark .acc-js .acc-trigger .inside::before, .bg-xdark .acc .acc-trigger .inside::before, .bg-xdark .acc-js .acc-trigger .inside::before {
  background-color: #a1b7bf;
}
.bg-dark .acc .acc-trigger .arrow-r path, .bg-dark .acc-js .acc-trigger .arrow-r path, .bg-xdark .acc .acc-trigger .arrow-r path, .bg-xdark .acc-js .acc-trigger .arrow-r path {
  fill: #a1b7bf;
}
.bg-dark .acc .acc-trigger:hover .inside::before, .bg-dark .acc .acc-trigger:focus-visible .inside::before, .bg-dark .acc .acc-trigger.open .inside::before, .bg-dark .acc-js .acc-trigger:hover .inside::before, .bg-dark .acc-js .acc-trigger:focus-visible .inside::before, .bg-dark .acc-js .acc-trigger.open .inside::before, .bg-xdark .acc .acc-trigger:hover .inside::before, .bg-xdark .acc .acc-trigger:focus-visible .inside::before, .bg-xdark .acc .acc-trigger.open .inside::before, .bg-xdark .acc-js .acc-trigger:hover .inside::before, .bg-xdark .acc-js .acc-trigger:focus-visible .inside::before, .bg-xdark .acc-js .acc-trigger.open .inside::before {
  background-color: #E9EBED;
}
.bg-dark .acc .acc-trigger:hover .arrow-r path, .bg-dark .acc .acc-trigger:focus-visible .arrow-r path, .bg-dark .acc .acc-trigger.open .arrow-r path, .bg-dark .acc-js .acc-trigger:hover .arrow-r path, .bg-dark .acc-js .acc-trigger:focus-visible .arrow-r path, .bg-dark .acc-js .acc-trigger.open .arrow-r path, .bg-xdark .acc .acc-trigger:hover .arrow-r path, .bg-xdark .acc .acc-trigger:focus-visible .arrow-r path, .bg-xdark .acc .acc-trigger.open .arrow-r path, .bg-xdark .acc-js .acc-trigger:hover .arrow-r path, .bg-xdark .acc-js .acc-trigger:focus-visible .arrow-r path, .bg-xdark .acc-js .acc-trigger.open .arrow-r path {
  fill: #E9EBED;
}

/* Hintergrundfarben für .acc-content (default) und .acc-trigger (hover) */
/* Farben sind abhängig von der Hintergrundfarbe des Moduls */
/**
 * Akkordeon (Cards / Vita)
 */
.acc.card {
  font-size: inherit;
}
.cell .acc.card {
  padding-top: 25px;
}
.acc.card > .h1 {
  margin-bottom: 0.8em;
  font-size: 1.4375rem;
}
.acc.card > .h2 {
  margin-top: 0;
  margin-bottom: 1.2em;
  font-size: 1.25rem;
}
.acc.card .acc-wrapper {
  margin: 20px 0 0 0;
}
.acc.card .acc-trigger::after {
  bottom: 0;
}
.acc.card .acc-content {
  padding: 10px 0;
}

@media print {
  .acc .acc-content {
    display: block;
  }
  .acc .acc-trigger {
    display: none;
  }
}
/*Accodion in einer Card*/
.card-accodion .card {
  margin-bottom: 0px;
  border-bottom: none;
}
.card-accodion .card img {
  width: 100%;
}
.card-accodion .accordion {
  margin-top: 0px;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.card-accodion .accordion-item a.accordion-title {
  border: none;
}
.card-accodion .accordion-item a.accordion-title::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
  left: 50%;
  display: block;
  content: "";
  width: 31px;
  height: 31px;
  border: 1px solid black;
  border-radius: 100%;
  background-image: url("../images/pfeil_rechts_weiss.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.card-accodion .accordion-item a.accordion-title .h4 {
  color: #20272c;
}
.card-accodion .accordion-item a.accordion-title:focus {
  background-color: #ffffff;
}
.card-accodion .accordion-item.is-active a.accordion-title, .card-accodion .accordion-item:hover a.accordion-title, .card-accodion .accordion-item:focus-visible a.accordion-title, .card-accodion .accordion-item:visited a.accordion-title, .card-accodion .accordion-item:focus a.accordion-title {
  color: #20272c;
  background-color: #ffffff;
}
.card-accodion .accordion-item.is-active a.accordion-title::after, .card-accodion .accordion-item:hover a.accordion-title::after, .card-accodion .accordion-item:focus-visible a.accordion-title::after, .card-accodion .accordion-item:visited a.accordion-title::after, .card-accodion .accordion-item:focus a.accordion-title::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(270deg);
          transform: translateX(-50%) translateY(-50%) rotate(270deg);
}
.card-accodion .accordion-content {
  border: none;
}
.card-accodion :last-child > .accordion-content:last-child {
  border: none;
}

/*
 * Hero Image (mit Textbox)
 * funktioniert mit eingebetteten- UND Hintergrundbildern
 * Höheverhältins dynamisch über aspect-ratio Klasse
 * feste Höhe (.static) verschiedene Höhen über breakpoints 
 * Parallax-Effekt (.fix) geht NUR mit Hintergrundbildern
 */
.hero {
  min-height: 320px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 64em) {
  .hero.fix {
    background-attachment: fixed;
  }
}
.hero.static {
  height: 320px;
}
@media print, screen and (min-width: 30em) {
  .hero.static {
    height: 450px;
  }
}
@media screen and (min-width: 64em) {
  .hero.static {
    height: 720px;
  }
}
.hero.aspect-ratio-10-3 {
  min-height: 0;
  width: initial;
  height: initial;
  aspect-ratio: 2;
}
@supports not (aspect-ratio: 2) {
  .hero.aspect-ratio-10-3::before {
    float: left;
    content: "";
    padding-bottom: 50%;
  }
  .hero.aspect-ratio-10-3::after {
    display: block;
    content: "";
    clear: both;
  }
}
@media print, screen and (min-width: 48em) {
  .hero.aspect-ratio-10-3 {
    width: initial;
    height: initial;
    aspect-ratio: 3.3333333333;
  }
  @supports not (aspect-ratio: 3.3333333333) {
    .hero.aspect-ratio-10-3::before {
      float: left;
      content: "";
      padding-bottom: 30%;
    }
    .hero.aspect-ratio-10-3::after {
      display: block;
      content: "";
      clear: both;
    }
  }
}
.hero.aspect-ratio-11-4 {
  min-height: 0;
  width: initial;
  height: initial;
  aspect-ratio: 2;
}
@supports not (aspect-ratio: 2) {
  .hero.aspect-ratio-11-4::before {
    float: left;
    content: "";
    padding-bottom: 50%;
  }
  .hero.aspect-ratio-11-4::after {
    display: block;
    content: "";
    clear: both;
  }
}
@media print, screen and (min-width: 48em) {
  .hero.aspect-ratio-11-4 {
    width: initial;
    height: initial;
    aspect-ratio: 2.75;
  }
  @supports not (aspect-ratio: 2.75) {
    .hero.aspect-ratio-11-4::before {
      float: left;
      content: "";
      padding-bottom: 36.3636363636%;
    }
    .hero.aspect-ratio-11-4::after {
      display: block;
      content: "";
      clear: both;
    }
  }
}
.hero .tbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero .tbox {
  max-width: 600px;
  padding: 35px;
  color: #ffffff;
  background-color: rgba(71, 71, 71, 0.8);
  color: #ffffff;
}

.page-content {
  position: relative;
  z-index: 1;
}

.hero-headlines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-height: 100%;
  min-height: 420px;
}
@media print, screen and (min-width: 48em) {
  .hero-headlines {
    width: initial;
    height: initial;
    aspect-ratio: 1.6;
  }
  @supports not (aspect-ratio: 1.6) {
    .hero-headlines::before {
      float: left;
      content: "";
      padding-bottom: 62.5%;
    }
    .hero-headlines::after {
      display: block;
      content: "";
      clear: both;
    }
  }
}
.hero-headlines .legend {
  width: 100%;
  padding-top: 0.9rem;
  padding-bottom: 0rem;
  background: rgba(161, 183, 191, 0.85);
}
@media print, screen and (min-width: 48em) {
  .hero-headlines .legend {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 80em) {
  .hero-headlines .legend {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

/* modern version mit aspect-ratio Klasse */
.aspect-ratio-16-9 {
  aspect-ratio: 1.7777777778;
}
@supports not (aspect-ratio: 1.7777777778) {
  .aspect-ratio-16-9 {
    display: flow-root;
    position: relative;
  }
  .aspect-ratio-16-9::before {
    content: "";
    float: left;
    padding-bottom: 56.25%;
  }
}

.aspect-ratio-2-3 {
  aspect-ratio: 0.6666666667;
}
@supports not (aspect-ratio: 0.6666666667) {
  .aspect-ratio-2-3 {
    display: flow-root;
    position: relative;
  }
  .aspect-ratio-2-3::before {
    content: "";
    float: left;
    padding-bottom: 150%;
  }
}

/**
 * Video Modul - 1, 2 oder 3 Spalter
 */
.responsive-video {
  display: block;
  position: relative;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-interferer {
  position: relative;
}
.video-interferer video {
  width: 100%;
  max-height: 50vh;
  min-height: 35vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 30em) {
  .video-interferer video {
    max-height: 60vh;
    min-height: 40vh;
  }
}
@media print, screen and (min-width: 48em) {
  .video-interferer video {
    max-height: 70vh;
    min-height: 45vh;
  }
}
@media screen and (min-width: 64em) {
  .video-interferer video {
    max-height: 80vh;
    min-height: 50vh;
  }
}
.video-interferer figcaption {
  display: block;
  position: absolute;
  left: 0;
  bottom: 10%;
  max-width: 90%;
  padding: 1em;
  background-color: rgba(161, 183, 191, 0.9);
  z-index: 1;
}
@media screen and (min-width: 64em) {
  .video-interferer figcaption {
    padding: 2em 3em 2em 4em;
  }
}
.video-interferer figcaption > span {
  display: block;
}
.video-interferer figcaption .ft-h1 {
  font-weight: 300;
  word-spacing: 0.05em;
}
.video-interferer figcaption .ft-h1 strong,
.video-interferer figcaption .ft-h1 b {
  display: inline-block;
  margin-left: 0.1em;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-style: normal;
}
.video-interferer.intro video {
  max-height: 56vh;
}
.video-interferer.intro .ft-hw, .video-interferer.intro .ft-h1 {
  margin-bottom: 0;
}

/**
  * Google-Maps Modul
  */
#map {
  --clr-windEnergiePin: #397c82;
  --clr-citizenWindParkPin: #397c82;
  --clr-repoweringPin: #397c82;
  --clr-windInForestPin: #397c82;
  --clr-photovoltaicPin: #dc8639;
  --clr-networkConnectionPin: #3c45a7;
  --clr-biogasPin: #bbaf3f;
  --clr-hydrogenPin: #ff0000;
  --clr-electromobilityPin: #1e00ff;
}
#map .info_content .infoWindow_title {
  font-size: 15px;
  margin-bottom: 0;
}
#map .info_content p {
  font-size: 12px;
}
#map .windEnergiePin {
  fill: var(--clr-windEnergiePin);
}
#map .citizenWindParkPin {
  fill: var(--clr-citizenWindParkPin);
}
#map .repoweringPin {
  fill: var(--clr-repoweringPin);
}
#map .windInForestPin {
  fill: var(--clr-windInForestPin);
}
#map .photovoltaicPin {
  fill: var(--clr-photovoltaicPin);
}
#map .networkConnectionPin {
  fill: var(--clr-networkConnectionPin);
}
#map .biogasPin {
  fill: var(--clr-biogasPin);
}
#map .hydrogenPin {
  fill: var(--clr-hydrogenPin);
}
#map .electromobilityPin {
  fill: var(--clr-electromobilityPin);
}

/**
 * Downloads
 */
.download-item {
  max-width: 600px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1rem auto;
  grid-template-columns: 100px auto;
  gap: 1rem;
}
@media print, screen and (min-width: 30em) {
  .download-item {
    -ms-grid-columns: 150px 2rem auto;
    grid-template-columns: 150px auto;
    gap: 2rem;
  }
}
.download-item img {
  border: 3px solid #403F41;
}
.download-item picture {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.download-item picture::after {
  content: "";
  position: absolute;
  display: block;
  width: 25%;
  aspect-ratio: 1;
  bottom: 0;
  right: 0;
  margin: 8%;
  background-image: url("../images/icon_download.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/**
 * Formulare
 */
.forms fieldset {
  margin-block: 1em;
}
.forms fieldset legend {
  font-weight: 700;
}
.forms .flxbox {
  display: -ms-grid;
  display: grid;
  margin-bottom: 6px;
}
@media print, screen and (min-width: 30em) {
  .forms .flxbox {
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
  }
}
.forms .flxbox label {
  padding: 20px 20px 15px 20px;
  background-color: #f4f7f7;
  color: #20272c;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.5em;
  word-break: break-word;
}
@media print, screen and (min-width: 30em) {
  .forms .flxbox label {
    min-width: 160px;
    padding: 27px 30px 20px 30px;
    font-size: 1.25rem;
  }
}
.forms .flxbox .description {
  font-size: 75%;
  margin-top: 2px;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.forms input.textfield,
.forms textarea.textfield {
  display: block;
  margin: 0;
  border: none;
  padding: 20px 20px 15px 20px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5em;
}
.forms input.textfield:focus, .forms input.textfield:focus-within,
.forms textarea.textfield:focus,
.forms textarea.textfield:focus-within {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media print, screen and (min-width: 30em) {
  .forms input.textfield,
  .forms textarea.textfield {
    padding: 27px 30px 20px 30px;
    font-size: 1.25rem;
  }
}
.forms .input {
  height: 100%;
  width: 100%;
}
.forms input.textfield {
  height: 100%;
  width: 100%;
}
.forms textarea.textfield {
  resize: none;
  margin: 0;
}
@media print, screen and (min-width: 30em) {
  .forms .flxbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.forms .flx-submit {
  margin-top: 1em;
}
.forms .flx-submit .button-submit {
  margin-top: 1.5em;
  text-align: right;
}
@media print, screen and (min-width: 48em) {
  .forms .flx-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .forms .flx-submit .button-submit {
    margin-top: 0;
  }
}
.forms .single-checkbox label {
  font-size: 1.3rem;
  font-weight: unset;
  line-height: unset;
  color: unset;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
}
.forms .single-checkbox .checkbox-wrapper {
  position: relative;
  height: 1em;
  width: 1em;
  aspect-ratio: 1;
}
.forms .single-checkbox .checkbox-wrapper input[type=checkbox] {
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.forms .single-checkbox .checkbox-wrapper input[type=checkbox] + span {
  margin-top: 0.15em;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.forms .single-checkbox .checkbox-wrapper input[type=checkbox] + span::after {
  content: "";
  height: 45%;
  width: 45%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #a1b7bf;
  border-radius: 3px;
  opacity: 0;
  position: absolute;
}
.forms .single-checkbox .checkbox-wrapper input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.forms .single-checkbox .checkbox-wrapper input[type=checkbox]:focus-visible + span {
  outline: 2px solid #403F41;
}
.forms input[type=submit].button-link {
  display: inline-block;
  border: none;
  padding: 0.4em 1em 0.3em 1em;
  background-color: #403F41;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.forms input[type=submit].button-link:hover, .forms input[type=submit].button-link:focus, .forms input[type=submit].button-link:focus-visible, .forms input[type=submit].button-link.current {
  background-color: #859ea5;
  text-decoration: none;
}
.forms input[type=submit].button-link.arrow-r {
  padding-right: 1.5em;
  background-image: url("../images/arrow_right_white.svg");
  background-repeat: no-repeat;
  background-position: right 0.65em center;
  background-size: 0.4em auto;
}
.forms input[type=submit].button-link.arrow-r:hover, .forms input[type=submit].button-link.arrow-r:focus, .forms input[type=submit].button-link.arrow-r:focus-visible, .forms input[type=submit].button-link.arrow-r.current {
  background-image: url("../images/arrow_right_white.svg");
}

.help-inline {
  color: #f13131;
}

/**
 * Owl-Theme / Owl-Carousel
 */
.owl-theme .owl-nav button {
  position: absolute;
  top: 50%;
  height: 20px;
  width: 20px;
  margin-top: -15px;
  opacity: 1;
}
.owl-theme .owl-nav button span {
  visibility: hidden;
}
.owl-theme .owl-nav button.owl-prev, .owl-theme .owl-nav button.owl-next {
  background-color: transparent;
  background-image: url("../images/arrow_right_dark.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 20px;
}
.owl-theme .owl-nav button.owl-prev:hover, .owl-theme .owl-nav button.owl-prev:focus-visible, .owl-theme .owl-nav button.owl-next:hover, .owl-theme .owl-nav button.owl-next:focus-visible {
  background-image: url("../images/arrow_right_dark.svg");
}
.owl-theme .owl-nav button.owl-prev {
  left: 0; /* Firefox 3.6 Firefox 4 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */ /* Opera */ /* IE 9 */
  transform: rotate(180deg);
}
.owl-theme .owl-nav button.owl-next {
  right: 0;
}
.bg-medium .owl-theme .owl-nav button.owl-prev, .bg-medium .owl-theme .owl-nav button.owl-next {
  background-image: url("../images/arrow_right_white.svg");
}
.bg-medium .owl-theme .owl-nav button.owl-prev:hover, .bg-medium .owl-theme .owl-nav button.owl-prev:focus-visible, .bg-medium .owl-theme .owl-nav button.owl-next:hover, .bg-medium .owl-theme .owl-nav button.owl-next:focus-visible {
  background-image: url("../images/arrow_right_white.svg");
}
.bg-dark .owl-theme .owl-nav button.owl-prev, .bg-dark .owl-theme .owl-nav button.owl-next {
  background-image: url("../images/arrow_right_white.svg");
}
.bg-dark .owl-theme .owl-nav button.owl-prev:hover, .bg-dark .owl-theme .owl-nav button.owl-prev:focus-visible, .bg-dark .owl-theme .owl-nav button.owl-next:hover, .bg-dark .owl-theme .owl-nav button.owl-next:focus-visible {
  background-image: url("../images/arrow_right_white.svg");
}
.owl-theme .owl-dots {
  text-align: center;
  line-height: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.owl-theme button.owl-dot {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #a1b7bf;
}
.owl-theme button.owl-dot:hover, .owl-theme button.owl-dot:focus-visible, .owl-theme button.owl-dot.active {
  background-color: #403F41;
}
.bg-medium .owl-theme .owl-dot {
  background-color: #ffffff;
}
.bg-dark .owl-theme .owl-dot {
  background-color: #ffffff;
}

/**
 * Owl-Slider 
 */
.page-intro-slider.ratio .item {
  width: initial;
  height: initial;
  aspect-ratio: 2.75;
}
@supports not (aspect-ratio: 2.75) {
  .page-intro-slider.ratio .item::before {
    float: left;
    content: "";
    padding-bottom: 36.3636363636%;
  }
  .page-intro-slider.ratio .item::after {
    display: block;
    content: "";
    clear: both;
  }
}
.page-intro-slider.ratio .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-intro-slider.static .item {
  height: 260px;
}
@media print, screen and (min-width: 30em) {
  .page-intro-slider.static .item {
    height: 350px;
  }
}
@media print, screen and (min-width: 48em) {
  .page-intro-slider.static .item {
    height: 450px;
  }
}
@media screen and (min-width: 64em) {
  .page-intro-slider.static .item {
    height: 550px;
  }
}
.page-intro-slider.static .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-intro-slider .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
}
@media screen and (min-width: 64em) {
  .page-intro-slider .owl-dots {
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    right: 80px;
    bottom: 60px;
  }
}
.page-intro-slider .owl-dots .owl-dot {
  background-color: #ffffff;
}

/* <!-- Fullsize Slider - mit Textfeld --> */
.hero-slider img {
  aspect-ratio: 3.33;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 90vh;
  min-height: 50vh;
}
.hero-slider figure {
  display: block;
  position: relative;
}
.hero-slider figcaption {
  display: block;
  position: absolute;
  left: 0;
  top: 10%;
  max-width: 90%;
  padding: 1em;
  background-color: rgba(161, 183, 191, 0.9);
}
@media screen and (min-width: 64em) {
  .hero-slider figcaption {
    padding: 2em 3em 2em 4em;
  }
}
.hero-slider figcaption > span {
  display: block;
}
.hero-slider figcaption .ft-h1 {
  font-weight: 300;
  word-spacing: 0.05em;
}
.hero-slider figcaption .ft-h1 strong,
.hero-slider figcaption .ft-h1 b {
  display: inline-block;
  margin-left: 0.1em;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-style: normal;
}
.hero-slider.owl-theme .owl-nav button {
  bottom: 3rem;
  top: unset;
  height: 30px;
  width: 30px;
}
.hero-slider.owl-theme .owl-nav button.owl-prev {
  left: 2rem !important;
  background-image: url("../images/arrow_right_white.svg");
  background-size: auto 30px;
  z-index: 1;
}
.hero-slider.owl-theme .owl-nav button.owl-next {
  right: 2rem !important;
  background-image: url("../images/arrow_right_white.svg");
  background-size: auto 30px;
  z-index: 1;
}
.hero-slider .owl-dots {
  position: absolute;
  bottom: 3.25rem;
  width: 100%;
}
.hero-slider .owl-dots .owl-dot {
  background-color: #ffffff;
}

/* <!-- News Slider - 4 Spalten Teaser mit Bild/Video  --> */
.news-slider .teaser-image {
  display: block;
  width: initial;
  height: initial;
  aspect-ratio: 0.6666666667;
}
@supports not (aspect-ratio: 0.6666666667) {
  .news-slider .teaser-image::before {
    float: left;
    content: "";
    padding-bottom: 150%;
  }
  .news-slider .teaser-image::after {
    display: block;
    content: "";
    clear: both;
  }
}
.news-slider .teaser-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-slider .video-play-button::after,
.news-slider .video-play-button::before {
  width: 18%;
}
.news-slider .teaser-text {
  position: relative;
  padding: 1em 1px;
  text-align: center;
}
.news-slider .teaser-text strong,
.news-slider .teaser-text b,
.news-slider .teaser-text a {
  font-weight: 700;
}
.news-slider .button-link.arrow-r {
  position: absolute;
  top: -43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* <!-- Zitate Slider - Kundenmeinungen  --> */
.zitate-slider .owl-nav button {
  position: absolute;
  top: 423px;
}

/* <!-- Image/Video Slider - 4 Spalten Teaser mit Bild/Video  --> */
.video-slider {
  padding-left: 20px;
  padding-right: 20px;
}
.video-slider .teaser {
  margin: 0 5px;
}
.video-slider .teaser-image {
  display: block;
}
.video-slider .teaser-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-slider .teaser-image a:hover img, .video-slider .teaser-image a:focus img, .video-slider .teaser-image a:focus-visible img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.video-slider .video-play-button::after,
.video-slider .video-play-button::before {
  width: 18%;
}
.video-slider .teaser-text {
  position: relative;
  padding: 1em 10px;
  text-align: center;
}
.video-slider .teaser-text strong, .video-slider .teaser-text b, .video-slider .teaser-text a {
  font-weight: 700;
}
.video-slider .ratio_16-9 .video-layer .inside {
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.4rem;
}
.video-slider .ratio_16-9 .video-layer .inside .button-link {
  margin-top: 0.4em;
}
.video-slider .fs-24 p {
  font-size: 1.5rem;
}
.video-slider .button-link.arrow-r {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.video-slider .owl-dots {
  width: 100%;
}
.video-slider.owl-theme button.owl-dot {
  width: 13px;
  height: 13px;
}
.video-slider.owl-theme .owl-nav button.owl-prev {
  left: -5px;
}
.video-slider.owl-theme .owl-nav button.owl-next {
  right: -5px;
}
@media screen and (min-width: 82.5em) {
  .video-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .video-slider.owl-theme .owl-nav button.owl-prev {
    left: -30px;
  }
  .video-slider.owl-theme .owl-nav button.owl-next {
    right: -30px;
  }
}
.video-slider.flx .item, .video-slider.flxcard .item {
  width: 25%;
  padding: 5px;
}

/**
 * Zitate Slider
 */
.zitate-slider {
  padding-inline: 2rem;
}
.zitate-slider .item {
  padding: 0 0;
  text-align: center;
}
.zitate-slider figure img {
  max-width: 260px;
  max-height: 260px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 1.3rem auto;
  border-radius: 50%;
}
.zitate-slider figcaption .name {
  color: #20272c;
  font-size: 2rem;
  font-style: italic;
}
.zitate-slider .ruler-zitate {
  height: 52px;
  margin: 2rem 0 1rem 0;
  background: url("../images/ruler_zitate.svg") no-repeat center center;
  background-size: auto 52px;
}
.bg-medium .zitate-slider h2, .bg-medium .zitate-slider .h2 {
  color: #ffffff;
}
.bg-medium .zitate-slider .ruler-zitate {
  background-image: url("../images/ruler_zitate_white.svg");
}
.zitate-slider blockquote {
  font-size: 1.375rem;
  color: #20272c;
  font-style: italic;
}
@media print, screen and (min-width: 48em) {
  .zitate-slider blockquote {
    font-size: 2rem;
  }
}
.zitate-slider cite {
  color: #20272c;
}

/**
* Galerie DL.Gallery WG Theme
*/
.wg-gallery {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 30em) {
  .wg-gallery {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 48em) {
  .wg-gallery {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.wg-gallery_item {
  position: relative;
  cursor: pointer;
}
.wg-gallery_item img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.wg-gallery_item::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(64, 63, 65, 0.45);
  background-image: url("../images/icon_plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.wg-gallery_item:hover::after, .wg-gallery_item:focus-visible::after {
  opacity: 1;
}
.wg-gallery figcaption {
  display: block;
}

/*
 * Timeline
 */
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1 em, .timeline h2 em, .timeline h3 em, .timeline h4 em, .timeline h5 em, .timeline h6 em {
  display: inline-block;
  line-height: 1;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #403F41;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: #CCD5DB;
  display: block;
  position: absolute;
  top: 35px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #403F41;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}

/*----------------------------------------------
MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info,
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker,
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content,
  .timeline-split .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content, .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}

/*----------------------------------------------
MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

/*----------------------------------------------
MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #403F41;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #859ea5;
}

/**
 * Images compare
 * Bildvergleich mit Schieberegler 
 */
/* Images compare main container */
.images-compare {
  display: block;
  position: relative;
  overflow: hidden;
}

.images-compare-container {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 100% !important;
  max-height: 100% !important;
}

/* Images compare front element */
.images-compare-before {
  will-change: clip;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

/* Images compare back element */
.images-compare-after {
  pointer-events: none;
}

/* Responsive image settings */
.images-compare-before img, .images-compare-after img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Separator (thin vertical blank line) */
.images-compare-separator {
  position: absolute;
  background: white;
  height: 100%;
  width: 1px;
  z-index: 4;
  left: 0;
  top: 0;
}

/* Drag handle (circle) */
.images-compare-handle {
  height: 46px;
  width: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -23px;
  margin-top: -23px;
  border: 3px solid white;
  border-radius: 1000px;
  -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
  z-index: 3;
  background-color: rgba(64, 63, 65, 0.5);
  cursor: pointer;
}

/* Drag handle arrows */
.images-compare-left-arrow, .images-compare-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.images-compare-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.images-compare-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

/* Label */
.images-compare-label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  pointer-events: none;
  display: none;
}

.images-compare-container .images-compare-label {
  display: inherit;
}

.images-compare-before .images-compare-label {
  left: 10px;
}

.images-compare-after .images-compare-label {
  left: auto;
  right: 10px;
}

.step-by-step-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step-by-step-navigation .content {
  display: none;
}

.step-by-step-details {
  margin-top: 3rem;
}
.step-by-step-details button.item {
  display: none;
}
.step-by-step-details .step-by-step_item {
  display: none;
}
.step-by-step-details .step-by-step_item.active {
  display: block;
}

.step-by-step-slider {
  --spacer: 2rem;
  width: calc(100% - 2 * var(--spacer));
}
.step-by-step-slider .owl-nav button.owl-prev {
  left: calc(-1 * var(--spacer));
  background-image: url("../images/arrow_right_dark.svg") !important;
}
.step-by-step-slider .owl-nav button.owl-next {
  right: calc(-1 * var(--spacer));
  background-image: url("../images/arrow_right_dark.svg") !important;
}
.step-by-step-slider .item {
  padding: 0.5em;
  max-width: 250px;
  min-width: 100%;
  text-align: center;
  line-height: unset;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 3rem;
  cursor: pointer;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
.step-by-step-slider .item * {
  -webkit-transition: inherit;
  transition: inherit;
}
.step-by-step-slider .item .number {
  font-size: 3rem;
  line-height: 1;
}
.step-by-step-slider .item .short-text {
  font-weight: 500;
}
.step-by-step-slider .item svg.svg-arrow {
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  bottom: 50%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.step-by-step-slider .item:hover svg.svg-arrow, .step-by-step-slider .item:focus-visible svg.svg-arrow, .step-by-step-slider .item.active svg.svg-arrow {
  bottom: 0;
}
.step-by-step-slider.backend {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
}
.step-by-step-slider.backend .backend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.step-by-step-slider.backend .backend-item .item {
  width: -moz-available;
  max-width: 300px;
  min-width: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.step-by-step-slider .item {
  background-color: #97a7b2;
}
.step-by-step-slider .item * {
  color: #ffffff;
}
.step-by-step-slider .item .number {
  color: #ffffff;
}
.step-by-step-slider .item .short-text {
  color: #ffffff;
}
.step-by-step-slider .item svg.svg-arrow {
  fill: #403F41;
}
.step-by-step-slider .item:hover .number, .step-by-step-slider .item:focus-visible .number {
  color: #403F41;
}
.step-by-step-slider .item.active {
  background-color: #403F41;
}
.step-by-step-slider .item.active .number {
  color: #403F41;
}
.step-by-step-slider .item[data-highlight=true] {
  background-color: #403F41;
}
.step-by-step-slider .item[data-highlight=true] .number {
  color: #403F41;
}
.step-by-step-slider .item[data-highlight=true] .short-text {
  color: #403F41;
}
.step-by-step-slider .item[data-highlight=true]:hover .number, .step-by-step-slider .item[data-highlight=true]:focus-visible .number, .step-by-step-slider .item[data-highlight=true].active .number {
  color: #403F41;
}

.bg-medium .step-by-step-slider .item {
  background-color: #E9EBED;
}
.bg-medium .step-by-step-slider .item * {
  color: #403F41;
}
.bg-medium .step-by-step-slider .item .number {
  color: #403F41;
}
.bg-medium .step-by-step-slider .item svg.svg-arrow {
  fill: #403F41;
}
.bg-medium .step-by-step-slider .item:hover .number, .bg-medium .step-by-step-slider .item:focus-visible .number {
  color: #403F41;
}
.bg-medium .step-by-step-slider .item.active {
  background-color: #ffffff;
}
.bg-medium .step-by-step-slider .item.active .number {
  color: #403F41;
}
.bg-medium .step-by-step-slider .item[data-highlight=true] {
  background-color: #403F41;
  color: #403F41;
}
.bg-medium .step-by-step-slider .item[data-highlight=true]:hover .number, .bg-medium .step-by-step-slider .item[data-highlight=true]:focus-visible .number, .bg-medium .step-by-step-slider .item[data-highlight=true].active .number {
  color: #403F41;
}

/**
 * Sidebar Karriere-Button
 */
.job-legend {
  position: fixed;
  right: 0;
  top: 120px;
  -webkit-transition: 0.3s top;
  transition: 0.3s top;
  background-color: rgba(161, 183, 191, 0.9);
  color: #ffffff;
  z-index: 999;
}
.job-legend.posup {
  top: 75px;
}
.job-legend .inside {
  max-height: 0px;
  -webkit-transition: 0.2s max-height;
  transition: 0.2s max-height;
  overflow: hidden;
}
.job-legend .ft-hw {
  font-size: 2rem;
  line-height: 1.1em;
}
.job-legend .button-link {
  position: absolute;
  right: 0;
  white-space: nowrap;
}
@media print, screen and (min-width: 48em) {
  .job-legend {
    top: 145px;
  }
  .job-legend.posup {
    top: 100px;
  }
  .job-legend .button-link {
    bottom: -25px;
    font-size: 1.375rem;
  }
  .job-legend.open {
    top: 125px;
    padding: 1.4rem 1.4rem 1.4rem 1.4rem;
  }
  .job-legend.open.posup {
    top: 80px;
  }
  .job-legend.open .inside {
    max-height: 200px;
  }
  .job-legend.open .ft-hw {
    font-size: 2.625rem;
    margin-bottom: 0.2em;
  }
  .job-legend.open .h2 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 79.9375em) {
  .job-legend {
    top: 155px;
  }
  .job-legend.posup {
    top: 115px;
  }
  .job-legend.open {
    top: 135px;
  }
  .job-legend.open.posup {
    top: 95px;
  }
}
@media (min-width: 1920px) {
  .job-legend {
    display: block;
  }
}

#ctrl-job-legend {
  position: absolute;
  top: 50px;
}

.test-sidebar {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}
.test-sidebar.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.test-sidebar .test-sidebar__trigger {
  cursor: pointer;
  position: absolute;
  height: 57px;
  width: 57px;
  border-radius: 100vw;
  background: #D7DF23;
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
}
.test-sidebar .test-sidebar__content {
  position: relative;
  height: 350px;
  width: 300px;
  background: #E4F2F2;
  padding: 1rem;
}

@media screen {
  /**
   * Basic  Overlay
   */
  .cc-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9999990;
  }
  /**
   * Basic Modal with scrollable Content Box
   */
  .cc-modal {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate3d(-50%, -50%, 9999990px);
    transform: translate3d(-50%, -50%, 9999990px);
    width: 100% !important;
    height: auto !important;
    max-width: 636px !important;
    max-height: 90vh !important;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    color: rgba(1, 23, 54, 0.8);
    z-index: 9999990;
  }
  .cc-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    max-height: 80vh;
    padding: 60px 40px 30px 40px;
  }
  /**
   * Formatierung des Consent Managers
   */
}
@media screen and (max-width: 480px) {
  .cc-wrapper {
    padding: 45px 20px 10px 20px;
  }
}
@media screen {
  .cc-content-headline {
    margin-bottom: 10px;
  }
  .cc-content-infotext {
    position: relative;
    margin-bottom: 0px;
    padding: 0 0 5px 0;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.5;
    max-height: 100%;
  }
  .cc-close-ccm {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    right: 30px;
    top: 20px;
    padding: 5px 10px;
    font-size: 1rem;
    cursor: pointer;
  }
  .cc-close-ccm:hover, .cc-close-ccm:focus-visible {
    text-decoration: underline;
  }
  .cc-button-x {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
  }
  .cc-button-x .icon-x-stroke {
    stroke-width: 30px;
    stroke: #aaaaaa;
  }
  .cc-button-x:hover .icon-x-stroke, .cc-button-x:focus-visible .icon-x-stroke {
    stroke: #4F6773;
  }
}
@media screen and (max-width: 480px) {
  .cc-wrapper {
    padding: 35px 20px 10px 20px;
  }
  .cc-content-headline {
    font-size: 24px;
  }
  .cc-button-x {
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
  }
}
@media screen {
  .cc-consent-modal {
    display: none;
  }
  .cc-consent-modal .cc-item-list {
    margin-top: 10px;
    border: 1px solid #ddd;
    padding: 10px 5px;
  }
  .cc-consent-modal .cc-items {
    margin: 0;
    list-style: none;
    font-size: 16px;
    /* Consent Accordion */
  }
  .cc-consent-modal .cc-items li {
    position: relative;
    padding: 5px 15px 5px 15px;
  }
  .cc-consent-modal .cc-items input[type=checkbox] {
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 20px;
    height: 20px;
  }
  .cc-consent-modal .cc-items .cc-ac-wrapper,
  .cc-consent-modal .cc-items .cc-ac-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 5px 15px 5px 30px;
  }
  .cc-consent-modal .cc-items .cc-ac-wrapper label,
  .cc-consent-modal .cc-items .cc-ac-trigger label {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .cc-consent-modal .cc-items .cc-ac-wrapper .cc-ac-open,
  .cc-consent-modal .cc-items .cc-ac-trigger .cc-ac-open {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 1.6em;
    margin-left: 10px;
    padding: 4px;
    text-align: right;
    cursor: pointer;
  }
  .cc-consent-modal .cc-items .cc-ac-wrapper .cc-ac-open:hover .cls-1, .cc-consent-modal .cc-items .cc-ac-wrapper .cc-ac-open:focus-visible .cls-1,
  .cc-consent-modal .cc-items .cc-ac-trigger .cc-ac-open:hover .cls-1,
  .cc-consent-modal .cc-items .cc-ac-trigger .cc-ac-open:focus-visible .cls-1 {
    stroke: #403F41;
  }
  .cc-consent-modal .cc-items .cc-ac-wrapper .cc-ac-open.stat-open .icon-plus-stroke,
  .cc-consent-modal .cc-items .cc-ac-trigger .cc-ac-open.stat-open .icon-plus-stroke {
    display: none;
  }
  .cc-consent-modal .cc-items .cc-ac-wrapper svg,
  .cc-consent-modal .cc-items .cc-ac-trigger svg {
    max-height: 100%;
  }
  .cc-consent-modal .cc-items .cc-ac-wrapper .cls-1,
  .cc-consent-modal .cc-items .cc-ac-trigger .cls-1 {
    stroke: rgba(1, 23, 54, 0.8);
  }
  .cc-consent-modal .cc-items .cc-ac-content {
    display: none;
    padding: 5px 0px 20px 30px;
    font-size: 90%;
  }
  .cc-btn {
    display: block;
    float: right;
    width: 32%;
    min-height: 65px;
    margin: 10px 0;
    border: none;
    border-radius: 4px;
    padding: 8px 15px 7px 15px;
    background-color: #403F41;
    font-size: 1.0625rem;
    line-height: 1.23em;
    text-transform: uppercase;
    cursor: pointer;
  }
  .cc-btn:not(.cc-btn-save-all) {
    margin-right: 2%;
  }
  .cc-btn:hover, .cc-btn:focus-visible, .cc-btn.cc-btn-konfig {
    background: #E9EBED;
    color: rgba(1, 23, 54, 0.8);
  }
  .cc-btn:hover, .cc-btn:focus-visible, .cc-btn.cc-btn-konfig:hover .cc-btn.cc-btn-konfig:focus-visible {
    background-color: #4F6773;
    color: #ffffff;
    text-decoration: none;
  }
  .cc-btn.cc-btn-save-all {
    line-height: 23px;
  }
  .cc-btn.small-label {
    font-size: 13px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  .cc-btn {
    float: none;
    width: 100%;
    min-height: 48px;
    padding: 8px 10px 6px 10px !important;
    text-align: center;
  }
}
@media screen {
  .cc-button-customize {
    min-height: 60px;
    text-align: right;
  }
  .cc-button-wrapper {
    border-top: 1px solid #ddd;
    padding: 20px 0px 30px 0px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .cc-button-wrapper {
    padding: 10px 0px 10px 0px;
    font-size: 13px;
  }
}
@media screen {
  .ccmlink {
    cursor: pointer;
  }
  .ccmlink:hover, .ccmlink:focus-visible {
    text-decoration: underline;
  }
}
@media print {
  #cc-consent-modal,
  .cc-consent-modal {
    display: none !important;
  }
}
.filter-grid {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
@media print, screen and (min-width: 30em) {
  .filter-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 48em) {
  .filter-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .filter-grid {
    -ms-grid-columns: (1fr)[5] auto;
    grid-template-columns: repeat(5, 1fr) auto;
  }
}
.filter-grid .filter-box .filter-box_label {
  padding: 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #403F41;
}
.filter-grid .filter-box .filter-box_select {
  position: relative;
  font-size: unset;
  padding: 0.75rem;
  border: none;
  margin: 0;
  height: unset;
  color: #ffffff;
  background-color: #403F41;
  background-image: url("../images/arrow_down_lemon.svg");
  /* //TODO: arrow down erstellen */
  background-position: right;
  background-size: 0.9rem;
}
.filter-grid .filter-box .filter-box_select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.filter-grid .reset-button {
  aspect-ratio: 1;
  padding: 0.5rem;
  background-color: #403F41;
  height: 54px;
  cursor: pointer;
  background-image: url("../images/icon_reset.svg");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-grid .reset-button:disabled {
  cursor: not-allowed;
  pointer-events: all;
  -webkit-filter: saturate(0);
          filter: saturate(0);
}
.filter-grid .reset-button:not(:disabled):hover, .filter-grid .reset-button:not(:disabled):focus-visible {
  background-color: #363537;
}
@media screen and (max-width: 29.9375em) {
  .filter-grid .reset-button {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}

.referenz-calculations {
  background-color: #e4f2f2;
  padding: 0.75rem;
}
@media (min-width: 430px) {
  .referenz-calculations {
    padding: 0.75rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}
@media (min-width: 640px) {
  .referenz-calculations {
    gap: 4rem;
  }
}
.referenz-calculations .referenz-calculations_label {
  margin-right: 1rem;
}
.referenz-calculations .referenz-calculations_number {
  font-weight: 500;
  color: #403F41;
}

.referenz-grid {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  row-gap: 2rem;
}
@media print, screen and (min-width: 48em) {
  .referenz-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .referenz-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.referenz-grid .referenz-grid_item {
  background-color: #e4f2f2;
}
.referenz-grid .referenz-grid_item .referenz-grid_item_text_wrapper {
  padding: 1.5rem;
  padding-block: 1.75rem;
}
.referenz-grid .referenz-grid_item .referenz-grid_item_img_wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}
.referenz-grid .referenz-grid_item .referenz-grid_item_img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.referenz-grid .referenz-grid_item .referenz-grid_item_img_overlay {
  position: absolute;
  inset: auto 0 0 0;
  background-color: #403F41;
  color: #ffffff;
  padding: 1.5rem;
  padding-block: 0.75rem;
  font-size: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  row-gap: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.referenz-grid .referenz-grid_item .referenz-grid_item_img_overlay .referenz-grid_item_icon {
  position: relative;
}
.referenz-grid .referenz-grid_item .referenz-grid_item_img_overlay .referenz-grid_item_icon::before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 0.5em;
  height: 1.5em;
  width: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.referenz-grid .referenz-grid_item .referenz-grid_item_img_overlay .referenz-grid_item_icon[data-icon=windEnergie]::before {
  background-image: url("../images/icon_windEnergie.svg");
}
.referenz-grid .referenz-grid_item .referenz-grid_item_img_overlay .referenz-grid_item_icon[data-icon=citizenWindPark]::before {
  background-image: url("../images/icon_citizenWindPark.svg");
}
.referenz-grid .referenz-grid_item .referenz-grid_item_img_overlay .referenz-grid_item_icon[data-icon=repowering]::before {
  background-image: url("../images/icon_repowering.svg");
}
.referenz-grid .referenz-grid_item .referenz-grid_item_img_overlay .referenz-grid_item_icon[data-icon=windInForest]::before {
  background-image: url("../images/icon_windInForest.svg");
}
.referenz-grid .referenz-grid_item .referenz-grid_item_img_overlay .referenz-grid_item_icon[data-icon=photovoltaic]::before {
  background-image: url("../images/icon_photovoltaic.svg");
}
.referenz-grid .referenz-grid_item .referenz-grid_item_img_overlay .referenz-grid_item_icon[data-icon=networkConnection]::before {
  background-image: url("../images/icon_networkConnection.svg");
}
.referenz-grid .referenz-grid_item .referenz-grid_item_img_overlay .referenz-grid_item_icon[data-icon=biogas]::before {
  background-image: url("../images/icon_biogas.svg");
}
.referenz-grid .referenz-grid_item .referenz-grid_item_img_overlay .referenz-grid_item_icon[data-icon=hydrogen]::before {
  background-image: url("../images/icon_hydrogen.svg");
}
.referenz-grid .referenz-grid_item .referenz-grid_item_img_overlay .referenz-grid_item_icon[data-icon=electromobility]::before {
  background-image: url("../images/icon_electromobility.svg");
}
.referenz-grid .referenz-grid_item .referenz-grid_item_headline,
.referenz-grid .referenz-grid_item .referenz-grid_item_subheadline {
  margin-bottom: 0.5rem;
  display: block;
}
.referenz-grid .referenz-grid_item .reference-grid_item_details > span + span::before {
  content: " | ";
}

.loader {
  display: block;
  width: 48px;
  height: 48px;
  border: 5px solid #403F41;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.interactive-map {
  position: relative;
}
.interactive-map .labels .label {
  background-color: #ffffff;
  color: #403F41;
  font-weight: 600;
  border-radius: 2px;
  font-size: 8px;
  padding: 0.2em 1em;
  position: absolute;
  -webkit-transform: translate(-45%, -80%);
          transform: translate(-45%, -80%);
}
@media print, screen and (min-width: 30em) {
  .interactive-map .labels .label {
    font-size: 10px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.interactive-map .labels .label::after {
  content: "";
  height: 0.9em;
  width: 0.5em;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  display: block;
  position: absolute;
  top: 100%;
  left: 35%;
  background-color: #ffffff;
}
.interactive-map .labels .label.fr {
  top: 66.5%;
  left: 29%;
}
.interactive-map .labels .label.de {
  top: 54.5%;
  left: 46%;
}
.interactive-map .labels .label.pl {
  top: 51%;
  left: 60%;
}
.interactive-map .labels .label.at {
  top: 64.25%;
  left: 53.5%;
}
.interactive-map .labels .label.gr {
  top: 81%;
  left: 72.5%;
}
.interactive-map .labels .label.fi {
  top: 24%;
  left: 66%;
}
.interactive-map .labels .label.za {
  top: 70%;
  left: 90.25%;
}
.interactive-map a * {
  fill: #403F41;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.interactive-map a:hover *, .interactive-map a:focus-visible * {
  fill: #403F41;
}
.interactive-map .country_circle {
  stroke: #403F41;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  fill: #fff;
}
.interactive-map .country_white {
  fill: #fff;
}
.interactive-map .country_default-color {
  fill: #caccce;
}

/*
 * Typography
 */
/* Style reset */
address {
  font-style: normal;
}

p {
  margin-bottom: 0;
  line-height: 1.5;
}

blockquote {
  border: none;
}

blockquote,
blockquote p {
  color: inherit;
}

cite {
  color: inherit;
}

cite::before {
  display: none;
}

/**
 * global text styles
 */
body {
  font-family: "Inter Tight", helvetica, arial, sans-serif;
  font-weight: 200;
  letter-spacing: 0;
  word-spacing: 0;
  line-height: 1.6;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  body {
    font-size: 1.25rem;
  }
}

hgroup h1,
.h1 {
  color: #403F41;
  font-family: "Inter Tight", helvetica, arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  word-spacing: 5px;
  text-transform: unset;
}
@media screen and (max-width: 63.9375em) {
  hgroup h1,
  .h1 {
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}

hgroup h2,
.h2,
h1 .xlight,
h1 .thin {
  color: #20272c;
  font-family: "Inter Tight", helvetica, arial, sans-serif;
  font-weight: unset;
  letter-spacing: 0px;
  word-spacing: 5px;
  text-transform: unset;
}
@media screen and (max-width: 63.9375em) {
  hgroup h2,
  .h2,
  h1 .xlight,
  h1 .thin {
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
hgroup h2 .xlight,
hgroup h2 .thin,
.h2 .xlight,
.h2 .thin,
h1 .xlight .xlight,
h1 .xlight .thin,
h1 .thin .xlight,
h1 .thin .thin {
  font-weight: 200;
}
hgroup h2 span,
.h2 span,
h1 .xlight span,
h1 .thin span {
  display: block;
}

h1 .xlight {
  font-weight: 300;
}

hgroup h3,
.h3,
hgroup .large {
  color: #20272c;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: inherit;
  word-spacing: inherit;
  text-transform: unset;
}
@media screen and (max-width: 63.9375em) {
  hgroup h3,
  .h3,
  hgroup .large {
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}

hgroup h4,
.h4 {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  text-transform: unset;
}
@media screen and (max-width: 63.9375em) {
  hgroup h4,
  .h4 {
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}

hgroup h5,
.h5 {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  text-transform: unset;
}
@media screen and (max-width: 63.9375em) {
  hgroup h5,
  .h5 {
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}

hgroup h6,
.h6 {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  text-transform: unset;
}
@media screen and (max-width: 63.9375em) {
  hgroup h6,
  .h6 {
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}

a {
  color: #20272c;
  font-family: inherit;
  font-weight: 500;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
a:hover, a:focus, a:focus-visible {
  color: #403F41;
}
a:active {
  color: #403F41;
}

a.button-link,
span.button-link,
button.button-link {
  color: #ffffff;
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  text-transform: unset;
  background-color: #403F41;
  display: inline-block;
  border: none;
  padding-block: 0.6em;
  padding-inline: 1em;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
  cursor: pointer;
}
a.button-link:hover, a.button-link:focus-visible, a.button-link.current,
span.button-link:hover,
span.button-link:focus-visible,
span.button-link.current,
button.button-link:hover,
button.button-link:focus-visible,
button.button-link.current {
  background-color: #859ea5;
  text-decoration: none;
}
a.button-link::after,
span.button-link::after,
button.button-link::after {
  display: inline-block;
  content: "";
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.25em;
  background: transparent url("../images/arrow_right_white.svg") no-repeat center center;
  background-size: contain;
}
a.button-link:hover::after, a.button-link:focus-visible::after, a.button-link.current::after,
span.button-link:hover::after,
span.button-link:focus-visible::after,
span.button-link.current::after,
button.button-link:hover::after,
button.button-link:focus-visible::after,
button.button-link.current::after {
  background-image: url("../images/arrow_right_white.svg");
}
a.button-link.reverse, .bg-medium a.button-link,
span.button-link.reverse,
.bg-medium span.button-link,
button.button-link.reverse,
.bg-medium button.button-link {
  background-color: #859ea5;
}
a.button-link.reverse::after, .bg-medium a.button-link::after,
span.button-link.reverse::after,
.bg-medium span.button-link::after,
button.button-link.reverse::after,
.bg-medium button.button-link::after {
  background-image: url("../images/arrow_right_white.svg");
}
a.button-link.reverse:hover, a.button-link.reverse:focus-visible, .bg-medium a.button-link:hover, .bg-medium a.button-link:focus-visible,
span.button-link.reverse:hover,
span.button-link.reverse:focus-visible,
.bg-medium span.button-link:hover,
.bg-medium span.button-link:focus-visible,
button.button-link.reverse:hover,
button.button-link.reverse:focus-visible,
.bg-medium button.button-link:hover,
.bg-medium button.button-link:focus-visible {
  background-color: #403F41;
}
a.button-link.reverse:hover::after, a.button-link.reverse:focus-visible::after, .bg-medium a.button-link:hover::after, .bg-medium a.button-link:focus-visible::after,
span.button-link.reverse:hover::after,
span.button-link.reverse:focus-visible::after,
.bg-medium span.button-link:hover::after,
.bg-medium span.button-link:focus-visible::after,
button.button-link.reverse:hover::after,
button.button-link.reverse:focus-visible::after,
.bg-medium button.button-link:hover::after,
.bg-medium button.button-link:focus-visible::after {
  background-image: url("../images/arrow_right_white.svg");
}
.neos-backend a.button-link *,
.neos-backend span.button-link *,
.neos-backend button.button-link * {
  display: inline-block;
}

.page-content ol {
  margin-left: 1.4rem;
}
.page-content ul,
.page-content ol {
  font-size: 1.125rem;
}
.page-content * + ul,
.page-content * + ol {
  margin-top: 0.85em;
}
.page-content ul + *,
.page-content ol + * {
  margin-bottom: 0.85em;
}
.page-content p + p {
  margin-top: 0.75em;
}
.page-content picture + p,
.page-content img + p {
  display: inline-block;
  margin-top: 0.75em;
}

span.h1, span.h2, span.h3 {
  display: block;
}

strong,
b,
.bold {
  font-weight: 500;
}

.stoerer .large {
  margin-bottom: 0;
}
.stoerer .large p {
  font-size: 1.375rem;
}
@media print, screen and (min-width: 30em) {
  .stoerer .large p {
    font-size: 1.5625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .stoerer .large p {
    font-size: 1.875rem;
  }
}

.kicker {
  font-weight: 700;
}

.mainnav {
  font-weight: 400;
}

.fs-24 {
  font-size: 1.25rem;
}

.fs-28 {
  font-size: 1.375rem;
}

.fs-32 {
  font-size: 1.5rem;
}

@media print, screen and (min-width: 48em) {
  .fs-24 {
    font-size: 1.375rem;
  }
  .fs-28 {
    font-size: 1.5625rem;
  }
  .fs-32 {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .fs-24 {
    font-size: 1.5rem;
  }
  .fs-28 {
    font-size: 1.75rem;
  }
  .fs-32 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 29.9375em) {
  .fs-24,
  .fs-28,
  .fs-32 {
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
hgroup {
  color: #20272c;
}
hgroup > span,
hgroup h1 > .xlight {
  display: block;
}
hgroup .ft-hw,
hgroup h1,
hgroup span.large {
  margin: 0;
}
hgroup + p {
  margin-top: 1em;
}

/*** Versalien mit Laufweite 1px ***/
.uppercase,
.uc {
  text-transform: uppercase;
}

/*** Headline-Style - condensed ***/
.cn,
.cn-light {
  color: #20272c;
  line-height: 1.6em;
  text-transform: uppercase;
}

/*
ul:not(.menu, .submenu, .reset, .iconlist, .linklist) {
  @include setCustomList('-', 1.2em, $akzent-1);
}
*/
ul.bullets,
.list-bullets ul {
  list-style: none;
  margin-left: 0.1em;
}
ul.bullets li,
.list-bullets ul li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.2em 0.1em 0.2em 1.7em;
  line-height: 1.45em;
}
ul.bullets li::before,
.list-bullets ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: -1.2em;
  top: 0.48em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #00868a;
}

ul.checklist,
.list-checklist ul {
  list-style: none;
  margin-left: 0.1em;
}
ul.checklist li,
.list-checklist ul li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.2em 0.1em 0.2em 2em;
  line-height: 1.45em;
}
ul.checklist li::before,
.list-checklist ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: -1.75em;
  top: 0.2em;
  width: 1em;
  height: 0.65em;
  border-left: 5px solid #a1b7bf;
  border-bottom: 5px solid #a1b7bf;
  rotate: 315deg;
}

ul.arrows,
.list-arrows ul {
  list-style: none;
  margin-left: 0.1em;
}
ul.arrows li,
.list-arrows ul li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.2em 0.1em 0.2em 1.5em;
  line-height: 1.45em;
}
ul.arrows li::before,
.list-arrows ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: -1.25em;
  top: 0.39em;
  width: 0.55em;
  height: 0.55em;
  border-top: 4px solid #a1b7bf;
  border-right: 4px solid #a1b7bf;
  rotate: 45deg;
}

ul.lg-arrows,
.list-lg-arrows ul {
  list-style: none;
  margin-left: 0.1em;
}
ul.lg-arrows li,
.list-lg-arrows ul li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.2em 0.1em 0.2em 3em;
  line-height: 1.45em;
}
ul.lg-arrows li .lgarrow,
.list-lg-arrows ul li .lgarrow {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: -3.5em;
  top: -0.1em;
  width: 50px;
  height: 32px;
  border: 15px solid #fff;
  background-color: #a1b7bf;
}
ul.lg-arrows li .lgarrow::after,
.list-lg-arrows ul li .lgarrow::after {
  display: block;
  content: "";
  position: absolute;
  right: -0.6em;
  top: -0.28em;
  width: 0.65em;
  height: 0.65em;
  border-top: 4px solid #a1b7bf;
  border-right: 4px solid #a1b7bf;
  rotate: 45deg;
  border-radius: 1px;
}

ol li {
  margin-left: 0.35rem;
  padding-left: 0.25em;
}
ol li::marker {
  color: #20272c;
  font-size: 0.9em;
  font-weight: 500;
}

@media screen {
  .neg,
  .bg-medium,
  .bg-dark,
  .bg-xdark {
    color: #ffffff;
    font-weight: 300;
  }
  .neg a,
  .bg-medium a,
  .bg-dark a,
  .bg-xdark a {
    color: #ffffff;
  }
  .neg a:hover,
  .neg a:focus,
  .neg a:focus-visible,
  .bg-medium a:hover,
  .bg-medium a:focus,
  .bg-medium a:focus-visible,
  .bg-dark a:hover,
  .bg-dark a:focus,
  .bg-dark a:focus-visible,
  .bg-xdark a:hover,
  .bg-xdark a:focus,
  .bg-xdark a:focus-visible {
    color: #e6e6e6;
  }
  .neg a:active,
  .bg-medium a:active,
  .bg-dark a:active,
  .bg-xdark a:active {
    color: #e6e6e6;
  }
  .neg .button-link:hover,
  .neg .button-link:focus,
  .neg .button-link:focus-visible,
  .bg-medium .button-link:hover,
  .bg-medium .button-link:focus,
  .bg-medium .button-link:focus-visible,
  .bg-dark .button-link:hover,
  .bg-dark .button-link:focus,
  .bg-dark .button-link:focus-visible,
  .bg-xdark .button-link:hover,
  .bg-xdark .button-link:focus,
  .bg-xdark .button-link:focus-visible {
    color: #ffffff;
  }
  .neg h2,
  .neg .h2,
  .neg h1 .xlight,
  .neg hgroup .large,
  .neg blockquote,
  .neg button.reset,
  .neg hgroup,
  .bg-medium h2,
  .bg-medium .h2,
  .bg-medium h1 .xlight,
  .bg-medium hgroup .large,
  .bg-medium blockquote,
  .bg-medium button.reset,
  .bg-medium hgroup,
  .bg-dark h2,
  .bg-dark .h2,
  .bg-dark h1 .xlight,
  .bg-dark hgroup .large,
  .bg-dark blockquote,
  .bg-dark button.reset,
  .bg-dark hgroup,
  .bg-xdark h2,
  .bg-xdark .h2,
  .bg-xdark h1 .xlight,
  .bg-xdark hgroup .large,
  .bg-xdark blockquote,
  .bg-xdark button.reset,
  .bg-xdark hgroup {
    color: #ffffff;
  }
  .neg .bg-white,
  .neg .bg-xlight,
  .bg-medium .bg-white,
  .bg-medium .bg-xlight,
  .bg-dark .bg-white,
  .bg-dark .bg-xlight,
  .bg-xdark .bg-white,
  .bg-xdark .bg-xlight {
    color: #20272c;
  }
  .neg .bg-white h1,
  .neg .bg-white .h1,
  .neg .bg-white h2,
  .neg .bg-white .h2,
  .neg .bg-white blockquote,
  .neg .bg-white hgroup,
  .neg .bg-xlight h1,
  .neg .bg-xlight .h1,
  .neg .bg-xlight h2,
  .neg .bg-xlight .h2,
  .neg .bg-xlight blockquote,
  .neg .bg-xlight hgroup,
  .bg-medium .bg-white h1,
  .bg-medium .bg-white .h1,
  .bg-medium .bg-white h2,
  .bg-medium .bg-white .h2,
  .bg-medium .bg-white blockquote,
  .bg-medium .bg-white hgroup,
  .bg-medium .bg-xlight h1,
  .bg-medium .bg-xlight .h1,
  .bg-medium .bg-xlight h2,
  .bg-medium .bg-xlight .h2,
  .bg-medium .bg-xlight blockquote,
  .bg-medium .bg-xlight hgroup,
  .bg-dark .bg-white h1,
  .bg-dark .bg-white .h1,
  .bg-dark .bg-white h2,
  .bg-dark .bg-white .h2,
  .bg-dark .bg-white blockquote,
  .bg-dark .bg-white hgroup,
  .bg-dark .bg-xlight h1,
  .bg-dark .bg-xlight .h1,
  .bg-dark .bg-xlight h2,
  .bg-dark .bg-xlight .h2,
  .bg-dark .bg-xlight blockquote,
  .bg-dark .bg-xlight hgroup,
  .bg-xdark .bg-white h1,
  .bg-xdark .bg-white .h1,
  .bg-xdark .bg-white h2,
  .bg-xdark .bg-white .h2,
  .bg-xdark .bg-white blockquote,
  .bg-xdark .bg-white hgroup,
  .bg-xdark .bg-xlight h1,
  .bg-xdark .bg-xlight .h1,
  .bg-xdark .bg-xlight h2,
  .bg-xdark .bg-xlight .h2,
  .bg-xdark .bg-xlight blockquote,
  .bg-xdark .bg-xlight hgroup {
    color: #403F41;
  }
  .neg .bg-white.stoerer .large,
  .neg .bg-xlight.stoerer .large,
  .bg-medium .bg-white.stoerer .large,
  .bg-medium .bg-xlight.stoerer .large,
  .bg-dark .bg-white.stoerer .large,
  .bg-dark .bg-xlight.stoerer .large,
  .bg-xdark .bg-white.stoerer .large,
  .bg-xdark .bg-xlight.stoerer .large {
    color: #4F6773;
  }
  .neg ol li::marker,
  .bg-medium ol li::marker,
  .bg-dark ol li::marker,
  .bg-xdark ol li::marker {
    color: #403F41;
    font-weight: 600;
  }
  .neg ul.bullets li::before,
  .neg .list-bullets ul li::before,
  .bg-medium ul.bullets li::before,
  .bg-medium .list-bullets ul li::before,
  .bg-dark ul.bullets li::before,
  .bg-dark .list-bullets ul li::before,
  .bg-xdark ul.bullets li::before,
  .bg-xdark .list-bullets ul li::before {
    background-color: #403F41;
  }
  .neg ul.checklist li::before,
  .neg .list-checklist ul li::before,
  .neg ul.arrows li::before,
  .neg .list-arrows ul li::before,
  .bg-medium ul.checklist li::before,
  .bg-medium .list-checklist ul li::before,
  .bg-medium ul.arrows li::before,
  .bg-medium .list-arrows ul li::before,
  .bg-dark ul.checklist li::before,
  .bg-dark .list-checklist ul li::before,
  .bg-dark ul.arrows li::before,
  .bg-dark .list-arrows ul li::before,
  .bg-xdark ul.checklist li::before,
  .bg-xdark .list-checklist ul li::before,
  .bg-xdark ul.arrows li::before,
  .bg-xdark .list-arrows ul li::before {
    border-color: #403F41;
  }
  .neg ul.linklist .item .title,
  .bg-medium ul.linklist .item .title,
  .bg-dark ul.linklist .item .title,
  .bg-xdark ul.linklist .item .title {
    color: #ffffff;
  }
  .neg ul.linklist .item .info,
  .bg-medium ul.linklist .item .info,
  .bg-dark ul.linklist .item .info,
  .bg-xdark ul.linklist .item .info {
    color: #f4f7f7;
  }
  .neg ul.linklist .item:hover .title,
  .bg-medium ul.linklist .item:hover .title,
  .bg-dark ul.linklist .item:hover .title,
  .bg-xdark ul.linklist .item:hover .title {
    color: #f4f7f7;
  }
  a.special-link.sm-devices, a.special-link.lg-devices {
    background-color: #403F41;
    color: #403F41;
    font-size: 0.8em;
    font-weight: 300;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  a.special-link.sm-devices:hover, a.special-link.sm-devices:focus, a.special-link.lg-devices:hover, a.special-link.lg-devices:focus {
    background-color: #f4f7f7;
    color: #403F41;
  }
  a.special-link.sm-devices {
    display: inline-block;
    margin-top: 30px;
    margin-right: 25px;
    border-radius: 1.1em;
    padding: 9px 18px 8px 18px;
  }
  a.special-link.lg-devices {
    display: block;
    position: absolute;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    right: 0;
    top: 1.4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 0.95em;
    padding: 0.2em 1em;
  }
}
@media screen and (min-width: 79.9375em) {
  a.special-link.sm-devices {
    display: none;
  }
}
@media screen and (max-width: 79.875em) {
  a.special-link.lg-devices {
    display: none;
  }
}
@media screen {
  table tbody tr:nth-child(odd) {
    background-color: rgba(233, 235, 237, 0.4);
  }
  table tbody tr:nth-child(even) {
    background-color: #f4f7f7;
  }
}
@media screen and (max-width: 29.9375em) {
  table {
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .mainnav {
    color: #20272c;
  }
  .mainnav a,
  .mainnav a.lvl1,
  .mainnav a.lvl2,
  .mainnav a.lvl3 {
    color: #20272c;
    background-color: #ffffff;
    font-weight: 500;
  }
  .mainnav a:hover, .mainnav a:focus, .mainnav a:focus-visible,
  .mainnav a.lvl1:hover,
  .mainnav a.lvl1:focus,
  .mainnav a.lvl1:focus-visible,
  .mainnav a.lvl2:hover,
  .mainnav a.lvl2:focus,
  .mainnav a.lvl2:focus-visible,
  .mainnav a.lvl3:hover,
  .mainnav a.lvl3:focus,
  .mainnav a.lvl3:focus-visible {
    color: #ffffff;
  }
  .mainnav a.active, .mainnav a.is-active,
  .mainnav a.lvl1.active,
  .mainnav a.lvl1.is-active,
  .mainnav a.lvl2.active,
  .mainnav a.lvl2.is-active,
  .mainnav a.lvl3.active,
  .mainnav a.lvl3.is-active {
    color: #ffffff;
  }
}
@media screen and (min-width: 79.9375em) {
  .mainnav {
    color: #20272c;
  }
  .mainnav a,
  .mainnav a.lvl1,
  .mainnav a.lvl2,
  .mainnav a.lvl3 {
    color: #ffffff;
    font-weight: 500;
  }
  .mainnav a:hover, .mainnav a:focus, .mainnav a:focus-visible,
  .mainnav a.lvl1:hover,
  .mainnav a.lvl1:focus,
  .mainnav a.lvl1:focus-visible,
  .mainnav a.lvl2:hover,
  .mainnav a.lvl2:focus,
  .mainnav a.lvl2:focus-visible,
  .mainnav a.lvl3:hover,
  .mainnav a.lvl3:focus,
  .mainnav a.lvl3:focus-visible {
    background-color: #403F41;
    color: #e6e6e6;
  }
  .mainnav a.active,
  .mainnav a.lvl1.active,
  .mainnav a.lvl2.active,
  .mainnav a.lvl3.active {
    background-color: #403F41;
    color: #e6e6e6;
  }
  .mainnav .lvl1 a.active, .mainnav .lvl1 a.is-active {
    color: #403F41;
    background-color: #ffffff;
  }
}
@media screen {
  .page-footer {
    color: #403F41;
  }
  .page-footer a {
    color: #ffffff;
  }
  .page-footer a:hover, .page-footer a:focus, .page-footer a:focus-visible {
    color: #ffffff;
  }
  .page-footer a.active {
    color: #ffffff;
  }
}
.neos-backend h1 + picture,
.neos-backend h2 + picture {
  margin-top: 0.3em;
}

@media print {
  * {
    margin: 0;
    padding: 0;
  }
  body {
    font-size: 10pt;
    padding: 0 5px;
  }
  /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
  nav {
    display: none;
  }
  /* Positionieren der Inhaltselemente */
  .wrapper {
    position: relative;
    width: 940px;
    margin: 0 auto;
  }
  #main .inside {
    clear: both;
  }
  #logo {
    display: block !important;
    padding: 0 0 60px 0;
  }
  #logo img {
    display: inline;
  }
  footer {
    margin-top: 40px;
  }
  footer .ym-g50.ym-gl {
    width: 60%;
  }
  footer .ym-g50.ym-gr {
    width: 40%;
  }
  footer .ym-gbox-right .ym-gr {
    display: none;
  }
  footer .ym-gbox-right .ym-g50.ym-gl {
    width: 100%;
  }
  /*	
  	.print-nav { width: 100%; margin-bottom: 60px; }
  	.print-nav td { font-size: 24px; font-weight: bold; }

    .news-teaser.inside { padding-bottom: 60px; overflow: hidden; }
    .news-teaser .ym-gl { float: left; }
    .news-teaser .ym-g25 { width: 25%; }
    .news-teaser h1 { font-size: 12pt; }
    .news-teaser .news-teaser-text { padding-top: 10px; padding-right: 10px; color: #000; text-transform: none; }
    .news-teaser .news-teaser-link { display: none; }
    .shadows { box-shadow: none; }

    .sidebox, .sidebox .ansprechpartner li { padding-top: 30px; }

    .mediathek { margin-top: 30px; }
    .mediathek .selectOutside,
    .mediathek .selectInside { display: inline; }

    ol.news-teaser { margin: 0px -5px; list-style: none; }
  	ol.news-teaser li { display: inline-block; width: 25%; margin: 0; padding: 40px 0 0 0; vertical-align: top; }
  	ol.news-teaser article { margin: 5px; }
  */
  /* (en) Avoid page breaks right after headings */
  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
  .formular {
    width: 400px;
  }
  .formular form {
    margin: 20px 0;
  }
  .formular fieldset {
    position: relative;
    margin-bottom: 10px;
    padding: 20px 0px 8px 0px;
  }
  .formular div.nolabel {
    padding: 20px;
    font-weight: bold;
  }
  .formular p.legend {
    margin-bottom: 20px;
    font-size: 125%;
  }
  .formular label {
    width: 150px;
    display: block;
    float: left;
    text-align: left;
    padding-right: 10px;
    line-height: 2em;
  }
  .formular input, .formular textarea {
    border: 1px solid #999;
    padding: 3px;
  }
  .formular input.margin-top {
    margin-top: 3px;
    border: 0;
  }
  .formular input.submit {
    display: none;
  }
  .formular input.textfield,
  .formular textarea.textfield {
    width: 210px;
  }
  .formular textarea {
    height: 80px;
  }
  .formular form fieldset div.floatbox {
    margin-bottom: 5px;
    overflow: hidden;
  }
  .formular form fieldset div.pflichtfelder {
    display: none;
  }
  .formular #mail {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */