/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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 */
}

/**
 * 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 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 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 in Chrome and Safari on macOS.
 */
[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 */
}

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* bebas-neue-regular - latin */
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  src: url("../_webfonts/bebas-neue-v1-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Bebas Neue Regular"), local("BebasNeue-Regular"), url("../_webfonts/bebas-neue-v1-latin-regular.eot?#iefix") format("embedded-opentype"), url("../_webfonts/bebas-neue-v1-latin-regular.woff2") format("woff2"), url("../_webfonts/bebas-neue-v1-latin-regular.woff") format("woff"), url("../_webfonts/bebas-neue-v1-latin-regular.ttf") format("truetype"), url("../_webfonts/bebas-neue-v1-latin-regular.svg#BebasNeue") format("svg"); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../_webfonts/roboto-condensed-v18-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../_webfonts/roboto-condensed-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../_webfonts/roboto-condensed-v18-latin-regular.woff2") format("woff2"), url("../_webfonts/roboto-condensed-v18-latin-regular.woff") format("woff"), url("../_webfonts/roboto-condensed-v18-latin-regular.ttf") format("truetype"), url("../_webfonts/roboto-condensed-v18-latin-regular.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
/* roboto-condensed-300 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("../_webfonts/roboto-condensed-v18-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("../_webfonts/roboto-condensed-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("../_webfonts/roboto-condensed-v18-latin-300.woff2") format("woff2"), url("../_webfonts/roboto-condensed-v18-latin-300.woff") format("woff"), url("../_webfonts/roboto-condensed-v18-latin-300.ttf") format("truetype"), url("../_webfonts/roboto-condensed-v18-latin-300.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../_webfonts/roboto-condensed-v18-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../_webfonts/roboto-condensed-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../_webfonts/roboto-condensed-v18-latin-700.woff2") format("woff2"), url("../_webfonts/roboto-condensed-v18-latin-700.woff") format("woff"), url("../_webfonts/roboto-condensed-v18-latin-700.ttf") format("truetype"), url("../_webfonts/roboto-condensed-v18-latin-700.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

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

.wrap {
  clear: both;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.row, .headerContent .frame-type-text {
  display: grid;
  width: 1340px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .row, .headerContent .frame-type-text {
    padding: 0 85px;
  }
}
.row .column, .headerContent .frame-type-text .column {
  *zoom: 1;
}
.row .column:before, .headerContent .frame-type-text .column:before, .row .column:after, .headerContent .frame-type-text .column:after {
  content: " ";
  display: table;
}
.row .column:after, .headerContent .frame-type-text .column:after {
  clear: both;
}
.row .column, .headerContent .frame-type-text .column {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

@media screen and (min-width: 590px) {
  .small-1-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .small-1-1 .column:nth-child(odd) {
    padding-right: 15px;
  }
  .small-1-1 .column:nth-child(even) {
    padding-left: 15px;
  }
  .small-1-1 .column:nth-child(1), .small-1-1 .column:nth-child(3), .small-1-1 .column:nth-child(5), .small-1-1 .column:nth-child(7), .small-1-1 .column:nth-child(9), .small-1-1 .column:nth-child(11) {
    -ms-grid-column: 1;
  }
  .small-1-1 .column:nth-child(2), .small-1-1 .column:nth-child(4), .small-1-1 .column:nth-child(6), .small-1-1 .column:nth-child(8), .small-1-1 .column:nth-child(10), .small-1-1 .column:nth-child(12) {
    -ms-grid-column: 2;
  }
  .small-1-1 .column:nth-child(1), .small-1-1 .column:nth-child(2) {
    -ms-grid-row: 1;
  }
  .small-1-1 .column:nth-child(3), .small-1-1 .column:nth-child(4) {
    -ms-grid-row: 2;
  }
  .small-1-1 .column:nth-child(5), .small-1-1 .column:nth-child(6) {
    -ms-grid-row: 3;
  }
  .small-1-1 .column:nth-child(7), .small-1-1 .column:nth-child(8) {
    -ms-grid-row: 4;
  }
  .small-1-1 .column:nth-child(9), .small-1-1 .column:nth-child(10) {
    -ms-grid-row: 5;
  }
  .small-1-1 .column:nth-child(11), .small-1-1 .column:nth-child(12) {
    -ms-grid-row: 6;
  }
}
@media screen and (min-width: 720px) {
  .medium-1-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .medium-2-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
  .medium-1-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
  .medium-1-1-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .medium-1-1 .column:nth-child(1), .medium-2-1 .column:nth-child(1), .medium-1-2 .column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    padding-right: 15px;
  }
  .medium-1-1 .column:nth-child(2), .medium-2-1 .column:nth-child(2), .medium-1-2 .column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    padding-left: 15px;
  }
  .medium-1-1-1 .column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    padding-right: 20px;
  }
  .medium-1-1-1 .column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    padding-right: 10px;
    padding-left: 10px;
  }
  .medium-1-1-1 .column:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .large-1-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
  }
  .large-1-1-1-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .large-1-3 .column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    padding-right: 15px;
  }
  .large-1-3 .column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    padding-left: 15px;
  }
  .large-1-1 .column:nth-child(1), .large-1-1 .column:nth-child(3), .large-1-1 .column:nth-child(5), .large-1-1 .column:nth-child(7), .large-1-1 .column:nth-child(9), .large-1-1 .column:nth-child(11) {
    -ms-grid-column: 1;
  }
  .large-1-1 .column:nth-child(2), .large-1-1 .column:nth-child(4), .large-1-1 .column:nth-child(6), .large-1-1 .column:nth-child(8), .large-1-1 .column:nth-child(10), .large-1-1 .column:nth-child(12) {
    -ms-grid-column: 2;
  }
  .large-1-1 .column:nth-child(1), .large-1-1 .column:nth-child(2) {
    -ms-grid-row: 1;
  }
  .large-1-1 .column:nth-child(3), .large-1-1 .column:nth-child(4) {
    -ms-grid-row: 2;
  }
  .large-1-1 .column:nth-child(5), .large-1-1 .column:nth-child(6) {
    -ms-grid-row: 3;
  }
  .large-1-1 .column:nth-child(7), .large-1-1 .column:nth-child(8) {
    -ms-grid-row: 4;
  }
  .large-1-1 .column:nth-child(9), .large-1-1 .column:nth-child(10) {
    -ms-grid-row: 5;
  }
  .large-1-1 .column:nth-child(11), .large-1-1 .column:nth-child(12) {
    -ms-grid-row: 6;
  }
  .large-1-1-1 .column:nth-child(1), .large-1-1-1 .column:nth-child(4), .large-1-1-1 .column:nth-child(7), .large-1-1-1 .column:nth-child(10) {
    -ms-grid-column: 1;
  }
  .large-1-1-1 .column:nth-child(2), .large-1-1-1 .column:nth-child(5), .large-1-1-1 .column:nth-child(8), .large-1-1-1 .column:nth-child(11) {
    -ms-grid-column: 2;
  }
  .large-1-1-1 .column:nth-child(3), .large-1-1-1 .column:nth-child(6), .large-1-1-1 .column:nth-child(9), .large-1-1-1 .column:nth-child(12) {
    -ms-grid-column: 3;
  }
  .large-1-1-1 .column:nth-child(1), .large-1-1-1 .column:nth-child(2), .large-1-1-1 .column:nth-child(3) {
    -ms-grid-row: 1;
  }
  .large-1-1-1 .column:nth-child(4), .large-1-1-1 .column:nth-child(5), .large-1-1-1 .column:nth-child(6) {
    -ms-grid-row: 2;
  }
  .large-1-1-1 .column:nth-child(7), .large-1-1-1 .column:nth-child(8), .large-1-1-1 .column:nth-child(9) {
    -ms-grid-row: 3;
  }
  .large-1-1-1 .column:nth-child(10), .large-1-1-1 .column:nth-child(11), .large-1-1-1 .column:nth-child(12) {
    -ms-grid-row: 4;
  }
  .large-1-1-1-1 {
    grid-gap: 30px;
  }
  .large-1-1-1-1 .column:nth-child(1), .large-1-1-1-1 .column:nth-child(5), .large-1-1-1-1 .column:nth-child(9) {
    -ms-grid-column: 1;
  }
  .large-1-1-1-1 .column:nth-child(2), .large-1-1-1-1 .column:nth-child(6), .large-1-1-1-1 .column:nth-child(10) {
    -ms-grid-column: 2;
  }
  .large-1-1-1-1 .column:nth-child(3), .large-1-1-1-1 .column:nth-child(7), .large-1-1-1-1 .column:nth-child(11) {
    -ms-grid-column: 3;
  }
  .large-1-1-1-1 .column:nth-child(4), .large-1-1-1-1 .column:nth-child(8), .large-1-1-1-1 .column:nth-child(12) {
    -ms-grid-column: 4;
  }
  .large-1-1-1-1 .column:nth-child(1), .large-1-1-1-1 .column:nth-child(2), .large-1-1-1-1 .column:nth-child(3), .large-1-1-1-1 .column:nth-child(4) {
    -ms-grid-row: 1;
  }
  .large-1-1-1-1 .column:nth-child(5), .large-1-1-1-1 .column:nth-child(6), .large-1-1-1-1 .column:nth-child(7), .large-1-1-1-1 .column:nth-child(8) {
    -ms-grid-row: 2;
  }
  .large-1-1-1-1 .column:nth-child(9), .large-1-1-1-1 .column:nth-child(10), .large-1-1-1-1 .column:nth-child(11), .large-1-1-1-1 .column:nth-child(12) {
    -ms-grid-row: 3;
  }
}
.row .row, .headerContent .frame-type-text .row, .row .headerContent .frame-type-text, .headerContent .row .frame-type-text, .headerContent .frame-type-text .frame-type-text {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .row .row.large-1-1, .headerContent .frame-type-text .row.large-1-1, .row .headerContent .large-1-1.frame-type-text, .headerContent .row .large-1-1.frame-type-text, .headerContent .frame-type-text .large-1-1.frame-type-text {
    width: calc(100% + 55px);
    max-width: calc(100% + 55px);
    margin: 0 -27.5px;
  }
  .row .row .column, .headerContent .frame-type-text .row .column, .row .headerContent .frame-type-text .column, .headerContent .row .frame-type-text .column, .headerContent .frame-type-text .frame-type-text .column {
    padding: 0 27.5px;
  }
}

@media screen and (min-width: 1024px) {
  .x-large-1-1 .column:nth-child(1), .x-large-1-1 .column:nth-child(3), .x-large-1-1 .column:nth-child(5), .x-large-1-1 .column:nth-child(7), .x-large-1-1 .column:nth-child(9), .x-large-1-1 .column:nth-child(11) {
    -ms-grid-column: 1;
  }
  .x-large-1-1 .column:nth-child(2), .x-large-1-1 .column:nth-child(4), .x-large-1-1 .column:nth-child(6), .x-large-1-1 .column:nth-child(8), .x-large-1-1 .column:nth-child(10), .x-large-1-1 .column:nth-child(12) {
    -ms-grid-column: 2;
  }
  .x-large-1-1 .column:nth-child(1), .x-large-1-1 .column:nth-child(2) {
    -ms-grid-row: 1;
  }
  .x-large-1-1 .column:nth-child(3), .x-large-1-1 .column:nth-child(4) {
    -ms-grid-row: 2;
  }
  .x-large-1-1 .column:nth-child(5), .x-large-1-1 .column:nth-child(6) {
    -ms-grid-row: 3;
  }
  .x-large-1-1 .column:nth-child(7), .x-large-1-1 .column:nth-child(8) {
    -ms-grid-row: 4;
  }
  .x-large-1-1 .column:nth-child(9), .x-large-1-1 .column:nth-child(10) {
    -ms-grid-row: 5;
  }
  .x-large-1-1 .column:nth-child(11), .x-large-1-1 .column:nth-child(12) {
    -ms-grid-row: 6;
  }
  .x-large-1-1-1 .column:nth-child(1), .x-large-1-1-1 .column:nth-child(4), .x-large-1-1-1 .column:nth-child(7), .x-large-1-1-1 .column:nth-child(10) {
    -ms-grid-column: 1;
  }
  .x-large-1-1-1 .column:nth-child(2), .x-large-1-1-1 .column:nth-child(5), .x-large-1-1-1 .column:nth-child(8), .x-large-1-1-1 .column:nth-child(11) {
    -ms-grid-column: 2;
  }
  .x-large-1-1-1 .column:nth-child(3), .x-large-1-1-1 .column:nth-child(6), .x-large-1-1-1 .column:nth-child(9), .x-large-1-1-1 .column:nth-child(12) {
    -ms-grid-column: 3;
  }
  .x-large-1-1-1 .column:nth-child(1), .x-large-1-1-1 .column:nth-child(2), .x-large-1-1-1 .column:nth-child(3) {
    -ms-grid-row: 1;
  }
  .x-large-1-1-1 .column:nth-child(4), .x-large-1-1-1 .column:nth-child(5), .x-large-1-1-1 .column:nth-child(6) {
    -ms-grid-row: 2;
  }
  .x-large-1-1-1 .column:nth-child(7), .x-large-1-1-1 .column:nth-child(8), .x-large-1-1-1 .column:nth-child(9) {
    -ms-grid-row: 3;
  }
  .x-large-1-1-1 .column:nth-child(10), .x-large-1-1-1 .column:nth-child(11), .x-large-1-1-1 .column:nth-child(12) {
    -ms-grid-row: 4;
  }
}
.wrap.greyLight {
  background-color: #eeeeef;
}

.wrap.red {
  background-color: #c31423;
}

@media screen and (min-width: 720px) {
  .mobileOnly, .frame-layout-mobileOnly {
    display: none;
  }
}

@media screen and (max-width: 719px) {
  .noMobile, .frame-layout-noMobile {
    display: none;
  }
}

html {
  overflow-y: scroll;
  height: 100%;
  color: #000;
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.667;
}

body {
  height: 100%;
  color: #000;
  text-align: center;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

img {
  max-width: 100% !important;
  height: auto;
}

video {
  width: 100% !important;
  height: auto !important;
  margin: 10px 0 20px 0;
  line-height: 1;
}

.ie9 img[src*=".svg"] {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}
iframe {
  max-width: 100%;
  overflow: scroll;
  margin: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 (height/width) */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

::-moz-selection {
  color: #FFF;
  background: #000;
}

::selection {
  color: #FFF;
  background: #000;
}

a {
  color: #c31423;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}
a:hover {
  cursor: pointer;
  color: #003153;
}
a.button, a.buttonRed {
  display: block;
  margin: 50px 0;
  padding: 16px 15px 12px 15px;
  background: #525762;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.05;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  a.button, a.buttonRed {
    font-size: 40px;
  }
}
a.button:hover, a.buttonRed:hover {
  background: #c31423;
}
a.buttonRed {
  margin: 40px 0;
  background: #c31423;
}
a.buttonRed:hover {
  background: #525762;
}

h1 {
  margin: 0px 0 20px 0;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.05;
  color: #6f6f6f;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  margin: 40px auto 20px auto;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.05;
  color: #6f6f6f;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 40px;
  }
}
h2.red {
  color: #c31423;
}
h2.greyDark {
  color: #333;
}
.wrap.red h2 {
  color: #FFF;
}
h2 .uppercase {
  margin: 30px auto 10px auto;
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #666;
  text-transform: uppercase;
}

h3 {
  margin: 30px auto 10px auto;
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #666;
}
h3.large {
  text-transform: uppercase;
}
h3.red {
  color: #c31423;
}

h4 {
  margin: 23px auto 6px auto;
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}

p, address {
  margin: 0 0 6px 0;
}

span.red {
  color: #c31423;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li, ol li {
  margin: 0;
  padding: 0;
}

#mainContent ul li, .cke_editable ul li {
  position: relative;
  padding-left: 15px;
}
#mainContent ul li:before, .cke_editable ul li:before {
  content: "+";
  position: absolute;
  top: 0px;
  left: 0px;
  color: #c31423;
}
#mainContent ul ul li:before, .cke_editable ul ul li:before {
  content: "-";
  left: 1px;
}

#mainContent ol, .cke_editable ol {
  margin-bottom: 1.5rem;
  padding-left: 12px;
  list-style-type: decimal;
}
#mainContent ol li, .cke_editable ol li {
  margin-bottom: 0.75rem;
  padding-left: 5px;
  line-height: 1.52;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

.divider, hr {
  clear: both;
  position: relative;
  display: block;
  width: 100%;
  height: 2px !important;
  margin: 39px 0 48px 0;
  padding: 0 !important;
  border: 0;
  font-size: 0;
  line-height: 0;
  background: rgba(111, 111, 111, 0.3);
}
.divider.greenLeaf, hr.greenLeaf {
  height: 70px !important;
  margin: 31px 0 47px 0;
  background: url(../_images/hr.png) no-repeat center center;
  background-size: auto 66px;
}

address {
  font-style: normal;
}

figure {
  margin: 0 0 10px 0;
}
figure figcaption {
  display: block;
  margin: 3px auto 13px auto;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  color: #003153;
}
@media screen and (min-width: 768px) {
  figure figcaption {
    font-size: 40px;
  }
}

dl {
  display: block;
  margin: 0 0 27px 0;
  *zoom: 1;
}
dl:before, dl:after {
  content: " ";
  display: table;
}
dl:after {
  clear: both;
}
dl dt, dl dd {
  display: block;
  margin: 0 0 5px 0;
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
}
dl dt {
  clear: both;
  float: left;
  width: 50px;
}
dl dd {
  float: right;
  width: calc(100% - 50px);
}

.text-right, .ce-headline-right {
  text-align: right;
}

.text-center, .ce-headline-center, .center {
  text-align: center;
}

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

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

.noWrap {
  white-space: nowrap;
}

form {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  background: #FFF;
}
fieldset legend {
  margin: 0 0 10px 0;
  color: #000;
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
}
fieldset fieldset {
  margin-bottom: 0;
  padding: 0px 0px;
  background: none;
}
fieldset fieldset legend {
  margin-top: 0;
  float: none;
  margin-bottom: 0;
}

label {
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #666;
}

input, textarea, select, file {
  width: 100%;
  margin: 0 0 25px 0;
  padding: 8px 15px 8px 15px;
  background: #f1f1f1;
  color: #525762;
  border: none;
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}

input[type=radio], input[type=checkbox] {
  width: auto;
  width: 20px;
  height: 20px;
  margin: 3px 10px 10px 10px;
  padding: 0;
  background: none;
  border: none;
  vertical-align: middle;
  color: #000;
}

input[placeholder] {
  color: #525762;
  opacity: 1 !important;
}
input[placeholder]:focus, input[placeholder]:hover {
  color: #000;
}

textarea {
  height: 250px;
}

input:focus, textarea:focus, input:hover, textarea:hover {
  outline: 0;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  color: #c31423;
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: 400;
}

input:focus, textarea:focus {
  background-color: #e6e6e6;
}

input[readonly], input[readonly]:focus, input[readonly]:hover {
  font-weight: 300 !important;
  color: #525762 !important;
}

input[type=submit], button[type=submit] {
  clear: both;
  width: auto;
  padding: 22px 15px 17px 15px;
  background: #c31423;
  color: #FFF;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  border-radius: none;
}
@media screen and (min-width: 768px) {
  input[type=submit], button[type=submit] {
    font-size: 40px;
  }
}
input[type=submit]:hover, button[type=submit]:hover {
  cursor: pointer;
  outline: 0;
  background: #003153;
}

select {
  width: 100%;
  padding: 5px 15px 6px 15px;
}

option {
  background: #FFF;
}

.mandatory {
  padding-left: 0.25rem;
  color: #c31423;
}

.visuallyHidden, .hiddenHeading, .sr-only {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
}

.navSkip {
  position: relative;
  z-index: 9;
}
.navSkip a {
  -webkit-transition: color 0 ease-out, background-color 0 ease-out, opacity 0 ease-out, border-color 0 ease-out, box-shadow 0 ease-out, margin 0 ease-out;
  -moz-transition: color 0 ease-out, background-color 0 ease-out, opacity 0 ease-out, border-color 0 ease-out, box-shadow 0 ease-out, margin 0 ease-out;
  -ms-transition: color 0 ease-out, background-color 0 ease-out, opacity 0 ease-out, border-color 0 ease-out, box-shadow 0 ease-out, margin 0 ease-out;
  -o-transition: color 0 ease-out, background-color 0 ease-out, opacity 0 ease-out, border-color 0 ease-out, box-shadow 0 ease-out, margin 0 ease-out;
  transition: color 0 ease-out, background-color 0 ease-out, opacity 0 ease-out, border-color 0 ease-out, box-shadow 0 ease-out, margin 0 ease-out;
}
.navSkip a:active, .navSkip a:focus {
  position: absolute;
  z-index: 9;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  margin: 0px;
  padding: 15px;
  overflow: visible;
  clip: auto;
  color: #FFF;
  background: none repeat scroll 0 0 #000;
}

/*
.navSkip {
	position: absolute;
	z-index: -1;
	top: -30px;
	@include transition(0);

	&:active, &:focus {
		z-index: 999999999999;
		width: auto;
		height: auto;
		top: 15px;
		left: 15px;
		margin: 0px;
		padding: 15px;
		overflow: visible;
		clip: auto;
		color: $white;
		background: $red;
	}
}
*/
header.wrap {
  position: fixed;
  z-index: 10;
  height: 73px;
  top: 0;
  left: 0;
  background: #FFF;
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
#index header.wrap {
  box-shadow: none;
}
#index.scroll header.wrap {
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
header.wrap .row, header.wrap .headerContent .frame-type-text, .headerContent header.wrap .frame-type-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px;
  grid-template-columns: 1fr 36px;
}
header.wrap .row .logo, header.wrap .headerContent .frame-type-text .logo, .headerContent header.wrap .frame-type-text .logo {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  max-width: 161px;
  margin-top: 12px;
}
header.wrap .row .navMainToggle, header.wrap .headerContent .frame-type-text .navMainToggle, .headerContent header.wrap .frame-type-text .navMainToggle {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.headerContent {
  margin-top: 73px;
  border-bottom: 6px solid #c31423;
  line-height: 0;
}
#index .headerContent {
  border-bottom-color: #2869b9;
}
.headerContent img {
  width: 100%;
}
.headerContent .frame-type-text {
  padding-top: 90px;
  padding-bottom: 80px;
  text-align: left;
  line-height: 1.667;
}
@media screen and (min-width: 1280px) {
  .headerContent .frame-type-text {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1410px) {
  .headerContent .frame-type-text {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .headerContent .frame-type-text h1, .headerContent .frame-type-text h2, .headerContent .frame-type-text h3, .headerContent .frame-type-text p, .headerContent .frame-type-text address, .headerContent .frame-type-text ul, .headerContent .frame-type-text ol {
    padding-right: 16.67%;
    padding-left: 30%;
  }
}
.headerContent .frame-type-text h1 {
  font-size: 40px;
}
@media screen and (min-width: 1024px) {
  .headerContent .frame-type-text h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .headerContent .frame-type-text h1 {
    font-size: 57px;
  }
}

.navBreadcrumb.wrap {
  margin: 35px 0 35px 0;
}
.navBreadcrumb.wrap .row, .navBreadcrumb.wrap .headerContent .frame-type-text, .headerContent .navBreadcrumb.wrap .frame-type-text {
  width: 1340px;
}
.navBreadcrumb.wrap ol li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  padding-right: 10px;
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #a8abb1;
}
.navBreadcrumb.wrap ol li:after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
}
.navBreadcrumb.wrap ol li a {
  display: block;
  color: #a8abb1;
}
.navBreadcrumb.wrap ol li a:hover {
  color: #c31423;
}
.navBreadcrumb.wrap ol li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.navBreadcrumb.wrap ol li:last-child:after {
  display: none;
}
.navBreadcrumb.wrap ol li:last-child a {
  color: #a8abb1;
}
.navBreadcrumb.wrap ol li:last-child a:hover {
  color: #a8abb1;
  cursor: default;
}

#mainContent p a, #mainContent address a, #mainContent li a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
#mainContent p a span, #mainContent address a span, #mainContent li a span {
  overflow-wrap: normal;
  word-wrap: normal;
  word-break: normal;
}
#mainContent img.fullSizeImage {
  width: 100%;
  margin-bottom: -9px;
  line-height: 0;
}

footer.wrap {
  margin-top: 60px;
  background: #525762;
  color: #FFF;
}
#index footer.wrap {
  margin-top: 0;
}
footer.wrap .row, footer.wrap .headerContent .frame-type-text, .headerContent footer.wrap .frame-type-text {
  padding-top: 40px;
  display: block !important;
}
footer.wrap .row a, footer.wrap .headerContent .frame-type-text a, .headerContent footer.wrap .frame-type-text a {
  color: #FFF;
}
footer.wrap .row a:hover, footer.wrap .headerContent .frame-type-text a:hover, .headerContent footer.wrap .frame-type-text a:hover {
  color: #c4c6c6;
}
footer.wrap .row .column:nth-child(1), footer.wrap .headerContent .frame-type-text .column:nth-child(1), .headerContent footer.wrap .frame-type-text .column:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  padding-bottom: 10px;
}
footer.wrap .row .column:nth-child(2), footer.wrap .headerContent .frame-type-text .column:nth-child(2), .headerContent footer.wrap .frame-type-text .column:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  padding-top: 15px;
  padding-bottom: 70px;
  border-top: 1px solid #FFF;
}
@media screen and (min-width: 1024px) {
  footer.wrap .row .column:nth-child(2), footer.wrap .headerContent .frame-type-text .column:nth-child(2), .headerContent footer.wrap .frame-type-text .column:nth-child(2) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 2fr;
  }
}
footer.wrap .row ul.navFooter, footer.wrap .headerContent .frame-type-text ul.navFooter, .headerContent footer.wrap .frame-type-text ul.navFooter {
  line-height: 1;
}
@media screen and (min-width: 720px) {
  footer.wrap .row ul.navFooter, footer.wrap .headerContent .frame-type-text ul.navFooter, .headerContent footer.wrap .frame-type-text ul.navFooter {
    column-count: 2;
    column-gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  footer.wrap .row ul.navFooter, footer.wrap .headerContent .frame-type-text ul.navFooter, .headerContent footer.wrap .frame-type-text ul.navFooter {
    column-count: 3;
  }
}
@media screen and (min-width: 1024px) {
  footer.wrap .row ul.navFooter, footer.wrap .headerContent .frame-type-text ul.navFooter, .headerContent footer.wrap .frame-type-text ul.navFooter {
    column-count: 4;
  }
}
@media screen and (min-width: 1280px) {
  footer.wrap .row ul.navFooter, footer.wrap .headerContent .frame-type-text ul.navFooter, .headerContent footer.wrap .frame-type-text ul.navFooter {
    column-count: 5;
  }
}
footer.wrap .row ul.navFooter li, footer.wrap .headerContent .frame-type-text ul.navFooter li, .headerContent footer.wrap .frame-type-text ul.navFooter li {
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}
footer.wrap .row ul.navFooter li a, footer.wrap .headerContent .frame-type-text ul.navFooter li a, .headerContent footer.wrap .frame-type-text ul.navFooter li a {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}
footer.wrap .row ul.navFooter li ul, footer.wrap .headerContent .frame-type-text ul.navFooter li ul, .headerContent footer.wrap .frame-type-text ul.navFooter li ul {
  padding-bottom: 30px;
}
footer.wrap .row ul.navFooter li ul li a, footer.wrap .headerContent .frame-type-text ul.navFooter li ul li a, .headerContent footer.wrap .frame-type-text ul.navFooter li ul li a {
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.167;
  text-transform: none;
}
footer.wrap .row ul.navInfo, footer.wrap .headerContent .frame-type-text ul.navInfo, .headerContent footer.wrap .frame-type-text ul.navInfo {
  margin-bottom: 25px;
  order: 2;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  footer.wrap .row ul.navInfo, footer.wrap .headerContent .frame-type-text ul.navInfo, .headerContent footer.wrap .frame-type-text ul.navInfo {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    text-align: right;
  }
}
footer.wrap .row ul.navInfo li, footer.wrap .headerContent .frame-type-text ul.navInfo li, .headerContent footer.wrap .frame-type-text ul.navInfo li {
  position: relative;
  display: inline-block;
  margin-top: 11px;
  padding-right: 18px;
}
footer.wrap .row ul.navInfo li:after, footer.wrap .headerContent .frame-type-text ul.navInfo li:after, .headerContent footer.wrap .frame-type-text ul.navInfo li:after {
  content: "|";
  position: absolute;
  top: 7px;
  right: 7px;
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
}
footer.wrap .row ul.navInfo li:last-child, footer.wrap .headerContent .frame-type-text ul.navInfo li:last-child, .headerContent footer.wrap .frame-type-text ul.navInfo li:last-child {
  padding-right: 0;
}
footer.wrap .row ul.navInfo li:last-child:after, footer.wrap .headerContent .frame-type-text ul.navInfo li:last-child:after, .headerContent footer.wrap .frame-type-text ul.navInfo li:last-child:after {
  display: none;
}
footer.wrap .row ul.navInfo li a, footer.wrap .headerContent .frame-type-text ul.navInfo li a, .headerContent footer.wrap .frame-type-text ul.navInfo li a {
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  footer.wrap .row div.navSocial, footer.wrap .headerContent .frame-type-text div.navSocial, .headerContent footer.wrap .frame-type-text div.navSocial {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    order: 1;
    padding-right: 7px;
  }
}
footer.wrap .row div.navSocial a, footer.wrap .headerContent .frame-type-text div.navSocial a, .headerContent footer.wrap .frame-type-text div.navSocial a {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin: 0px 12px 10px 0px;
}
footer.wrap .row div.navSocial a:first-child, footer.wrap .headerContent .frame-type-text div.navSocial a:first-child, .headerContent footer.wrap .frame-type-text div.navSocial a:first-child {
  margin-left: 0;
}
footer.wrap .row div.navSocial a svg, footer.wrap .headerContent .frame-type-text div.navSocial a svg, .headerContent footer.wrap .frame-type-text div.navSocial a svg {
  fill: #FFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer.wrap .row div.navSocial a:hover svg, footer.wrap .headerContent .frame-type-text div.navSocial a:hover svg, .headerContent footer.wrap .frame-type-text div.navSocial a:hover svg {
  fill: #c4c6c6;
}

.toTop {
  position: fixed;
  z-index: 9999;
  display: none;
  z-index: 2;
  bottom: 20px;
  right: 15px;
}
@media screen and (min-width: 590px) {
  .toTop {
    right: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .toTop {
    bottom: 88px;
  }
}
@media screen and (min-width: 1410px) {
  .toTop {
    right: 60px;
    left: auto;
  }
}
.toTop .scrollToTop {
  float: right;
  width: 33px;
  height: 33px;
  background: rgba(255, 255, 255, 0.5);
  background-size: 30px;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  border: 1px solid transparent;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}
.toTop .scrollToTop svg {
  width: 60%;
  height: auto;
}
.toTop .scrollToTop svg polygon {
  fill: #c31423;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}
.toTop .scrollToTop:hover {
  border-color: #FFF;
  background: #c31423;
  cursor: pointer;
}
.toTop .scrollToTop:hover svg polygon {
  fill: #FFF;
}

.ce-textpic .ce-gallery {
  width: 100%;
}
.ce-textpic .ce-gallery div {
  width: 100%;
}
.ce-textpic img[src$=".svg"] {
  width: 100% !important;
  height: auto !important;
}

h3.indent + .ce-textpic img {
  margin-top: -15px;
}
@media screen and (min-width: 768px) {
  h3.indent + .ce-textpic img {
    margin-left: 105px;
  }
}

.ce-textpic.ce-left.ce-above .ce-bodytext {
  margin-top: 13px;
  margin-bottom: 39px;
}
.ce-textpic.ce-left.ce-above .ce-bodytext h3 {
  margin-top: 18px;
}
h2 + .ce-textpic.ce-left.ce-above {
  margin-top: -29px;
}

.ce-textpic.ce-right.ce-intext.ce-nowrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 55px auto;
  padding: 0;
  grid-column-gap: 55px;
}
@media screen and (min-width: 720px) {
  .ce-textpic.ce-right.ce-intext.ce-nowrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
  order: 1;
}
@media screen and (min-width: 720px) {
  .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    order: 2;
    padding: 0 27.5px 0 0;
  }
}
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
  order: 2;
}
@media screen and (min-width: 720px) {
  .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    order: 1;
    padding: 0 55px 0 27.5px;
  }
}

.ce-textpic.ce-left.ce-intext.ce-nowrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 55px auto;
  padding: 0;
  grid-column-gap: 55px;
}
@media screen and (min-width: 720px) {
  .ce-textpic.ce-left.ce-intext.ce-nowrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
  order: 1;
}
@media screen and (min-width: 720px) {
  .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    order: 1;
    padding: 0 0 0 27.5px;
  }
}
.ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
  order: 2;
}
@media screen and (min-width: 720px) {
  .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    order: 2;
    padding: 0 27.5px 0 55px;
  }
}

.ce-gallery[data-ce-columns="2"] .ce-row {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 55px;
}
@media screen and (min-width: 720px) {
  .ce-gallery[data-ce-columns="2"] .ce-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .ce-gallery[data-ce-columns="2"] .ce-row .ce-column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="2"] .ce-row .ce-column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
}

.ce-gallery[data-ce-columns="3"] .ce-row {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 55px;
}
@media screen and (min-width: 720px) {
  .ce-gallery[data-ce-columns="3"] .ce-row {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .ce-gallery[data-ce-columns="3"] .ce-row .ce-column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="3"] .ce-row .ce-column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="3"] .ce-row .ce-column:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
}

.ce-gallery[data-ce-columns="4"] .ce-row {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 55px;
}
@media screen and (min-width: 720px) {
  .ce-gallery[data-ce-columns="4"] .ce-row {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }
}

.ce-gallery[data-ce-columns="5"] .ce-row {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 55px;
}
@media screen and (min-width: 720px) {
  .ce-gallery[data-ce-columns="5"] .ce-row {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .ce-gallery[data-ce-columns="5"] .ce-row .ce-column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="5"] .ce-row .ce-column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="5"] .ce-row .ce-column:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="5"] .ce-row .ce-column:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="5"] .ce-row .ce-column:nth-child(5) {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
  }
}

.ce-gallery[data-ce-columns="6"] .ce-row {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 55px;
}
@media screen and (min-width: 720px) {
  .ce-gallery[data-ce-columns="6"] .ce-row {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .ce-gallery[data-ce-columns="6"] .ce-row .ce-column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="6"] .ce-row .ce-column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="6"] .ce-row .ce-column:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="6"] .ce-row .ce-column:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="6"] .ce-row .ce-column:nth-child(5) {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="6"] .ce-row .ce-column:nth-child(6) {
    -ms-grid-column: 6;
    -ms-grid-row: 1;
  }
}

.ce-gallery[data-ce-columns="7"] .ce-row {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 55px;
}
@media screen and (min-width: 720px) {
  .ce-gallery[data-ce-columns="7"] .ce-row {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .ce-gallery[data-ce-columns="7"] .ce-row .ce-column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="7"] .ce-row .ce-column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="7"] .ce-row .ce-column:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="7"] .ce-row .ce-column:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="7"] .ce-row .ce-column:nth-child(5) {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="7"] .ce-row .ce-column:nth-child(6) {
    -ms-grid-column: 6;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="7"] .ce-row .ce-column:nth-child(7) {
    -ms-grid-column: 7;
    -ms-grid-row: 1;
  }
}

.ce-gallery[data-ce-columns="8"] .ce-row {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 25px;
}
@media screen and (min-width: 720px) {
  .ce-gallery[data-ce-columns="8"] .ce-row {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .ce-gallery[data-ce-columns="8"] .ce-row .ce-column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="8"] .ce-row .ce-column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="8"] .ce-row .ce-column:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="8"] .ce-row .ce-column:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="8"] .ce-row .ce-column:nth-child(5) {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="8"] .ce-row .ce-column:nth-child(6) {
    -ms-grid-column: 6;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="8"] .ce-row .ce-column:nth-child(7) {
    -ms-grid-column: 7;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="8"] .ce-row .ce-column:nth-child(8) {
    -ms-grid-column: 8;
    -ms-grid-row: 1;
  }
}

.frame-space-before-extra-small {
  padding-top: 15px !important;
}

.frame-space-before-small {
  padding-top: 30px !important;
}

.frame-space-before-medium {
  padding-top: 50px !important;
}

.frame-space-before-large {
  padding-top: 75px !important;
}

.frame-space-before-extra-large {
  padding-top: 120px !important;
}

.frame-space-after-extra-small {
  padding-bottom: 15px !important;
}

.frame-space-after-small {
  padding-bottom: 30px !important;
}

.frame-space-after-medium {
  padding-bottom: 50px !important;
}

.frame-space-after-large {
  padding-bottom: 75px !important;
}

.frame-space-after-extra-large {
  padding-bottom: 120px !important;
}

.frame-ruler-after {
  border-bottom: 1px solid #c31423;
}

.frame-layout-grey {
  display: -ms-grid;
  display: grid;
  background: #eeeeef;
}
.frame-layout-grey .ce-bodytext {
  padding: 0px 30px 25px 30px;
}

.accordion .accordionTitle {
  position: relative;
  margin-top: 30px;
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordion .accordionTitle:hover {
  cursor: pointer;
  color: #525762;
}
.accordion .accordionContent {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 720px) {
  .accordion .accordionContent .medium-1-1-1 .column:nth-child(1) {
    padding-left: 0px;
  }
}
@media screen and (min-width: 720px) {
  .accordion .accordionContent .medium-1-1-1 .column:nth-child(2) {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 720px) {
  .accordion .accordionContent .medium-1-1-1 .column:nth-child(3) {
    padding-right: 0px;
  }
}
.accordion .accordionToggle {
  position: relative;
  clear: both;
  *zoom: 1;
}
.accordion .accordionToggle:before, .accordion .accordionToggle:after {
  content: " ";
  display: table;
}
.accordion .accordionToggle:after {
  clear: both;
}
.accordion .accordionToggle {
  border-bottom: 2px solid rgba(82, 87, 98, 0.3);
}
.accordion .accordionToggle:after {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  top: -34px;
  right: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 17px 17px 0 17px;
  border-color: rgba(82, 87, 98, 0.15) transparent transparent transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordion .accordionToggle:hover {
  cursor: pointer;
}
.accordion .accordionToggle:hover:after {
  border-color: rgba(82, 87, 98, 0.3) transparent transparent transparent;
}
.accordion.open .accordionContent {
  max-height: 9999px;
  padding: 30px 0 25px 0;
}
.accordion.open .accordionToggle:after {
  border-width: 0 17px 17px 17px;
  border-color: transparent transparent rgba(82, 87, 98, 0.15) transparent;
}
.accordion.open .accordionToggle:hover:after {
  border-color: transparent transparent rgba(82, 87, 98, 0.3) transparent;
}

.ui-accordion {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ui-accordion .accordionTitle {
  position: relative;
  margin-top: 0;
  padding-bottom: 20px;
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.6);
}
.ui-accordion .accordionTitle:focus {
  outline: 0;
}
.ui-accordion .accordionTitle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 15px;
  top: 9px;
  left: -10px;
  padding: 0;
  background: url(../_images/icons/arrow_top_greenDark.svg) no-repeat 0 0;
  background-size: auto 8px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.ui-accordion .accordionTitle:hover {
  cursor: pointer;
}
.ui-accordion .accordionTitle.ui-accordion-header-active:before {
  top: 17px;
  left: 0;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ui-accordion .ui-accordion-content-active {
  padding-bottom: 60px;
}

.navIndex {
  line-height: 0;
}
.navIndex .row, .navIndex .headerContent .frame-type-text, .headerContent .navIndex .frame-type-text {
  width: 1404px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
}
.navIndex .row a, .navIndex .headerContent .frame-type-text a, .headerContent .navIndex .frame-type-text a {
  position: relative;
  display: block;
  padding-bottom: 3px;
}
.navIndex .row a:nth-child(1), .navIndex .headerContent .frame-type-text a:nth-child(1), .headerContent .navIndex .frame-type-text a:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  padding-right: 2px;
}
.navIndex .row a:nth-child(2), .navIndex .headerContent .frame-type-text a:nth-child(2), .headerContent .navIndex .frame-type-text a:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  padding-left: 1px;
  padding-right: 1px;
}
.navIndex .row a:nth-child(3), .navIndex .headerContent .frame-type-text a:nth-child(3), .headerContent .navIndex .frame-type-text a:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
  padding-left: 2px;
}
.navIndex .row a img, .navIndex .headerContent .frame-type-text a img, .headerContent .navIndex .frame-type-text a img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navIndex .row a span, .navIndex .headerContent .frame-type-text a span, .headerContent .navIndex .frame-type-text a span {
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #FFF;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 5px 0px 10px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 720px) {
  .navIndex .row a span, .navIndex .headerContent .frame-type-text a span, .headerContent .navIndex .frame-type-text a span {
    font-size: 30px;
  }
}
.navIndex .row a:hover img, .navIndex .headerContent .frame-type-text a:hover img, .headerContent .navIndex .frame-type-text a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.iconbox {
  padding-top: 15px;
}
.iconbox .row, .iconbox .headerContent .frame-type-text, .headerContent .iconbox .frame-type-text {
  grid-auto-rows: 1fr;
}
.iconbox .row::before, .iconbox .headerContent .frame-type-text::before, .headerContent .iconbox .frame-type-text::before {
  content: "";
  width: 0;
  padding-bottom: 100%;
  grid-row: 1/1;
  grid-column: 1/1;
}
.iconbox .row > *:first-child, .iconbox .headerContent .frame-type-text > *:first-child, .headerContent .iconbox .frame-type-text > *:first-child {
  grid-row: 1/1;
  grid-column: 1/1;
}
.iconbox a {
  display: block;
  background: rgba(111, 111, 111, 0.1);
}
.iconbox a .iconboxPic {
  text-align: center;
}
.iconbox a .iconboxPic img {
  width: 37%;
  margin: 16.67% auto 0px auto;
}
.iconbox a p, .iconbox a address {
  margin: 30px 10px 10px 10px;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  color: #c31423;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .iconbox a p, .iconbox a address {
    margin: 30px 20% 10px 20%;
  }
}
.iconbox a:hover {
  background: rgba(111, 111, 111, 0.25);
}
.iconbox a:hover p, .iconbox a:hover address {
  color: #6f6f6f;
}

.extLinkBox {
  margin-bottom: 35px;
}
.extLinkBox .extLinkBoxPic img {
  background: rgba(111, 111, 111, 0.1);
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}
.extLinkBox .extLinkBoxPic a:hover img {
  background: rgba(111, 111, 111, 0.25);
}

.morebox {
  margin: 50px 0;
}
.morebox .column {
  position: relative;
  background: rgba(111, 111, 111, 0.1);
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}
@media screen and (min-width: 720px) {
  .morebox .column section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4fr 1fr;
    grid-template-columns: 1fr 4fr 1fr;
  }
}
.morebox .column section .moreboxIcon {
  padding: 35px 30px 5px 30px;
}
@media screen and (min-width: 720px) {
  .morebox .column section .moreboxIcon {
    padding: 35px 30px;
  }
}
.morebox .column section .moreboxIcon img {
  max-width: 138px !important;
}
.morebox .column section .moreboxText {
  padding: 33px 30px 0 30px;
}
@media screen and (min-width: 720px) {
  .morebox .column section .moreboxText {
    padding: 30px 30px 15px 10px;
  }
}
.morebox .column section .moreboxText h2 {
  margin-top: 0;
}
.morebox .column section .moreboxText a {
  position: relative;
  z-index: 1;
}
.morebox .column section .moreboxMore {
  padding: 15px 30px 20px 30px;
}
@media screen and (min-width: 720px) {
  .morebox .column section .moreboxMore {
    align-self: end;
    padding: 30px 30px 21px 0;
    text-align: center;
  }
}
.morebox .column section .moreboxMore span {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.05;
  color: #6f6f6f;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.morebox .column:hover {
  background: rgba(111, 111, 111, 0.25);
}
.morebox .column a.more {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.row.timeline .column.timelineLogo, .headerContent .timeline.frame-type-text .column.timelineLogo {
  margin-bottom: 100px;
  text-align: center;
}
.row.timeline .column.timelineLogo img, .headerContent .timeline.frame-type-text .column.timelineLogo img {
  width: 410px;
}
.row.timeline .column.timelineData, .headerContent .timeline.frame-type-text .column.timelineData {
  position: relative;
  text-align: center;
}
.row.timeline .column.timelineData:after, .headerContent .timeline.frame-type-text .column.timelineData:after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  width: 3px;
  height: 100%;
  background: #525762;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.row.timeline .column.timelineData .timelineYear, .headerContent .timeline.frame-type-text .column.timelineData .timelineYear {
  width: 110px;
  height: 110px;
  margin: 0 auto 58px auto;
  -webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  border-radius: 110px;
  background: #e6e6e6;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 110px;
  color: #6f6f6f;
}
.row.timeline .column.timelineData .timelineItem, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 48px;
}
.row.timeline .column.timelineData .timelineItem:last-child, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 720px) {
  .row.timeline .column.timelineData .timelineItem, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem {
    -ms-grid-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  }
}
.row.timeline .column.timelineData .timelineItem .timelineItemDate, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem .timelineItemDate {
  order: 2;
  margin-top: 15px;
  background: #FFF;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.row.timeline .column.timelineData .timelineItem .timelineItemDate span, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem .timelineItemDate span {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
}
.row.timeline .column.timelineData .timelineItem .timelineItemIcon, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem .timelineItemIcon {
  order: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.row.timeline .column.timelineData .timelineItem .timelineItemIcon img, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem .timelineItemIcon img {
  width: 72px;
  height: 72px;
}
.row.timeline .column.timelineData .timelineItem .timelineItemBox, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem .timelineItemBox {
  order: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  margin-top: 25px;
}
@media screen and (min-width: 720px) {
  .row.timeline .column.timelineData .timelineItem .timelineItemBox, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem .timelineItemBox {
    margin-top: 5px;
  }
}
.row.timeline .column.timelineData .timelineItem .timelineItemBox section, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem .timelineItemBox section {
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  line-height: 0;
}
.row.timeline .column.timelineData .timelineItem .timelineItemBox section h2, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem .timelineItemBox section h2 {
  position: relative;
  margin: 0;
  padding: 12px 20px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  font-size: 28px;
  line-height: 1;
  color: #FFF;
}
@media screen and (min-width: 720px) {
  .row.timeline .column.timelineData .timelineItem .timelineItemBox section h2:after, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem .timelineItemBox section h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    top: 0px;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
  }
}
.row.timeline .column.timelineData .timelineItem .timelineItemBox section p, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem .timelineItemBox section p, .row.timeline .column.timelineData .timelineItem .timelineItemBox section address, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem .timelineItemBox section address {
  margin: 0;
  padding: 11px 20px;
  background: #f1f1f1;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  font-size: 16px;
  line-height: 1.375;
  color: #525762;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}
.row.timeline .column.timelineData .timelineItem .timelineItemBox section a:hover p, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem .timelineItemBox section a:hover p, .row.timeline .column.timelineData .timelineItem .timelineItemBox section a:hover address, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem .timelineItemBox section a:hover address {
  background: #d1d4d8;
}
@media screen and (min-width: 720px) {
  .row.timeline .column.timelineData .timelineItem.red .timelineItemDate, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem.red .timelineItemDate {
    order: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    padding-right: 80px;
    text-align: right;
  }
}
.row.timeline .column.timelineData .timelineItem.red .timelineItemDate span, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem.red .timelineItemDate span {
  color: #c31423;
}
@media screen and (min-width: 720px) {
  .row.timeline .column.timelineData .timelineItem.red .timelineItemIcon, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem.red .timelineItemIcon {
    order: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
}
@media screen and (min-width: 720px) {
  .row.timeline .column.timelineData .timelineItem.red .timelineItemBox, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem.red .timelineItemBox {
    order: 3;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    padding-left: 80px;
  }
}
.row.timeline .column.timelineData .timelineItem.red .timelineItemBox section h2, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem.red .timelineItemBox section h2 {
  background-color: #c31423;
}
.row.timeline .column.timelineData .timelineItem.red .timelineItemBox section h2:after, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem.red .timelineItemBox section h2:after {
  left: -12px;
  border-width: 12px 12px 12px 0;
  border-color: transparent #c31423 transparent transparent;
}
.row.timeline .column.timelineData .timelineItem.red .timelineItemBox section p span, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem.red .timelineItemBox section p span, .row.timeline .column.timelineData .timelineItem.red .timelineItemBox section address span, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem.red .timelineItemBox section address span {
  color: #c31423;
}
@media screen and (min-width: 720px) {
  .row.timeline .column.timelineData .timelineItem.blue .timelineItemDate, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem.blue .timelineItemDate {
    order: 3;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    padding-left: 80px;
    text-align: left;
  }
}
.row.timeline .column.timelineData .timelineItem.blue .timelineItemDate span, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem.blue .timelineItemDate span {
  color: #2869b9;
}
@media screen and (min-width: 720px) {
  .row.timeline .column.timelineData .timelineItem.blue .timelineItemIcon, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem.blue .timelineItemIcon {
    order: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
}
@media screen and (min-width: 720px) {
  .row.timeline .column.timelineData .timelineItem.blue .timelineItemBox, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem.blue .timelineItemBox {
    order: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    padding-right: 80px;
    text-align: right;
  }
}
@media screen and (min-width: 720px) {
  .row.timeline .column.timelineData .timelineItem.blue .timelineItemBox section, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem.blue .timelineItemBox section {
    margin: 0 0 0 auto;
  }
}
.row.timeline .column.timelineData .timelineItem.blue .timelineItemBox section h2, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem.blue .timelineItemBox section h2 {
  background-color: #2869b9;
}
.row.timeline .column.timelineData .timelineItem.blue .timelineItemBox section h2:after, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem.blue .timelineItemBox section h2:after {
  right: -12px;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #2869b9;
}
.row.timeline .column.timelineData .timelineItem.blue .timelineItemBox section p span, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem.blue .timelineItemBox section p span, .row.timeline .column.timelineData .timelineItem.blue .timelineItemBox section address span, .headerContent .timeline.frame-type-text .column.timelineData .timelineItem.blue .timelineItemBox section address span {
  color: #2869b9;
}

.team {
  margin-bottom: 40px;
  *zoom: 1;
}
.team:before, .team:after {
  content: " ";
  display: table;
}
.team:after {
  clear: both;
}
@media screen and (min-width: 1280px) {
  .team {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .team:nth-child(odd) {
    clear: both;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .team:nth-child(even) {
    padding-left: 40px;
  }
}
.team .teamImage {
  float: left;
  width: 170px;
}
.team .teamText {
  float: right;
  width: calc(100% - 200px);
}
.team .teamText h3 {
  margin-top: 20px;
}

/*!
*   MA5-mobile-menu
*   v 4.0.0
*   Copyright (c) 2016 Tomasz Kalinowski
*   GitHub: https://github.com/ma-5/ma5-mobile-menu
*/
.ma5menu {
  display: none;
  box-sizing: border-box;
}
.ma5menu *, .ma5menu *:after, .ma5menu *:before {
  box-sizing: border-box;
}
.ma5menu--active .ma5menu__page {
  margin-right: -17px;
  height: 100%;
  overflow: hidden;
  transform: translate3d(340px, 0, 0);
  transition: transform 0.3s ease-out 0s;
}
@media (min-width: 768px) {
  .ma5menu--active .ma5menu__page {
    transform: translate3d(460px, 0, 0);
  }
}
.ma5menu > ul {
  display: none;
}
.ma5menu__head {
  padding: 0 5px;
  border-bottom: 1px solid #c31423;
  height: 75px;
  text-align: center;
  color: #FFF;
  background-color: transparent;
  position: relative;
}
.ma5menu__header {
  line-height: 35px;
  color: #FFF;
  background-color: transparent;
}
.ma5menu__header a {
  color: #c31423;
}
.ma5menu__header a:hover {
  color: #c31423;
}
.ma5menu__close {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  color: #FFF;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23FFF%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22/%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-position: 50% 50%;
}
.ma5menu__toggle:hover .ma5menu__close {
  color: rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23a8abb1%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22/%3E%3C/svg%3E");
  background-color: transparent;
}
.ma5menu__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  width: 57px;
  height: 57px;
  background-image: url("../_images/emblem_invers.png");
  background-size: 57px 57px;
  background-position: 50% 50%;
}
.ma5menu__home:hover .ma5menu__logo {
  color: #a8abb1;
}
.ma5menu__home {
  font-weight: 400;
  color: inherit;
}
.ma5menu__tools {
  display: none;
}
.ma5menu__footer .ma5menu__tools {
  display: block;
}
.ma5menu__footer {
  padding: 20px 20px 30px 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
  text-transform: none;
}
.ma5menu__footer a {
  color: #c31423;
}
.ma5menu__footer a:hover {
  color: #c31423;
}
.ma5menu__toggle {
  cursor: pointer;
  color: #a8abb1;
  background-color: transparent;
  touch-action: manipulation;
  width: 52px;
  height: 38px;
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: none;
  font-weight: 400;
  padding: 8px 12px;
  padding: 0;
  border-radius: 4px;
  transition: box-shadow 0.15s ease-in-out;
}
.ma5menu__toggle:hover {
  color: #000;
  background-color: transparent;
}
.ma5menu__header .ma5menu__toggle {
  position: absolute;
  top: 0;
  width: 75px;
  height: 75px;
  color: #FFF;
  background-color: transparent;
}
.ma5menu__header .ma5menu__toggle:hover {
  color: #a8abb1;
  background-color: transparent;
}
.ma5menu--left .ma5menu__header .ma5menu__toggle {
  right: 0;
}
.ma5menu--right .ma5menu__header .ma5menu__toggle {
  left: 0;
}
.ma5menu__icon-toggle {
  display: inline-block;
  position: absolute;
  margin: auto;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background-image: url("");
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ma5menu__icon-up {
  margin: 0;
  width: 44px;
  height: 44px;
  display: inline-block;
  transform: translateZ(0);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6z%22/%3E%3C/svg%3E");
}
.ma5menu__alert {
  display: block;
  text-align: center;
  width: 340px;
  height: 50px;
  bottom: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 500;
  transform: translateZ(0);
  background-image: linear-gradient(to bottom, rgba(195, 20, 35, 0) 0%, #c31423 50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 50px;
  transition: background-position 0.4s ease-in 0.3s;
  will-change: auto;
  pointer-events: none;
}
@media (min-width: 768px) {
  .ma5menu__alert {
    width: 460px;
  }
}
.ma5menu__container--scroll .ma5menu__alert {
  background-position: 0 0;
  transition: background-position 0.4s ease-out;
  pointer-events: auto;
}
.ma5menu__alert-content {
  width: 150px;
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 0.4s ease-in;
}
.ma5menu__container--scroll .ma5menu__alert-content {
  bottom: 0;
  animation-timing-function: linear;
  animation-iteration-count: 3;
  animation-duration: 0.6s;
  animation-delay: 1s;
  animation-fill-mode: both;
  animation-name: ma5-arrowDown;
  transition: bottom 0.4s ease-out 0.4s;
}
.ma5menu__container {
  transition: none !important;
  position: fixed;
  background-color: #c31423;
  height: 100%;
  top: 0;
  line-height: 19px;
  overflow: hidden;
  border: none;
  z-index: 10000;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
}
@media (max-width: 767px) {
  .ma5menu__container {
    width: 340px;
  }
}
@media (min-width: 768px) {
  .ma5menu__container {
    width: 460px;
  }
}
.ma5menu--left .ma5menu__container {
  transform: translate3d(-340px, 0, 0);
  left: 0;
}
.ma5menu--right .ma5menu__container {
  transform: translate3d(340px, 0, 0);
  right: -340px;
}
.ma5menu--ready.ma5menu--left .ma5menu__container {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
.noie.ma5menu--ready.ma5menu--left .ma5menu__container {
  animation-name: ma5menuOut;
}
.ie.ma5menu--ready.ma5menu--left .ma5menu__container {
  animation-name: ma5menuOutIEphone;
}
@media (min-width: 768px) {
  .ie.ma5menu--ready.ma5menu--left .ma5menu__container {
    animation-name: ma5menuOutIEtablet;
  }
}
.ma5menu--ready.ma5menu--right .ma5menu__container {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
.noie.ma5menu--ready.ma5menu--right .ma5menu__container {
  animation-name: ma5menuOutB;
}
.ie.ma5menu--ready.ma5menu--right .ma5menu__container {
  animation-name: ma5menuOutBIEphone;
}
@media (min-width: 768px) {
  .ie.ma5menu--ready.ma5menu--right .ma5menu__container {
    animation-name: ma5menuOutBIEtablet;
  }
}
.ma5menu--active.ma5menu--left .ma5menu__container {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
.noie.ma5menu--active.ma5menu--left .ma5menu__container {
  animation-name: ma5menuOutB;
}
.ie.ma5menu--active.ma5menu--left .ma5menu__container {
  animation-name: ma5menuOutBIEphone;
}
@media (min-width: 768px) {
  .ie.ma5menu--active.ma5menu--left .ma5menu__container {
    animation-name: ma5menuOutBIEtablet;
  }
}
.ma5menu--active.ma5menu--right .ma5menu__container {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
.noie.ma5menu--active.ma5menu--right .ma5menu__container {
  animation-name: ma5menuIn;
}
.ie.ma5menu--active.ma5menu--right .ma5menu__container {
  animation-name: ma5menuInIEphone;
}
@media (min-width: 768px) {
  .ie.ma5menu--active.ma5menu--right .ma5menu__container {
    animation-name: ma5menuInIEtablet;
  }
}
@media (min-width: 768px) {
  .ma5menu--left .ma5menu__container {
    transform: translate3d(-460px, 0, 0);
    padding: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .ma5menu--right .ma5menu__container {
    transform: translate3d(460px, 0, 0);
    right: -460px;
  }
}
.safari .ma5menu__container {
  height: 100%;
}
.preload .ma5menu__container {
  opacity: 0;
  z-index: -1;
}
.ma5menu__panel {
  display: none;
  width: 340px;
  height: 80%;
  height: calc(100% - 75px);
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  top: 75px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 100;
  color: #FFF;
  background-color: #c31423;
  scrollbar-color: black #000;
  scrollbar-width: thin;
}
@media (min-width: 768px) {
  .ma5menu__panel {
    width: 460px;
  }
}
.ma5menu__panel.has-scrollbar {
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.ma5menu__panel:hover::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.4);
}
.ma5menu__panel::-webkit-scrollbar {
  width: 9px;
  background-color: rgb(185.7488372093, 19.0511627907, 33.3395348837);
}
.ma5menu__panel::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.15);
  outline: none;
  border-right: 3px solid rgb(185.7488372093, 19.0511627907, 33.3395348837);
}
.ma5menu__panel:first-of-type {
  z-index: 160;
}
.ma5menu__panel--parent-leave, .ma5menu__panel--parent-enter {
  z-index: 180;
  display: block;
}
.ma5menu__panel--active-leave, .ma5menu__panel--active-enter {
  z-index: 190;
  display: block;
}
.ma5menu__panel--active-enter {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
.noie .ma5menu__panel--active-enter {
  animation-name: ma5-panelIn;
}
.ie .ma5menu__panel--active-enter {
  animation-name: ma5-panelInIEphone;
}
@media (min-width: 768px) {
  .ie .ma5menu__panel--active-enter {
    animation-name: ma5-panelInIEtablet;
  }
}
.ma5menu__panel--active-leave {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
.noie .ma5menu__panel--active-leave {
  animation-name: ma5-panelOut;
}
.ie .ma5menu__panel--active-leave {
  animation-name: ma5-panelOutIEphone;
}
@media (min-width: 768px) {
  .ie .ma5menu__panel--active-leave {
    animation-name: ma5-panelOutIEtablet;
  }
}
.ma5menu__panel--parent-enter {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
.noie .ma5menu__panel--parent-enter {
  animation-name: ma5menuOut;
}
.ie .ma5menu__panel--parent-enter {
  animation-name: ma5menuOutIEphone;
}
@media (min-width: 768px) {
  .ie .ma5menu__panel--parent-enter {
    animation-name: ma5menuOutIEtablet;
  }
}
.ma5menu__panel--parent-leave {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
.noie .ma5menu__panel--parent-leave {
  animation-name: ma5menuOutB;
}
.ie .ma5menu__panel--parent-leave {
  animation-name: ma5menuOutBIEphone;
}
@media (min-width: 768px) {
  .ie .ma5menu__panel--parent-leave {
    animation-name: ma5menuOutBIEtablet;
  }
}
.ma5menu__panel.lvl-0 {
  text-transform: uppercase;
}
.ma5menu__panel.lvl-1 {
  text-transform: none;
}
.ma5menu__panel > ul {
  margin: 0;
  padding: 0;
}
.ma5menu__panel > ul li {
  position: relative;
  font-size: 0;
  padding-right: 0;
  margin-bottom: 0;
  line-height: 0;
}
.ma5menu__panel > ul li:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.ma5menu__panel > ul li a,
.ma5menu__panel > ul li .ma5menu__category {
  display: inline-block;
  vertical-align: top;
  text-decoration: none !important;
  width: 100%;
  outline: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  pointer-events: none;
  letter-spacing: 0.3px;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  padding: 18px 20px 18px 20px;
  font-size: 18px;
  line-height: 1;
  overflow: hidden;
  touch-action: manipulation;
  min-height: 38px;
}
.ma5menu__panel > ul li a {
  color: #FFF;
  background-color: transparent;
}
.ma5menu__panel > ul li a:hover {
  color: #a8abb1;
  background-color: transparent;
  transition: none;
}
.ma5menu__panel > ul li .ma5menu__category {
  position: relative;
  text-align: left;
  background-position: calc(100% - 25.5px) 50%;
  color: #FFF;
  background-color: transparent;
}
.ma5menu__panel > ul li .ma5menu__category:hover {
  color: #c31423;
  background-color: transparent;
  transition: none;
}
.ma5menu__panel > ul li .ma5menu__category.ma5menu__path {
  color: #c31423 !important;
  background-color: transparent !important;
}
.ma5menu__panel > ul li .ma5menu__category.ma5menu__path:hover {
  color: #c31423 !important;
  background-color: transparent !important;
  transition: none;
}
.ma5menu__panel > ul li > .ma5menu__btn--enter + a {
  padding-right: 85px;
  margin-right: -75px;
}
.ma5menu__panel--active {
  z-index: 170;
  display: block;
}
.ma5menu__panel--active > ul li a,
.ma5menu__panel--active > ul li .ma5menu__category {
  pointer-events: auto;
}
.ma5menu__btn--enter, .ma5menu__btn--leave {
  font-size: 13px;
  cursor: pointer;
  display: block;
  position: absolute;
  padding: 0;
  top: 0;
  height: 100%;
  text-align: center;
  touch-action: manipulation;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px 24px;
  transition: background-color 0.3s ease-out;
}
.ma5menu__btn--enter:hover, .ma5menu__btn--leave:hover {
  transition: none;
}
.ma5menu__btn--enter {
  z-index: 0;
  left: auto;
  right: 0;
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23FFF%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22/%3E%3C/svg%3E");
  width: 75px;
}
.ma5menu__btn--enter:hover {
  color: #c31423;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23c31423%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22/%3E%3C/svg%3E");
}
.ma5menu__btn--enter:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: -2px;
  background-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
}
.ma5menu__btn--leave {
  left: 0;
  right: auto;
  color: #FFF;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23FFF%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z%22/%3E%3C/svg%3E");
  width: 75px;
}
.ma5menu__btn--leave:hover {
  color: #a8abb1;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23a8abb1%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z%22/%3E%3C/svg%3E");
}
.ma5menu__leave:hover .ma5menu__btn--leave {
  color: #a8abb1;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23a8abb1%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z%22/%3E%3C/svg%3E");
}
.ma5menu__btn--leave:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  background-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
}
.ma5menu__leave {
  font-size: 18px;
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  display: block;
  position: relative;
  padding: 0 44px 0 44px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 75px;
  line-height: 75px;
  user-select: none;
  margin-right: -44px;
}
.ma5menu__leave:hover {
  color: #a8abb1;
  background-color: rgba(255, 255, 255, 0.1);
}
.ma5menu__leave + .ma5menu__btn--enter {
  bottom: 0;
  height: calc(100% - 75px);
  top: auto;
}
.ma5menu__path {
  color: #a8abb1 !important;
  background-color: #c31423 !important;
}
.ma5menu--overflow {
  overflow-x: hidden !important;
}
.ma5menu--left:before, .ma5menu--right:before {
  content: "";
  display: block;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.01);
  z-index: -1;
  transition: background-color 0.4s ease-out 0.5s, z-index 0.8s linear;
  width: 100%;
}
.ma5menu--active:before {
  background-color: #a8abb1;
  transition: background-color 0.4s ease-in;
  z-index: 9000;
}
.ma5menu--active > body .container * {
  touch-action: none;
  pointer-events: none;
}
@media (max-width: 767px) {
  .ma5menu--active > body * {
    pointer-events: none;
  }
  .ma5menu--active > body .ma5menu__toggle {
    pointer-events: auto;
  }
  .ma5menu--active > body .ma5menu__toggle * {
    pointer-events: auto;
  }
  .ma5menu--active > body .ma5menu__container {
    pointer-events: auto;
  }
  .ma5menu--active > body .ma5menu__container * {
    pointer-events: auto;
  }
  .ma5menu--active > body .ma5menu__container .ma5menu__alert {
    pointer-events: none;
  }
  .ma5menu--active > body .ma5menu__container--scroll {
    pointer-events: auto;
  }
}
@media (max-width: 1199px) {
  .ma5menu--active.has-body-scrollbar {
    overflow: hidden;
    overflow-y: scroll;
    height: auto;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
.ma5menu--active.ma5menu--left:before {
  right: 0;
}
.ma5menu--active.ma5menu--right:before {
  left: 0;
}
.ma5menu--swipe {
  position: relative;
  overflow-x: hidden !important;
}
.ma5menu--swipe body {
  position: relative;
}
.ma5menu--swipe.ma5menu--left body {
  transition: left 0.5s ease-out;
  left: 0;
}
.ma5menu--swipe.ma5menu--right body {
  transition: right 0.5s ease-out;
  right: 0;
}
.ma5menu--swipe.ma5menu--active.ma5menu--left body {
  left: 340px;
}
@media (min-width: 768px) {
  .ma5menu--swipe.ma5menu--active.ma5menu--left body {
    left: 460px;
  }
}
.ma5menu--swipe.ma5menu--active.ma5menu--right body {
  right: 340px;
}
@media (min-width: 768px) {
  .ma5menu--swipe.ma5menu--active.ma5menu--right body {
    right: 460px;
  }
}
.ma5menu__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

@-webkit-keyframes ma5-panelIn {
  0% {
    -webkit-transform: translate3d(340px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes ma5-panelIn {
  0% {
    transform: translate3d(340px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes ma5-panelOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(340px, 0, 0);
  }
}
@keyframes ma5-panelOut {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(340px, 0, 0);
  }
}
@-webkit-keyframes ma5menuIn {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-340px, 0, 0);
  }
}
@keyframes ma5menuIn {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-340px, 0, 0);
  }
}
@-webkit-keyframes ma5menuOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-340px, 0, 0);
  }
}
@keyframes ma5menuOut {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-340px, 0, 0);
  }
}
@-webkit-keyframes ma5menuOutB {
  0% {
    -webkit-transform: translate3d(-340px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes ma5menuOutB {
  0% {
    transform: translate3d(-340px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) {
  @-webkit-keyframes ma5-panelIn {
    0% {
      -webkit-transform: translate3d(460px, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
    }
  }
  @keyframes ma5-panelIn {
    0% {
      transform: translate3d(460px, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @-webkit-keyframes ma5-panelOut {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(460px, 0, 0);
    }
  }
  @keyframes ma5-panelOut {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(460px, 0, 0);
    }
  }
  @-webkit-keyframes ma5menuIn {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-460px, 0, 0);
    }
  }
  @keyframes ma5menuIn {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-460px, 0, 0);
    }
  }
  @-webkit-keyframes ma5menuOut {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-460px, 0, 0);
    }
  }
  @keyframes ma5menuOut {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-460px, 0, 0);
    }
  }
  @-webkit-keyframes ma5menuOutB {
    0% {
      -webkit-transform: translate3d(-460px, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
    }
  }
  @keyframes ma5menuOutB {
    0% {
      transform: translate3d(-460px, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
}
@keyframes ma5-panelInIEphone {
  0% {
    transform: translate3d(340px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ma5-panelOutIEphone {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(340px, 0, 0);
  }
}
@keyframes ma5menuInIEphone {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-340px, 0, 0);
  }
}
@keyframes ma5menuOutIEphone {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-340px, 0, 0);
  }
}
@keyframes ma5menuOutBIEphone {
  0% {
    transform: translate3d(-340px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ma5-panelInIEtablet {
  0% {
    transform: translate3d(460px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ma5-panelOutIEtablet {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(460px, 0, 0);
  }
}
@keyframes ma5menuInIEtablet {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-460px, 0, 0);
  }
}
@keyframes ma5menuOutIEtablet {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-460px, 0, 0);
  }
}
@keyframes ma5menuOutBIEtablet {
  0% {
    transform: translate3d(-460px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes ma5-arrowDown {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ma5-arrowDown {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.ma5menu--active.ma5menu--left::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.ma5menu__home .ma5menu__logo {
  top: 10px;
  left: 10px;
  transform: translate(0%, 0%);
}

.ma5menu__panel.lvl-0 a {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
}
.ma5menu__panel.lvl-1 a {
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
.ma5menu__panel.lvl-1 .ma5menu__leave {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
}
.ma5menu__panel li {
  text-align: left;
}
.ma5menu__panel .ma5menu__leave {
  text-transform: uppercase;
}

.navMainToggle .ma5menu__toggle {
  position: relative;
  width: 36px;
  height: 24px;
  margin-top: 25px;
  padding: 0;
  border-radius: 0;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}
.navMainToggle .ma5menu__toggle .ma5menu__icon-toggle {
  width: 36px;
  height: 3px;
  background: #2869b9;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}
.navMainToggle .ma5menu__toggle .ma5menu__icon-toggle:before, .navMainToggle .ma5menu__toggle .ma5menu__icon-toggle:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  left: 0;
  background: #2869b9;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 999em;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}
.navMainToggle .ma5menu__toggle .ma5menu__icon-toggle:before {
  top: -9px;
}
.navMainToggle .ma5menu__toggle .ma5menu__icon-toggle:after {
  bottom: -9px;
}
.ma5menu--active .navMainToggle .ma5menu__toggle, .navMainToggle .ma5menu__toggle:hover {
  cursor: pointer;
}
.ma5menu--active .navMainToggle .ma5menu__toggle span, .ma5menu--active .navMainToggle .ma5menu__toggle span:before, .ma5menu--active .navMainToggle .ma5menu__toggle span:after, .navMainToggle .ma5menu__toggle:hover span, .navMainToggle .ma5menu__toggle:hover span:before, .navMainToggle .ma5menu__toggle:hover span:after {
  background: #c31423;
  cursor: pointer;
}

/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wrap.red .swiper {
  position: relative;
  width: 100%;
  max-width: 100vw;
  margin: 50px 0 50px 0;
  overflow: hidden;
}
.wrap.red .swiper .swiper-container {
  width: 100%;
  max-width: calc(100vw - 120px);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wrap.red .swiper .swiper-container {
    width: 860px;
    margin: 0 auto;
  }
}
.wrap.red .swiper .swiper-container .swiper-slide {
  line-height: 0;
}
.wrap.red .swiper .swiper-container .swiper-slide span {
  position: absolute;
  display: block;
  width: calc(100% - 10px);
  height: 0;
  bottom: -50%;
  left: 0;
  padding: 20px 5px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wrap.red .swiper .swiper-container .swiper-slide:hover span {
  height: auto;
  bottom: 0;
}
.wrap.red .swiper .swiper-button-prev, .wrap.red .swiper .swiper-button-next {
  z-index: 100;
  width: 16px;
  height: 32px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  color: #525762;
  background: url(../_images/icons/arrow_white.svg) no-repeat;
  background-size: 100%;
}
.wrap.red .swiper .swiper-button-prev:after, .wrap.red .swiper .swiper-button-next:after {
  display: none;
}
.wrap.red .swiper .swiper-button-prev:hover, .wrap.red .swiper .swiper-button-prev:focus, .wrap.red .swiper .swiper-button-next:hover, .wrap.red .swiper .swiper-button-next:focus {
  outline: none;
}
.wrap.red .swiper .swiper-button-prev {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
}
.wrap.red .swiper .swiper-button-next {
  right: 0;
}

h2 + .swiper {
  margin-top: 15px !important;
}

.swiper.citation {
  position: relative;
  width: 100%;
  max-width: 100vw;
  margin: 70px auto 40px auto;
  overflow: hidden;
}
.swiper.citation .swiper-container {
  /*
  		width: 100%;
  		max-width: calc(100vw);
  		overflow: hidden;
  */
}
.swiper.citation .swiper-container .swiper-slide {
  /*
  			padding-top: 50px;
  			padding-bottom: 50px;
  */
}
@media screen and (min-width: 1024px) {
  .swiper.citation .swiper-container .swiper-slide {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.swiper.citation .swiper-container .swiper-slide p, .swiper.citation .swiper-container .swiper-slide address {
  padding: 0 90px;
  line-height: 1.2;
  color: #666;
}
.swiper.citation .swiper-container .swiper-slide p.citationText, .swiper.citation .swiper-container .swiper-slide address.citationText {
  margin-bottom: 18px;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  letter-spacing: 0.01em;
  color: #2869b9;
}
.swiper.citation .swiper-button-prev, .swiper.citation .swiper-button-next {
  z-index: 100;
  width: 40px;
  height: 66px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../_images/icons/arrow_white_shadow.png) no-repeat;
  background-size: 100%;
}
.swiper.citation .swiper-button-prev:after, .swiper.citation .swiper-button-next:after {
  display: none;
}
.swiper.citation .swiper-button-prev:hover, .swiper.citation .swiper-button-prev:focus, .swiper.citation .swiper-button-next:hover, .swiper.citation .swiper-button-next:focus {
  outline: none;
}
.swiper.citation .swiper-button-prev {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
}
.swiper.citation .swiper-button-next {
  right: 0;
}

.tx-powermail h3, .tx-powermail legend {
  display: none;
}
.tx-powermail .powermail_fieldwrap_type_html h2 {
  margin: 0 0 13px 0;
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #666;
  text-transform: uppercase;
  letter-spacing: normal;
}
.tx-powermail .powermail_fieldwrap_type_html h3, .tx-powermail .powermail_fieldwrap_type_html legend {
  display: block;
}
.tx-powermail .powermail_fieldwrap_type_text {
  padding: 20px 0;
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.tx-powermail .powermail_fieldwrap_type_submit input[type=submit] {
  width: 100%;
}
.tx-powermail .powermail_fieldwrap_type_radio,
.tx-powermail .powermail_fieldwrap_type_check {
  margin: 10px 0 30px 0;
  clear: both;
}
.tx-powermail .powermail_fieldwrap_type_radio .powermail_label,
.tx-powermail .powermail_fieldwrap_type_check .powermail_label {
  display: block;
  margin-bottom: 15px;
}
.tx-powermail .powermail_fieldwrap_type_radio .radio label,
.tx-powermail .powermail_fieldwrap_type_radio .checkbox label,
.tx-powermail .powermail_fieldwrap_type_check .radio label,
.tx-powermail .powermail_fieldwrap_type_check .checkbox label {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 32px;
  font-weight: 400;
  color: #666;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}
.tx-powermail .powermail_fieldwrap_type_radio .radio label input[type=radio],
.tx-powermail .powermail_fieldwrap_type_radio .radio label input[type=checkbox],
.tx-powermail .powermail_fieldwrap_type_radio .checkbox label input[type=radio],
.tx-powermail .powermail_fieldwrap_type_radio .checkbox label input[type=checkbox],
.tx-powermail .powermail_fieldwrap_type_check .radio label input[type=radio],
.tx-powermail .powermail_fieldwrap_type_check .radio label input[type=checkbox],
.tx-powermail .powermail_fieldwrap_type_check .checkbox label input[type=radio],
.tx-powermail .powermail_fieldwrap_type_check .checkbox label input[type=checkbox] {
  position: absolute;
  z-index: 999999;
  opacity: 0;
  width: 36px;
  height: 36px;
  top: 0px;
  left: -14px;
}
.tx-powermail .powermail_fieldwrap_type_radio .radio label .checkmark,
.tx-powermail .powermail_fieldwrap_type_radio .checkbox label .checkmark,
.tx-powermail .powermail_fieldwrap_type_check .radio label .checkmark,
.tx-powermail .powermail_fieldwrap_type_check .checkbox label .checkmark {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 10px;
  left: 2px;
  border: 1px solid #666;
  opacity: 1;
  background: no-repeat center center;
  background-size: 100% 100%;
}
.tx-powermail .powermail_fieldwrap_type_radio .radio label input[type=radio]:checked ~ .checkmark,
.tx-powermail .powermail_fieldwrap_type_radio .checkbox label input[type=radio]:checked ~ .checkmark,
.tx-powermail .powermail_fieldwrap_type_check .radio label input[type=radio]:checked ~ .checkmark,
.tx-powermail .powermail_fieldwrap_type_check .checkbox label input[type=radio]:checked ~ .checkmark {
  background-image: url(../_images/icons/form_check_red.svg);
}
.tx-powermail .powermail_fieldwrap_type_radio .radio label input[type=checkbox]:checked ~ .checkmark,
.tx-powermail .powermail_fieldwrap_type_radio .checkbox label input[type=checkbox]:checked ~ .checkmark,
.tx-powermail .powermail_fieldwrap_type_check .radio label input[type=checkbox]:checked ~ .checkmark,
.tx-powermail .powermail_fieldwrap_type_check .checkbox label input[type=checkbox]:checked ~ .checkmark {
  background-image: url(../_images/icons/form_check_red.svg);
}
.tx-powermail .powermail_fieldwrap_type_radio .radio label .checkmark,
.tx-powermail .powermail_fieldwrap_type_check .radio label .checkmark {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.parsley-errors-list {
  display: none;
  margin: -15px 0 20px 0 !important;
  padding: 0;
  list-style-type: none;
  width: 100%;
  font-size: 22px;
}
.parsley-errors-list.filled {
  display: block;
}
.parsley-errors-list > li {
  color: #A94442;
  padding: 0 0 0 32px !important;
}
.parsley-errors-list > li:before {
  display: none;
}

.powermail_field_error,
.parsley-error,
.powermail_form .parsley-error:focus,
div.error {
  background-color: #EBCCD1;
  border: 1px solid #A94442;
  color: #A94442;
}

@media screen and (min-width: 720px) {
  .checkbox.parsley-error, .radio.parsley-error {
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 720px) {
  .powermail_field_error_container {
    width: calc(100% - 40px);
  }
}
.powermail_field_error_container .parsley-errors-list {
  margin-top: 10px !important;
  border: none;
}
.powermail_field_error_container .parsley-errors-list > li:before {
  display: none;
}

@media screen and (min-width: 720px) {
  .tx-powermail .powermail_fieldwrap.layout1, .tx-powermail fieldset.layout1 {
    clear: both;
    float: left;
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 720px) {
  .tx-powermail .powermail_fieldwrap.layout2, .tx-powermail fieldset.layout2 {
    float: right;
    width: calc(50% - 15px);
  }
}

.powermail_fieldwrap_handicap {
  margin-bottom: 0 !important;
}
.powermail_fieldwrap_handicap .powermail_label {
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #666;
  text-transform: uppercase;
  letter-spacing: normal;
}

.powermail_fieldwrap_schule_ausbildung {
  clear: both;
  padding-top: 40px !important;
}

.powermail_fieldwrap_berufstaetigkeit {
  margin: 20px 0 !important;
}

.tx-pb-downloadform {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 590px) {
  .tx-pb-downloadform {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .tx-pb-downloadform {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}

.teaserThird.pb_downloadform h3 {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 10px 20px 3px 20px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #c31423;
}
@media screen and (min-width: 768px) {
  .teaserThird.pb_downloadform h3 {
    padding: 15px 30px 3px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .teaserThird.pb_downloadform h3 {
    font-size: 26px;
  }
}
.teaserThird.pb_downloadform p, .teaserThird.pb_downloadform address {
  padding: 0px 20px 10px 20px;
  color: #525762;
}
@media screen and (min-width: 768px) {
  .teaserThird.pb_downloadform p, .teaserThird.pb_downloadform address {
    padding: 0px 30px 15px 30px;
  }
}
.teaserThird.pb_downloadform p span:after, .teaserThird.pb_downloadform address span:after {
  content: ">";
  padding-right: 3px;
  padding-left: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.teaserThird.pb_downloadform a {
  display: block;
  height: 100%;
  background: rgba(111, 111, 111, 0.1);
}
.teaserThird.pb_downloadform a:hover {
  text-decoration: none;
}
.teaserThird.pb_downloadform a:hover {
  background: rgba(111, 111, 111, 0.25);
}
.teaserThird.pb_downloadform a:hover p span:after, .teaserThird.pb_downloadform a:hover address span:after {
  padding-right: 0;
  padding-left: 6px;
}

.downloadform.cf {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .downloadform.cf {
    padding: 30px 30px;
  }
}
.downloadform.cf h3 {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #c31423;
}
@media screen and (min-width: 1280px) {
  .downloadform.cf h3 {
    font-size: 40px;
  }
}
.downloadform.cf form {
  margin-top: 20px;
}
.downloadform.cf input[type=text] {
  margin-bottom: 10px;
}
.downloadform.cf input[type=checkbox] {
  float: left;
  margin: 0 0 8px 0;
  padding: 0;
  clear: left;
}
.downloadform.cf input[type=checkbox] + label {
  clear: none;
  float: left;
  width: 90%;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 18px;
}
.downloadform.cf input[type=submit] {
  margin: 10px 0 0px 0;
  padding: 10px 15px 6px 15px;
  font-size: 22px;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .downloadform.cf input[type=submit] {
    font-size: 26px;
  }
}

.tx-pb-downloadform section.pb_downloadform {
  height: 100%;
}

form#downloadanfrage-1161 label.form-label {
  display: none;
}

#downloadanfrage-1161 { /*DownloadForm*/ }
#downloadanfrage-1161 .form-navigation button[type=submit] {
  margin-top: 1em;
}

form#bewerbung-1469 .row, form#bewerbung-1469 .headerContent .frame-type-text, .headerContent form#bewerbung-1469 .frame-type-text {
  display: flex;
  text-align: left;
}
form#bewerbung-1469 .row > *, form#bewerbung-1469 .headerContent .frame-type-text > *, .headerContent form#bewerbung-1469 .frame-type-text > * {
  padding-left: 0;
}
form#bewerbung-1469 span.required {
  color: #c31423;
}
form#bewerbung-1469 #bewerbung-1469-fieldset-5 {
  margin: 2em 0;
  padding-bottom: 2em;
  border-bottom: 2px solid #ccc;
}
form#bewerbung-1469 #bewerbung-1469-fieldset-2 {
  margin-bottom: 1em;
}
form#bewerbung-1469 #bewerbung-1469-multicheckbox-2 {
  margin: 1em 0;
}
form#bewerbung-1469 legend {
  color: #666;
  text-transform: uppercase;
  font-size: 1.3em;
}
form#bewerbung-1469 .actions button {
  width: 100%;
  margin: 1em 0;
  text-transform: uppercase;
  border: none;
}

/*# sourceMappingURL=styles.css.map */
