/*==============================================
Projekt: 
Start: 
Code: 
Online: 
Server: 
==============================================*/
@font-face {
  font-family: 'Fakt Pro';
  src: url('/application/themes/sw_default/css/webfonts/f_blond.woff2') format('woff2'), url('/application/themes/sw_default/css/webfonts/f_blond.woff') format('woff'), url('/application/themes/sw_default/css/webfonts/f_blond.ttf') format('truetype'), url('/application/themes/sw_default/css/webfonts/f_blond.svg#fblond') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "FrenchScriptPro";
  src: url('/application/themes/sw_default/css/FrenchScriptPro/font.woff2') format('woff2'), url('/application/themes/sw_default/css/FrenchScriptPro/font.woff') format('woff');
}
@font-face {
  font-family: 'Fakt Pro';
  src: url('/application/themes/sw_default/css/webfonts/f_normal.woff2') format('woff2'), url('/application/themes/sw_default/css/webfonts/f_normal.woff') format('woff'), url('/application/themes/sw_default/css/webfonts/f_normal.ttf') format('truetype'), url('/application/themes/sw_default/css/webfonts/f_normal.svg#fregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fakt Pro';
  src: url('/application/themes/sw_default/css/webfonts/f_medium.svg#fmedium') format('svg'), url('/application/themes/sw_default/css/webfonts/f_medium.woff2') format('woff2'), url('/application/themes/sw_default/css/webfonts/f_medium.woff') format('woff'), url('/application/themes/sw_default/css/webfonts/f_medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Fakt Pro';
  src: url('/application/themes/sw_default/css/webfonts/f_semibold.woff2') format('woff2'), url('/application/themes/sw_default/css/webfonts/f_semibold.woff') format('woff'), url('/application/themes/sw_default/css/webfonts/f_semibold.ttf') format('truetype'), url('/application/themes/sw_default/css/webfonts/f_semibold.svg#fsemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Fakt Pro';
  src: url('/application/themes/sw_default/css/webfonts/f_bold.woff2') format('woff2'), url('/application/themes/sw_default/css/webfonts/f_bold.woff') format('woff'), url('/application/themes/sw_default/css/webfonts/f_bold.ttf') format('truetype'), url('/application/themes/sw_default/css/webfonts/f_bold.svg#fbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Portrait Web';
  src: url('/application/themes/sw_default/css/webfonts/Portrait-Regular-Web.woff2') format('woff2'), url('/application/themes/sw_default/css/webfonts/Portrait-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Portrait Web';
  src: url('/application/themes/sw_default/css/webfonts/Portrait-Medium-Web.woff2') format('woff2'), url('/application/themes/sw_default/css/webfonts/Portrait-Medium-Web.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 ///////////////////////////////////////////////////////////////////////////////////////////////////////
	
/* Version 6.3.0
 * 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 {
  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 */
  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"] {
  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 {
  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=0&medium=890px&large=1240px&xlarge=1920px&xxlarge=2540px";
}
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Helvetica Neue", 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: 3px;
}
select {
  width: 100%;
  border-radius: 3px;
}
.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: 3px;
  background: transparent;
  line-height: 1;
}
[data-whatinput='mouse'] button {
  outline: 0;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
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,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}
h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 890px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #e4003e;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #b10030;
}
a img {
  border: 0;
}
hr {
  clear: both;
  max-width: 1690px;
  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,
ol ul,
ul ol,
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 {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help;
}
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;
  border-radius: 3px;
}
.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;
}
.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: 890px) {
  .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: 1240px) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}
@media print {
  * {
    background: transparent !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;
  }
}
[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;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -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;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
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::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: 3px;
}
input[type='search'] {
  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: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.input-group > :first-child {
  border-radius: 3px 0 0 3px;
}
.input-group > :last-child > * {
  border-radius: 0 3px 3px 0;
}
.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button 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: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -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;
  -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;
  -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: 2.5rem;
  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;
  background: #fefefe;
}
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: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  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;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 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;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
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: #c60f13;
  background-color: #f8e6e7;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #c60f13;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #c60f13;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #c60f13;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #c60f13;
}
.is-invalid-label {
  color: #c60f13;
}
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13;
}
.form-error.is-visible {
  display: block;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.clearfix::after {
  clear: both;
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
@media screen and (max-width: 889.9375px) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 890px) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 890px) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 889.9375px) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 890px) and (max-width: 1239.9375px) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 889.9375px), screen and (min-width: 1240px) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 1240px) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 1239.9375px) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 1240px) and (max-width: 1919.9375px) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 1239.9375px), screen and (min-width: 1920px) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}
.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;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 3px;
  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: #e4003e;
  color: #fefefe;
}
[data-whatinput='mouse'] .button {
  outline: 0;
}
.button:hover,
.button:focus {
  background-color: #b10030;
  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: #e4003e;
  color: #0a0a0a;
}
.button.primary:hover,
.button.primary:focus {
  background-color: #b10030;
  color: #0a0a0a;
}
.button.secondary {
  background-color: #0067b2;
  color: #0a0a0a;
}
.button.secondary:hover,
.button.secondary:focus {
  background-color: #00497f;
  color: #0a0a0a;
}
.button.alert {
  background-color: #c60f13;
  color: #fefefe;
}
.button.alert:hover,
.button.alert:focus {
  background-color: #9e0c0f;
  color: #fefefe;
}
.button.success {
  background-color: #5da423;
  color: #0a0a0a;
}
.button.success:hover,
.button.success:focus {
  background-color: #4a831c;
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.body-font {
  background-color: #222222;
  color: #fefefe;
}
.button.body-font:hover,
.button.body-font:focus {
  background-color: #1b1b1b;
  color: #fefefe;
}
.button.header {
  background-color: #222222;
  color: #fefefe;
}
.button.header:hover,
.button.header:focus {
  background-color: #1b1b1b;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #e4003e;
  color: #e4003e;
}
.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover,
.button.hollow:focus {
  border-color: #b10030;
  color: #b10030;
}
.button.hollow.primary {
  border: 1px solid #e4003e;
  color: #e4003e;
}
.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #b10030;
  color: #b10030;
}
.button.hollow.secondary {
  border: 1px solid #0067b2;
  color: #0067b2;
}
.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #757575;
  color: #757575;
}
.button.hollow.alert {
  border: 1px solid #c60f13;
  color: #c60f13;
}
.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #63080a;
  color: #63080a;
}
.button.hollow.success {
  border: 1px solid #5da423;
  color: #5da423;
}
.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #2f5212;
  color: #2f5212;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.body-font {
  border: 1px solid #222222;
  color: #222222;
}
.button.hollow.body-font:hover,
.button.hollow.body-font:focus {
  border-color: #111111;
  color: #111111;
}
.button.hollow.header {
  border: 1px solid #222222;
  color: #222222;
}
.button.hollow.header:hover,
.button.hollow.header:focus {
  border-color: #111111;
  color: #111111;
}
.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #e4003e;
  color: #fefefe;
}
.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
  background-color: #e4003e;
  color: #fefefe;
}
.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #0067b2;
  color: #fefefe;
}
.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #c60f13;
  color: #fefefe;
}
.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #5da423;
  color: #fefefe;
}
.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #ffae00;
  color: #fefefe;
}
.button.disabled.body-font,
.button[disabled].body-font {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.body-font:hover,
.button.disabled.body-font:focus,
.button[disabled].body-font:hover,
.button[disabled].body-font:focus {
  background-color: #222222;
  color: #fefefe;
}
.button.disabled.header,
.button[disabled].header {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.header:hover,
.button.disabled.header:focus,
.button[disabled].header:hover,
.button[disabled].header:focus {
  background-color: #222222;
  color: #fefefe;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}
.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;
}
.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.button-group::before,
.button-group::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -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;
  -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 {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.button-group.primary .button {
  background-color: #e4003e;
  color: #0a0a0a;
}
.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #b10030;
  color: #0a0a0a;
}
.button-group.secondary .button {
  background-color: #0067b2;
  color: #0a0a0a;
}
.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #00497f;
  color: #0a0a0a;
}
.button-group.alert .button {
  background-color: #c60f13;
  color: #fefefe;
}
.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #9e0c0f;
  color: #fefefe;
}
.button-group.success .button {
  background-color: #5da423;
  color: #0a0a0a;
}
.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #4a831c;
  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.body-font .button {
  background-color: #222222;
  color: #fefefe;
}
.button-group.body-font .button:hover,
.button-group.body-font .button:focus {
  background-color: #1b1b1b;
  color: #fefefe;
}
.button-group.header .button {
  background-color: #222222;
  color: #fefefe;
}
.button-group.header .button:hover,
.button-group.header .button:focus {
  background-color: #1b1b1b;
  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 {
  -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: 890px) {
  .button-group.stacked-for-small .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1240px) {
  .button-group.stacked-for-medium .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 889.9375px) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
.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;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}
.slider-handle {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 3px;
  background-color: #2ba6cb;
  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: #258dad;
}
.slider-handle.is-dragging {
  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;
  -ms-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;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -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: 3px;
  background: #cacaca;
  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;
  transform: translate3d(0, 0, 0);
  border-radius: 3px;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: '';
}
input:checked ~ .switch-paddle {
  background: #e4003e;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}
.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  -ms-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;
}
.menu {
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.menu > li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
[data-whatinput='mouse'] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a {
  display: -ms-flexbox;
  display: flex;
}
.menu > li > a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
}
.menu,
.menu.horizontal {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.menu > li,
.menu.horizontal > li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.menu.expanded > li {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.vertical {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu.vertical > li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.menu.vertical > li > a {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media print, screen and (min-width: 890px) {
  .menu.medium-horizontal {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .menu.medium-horizontal > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu.medium-expanded > li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu.medium-vertical > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.medium-vertical > li > a {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 1240px) {
  .menu.large-horizontal {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .menu.large-horizontal > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu.large-expanded > li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu.large-vertical > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.large-vertical > li > a {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.menu.simple li {
  display: inline-block;
  margin-right: 1rem;
  line-height: 1;
}
.menu.simple a {
  padding: 0;
}
.menu.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.menu.icon-top > li > a {
  -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-top.vertical a > span {
  margin: auto;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  background: #2ba6cb;
  color: #fefefe;
}
.menu.menu-bordered li {
  border: 1px solid #e6e6e6;
}
.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}
.menu.menu-hover li:hover {
  background-color: #e6e6e6;
}
.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}
.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
}
.no-js [data-responsive-menu] ul {
  display: none;
}
.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.drilldown-submenu-cover-previous {
  min-height: 100%;
}
.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > 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 #e4003e;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-style: solid;
  border-color: transparent #e4003e transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}
.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #e4003e transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.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: #e4003e transparent transparent;
  right: 5px;
  margin-top: -3px;
}
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.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 {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #e4003e 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 #e4003e;
}
@media print, screen and (min-width: 890px) {
  .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: #e4003e transparent transparent;
    right: 5px;
    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;
  }
  .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 {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #e4003e 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 #e4003e;
  }
}
@media print, screen and (min-width: 1240px) {
  .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: #e4003e transparent transparent;
    right: 5px;
    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;
  }
  .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 {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #e4003e 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 #e4003e;
  }
}
.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;
  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;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #e4003e 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 #e4003e;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}
.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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 {
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 890px) {
  .top-bar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .top-bar .top-bar-right {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media screen and (max-width: 1239.9375px) {
  .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 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1919.9375px) {
  .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 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar-title {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}
.top-bar-left,
.top-bar-right {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -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;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #e4003e;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before,
.pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 3px;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 890px) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 3px;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #e4003e;
  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: '\2026';
  color: #0a0a0a;
}
.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}
.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}
.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px;
}
.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: #e4003e;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 3px 3px;
}
.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;
}
.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-open {
  visibility: visible;
}
.dropdown-pane.tiny {
  width: 100px;
}
.dropdown-pane.small {
  width: 200px;
}
.dropdown-pane.large {
  width: 400px;
}
.is-off-canvas-open {
  overflow: hidden;
}
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-overlap {
  z-index: 10;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: 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-overlap {
  z-index: 10;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  overflow-y: auto;
}
.position-left.is-open ~ .off-canvas-content {
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}
.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}
.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(250px);
  transform: translateX(250px);
  overflow-y: auto;
}
.position-right.is-open ~ .off-canvas-content {
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}
.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
  overflow-x: auto;
}
.position-top.is-open ~ .off-canvas-content {
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}
.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(250px);
  transform: translateY(250px);
  overflow-x: auto;
}
.position-bottom.is-open ~ .off-canvas-content {
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}
.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}
.off-canvas-content {
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 890px) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 1240px) {
  .position-left.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
.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;
  -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: #e4003e;
}
.tabs.primary > li > a {
  color: #0a0a0a;
}
.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #b10030;
}
.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #e4003e;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #b10030;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #e4003e;
}
.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}
.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel[aria-hidden="false"] {
  display: block;
}
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 3px;
  background-color: white;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #def2f8;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #fcfcfc;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #fcd6d6;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e6f7d9;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.body-font {
  background-color: #dedede;
  color: #0a0a0a;
}
.callout.header {
  background-color: #dedede;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}
.card-divider {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}
.card-section {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}
.media-object {
  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: 889.9375px) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 889.9375px) {
  .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 {
  -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 {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
body.is-reveal-open {
  overflow: hidden;
}
html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}
.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput='mouse'] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 890px) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 890px) {
  .reveal {
    width: 600px;
    max-width: 1690px;
  }
}
@media print, screen and (min-width: 890px) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 890px) {
  .reveal.tiny {
    width: 30%;
    max-width: 1690px;
  }
}
@media print, screen and (min-width: 890px) {
  .reveal.small {
    width: 50%;
    max-width: 1690px;
  }
}
@media print, screen and (min-width: 890px) {
  .reveal.large {
    width: 90%;
    max-width: 1690px;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 889.9375px) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px;
}
table thead,
table tbody,
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}
table caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}
table thead {
  background: #f8f8f8;
  color: #0a0a0a;
}
table tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}
table thead tr,
table tfoot tr {
  background: transparent;
}
table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}
table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}
table 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: 63.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;
}
.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #e4003e;
  color: #fefefe;
}
.badge.primary {
  background: #e4003e;
  color: #0a0a0a;
}
.badge.secondary {
  background: #0067b2;
  color: #0a0a0a;
}
.badge.alert {
  background: #c60f13;
  color: #fefefe;
}
.badge.success {
  background: #5da423;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.body-font {
  background: #222222;
  color: #fefefe;
}
.badge.header {
  background: #222222;
  color: #fefefe;
}
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #e4003e;
  color: #fefefe;
}
.label.primary {
  background: #e4003e;
  color: #0a0a0a;
}
.label.secondary {
  background: #0067b2;
  color: #0a0a0a;
}
.label.alert {
  background: #c60f13;
  color: #fefefe;
}
.label.success {
  background: #5da423;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.body-font {
  background: #222222;
  color: #fefefe;
}
.label.header {
  background: #222222;
  color: #fefefe;
}
.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #e4003e;
}
.progress.secondary .progress-meter {
  background-color: #0067b2;
}
.progress.alert .progress-meter {
  background-color: #c60f13;
}
.progress.success .progress-meter {
  background-color: #5da423;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.body-font .progress-meter {
  background-color: #222222;
}
.progress.header .progress-meter {
  background-color: #222222;
}
.progress-meter {
  position: relative;
  display: block;
  width: 0;
  height: 100%;
  background-color: #e4003e;
  border-radius: 3px;
}
.progress-meter-text {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 3px;
}
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}
.tooltip {
  position: absolute;
  top: calc(100.6495%);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 3px;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  top: 50%;
  bottom: auto;
  left: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.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%;
}
.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: #fefefe;
}
.orbit-previous,
.orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput='mouse'] .orbit-previous,
[data-whatinput='mouse'] .orbit-next {
  outline: 0;
}
.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next: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;
}
.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}
a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}
.sticky-container {
  position: relative;
}
.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.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;
}
.row {
  max-width: 1690px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -30px;
  margin-left: -30px;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -30px;
    margin-left: -30px;
  }
}
.row.expanded {
  max-width: none;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}
.column,
.columns {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 30px;
  padding-left: 30px;
  min-width: initial;
}
.column.row.row,
.row.row.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
/*******************************************************************************************
								BREAKPOINTS GRID
********************************************************************************************/
@media print, screen and (min-width: 0) {
  .small-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .small-offset-0 {
    margin-left: 0%;
  }
  .small-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .small-offset-1 {
    margin-left: 8.33333333%;
  }
  .small-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .small-offset-2 {
    margin-left: 16.66666667%;
  }
  .small-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .small-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .small-offset-4 {
    margin-left: 33.33333333%;
  }
  .small-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .small-offset-5 {
    margin-left: 41.66666667%;
  }
  .small-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .small-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .small-offset-7 {
    margin-left: 58.33333333%;
  }
  .small-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .small-offset-8 {
    margin-left: 66.66666667%;
  }
  .small-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .small-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .small-offset-10 {
    margin-left: 83.33333333%;
  }
  .small-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .small-offset-11 {
    margin-left: 91.66666667%;
  }
  .small-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .small-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .small-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .small-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .small-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .small-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .small-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .small-up-1 > .column,
  .small-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .small-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .small-up-2 > .column,
  .small-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .small-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .small-up-3 > .column,
  .small-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .small-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .small-up-4 > .column,
  .small-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .small-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .small-up-5 > .column,
  .small-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .small-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .small-up-6 > .column,
  .small-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .small-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .small-up-7 > .column,
  .small-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571429%;
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .small-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .small-up-8 > .column,
  .small-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 0) {
  .small-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .small-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .small-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .small-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .small-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .small-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .small-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .small-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.row.small-unstack > .column,
.row.small-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 0) {
  .row.small-unstack > .column,
  .row.small-unstack > .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 0) {
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 890px) {
  .medium-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .medium-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .medium-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .medium-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .medium-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .medium-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .medium-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571429%;
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 890px) {
  .medium-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 890px) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 890px) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 1240px) {
  .large-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .large-offset-1 {
    margin-left: 8.33333333%;
  }
  .large-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66666667%;
  }
  .large-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .large-offset-4 {
    margin-left: 33.33333333%;
  }
  .large-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66666667%;
  }
  .large-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .large-offset-7 {
    margin-left: 58.33333333%;
  }
  .large-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66666667%;
  }
  .large-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .large-offset-10 {
    margin-left: 83.33333333%;
  }
  .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66666667%;
  }
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571429%;
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 1240px) {
  .large-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.row.large-unstack > .column,
.row.large-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 1240px) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 1240px) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 1920px) {
  .xlarge-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333333%;
  }
  .xlarge-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.66666667%;
  }
  .xlarge-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333333%;
  }
  .xlarge-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.66666667%;
  }
  .xlarge-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333333%;
  }
  .xlarge-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.66666667%;
  }
  .xlarge-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333333%;
  }
  .xlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.66666667%;
  }
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .xlarge-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-1 > .column,
  .xlarge-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-2 > .column,
  .xlarge-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-3 > .column,
  .xlarge-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .xlarge-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-4 > .column,
  .xlarge-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-5 > .column,
  .xlarge-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-6 > .column,
  .xlarge-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .xlarge-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-7 > .column,
  .xlarge-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571429%;
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .xlarge-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-8 > .column,
  .xlarge-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 1920px) {
  .xlarge-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.row.xlarge-unstack > .column,
.row.xlarge-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 1920px) {
  .row.xlarge-unstack > .column,
  .row.xlarge-unstack > .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 1920px) {
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 2540px) {
  .xxlarge-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333333%;
  }
  .xxlarge-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.66666667%;
  }
  .xxlarge-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333333%;
  }
  .xxlarge-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.66666667%;
  }
  .xxlarge-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333333%;
  }
  .xxlarge-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.66666667%;
  }
  .xxlarge-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333333%;
  }
  .xxlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.66666667%;
  }
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .xxlarge-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-1 > .column,
  .xxlarge-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-2 > .column,
  .xxlarge-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-3 > .column,
  .xxlarge-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .xxlarge-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-4 > .column,
  .xxlarge-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-5 > .column,
  .xxlarge-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xxlarge-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-6 > .column,
  .xxlarge-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .xxlarge-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-7 > .column,
  .xxlarge-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571429%;
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .xxlarge-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-8 > .column,
  .xxlarge-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 2540px) {
  .xxlarge-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.row.xxlarge-unstack > .column,
.row.xxlarge-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 2540px) {
  .row.xxlarge-unstack > .column,
  .row.xxlarge-unstack > .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 2540px) {
  .xxlarge-collapse > .column,
  .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xxlarge-uncollapse > .column,
  .xxlarge-uncollapse > .columns {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/*================================
	Generators / Functions  
================================*/
/*******************************************************************************************
								GENERAL
********************************************************************************************/
.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.align-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.align-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.align-justify {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.align-spaced {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.align-top {
  -ms-flex-align: start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
}
.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle {
  -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 {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.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;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}
.menu-icon:hover::after {
  background: #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: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}
.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}
.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}
.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}
.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}
.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}
.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}
.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}
.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}
.slow {
  transition-duration: 750ms !important;
}
.fast {
  transition-duration: 250ms !important;
}
.linear {
  transition-timing-function: linear !important;
}
.ease {
  transition-timing-function: ease !important;
}
.ease-in {
  transition-timing-function: ease-in !important;
}
.ease-out {
  transition-timing-function: ease-out !important;
}
.ease-in-out {
  transition-timing-function: ease-in-out !important;
}
.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  transition-delay: 300ms !important;
}
.long-delay {
  transition-delay: 700ms !important;
}
.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    transform: translateX(-7%);
  }
}
.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}
.spin-ccw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    transform: rotate(0);
  }
}
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}
.infinite {
  animation-iteration-count: infinite;
}
.slow {
  animation-duration: 750ms !important;
}
.fast {
  animation-duration: 250ms !important;
}
.linear {
  animation-timing-function: linear !important;
}
.ease {
  animation-timing-function: ease !important;
}
.ease-in {
  animation-timing-function: ease-in !important;
}
.ease-out {
  animation-timing-function: ease-out !important;
}
.ease-in-out {
  animation-timing-function: ease-in-out !important;
}
.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  animation-delay: 300ms !important;
}
.long-delay {
  animation-delay: 700ms !important;
}
#ccm-theme-grid-edit-mode-row-wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
div.ccm-header-search-form {
  height: 98px;
}
img {
  align-self: center;
}
.sw-heading,
.sw-heading h1 {
  font-size: 1.5em;
  line-height: normal;
  margin: 0.5em 0;
}
.sw-list-item {
  margin-bottom: 1em;
}
.sw-function {
  font-size: 1em;
  line-height: normal;
}
.sw-social-link {
  display: inline-block;
}
.sw-social-link a {
  float: left;
  font-size: 1em;
  margin: 0 4px 4px 0;
}
.sw-social-link i {
  color: inherit;
}
.sw-detail-wrapper .sw-function {
  margin: 0 0 1em 0;
}
.sw-detail-item .sw-image {
  margin-bottom: 1em;
}
/*
###############################################################################################

                                Defaults

###############################################################################################
*/
body {
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  overflow-x: hidden;
}
img.is_vertical {
  width: auto !important;
  height: 275px !important;
}
/*
###############################################################################################

                                Typography

###############################################################################################
*/
.primary-color {
  color: #e4003e !important;
}
.secondary-color {
  color: #0067b2 !important;
}
.swReset {
  font-family: 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4em;
  color: #444444;
}
.swReset p,
.swReset th,
.swReset td,
.swReset input,
.swReset textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.swReset h1,
.swReset h2,
.swReset h3,
.swReset h4,
.swReset h5,
.swReset h6,
.swReset .h1,
.swReset .h2,
.swReset .h3,
.swReset .h4,
.swReset .h5,
.swReset .h6 {
  font-family: 'Portrait Web', 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  line-height: normal;
}
.swReset h1.special-underline,
.swReset h2.special-underline,
.swReset h3.special-underline,
.swReset h4.special-underline,
.swReset h5.special-underline,
.swReset h6.special-underline,
.swReset .h1.special-underline,
.swReset .h2.special-underline,
.swReset .h3.special-underline,
.swReset .h4.special-underline,
.swReset .h5.special-underline,
.swReset .h6.special-underline {
  border-bottom: 2px solid rgba(68, 68, 68, 0.4);
  position: relative;
  margin-right: 60px;
}
.swReset h1.special-underline:after,
.swReset h2.special-underline:after,
.swReset h3.special-underline:after,
.swReset h4.special-underline:after,
.swReset h5.special-underline:after,
.swReset h6.special-underline:after,
.swReset .h1.special-underline:after,
.swReset .h2.special-underline:after,
.swReset .h3.special-underline:after,
.swReset .h4.special-underline:after,
.swReset .h5.special-underline:after,
.swReset .h6.special-underline:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: rgba(68, 68, 68, 0.4);
  bottom: -2px;
  right: -51px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}
.swReset h1.normal-font,
.swReset h2.normal-font,
.swReset h3.normal-font,
.swReset h4.normal-font,
.swReset h5.normal-font,
.swReset h6.normal-font,
.swReset .h1.normal-font,
.swReset .h2.normal-font,
.swReset .h3.normal-font,
.swReset .h4.normal-font,
.swReset .h5.normal-font,
.swReset .h6.normal-font {
  font-family: 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
}
.swReset .h1 {
  font-size: 70px;
}
.swReset .h1.page-title {
  line-height: 0.9;
}
.swReset .h2 {
  font-size: 1.36em;
  line-height: 1.15em;
}
.swReset .h3 {
  font-size: 1.36em;
  line-height: 1.15em;
}
.swReset .h3.underlined {
  border-bottom: 2px solid rgba(68, 68, 68, 0.4);
  margin-bottom: 0.4em;
}
.swReset h1 {
  font-family: 'Portrait Web', 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  line-height: normal;
  font-size: 70px;
}
.swReset h1.special-underline {
  border-bottom: 2px solid rgba(68, 68, 68, 0.4);
  position: relative;
  margin-right: 60px;
}
.swReset h1.special-underline:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: rgba(68, 68, 68, 0.4);
  bottom: -2px;
  right: -51px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}
.swReset h1.normal-font {
  font-family: 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
}
.swReset h1.page-title {
  line-height: 0.9;
}
.swReset h2 {
  font-family: 'Portrait Web', 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  line-height: normal;
  font-size: 1.36em;
  line-height: 1.15em;
}
.swReset h2.special-underline {
  border-bottom: 2px solid rgba(68, 68, 68, 0.4);
  position: relative;
  margin-right: 60px;
}
.swReset h2.special-underline:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: rgba(68, 68, 68, 0.4);
  bottom: -2px;
  right: -51px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}
.swReset h2.normal-font {
  font-family: 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
}
.swReset h3 {
  font-family: 'Portrait Web', 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  line-height: normal;
  font-size: 1.36em;
  line-height: 1.15em;
}
.swReset h3.special-underline {
  border-bottom: 2px solid rgba(68, 68, 68, 0.4);
  position: relative;
  margin-right: 60px;
}
.swReset h3.special-underline:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: rgba(68, 68, 68, 0.4);
  bottom: -2px;
  right: -51px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}
.swReset h3.normal-font {
  font-family: 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
}
.swReset h3.underlined {
  border-bottom: 2px solid rgba(68, 68, 68, 0.4);
  margin-bottom: 0.4em;
}
.swReset h4 {
  font-family: 'Portrait Web', 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  line-height: normal;
}
.swReset h4.special-underline {
  border-bottom: 2px solid rgba(68, 68, 68, 0.4);
  position: relative;
  margin-right: 60px;
}
.swReset h4.special-underline:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: rgba(68, 68, 68, 0.4);
  bottom: -2px;
  right: -51px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}
.swReset h4.normal-font {
  font-family: 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
}
.swReset h5 {
  font-family: 'Portrait Web', 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  line-height: normal;
}
.swReset h5.special-underline {
  border-bottom: 2px solid rgba(68, 68, 68, 0.4);
  position: relative;
  margin-right: 60px;
}
.swReset h5.special-underline:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: rgba(68, 68, 68, 0.4);
  bottom: -2px;
  right: -51px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}
.swReset h5.normal-font {
  font-family: 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
}
.swReset h6 {
  font-family: 'Portrait Web', 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  line-height: normal;
}
.swReset h6.special-underline {
  border-bottom: 2px solid rgba(68, 68, 68, 0.4);
  position: relative;
  margin-right: 60px;
}
.swReset h6.special-underline:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: rgba(68, 68, 68, 0.4);
  bottom: -2px;
  right: -51px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}
.swReset h6.normal-font {
  font-family: 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
}
.swReset p {
  margin-top: 0;
}
.swReset ul.search-results-list {
  list-style: none;
  padding: 0;
  margin: 27px 0 80px 0;
}
.swReset ul.search-results-list li {
  margin-bottom: 30px;
  line-height: 1;
}
.swReset ul.search-results-list li .breadcrumb {
  font-weight: 600;
  color: rgba(68, 68, 68, 0.4);
}
.swReset ul.search-results-list li .result-name a {
  font-weight: 600;
  color: #444444;
  line-height: 1.3;
}
.swReset ul.search-results-list li .result-name a:hover {
  color: #e4003e;
  text-decoration: none;
}
.swReset ul.list-inline {
  list-style: none;
}
.swReset ul.list-inline li {
  display: inline-block;
  float: left;
}
.swReset ul.list-inline:after {
  content: '';
  clear: both;
  display: table;
}
.swReset ul.arrow-list,
.swReset ul.arrow-list ul {
  list-style: none;
  margin-left: 0;
}
.swReset ul.arrow-list li,
.swReset ul.arrow-list ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.4em;
}
.swReset ul.arrow-list li:before,
.swReset ul.arrow-list ul li:before {
  content: '';
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url(/application/themes/sw_default/media/sw-arrow.svg);
  margin-top: 0.34em;
}
.swReset ul.arrow-list.sitemap > li > a,
.swReset ul.arrow-list ul.sitemap > li > a {
  font-weight: 500;
  font-size: 1.1em;
}
.swReset ol.bold-list {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}
.swReset ol.bold-list li {
  margin: 0;
  line-height: 1.4em;
  list-style-type: none;
  position: relative;
  counter-increment: item;
  padding-left: 1.2em;
  margin-bottom: 5px;
}
.swReset ol.bold-list li::before {
  display: inline-block;
  width: 1em;
  padding-right: 0.2em;
  font-weight: bold;
  text-align: right;
  position: absolute;
  left: 0;
  content: counter(item) ".";
}
.swReset a {
  color: #0067b2;
  text-decoration: none;
  font-style: normal;
}
.swReset a:visited,
.swReset a :link {
  color: #0067b2;
  text-decoration: inherit;
  font-weight: inherit;
}
.swReset a:hover,
.swReset a:active {
  color: #0067b2;
  text-decoration: underline;
}
.swReset table {
  border-top: 1px solid;
  border-left: 1px solid;
  border-radius: 0;
  width: 100%;
  border-collapse: collapse;
}
.swReset table thead,
.swReset table tbody,
.swReset table tfoot {
  border: none;
  background-color: transparent;
}
.swReset table th {
  border-bottom: 5px solid !important;
  background-color: #f2f2f2;
}
.swReset table th,
.swReset table td {
  border-bottom: 1px solid;
  border-right: 1px solid;
}
.swReset table tbody th,
.swReset table tbody td {
  padding: 10px;
  vertical-align: top;
}
.swReset table tbody th p,
.swReset table tbody td p {
  margin-bottom: 0;
}
.swReset table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: transparent;
}
.swReset .body-color {
  color: #444444 !important;
}
.swReset .btn {
  border-radius: 0;
  cursor: pointer;
  font-family: 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none !important;
}
.swReset .btn.btn-primary {
  background-color: #e4003e;
  color: #fff;
}
.swReset .btn.btn-primary:hover {
  background-color: #b10030;
}
/*
###############################################################################################

                                Header

###############################################################################################
*/
#header-wrapper {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  height: 146px;
}
#header-wrapper #header-wrapper-inner {
  position: relative;
}
#header-wrapper #logo-wrapper {
  max-width: 200px;
  padding: 30px 0;
  position: relative;
}
#header-wrapper #logo-wrapper img {
  width: 200px;
}
#header-wrapper #logo-wrapper .mobile-logo {
  display: none;
  will-change: transform;
  overflow: visible;
  max-width: 100%;
}
#header-wrapper #burger-wrapper {
  cursor: pointer;
  padding-bottom: 15px;
  padding-right: 30px;
  overflow: visible;
}
#header-wrapper #burger-wrapper svg {
  overflow: visible;
  max-width: 100%;
}
#header-wrapper #header-meta-navigation-wrapper ul.nav {
  display: flex;
  list-style: none;
}
#header-wrapper #header-meta-navigation-wrapper ul.nav li {
  margin-left: 15px;
  line-height: 1;
}
#header-wrapper #header-meta-navigation-wrapper ul.nav li a {
  font-size: 17px;
  font-weight: 600;
  color: rgba(68, 68, 68, 0.4);
}
#header-wrapper #header-meta-navigation-wrapper ul.nav li a:hover,
#header-wrapper #header-meta-navigation-wrapper ul.nav li a.nav-selected {
  color: #444444;
  text-decoration: none;
}
#header-wrapper #header-search-wrapper {
  margin-bottom: 30px;
}
#header-wrapper #header-search-wrapper img {
  cursor: pointer;
}
#header-wrapper .header-language-widget {
  line-height: 1;
  font-size: 24px;
}
#header-wrapper .header-language-widget a {
  font-size: 17px;
  font-weight: 600;
  color: rgba(68, 68, 68, 0.4);
}
#header-wrapper .header-language-widget a:hover,
#header-wrapper .header-language-widget a.active-language {
  color: #444444;
  text-decoration: none;
}
#header-wrapper #main-navigation {
  justify-content: flex-end;
  top: -5px;
  position: relative;
}
#header-wrapper #main-navigation .menu > li {
  width: auto;
  flex: 0 0 auto;
}
#header-wrapper #main-navigation .menu > li > a {
  display: inline-block;
  float: left;
}
#header-wrapper #main-navigation .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 50%;
  max-width: 1690px;
  transform: translateX(-50%);
  border: none;
  background: #FFFDF2;
}
#header-wrapper #main-navigation .is-dropdown-submenu.js-dropdown-active {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  border-top: 3px solid #CDDBE4;
}
#header-wrapper #main-navigation .is-dropdown-submenu.js-dropdown-active:before,
#header-wrapper #main-navigation .is-dropdown-submenu.js-dropdown-active:after {
  content: '';
  height: calc(100% + 3px);
  top: -3px;
  width: 10000px;
  background-color: #FFFDF2;
  border-top: 3px solid #CDDBE4;
  position: absolute;
}
#header-wrapper #main-navigation .is-dropdown-submenu.js-dropdown-active:before {
  left: 0;
  transform: translateX(-10000px);
}
#header-wrapper #main-navigation .is-dropdown-submenu.js-dropdown-active:after {
  right: 0;
  transform: translateX(10000px);
}
#header-wrapper #main-navigation li.is-dropdown-submenu-parent {
  position: static;
}
#header-wrapper #main-navigation li.is-active > a {
  color: #e4003e;
  position: relative;
}
#header-wrapper #main-navigation li.is-active > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #FFFDF2 #FFFDF2 transparent;
  border-width: 10px;
  margin-top: 10px;
  z-index: 2;
}
#header-wrapper #main-navigation li.is-active > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -37px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #CDDBE4 #CDDBE4 transparent;
  border-width: 20px;
  margin-top: 27px;
  z-index: 1;
}
#header-wrapper #main-navigation li a {
  font-size: 18px;
  color: #444444;
  font-weight: 600;
  padding-top: 25px;
  padding-bottom: 25px;
}
#header-wrapper #main-navigation li a:hover,
#header-wrapper #main-navigation li a.nav-path-selected {
  text-decoration: none;
  color: #e4003e;
}
#header-wrapper #main-navigation li a::after {
  display: none;
}
#header-wrapper #main-navigation li a.no-link {
  pointer-events: none !important;
}
#header-wrapper #main-navigation > li > a {
  font-size: 24px;
  padding: 0 25px 25px 0;
}
#header-wrapper #main-navigation > li.nav-last > a {
  padding-right: 0;
}
#header-wrapper #main-navigation .submenu li.is-active > a {
  color: #e4003e;
  position: relative;
}
#header-wrapper #main-navigation .submenu li.is-active > a:after {
  margin-top: 19px;
}
#header-wrapper #main-navigation .submenu li.is-active > a:before {
  margin-top: 21px;
}
#fake-header-wrapper {
  height: 146px;
}
#searchOffCanvas {
  background-color: #fff;
  max-width: 600px;
  width: 100%;
  -ms-transform: translateX(600px);
  transform: translateX(600px);
  padding: 16px 44px 44px 74px;
  z-index: 12;
}
#searchOffCanvas.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#searchOffCanvas .close-button {
  right: 50px;
  top: 16px;
}
#searchOffCanvas .live-search-wrapper .search-message {
  margin-top: 60px;
  max-width: 368px;
}
#searchOffCanvas .live-search-wrapper .ccm-search-block-form {
  position: relative;
  max-width: 364px;
}
#searchOffCanvas .live-search-wrapper .ccm-search-block-form input.ccm-search-block-text {
  background-color: rgba(68, 68, 68, 0.2);
  border-radius: 0;
  box-shadow: none;
  height: 58px;
  width: 100%;
  border: none;
}
#searchOffCanvas .live-search-wrapper .ccm-search-block-form input.ccm-search-block-text::-ms-clear {
  display: none;
}
#searchOffCanvas .live-search-wrapper .ccm-search-block-form .ccm-search-block-submit-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
}
#searchOffCanvas .live-search-wrapper .ccm-search-block-form .ccm-search-block-submit-wrapper:after {
  content: '';
  height: 100%;
  width: 40px;
  position: absolute;
  right: 12px;
  top: 1px;
  background-image: url(/application/themes/sw_default/media/search.svg);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
}
#searchOffCanvas .live-search-wrapper .ccm-search-block-form .ccm-search-block-submit-wrapper input.ccm-search-block-submit {
  height: 100%;
  width: 60px;
  color: transparent;
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  pointer-events: all !important;
  cursor: pointer;
}
#searchOffCanvas .live-search-wrapper .tabs {
  border: none;
  background: none;
  margin: 48px 0 80px 0;
}
#searchOffCanvas .live-search-wrapper .tabs .tabs-title > a {
  display: block;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  margin-right: 25px;
  line-height: 1;
  color: rgba(68, 68, 68, 0.4);
  text-transform: uppercase;
  background: none;
  outline: none;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}
#searchOffCanvas .live-search-wrapper .tabs .tabs-title.is-active > a {
  color: #e4003e;
  border-bottom: 2px solid #e4003e;
}
#searchOffCanvas .live-search-wrapper .tabs-content {
  border: none;
  background: none;
}
#searchOffCanvas .live-search-wrapper .tabs-content .tabs-panel {
  padding: 0;
}
#responsiveOffCanvas {
  background-color: #fff;
  max-width: 500px;
  width: 100%;
  -ms-transform: translateX(500px);
  transform: translateX(500px);
  padding: 40px;
  z-index: 12;
}
#responsiveOffCanvas.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#responsiveOffCanvas .close-button {
  right: 30px;
  top: 16px;
}
#responsiveOffCanvas #responsive-menu {
  margin-top: 50px;
  padding-right: 20px;
}
#responsiveOffCanvas #responsive-menu .menu.nested {
  margin-left: 0;
  padding-left: 1em;
}
#responsiveOffCanvas #responsive-menu li a {
  color: rgba(68, 68, 68, 0.4);
  line-height: 1.3;
  outline: none;
  font-weight: 600;
}
#responsiveOffCanvas #responsive-menu li a:hover,
#responsiveOffCanvas #responsive-menu li a.nav-path-selected,
#responsiveOffCanvas #responsive-menu li a.nav-selected {
  text-decoration: none;
  color: #e4003e;
}
#responsiveOffCanvas #responsive-menu li.is-accordion-submenu-parent > a::after {
  content: '\f107';
  font-family: FontAwesome;
  display: block;
  width: auto;
  height: auto;
  border: none;
  position: absolute;
  top: 0.7em;
  margin-top: 0;
  right: 1rem;
  font-size: 0.8em;
}
#responsiveOffCanvas #responsive-menu > li > a {
  color: #444444;
  font-size: 1.7em;
  font-weight: 700;
}
#responsiveOffCanvas #responsive-menu > li > ul > li > a {
  font-size: 1.3em;
}
.can-view-toolbar #header-wrapper {
  top: 48px;
}
.can-view-toolbar.is-in-edit-mode #header-wrapper {
  position: relative;
  top: 0;
}
.can-view-toolbar.is-in-edit-mode #fake-header-wrapper {
  display: none;
}
.can-view-toolbar #searchOffCanvas {
  padding-top: 64px;
}
.can-view-toolbar #searchOffCanvas .close-button {
  top: 64px;
}
.can-view-toolbar #responsiveOffCanvas {
  padding-top: 64px;
}
.can-view-toolbar #responsiveOffCanvas .close-button {
  top: 64px;
}
.is-logged-in.is-in-edit-mode .xmas_feature,
.is-logged-in.is-in-edit-mode .xmas_feature_text {
  position: relative;
  width: 100%;
  height: 100%;
}
.is-logged-in.is-in-edit-mode .xmas_feature .image-wrapper,
.is-logged-in.is-in-edit-mode .xmas_feature_text .image-wrapper {
  width: 100%;
}
.is-logged-in.is-in-edit-mode .xmas_feature .image-wrapper img,
.is-logged-in.is-in-edit-mode .xmas_feature_text .image-wrapper img {
  width: 100%;
}
.is-logged-in.is-in-edit-mode .main_xmas_calendar_overview .item .item_inside {
  min-height: 220px;
  padding-bottom: unset !important;
}
.fixed_wrapper_bg {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-size: cover !important;
}
.xmas_feature {
  position: absolute;
  width: 100%;
  height: 100%;
}
.xmas_feature a:hover,
.xmas_feature a:active {
  text-decoration: none;
}
.xmas_feature .image-wrapper {
  margin-bottom: 0;
  width: 100%;
  position: relative;
  z-index: 8;
  padding: 15px;
}
.xmas_feature .image-wrapper img {
  width: 100%;
}
.xmas_feature .text-wrapper {
  position: absolute;
  z-index: 9;
  bottom: 5px;
  width: 100%;
}
.xmas_feature .text-wrapper p {
  margin-bottom: 0;
}
.xmas_feature .title-wrapper,
.xmas_feature .description-wrapper {
  text-align: center;
  color: #d4af37;
  font-size: 18px;
  line-height: 1;
  text-shadow: 2px 2px 2px #000;
}
.xmas_feature_text {
  position: absolute;
  width: 100%;
  height: 100%;
}
.xmas_feature_text a:hover,
.xmas_feature_text a:active {
  text-decoration: none;
}
.xmas_feature_text .image-wrapper {
  margin-bottom: 0;
  width: 100%;
  position: relative;
  z-index: 8;
  padding: 15px;
  margin-top: 13px;
}
.xmas_feature_text .image-wrapper img {
  width: 100%;
}
.xmas_feature_text .image-wrapper .description-wrapper {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-shadow: 2px 2px 2px #000;
  position: relative;
}
.xmas_feature_text .image-wrapper .description-wrapper p {
  margin-bottom: 0;
}
.xmas_feature_text .text-wrapper {
  position: absolute;
  z-index: 9;
  bottom: 5px;
  width: 100%;
}
.xmas_feature_text .text-wrapper p {
  margin-bottom: 0;
}
.xmas_feature_text .title-wrapper {
  text-align: center;
  color: #d4af37;
  font-size: 18px;
  line-height: 1;
  text-shadow: 2px 2px 2px #000;
}
.main_xmas_calendar_detail {
  padding-top: 100px;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-attachment: fixed !important;
}
.main_xmas_calendar_detail h1,
.main_xmas_calendar_detail h2 {
  color: #fff;
}
.main_xmas_calendar_detail .col_xmas_header_left {
  text-align: left;
}
.main_xmas_calendar_detail .col_xmas_header_left a {
  font-size: 20px;
  line-height: 1.2;
  padding-left: 25px;
  position: relative;
  color: #fff;
  display: inline-block;
  white-space: nowrap !important;
}
.main_xmas_calendar_detail .col_xmas_header_left a:before {
  content: "\f100";
  line-height: 1.2;
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -4px;
}
.main_xmas_calendar_detail .col_xmas_header_center {
  margin-bottom: 50px;
}
.main_xmas_calendar_detail .calendar_detail_content {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main_xmas_calendar_detail .calendar_detail_content .content_inside {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 40px;
}
.main_xmas_calendar_detail .calendar_detail_content p {
  color: #fff;
  text-align: left;
}
.main_xmas_calendar_detail .calendar_detail_content a {
  font-size: 30px;
  line-height: 1.2;
  padding-left: 35px;
  position: relative;
  color: #fff;
  display: inline-block;
  text-align: left;
}
.main_xmas_calendar_detail .calendar_detail_content a:before {
  content: "\f08e";
  line-height: 1.2;
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  font-size: 30px;
  left: 0;
  top: 0px;
}
.main_xmas_calendar_overview {
  padding-top: 100px;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  background-attachment: fixed !important;
}
.main_xmas_calendar_overview h1,
.main_xmas_calendar_overview h2 {
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
.main_xmas_calendar_overview .xmas_header_row {
  max-width: 100%;
}
.main_xmas_calendar_overview .col_xmas_header_left {
  text-align: left;
}
.main_xmas_calendar_overview .col_xmas_header_left a {
  font-size: 20px;
  line-height: 1.2;
  padding-left: 25px;
  position: relative;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  text-shadow: 2px 2px 2px #000;
}
.main_xmas_calendar_overview .col_xmas_header_left a:before {
  content: "\f100";
  line-height: 1.2;
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -4px;
}
.main_xmas_calendar_overview .col_xmas_header_center {
  margin-bottom: 50px;
}
.main_xmas_calendar_overview .xmas_calendar_overview {
  width: 100%;
  margin-bottom: 100px;
  max-width: 1620px;
  overflow: visible !important;
}
.main_xmas_calendar_overview .xmas_footer_row {
  padding: 50px 0 50px 0;
  background-color: rgba(0, 0, 0, 0.4);
  max-width: 1600px;
}
.main_xmas_calendar_overview .xmas_footer_row .col_xmas_footer_center p {
  color: #fff;
  text-align: center;
}
.main_xmas_calendar_overview .xmas_footer_row .col_xmas_footer_center a {
  font-size: 30px;
  line-height: 1.2;
  padding-left: 35px;
  position: relative;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.main_xmas_calendar_overview .xmas_footer_row .col_xmas_footer_center a:before {
  content: "\f08e";
  line-height: 1.2;
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  font-size: 30px;
  left: 0;
  top: 0px;
}
.main_xmas_calendar_overview .item {
  width: 100%;
  height: 250px;
  margin: 10px;
  padding: 0;
  min-width: 250px;
  max-width: 250px;
  max-height: 250px;
  z-index: 11;
}
.main_xmas_calendar_overview .item:hover,
.main_xmas_calendar_overview .item:active {
  z-index: 13;
}
.main_xmas_calendar_overview .item.past_day .item_inside_wrapper.link_wrapper:hover,
.main_xmas_calendar_overview .item.past_day .item_inside_wrapper.link_wrapper:active {
  transform: scale(1.32);
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
}
.main_xmas_calendar_overview .item .item_inside_wrapper {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  border: 8px solid #d4af37;
  position: relative;
  padding: 0 10px 10px 10px;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.main_xmas_calendar_overview .item .item_inside_wrapper .door {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.main_xmas_calendar_overview .item .item_inside_wrapper .door h2 {
  font-size: 150px;
  line-height: 1;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  color: #d4af37;
  font-family: "FrenchScriptPro";
  margin: 0;
  padding: 0;
}
.main_xmas_calendar_overview .item .item_inside {
  position: relative;
  padding-bottom: calc(100% - 10px);
  width: 100%;
  display: inline-block;
}
.main_xmas_calendar_overview .item .item_inside .icon-wrapper {
  display: none;
}
.main_xmas_calendar_overview .item.current_day {
  z-index: 12;
}
.main_xmas_calendar_overview .item.current_day .item_inside_wrapper {
  animation: neon4 1.5s ease-in-out infinite alternate;
  transform: scale(1.15);
  background-color: #000000;
  overflow: visible;
}
.main_xmas_calendar_overview .item.current_day .item_inside_wrapper .door {
  display: inline-block;
  z-index: 10;
}
.main_xmas_calendar_overview .item.current_day .item_inside_wrapper .item_inside {
  z-index: 9;
  position: relative;
}
.main_xmas_calendar_overview .item.current_day .item_inside_wrapper .item_inside .icon-wrapper {
  display: block;
  text-align: center;
}
.main_xmas_calendar_overview .item.current_day .item_inside_wrapper .item_inside .icon-wrapper .fa {
  color: #fff;
  position: relative;
}
.main_xmas_calendar_overview .item.current_day .item_inside_wrapper .item_inside .title-wrapper {
  display: none;
}
.main_xmas_calendar_overview .item.current_day .hovered.day {
  background-color: rgba(0, 0, 0, 0.7);
}
.main_xmas_calendar_overview .item.current_day .hovered.day .door {
  background: #000;
  -webkit-transform: rotateY(-97deg);
  transform: rotateY(-97deg);
  -webkit-perspective-origin: 0;
  perspective-origin: 0;
  -webkit-transition: transform .4s ease;
  transition: transform .4s ease;
}
.main_xmas_calendar_overview .item.current_day .hovered.day .door h2 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main_xmas_calendar_overview .item.future_day .door {
  display: inline-block;
}
.main_xmas_calendar_overview .item.future_day .item_inside {
  visibility: hidden;
}
.main_xmas_calendar_overview .item.past_day .door {
  display: none;
}
.main_xmas_calendar_overview .item.past_day .item_inside {
  visibility: visible;
}
.door,
.item_inside {
  width: 100%;
  height: 100%;
}
.day {
  display: inline-block;
  -webkit-perspective: 850px;
  perspective: 850px;
}
.door {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-perspective: 850px;
  perspective: 850px;
  text-align: center;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2000;
}
@keyframes neon4 {
  from {
    box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #D4AF37,
		0 0 70px #D4AF37, 0 0 80px #D4AF37, 0 0 100px #D4AF37, 0 0 150px #D4AF37;
  }
  to {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #D4AF37,
		0 0 35px #D4AF37, 0 0 40px #D4AF37, 0 0 50px #D4AF37, 0 0 75px #D4AF37;
  }
}
.item_24 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_23 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_22 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_21 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_20 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_19 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_18 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_17 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_16 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_15 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_14 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_13 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_12 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_11 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_10 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_9 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_8 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_7 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_6 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_5 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_4 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_3 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_2 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.item_1 {
  /*		&:before{
			content: "@{var}";
			font-size: 150px;
			line-height: 1;
			top: calc(~"50% + 20px");
			left: 50%;
			display: inline-block;
			transform: translate(-50%, -50%);
			position: absolute;
			z-index: 1;
			color: rgba(212,175,55,1);
		}*/
}
.calender_wrapper {
  position: relative;
  z-index: 9;
}
#starshine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.shine {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAJYCAMAAACJuGjuAAADAFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/LkhhAAAA/3RSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaW1xdXl9gYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXp7fH1+f4CBgoOEhYaHiImKi4yNjo+QkZKTlJWWl5iZmpucnZ6foKGio6SlpqeoqaqrrK2ur7CxsrO0tba3uLm6u7y9vr/AwcLDxMXGx8jJysvMzc7P0NHS09TV1tfY2drb3N3e3+Dh4uPk5ebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f7rCNk1AAAbWElEQVR4AezcS8uU9QOHcf3/ayFWYyHixlnYAREHa9GhGCSxFjIgFthhxI1Y+RRibmwQEcRirIWIiynosBAHsRYiDG7sEMxGnoXII+LGgqmFWIueQNyIXcHNj3sffO/d9XkJ1wu4lvwXesQETdBqE6gJHROoCS+bQE3omUBNeM8EasKHJlAThiZogr4wQRM0NkET9LMJmqB5EzRBMxM0QX+boAliiZT3EA8bQXmP8pgRlNembQTlPclTRlBeh44RlPciLxlBeZvYZATl9egZQXmv8boRlNenbwTlvcO7RlDe+3xgBOUNGBhBeUc4YgTlDRkaQXmnOGUE5Y343AjKGzM2gvK+5TsjKG/CxAjK+5GfjKC8KVMjKG+BBSMo7wY3jKC8GTMjKO8P/jSC8hZZNILy/gEjKO4B4EEzKK0FtMygtNXAajMorQ1eQZS3AdhgBqU9DTxjBqV1ga4ZlPYK8KoZlNYDryDKewt42wxK2wXsMoPS5oA5MyjtAHDADEobgFcQ5X0MfGIGpX0KfGYGpY2AkRmU9jXwjRmUNgavIMq7AFwwg9IuAhfNoLQpOG9Q3jwwbwalLYBXEOX9AvxqBqX9BvxuBqUtgvMG5d0F7ppBaQCYQWHLAVhuCGWtAGCFIZTVBucNynscgCcMoawOAB1DKOt5AF4whLK64BVEeT1w3qC87QBsN4Sy+gD0DaGsPQDsMYSy5sAriPI+AucNyjsMwGFDKGsIwNAQyjoJwElDKGsEXkGUdwaAM4ZQ1jkAzhlCWRMAJoZQ1vcA/GAIZU3BK4jyrgJw1RDKug7AdUMoawbAzBDKug3AbUNkaRHyVxDpPgD3DRGl/0Hl/6ZIUgsqLVMkaRVUVpkiSW3IX0Gk9VBZb4okbYTKRlMkqQv5eYO0BSpbTJGkHuSvINIbUHnTFEnaCZWdpkjSHOTnDdJ+qOw3RZIGkL+CSMegcswUSToOleOmSNII8vMG6UuofGWKJI2hMjZFks5D5bwpkjSB/BVEmkJ+3iBdhsplUyRpASoLpkjSTajcNEWSZpC/gkh/QX7eIN2Byh1TJAkKUwRpGRTLjJGjFuSvINIaKNYYI0droVhrjBx1oOgYI0fPQvGcMXLUhfwVRNoKxVZj5GgbFNuMkaM+FH1j5Gg3FLuNkaM5yF9BpINQHDRGjg5BccgYORpCMTRGjk5AccIYORpB/goinYbitDFydBaKs8bI0QTy8wbpEhSXjJGjKeSvINIVKK4YI0fXoLhmjBzNID9vkG5BccsYOVqE/BVEugfFPWPEaCnUlpojRS3IzxuklVBbaY4UtaHWNkeK1kFtnTlS1IH8FUTqQn7eIG2G2mZzpKgHtZ45UrQDajvMkaI+5K8g0l6o7TVHivZBbZ85UjSA2sAcKToKtaPmUP4J8i979/7fVGH/cfwdAgXKpQRE7YCCGYJOqpOgKGNeWAQVZE6MDxQFnC7aydTxZaa4L2MyB5kXp2NWog8Fpx0zXlCUL2oEQRBRgkrVDcHIfShCLJQLxZL3t1ww55yENpdzTnP5PP+G/tDzOvm8j6yCCB09yqhHkYtEIZrA44x6HKZr1hPCaMWnw3yVjKqE2VoOt0AY7vzLYLqXGPUiTGb7QwGECUbe2oSbIOavgnSbXQRhivKpFphrMaMWw1RnLu8KYZKKfxTAVMsYtQxmGrSxFMIs1lcC7WCmKkZVwUSjagZBmKdw+cfFMNEaRq2BeTwHR8FMovPa9T8yfxPE5FUQ63SWw1yi57bwT2GaMKPCMEnrl1gBs4n+e/ZdDbPUMGoXzNHxXb5ihenE8LqDd8AkVIIpTlnN5YVoAuKGCB+0wAwtqdQSJui7lWs7o0mIcvJfLc3eBDFnFWRIDbf1RBMRFeTbHWC8LlTqAsPdeIB7+kM0XSglP+kGw/WgUg8YbVKEB4ajKUkoJTeXmjndYMJ4g/VxMjIKTUtCKVl9MQzWj0r9YKg2r8rFRkaEUrL2WrM2QUxYBTnxfVLCaEaEUjLyOxjqUioNgYF6riUljGZIKCX5NysMNIxKw2Ccc7eREkYzRBnrvdjK8OkGE8YbrthNShjNrKu/pR1hmLFUGgujuOtICaOZw/Is6/2nB4xSRqUyGMMyhaSE0UxSsID1tp4Ng0yg0gQYosVM1qsbDpE5iqpYb9dgGGMiafgqSLvXeUgZRCbpuon1DowxcrrB0PGGk1fKMERGOm0b60X+F0Z4kEoPQH+91/GQZy0QGRhK682wQn8VVKqA7n6yg4csKEBmklBKzm0D3c2i0izo7aq9PKSqCJlKQim5vLMRmyBGroKMq+MhG7pCZPI82tofGjDdYNx4g+UvJDM/jEooJb8+B/p6g0pvQE8FlWRWhFEJpeTuodDVEiotgY6KFpBZEkYllJJ1N0NPK6kUhH66rCKzJoxKKK13j0XfTRBjVkH6bMySxVxRWs0jnmpuzHQDuR56uShMZkkYFYNqecT8ttDLFiptgU6u2U9mTRgVoyI8IngydFJNpWro47cRMhvDqHyf5Mte0EctlWqhh2YP86hNXZEVRAWP2j4AuqAadNDKz6OqS5E15ED6qL1XQgftqdYeabMt5lG1g5AtROFCHlV3G9LXiWodka7un/GwLD15llBab5oF6SqhWgnSdNaWbP9InYRS8pkCpKk31XohPc6dPKYCWUpCKflWe103QdJeBbm+lse8ZEW2klBKrvoB0jKAagOQjokRUsJoLoRScsMZSMeFVLsQqbM+SlLCaG6EUjJ8AdIwlGpDkbLWc0gJozkTSsn9LqRuBNVGIFWd3iMljOZQKCUP3pn+JkjaqyD2z0kJo7mxJBn1UDOk6BaquZGafltJCaO5siQZ9VxLpGYc1VKs+ZfWkBJGc2dJMmqRLfWngPTHG375HSlhNJcOpKM+7YZUTKbaZKRgcoRRObEFKQfSUZvPTGcTJI1VkOZPUEG2IHNBGRV2DkLyplNtOpLVZh4VZAsyN/yBCrWjkLQZVJuBJJ30ARXk5DlXVFAh4klzuiH58YZTv6CCnDznVChVmG5Fcl6g2vNISv9tVJCT51wNpeRLrZPeBEljFWT4HipE3MhREkrJdzsiGYuo9jaScGsdmR9hVEIpufoUJGEp1ZYiYZZ7qVKBHCahlNzaN7nphhTHG1o8TTJ/wqiEUrJmCBK2mmqrkaB2b5ISRnNdGVUOjE1xE4TcgMQUf0hKGM1906gSmYQEbafadiTk9HVk3oRRWZJUeNyKhOykWjUSMXAHmUdhVJYkFV5tg0RQCwkYsY/MqzAqB9IK75+IxhVQqwUadXsd1cqQ6+RAWmFtTzSqiFpFaITlfmpMQ+6TA2mFbeeiMcXUKkbDCmZTQ7Ygc90Fe6i2e1iymyCNroJ0WEiNvDt5llBK1rmTnG5obLyhaxU15OQ5H5RRa4oFDelLrb5oQJ9N1JCT5/wwjVozW6ABA6k1EMd38bfU2F6KvCShlHy9HY5vMLUuwXGN3E9KGJVQeszKkxPcBGlkFWRChJQwKqE0al3vhKcbyGsRX7NHqCRhVEIpuWMAjmM0tUYjrlYvkBJGJZRq7L0q4cfIMsTT8R1SwqgsSVKrbhziGk+t8Yij+79JCaNiVIQx/mJBHOXUKkesH/+X9SSMinLGerYAsaZSaypiXLKLh0kYFRWMtaAIMe6n1n3QGn2AWrIFKQfSCqu6JPAHWAGNuyNUky1IOZDW2HgGNGZS6ymoWB+jgmxBis6fMlb4okY2QbSrIIUvM45yCAmlKvuvgcpcas2FwgnLGUcFhIRSjchvoTSfWvMRZV9DLTl5VpJQqvDXZohaQq0l+N45XzGOJYUQEkrj8LfC91ZQ6wMcc/luUsJooiSUkottsZsgsasgN31HShhNnIRS8rMSHLWOWl/iiD9SS8KoloRSrS1n4YjN1NqEQ5o/yVgSRrUklGrtdOKwampVo17b/yMljCZCliQ1aq/HIfuotQ/ASStICaOJkSVJjUg56jEW0CtEShhNmCxJajxqRVvGanvedlLCaOLkQFprTmsbY43Zy7hkC1JolTG+ZWczYbIFGUtMY3xbmRDZgoxPWGYyPXLy3DgJpY2Tk+f0SChNUBkaJySUJmsKRJIklGpJGE2fhFItCaP6kVCqIWE0DRJKJYyaQEKphNE0yZKkhFHjyJKkhFETyJKkhFGRpja2EvsVe5iwBT9znG0vsbWByHvNbSfaT3cMdA533eie4Jnq9T3hfzGwKFgV2hLez5TtD28JVQUXBV70P+HzTvVMcN/oGu4c6DjdfpKtOXKFaGfrYXf0cw5xXece55nsfcT3rH9+4P3gF1+Gq9kEqsNffhF8PzDf/6zvEe9kzzj3da4hzn4Oew9bO4gMU2Artp/huMB5pesm910e732+J/1zAu8EPw1tDR9gFjkQ3hr6LPhOYI7/Sd99Xs9d7ptcVzovcJxhL7YVQBijyGbv6TjXeZnrevftnnu8033/9L8RWLEytD68i3lhV3h9aOWKwBv+f/r+7r3Hc7v7etdlznMdPe22IogGtbJ1sZc6LnJe5frVLZ6J3gd8M/2vBJYG/xP6OlxH0YC68Neh/wSXBl7xz/Q94J3oueVXrhHOixyl9i62VsgPtk72Xo7znENdo913ev7krfD9yx94K/hRaGN4N4Uhdoc3hj4KvhXw/8tX4f2T5073aNdQ53mOXvZONmSVQls3+1mOQU7XNe4yz++9D/me9r8aWBb8PPRNOEKRUSLhb0KfB5cFXvU/7XvI+3tPmfsal3OQ4yx7N1shmoDV1tl+mmOA8wrXWPd4z5+9M3z+FwILg6tCm8N7KXLE3vDm0KrgwsALft8M7589491jXVc4BzhOs3e2WZG6trbu9rMdzsGuke7bPJO8D/ue8c8LLA+uDe34lnlPfLsjtDa4PDDP/4zvYe8kz23uka7BzvpC3N3WFhodOjvOd43x3Ot7LvBRqIYpEqIm9FHgOd+fPWNc5yNWe9spdsc5h8Pib+rD4t98lfVh8YNDYXEn857YeSj0flAfeit9f6sPvb85HHrPcdhPsbVP61XISYdfhfz88KuQacdehXyifRUiso321dQnx15NTTv8aurnzoGOHzXVq6m2thL72Y6fXeIa6f61Z5L3r75/+OcF3guuCe0IU2SY8I7QmuB7gXn+fxz+V+nX7pGuS468TG+LbNLMdoK9t2OAc5hrjHu8517vY77nng8sDH4c2hTeQ2GIveFNoY+DCwPPP+d7zHuvZ7x7jGuYc4Cjt/0EWzPkhda2rvYzHRc7r3a5b/Xc7X3QN8s/N/BucHVoW/ggRQMOhreFVgffDcz1z/I96L3bc6vbdbXzYseZ9q621hAN6tDRfqqjv/Ny1/XuOzxTvH/3zfa/GQh+GFofrmFeqAmvD30YDLzpn+37u3eK5w73Da7Lnf0dp9o7doAwRktbsb2P40LnL1w3u+8q997ve9L/cuCd4Gehr7Lt1w1fHf51w8v+J333e8vvct/s+oXzQkcfe7GtJUSGMT+bmP6Ybj5hfjaJ/5guvyAV0WziqmNS1vY34jFdyDDIsxYIA8iU0TQII8j4WhlEw2QuUmYihQEqZNhWGGAqNWRxxgSyjSUbWSaQNT9Z9UuD7I/KDqnZJIxqPWFBgoSE0bo5EkqF/mF078+HMtZ2CaUirTD6zXm4gLEGz5FQKtIIo6FewPmMdZ710cZDqRDljGvFSQBKGasUmBhpJJQKMSrCeOa1Rb1TGasngBtqJZSKBg2qZTxPNschJYxVgnrOnRJKRQNKqxnPH3GEjbFsOOSsLccNpUJ03cQ4vrsJR7VlrLY4rPtn8om5pMjXAmoux/cYC0fZFjOecuQ7UbiMcXx1DqL2U2sfjmnlZxyRURASRmOtsUOhmlrV+F6zhxlH7SBoCQmjy0+A0mZqbYLC+AhjVZdCTUgYfbkQKuuo9SWUrtnPWJu6QkgYVXrMCrUqalVB5aIwY1VJKJUwqhC5G1orqLUCan02SigVDYbR2tGIsYRaS6DRZZWEUtFAGN11CWLNp9Z8aBUtOG4oFRJG//tjxPEqteYiRkHlcUKpkA8//7s74qmkViViWe6LG0qFfKr+nY6Iaya1nkI84+ryPpSKaYzxQquEI2oF4rpqr4RSLTl5fqQZjuN+at2H+H6yQ0Kpipw8R/4nmUGHqTiO3uuoVVWEvCUnz/tH4vjKk3jaO3kltRYUIC+I0h3U+PZiNGA8tcbjuNq9LkuSR0kY3dQHDSlL6i61xSw5kD5MwmhVVzRoDLVGowGWKXIgXU/C6MIOaNh11LoWDXLXyYG0hNHZBWjEUGoNRcOu2E21PT9FfpEwer8FjRlMrUvQiHO35XUolTBadzsaN5BaA9GYnmvzOJRKGN03AgnoS62+aNSJ7+dtKJUwumMgElFKrVI0rs1reRpKZQty3elISAm1SpAA6+N5GUplC/LDYiTmB9QqRkImRfIvlMoW5JvtkKAiahUhMTceyLdQKifPT7dAogqo1QIJGlKTX6FUTp7vtSBx1ELC+m6VJck8OnmuuxXJ2Em1aiTulNWyJJnD3BEq7BmOpGyn2nYkodO7siSZJ2F0W38kZwPVNiAZrV+SA+m8CKNfnIokrabaaiTFOl0OpPMgjH5wEpJVRbUqJMkTkQPpXA+j89ogaUupthTJGlVLhckQuRZGn2iO5C2i2ttI2qCdORxKJYxGJiMVr1HtNSTvzM05G0oljH73S6TkBao9jxSUfJqjoVTCaM1lSE0l1SqRCtuinAylsgW5tR9SNINqM5CSls/lYCiVLcjP7UjVdKpNR2qaPZRzoVS2IN/rhJRN0+0A9c6DuRVK5eR5TmukbjJJnTqUa38uhVI5eX7UijSU67gAeUFYliRz5uQ5MhFpGUe125CGMzbIkmQ2s0bjU+0NSM8tVHMjHT9YJUuSORFGdzqRpuuodh3S0v4tOZDOgTC65SykawTVRiA9Bc/IgXTWh9HPuiNtQ6k2FGmyTJMD6SwPo4ttSN+FVLsQabutjkctKoTIujDqbwUdDKDaAKTvyr0SSrM3jD7cDHoopVopdDBgu4TSLA2jkfHQR2+q9YIeen0poTQrw+j+a6CTEqqVQBcnB7MwlMoWZPgi6KUT1TpCH23nZ10olS3IjX2gm/ZUaw+dNH8qy0KpbEFWdYGOqAbdWO7JqlAqJ88LiqCnWirVQkc312VPKJWT58oC6KqaStXQ09Dd2bIkKSfP91mgry1U2gJdnfN1Zi9Jiq4hHlI3DnrbQKX10NcP18qSZBaE0b1XQXdVVKqCzjovz/gDaQmjO34C/a2k0krorXBuhh9ISxhddxoMsIRKS6A764yMPpCWMLryZBjhDSq9AQP8PsJ62/ogA0kYfb0dDPGadhPEAGMOZGoolTA6qwWMUUmlShhi8K7MDKUSRqdYYJBZVJoFY5y9NQNDqYTROrdZI/EVMEiPf2dcKJUtyN1XwDgPUukBGKXj0gwLpbIFua2/ed9lnQbDtHoxo0KpbEGu7QkjTaTSRBjH+kgGhVI5eX7/RBhqApUmwEi/i2RKKJWT59famFDJTNs8vrY2M5Yk5eT5CSsMNpZKY2Gsi6tlSbKpXV7LyCQY7jrtJoixSjfJkmSTh9EDN8J4w6g0DEbr9okcSDdxGK25FCa4lEpDYLgOb8uBdJOG0a19YYaBVBoI47WcLQfSTRhGV58CU/SjUj+YwPIAIzdBNEkYfbcTzFFKpVKY4o6DEkqbQoV2YttAPajUA+a4ep/5oVSUc7oVZulCpS4wyU93mB1KxaiDHpiniEpFMMuP1psbSsWgmuthopZUagnTFH9sZigVpRsHwVRUgonavWleKBVdl58Jc9UwahfMVPB0BcwhimaXwGRhRoVhKsvUcphBFEy2wWwbGLUBJrt1JITxLMNbwnRrGLUGZrvsPAjDdWsG81UxqgqmO70YIictY9QymK8QIict/v927qVl6jKOwzh2WIjVWJQ8G2dhB0QcxEWHYpDEWsgfxAI7jLgRO0wh5sYG7ICIjLUQERzDDgtxEIsSYXBjh2JayLOxRsSNBVMLERdNIG7k6Rs3Nzf/rYvvb3d9XsL1Ai7VfiEHXEYR6wbgO9W+JYcLhhFPEOC4asfJ4YKjqh0lhwv6EesGYJ9q+8gBl55qPXLAZadqO8mBiCvI2+SASydi3QBsUW0LOeBSqVaRAy7rVVtPDri0I54gQCti3QCsVG0lOeDSVK1JDrg8otrD5IBLI+IJAixSbRE5YHNbxW1iwGemYkYMH1xTcY0YPphGPEGASyouEcMHF1VcJIYPxirGxPDBeRXnieGDUcQTBDil4hQxfHBCxQli+GCgwnjHBg6pOEQMH/QjniDAXhV7ieGDPSr2ECMC84YuMXywXcV2YvigE/EEATap2EQMH2xUsZEYPmhHrBuAJ1U8RQwftCKeIMAKFSuI4YPlKpYTwwcN1g2IsFjFYmIYQQUpnHBT2U1SOOEfniCIMGXdgAhXlV0lhRMmyiakcMIFZRdI4YQxTxBEGLFuQIQzys6QwglDZUNSOOFzZV+QwgkDniCIcFDZQVI4Yb+y/aRwQk9ZjxRO2KVsFymc0OUJgghblW0lhRNeUfYqKZxQKatI4YQNyjaQwgltniCIsEbZGlI4YZWyVaRwQlNZkxROWKZsGSmc0OAJggh3KbubFFZYULJACC/MWDcgwnUl1wnhhSlPEES4rOQyIbzwm5LfCeGFMesGRPheyQ+E8MKIJwginFZymhBeOKnkJCG8MGDdgAiHlRwmhBf6SvqE8MIHSj4kBLze5wkSAV3WDRGwQ8kOQsCro6RDCHhtVrKZEPCqeIJEQJt1QwQ8reQZQsCrpaRFCHg9quQxQsCryRMkApYqWUoIeC1RsoQQMFNCBrjdknSLDHCb8QSJgL8k/U0GuP0h6U8ywG0iaUIGuM1LmicD3MY8QSLgnKRzZIDbWUlnyQC3oaQhGeD2paSvyAC3AU+QCPhE0qdkgNsBSQfIALce64YI2C1pNxng1uUJEgHbJG0jA9xek/Q6GeBWsW6IgBckvUgGuLV5gkTAWklryQC31ZJWkwFuTdYNETAnaY4McGtIapABbvdIupcMsPtPIgL8ZqwbIuCGbhABflNNiQC/K7pCBPhNeIJEwFi/EgF+P+onIsBvpBER4Pe1viEC/IY8QSLgmI4RAX5HdIQI8OurTwT4faSPiQC/Hk+QCHhH7xIBfm/oTSLAr6MOEeD3kl4mAvwqniARsE7riAC/Z/UcEeDXUosI8HtcTxABfk2eIBHwoB4iAvzu0/1ECACRIAL+JUEETEkQAfMkiICfSRABQxJEwGckiIA+CSLgPRJEwFskiICKBBHwPAkioEWCCJgjQQQ8QII79D/eDQrIqmTAwgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 2;
  color: transparent;
  -moz-opacity: 0.0;
  opacity: 0.0;
  animation: glitter 6s linear 0s infinite normal;
  -webkit-animation: glitter 6s linear 0s infinite normal;
  -moz-animation: glitter 8s linear 0s infinite normal;
  -ms-animation: glitter 8s linear 0s infinite normal;
  -o-animation: glitter 8s linear 0s infinite normal;
}
.shine.small {
  width: 20px;
  height: 20px;
}
.shine.medium {
  width: 30px;
  height: 30px;
}
.shine.large {
  width: 50px;
  height: 50px;
}
/*CSS3 keyframes for glittering effect*/
@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) rotate(360deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}
.page-is-scrolled #header-wrapper {
  height: 70px;
  padding: 10px 0;
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.4);
}
.page-is-scrolled #header-wrapper #logo-wrapper {
  padding: 0;
  overflow: hidden;
}
.page-is-scrolled #header-wrapper #logo-wrapper .desktop-logo {
  display: none;
}
.page-is-scrolled #header-wrapper #logo-wrapper .mobile-logo {
  display: block;
}
.page-is-scrolled #header-wrapper #menu-wrapper {
  top: 10px;
  position: relative;
}
.page-is-scrolled #header-wrapper #main-navigation > li > a {
  padding: 0 25px 21px 0;
}
.page-is-scrolled #header-wrapper #main-navigation > li > a.nav-last {
  padding-right: 0;
}
.page-is-scrolled #header-wrapper #main-navigation li.is-active > a:before {
  margin-top: 25px;
}
.page-is-scrolled #header-wrapper #main-navigation li.is-active li.is-active > a:before {
  margin-top: 21px;
}
.show-more {
  border-top: 2px solid #444;
  text-align: right;
  color: #444;
  font-weight: 600;
  padding-top: 20px;
  position: relative;
  cursor: pointer;
}
.show-more:after {
  content: '';
  width: 15px;
  display: inline-block;
  height: 15px;
  background-image: url(/application/themes/sw_default/media/sw-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  top: 2px;
  position: relative;
}
.show-more.no-border {
  border: none;
  padding-top: 0;
}
.show-more.align-left {
  text-align: left;
}
@media only screen and (min-width: 1240px) {
  .page-is-scrolled #header-wrapper #meta-wrapper {
    display: none;
  }
  .page-is-scrolled #header-wrapper #logo-wrapper {
    width: auto;
  }
}
@media only screen and (max-width: 1240px) {
  #header-wrapper #meta-wrapper,
  #header-wrapper #burger-wrapper {
    top: -39px;
    position: relative;
  }
  .page-is-scrolled #header-wrapper #meta-wrapper,
  .page-is-scrolled #header-wrapper #burger-wrapper {
    top: 0;
    position: relative;
  }
}
/*
###############################################################################################

                                Main

###############################################################################################
*/
#main-wrapper {
  margin-top: 60px;
  margin-bottom: 180px;
}
#main-top-wrapper {
  margin-top: 110px;
}
#main-full-wrapper {
  margin-top: 70px;
}
#main-bottom-wrapper .row.medium-unstack {
  align-items: flex-end;
  align-content: flex-end;
}
main aside {
  margin-top: 60px;
}
/*
###############################################################################################

                                Footer

###############################################################################################
*/
#footer-wrapper {
  padding: 50px 0;
}
#footer-wrapper ul.nav {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
#footer-wrapper ul.nav li a {
  font-size: 17px;
  line-height: 40px;
  color: rgba(68, 68, 68, 0.4);
  font-weight: 600;
  margin-left: 15px;
  text-decoration: none;
}
#footer-wrapper ul.nav li a:hover {
  color: rgba(68, 68, 68, 0.65);
}
#footer-wrapper ul.nav li a.nav-selected {
  color: #e4003e;
}
#footer-wrapper .ccm-block-social-links a {
  font-size: 40px;
  color: rgba(68, 68, 68, 0.8);
  margin-right: 15px;
}
#footer-wrapper .ccm-block-social-links a:hover {
  color: #e4003e;
}
#footer-wrapper .ccm-block-social-links a:hover path {
  fill: #e4003e !important;
}
/*
###############################################################################################

                                Blocks

###############################################################################################
*/
.home-slider {
  position: relative;
}
.home-slider .ccm-image-slider {
  position: relative;
}
.home-slider .ccm-image-slider-title {
  margin-top: auto;
}
.home-slider a.mega-link-overlay {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
}
.home-slider .owl-carousel {
  margin: 0 auto;
}
.home-slider .owl-carousel .item {
  height: calc(90vh - 146px);
  min-height: 650px;
  position: relative;
  outline: none;
}
.home-slider .owl-carousel .item .bg-image {
  height: calc(90vh - 146px);
  min-height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  background-position: 0 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.home-slider .owl-carousel .item .slogan-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 20.3333%;
}
.home-slider .owl-carousel .item .slogan-container .slogan-wrapper {
  color: #e4003e;
  font-family: 'Portrait Web', serif;
}
.home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper {
  position: relative;
}
.home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .bottom-line {
  height: 3px;
  left: 0;
  position: absolute;
  background-color: #e4003e;
  bottom: -10px;
  width: 0;
}
.home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .end-line {
  height: 3px;
  width: 141px;
  position: absolute;
  background-color: #e4003e;
  bottom: -10px;
  right: -141px;
  transform: rotate(-45deg) scale(0);
  transform-origin: left bottom;
  transition: all 400ms ease;
}
.home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .end-line.full-scale {
  transform: rotate(-45deg) scale(1);
}
.home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .slide-arrow {
  width: 100px;
  display: inline-block;
  height: 100px;
  background-image: url(/application/themes/sw_default/media/slide-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -100px;
  bottom: -110px;
  transition: all 800ms cubic-bezier(0.7, -1.54, 0.06, 1.12);
  transform: translate(-200%, 200%);
  opacity: 0;
}
.home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .slide-arrow.middle-position {
  transform: translate(0, 0);
  opacity: 1;
}
.home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .slide-arrow.end-position {
  transform: translate(200%, -200%);
  opacity: 0;
}
.home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .ccm-image-slider-title {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 0.4em;
  opacity: 0;
  transition: opacity 700ms ease;
}
.home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .ccm-image-slider-text {
  font-size: 100px;
  line-height: 1;
  font-weight: 600;
  position: relative;
}
.home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .ccm-image-slider-text .inner-text-fake {
  opacity: 0;
  pointer-events: none;
}
.home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .ccm-image-slider-text .inner-text {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .ccm-image-slider-text p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper.white-theme {
  color: #fff;
}
.home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper.white-theme .bottom-line,
.home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper.white-theme .end-line {
  background-color: #fff;
}
.home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper.white-theme .slide-arrow {
  background-image: url(/application/themes/sw_default/media/slide-arrow-white.svg);
}
.home-slider .slider-box-navigation-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40px;
}
.home-slider .slider-box-navigation-wrapper .box {
  background-color: #b4b4b4;
  padding: 15px;
  margin-left: 0;
  margin-right: -50px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  transition: background-color 200ms ease;
  cursor: pointer;
}
.home-slider .slider-box-navigation-wrapper .box a.mega-link-overlay {
  top: 0;
}
.home-slider .slider-box-navigation-wrapper .box:hover {
  background-color: rgba(68, 68, 68, 0.65);
}
.home-slider .slider-box-navigation-wrapper .box.active {
  background-color: #e4003e;
}
.home-slider .slider-box-navigation-wrapper .box br {
  display: none;
}
.home-slider .slider-box-navigation-wrapper .box p {
  margin: 0;
}
.home-slider .slider-box-navigation-wrapper .box .title {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.home-slider .slider-box-navigation-wrapper .box .description {
  font-size: 18px;
}
.home-slider .slider-box-navigation-wrapper .box .description a {
  color: #ffffff !important;
}
.home-slider .slider-box-navigation-wrapper .box .description a:hover {
  text-decoration: none !important;
}
@media only screen and (max-width: 890px) {
  .home-slider .owl-carousel .item {
    min-height: 0;
    height: 380px;
  }
  .home-slider .owl-carousel .item .bg-image {
    min-height: 0;
    height: 380px;
  }
  .home-slider .owl-carousel .item .slogan-container {
    top: 50%;
    transform: translateY(-50%);
  }
  .home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .ccm-image-slider-title {
    font-size: 26px;
  }
  .home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .ccm-image-slider-text {
    font-size: 40px;
  }
  .home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .end-line {
    width: 61px;
    right: -61px;
  }
  .home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .slide-arrow {
    width: 61px;
    height: 61px;
    right: -60px;
    bottom: -60px;
  }
}
.masonry-grid {
  margin: 0 -10px;
}
.masonry-grid .grid-item,
.masonry-grid .grid-sizer {
  width: 33.3333333%;
}
.masonry-grid .grid-item.is-featured {
  width: 66.66666%;
}
.masonry-grid.two-on-large .grid-item,
.masonry-grid.two-on-large .grid-sizer {
  width: 50%;
}
.masonry-grid.two-on-large .grid-item.is-featured {
  width: 100%;
}
.page-card {
  margin: 10px 10px 30px 10px;
  font-weight: 600;
  position: relative;
}
.page-card .mega-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-card .sw-categories {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 1;
}
.page-card .sw-background-image-outer {
  overflow: hidden;
  margin-bottom: 10px;
}
.page-card .sw-background-image-wrapper {
  border: 1px solid #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 400ms ease;
}
.page-card .sw-background-image-wrapper img {
  opacity: 0;
  width: 100%;
}
.page-card .sw-subtitle {
  color: rgba(68, 68, 68, 0.4);
}
.grid-item:hover {
  color: #e4003e;
}
.grid-item:hover .sw-background-image-wrapper {
  transform: scale(1.08);
}
.filters {
  border-bottom: 2px solid rgba(68, 68, 68, 0.4);
  margin-bottom: 30px;
  padding-bottom: 3px;
}
.filters .button {
  background-color: rgba(68, 68, 68, 0.4);
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 0;
  float: left;
  margin: 0 10px 10px 0;
  padding: 10px 10px 6px 10px;
  outline: none;
  position: relative;
  font-family: 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-weight: 500;
}
.filters .button:hover {
  background-color: rgba(68, 68, 68, 0.65);
}
.filters .button:active,
.filters .button.is-checked {
  background-color: #e4003e;
}
.filters .button:active:after,
.filters .button.is-checked:after {
  content: '\f00d';
  font-family: FontAwesome;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  font-size: 13px;
  right: -10px;
  background-color: #444444;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 18px;
  padding: 1px 1px 0 0;
}
.filters .js-select-group {
  position: relative;
}
.filters .js-select-group select {
  background-color: #8F8F8F;
  color: #fff;
  text-transform: uppercase;
  padding-left: 14px;
  line-height: normal;
  font-weight: 500;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  background-image: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}
.filters .js-select-group:after {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 8px;
  color: #fff;
  font-size: 28px;
  pointer-events: none;
}
.stamp.page-search-list {
  position: relative;
  background: #fff;
  width: 33.3333%;
  top: 0;
  right: 0;
  min-height: 100%;
  float: right;
  display: none;
  margin-top: 10px;
  padding: 0 15px;
  overflow-y: auto;
}
.stamp.page-search-list ul.search-results-list {
  list-style: none;
  margin: 0 0 80px 0;
}
@media only screen and (max-width: 1240px) {
  .masonry-grid .grid-item,
  .masonry-grid .grid-sizer {
    width: 50%;
  }
}
@media only screen and (max-width: 890px) {
  .masonry-grid .grid-item,
  .masonry-grid .grid-sizer,
  .masonry-grid .grid-item.is-featured {
    width: 50%;
  }
  .masonry-grid .stamp.page-search-list {
    width: 50%;
    font-size: 15px;
  }
  .page-card {
    font-size: 15px;
    line-height: 21px;
  }
  .page-card .sw-categories {
    display: none;
  }
}
.sw-wrapper .sw-categories {
  margin-bottom: 15px;
}
.sw-wrapper.sw-list-wrapper.newsroom-list .sw-heading {
  font-size: 1em;
  margin-bottom: 30px;
}
.sw-wrapper.sw-list-wrapper.newsroom-list .sw-list-item {
  font-weight: 500;
}
.sw-wrapper.sw-list-wrapper.newsroom-list .sw-list-item .sw-image {
  padding: 0;
  margin-bottom: 20px;
}
.sw-wrapper.sw-list-wrapper.newsroom-list .sw-list-item .sw-date {
  color: rgba(68, 68, 68, 0.5);
}
.sw-wrapper.sw-list-wrapper.newsroom-list .sw-list-item .sw-title a {
  color: #444444;
}
.sw-wrapper.sw-list-wrapper.sw-entity-event {
  margin-bottom: 100px;
}
.sw-wrapper.sw-list-wrapper.sw-entity-event .sw-list-item {
  margin-bottom: 4em;
}
.sw-wrapper.sw-list-wrapper.sw-entity-event .sw-heading {
  font-size: 1em;
  margin-bottom: 30px;
}
.sw-wrapper.sw-list-wrapper.sw-entity-event .sw-image {
  padding: 0;
  margin-bottom: 25px;
}
.sw-wrapper.sw-list-wrapper.sw-entity-event h3 {
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.sw-wrapper.sw-list-wrapper.sw-entity-event h4 {
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.sw-wrapper.sw-list-wrapper.sw-entity-event .sw-title {
  color: #444444;
  margin-bottom: 20px;
}
.sw-wrapper.sw-list-wrapper.sw-entity-event .sw-title.big-title {
  margin-bottom: 45px;
}
.sw-wrapper.sw-list-wrapper.sw-entity-event .sw-title a {
  color: inherit;
}
.sw-wrapper.sw-list-wrapper.sw-entity-event.newsroom-top-event {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.sw-wrapper.sw-list-wrapper.sw-entity-event.newsroom-top-event:hover .sw-list-item {
  background-color: #e4003e;
  transform: rotate(0deg);
}
.sw-wrapper.sw-list-wrapper.sw-entity-event.newsroom-top-event a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.sw-wrapper.sw-list-wrapper.sw-entity-event.newsroom-top-event .sw-list-item {
  margin: 0;
  transition: all .2s linear;
  background-color: #0067b2;
  max-width: 300px;
  max-height: 300px;
  width: 300px;
  justify-content: center;
  height: 300px;
  display: flex;
  flex-direction: column;
  border-radius: 100%;
  color: #fff;
  padding: 50px 40px;
  text-align: center;
  transform: rotate(11deg);
  font-size: 31px;
  line-height: 36px;
  font-family: 'Portrait Web', 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
}
.sw-wrapper.sw-list-wrapper.sw-entity-event.newsroom-top-event .sw-list-item .sw-title {
  color: rgba(255, 255, 255, 0.7);
}
.sw-wrapper.sw-list-wrapper.sw-entity-bank {
  margin-top: -20px;
}
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-title {
  max-width: 930px;
}
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content {
  border-top: none;
  padding: 40px 0 80px 0;
}
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .sw-image {
  padding: 0;
  margin-bottom: 80px;
}
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content a[target="_blank"],
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content a[href^="mailto:"] {
  font-weight: 500;
  position: relative;
}
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content a[target="_blank"]:after,
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content a[href^="mailto:"]:after {
  content: '';
  width: 15px;
  display: inline-block;
  height: 15px;
  background-image: url(/application/themes/sw_default/media/sw-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  top: 2px;
  position: relative;
}
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .sw-logo {
  margin-bottom: 80px;
}
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .sw-logo img {
  max-height: 100px;
}
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .sw-description {
  margin-bottom: 80px;
}
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .small-12 .bank-sidebar-text {
  padding-bottom: 4em;
  border-bottom: 1px solid rgba(124, 124, 124, 0.75);
  margin-bottom: 2em;
}
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .small-12 .bank-sidebar-text:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .bank-numbers-wrapper .status-date {
  font-size: 0.8em;
  margin-bottom: 1.8em;
  display: block;
}
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .bank-numbers-wrapper .bank-number-item {
  margin-bottom: 80px;
  line-height: 1.1;
}
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .bank-numbers-wrapper .bank-number-item .bank-number-icon {
  margin-bottom: 20px;
}
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .bank-numbers-wrapper .bank-number-item .bank-number-icon img {
  max-width: 110px;
  max-height: 90px;
}
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .bank-numbers-wrapper .bank-number-item .title-group {
  min-height: 80px;
}
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .bank-numbers-wrapper .bank-number-item .bank-number-title {
  font-weight: 500;
}
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .bank-numbers-wrapper .bank-number-item .bank-number-value {
  font-family: "Portrait Web", serif;
  font-size: 72px;
  color: rgba(0, 103, 178, 0.8);
  font-weight: 600;
}
.sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item.is-active .accordion-title {
  background-color: transparent;
  border: none;
  max-width: 100%;
  border-top: 1px solid;
  margin-top: -1px;
}
.sw-wrapper.sw-list-wrapper.sw-entity-person .accordion-content .sw-image img {
  width: 50%;
}
.sw-wrapper.sw-list-wrapper.newsroom-event-list .sw-image img {
  width: 100%;
}
.sw-wrapper.sw-detail-wrapper {
  margin-top: 140px;
}
.sw-wrapper.sw-detail-wrapper .sw-title {
  position: relative;
}
.sw-wrapper.sw-detail-wrapper .sw-title.sw-page-title {
  color: #e4003e;
}
.sw-wrapper.sw-detail-wrapper .sw-title h1 {
  color: #e4003e;
  margin: 0;
  line-height: 1;
  font-family: "Portrait Web", serif;
  font-weight: 600;
  font-size: 70px;
}
.sw-wrapper.sw-detail-wrapper .sw-summary {
  font-size: 1.36em;
  line-height: 1.15em;
  font-family: "Portrait Web", serif;
  font-weight: 400;
  margin-bottom: 0.6em;
}
.sw-wrapper.sw-detail-wrapper .sw-newsletter {
  padding-right: 40px;
}
.sw-wrapper.sw-detail-wrapper .ccm-block-share-this-page {
  margin-top: 15px;
}
.sw-wrapper.sw-detail-wrapper .ccm-block-share-this-page ul {
  margin: 0;
}
.sw-wrapper.sw-detail-wrapper.sw-entity-post #news-slider-wrapper .slick-dotted.slick-slider {
  max-width: 80%;
}
.sw-wrapper.sw-detail-wrapper.sw-entity-post #news-slider-wrapper .sw-image .sw-image-object {
  max-width: 100%;
  width: 100%;
}
.sw-wrapper.sw-detail-wrapper.sw-entity-post #news-slider-wrapper .slick-dots {
  bottom: 90px;
}
.sw-wrapper.sw-detail-wrapper.sw-entity-post #news-slider-wrapper .slick-next {
  right: 15px;
}
.sw-wrapper.sw-detail-wrapper.sw-entity-post #news-slider-wrapper .slick-prev {
  left: 15px;
  z-index: 1;
}
/**
general items
 */
.sw-categories .sw-category {
  background-color: #b4b4b4;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  padding: 10px 10px 7px 10px;
  display: inline-block;
  margin: 0 15px 15px 0;
  float: left;
}
.sw-social {
  color: #fff;
}
.ccm-block-share-this-page a,
.ccm-block-share-this-page a:visited {
  color: currentColor;
  background-color: rgba(68, 68, 68, 0.5);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.ccm-block-share-this-page a:hover,
.ccm-block-share-this-page a:visited:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e4003e;
}
.ccm-block-share-this-page a:after,
.ccm-block-share-this-page a:visited:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #fff transparent;
}
.sw-image {
  padding: 2em 0 5em 0;
  position: relative;
  transform-style: preserve-3d;
}
.sw-image .sw-image-object {
  max-width: 80%;
  width: 100%;
}
.sw-image .sw-image-description-wrapper-3d {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateZ(120px);
}
.sw-image .sw-image-description-wrapper-3d .sw-image-description-wrapper {
  position: absolute;
  bottom: 7em;
  width: 100%;
  transform: translateZ(20px);
}
.sw-image .sw-image-description-wrapper-3d .sw-image-description-wrapper:before {
  content: '';
  width: calc(60% - 100px);
  height: 3px;
  background-color: #e4003e;
  position: absolute;
  bottom: -100px;
}
.sw-image .sw-image-description-wrapper-3d .sw-image-description-wrapper:after {
  content: '';
  width: 144px;
  height: 3px;
  background-color: #e4003e;
  position: absolute;
  transform-origin: left center;
  transform: rotate(-45deg);
  bottom: -100px;
  left: calc(60% - 101px);
}
.sw-image .sw-image-description-wrapper-3d .sw-image-description-wrapper .sw-image-description {
  background-color: #e4003e;
  color: #fff;
  display: inline-block;
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 30px;
  font-family: "Portrait Web", serif;
  font-weight: 600;
  width: 40%;
}
@media only screen and (max-width: 1320px) {
  .related-articles .sw-categories {
    display: none !important;
  }
  .related-articles .page-card .sw-title {
    font-size: 18px;
    line-height: 1.2em;
  }
  .related-articles .page-card .sw-subtitle {
    font-size: 16px;
    line-height: 1.1em;
  }
  .mediathek-wrapper.related-articles .md-gallery-content-text {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1240px) {
  .sw-wrapper.sw-list-wrapper.sw-entity-event.newsroom-top-event {
    position: relative;
    left: -25%;
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 890px) {
  .sw-wrapper.sw-list-wrapper.sw-entity-bank {
    margin-top: 20px;
  }
  .sw-categories .sw-category {
    font-size: 12px;
    padding: 5px 5px 2px 5px;
    margin: 0 5px 5px 0;
  }
  .sw-wrapper.sw-list-wrapper.sw-entity-person .accordion-content .sw-image img {
    width: 100%;
    max-width: 400px;
  }
  .sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .bank-numbers-wrapper .bank-number-item {
    margin-bottom: 30px;
    line-height: 1.1;
  }
  .sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .bank-numbers-wrapper .bank-number-item .bank-number-value {
    font-size: 40px;
  }
  .sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .bank-numbers-wrapper .bank-number-item .title-group {
    min-height: 0;
  }
  .sw-wrapper.sw-detail-wrapper.sw-entity-post #news-slider-wrapper .slick-dotted.slick-slider {
    max-width: 100%;
  }
  .sw-wrapper.sw-detail-wrapper.sw-entity-post #news-slider-wrapper .slick-dots {
    bottom: 60px;
  }
  .sw-wrapper.sw-detail-wrapper.sw-entity-post #news-slider-wrapper .slick-prev,
  .sw-wrapper.sw-detail-wrapper.sw-entity-post #news-slider-wrapper .slick-next {
    top: 45%;
  }
}
.network-graphic-wrapper {
  position: relative;
  overflow: hidden;
}
.network-graphic-wrapper:before {
  content: '';
  width: 4px;
  height: calc(100% - 200px);
  position: absolute;
  left: 50%;
  top: 200px;
  background-color: #e9e9e9;
  margin-left: -2px;
}
.network-graphic-wrapper .indicator {
  width: 4px;
  height: 0px;
  position: absolute;
  top: 200px;
  background-color: #e4003e;
  left: 50%;
  margin-left: -2px;
  z-index: 1;
}
.network-graphic-wrapper .lbver-logo-wrapper {
  text-align: center;
  max-width: 400px;
  margin: 0 auto 150px auto;
}
.network-graphic-wrapper .network-list-wrapper {
  width: calc(50% - 30px);
  margin-bottom: 100px;
  opacity: 1 !important;
}
.network-graphic-wrapper .network-list-wrapper:nth-of-type(even) {
  left: 50%;
  position: relative;
  margin-left: 30px;
}
.network-graphic-wrapper .network-list-wrapper:nth-of-type(odd) .network-list-title {
  text-align: right;
}
.network-graphic-wrapper .network-list-wrapper .network-list-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Portrait Web', 'Fakt Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
}
.network-graphic-wrapper .network-list-wrapper .network-list {
  margin: 0 -10px;
}
.network-graphic-wrapper .network-list-wrapper .network-list .network-item-wrapper,
.network-graphic-wrapper .network-list-wrapper .network-list .grid-sizer {
  width: calc(25% - 20px);
}
.network-graphic-wrapper .network-list-wrapper .network-list .network-item-wrapper {
  height: 130px;
  display: flex;
  margin: 10px;
  border: 1px solid #f8f8f8;
  padding: 15px;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
}
.network-graphic-wrapper .network-list-wrapper .network-list .network-item-wrapper .network-item-image {
  max-width: 100px;
  max-height: 70px;
}
.network-graphic-wrapper .network-list-wrapper .network-list .network-item-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body:not(.is-in-edit-mode) [sw-theme-data-animation] {
  opacity: 0;
}
body:not(.is-in-edit-mode) [sw-theme-data-animation].visible {
  opacity: 1;
}
@media only screen and (max-width: 1240px) {
  .network-graphic-wrapper:before {
    display: none;
  }
  .network-graphic-wrapper .indicator {
    display: none !important;
  }
  .network-graphic-wrapper .lbver-logo-wrapper {
    text-align: left;
    margin: 0 0 100px 0;
  }
  .network-graphic-wrapper .network-list-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }
  .network-graphic-wrapper .network-list-wrapper:nth-of-type(even) {
    left: 0;
    margin-left: 0;
  }
  .network-graphic-wrapper .network-list-wrapper .network-list-title {
    text-align: left !important;
  }
  .network-graphic-wrapper .network-list-wrapper .network-list .network-item-wrapper,
  .network-graphic-wrapper .network-list-wrapper .network-list .grid-sizer {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 480px) {
  .network-graphic-wrapper .network-list-wrapper .network-list .network-item-wrapper,
  .network-graphic-wrapper .network-list-wrapper .network-list .grid-sizer {
    width: 100%;
  }
  .network-graphic-wrapper .network-list-wrapper .network-list .network-item-wrapper {
    margin: 0 0 20px 0;
    justify-content: center;
  }
}
.ccm-block-express-form .ccm-form select,
.ccm-block-express-form .ccm-form [type='text'],
.ccm-block-express-form .ccm-form [type='password'],
.ccm-block-express-form .ccm-form [type='date'],
.ccm-block-express-form .ccm-form [type='datetime'],
.ccm-block-express-form .ccm-form [type='datetime-local'],
.ccm-block-express-form .ccm-form [type='month'],
.ccm-block-express-form .ccm-form [type='week'],
.ccm-block-express-form .ccm-form [type='email'],
.ccm-block-express-form .ccm-form [type='number'],
.ccm-block-express-form .ccm-form [type='search'],
.ccm-block-express-form .ccm-form [type='tel'],
.ccm-block-express-form .ccm-form [type='time'],
.ccm-block-express-form .ccm-form [type='url'],
.ccm-block-express-form .ccm-form [type='color'],
.ccm-block-express-form .ccm-form textarea {
  border-radius: 0;
}
.ccm-block-express-form .ccm-form select:focus,
.ccm-block-express-form .ccm-form [type='text']:focus,
.ccm-block-express-form .ccm-form [type='password']:focus,
.ccm-block-express-form .ccm-form [type='date']:focus,
.ccm-block-express-form .ccm-form [type='datetime']:focus,
.ccm-block-express-form .ccm-form [type='datetime-local']:focus,
.ccm-block-express-form .ccm-form [type='month']:focus,
.ccm-block-express-form .ccm-form [type='week']:focus,
.ccm-block-express-form .ccm-form [type='email']:focus,
.ccm-block-express-form .ccm-form [type='number']:focus,
.ccm-block-express-form .ccm-form [type='search']:focus,
.ccm-block-express-form .ccm-form [type='tel']:focus,
.ccm-block-express-form .ccm-form [type='time']:focus,
.ccm-block-express-form .ccm-form [type='url']:focus,
.ccm-block-express-form .ccm-form [type='color']:focus,
.ccm-block-express-form .ccm-form textarea:focus {
  border: 1px solid #e4003e;
}
.ccm-block-express-form .ccm-form [type='file'] {
  font-size: 0.875rem;
}
.ccm-block-express-form .ccm-form img.ccm-captcha-image {
  display: inline-block;
  margin: 0.5em 0 1em 0;
}
.ccm-block-express-form .ccm-form .ccm-input-captcha {
  width: auto;
}
.ccm-block-express-form .ccm-form .form-actions {
  margin: 1em 0 2em;
}
.label-left .ccm-block-express-form .ccm-form .form-group.captcha {
  margin: 1em 0;
}
.label-left .ccm-block-express-form .ccm-form .form-group.captcha img.ccm-captcha-image {
  display: inline-block;
  margin: 0 0 1em 0;
}
.label-left .ccm-block-express-form .ccm-form .form-group.captcha .ccm-input-captcha {
  width: auto;
}
.label-left .ccm-block-express-form .ccm-form .form-group::before,
.label-left .ccm-block-express-form .ccm-form .form-group::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.label-left .ccm-block-express-form .ccm-form .form-group::after {
  clear: both;
}
.label-left .ccm-block-express-form .ccm-form .form-group .control-label {
  width: 140px;
  float: left;
  margin-right: 20px;
}
.label-left .ccm-block-express-form .ccm-form .form-group .form-control,
.label-left .ccm-block-express-form .ccm-form .form-group [type='file'] {
  width: calc(100% - 160px);
  float: left;
}
.label-left .ccm-block-express-form .ccm-form .form-group .checkbox,
.label-left .ccm-block-express-form .ccm-form .form-group .radio {
  float: left;
  margin-right: 1.5em;
}
.lbver-contact .ccm-block-express-form label {
  font-size: 1em;
  font-weight: 100;
}
.lbver-contact .ccm-block-express-form fieldset .form-group:nth-of-type(2),
.lbver-contact .ccm-block-express-form fieldset .form-group:nth-of-type(6) {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.lbver-contact .ccm-block-express-form fieldset .form-group:nth-of-type(3),
.lbver-contact .ccm-block-express-form fieldset .form-group:nth-of-type(7) {
  width: 50%;
  float: right;
  padding-left: 10px;
}
@media only screen and (max-width: 890px) {
  .lbver-contact .ccm-block-express-form fieldset .form-group {
    width: 100% !important;
    float: initial !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.dg-social-wall {
  margin-bottom: 2em;
}
.dg-social-wall .dg-social-wall-tile-wrapper {
  margin-bottom: 20px;
  width: 100%;
}
.dg-social-wall .dg-social-wall-tile-wrapper h3 div {
  font-size: 18px;
  color: #b4b4b4;
  margin: 2px 0;
  font-family: "Fakt Pro", serif;
}
.dg-social-wall .social-wall-card.card-type-twitter {
  position: relative;
  padding-left: 50px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.dg-social-wall .social-wall-card.card-type-twitter a,
.dg-social-wall .social-wall-card.card-type-twitter li,
.dg-social-wall .social-wall-card.card-type-twitter p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.dg-social-wall .social-wall-card.card-type-twitter .twitter-name {
  font-weight: 500;
}
.dg-social-wall .social-wall-card.card-type-twitter .twitter-username {
  color: #b4b4b4;
}
.dg-social-wall .social-wall-card.card-type-twitter .twitter-description {
  margin-top: 28px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.dg-social-wall .social-wall-card.card-type-twitter .twitter-description p,
.dg-social-wall .social-wall-card.card-type-twitter .twitter-description li,
.dg-social-wall .social-wall-card.card-type-twitter .twitter-description a {
  font-size: inherit;
  line-height: inherit;
}
.dg-social-wall .social-wall-card.card-type-twitter .twitter-description a {
  color: #e4003e;
}
.dg-social-wall .social-wall-card.card-type-twitter .twitter-user-logo {
  position: absolute;
  top: 0;
  left: 0;
}
.dg-social-wall .social-wall-card.card-type-twitter .twitter-icon {
  position: absolute;
  top: 0;
  right: 0;
  color: #b4b4b4;
  font-size: 18px;
}
.dg-social-wall .social-wall-card.card-type-twitter .twitter-time {
  color: #b4b4b4;
  position: absolute;
  bottom: 20px;
  right: 0;
}
.dg-social-wall .show-more {
  border-top: none;
  padding-top: 0;
}
/*
###############################################################################################

                                Diverses

###############################################################################################
*/
.event-registration-wrapper {
  margin: 50px 0;
}
.event-registration-wrapper .row {
  margin-right: -15px;
  margin-left: -15px;
}
.event-registration-wrapper .column,
.event-registration-wrapper .columns {
  padding-left: 15px;
  padding-right: 15px;
}
.event-registration-wrapper .form-error {
  line-height: 1.4em;
  font-weight: 400;
}
.event-registration-wrapper label {
  font-size: 0.75em;
  font-weight: 100;
  line-height: 1.4;
}
.event-registration-wrapper option {
  font-size: 0.85em;
  font-weight: 100;
}
.event-registration-wrapper input,
.event-registration-wrapper select,
.event-registration-wrapper textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none !important;
  border: 1px solid #444444;
  font-size: 0.85em;
  font-weight: 100;
}
.event-registration-wrapper input:focus,
.event-registration-wrapper select:focus,
.event-registration-wrapper textarea:focus {
  border: 1px solid #e4003e;
}
.event-registration-wrapper .form-inline {
  display: flex;
}
.event-registration-wrapper .form-inline .ccm-input-date-wrapper {
  margin-right: 10px;
}
.event-registration-wrapper textarea {
  height: 150px;
}
.event-registration-wrapper .sw-actions .button {
  margin: 30px 0;
  color: #fff;
  border-radius: 0;
  font-family: inherit;
  line-height: normal;
  font-size: 0.75em;
  padding: 15px 40px;
  min-height: unset;
}
.event-registration-wrapper .extra-custom-fields-table {
  font-size: 0.75em;
  font-weight: 100;
  line-height: 1.4;
  margin: 30px 0;
  width: 100%;
  display: table;
}
.event-registration-wrapper .extra-custom-fields-table .group-title {
  font-weight: 600;
}
.event-registration-wrapper .extra-custom-fields-table tr td:nth-of-type(2),
.event-registration-wrapper .extra-custom-fields-table tr th:nth-of-type(2),
.event-registration-wrapper .extra-custom-fields-table tr td:nth-of-type(3),
.event-registration-wrapper .extra-custom-fields-table tr th:nth-of-type(3) {
  text-align: center;
}
.event-registration-wrapper .extra-custom-fields-table tbody tr.separator {
  height: 40px;
}
.event-registration-wrapper .extra-custom-fields-table tbody tr.separator td {
  border: 1px solid #fff;
  border-bottom: 1px solid #000;
}
.event-registration-wrapper .extra-custom-fields-table tbody tr.separator:last-of-type td {
  border-bottom: none !important;
}
.parent-page-title.h3 {
  margin-bottom: 15px;
}
.sw-detail-wrapper.sw-entity-bank .sw-image {
  padding: 0;
  margin-bottom: 80px;
}
.sw-detail-wrapper.sw-entity-bank .sw-logo {
  margin-bottom: 80px;
}
.sw-detail-wrapper.sw-entity-bank .sw-logo img {
  max-height: 100px;
}
.sw-detail-wrapper.sw-entity-bank .sw-description {
  margin-bottom: 80px;
}
.sw-detail-wrapper.sw-entity-bank .bank-sidebar-text {
  padding-bottom: 4em;
  border-bottom: 1px solid rgba(124, 124, 124, 0.75);
  margin-bottom: 2em;
}
.sw-detail-wrapper.sw-entity-bank .bank-sidebar-text:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sw-detail-wrapper.sw-entity-bank .bank-sidebar-text a[target="_blank"],
.sw-detail-wrapper.sw-entity-bank .bank-sidebar-text a[href^="mailto:"] {
  font-weight: 500;
  position: relative;
  color: inherit;
}
.sw-detail-wrapper.sw-entity-bank .bank-sidebar-text a[target="_blank"]:after,
.sw-detail-wrapper.sw-entity-bank .bank-sidebar-text a[href^="mailto:"]:after {
  content: '';
  width: 15px;
  display: inline-block;
  height: 15px;
  background-image: url(/application/themes/sw_default/media/sw-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  top: 2px;
  position: relative;
}
.sw-detail-wrapper.sw-entity-bank .bank-numbers-wrapper .status-date {
  font-size: 0.8em;
  margin-bottom: 1.8em;
  display: block;
}
.sw-detail-wrapper.sw-entity-bank .bank-numbers-wrapper .bank-number-item {
  margin-bottom: 80px;
  line-height: 1.1;
}
.sw-detail-wrapper.sw-entity-bank .bank-numbers-wrapper .bank-number-item .bank-number-icon {
  margin-bottom: 20px;
}
.sw-detail-wrapper.sw-entity-bank .bank-numbers-wrapper .bank-number-item .bank-number-icon img {
  max-width: 110px;
  max-height: 90px;
}
.sw-detail-wrapper.sw-entity-bank .bank-numbers-wrapper .bank-number-item .title-group {
  min-height: 80px;
}
.sw-detail-wrapper.sw-entity-bank .bank-numbers-wrapper .bank-number-item .bank-number-title {
  font-weight: 500;
}
.sw-detail-wrapper.sw-entity-bank .bank-numbers-wrapper .bank-number-item .bank-number-value {
  font-family: "Portrait Web", serif;
  font-size: 72px;
  color: rgba(0, 103, 178, 0.8);
  font-weight: 600;
}
.has-yes-icon {
  position: relative;
  display: inline-block;
}
.has-yes-icon:before {
  display: inline-block;
  content: '';
  width: 28px;
  height: 25px;
  background-size: contain;
  background-image: url(/application/themes/sw_default/media/yes_icon.svg);
  position: relative;
  float: right;
  top: 3px;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.has-no-icon {
  position: relative;
  display: inline-block;
}
.has-no-icon:before {
  display: inline-block;
  content: '';
  width: 28px;
  height: 25px;
  background-size: contain;
  background-image: url(/application/themes/sw_default/media/no_icon.svg);
  position: relative;
  float: right;
  top: 3px;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.smaller-font p,
.smaller-font a,
.smaller-font li {
  font-size: 1rem;
  line-height: 1.5rem;
}
li.no-link:before {
  display: none;
}
li.no-link > a {
  pointer-events: none !important;
}
a.no-link {
  pointer-events: none !important;
}
.ccm-block-share-this-page ul {
  margin-left: 0;
}
.print-button .hover {
  display: none;
}
.print-button:hover .normal {
  display: none;
}
.print-button:hover .hover {
  display: inline-block;
}
.pdf-icon {
  background-color: rgba(68, 68, 68, 0.5);
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  position: relative;
  color: #fff;
  line-height: 26px;
  font-size: 8px;
  top: -10px;
}
.pdf-icon:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #fff transparent;
}
.swReset .pagination li a,
.swReset .pagination li span,
.swReset .pagination li button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 3px;
  color: #444444;
  text-decoration: none;
  padding-bottom: 0;
}
.swReset .pagination li.active a,
.swReset .pagination li.active span,
.swReset .pagination li.active button {
  color: #fff;
  background-color: #e4003e;
}
.mediathek-wrapper.related-articles {
  margin: 0 0 220px 0;
  padding-bottom: 50px;
}
.mediathek-wrapper.related-articles .md-gallery-wrapper a {
  text-decoration: none;
}
.mediathek-wrapper.related-articles .md-gallery-wrapper .column {
  margin-bottom: 1em;
}
.mediathek-wrapper.related-articles .md-gallery-content-image {
  margin-bottom: 20px;
}
.mediathek-wrapper.related-articles .md-gallery-content-date {
  color: #b4b4b4;
  font-weight: 600;
}
.mediathek-wrapper.related-articles .md-gallery-content-text {
  color: #fff;
  font-weight: 600;
}
.mediathek-wrapper.related-articles .slick-next {
  top: 50%;
  margin-top: -15px;
}
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
::selection {
  background: #fff2a8;
}
::-moz-selection {
  background: #fff2a8;
}
.newsroom-search-wrapper {
  position: relative;
}
.newsroom-search-wrapper input.ccm-search-block-text {
  background-color: rgba(68, 68, 68, 0.16);
  padding: 20px 25px;
  font-size: 32px;
  line-height: 1em;
  font-weight: 100;
  border-radius: 0;
  box-shadow: none;
  border: none;
  height: auto;
  min-height: 85px;
}
.newsroom-search-wrapper input.ccm-search-block-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  color: transparent;
}
.newsroom-search-wrapper:after {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
  background-image: url(/application/themes/sw_default/media/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  pointer-events: none;
}
.accordion {
  background: none;
  color: #444;
}
.accordion .accordion-item {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-title {
  text-decoration: none;
  font-size: 1em;
  line-height: 1;
  border-radius: 0;
  border: none;
  background-color: #fff;
  padding: 20px 0 15px 0;
  color: inherit;
  border-bottom: 1px solid #444;
}
.accordion .accordion-item .accordion-title:before {
  content: '';
}
.accordion .accordion-item .accordion-title:hover {
  background-color: rgba(68, 68, 68, 0.1);
}
.accordion .accordion-item .accordion-content {
  border: none;
  padding: 20px 0 100px 0;
  line-height: 1.5em;
  border-bottom: 2px solid #444;
  border-top: 1px solid #444;
  color: inherit;
}
.accordion .accordion-item .accordion-content a {
  color: inherit;
}
.accordion .accordion-item .accordion-content ul {
  margin-left: 1.25rem;
}
.accordion .accordion-item .accordion-content .sw-image {
  padding: 40px 0;
}
.accordion .accordion-item .accordion-content .sw-image img {
  width: 100%;
}
.accordion .accordion-item .accordion-content.empty {
  display: none !important;
}
.accordion .accordion-item.is-active .accordion-title {
  font-weight: 500;
  background-color: rgba(68, 68, 68, 0.1);
}
.accordion .accordion-item.is-active .accordion-title:before {
  content: '';
}
.openable-content-wrapper .content {
  display: none;
}
.sw-contact-person-list-wrapper {
  margin-bottom: 80px;
}
.sw-contact-person-list-wrapper .sw-contact-person-item {
  margin: 20px 60px 30px 0;
  font-size: 0.8em;
  line-height: 1.4;
}
.sw-contact-person-list-wrapper .sw-contact-person-item .sw-image {
  margin-bottom: 30px;
  padding: 0;
}
.sw-contact-person-list-wrapper .sw-contact-person-item .sw-image img {
  width: 100%;
}
.sw-contact-person-list-wrapper .sw-contact-person-item .sw-title {
  font-weight: 500;
}
.slick-slide {
  outline: none;
}
.will-be-animated {
  opacity: 0;
}
.visible {
  opacity: 1;
}
#disclaimer-modal {
  padding: 60px;
  border-radius: 0;
}
.sw-newsletter h3 {
  margin-bottom: 50px;
}
.sw-newsletter .checkbox-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.sw-newsletter .checkbox-wrapper label {
  line-height: 1.4em;
}
.sw-newsletter .checkbox-wrapper label span {
  text-decoration: underline;
  color: #e4003e;
}
.sw-newsletter form input[type=email] {
  border-radius: 0;
  float: left;
  width: calc(100% - 70px);
  margin-right: 10px;
  background-color: rgba(68, 68, 68, 0.1) !important;
  border: none !important;
  height: 40px;
  font-size: 0.8em;
  box-shadow: none;
  font-weight: 100;
  line-height: 40px;
  color: rgba(68, 68, 68, 0.5);
  margin-bottom: 1em;
}
.sw-newsletter form button {
  color: #fff;
  background-color: rgba(68, 68, 68, 0.5);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 0;
  display: inline-block;
  float: left;
  cursor: pointer;
}
.sw-newsletter form button:hover {
  background-color: #444444;
}
.sw-newsletter form button:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #fff transparent;
}
.sw-newsletter.home {
  margin-bottom: 100px;
}
.sw-newsletter.home h3 {
  margin-top: 44px;
  margin-bottom: 40px;
  border-bottom: 2px solid rgba(68, 68, 68, 0.4);
  position: relative;
}
.sw-newsletter.home h3:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: rgba(68, 68, 68, 0.4);
  bottom: -2px;
  right: -51px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}
.no-js .related-articles {
  opacity: 0;
}
.related-articles {
  min-height: 400px;
  background-color: rgba(68, 68, 68, 0.65);
  margin: 220px 0 0 0;
  color: #fff;
  padding: 0 60px;
  opacity: 1;
  transition: opacity 400ms ease;
}
.related-articles h3 {
  margin: 40px 0 50px;
}
.related-articles .related-articles-list {
  padding-right: 60px;
}
.related-articles .related-articles-list .slick-track {
  margin-left: 0;
}
.related-articles .page-card .sw-background-image-wrapper {
  border: none;
  padding-bottom: 66%;
  height: 0;
  position: relative;
}
.related-articles .page-card .sw-subtitle {
  color: #b4b4b4;
}
.related-articles .page-card .sw-categories .sw-category {
  background-color: #b4b4b4;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  padding: 10px 10px 7px 10px;
  display: inline-block;
  margin: 0 10px 10px 0;
  float: left;
}
.related-articles .slick-next {
  top: 20%;
  right: 0;
}
.related-articles .slick-next:before {
  content: '';
  height: 50px;
  width: 50px;
  background-image: url(/application/themes/sw_default/media/white_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  right: 0;
  position: absolute;
  top: 0;
}
.related-articles .slick-prev {
  display: none !important;
}
.related-articles .grid-item:hover {
  color: #444444;
}
.related-articles.no-margin {
  margin-top: 0;
}
.ccm-block-custom-template-page-title-with-image .header-image-wrapper {
  color: inherit;
}
.header-image-wrapper {
  color: #e4003e;
  height: calc(80vh - 146px);
  min-height: 350px;
  position: relative;
}
.header-image-wrapper .header-image-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.header-image-wrapper .header-image-background {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sw-page-title {
  position: relative;
}
.sw-page-title.special-underline {
  margin-bottom: 80px;
  margin-right: 100px;
}
.sw-page-title.special-underline:before {
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  background-color: currentColor;
  bottom: -10px;
  width: 100%;
}
.sw-page-title.special-underline:after {
  content: '';
  height: 3px;
  width: 141px;
  position: absolute;
  background-color: currentColor;
  bottom: -10px;
  right: -141px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}
@media only screen and (max-width: 800px) {
  .related-articles .slick-next {
    right: 0;
  }
}
.slow-animation {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.can-view-toolbar all-except-footer {
  min-height: calc(100vh - 102px);
  /* 100vh - footer-height - admin bar (48) */
}
.can-view-toolbar .off-canvas {
  padding-top: 50px;
}
.js-off-canvas-overlay.is-visible {
  z-index: 11;
}
.all-except-footer {
  min-height: calc(100vh - 54px);
  /* 100vh - footer-height */
}
html[lang="de"] #ccm-check-in-publish {
  font-size: 12px;
  line-height: 22px;
}
/*
###############################################################################################

                                Blocks

###############################################################################################
*/
.map-image-wrapper {
  overflow: hidden;
}
.map-image-wrapper.zoomed-state .house-floor {
  transition: transform 400ms ease;
}
.map-image-wrapper.zoomed-state .house-floor *:not(.modal-trigger):not(.about-lbv-layer) {
  pointer-events: none;
}
.map-image-wrapper.zoomed-state svg#svg-scene {
  transform: scale(5);
}
.map-image-wrapper.zoomed-state #Labels_DE,
.map-image-wrapper.zoomed-state #Labels_EN {
  opacity: 0;
  transform: scale(1.2);
  transform-origin: center center;
  transition: all 1000ms ease;
  transition-delay: 0ms;
}
.map-image-wrapper.zoomed-state #exit-zoom-state {
  display: flex;
}
.map-image-wrapper.zoomed-state .image-links a {
  display: none;
}
.map-image-wrapper.zoomed-state #door-left,
.map-image-wrapper.zoomed-state #door-right {
  transform: scaleX(1) rotateY(0deg) skewY(0deg);
}
.map-image-wrapper.zoomed-state .about-lbv-layer {
  pointer-events: all;
  transition: fill 200ms ease;
}
.map-image-wrapper:not(.zoomed-state) #Haus .house-floor {
  transition: all 300ms ease;
}
.map-image-wrapper:not(.zoomed-state) #Haus:hover g#first-floor {
  transform: translateY(-25px);
}
.map-image-wrapper:not(.zoomed-state) #Haus:hover g#second-floor {
  transform: translateY(-50px);
}
.map-image-wrapper:not(.zoomed-state) #Haus:hover g#top-floor {
  transform: translateY(-75px);
}
.map-image-wrapper:not(.zoomed-state) #Haus:hover #door-left,
.map-image-wrapper:not(.zoomed-state) #Haus:hover #door-right {
  transform: scaleX(1) rotateY(0deg) skewY(0deg);
}
#exit-zoom-state {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: black;
  position: absolute;
  bottom: 30px;
  right: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-bottom: 2px;
  cursor: pointer;
}
svg#svg-scene {
  transition: transform 3000ms ease;
  transform-origin: 56% 60.6%;
}
#Labels_DE,
#Labels_EN {
  transition: all 1000ms ease;
  transition-delay: 3200ms;
  transform-origin: center center;
}
#svg-navigation-wrapper {
  position: relative;
  z-index: 9;
}
#svg-navigation-wrapper ul {
  background-color: transparent;
  border: none;
  padding-top: 5px;
}
#svg-navigation-wrapper ul li {
  margin-bottom: 5px;
}
#svg-navigation-wrapper ul li.is-dropdown-submenu-parent > a::after {
  border-color: #fff transparent transparent;
  right: 15px;
}
#svg-navigation-wrapper ul li a {
  color: #fff;
  line-height: 1.4em;
  text-decoration: none;
  transition: all 300ms linear;
}
#svg-navigation-wrapper ul li a:hover {
  background-color: #222;
}
#svg-navigation-wrapper > ul > li {
  margin-right: 5px;
  margin-bottom: 5px;
  padding-top: 0;
}
#svg-navigation-wrapper > ul > li > a {
  background-color: #a0a0a0;
  font-weight: 600;
  font-size: 0.8em;
  color: #fff;
  line-height: normal;
  padding-right: 40px;
  text-decoration: none;
}
.about-lbv-layer {
  outline: none;
}
.modal-trigger {
  outline: none;
  transition: fill 200ms ease;
}
#Haus {
  cursor: pointer;
}
polygon#erfolgsfaktoren-layer:hover {
  fill: #E6EEFA;
}
polygon#kernwerte-layer:hover {
  fill: #E6EEFA;
}
polygon#vision-layer:hover {
  fill: #74819c;
}
polygon#mission-layer:hover {
  fill: #D2D2D1;
}
svg#labels-svg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
}
.car-element {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#car1 {
  animation-name: car1;
  animation-duration: 10s;
}
#car2 {
  display: none;
}
#car3 {
  animation-name: car3;
  animation-duration: 12s;
}
#bus1 {
  animation-name: bus1;
  animation-duration: 16s;
}
#bus2 {
  animation-name: bus2;
  animation-duration: 28s;
}
#biker1 {
  animation-name: biker1;
  animation-duration: 18s;
}
#biker2 {
  animation-name: biker2;
  animation-duration: 20s;
}
#biker3 {
  animation-name: biker3;
  animation-duration: 10s;
  animation-delay: 1s;
}
#biker4 {
  animation-name: biker4;
  animation-duration: 18s;
}
#truck1 {
  animation-name: truck1;
  animation-duration: 10s;
}
#truck2 {
  animation-name: truck2;
  animation-duration: 12s;
}
#truck3 {
  animation-name: truck3;
  animation-duration: 12s;
}
#door-left {
  transform: scaleX(2) rotateY(0deg) skewY(-28deg);
  transform-origin: left center;
  transform-box: fill-box;
  transition: all 400ms ease;
}
#door-right {
  transform: scaleX(2) rotateY(0deg) skewY(-32deg);
  transform-origin: right center;
  transform-box: fill-box;
  transition: all 400ms ease;
}
@keyframes car1 {
  0% {
    transform: translate(-2%, -2%);
    opacity: 0;
  }
  2% {
    transform: translate(-2%, -2%);
    opacity: 1;
  }
  98% {
    transform: translate(10.4%, 8%);
    opacity: 1;
  }
  100% {
    transform: translate(10.4%, 8%);
    opacity: 0;
  }
}
@keyframes car3 {
  0% {
    transform: translate(-8.699999999999999%, -7%);
    opacity: 0;
  }
  5% {
    transform: translate(-8.699999999999999%, -7%);
    opacity: 1;
  }
  100% {
    transform: translate(18%, 14.5%);
    opacity: 1;
  }
}
@keyframes bus1 {
  0% {
    transform: translate(34.5%, -28%);
    opacity: 1;
  }
  95% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 0;
  }
}
@keyframes bus2 {
  0% {
    transform: translate(-6%, -5%);
  }
  10% {
    transform: translate(-6%, -5%);
  }
  40% {
    transform: translate(16.2%, 12.8%);
  }
  50% {
    transform: translate(16.2%, 12.8%);
  }
  80% {
    transform: translate(38.1%, 30.8%);
  }
  100% {
    transform: translate(38.1%, 30.8%);
  }
}
@keyframes biker1 {
  0% {
    transform: translate(-22.3%, 18.1%);
    opacity: 0;
  }
  5% {
    transform: translate(-22.3%, 18.1%);
    opacity: 1;
  }
  95% {
    transform: translate(3.9%, -3.4%);
    opacity: 1;
  }
  100% {
    transform: translate(3.9%, -3.4%);
    opacity: 0;
  }
}
@keyframes biker2 {
  0% {
    transform: translate(0%, 0%);
    opacity: 0;
  }
  5% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(-31%, 25.5%);
  }
}
@keyframes biker3 {
  0% {
    transform: translate(6%, 5%);
    opacity: 0;
  }
  5% {
    transform: translate(6%, 5%);
    opacity: 1;
  }
  95% {
    transform: translate(-3.6%, -2.7%);
    opacity: 1;
  }
  100% {
    transform: translate(-3.6%, -2.7%);
    opacity: 0;
  }
}
@keyframes biker4 {
  0% {
    transform: translate(-14.3%, -12%);
  }
  100% {
    transform: translate(28%, 22.2%);
  }
}
@keyframes truck1 {
  0% {
    transform: translate(0%, 0%);
    opacity: 0;
  }
  5% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(24%, -19.7%);
  }
}
@keyframes truck2 {
  0% {
    transform: translate(-24.7%, 20%);
    opacity: 0;
  }
  5% {
    transform: translate(-24.7%, 20%);
    opacity: 1;
  }
  95% {
    transform: translate(6.3%, -5.2%);
    opacity: 1;
  }
  100% {
    transform: translate(8.300000000000001%, -6.9%);
    opacity: 0;
  }
}
@keyframes truck3 {
  0% {
    transform: translate(26.2%, 21%);
    opacity: 1;
  }
  95% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
.swReset .lbver-reveal-inner table,
.lbver-accordion .accordion-content table,
.swReset .lbver-reveal-inner td,
.lbver-accordion .accordion-content td,
.swReset .lbver-reveal-inner thead,
.lbver-accordion .accordion-content thead,
.swReset .lbver-reveal-inner tr,
.lbver-accordion .accordion-content tr,
.swReset .lbver-reveal-inner th,
.lbver-accordion .accordion-content th {
  border: none !important;
  background-color: transparent !important;
  color: inherit;
  vertical-align: top;
}
.swReset .lbver-reveal-inner table th,
.lbver-accordion .accordion-content table th {
  font-size: 2em !important;
  font-weight: 600;
  line-height: normal;
}
.swReset .lbver-reveal-inner table tr td:nth-of-type(1),
.lbver-accordion .accordion-content table tr td:nth-of-type(1) {
  min-width: 95px;
  padding-right: 20px;
}
.swReset #erfolgsfaktoren .lbver-reveal-inner,
.swReset .accordion-content .lbver-reveal-inner {
  max-width: 100%;
}
.swReset #erfolgsfaktoren table,
.swReset .accordion-content table {
  padding: 20px;
  display: block;
  font-size: 0.85em;
}
.swReset #erfolgsfaktoren table.light-green,
.swReset .accordion-content table.light-green {
  background: #9ac2bb !important;
}
.swReset #erfolgsfaktoren table.dark-green,
.swReset .accordion-content table.dark-green {
  background: #859280 !important;
}
.swReset #erfolgsfaktoren table.light-red,
.swReset .accordion-content table.light-red {
  background: #dbc5b7 !important;
}
.swReset #erfolgsfaktoren table.light-blue,
.swReset .accordion-content table.light-blue {
  background: #9aabbb !important;
}
.swReset #erfolgsfaktoren table th,
.swReset .accordion-content table th {
  font-size: 1.6em !important;
  font-weight: 600;
  line-height: normal;
}
.swReset #erfolgsfaktoren table td > strong,
.swReset .accordion-content table td > strong {
  border-bottom: 2px solid;
  display: block;
  margin-bottom: 15px;
}
.swReset #erfolgsfaktoren table td:nth-of-type(1),
.swReset .accordion-content table td:nth-of-type(1) {
  width: 50%;
}
@media screen and (max-width: 890px) {
  #svg-navigation-wrapper ul {
    flex-direction: column;
  }
  #svg-navigation-wrapper ul li {
    width: 100%;
  }
  #svg-navigation-wrapper > ul > li > a {
    font-size: 1em;
  }
  .is-accordion-submenu-parent > a::after {
    border-color: #fff transparent transparent;
  }
  .swReset #erfolgsfaktoren td,
  .swReset .accordion-content td {
    display: block;
    width: 100%;
  }
  .swReset #erfolgsfaktoren td img,
  .swReset .accordion-content td img {
    max-width: 100px;
  }
  .swReset #erfolgsfaktoren td:nth-of-type(1),
  .swReset .accordion-content td:nth-of-type(1) {
    width: 100%;
  }
}
@media print {
  .is-reveal-open {
    max-height: unset;
    height: auto;
    overflow: auto !important;
  }
  .is-reveal-open #header-wrapper {
    margin-bottom: 60px;
  }
  .is-reveal-open #footer-wrapper,
  .is-reveal-open .all-except-footer {
    display: none;
  }
  .is-reveal-open .reveal {
    width: 100%;
    max-width: unset;
    padding: 30px;
    top: 0 !important;
    height: auto;
  }
  .is-reveal-open .reveal-overlay {
    position: relative;
  }
}
/*
###############################################################################################

                                Media Queries

###############################################################################################
*/
/**TODO:*/
@media only screen and (min-width: 890px) {
  .home-slider .owl-carousel .item {
    height: calc(80vh - 146px);
    min-height: 550px;
  }
  .home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .ccm-image-slider-title {
    font-size: 32px;
  }
  .home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .ccm-image-slider-text {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 900px) {
  .slider-box-navigation-wrapper {
    display: block !important;
  }
  .home-slider .slider-box-navigation-wrapper .box .description {
    font-size: 13px !important;
  }
}
/**TODO: END*/
/** Special Viewport Rules*/
/**@media only screen and (max-width: 1366px)  and (min-width: @large-breakpoint) and (max-height: 768px) **/
@media only screen and (max-width: 1400px) and (min-width: 1024px) and (max-height: 790px) {
  .swReset {
    font-size: 20px;
  }
  .home-slider .owl-carousel .item {
    height: calc(85vh - 146px);
    min-height: 410px;
  }
  .home-slider .owl-carousel .item .slogan-container {
    top: 16.666%;
  }
  .home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .ccm-image-slider-title {
    font-size: 32px;
  }
  .home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .ccm-image-slider-text {
    font-size: 62px;
  }
  .home-slider .owl-carousel .item .slogan-container .slogan-wrapper .text-wrapper .slide-arrow {
    bottom: -65px;
  }
  .home-slider .slider-box-navigation-wrapper {
    bottom: 10px;
  }
  .home-slider .slider-box-navigation-wrapper .box {
    font-size: 13px;
  }
  .home-slider .slider-box-navigation-wrapper .box .description {
    font-size: 16px;
  }
  .sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .bank-numbers-wrapper .bank-number-item .bank-number-value {
    font-size: 2.5em;
  }
  .sw-categories .sw-category {
    font-size: 11px;
    margin: 0 5px 5px 0;
  }
  #header-wrapper #main-navigation .menu > li > a {
    padding-left: 1.2rem;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1240px) {
  .home-slider .slider-box-navigation-wrapper .box {
    font-size: 11px !important;
  }
  .home-slider .slider-box-navigation-wrapper .box .description {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 1240px) {
  #header-wrapper #main-navigation > li > a {
    font-size: 19px;
  }
  #header-wrapper #header-languages-wrapper a {
    text-transform: uppercase;
  }
  .page-is-scrolled #header-wrapper #logo-wrapper {
    height: 70px;
  }
}
@media only screen and (max-width: 890px) {
  .swReset {
    font-size: 18px;
  }
  .swReset .h1 {
    font-size: 2.5em !important;
  }
  .swReset .h3 {
    font-size: 1.45em;
    line-height: 1.2;
  }
  .swReset .h3.special-underline {
    margin-right: 40px;
  }
  .swReset h1 {
    font-size: 2.5em !important;
  }
  .swReset h3 {
    font-size: 1.45em;
    line-height: 1.2;
  }
  .swReset h3.special-underline {
    margin-right: 40px;
  }
  .swReset .sw-page-title.special-underline {
    margin-bottom: 40px;
    margin-right: 60px;
  }
  .swReset .sw-page-title.special-underline:after {
    width: 60px;
    right: -60px;
  }
  .swReset table {
    overflow-x: auto;
    display: inline-block;
  }
  #header-wrapper,
  #fake-header-wrapper {
    height: 70px;
  }
  #header-wrapper {
    padding: 10px 0;
  }
  #header-wrapper #meta-wrapper,
  #header-wrapper #burger-wrapper {
    top: 0;
  }
  #header-wrapper #burger-wrapper svg {
    top: -2px;
    position: relative;
  }
  #header-wrapper #logo-wrapper {
    padding: 0;
    height: 70px;
  }
  #header-wrapper #logo-wrapper .mobile-logo {
    display: block !important;
    transform: translateZ(0);
  }
  #header-wrapper #header-languages-wrapper {
    margin: 0 30px 0 15px;
  }
  #header-wrapper #header-languages-wrapper .header-language-widget {
    line-height: inherit;
  }
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header-image-wrapper {
    height: auto;
    min-height: 250px;
  }
  #main-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #main-top-wrapper {
    margin-top: 50px;
    margin-bottom: -30px;
  }
  main aside {
    margin-top: 0;
  }
  #footer-wrapper ul.nav {
    flex-direction: column;
    line-height: 1;
    text-align: right;
  }
  #footer-wrapper ul.nav li a {
    line-height: 1;
  }
  #searchOffCanvas {
    padding: 16px 76px 44px 20px;
  }
  #searchOffCanvas .close-button {
    right: 20px;
    top: 16px;
    cursor: pointer;
  }
  #searchOffCanvas .live-search-wrapper .ccm-search-block-form {
    max-width: 100%;
  }
  .sw-wrapper.sw-detail-wrapper {
    margin-top: 50px;
  }
  .sw-wrapper.sw-detail-wrapper .sw-summary {
    font-size: 1.45em;
    line-height: 1.2;
  }
  .sw-wrapper.sw-detail-wrapper .sw-newsletter {
    padding-right: 0;
  }
  .sw-image .sw-image-description-wrapper-3d .sw-image-description-wrapper:before {
    width: calc(60% - 40px);
    bottom: -65px;
  }
  .sw-image .sw-image-description-wrapper-3d .sw-image-description-wrapper:after {
    width: 60px;
    bottom: -65px;
    left: calc(60% - 40px);
  }
  .sw-image .sw-image-description-wrapper-3d .sw-image-description-wrapper .sw-image-description {
    bottom: -25px;
    padding: 15px;
    font-size: 0.8em;
    line-height: 1.3;
  }
  .related-articles {
    margin: 80px 0 0 0;
    padding: 0 30px;
  }
  .ccm-block-share-this-page .list-inline {
    margin-left: 0;
  }
  .newsroom-search-wrapper input.ccm-search-block-text {
    padding: 30px 25px;
    font-size: 20px;
  }
  .newsroom-search-wrapper:after {
    top: 11px;
  }
  .accordion .accordion-item .accordion-content {
    padding: 20px 0 20px 0;
  }
  #footer-wrapper ul.nav {
    text-align: center;
    margin: 0;
  }
  #footer-wrapper ul.nav li a {
    line-height: 1.4;
  }
  #footer-wrapper .ccm-block-social-links ul {
    margin: 0;
  }
  .mediathek-wrapper.related-articles {
    margin: 0 0 100px 0;
    padding: 20px;
  }
}
@media print {
  @page {
    margin-top: 1.5cm;
    margin-bottom: 2.5cm;
    margin-left: 2.5cm;
    margin-right: 1.5cm;
  }
  .all-except-footer {
    min-height: 0 !important;
  }
  #main-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-name-newsroom .medium-4,
  .page-name-newsroom .medium-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .newsroom-search-wrapper,
  .newsroom-top-event {
    display: none;
  }
  main aside {
    margin-top: 10px;
  }
  .can-view-toolbar #header-wrapper {
    top: 0;
  }
  #footer-wrapper,
  #main-full-wrapper .columns.medium-2,
  #main-wrapper > .row > .small-12.medium-3.small-order-2.medium-order-1.columns,
  div#ccm-toolbar,
  #meta-wrapper,
  #menu-wrapper,
  #fake-header-wrapper {
    display: none;
  }
  div.ccm-page {
    padding-top: 0 !important;
  }
  .page-title .show-for-small-only {
    display: none !important;
  }
  #main-top-wrapper > .row > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #main-top-wrapper .medium-3.small-order-2.medium-order-1 {
    display: none;
  }
  #main-top-wrapper .medium-9.small-order-1.medium-order-2 {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #main-bottom-wrapper .medium-9.columns,
  #main-bottom-wrapper .medium-3.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #header-wrapper {
    position: relative;
  }
  .header-image-wrapper {
    height: auto;
    min-height: 270px;
  }
  .header-image-wrapper .page-title.hyphenate {
    display: none;
  }
  #ccm-account-menu-container,
  .ccm-notification-help-launcher {
    display: none;
  }
  .sw-page-title .sw-categories {
    display: none;
  }
  .header-image-background {
    display: none;
  }
  .columns.medium-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sw-image .sw-image-object {
    opacity: 1 !important;
  }
  .related-articles {
    display: none;
  }
  main .medium-9.small-order-1.medium-order-2,
  main .small-12.medium-8.large-9.columns,
  main .small-12.medium-4.large-3.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .swReset ul.arrow-list,
  .swReset ul.arrow-list ul {
    list-style: disc;
    margin-left: 1.25rem;
  }
  .swReset ul.arrow-list li,
  .swReset ul.arrow-list ul li {
    padding-left: 0;
  }
  .swReset ul.arrow-list li:before,
  .swReset ul.arrow-list ul li:before {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
  #main-top-wrapper {
    margin-top: 50px;
    margin-bottom: -30px;
  }
  .accordion-content {
    display: block !important;
  }
  .page-is-scrolled #header-wrapper #logo-wrapper .mobile-logo,
  .sw-categories,
  .sw-newsletter,
  .sw-social,
  #news-slider-wrapper {
    display: none;
  }
  .sw-entity-post > .row > .large-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  article .medium-4 {
    display: none;
  }
  .page-is-scrolled #header-wrapper #logo-wrapper .desktop-logo {
    display: block;
  }
  .will-be-animated {
    opacity: 1;
  }
  article .medium-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header-image-wrapper {
    height: auto;
    min-height: 150px;
  }
  .swReset {
    font-size: 14px;
  }
  .swReset .h1 {
    font-size: 1.8em !important;
  }
  .swReset .h2 {
    font-size: 1.15em;
    line-height: 1.2;
  }
  .swReset .h3 {
    font-size: 1.15em;
    line-height: 1.2;
  }
  .swReset .h3.special-underline {
    margin-right: 0;
  }
  .swReset h1 {
    font-size: 1.8em !important;
  }
  .swReset h2 {
    font-size: 1.15em;
    line-height: 1.2;
  }
  .swReset h3 {
    font-size: 1.15em;
    line-height: 1.2;
  }
  .swReset h3.special-underline {
    margin-right: 0;
  }
  .swReset .sw-page-title.special-underline {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .swReset .sw-page-title.special-underline:after {
    display: none;
  }
  .page-card .sw-categories,
  .page-card .sw-background-image-outer {
    display: none;
  }
  #main-full-bottom-wrapper .row > .medium-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #main-bottom-wrapper {
    margin-top: 60px;
  }
  .home-slider {
    display: none !important;
  }
  #LiveSearchWithTopicsApp .filters {
    display: none;
  }
  .masonry-grid {
    height: auto !important;
  }
  .masonry-grid .grid-item {
    left: 0 !important;
    top: 0 !important;
    position: relative !important;
    width: 100% !important;
  }
  .sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .bank-numbers-wrapper .bank-number-item .bank-number-icon img {
    max-width: 50px;
    max-height: 40px;
  }
  .sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .bank-numbers-wrapper .bank-number-item .bank-number-title {
    font-size: 12px !important;
  }
  .sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .bank-numbers-wrapper .bank-number-item .bank-number-value {
    font-size: 20px !important;
  }
  .sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .sw-description,
  .sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .sw-image {
    font-size: 12px !important;
    margin-bottom: 20px;
  }
  .sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .bank-numbers-wrapper .bank-number-item {
    margin-bottom: 20px;
  }
  .sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .small-12 .bank-sidebar-text {
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    font-size: 11px;
    line-height: 14px;
  }
  .swReset .sw-entity-bank .h3 {
    font-size: 14px !important;
    line-height: 1.15em !important;
  }
  .swReset .sw-entity-bank .h3 p {
    font-size: 12px !important;
    line-height: 1.15em !important;
  }
  .sw-entity-bank .sw-list-item {
    page-break-before: always;
  }
  .sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content {
    padding: 20px 0 20px 0;
  }
  .has-yes-icon,
  .has-no-icon {
    -webkit-print-color-adjust: exact;
  }
  .has-yes-icon:before,
  .has-no-icon:before {
    width: 18px;
    height: 12px;
  }
  .sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .sw-logo {
    margin-bottom: 20px;
  }
  .sw-wrapper.sw-list-wrapper.sw-entity-bank .accordion .sw-list-item .accordion-content .bank-numbers-wrapper .bank-number-item .title-group {
    min-height: auto !important;
    height: auto !important;
    font-size: 12px !important;
  }
  .is-scrolled #main-top-wrapper {
    margin-top: 80px;
  }
  .save-as-image-link {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .main_xmas_calendar_overview .item {
    min-width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44%;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
    height: 220px;
    width: 220px;
  }
  .xmas_feature .text-wrapper,
  .xmas_feature_text .text-wrapper {
    bottom: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .main_xmas_calendar_overview .item {
    min-width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44%;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
    height: 180px;
    width: 180px;
  }
  .xmas_feature .title-wrapper,
  .xmas_feature .description-wrapper {
    font-size: 16px;
  }
  .xmas_feature .title-wrapper,
  .xmas_feature_text .title-wrapper,
  .xmas_feature .description-wrapper,
  .xmas_feature_text .description-wrapper {
    font-size: 14px !important;
  }
  .xmas_feature .image-wrapper {
    padding: 0 5px 5px 5px;
  }
  .xmas_feature_text .image-wrapper {
    padding: 4px;
    margin-top: 3px;
  }
  img.is_vertical {
    width: 100% !important;
    height: auto !important;
  }
}
