@charset "UTF-8";
/**
 * Define breakpoints the grid should respond to.
 * Grid cell classes will be generated like
 * .grid-wrapper
 * .grid-container
 * .grid-cell-1, .grid-cell-6-xs, .grid-cell-12-m, …
 * .grid-pre-1, .grid-post-6-xs, …
 */
/**
 * Define speaking names for numbered cells, so you can use
 * .grid-cell-half instead of .grid-cell-6
 * It's easier to handle, when nesting cells.
 */
/**
 * The micro clearfix
 * http://nicolasgallagher.com/micro-clearfix-hack/
 */
/**
 * Create an grid wrapper, which can have a max-width and would be centered.
 */
/**
 * Create an grid container, which contains grid cells.
 * You can compare it with Susy's `container` mixin in some way.
 */
/**
 * Create an grid cell, which spans to x columns.
 * You can compare it with Susy's `span` mixin in some way.
 * @param {number} $_columns number of columns the cell spans.
 * @param {number} $_total-columns total number of columns.
 */
/**
 * Offset a grid cell to the right.
 * You can compare it with Susy's `pre` mixin in some way.
 * @param {number} $_columns number of columns to offset.
 */
/**
 * Add margin to the right of a grid cell.
 * You can compare it with Susy's `post` mixin in some way.
 * @param {number} $_columns number of columns margin should be added.
 */
/**
 * Size the grid cell.
 * @param {number} $_columns number of columns the cell spans.
 * @param {number} $_total-columns total number of columns.
 */
/**
 * Calculate the size of a grid cell, which spans to x columns.
 * @param {number} $_columns number of columns the cell spans.
 * @param {number} $_total-columns total number of columns.
 */
/**
 * Size the grid cell.
 * @param {number} $_columns number of columns the cell spans.
 * @param {number} $_total-columns total number of columns.
 */
/**
 * Create grid cells and add breakpoint name.
 * Size:        AP_cell-1 … AP_cell-12
 * Breakpoints: AP_cell-1-xs … AP_cell-1-xl
 * @param {string} $_breakpoint-name defined in $grid-breakpoints
 */
/**
 * Create grid cells for all breakpoints defined in $grid-breakpoints.
 */
/**
 * Create grid cell offsets and add breakpoint name.
 * Size:        AP_ext-pre-1 … AP_ext-pre-12
 * Breakpoints: AP_ext-pre-1-xs … AP_ext-pre-1-xl
 * Sides:       AP_ext-pre-1, AP_ext-post-1
 * @param {string} $_side margin is applied to pre (left) or post (right)
 * @param {string} $_breakpoint-name defined in $grid-breakpoints
 */
/**
 * Create grid cell offsets for all breakpoints defined in $grid-breakpoints.
 */
/**
 * Polyfill CSS `object-fit` on IE11, Edge
 * 
 * @see https://github.com/bfred-it/object-fit-images
 * @see https://developer.mozilla.org/de/docs/Web/CSS/object-fit
 * 
 * @param {string} $_object-fit - fill, contain, cover, none, scale-down
 */
/**
 * Removing the tap highlight color on touch devices
 * http://phonegap-tips.com/articles/essential-phonegap-css-webkit-tap-highlight-color.html
 * 
 * 1. Removing the tap highlight color on iOS
 * 2. … and some Androids
 */
/**
 * Remove the unit of a number
 * @param {number} $_number to remove unit from
 * @return {number} an unitless number
 */
.icon--a-haas-logo {
  width: 283px;
  height: 58px; }

.icon--angenehme-arbeitsatmosphaere {
  width: 81px;
  height: 80px; }

.icon--arrow-down {
  width: 26px;
  height: 31px; }

.icon--arrow-left {
  width: 46px;
  height: 26px; }

.icon--arrow-right {
  width: 46px;
  height: 26px; }

.icon--arrow-small-down {
  width: 27px;
  height: 27px; }

.icon--arrow-small-top {
  width: 27px;
  height: 27px; }

.icon--carreer-Icon {
  width: 24.56px;
  height: 20.75px; }

.icon--close {
  width: 26px;
  height: 26px; }

.icon--coffeecup {
  width: 62px;
  height: 66px; }

.icon--expand {
  width: 30px;
  height: 30px; }

.icon--extern {
  width: 20px;
  height: 20px; }

.icon--flexibilitaet {
  width: 109px;
  height: 80px; }

.icon--haas {
  width: 28px;
  height: 23px; }

.icon--list {
  width: 40px;
  height: 24px; }

.icon--loader {
  width: 38px;
  height: 38px; }

.icon--loading {
  width: 42px;
  height: 42px; }

.icon--logo {
  width: 200px;
  height: 53px; }

.icon--mail {
  width: 25px;
  height: 16px; }

.icon--person {
  width: 20px;
  height: 25px; }

.icon--phone {
  width: 24px;
  height: 24px; }

.icon--play {
  width: 18px;
  height: 23px; }

.icon--plus {
  width: 32px;
  height: 32px; }

.icon--schloss {
  width: 32px;
  height: 37.02px; }

.icon--search {
  width: 31px;
  height: 32px; }

.icon--selbstverwirklichung {
  width: 101px;
  height: 100px; }

.icon--social-facebook {
  width: 10px;
  height: 22px; }

.icon--social-instagram {
  width: 22px;
  height: 22px; }

.icon--social-linkedin {
  width: 25px;
  height: 24px; }

.icon--social-tiktok {
  width: 34px;
  height: 40px; }

.icon--social-twitter {
  width: 22px;
  height: 19px; }

.icon--social-x {
  width: 184px;
  height: 200px; }

.icon--social-xing {
  width: 22px;
  height: 25px; }

.icon--social-youtube {
  width: 14px;
  height: 17px; }

.icon--wachstum {
  width: 82px;
  height: 90px; }

/*! normalize.css v6.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

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

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

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

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

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

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0; }

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0; }

/**
 * Remove address styling.
 */
address {
  font-style: normal; }

/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box; }

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

html {
  height: 100%;
  font-family: sans-serif;
  font-size: 8px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  background: #fff;
  position: relative;
  min-height: 100%;
  color: #3A4448;
  font-family: "Fabrikat", sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
  overflow-x: hidden; }

/**
 * 1. Prevent zooming in IE
 * 2. Removing the tap highlight color on touch devices
 */
a,
button,
input {
  -ms-touch-action: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

input,
textarea,
select {
  font-size: 22px;
  font-family: "Fabrikat", sans-serif; }

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

a {
  color: inherit; }

svg {
  fill: #000; }

.container {
  padding-bottom: 48px; }

.ar--4-1 {
  width: 100%;
  padding-top: 25%; }

@media (max-width: 1023px) {
  .ar--tablet-4-1 {
    width: 100%;
    padding-top: 26%; } }

.ar--tablet-4-1 img {
  font-family: "object-fit:cover";
  object-fit: cover; }

@media (max-width: 767px) {
  .ar--phone-4-1 {
    width: 100%;
    padding-top: 26%; } }

.ar--phone-4-1 img {
  font-family: "object-fit:cover;object-position:top";
  object-fit: cover;
  object-position: top; }

.ar--8-5 {
  width: 100%;
  padding-top: 62.5%; }

@media (max-width: 1023px) {
  .ar--tablet-8-5 {
    width: 100%;
    padding-top: 63.5%; } }

.ar--tablet-8-5 img {
  font-family: "object-fit:cover";
  object-fit: cover; }

@media (max-width: 767px) {
  .ar--phone-8-5 {
    width: 100%;
    padding-top: 63.5%; } }

.ar--phone-8-5 img {
  font-family: "object-fit:cover;object-position:top";
  object-fit: cover;
  object-position: top; }

.ar--9-4 {
  width: 100%;
  padding-top: 44.44444%; }

@media (max-width: 1023px) {
  .ar--tablet-9-4 {
    width: 100%;
    padding-top: 45.44444%; } }

.ar--tablet-9-4 img {
  font-family: "object-fit:cover";
  object-fit: cover; }

@media (max-width: 767px) {
  .ar--phone-9-4 {
    width: 100%;
    padding-top: 45.44444%; } }

.ar--phone-9-4 img {
  font-family: "object-fit:cover;object-position:top";
  object-fit: cover;
  object-position: top; }

.ar--27-4 {
  width: 100%;
  padding-top: 14.81481%; }

@media (max-width: 1023px) {
  .ar--tablet-27-4 {
    width: 100%;
    padding-top: 15.81481%; } }

.ar--tablet-27-4 img {
  font-family: "object-fit:cover";
  object-fit: cover; }

@media (max-width: 767px) {
  .ar--phone-27-4 {
    width: 100%;
    padding-top: 15.81481%; } }

.ar--phone-27-4 img {
  font-family: "object-fit:cover;object-position:top";
  object-fit: cover;
  object-position: top; }

.ar--27-2 {
  width: 100%;
  padding-top: 7.40741%; }

@media (max-width: 1023px) {
  .ar--tablet-27-2 {
    width: 100%;
    padding-top: 8.40741%; } }

.ar--tablet-27-2 img {
  font-family: "object-fit:cover";
  object-fit: cover; }

@media (max-width: 767px) {
  .ar--phone-27-2 {
    width: 100%;
    padding-top: 8.40741%; } }

.ar--phone-27-2 img {
  font-family: "object-fit:cover;object-position:top";
  object-fit: cover;
  object-position: top; }

.ar--4-5 {
  width: 100%;
  padding-top: 125%; }

@media (max-width: 1023px) {
  .ar--tablet-4-5 {
    width: 100%;
    padding-top: 126%; } }

.ar--tablet-4-5 img {
  font-family: "object-fit:cover";
  object-fit: cover; }

@media (max-width: 767px) {
  .ar--phone-4-5 {
    width: 100%;
    padding-top: 126%; } }

.ar--phone-4-5 img {
  font-family: "object-fit:cover;object-position:top";
  object-fit: cover;
  object-position: top; }

.ar--5-2 {
  width: 100%;
  padding-top: 40%; }

@media (max-width: 1023px) {
  .ar--tablet-5-2 {
    width: 100%;
    padding-top: 41%; } }

.ar--tablet-5-2 img {
  font-family: "object-fit:cover";
  object-fit: cover; }

@media (max-width: 767px) {
  .ar--phone-5-2 {
    width: 100%;
    padding-top: 41%; } }

.ar--phone-5-2 img {
  font-family: "object-fit:cover;object-position:top";
  object-fit: cover;
  object-position: top; }

.ar--5-4 {
  width: 100%;
  padding-top: 80%; }

@media (max-width: 1023px) {
  .ar--tablet-5-4 {
    width: 100%;
    padding-top: 81%; } }

.ar--tablet-5-4 img {
  font-family: "object-fit:cover";
  object-fit: cover; }

@media (max-width: 767px) {
  .ar--phone-5-4 {
    width: 100%;
    padding-top: 81%; } }

.ar--phone-5-4 img {
  font-family: "object-fit:cover;object-position:top";
  object-fit: cover;
  object-position: top; }

.ar--13-5 {
  width: 100%;
  padding-top: 38.46154%; }

@media (max-width: 1023px) {
  .ar--tablet-13-5 {
    width: 100%;
    padding-top: 39.46154%; } }

.ar--tablet-13-5 img {
  font-family: "object-fit:cover";
  object-fit: cover; }

@media (max-width: 767px) {
  .ar--phone-13-5 {
    width: 100%;
    padding-top: 39.46154%; } }

.ar--phone-13-5 img {
  font-family: "object-fit:cover;object-position:top";
  object-fit: cover;
  object-position: top; }

.ar--16-9 {
  width: 100%;
  padding-top: 56.25%; }

@media (max-width: 1023px) {
  .ar--tablet-16-9 {
    width: 100%;
    padding-top: 57.25%; } }

.ar--tablet-16-9 img {
  font-family: "object-fit:cover";
  object-fit: cover; }

@media (max-width: 767px) {
  .ar--phone-16-9 {
    width: 100%;
    padding-top: 57.25%; } }

.ar--phone-16-9 img {
  font-family: "object-fit:cover;object-position:top";
  object-fit: cover;
  object-position: top; }

.ar--2-1 {
  width: 100%;
  padding-top: 50%; }

@media (max-width: 1023px) {
  .ar--tablet-2-1 {
    width: 100%;
    padding-top: 51%; } }

.ar--tablet-2-1 img {
  font-family: "object-fit:cover";
  object-fit: cover; }

@media (max-width: 767px) {
  .ar--phone-2-1 {
    width: 100%;
    padding-top: 51%; } }

.ar--phone-2-1 img {
  font-family: "object-fit:cover;object-position:top";
  object-fit: cover;
  object-position: top; }

.ar--3-1 {
  width: 100%;
  padding-top: 33.33333%; }

@media (max-width: 1023px) {
  .ar--tablet-3-1 {
    width: 100%;
    padding-top: 34.33333%; } }

.ar--tablet-3-1 img {
  font-family: "object-fit:cover";
  object-fit: cover; }

@media (max-width: 767px) {
  .ar--phone-3-1 {
    width: 100%;
    padding-top: 34.33333%; } }

.ar--phone-3-1 img {
  font-family: "object-fit:cover;object-position:top";
  object-fit: cover;
  object-position: top; }

.ar {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .ar > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .ar + p {
    font-size: 12px;
    padding-top: 10px;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .ar + p {
        margin-bottom: 0px; } }

.t-a-c {
  text-align: center; }

.t-a-l {
  text-align: left; }

.t-a-r {
  text-align: right; }

.f-a-c {
  -ms-flex-pack: center;
      justify-content: center; }

.f-a-l {
  -ms-flex-pack: left;
      justify-content: left; }

.f-a-r {
  -ms-flex-pack: right;
      justify-content: right; }

.f-a-e {
  -ms-flex-item-align: end;
      align-self: flex-end; }
  .f-a-e.text {
    padding-bottom: 50px; }

.r-0 {
  right: 0; }

.t-0 {
  top: 0; }

.d-f {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.hidden {
  display: none; }

.pos-a {
  position: absolute; }

break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden; }

.border--top {
  border-top: 3px solid #FFED00; }

.border--bottom--thin {
  border-bottom: 1px solid #3A4448; }

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

.spacing-t-none {
  margin-top: 0px; }

.spacing-t-extra-small {
  margin-top: 50px; }

.spacing-t-small {
  margin-top: 100px; }

.spacing-t-medium {
  margin-top: 150px; }

.spacing-t-large {
  margin-top: 200px; }

.spacing-t-extra-large {
  margin-top: 250px; }

.spacing-b-none {
  margin-bottom: 0px !important; }

.spacing-b-extra-small {
  margin-bottom: 50px; }

.spacing-b-small {
  margin-bottom: 100px; }

.spacing-b-medium {
  margin-bottom: 150px; }

.spacing-b-large {
  margin-bottom: 200px; }

.spacing-b-extra-large {
  margin-bottom: 250px; }

.m-t-0 {
  margin-top: 0px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.m-t--0 {
  margin-top: -0px !important; }

.m-b--0 {
  margin-bottom: -0px !important; }

.p-t--0 {
  padding-top: -0px !important; }

.p-b--0 {
  padding-bottom: -0px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.m-t--10 {
  margin-top: -10px !important; }

.m-b--10 {
  margin-bottom: -10px !important; }

.p-t--10 {
  padding-top: -10px !important; }

.p-b--10 {
  padding-bottom: -10px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.m-t--20 {
  margin-top: -20px !important; }

.m-b--20 {
  margin-bottom: -20px !important; }

.p-t--20 {
  padding-top: -20px !important; }

.p-b--20 {
  padding-bottom: -20px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.m-t--30 {
  margin-top: -30px !important; }

.m-b--30 {
  margin-bottom: -30px !important; }

.p-t--30 {
  padding-top: -30px !important; }

.p-b--30 {
  padding-bottom: -30px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.m-t--40 {
  margin-top: -40px !important; }

.m-b--40 {
  margin-bottom: -40px !important; }

.p-t--40 {
  padding-top: -40px !important; }

.p-b--40 {
  padding-bottom: -40px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.m-t--50 {
  margin-top: -50px !important; }

.m-b--50 {
  margin-bottom: -50px !important; }

.p-t--50 {
  padding-top: -50px !important; }

.p-b--50 {
  padding-bottom: -50px !important; }

.m-t-60 {
  margin-top: 60px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.p-t-60 {
  padding-top: 60px !important; }

.p-b-60 {
  padding-bottom: 60px !important; }

.m-t--60 {
  margin-top: -60px !important; }

.m-b--60 {
  margin-bottom: -60px !important; }

.p-t--60 {
  padding-top: -60px !important; }

.p-b--60 {
  padding-bottom: -60px !important; }

.m-t-70 {
  margin-top: 70px !important; }

.m-b-70 {
  margin-bottom: 70px !important; }

.p-t-70 {
  padding-top: 70px !important; }

.p-b-70 {
  padding-bottom: 70px !important; }

.m-t--70 {
  margin-top: -70px !important; }

.m-b--70 {
  margin-bottom: -70px !important; }

.p-t--70 {
  padding-top: -70px !important; }

.p-b--70 {
  padding-bottom: -70px !important; }

.m-t-80 {
  margin-top: 80px !important; }

.m-b-80 {
  margin-bottom: 80px !important; }

.p-t-80 {
  padding-top: 80px !important; }

.p-b-80 {
  padding-bottom: 80px !important; }

.m-t--80 {
  margin-top: -80px !important; }

.m-b--80 {
  margin-bottom: -80px !important; }

.p-t--80 {
  padding-top: -80px !important; }

.p-b--80 {
  padding-bottom: -80px !important; }

.m-t-90 {
  margin-top: 90px !important; }

.m-b-90 {
  margin-bottom: 90px !important; }

.p-t-90 {
  padding-top: 90px !important; }

.p-b-90 {
  padding-bottom: 90px !important; }

.m-t--90 {
  margin-top: -90px !important; }

.m-b--90 {
  margin-bottom: -90px !important; }

.p-t--90 {
  padding-top: -90px !important; }

.p-b--90 {
  padding-bottom: -90px !important; }

.m-t-100 {
  margin-top: 100px !important; }

.m-b-100 {
  margin-bottom: 100px !important; }

.p-t-100 {
  padding-top: 100px !important; }

.p-b-100 {
  padding-bottom: 100px !important; }

.m-t--100 {
  margin-top: -100px !important; }

.m-b--100 {
  margin-bottom: -100px !important; }

.p-t--100 {
  padding-top: -100px !important; }

.p-b--100 {
  padding-bottom: -100px !important; }

.m-t-110 {
  margin-top: 110px !important; }

.m-b-110 {
  margin-bottom: 110px !important; }

.p-t-110 {
  padding-top: 110px !important; }

.p-b-110 {
  padding-bottom: 110px !important; }

.m-t--110 {
  margin-top: -110px !important; }

.m-b--110 {
  margin-bottom: -110px !important; }

.p-t--110 {
  padding-top: -110px !important; }

.p-b--110 {
  padding-bottom: -110px !important; }

.m-t-120 {
  margin-top: 120px !important; }

.m-b-120 {
  margin-bottom: 120px !important; }

.p-t-120 {
  padding-top: 120px !important; }

.p-b-120 {
  padding-bottom: 120px !important; }

.m-t--120 {
  margin-top: -120px !important; }

.m-b--120 {
  margin-bottom: -120px !important; }

.p-t--120 {
  padding-top: -120px !important; }

.p-b--120 {
  padding-bottom: -120px !important; }

.m-t-130 {
  margin-top: 130px !important; }

.m-b-130 {
  margin-bottom: 130px !important; }

.p-t-130 {
  padding-top: 130px !important; }

.p-b-130 {
  padding-bottom: 130px !important; }

.m-t--130 {
  margin-top: -130px !important; }

.m-b--130 {
  margin-bottom: -130px !important; }

.p-t--130 {
  padding-top: -130px !important; }

.p-b--130 {
  padding-bottom: -130px !important; }

.m-t-140 {
  margin-top: 140px !important; }

.m-b-140 {
  margin-bottom: 140px !important; }

.p-t-140 {
  padding-top: 140px !important; }

.p-b-140 {
  padding-bottom: 140px !important; }

.m-t--140 {
  margin-top: -140px !important; }

.m-b--140 {
  margin-bottom: -140px !important; }

.p-t--140 {
  padding-top: -140px !important; }

.p-b--140 {
  padding-bottom: -140px !important; }

.m-t-150 {
  margin-top: 150px !important; }

.m-b-150 {
  margin-bottom: 150px !important; }

.p-t-150 {
  padding-top: 150px !important; }

.p-b-150 {
  padding-bottom: 150px !important; }

.m-t--150 {
  margin-top: -150px !important; }

.m-b--150 {
  margin-bottom: -150px !important; }

.p-t--150 {
  padding-top: -150px !important; }

.p-b--150 {
  padding-bottom: -150px !important; }

.m-t-160 {
  margin-top: 160px !important; }

.m-b-160 {
  margin-bottom: 160px !important; }

.p-t-160 {
  padding-top: 160px !important; }

.p-b-160 {
  padding-bottom: 160px !important; }

.m-t--160 {
  margin-top: -160px !important; }

.m-b--160 {
  margin-bottom: -160px !important; }

.p-t--160 {
  padding-top: -160px !important; }

.p-b--160 {
  padding-bottom: -160px !important; }

.m-t-170 {
  margin-top: 170px !important; }

.m-b-170 {
  margin-bottom: 170px !important; }

.p-t-170 {
  padding-top: 170px !important; }

.p-b-170 {
  padding-bottom: 170px !important; }

.m-t--170 {
  margin-top: -170px !important; }

.m-b--170 {
  margin-bottom: -170px !important; }

.p-t--170 {
  padding-top: -170px !important; }

.p-b--170 {
  padding-bottom: -170px !important; }

.m-t-180 {
  margin-top: 180px !important; }

.m-b-180 {
  margin-bottom: 180px !important; }

.p-t-180 {
  padding-top: 180px !important; }

.p-b-180 {
  padding-bottom: 180px !important; }

.m-t--180 {
  margin-top: -180px !important; }

.m-b--180 {
  margin-bottom: -180px !important; }

.p-t--180 {
  padding-top: -180px !important; }

.p-b--180 {
  padding-bottom: -180px !important; }

.m-t-190 {
  margin-top: 190px !important; }

.m-b-190 {
  margin-bottom: 190px !important; }

.p-t-190 {
  padding-top: 190px !important; }

.p-b-190 {
  padding-bottom: 190px !important; }

.m-t--190 {
  margin-top: -190px !important; }

.m-b--190 {
  margin-bottom: -190px !important; }

.p-t--190 {
  padding-top: -190px !important; }

.p-b--190 {
  padding-bottom: -190px !important; }

.m-t-200 {
  margin-top: 200px !important; }

.m-b-200 {
  margin-bottom: 200px !important; }

.p-t-200 {
  padding-top: 200px !important; }

.p-b-200 {
  padding-bottom: 200px !important; }

.m-t--200 {
  margin-top: -200px !important; }

.m-b--200 {
  margin-bottom: -200px !important; }

.p-t--200 {
  padding-top: -200px !important; }

.p-b--200 {
  padding-bottom: -200px !important; }

.m-t-210 {
  margin-top: 210px !important; }

.m-b-210 {
  margin-bottom: 210px !important; }

.p-t-210 {
  padding-top: 210px !important; }

.p-b-210 {
  padding-bottom: 210px !important; }

.m-t--210 {
  margin-top: -210px !important; }

.m-b--210 {
  margin-bottom: -210px !important; }

.p-t--210 {
  padding-top: -210px !important; }

.p-b--210 {
  padding-bottom: -210px !important; }

.m-t-220 {
  margin-top: 220px !important; }

.m-b-220 {
  margin-bottom: 220px !important; }

.p-t-220 {
  padding-top: 220px !important; }

.p-b-220 {
  padding-bottom: 220px !important; }

.m-t--220 {
  margin-top: -220px !important; }

.m-b--220 {
  margin-bottom: -220px !important; }

.p-t--220 {
  padding-top: -220px !important; }

.p-b--220 {
  padding-bottom: -220px !important; }

.m-t-230 {
  margin-top: 230px !important; }

.m-b-230 {
  margin-bottom: 230px !important; }

.p-t-230 {
  padding-top: 230px !important; }

.p-b-230 {
  padding-bottom: 230px !important; }

.m-t--230 {
  margin-top: -230px !important; }

.m-b--230 {
  margin-bottom: -230px !important; }

.p-t--230 {
  padding-top: -230px !important; }

.p-b--230 {
  padding-bottom: -230px !important; }

.m-t-240 {
  margin-top: 240px !important; }

.m-b-240 {
  margin-bottom: 240px !important; }

.p-t-240 {
  padding-top: 240px !important; }

.p-b-240 {
  padding-bottom: 240px !important; }

.m-t--240 {
  margin-top: -240px !important; }

.m-b--240 {
  margin-bottom: -240px !important; }

.p-t--240 {
  padding-top: -240px !important; }

.p-b--240 {
  padding-bottom: -240px !important; }

.m-t-250 {
  margin-top: 250px !important; }

.m-b-250 {
  margin-bottom: 250px !important; }

.p-t-250 {
  padding-top: 250px !important; }

.p-b-250 {
  padding-bottom: 250px !important; }

.m-t--250 {
  margin-top: -250px !important; }

.m-b--250 {
  margin-bottom: -250px !important; }

.p-t--250 {
  padding-top: -250px !important; }

.p-b--250 {
  padding-bottom: -250px !important; }

.m-t-260 {
  margin-top: 260px !important; }

.m-b-260 {
  margin-bottom: 260px !important; }

.p-t-260 {
  padding-top: 260px !important; }

.p-b-260 {
  padding-bottom: 260px !important; }

.m-t--260 {
  margin-top: -260px !important; }

.m-b--260 {
  margin-bottom: -260px !important; }

.p-t--260 {
  padding-top: -260px !important; }

.p-b--260 {
  padding-bottom: -260px !important; }

.m-t-270 {
  margin-top: 270px !important; }

.m-b-270 {
  margin-bottom: 270px !important; }

.p-t-270 {
  padding-top: 270px !important; }

.p-b-270 {
  padding-bottom: 270px !important; }

.m-t--270 {
  margin-top: -270px !important; }

.m-b--270 {
  margin-bottom: -270px !important; }

.p-t--270 {
  padding-top: -270px !important; }

.p-b--270 {
  padding-bottom: -270px !important; }

.m-t-280 {
  margin-top: 280px !important; }

.m-b-280 {
  margin-bottom: 280px !important; }

.p-t-280 {
  padding-top: 280px !important; }

.p-b-280 {
  padding-bottom: 280px !important; }

.m-t--280 {
  margin-top: -280px !important; }

.m-b--280 {
  margin-bottom: -280px !important; }

.p-t--280 {
  padding-top: -280px !important; }

.p-b--280 {
  padding-bottom: -280px !important; }

.m-t-290 {
  margin-top: 290px !important; }

.m-b-290 {
  margin-bottom: 290px !important; }

.p-t-290 {
  padding-top: 290px !important; }

.p-b-290 {
  padding-bottom: 290px !important; }

.m-t--290 {
  margin-top: -290px !important; }

.m-b--290 {
  margin-bottom: -290px !important; }

.p-t--290 {
  padding-top: -290px !important; }

.p-b--290 {
  padding-bottom: -290px !important; }

.m-t-300 {
  margin-top: 300px !important; }

.m-b-300 {
  margin-bottom: 300px !important; }

.p-t-300 {
  padding-top: 300px !important; }

.p-b-300 {
  padding-bottom: 300px !important; }

.m-t--300 {
  margin-top: -300px !important; }

.m-b--300 {
  margin-bottom: -300px !important; }

.p-t--300 {
  padding-top: -300px !important; }

.p-b--300 {
  padding-bottom: -300px !important; }

.m-t-310 {
  margin-top: 310px !important; }

.m-b-310 {
  margin-bottom: 310px !important; }

.p-t-310 {
  padding-top: 310px !important; }

.p-b-310 {
  padding-bottom: 310px !important; }

.m-t--310 {
  margin-top: -310px !important; }

.m-b--310 {
  margin-bottom: -310px !important; }

.p-t--310 {
  padding-top: -310px !important; }

.p-b--310 {
  padding-bottom: -310px !important; }

.m-t-320 {
  margin-top: 320px !important; }

.m-b-320 {
  margin-bottom: 320px !important; }

.p-t-320 {
  padding-top: 320px !important; }

.p-b-320 {
  padding-bottom: 320px !important; }

.m-t--320 {
  margin-top: -320px !important; }

.m-b--320 {
  margin-bottom: -320px !important; }

.p-t--320 {
  padding-top: -320px !important; }

.p-b--320 {
  padding-bottom: -320px !important; }

.m-t-330 {
  margin-top: 330px !important; }

.m-b-330 {
  margin-bottom: 330px !important; }

.p-t-330 {
  padding-top: 330px !important; }

.p-b-330 {
  padding-bottom: 330px !important; }

.m-t--330 {
  margin-top: -330px !important; }

.m-b--330 {
  margin-bottom: -330px !important; }

.p-t--330 {
  padding-top: -330px !important; }

.p-b--330 {
  padding-bottom: -330px !important; }

.m-t-340 {
  margin-top: 340px !important; }

.m-b-340 {
  margin-bottom: 340px !important; }

.p-t-340 {
  padding-top: 340px !important; }

.p-b-340 {
  padding-bottom: 340px !important; }

.m-t--340 {
  margin-top: -340px !important; }

.m-b--340 {
  margin-bottom: -340px !important; }

.p-t--340 {
  padding-top: -340px !important; }

.p-b--340 {
  padding-bottom: -340px !important; }

.m-t-350 {
  margin-top: 350px !important; }

.m-b-350 {
  margin-bottom: 350px !important; }

.p-t-350 {
  padding-top: 350px !important; }

.p-b-350 {
  padding-bottom: 350px !important; }

.m-t--350 {
  margin-top: -350px !important; }

.m-b--350 {
  margin-bottom: -350px !important; }

.p-t--350 {
  padding-top: -350px !important; }

.p-b--350 {
  padding-bottom: -350px !important; }

.m-t-360 {
  margin-top: 360px !important; }

.m-b-360 {
  margin-bottom: 360px !important; }

.p-t-360 {
  padding-top: 360px !important; }

.p-b-360 {
  padding-bottom: 360px !important; }

.m-t--360 {
  margin-top: -360px !important; }

.m-b--360 {
  margin-bottom: -360px !important; }

.p-t--360 {
  padding-top: -360px !important; }

.p-b--360 {
  padding-bottom: -360px !important; }

.m-t-370 {
  margin-top: 370px !important; }

.m-b-370 {
  margin-bottom: 370px !important; }

.p-t-370 {
  padding-top: 370px !important; }

.p-b-370 {
  padding-bottom: 370px !important; }

.m-t--370 {
  margin-top: -370px !important; }

.m-b--370 {
  margin-bottom: -370px !important; }

.p-t--370 {
  padding-top: -370px !important; }

.p-b--370 {
  padding-bottom: -370px !important; }

.m-t-380 {
  margin-top: 380px !important; }

.m-b-380 {
  margin-bottom: 380px !important; }

.p-t-380 {
  padding-top: 380px !important; }

.p-b-380 {
  padding-bottom: 380px !important; }

.m-t--380 {
  margin-top: -380px !important; }

.m-b--380 {
  margin-bottom: -380px !important; }

.p-t--380 {
  padding-top: -380px !important; }

.p-b--380 {
  padding-bottom: -380px !important; }

.m-t-390 {
  margin-top: 390px !important; }

.m-b-390 {
  margin-bottom: 390px !important; }

.p-t-390 {
  padding-top: 390px !important; }

.p-b-390 {
  padding-bottom: 390px !important; }

.m-t--390 {
  margin-top: -390px !important; }

.m-b--390 {
  margin-bottom: -390px !important; }

.p-t--390 {
  padding-top: -390px !important; }

.p-b--390 {
  padding-bottom: -390px !important; }

/**
 * SVG sprite file(s) created by JS.
 */
.svg-sprite {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

img {
  display: inline-block;
  width: 100%;
  height: auto; }
  img.lazy {
    filter: blur(5px);
    transition: filter .3s; }
  img.lazyloaded {
    filter: blur(0); }

/* Web Fonts */
@font-face {
  font-family: 'Fabrikat';
  src: url('vhs-assets-css-3a1447a6f8f1ce879d0a1f273b18bfc1.eot?#iefix') format("embedded-opentype"), url('vhs-assets-css-1649faca1ba3f00dc75df363abf28674.otf') format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Fabrikat';
  src: url('vhs-assets-css-896aa3eaca37d049bfd524e0d9779542.eot?#iefix') format("embedded-opentype"), url('vhs-assets-css-ce7511605b9ed2648f859373d677e831.otf') format("opentype");
  font-weight: 600;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "Fabrikat", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-weight: 400;
  font-family: "Fabrikat", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-smoothing: antialiased;
  font-style: normal;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Fabrikat", sans-serif; }

h1, .h1 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 200; }

h2, .h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 200; }

h3, .h3 {
  font-size: 24px;
  line-height: 37px;
  font-weight: 600; }

h4, .h4 {
  font-size: 20px;
  line-height: 31px;
  font-weight: 300; }
  h4 strong, .h4 strong {
    font-size: 24px;
    line-height: 37px; }

p, h1, h2, h3, h4, h5 {
  margin-bottom: 20px; }

strong, b {
  font-weight: 600; }

.small {
  font-size: 12px; }

.acc--vertical .acc__head {
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer; }
  .acc--vertical .acc__head .icon {
    color: #FFED00;
    position: absolute;
    top: 16px;
    transform: rotate(90deg);
    transition: transform .2s;
    transform-origin: center;
    left: 2%;
    width: 27px;
    height: 27px; }
  .acc--vertical .acc__head h2, .acc--vertical .acc__head h3 {
    padding-left: calc(6.5% + 7px);
    margin-bottom: 0;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-right: 38px; }
    @media (max-width: 991px) {
      .acc--vertical .acc__head h2, .acc--vertical .acc__head h3 {
        -ms-flex-direction: column;
            flex-direction: column; } }

.acc--vertical .acc__item {
  position: relative; }
  .acc--vertical .acc__item:nth-of-type(odd) .acc__head {
    color: #fff;
    background: #3A4448; }
  .acc--vertical .acc__item--isopen .acc__content {
    opacity: 1; }
  .acc--vertical .acc__item--isopen .icon {
    transform: rotate(180deg); }

.acc--vertical .acc__content {
  display: none;
  padding-left: 7px;
  padding-top: 30px;
  padding-bottom: 30px;
  opacity: 0;
  transition: opacity .2s;
  margin-left: 6.5%; }
  .acc--vertical .acc__content > *:last-child {
    margin-bottom: 0 !important; }

.acc--horizontal {
  background: #3A4448;
  min-height: 700px;
  height: 60vh;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  .acc--horizontal.acc--has-1 .acc__item {
    width: 101%; }
  .acc--horizontal.acc--has-2 .acc__item {
    width: 51%; }
  .acc--horizontal.acc--has-3 .acc__item {
    width: 34.33333%; }
  .acc--horizontal.acc--has-4 .acc__item {
    width: 26%; }
  .acc--horizontal.acc--has-5 .acc__item {
    width: 21%; }
  .acc--horizontal.acc--has-6 .acc__item {
    width: 17.66667%; }
  .acc--horizontal.acc--has-7 .acc__item {
    width: 15.28571%; }
  .acc--horizontal.acc--has-8 .acc__item {
    width: 13.5%; }
  .acc--horizontal.acc--has-9 .acc__item {
    width: 12.11111%; }
  .acc--horizontal.acc--has-10 .acc__item {
    width: 11%; }
  .acc--horizontal .acc__item {
    height: 100%;
    color: #fff;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    background: none;
    z-index: 5;
    position: relative;
    transition: width .5s, background .5s; }
    .acc--horizontal .acc__item:last-of-type {
      border: none; }
    .acc--horizontal .acc__item:hover {
      background: rgba(255, 255, 255, 0.1); }
      .acc--horizontal .acc__item:hover .icon--plus {
        transform: scale(1.3); }
    .acc--horizontal .acc__item .icon {
      color: #FFED00;
      transform: scale(1);
      transition: transform .3s; }
      .acc--horizontal .acc__item .icon--plus {
        margin-top: 30px; }
      .acc--horizontal .acc__item .icon--close {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease-out .6s, transform 0.3s ease 0s;
        position: absolute;
        top: 40px;
        right: 40px;
        z-index: 6; }
        .acc--horizontal .acc__item .icon--close:hover {
          transform: scale(1.3); }
  .acc--horizontal .acc__head {
    position: absolute;
    width: 100%;
    min-height: 250px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 100px;
    opacity: 1;
    transition: opacity .1s; }
    .acc--horizontal .acc__head h4 {
      font-weight: 300; }
      @media (max-width: 991px) {
        .acc--horizontal .acc__head h4 {
          font-size: 14px;
          line-height: 1.5; } }
    .acc--horizontal .acc__head--inactive {
      opacity: 0;
      pointer-events: none;
      transform: rotate(90deg);
      transform-origin: bottom left;
      padding-bottom: 35px;
      padding-top: 0;
      transition: opacity .3s; }
      .acc--horizontal .acc__head--inactive h4 {
        font-weight: 300;
        white-space: nowrap;
        margin-bottom: 0; }
  .acc--horizontal .acc__content {
    position: absolute;
    left: 100px;
    top: 100px;
    width: calc(50vw - 150px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    transition-delay: 0; }
    @media (max-width: 991px) {
      .acc--horizontal .acc__content {
        left: 40px;
        width: calc(100% - 80px); } }
  .acc--horizontal .acc__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }
    .acc--horizontal .acc__bg:before, .acc--horizontal .acc__bg:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 200px;
      z-index: 10;
      pointer-events: none;
      background: linear-gradient(to top, rgba(58, 68, 72, 0) 0%, #3a4448 100%); }
    .acc--horizontal .acc__bg:after {
      background: rgba(58, 68, 72, 0.6);
      height: 100%; }
    .acc--horizontal .acc__bg__img {
      visibility: hidden;
      opacity: 0;
      z-index: 2;
      transition: all 1s; }
      .acc--horizontal .acc__bg__img--is-active {
        opacity: 1 !important;
        visibility: visible; }
    .acc--horizontal .acc__bg img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      font-family: "object-fit:cover";
      object-fit: cover; }
  @media (max-width: 767px) {
    .acc--horizontal {
      -ms-flex-direction: column;
          flex-direction: column;
      height: auto;
      min-height: unset; }
      .acc--horizontal .acc__item {
        width: 100% !important;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        transition-delay: 0s !important; }
        .acc--horizontal .acc__item .icon--plus {
          margin-top: 0;
          width: 24px;
          height: 24px; }
        .acc--horizontal .acc__item .icon--close {
          top: 19px;
          right: 31px;
          opacity: 0 !important; }
        .acc--horizontal .acc__item--is-active .acc__content {
          max-height: 1000px;
          transition-delay: 0s !important; }
        .acc--horizontal .acc__item--is-active .icon--plus {
          transform: rotate(45deg) !important;
          pointer-events: none; }
      .acc--horizontal .acc__content {
        position: relative;
        max-height: 0;
        overflow: hidden;
        transition: max-height .5s !important;
        transition-delay: 0s !important;
        top: 0;
        left: 32px;
        width: calc(100% - 64px); }
        .acc--horizontal .acc__content .button {
          margin-bottom: 30px; }
      .acc--horizontal .acc__head {
        position: relative;
        min-height: unset;
        -ms-flex-direction: row;
            flex-direction: row;
        padding-top: 20px;
        padding-bottom: 20px;
        opacity: 1 !important;
        padding-left: 32px;
        padding-right: 32px; }
        .acc--horizontal .acc__head--inactive {
          display: none; }
        .acc--horizontal .acc__head h4 {
          margin-bottom: 0;
          text-align: left; }
      .acc--horizontal.acc--is-open .acc__item {
        width: 100% !important; } }

.acc--is-open .acc__item {
  width: 100px !important; }
  .acc--is-open .acc__item--is-active {
    width: 100% !important; }
    .acc--is-open .acc__item--is-active .acc__content, .acc--is-open .acc__item--is-active .icon--close {
      transition-delay: .6s;
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    .acc--is-open .acc__item--is-active .icon--close {
      transition-delay: 0s; }
    .acc--is-open .acc__item--is-active:hover {
      background: none; }
  .acc--is-open .acc__item--is-inactive:hover {
    background: rgba(255, 255, 255, 0.1); }
  .acc--is-open .acc__item--is-inactive .acc__head--inactive {
    opacity: 1; }

.acc--is-open .acc__head {
  opacity: 0;
  pointer-events: none; }

.acc--is-open .acc__bg img {
  opacity: 0; }

.acc--products {
  background: none;
  height: auto;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px; }
  .acc--products .acc__head {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    min-height: 180px;
    width: auto;
    text-align: left;
    position: absolute;
    white-space: nowrap;
    text-align: center;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    transition: unset; }
    .acc--products .acc__head .icon {
      opacity: 1; }
    .acc--products .acc__head h4 {
      transition: all .5s; }
    .acc--products .acc__head--inactive {
      position: absolute;
      top: 0;
      padding-bottom: 20px; }
  .acc--products .acc__content {
    left: 50%;
    margin-left: 30px;
    top: auto;
    bottom: 100px;
    max-width: calc(50% - 60px); }
  .acc--products .acc__item {
    background: #fff;
    color: #3A4448;
    margin-left: 15px;
    margin-right: 15px;
    min-height: 650px; }
    .acc--products .acc__item:hover {
      background: #fff; }
    .acc--products .acc__item .icon--plus {
      margin-top: 0; }
    .acc--products .acc__item--is-active .acc__head {
      opacity: 1;
      left: 90px;
      transform: translateX(0); }
      .acc--products .acc__item--is-active .acc__head h4 {
        font-size: 30px; }
      .acc--products .acc__item--is-active .acc__head .icon {
        opacity: 0; }
    .acc--products .acc__item--is-active .acc__image {
      width: 50%;
      opacity: 1 !important;
      margin-top: 0; }
      .acc--products .acc__item--is-active .acc__image img {
        max-height: 650px; }
  .acc--products .acc__image {
    width: 100%;
    margin-top: 100px;
    transition: all .3s !important;
    transition-delay: 0s !important; }
  .acc--products.acc--is-open .acc__image {
    opacity: 0; }

section.author {
  padding-top: 60px; }
  section.author .grid-cell {
    margin-bottom: 0px; }
    section.author .grid-cell:first-of-type:before {
      content: '';
      display: block;
      height: 1px;
      background: #000;
      width: 134.7%;
      margin-left: -17.35%;
      position: absolute;
      top: -60px; }
    section.author .grid-cell:last-of-type:after {
      content: '';
      display: block;
      height: 1px;
      background: #000;
      width: 134.7%;
      margin-left: -17.35%;
      position: absolute;
      bottom: -60px; }
  section.author h2 {
    margin-bottom: 10px; }
  section.author h3 {
    margin-top: -10px;
    margin-bottom: 0; }
  section.author h4 {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    section.author h3 {
      margin-top: 10px; } }

.benefits i {
  color: #FFED00;
  margin-bottom: 20px;
  height: 80px; }

.button, .cc-btn {
  position: relative;
  color: #3A4448;
  box-shadow: inset 0 0 0 3px #FFED00;
  text-decoration: none;
  padding: 14px 20px !important;
  margin-top: 20px;
  display: inline-block;
  background: none;
  border: 0;
  font-family: "Fabrikat", sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition-delay: 0s;
  transition: box-shadow .0s linear 0s;
  text-align: center;
  min-width: 180px; }
  .button:before, .button:after, .cc-btn:before, .cc-btn:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 3px solid transparent; }
  .button:hover, .cc-btn:hover {
    box-shadow: inset 0 0 0 3px #3A4448;
    transition: box-shadow .1s linear .45s; }
    .button:hover:before, .button:hover:after, .cc-btn:hover:before, .cc-btn:hover:after {
      width: 100%;
      height: 100%; }
    .button:hover:before, .cc-btn:hover:before {
      border-top-color: #3A4448;
      border-right-color: #3A4448;
      transition: width 0.15s ease-out, height 0.15s ease-out 0.15s; }
    .button:hover:after, .cc-btn:hover:after {
      border-bottom-color: #3A4448;
      border-left-color: #3A4448;
      transition: height 0.15s ease-out, width 0.15s ease-out 0.15s; }
  .button--white, .cc-btn--white {
    color: #fff; }
  .button--title span:before, .cc-btn--title span:before {
    content: attr(title); }
  .button--wide, .cc-btn--wide {
    width: 100%;
    text-align: center; }
  .bg--gray .button, .acc--horizontal .button, .button.cc-btn, .bg--gray .cc-btn, .acc--horizontal .cc-btn, .cc-btn.cc-btn {
    color: #fff; }
    .bg--gray .button:hover, .acc--horizontal .button:hover, .button.cc-btn:hover, .bg--gray .cc-btn:hover, .acc--horizontal .cc-btn:hover, .cc-btn.cc-btn:hover {
      background: #FFED00;
      color: #3A4448; }
      .bg--gray .button:hover:before, .acc--horizontal .button:hover:before, .button.cc-btn:hover:before, .bg--gray .cc-btn:hover:before, .acc--horizontal .cc-btn:hover:before, .cc-btn.cc-btn:hover:before {
        border-top-color: #FFED00;
        border-right-color: #FFED00; }
      .bg--gray .button:hover:after, .acc--horizontal .button:hover:after, .button.cc-btn:hover:after, .bg--gray .cc-btn:hover:after, .acc--horizontal .cc-btn:hover:after, .cc-btn.cc-btn:hover:after {
        border-bottom-color: #FFED00;
        border-left-color: #FFED00; }

.cc-btn {
  margin-top: 0 !important; }

.card {
  cursor: pointer;
  position: relative;
  margin-bottom: 30px; }
  .card.grid-cell {
    overflow: hidden; }
  .card--text {
    padding-left: 15px;
    padding-right: 15px; }
    .card--text .card__inner {
      padding: 30px;
      height: 100%;
      padding: 50px 90px 50px 50px;
      background: #fff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      .card--text .card__inner .button {
        margin-top: auto;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .card--image-text a {
    background: #fff;
    text-decoration: none; }
    .card--image-text a .card__image {
      padding-left: 0;
      padding-right: 0; }
    .card--image-text a .card__content {
      padding: 40px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end; }
  .card--social, .card--content {
    padding-top: calc(40% - 40px);
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px !important; }
    .card--social a, .card--content a {
      text-decoration: none; }
    .card--social .card__image, .card--content .card__image {
      padding-left: 15px;
      padding-right: 15px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .card--social .card__content, .card--content .card__content {
      position: absolute;
      width: calc(100% - 30px);
      bottom: 0%;
      left: 0;
      margin-left: 15px;
      margin-right: 15px;
      background: #fff;
      padding: 15px 24px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      .card--social .card__content h3, .card--content .card__content h3 {
        min-height: 75px; }
      .card--social .card__content__more, .card--content .card__content__more {
        display: none; }
      .card--social .card__content .button, .card--content .card__content .button {
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .card--content {
    padding-top: calc(35% - 40px); }
  .card--white a {
    background: #fff;
    text-decoration: none;
    min-height: 302px;
    display: block;
    padding: 40px; }
  .card--redirect a {
    text-decoration: none; }
    p
.card--redirect a:hover .icon {
      right: -10px; }
  .card--redirect .card__content {
    color: #fff;
    position: absolute;
    z-index: 11;
    left: 55px;
    bottom: 40px;
    width: calc(100% - 110px); }
    .card--redirect .card__content h3 {
      margin-bottom: 0;
      padding-right: 100px; }
    .card--redirect .card__content .icon {
      position: absolute;
      right: 0px;
      bottom: 0;
      color: #FFED00;
      transition: right .2s; }
  .card--redirect.grid-cell-6 .card__image {
    position: relative; }
    .card--redirect.grid-cell-6 .card__image:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 80px;
      z-index: 10;
      pointer-events: none;
      background: linear-gradient(to bottom, rgba(58, 68, 72, 0) 0%, rgba(58, 68, 72, 0.5) 100%); }
  .card--product {
    overflow: hidden;
    margin-bottom: 30px !important; }
    .card--product h3 {
      position: absolute;
      top: 40px;
      z-index: 5;
      width: 100%;
      text-align: center; }
    .card--product a {
      text-decoration: none;
      position: relative;
      display: block;
      overflow: hidden; }
    .card--product .card__content {
      background: #fff;
      padding: 40px;
      padding-top: 20px;
      position: absolute;
      bottom: 0;
      z-index: 6;
      transform: translateY(100%);
      transition: all .3s;
      width: 100%; }
    .card--product.grid-cell-12 h3 {
      text-align: left;
      padding-left: 100px; }
    .card--product.grid-cell-12 .card__content {
      height: 100%;
      transform: translateY(0) translateX(100%);
      width: 40.33333%;
      right: 0;
      padding-left: 100px;
      padding-right: 100px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .card--product:hover .card__content {
      transform: translateY(0); }
    .card--product.grid-cell-4 .card__image, .card--product.grid-cell-6 .card__image {
      padding-top: 80px;
      background: #fff; }
  @media (max-width: 991px) {
    .card--social, .card--content {
      padding: 0 !important; }
      .card--social .card__image, .card--content .card__image {
        position: relative; }
      .card--social .card__content, .card--content .card__content {
        position: relative; }
        .card--social .card__content__more, .card--content .card__content__more {
          display: block !important; }
        .card--social .card__content h3, .card--content .card__content h3 {
          min-height: unset; }
    .card--product .card__content {
      position: relative;
      transform: translateX(0) translateY(0) !important;
      width: 100% !important;
      padding: 40px !important; }
    .card--product .card__image {
      padding-top: 80px;
      background: #fff; }
    .card--product h3 {
      padding-left: 0 !important;
      text-align: center !important; } }

.carreerinfo {
  background: #3A4448;
  color: #fff; }
  @media (min-width: 1024px) {
    .carreerinfo {
      position: absolute;
      width: 90%;
      right: 0;
      margin-top: -50px;
      padding: 20px; } }
  @media (max-width: 1023px) {
    .carreerinfo {
      position: relative;
      padding: 17px; } }
  .carreerinfo p {
    margin-bottom: 15px;
    margin-left: 0; }
  .carreerinfo .nav {
    display: inline-block;
    margin: 0; }
    .carreerinfo .nav ul li {
      line-height: 25px;
      margin-right: 15px; }
      .carreerinfo .nav ul li:first-of-type {
        margin-left: 0; }
      .carreerinfo .nav ul li a {
        width: auto;
        height: auto;
        line-height: 25px; }
        .carreerinfo .nav ul li a .icon {
          height: 30px;
          width: 30px; }

@media (min-width: 992px) {
  .carreer__image {
    padding-right: 15px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%); } }

@media (max-width: 991px) {
  .carreer__image {
    margin-bottom: 50px; } }

.applysticky {
  position: fixed;
  opacity: 0;
  bottom: 123px;
  right: 0;
  z-index: 23;
  transition-delay: 1s;
  transition: all .3s; }
  .applysticky:after {
    display: block;
    content: "";
    height: 2px;
    bottom: 123px;
    width: 40px;
    right: 5px;
    left: auto;
    background-color: #FFF;
    position: fixed;
    z-index: 14; }
  .applysticky button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    background-color: #3A4448;
    box-shadow: none;
    z-index: 14;
    color: #FFF;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 0;
    padding: 10px !important;
    -ms-flex-pack: justify;
        justify-content: space-between;
    transition: all .6s ease-in-out;
    right: 0;
    transform: translateX(calc(100% - 49px)); }
    .applysticky button:hover, .applysticky button.hover {
      transform: translateX(0); }
    .applysticky button span {
      display: -ms-flexbox;
      display: flex;
      margin-right: 10px;
      position: relative;
      font-weight: 500; }
      .applysticky button span:after {
        display: block;
        content: "";
        background-color: #FFED00;
        height: 1px;
        position: absolute;
        bottom: -4px;
        right: 0;
        left: 0; }
    .applysticky button i {
      color: #FFED00;
      display: -ms-flexbox;
      display: flex;
      width: 30px;
      height: 30px;
      margin-right: 10px; }

.form--check {
  position: relative; }
  .form--check input[type="checkbox"], .form--check input[type="radio"] {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 3px;
    opacity: 0;
    cursor: pointer; }
    .form--check input[type="checkbox"]:checked + label:before, .form--check input[type="radio"]:checked + label:before {
      color: #3A4448; }
  .form--check label {
    padding-left: 50px !important;
    line-height: 1.5;
    display: inline-block;
    cursor: pointer;
    position: relative !important;
    opacity: 1 !important;
    left: 0 !important;
    top: 0 !important;
    margin-bottom: 20px;
    font-size: 16px !important;
    pointer-events: auto !important; }
    .form--check label:before {
      content: '×';
      line-height: 18px;
      font-size: 34px;
      text-align: center;
      display: block;
      width: 24px;
      height: 24px;
      color: transparent;
      position: absolute;
      left: 0px;
      top: 4px;
      pointer-events: none;
      border: 3px solid #3A4448; }

.bg--gray .form--check input[type="checkbox"]:checked + label:before, .bg--gray .form--check input[type="radio"]:checked + label:before {
  color: #FFED00 !important; }

.bg--gray .form--check label {
  color: #fff !important; }
  .bg--gray .form--check label:before {
    color: #3A4448 !important;
    border: 3px solid #FFED00; }

/*Civic Cookie Control Styles*/
#ccc {
  letter-spacing: 1px !important;
  font-weight: 400 !important;
  line-height: 1.5; }
  #ccc[checkbox-optin] .checkbox-toggle {
    border-radius: 0 !important; }
    #ccc[checkbox-optin] .checkbox-toggle input:checked ~ .checkbox-toggle-toggle:after {
      border-color: #ffed00 !important; }
  #ccc-close {
    transition: transform 0.3s ease 0s; }
    #ccc-close:hover {
      transform: scale(1.3); }
    #ccc-close svg {
      fill: #3a4448; }
  #ccc[light] .ccc-button-solid {
    background: transparent !important;
    color: #3a4448 !important;
    font-weight: 400 !important; }
  #ccc[light] .ccc-notify-button {
    border-color: transparent !important;
    letter-spacing: 1px !important;
    box-shadow: inset 0 0 0 3px #FFED00;
    transition-delay: 0s;
    transition: box-shadow .0s linear 0s; }
    #ccc[light] .ccc-notify-button:hover {
      box-shadow: inset 0 0 0 3px #3A4448;
      transition: box-shadow .1s linear .45s; }
    #ccc[light] .ccc-notify-button:before, #ccc[light] .ccc-notify-button:after {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      width: 0;
      height: 0;
      border: 3px solid transparent; }
  #ccc .ccc-notify-button {
    border-radius: 0 !important; }

.coffecup {
  background-color: #3A4448;
  color: #fff;
  width: 100%;
  height: auto;
  padding: 25px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  z-index: 14; }
  .coffecup.clone {
    position: fixed;
    padding: 10px;
    margin-top: 0;
    top: 50%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.33); }
    .coffecup.clone i {
      margin-left: 0;
      width: auto;
      height: auto; }
    .coffecup.clone.close {
      width: 49px;
      height: 49px; }
      .coffecup.clone.close p {
        opacity: 0;
        width: 0px;
        height: 0px; }
    .coffecup.clone.open {
      padding: 25px; }
      .coffecup.clone.open p {
        opacity: 1;
        width: auto;
        height: auto;
        transition: all .0s ease-in 0s, all .5s ease-out .1s; }
      .coffecup.clone.open i {
        width: 80px !important;
        height: 60px !important; }
    .coffecup.clone.hidden {
      display: none !important; }
  @media (min-width: 1024px) {
    .coffecup {
      width: 50%; } }
  .coffecup i {
    color: #FFED00;
    margin-left: 20px;
    width: 80px;
    height: 80px; }
  @media (min-width: 1024px) {
    .coffecup {
      margin-top: -100px; } }
  @media (max-width: 1023px) {
    .coffecup:not(.close) .icon--coffeecup {
      display: none; } }
  .coffecup p {
    opacity: 1; }
    .coffecup p a {
      text-decoration: solid underline #FFED00 2px; }
  .coffecup--secondesc a {
    text-decoration: solid underline #FFED00 2px; }

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

.color--white {
  color: #fff; }
  .color--white h3 {
    color: #fff; }

.bg--black {
  background: #000 !important; }

.color--black {
  color: #000; }
  .color--black h3 {
    color: #000; }

.bg--gray {
  background: #3A4448 !important; }

.color--gray {
  color: #3A4448; }
  .color--gray h3 {
    color: #3A4448; }

.bg--gray-light {
  background: #E1E3E4 !important; }

.color--gray-light {
  color: #E1E3E4; }
  .color--gray-light h3 {
    color: #E1E3E4; }

.bg--yellow {
  background: #FFED00 !important; }

.color--yellow {
  color: #FFED00; }
  .color--yellow h3 {
    color: #FFED00; }

.columns {
  -moz-column-gap: 30px;
       column-gap: 30px; }
  .columns--0 {
    -moz-column-count: 0;
         column-count: 0; }
  .columns--1 {
    -moz-column-count: 1;
         column-count: 1; }
  .columns--2 {
    -moz-column-count: 2;
         column-count: 2; }
  .columns--3 {
    -moz-column-count: 3;
         column-count: 3; }
  .columns--4 {
    -moz-column-count: 4;
         column-count: 4; }
  .columns--5 {
    -moz-column-count: 5;
         column-count: 5; }
  .columns--6 {
    -moz-column-count: 6;
         column-count: 6; }
  .columns--7 {
    -moz-column-count: 7;
         column-count: 7; }
  .columns--8 {
    -moz-column-count: 8;
         column-count: 8; }
  .columns--9 {
    -moz-column-count: 9;
         column-count: 9; }

@media (max-width: 991px) {
  .columns--3 {
    -moz-column-count: 2;
         column-count: 2; } }

@media (max-width: 575px) {
  .columns--3 {
    -moz-column-count: 1;
         column-count: 1; } }

.comments .comment {
  margin-bottom: 50px; }
  .comments .comment__nav {
    display: -ms-flexbox;
    display: flex; }
    .comments .comment__nav > * {
      padding-right: 50px; }
  .comments .comment__show, .comments .comment__reply {
    cursor: pointer; }
    .comments .comment__show .icon, .comments .comment__reply .icon {
      color: #FFED00; }

.content__fade {
  position: fixed;
  left: 0;
  top: -100vh;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
  z-index: 14;
  opacity: 0;
  transition: opacity .2s;
  transition-delay: .3s; }
  .nav--ishoverd .content__fade, .mobilenav--isvisible .content__fade, .modal--isvisible .content__fade {
    top: 0;
    opacity: 1;
    transition-delay: 0s; }
  .modal--isvisible .content__fade {
    background: rgba(58, 68, 72, 0.8);
    z-index: 99; }

.cc-banner {
  font-family: "Fabrikat", sans-serif !important; }

#ccc #ccc-recommended-settings {
  background-color: #3A4448 !important;
  color: #fff !important;
  border-color: #3A4448 !important;
  box-shadow: inset 0 0 0 3px #3A4448 !important; }
  #ccc #ccc-recommended-settings:hover {
    box-shadow: inset 0 0 0 3px #FFED00 !important; }

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #FFED00 !important;
  border-color: #FFED00 !important;
  color: #000 !important; }

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: transparent;
  border-color: transparent !important;
  color: #000 !important;
  box-shadow: inset 0 0 0 3px #FFED00;
  transition: box-shadow .0s linear 0s; }
  #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize:hover, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover {
    box-shadow: inset 0 0 0 3px #3A4448 !important;
    transition: box-shadow .1s linear .45s; }

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  background-color: transparent !important;
  border: 2px solid #FFED00 !important; }

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #3A4448 !important;
  color: #3A4448 !important; }

CybotCookiebotDialogBodyLevelButtonDescription:hover,
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #3A4448 !important; }

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #3A4448 !important; }

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider:before,
#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogTabContent input + .CybotCookiebotDialogBodyLevelButtonSlider:before {
  background-color: #fff !important; }

#CybotCookiebotDialogPoweredbyCybot,
.CookiebotWidget-main-logo {
  display: none !important; }

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #e1e3e4 !important; }

#CybotCookiebotDialog .CybotExternalLinkArrow {
  width: 16px !important; }

#CookiebotWidget .CookiebotWidget-consent-details .CookiebotWidget-consent-details-box {
  background-color: #000 !important; }

#CookiebotWidget *,
#CybotCookiebotDialog * {
  font-family: "Fabrikat", sans-serif !important; }

#CookiebotWidget-btn-change,
#CookiebotWidget #CookiebotWidget-widgetContent,
#CookiebotWidget.CookiebotWidget-open {
  background-color: #3A4448 !important;
  background: #3A4448 !important; }

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #3A4448 !important; }

.countdown {
  color: #FFED00;
  font-weight: bold; }
  .countdown span {
    display: inline-block;
    box-shadow: inset 0 0 0 1px #3A4448;
    padding: 9px;
    color: #3A4448;
    font-size: 16px;
    font-weight: normal; }
  .countdown--label span {
    padding: 9px;
    color: #3A4448;
    font-size: 16px;
    font-size: 20px;
    min-width: 37.61px;
    text-align: center;
    font-weight: normal;
    display: inline-block;
    box-shadow: inset 0 0 0 1px transparent; }
  .countdown--large .countdown {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    .countdown--large .countdown > div {
      padding: 5px; }
    .countdown--large .countdown .label {
      color: #3A4448;
      padding-bottom: 10px; }
    .countdown--large .countdown span {
      font-size: 100px;
      box-shadow: inset 0 0 0 2px #FFED00;
      width: 228px;
      text-align: center; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .countdown--large .countdown > div {
        width: 25%; }
        .countdown--large .countdown > div span {
          width: 100%; } }
    @media (max-width: 767px) {
      .countdown--large .countdown {
        -ms-flex-direction: column;
            flex-direction: column; }
        .countdown--large .countdown span {
          width: 166px;
          font-size: 60px; } }

div.fair-logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  max-width: 138px;
  display: -ms-flexbox;
  display: flex; }

div.fair-logoonly {
  max-width: 138px; }

.footer {
  background: #3A4448;
  color: #fff;
  font-size: 12px;
  max-width: 100vw;
  overflow: hidden; }
  .footer__wrapper {
    width: 100%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .footer__wrapper {
        padding-left: 0px;
        padding-right: 0px; } }
    @media (max-width: 767px) {
      .footer__wrapper {
        padding-left: calc(0px / 2);
        padding-right: calc(0px / 2); } }
    .footer__wrapper::after {
      content: '';
      display: table;
      clear: both; }
  .footer__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    min-width: 100%; }
    .footer__container .grid-cell {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
    .footer__container .copyright {
      margin-bottom: 0; }
  @media (max-width: 1499px) {
    .footer__container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 1023px) {
    .footer .grid-cell {
      -ms-flex-direction: column;
          flex-direction: column;
      padding-top: 30px;
      padding-bottom: 10px; }
      .footer .grid-cell .nav--footer {
        padding-bottom: 15px; } }
  .footer .nav--social {
    margin-top: 0; }
    @media (max-width: 1023px) {
      .footer .nav--social a {
        width: 28px;
        height: 28px; } }

body {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
      flex-direction: column; }

main {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto; }

.form {
  position: relative; }
  .form .grid-cell {
    margin-bottom: 0 !important; }
  .form--contact {
    margin-left: -15px;
    margin-right: -15px; }
  .form--search {
    position: absolute;
    transform: translateX(-100%);
    margin-left: -10px; }
    .form--search input {
      width: 0px;
      visibility: hidden;
      pointer-events: none;
      transition: all .2s;
      padding-left: 10px;
      padding-right: 10px;
      height: 25px;
      line-height: 25px;
      font-size: 12px; }
    .form--search--is-active input {
      width: 200px;
      visibility: visible;
      pointer-events: auto; }
  .form .parsley-error:not(.checkbox):not(.powermail_field_error_container) {
    box-shadow: inset 0px 0px 0px 2px red;
    border: 1px solid red; }
  .form .parsley-error label:before, .form .parsley-error label:after {
    box-shadow: inset 0px 0px 0px 2px red;
    border: 1px solid red; }
  .form--contact, .form--release-notes, .form--grindguide, .form--filter {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .form--contact button, .form--release-notes button, .form--grindguide button, .form--filter button {
      margin-bottom: 30px; }
    .form--contact input, .form--contact textarea, .form--contact select, .form--release-notes input, .form--release-notes textarea, .form--release-notes select, .form--grindguide input, .form--grindguide textarea, .form--grindguide select, .form--filter input, .form--filter textarea, .form--filter select {
      margin-top: 20px;
      width: 100%;
      margin-bottom: 30px;
      border: none;
      font-size: 18px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      padding: 10px;
      padding-left: 19px;
      border: 1px solid #3A4448;
      border-radius: 0;
      background: #fff; }
      .form--contact input.required, .form--contact input.filled, .form--contact input.wpcf7-validates-as-required, .form--contact textarea.required, .form--contact textarea.filled, .form--contact textarea.wpcf7-validates-as-required, .form--contact select.required, .form--contact select.filled, .form--contact select.wpcf7-validates-as-required, .form--release-notes input.required, .form--release-notes input.filled, .form--release-notes input.wpcf7-validates-as-required, .form--release-notes textarea.required, .form--release-notes textarea.filled, .form--release-notes textarea.wpcf7-validates-as-required, .form--release-notes select.required, .form--release-notes select.filled, .form--release-notes select.wpcf7-validates-as-required, .form--grindguide input.required, .form--grindguide input.filled, .form--grindguide input.wpcf7-validates-as-required, .form--grindguide textarea.required, .form--grindguide textarea.filled, .form--grindguide textarea.wpcf7-validates-as-required, .form--grindguide select.required, .form--grindguide select.filled, .form--grindguide select.wpcf7-validates-as-required, .form--filter input.required, .form--filter input.filled, .form--filter input.wpcf7-validates-as-required, .form--filter textarea.required, .form--filter textarea.filled, .form--filter textarea.wpcf7-validates-as-required, .form--filter select.required, .form--filter select.filled, .form--filter select.wpcf7-validates-as-required {
        opacity: 1; }
        .form--contact input.required + label, .form--contact input.filled + label, .form--contact input.wpcf7-validates-as-required + label, .form--contact textarea.required + label, .form--contact textarea.filled + label, .form--contact textarea.wpcf7-validates-as-required + label, .form--contact select.required + label, .form--contact select.filled + label, .form--contact select.wpcf7-validates-as-required + label, .form--release-notes input.required + label, .form--release-notes input.filled + label, .form--release-notes input.wpcf7-validates-as-required + label, .form--release-notes textarea.required + label, .form--release-notes textarea.filled + label, .form--release-notes textarea.wpcf7-validates-as-required + label, .form--release-notes select.required + label, .form--release-notes select.filled + label, .form--release-notes select.wpcf7-validates-as-required + label, .form--grindguide input.required + label, .form--grindguide input.filled + label, .form--grindguide input.wpcf7-validates-as-required + label, .form--grindguide textarea.required + label, .form--grindguide textarea.filled + label, .form--grindguide textarea.wpcf7-validates-as-required + label, .form--grindguide select.required + label, .form--grindguide select.filled + label, .form--grindguide select.wpcf7-validates-as-required + label, .form--filter input.required + label, .form--filter input.filled + label, .form--filter input.wpcf7-validates-as-required + label, .form--filter textarea.required + label, .form--filter textarea.filled + label, .form--filter textarea.wpcf7-validates-as-required + label, .form--filter select.required + label, .form--filter select.filled + label, .form--filter select.wpcf7-validates-as-required + label {
          opacity: 1; }
      .form--contact input:focus + label,
      .form--contact input.filled + label, .form--contact textarea:focus + label,
      .form--contact textarea.filled + label, .form--contact select:focus + label,
      .form--contact select.filled + label, .form--release-notes input:focus + label,
      .form--release-notes input.filled + label, .form--release-notes textarea:focus + label,
      .form--release-notes textarea.filled + label, .form--release-notes select:focus + label,
      .form--release-notes select.filled + label, .form--grindguide input:focus + label,
      .form--grindguide input.filled + label, .form--grindguide textarea:focus + label,
      .form--grindguide textarea.filled + label, .form--grindguide select:focus + label,
      .form--grindguide select.filled + label, .form--filter input:focus + label,
      .form--filter input.filled + label, .form--filter textarea:focus + label,
      .form--filter textarea.filled + label, .form--filter select:focus + label,
      .form--filter select.filled + label {
        font-size: 12px;
        top: -5px; }
      .form--contact input.form__error + label, .form--contact textarea.form__error + label, .form--contact select.form__error + label, .form--release-notes input.form__error + label, .form--release-notes textarea.form__error + label, .form--release-notes select.form__error + label, .form--grindguide input.form__error + label, .form--grindguide textarea.form__error + label, .form--grindguide select.form__error + label, .form--filter input.form__error + label, .form--filter textarea.form__error + label, .form--filter select.form__error + label {
        color: #fff; }
    .form--contact textarea, .form--release-notes textarea, .form--grindguide textarea, .form--filter textarea {
      height: 175px; }
    .form--contact input[type="submit"], .form--release-notes input[type="submit"], .form--grindguide input[type="submit"], .form--filter input[type="submit"] {
      background: none;
      cursor: pointer;
      border: none; }
    .form--contact label, .form--release-notes label, .form--grindguide label, .form--filter label {
      position: absolute;
      padding-left: 10px;
      left: 20px;
      opacity: .5;
      top: 30px;
      transition: all .2s;
      pointer-events: none; }
      .form--contact label span, .form--release-notes label span, .form--grindguide label span, .form--filter label span {
        font-size: .7em; }
  .form--productivity .flex {
    display: -ms-flexbox;
    display: flex; }
  .form--productivity .flex-end {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .form--productivity .thanks-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 30px 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 100%; }
  .form--productivity .parsley-custom-error-message,
  .form--productivity .powermail_message_error {
    color: #ff0000; }
  .form--productivity button {
    margin-bottom: 30px; }
  .form--productivity .powermail_fieldset:first-of-type .pull-right {
    display: none; }
  .form--productivity label {
    font-weight: 500;
    font-size: 14px;
    color: #3A4448; }
  .form--productivity input:not([type="range"]), .form--productivity textarea, .form--productivity select {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 30px;
    border: none;
    font-size: 18px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 10px;
    padding-left: 19px;
    border: 1px solid #3A4448;
    border-radius: 0;
    background: #fff; }
    .form--productivity input:not([type="range"]).required, .form--productivity input:not([type="range"]).filled, .form--productivity input:not([type="range"]).wpcf7-validates-as-required, .form--productivity textarea.required, .form--productivity textarea.filled, .form--productivity textarea.wpcf7-validates-as-required, .form--productivity select.required, .form--productivity select.filled, .form--productivity select.wpcf7-validates-as-required {
      opacity: 1; }
      .form--productivity input:not([type="range"]).required + label, .form--productivity input:not([type="range"]).filled + label, .form--productivity input:not([type="range"]).wpcf7-validates-as-required + label, .form--productivity textarea.required + label, .form--productivity textarea.filled + label, .form--productivity textarea.wpcf7-validates-as-required + label, .form--productivity select.required + label, .form--productivity select.filled + label, .form--productivity select.wpcf7-validates-as-required + label {
        opacity: 1; }
    .form--productivity input:not([type="range"]):focus + label,
    .form--productivity input:not([type="range"]).filled + label, .form--productivity textarea:focus + label,
    .form--productivity textarea.filled + label, .form--productivity select:focus + label,
    .form--productivity select.filled + label {
      font-size: 12px;
      top: -5px;
      color: #fff; }
    .form--productivity input:not([type="range"]).form__error + label, .form--productivity textarea.form__error + label, .form--productivity select.form__error + label {
      color: #fff; }
  .form--productivity .calculation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center; }
    .form--productivity .calculation span {
      color: #FFF;
      text-align: center;
      font-size: 30px;
      font-weight: 500;
      letter-spacing: 1.5px; }
  .form--productivity .section__container {
    -ms-flex: none;
        flex: none; }
    @media (max-width: 1023px) {
      .form--productivity .section__container {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    @media (min-width: 1024px) {
      .form--productivity .section__container {
        min-height: 700px; } }
  .form--productivity .powermail_fieldwrap_type_input_range .range-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 36px;
    margin-bottom: 10px;
    -ms-flex-order: 2;
        order: 2; }
    .form--productivity .powermail_fieldwrap_type_input_range .range-wrapper .range-value-input {
      padding: 5px;
      max-width: 70px;
      text-align: center;
      margin-top: 0;
      margin-bottom: 20px; }
    .form--productivity .powermail_fieldwrap_type_input_range .range-wrapper .range-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex: 1;
          flex: 1; }
      .form--productivity .powermail_fieldwrap_type_input_range .range-wrapper .range-container .range-info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-order: 3;
            order: 3;
        margin-top: 5px; }
        .form--productivity .powermail_fieldwrap_type_input_range .range-wrapper .range-container .range-info span {
          font-size: 14px; }
  .form--productivity .powermail_fieldwrap_type_input_range label {
    position: relative;
    display: block;
    left: 0;
    padding-left: 0;
    opacity: 1;
    top: 0;
    color: #fff;
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 14px; }
  .form--productivity .powermail_fieldwrap_type_input_range .powermail_field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .form--productivity .powermail_fieldwrap_type_input_range .powermail_field input {
      position: relative; }
  .form--productivity .powermail_range {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 0;
    background: #E1E3E4;
    outline: none;
    opacity: 0.7;
    transition: opacity .2s; }
  .form--productivity .powermail_range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 0;
    opacity: 1;
    background: #FFED00;
    cursor: pointer; }
  .form--productivity .powermail_range::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #04AA6D;
    cursor: pointer; }
  .form--productivity textarea {
    height: 175px; }
  .form--productivity input[type="submit"] {
    background: none;
    cursor: pointer;
    border: none; }
  .form--productivity .image-cover-container {
    padding: 0;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .form--productivity .image-cover {
    font-family: "object-fit:cover;object-position:center";
    object-fit: cover;
    position: relative;
    object-position: center;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%; }
  .form--productivity .grid-cell-4 {
    overflow: hidden; }
  .form--productivity label {
    position: absolute;
    padding-left: 10px;
    left: 20px;
    opacity: .5;
    top: 30px;
    transition: all .2s;
    pointer-events: none; }
    .form--productivity label span {
      font-size: .7em; }
  .form--productivity .link--with-icon.hidden {
    opacity: 0; }
  .form--productivity .form-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    text-align: center; }
    .form--productivity .form-info:before {
      content: "";
      background-color: #000;
      opacity: .3;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .form--productivity .form-info img {
      max-width: 300px;
      margin: 0 auto; }
    .form--productivity .form-info * {
      z-index: 2; }
    .form--productivity .form-info .powermail-progress-wrapper {
      font-family: sans-serif; }
    .form--productivity .form-info .powermail-progress-bar {
      height: 4px;
      border-radius: 0;
      background-color: #E1E3E4;
      overflow: hidden; }
    .form--productivity .form-info .powermail-progress-bar-fill {
      height: 100%;
      background-color: #FFED00;
      transition: width 0.4s ease; }
  .form--productivity .powermail_fieldwrap_type_submit .powermail_field {
    text-align: right; }
  .form--productivity .powermail_fieldwrap_type_radio .powermail_field {
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 16px; }
    .form--productivity .powermail_fieldwrap_type_radio .powermail_field .form--check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
          flex: 1;
      min-height: 100px;
      background-color: #E1E3E4; }
      .form--productivity .powermail_fieldwrap_type_radio .powermail_field .form--check label {
        border: solid 4px #E1E3E4;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        width: 100%;
        height: 100%;
        padding-left: 0 !important;
        color: #000 !important; }
        .form--productivity .powermail_fieldwrap_type_radio .powermail_field .form--check label:before {
          display: none; }
        .form--productivity .powermail_fieldwrap_type_radio .powermail_field .form--check label img {
          max-height: 100px;
          width: auto; }
      .form--productivity .powermail_fieldwrap_type_radio .powermail_field .form--check input[type="checkbox"],
      .form--productivity .powermail_fieldwrap_type_radio .powermail_field .form--check input[type="radio"] {
        margin-top: 0;
        z-index: 999;
        height: 100%;
        margin: 0; }
        .form--productivity .powermail_fieldwrap_type_radio .powermail_field .form--check input[type="checkbox"]:checked + label,
        .form--productivity .powermail_fieldwrap_type_radio .powermail_field .form--check input[type="radio"]:checked + label {
          border: solid 4px #FFED00; }
  .form .icon--arrow-small-down, .form .icon--search {
    color: #FFED00;
    position: absolute;
    right: 24px;
    top: 46%;
    transform: translateY(-50%); }
  .form .icon--arrow-small-down {
    pointer-events: none; }

select::-ms-expand {
  display: none; }

.bg--gray .form label {
  color: #3A4448; }

.bg--gray .form input:focus + label,
.bg--gray .form input.filled + label, .bg--gray .form textarea:focus + label,
.bg--gray .form textarea.filled + label, .bg--gray .form select:focus + label,
.bg--gray .form select.filled + label {
  color: #fff; }

[id^=contact] .icon--close,
#newsletter .icon--close {
  color: #FFED00;
  right: 15px; }
  @media (max-width: 767px) {
    [id^=contact] .icon--close,
    #newsletter .icon--close {
      right: -15px; } }

#comment-form {
  padding-top: 30px;
  display: none; }
  #comment-form.is-visbile {
    display: block; }

.parsley-errors-list {
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: -20px; }

.powermail_file_container {
  border: dashed 1px #E1E3E4;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 56px 15px 15px 15px;
  position: relative;
  min-height: 90px; }
  .powermail_file_container span {
    z-index: 1; }
  .powermail_file_container .powermail_file {
    opacity: 0;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .powermail_file_container .uploadfile {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background-color: #fff;
    position: relative;
    color: #3A4448;
    border: solid 1px #3A4448;
    margin-right: 10px;
    margin-bottom: 5px;
    z-index: 14; }
    .powermail_file_container .uploadfile span {
      display: block;
      border: solid 1px #E1E3E4;
      margin-left: 12px;
      cursor: pointer;
      padding: 1px 10px; }

.powermail_fieldwrap_empfaenger {
  height: 0 !important;
  opacity: 0 !important; }

.powermail_morestep .powermail_tab_navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.powermail_morestep .powermail_step_container {
  display: none; }

.powermail_morestep .grid-cell-8 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 30px; }

.grindguide__list {
  display: none; }
  .grindguide__list--is-visible {
    display: block; }

.header {
  padding-top: 50px;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 15;
  transition: all .3s;
  top: 0; }
  .header__wrapper {
    width: 100%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .header__wrapper {
        padding-left: 0px;
        padding-right: 0px; } }
    @media (max-width: 767px) {
      .header__wrapper {
        padding-left: calc(0px / 2);
        padding-right: calc(0px / 2); } }
    .header__wrapper::after {
      content: '';
      display: table;
      clear: both; }
  .header__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    min-width: 100%; }
    .header__container > .grid-cell {
      position: relative; }
      .header__container > .grid-cell:last-of-type {
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
      .header__container > .grid-cell-2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        z-index: 100; }
  .header .secondheaderwrapper {
    background-color: #3A4448; }
    .header .secondheaderwrapper .header__container {
      z-index: 4; }
  @media (max-width: 1499px) {
    .header__container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 1023px) {
    .header {
      padding-top: 0; }
      .header__container {
        padding-left: 0;
        padding-right: 0; }
        .header__container > .grid-cell:last-of-type {
          -ms-flex-pack: normal;
              justify-content: normal; }
        .header__container > .grid-cell-2 {
          max-width: 100% !important;
          position: absolute;
          top: 0;
          height: 64px;
          width: 100% !important;
          background: #fff;
          margin-bottom: 0; }
          .header__container > .grid-cell-2 .logo {
            max-width: 150px;
            padding-left: 30px;
            top: 19px; }
        .header__container > .grid-cell-10 {
          width: 100% !important;
          max-width: 100% !important;
          padding-right: 0;
          display: -ms-flexbox;
          display: flex;
          transform: translateY(-100%);
          position: fixed;
          background: #fff;
          top: 0;
          left: 0;
          padding-left: 0;
          transition: all .3s;
          border-bottom: 1px solid #3A4448;
          opacity: 0;
          max-height: calc(100vh - 64px);
          height: 500px;
          padding-bottom: 180px;
          overflow: scroll;
          -webkit-overflow-scrolling: touch;
          overflow: -moz-scrollbars-none;
          -ms-overflow-style: none;
          /* IE 11 */
          scrollbar-width: none;
          /* Firefox 64 */ }
          .header__container > .grid-cell-10:-webkit-scrollbar {
            display: none; }
          body.mobilenav--isvisible .header__container > .grid-cell-10 {
            transform: translateY(0);
            top: 64px;
            opacity: 1; }
      .header .searchbar-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-align: center;
            align-items: center; }
        .header .searchbar-box form {
          position: relative;
          transform: none;
          margin-left: 10px; } }
  .header--border {
    border-bottom: 1px solid #3A4448; }
  .header--lvl-2 .nav__back {
    display: block; }
  .header--lvl-2 .nav--meta {
    transform: translateX(-100%); }

@media (min-width: 1024px) {
  .header--is-reduced .header {
    padding-top: 0; }
  .header--is-reduced .logo {
    max-width: 85px;
    width: 85px;
    margin-top: 0; }
  .header--is-reduced .nav--main > ul > li > a {
    padding-bottom: 20px;
    margin-top: 20px; } }

.hotspots {
  position: relative; }
  .hotspots .start {
    position: absolute;
    top: 0;
    left: 0; }
  .hotspots .spot {
    position: absolute;
    width: 44px;
    height: 44px;
    background: none;
    border-radius: 50%;
    border: 3px solid #FFED00;
    cursor: pointer;
    transition: background .2s; }
    .hotspots .spot:hover {
      background: rgba(255, 237, 0, 0.3); }
    .hotspots .spot--active {
      background: #FFED00 !important; }
  .hotspots .hotspot__line {
    width: 0;
    height: 0;
    transform-origin: 0 0;
    position: absolute;
    width: 3px;
    margin-top: -1px;
    background-color: #FFED00;
    transition: all .3s; }

.hotspot__text {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transform: translateX(20px);
  transition: none;
  transition-delay: 0s; }
  .hotspot__text--active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: all .6s;
    transition-delay: .1s; }
  .hotspot__text .icon--close {
    display: none; }

h3.hotspot__line {
  position: relative;
  padding-right: 15px;
  display: inline-block; }
  h3.hotspot__line:after {
    position: absolute;
    width: 60vw;
    max-width: 800px;
    bottom: 10px;
    left: 40px;
    content: '';
    display: block;
    height: 3px;
    background: #FFED00;
    z-index: 0; }

.hotspots_wrapper .icon--close {
  display: none; }

@media (max-width: 991px) {
  .hotspots_wrapper:not(.hotspots_wrapper--map) > .grid-cell:first-of-type {
    position: absolute;
    height: calc(100% - 50px);
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    pointer-events: none;
    z-index: 5;
    max-width: calc(100% - 90px) !important;
    margin-bottom: 0;
    border: 1px solid #3A4448;
    padding-left: 0;
    margin-left: 15px; }
    .hotspots_wrapper:not(.hotspots_wrapper--map) > .grid-cell:first-of-type .icon--close {
      display: block;
      cursor: pointer;
      color: #FFED00;
      pointer-events: auto; }
  .hotspot__line {
    display: none !important; }
  .hotspot__text {
    background: white;
    padding: 20px 40px;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-direction: column;
        flex-direction: column; } }

@media (max-width: 767px) {
  .hotspots_wrapper:not(.hotspots_wrapper--map) .grid-cell:first-of-type {
    position: fixed;
    max-width: 100% !important;
    border: none;
    height: auto;
    max-height: 100vh;
    background: #fff;
    top: 0;
    transform: translateY(0%);
    z-index: 100;
    left: 0;
    width: 100vw !important;
    margin-left: 0;
    padding-right: 0;
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    overflow: scroll; }
  .hotspots_wrapper:not(.hotspots_wrapper--map) .grid-cell .hotspot__text--active {
    position: relative;
    pointer-events: auto;
    height: auto; }
  .mobile-fade .hotspots_wrapper .icon--close {
    display: block !important; }
  .mobile-fade .content__fade {
    top: 0;
    opacity: 1;
    transition-delay: 0s; } }

.hotspots--map h3.h2 {
  padding-left: 15px; }
  @media (min-width: 992px) {
    .hotspots--map h3.h2 {
      display: none; } }

.hotspots--map .image {
  position: relative;
  display: block; }

.hotspots--map .hotspot__text {
  top: 10%;
  left: 6%;
  background: #fff;
  border-top: 3px solid #FFED00;
  width: 360px;
  padding: 15px;
  transform: none;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.5); }
  .hotspots--map .hotspot__text.right {
    left: 66%; }

.hotspots--map .spot {
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%); }
  .hotspots--map .spot.spot--location {
    width: 18px;
    height: 24px;
    border-radius: 0;
    border: none;
    transform: translate(-50%, -100%); }
    .hotspots--map .spot.spot--location:hover {
      background: none !important; }
      .hotspots--map .spot.spot--location:hover:before {
        content: url('vhs-assets-css-88815e4fcc06c46d99d9b4721c62d2f6.svg'); }
    .hotspots--map .spot.spot--location.spot--active {
      background: none !important; }
      .hotspots--map .spot.spot--location.spot--active:before {
        content: url('vhs-assets-css-d67e8e0aa77d53979d6e4807c7b67de1.svg'); }
    .hotspots--map .spot.spot--location:before {
      content: url('vhs-assets-css-2493ea77acb602c2ac8288b95ac5d140.svg');
      display: block;
      width: 18px;
      height: 24px; }

.hotspots--map .hotspot__line--left {
  position: relative; }
  .hotspots--map .hotspot__line--left:after {
    display: none; }

@media (max-width: 991px) {
  .hotspots--map .header--desktop {
    display: none; }
  .hotspots--map .hotspot__text:not(.hotspot__text--location) {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    margin-bottom: 20px;
    border-top: none; }
  .hotspots--map .hotspot__text--location {
    left: 50% !important;
    top: 0;
    transform: translateX(-50%);
    height: auto; }
  .hotspots--map .icon--close {
    display: block;
    color: #FFED00; }
  .hotspots--map .spot:not(.spot--location) {
    display: none; }
  .hotspots--map .image {
    margin-bottom: 70px; } }

@media (max-width: 767px) {
  .hotspots--map .image {
    width: calc(100% + 200px);
    margin-left: -100px; }
  .hotspots--map .hotspot__text--location {
    width: 100%;
    transform: none;
    left: 0 !important;
    top: 0;
    border-top: none;
    z-index: 20; }
    .hotspots--map .hotspot__text--location.hotspot__text--active {
      position: fixed; }
    .hotspots--map .hotspot__text--location .hotspot__line {
      display: block !important;
      height: auto;
      background: none; } }

.icon {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor; }
  .icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: inherit; }
  .icon--fill-height {
    display: block;
    height: 100%; }
  .icon--close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 14; }
  .icon--social-x {
    width: 22px !important;
    height: 22px !important; }

h1 .icon {
  width: 42px;
  height: 42px;
  background: #3A4448;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center; }
  h1 .icon svg {
    width: 60%;
    fill: #FFED00; }

img {
  display: block; }
  img.styx-graphic {
    min-height: 500px; }

/**
 * Grid wrapper
 * See corresponding mixin for more informations.
 */
.grid-wrapper {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .grid-wrapper {
      padding-left: 0px;
      padding-right: 0px; } }
  @media (max-width: 767px) {
    .grid-wrapper {
      padding-left: calc(0px / 2);
      padding-right: calc(0px / 2); } }
  .grid-wrapper::after {
    content: '';
    display: table;
    clear: both; }

/**
 * Grid container
 * See corresponding mixin for more informations.
 */
.grid-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  min-width: 100%; }

/**
 * Grid cell
 * See corresponding mixin for more informations.
 */
[class*='grid-cell'] {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 100%; }

.grid-cell-1 {
  width: 8.33333%;
  max-width: 8.33333%; }

.grid-cell-2, .grid-cell-sixth {
  width: 16.66667%;
  max-width: 16.66667%; }

.grid-cell-3, .grid-cell-quarter {
  width: 25%;
  max-width: 25%; }

.grid-cell-4, .grid-cell-third {
  width: 33.33333%;
  max-width: 33.33333%; }

.grid-cell-5 {
  width: 41.66667%;
  max-width: 41.66667%; }

.grid-cell-6, .grid-cell-half {
  width: 50%;
  max-width: 50%; }

.grid-cell-7 {
  width: 58.33333%;
  max-width: 58.33333%; }

.grid-cell-8, .grid-cell-two-thirds {
  width: 66.66667%;
  max-width: 66.66667%; }

.grid-cell-9, .grid-cell-three-quarter {
  width: 75%;
  max-width: 75%; }

.grid-cell-10 {
  width: 83.33333%;
  max-width: 83.33333%; }

.grid-cell-11 {
  width: 91.66667%;
  max-width: 91.66667%; }

.grid-cell-12, .grid-cell-full {
  width: 100%;
  max-width: 100%; }

.grid-cell-1-of-5 {
  width: 20%;
  max-width: 20%; }

.grid-cell-2-of-5 {
  width: 40%;
  max-width: 40%; }

.grid-cell-3-of-5 {
  width: 60%;
  max-width: 60%; }

.grid-cell-4-of-5 {
  width: 80%;
  max-width: 80%; }

.grid-cell-5-of-5 {
  width: 100%;
  max-width: 100%; }

.grid-cell-1-of-7 {
  width: 14.28571%;
  max-width: 14.28571%; }

.grid-cell-2-of-7 {
  width: 28.57143%;
  max-width: 28.57143%; }

.grid-cell-3-of-7 {
  width: 42.85714%;
  max-width: 42.85714%; }

.grid-cell-4-of-7 {
  width: 57.14286%;
  max-width: 57.14286%; }

.grid-cell-5-of-7 {
  width: 71.42857%;
  max-width: 71.42857%; }

.grid-cell-6-of-7 {
  width: 85.71429%;
  max-width: 85.71429%; }

.grid-cell-7-of-7 {
  width: 100%;
  max-width: 100%; }

.grid-cell-1-of-11 {
  width: 9.09091%;
  max-width: 9.09091%; }

.grid-cell-2-of-11 {
  width: 18.18182%;
  max-width: 18.18182%; }

.grid-cell-3-of-11 {
  width: 27.27273%;
  max-width: 27.27273%; }

.grid-cell-4-of-11 {
  width: 36.36364%;
  max-width: 36.36364%; }

.grid-cell-5-of-11 {
  width: 45.45455%;
  max-width: 45.45455%; }

.grid-cell-6-of-11 {
  width: 54.54545%;
  max-width: 54.54545%; }

.grid-cell-7-of-11 {
  width: 63.63636%;
  max-width: 63.63636%; }

.grid-cell-8-of-11 {
  width: 72.72727%;
  max-width: 72.72727%; }

.grid-cell-9-of-11 {
  width: 81.81818%;
  max-width: 81.81818%; }

.grid-cell-10-of-11 {
  width: 90.90909%;
  max-width: 90.90909%; }

.grid-cell-11-of-11 {
  width: 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .grid-cell-1-s {
    width: 8.33333%;
    max-width: 8.33333%; }
  .grid-cell-2-s, .grid-cell-sixth-s {
    width: 16.66667%;
    max-width: 16.66667%; }
  .grid-cell-3-s, .grid-cell-quarter-s {
    width: 25%;
    max-width: 25%; }
  .grid-cell-4-s, .grid-cell-third-s {
    width: 33.33333%;
    max-width: 33.33333%; }
  .grid-cell-5-s {
    width: 41.66667%;
    max-width: 41.66667%; }
  .grid-cell-6-s, .grid-cell-half-s {
    width: 50%;
    max-width: 50%; }
  .grid-cell-7-s {
    width: 58.33333%;
    max-width: 58.33333%; }
  .grid-cell-8-s, .grid-cell-two-thirds-s {
    width: 66.66667%;
    max-width: 66.66667%; }
  .grid-cell-9-s, .grid-cell-three-quarter-s {
    width: 75%;
    max-width: 75%; }
  .grid-cell-10-s {
    width: 83.33333%;
    max-width: 83.33333%; }
  .grid-cell-11-s {
    width: 91.66667%;
    max-width: 91.66667%; }
  .grid-cell-12-s, .grid-cell-full-s {
    width: 100%;
    max-width: 100%; }
  .grid-cell-1-of-5-s {
    width: 20%;
    max-width: 20%; }
  .grid-cell-2-of-5-s {
    width: 40%;
    max-width: 40%; }
  .grid-cell-3-of-5-s {
    width: 60%;
    max-width: 60%; }
  .grid-cell-4-of-5-s {
    width: 80%;
    max-width: 80%; }
  .grid-cell-5-of-5-s {
    width: 100%;
    max-width: 100%; }
  .grid-cell-1-of-7-s {
    width: 14.28571%;
    max-width: 14.28571%; }
  .grid-cell-2-of-7-s {
    width: 28.57143%;
    max-width: 28.57143%; }
  .grid-cell-3-of-7-s {
    width: 42.85714%;
    max-width: 42.85714%; }
  .grid-cell-4-of-7-s {
    width: 57.14286%;
    max-width: 57.14286%; }
  .grid-cell-5-of-7-s {
    width: 71.42857%;
    max-width: 71.42857%; }
  .grid-cell-6-of-7-s {
    width: 85.71429%;
    max-width: 85.71429%; }
  .grid-cell-7-of-7-s {
    width: 100%;
    max-width: 100%; }
  .grid-cell-1-of-11-s {
    width: 9.09091%;
    max-width: 9.09091%; }
  .grid-cell-2-of-11-s {
    width: 18.18182%;
    max-width: 18.18182%; }
  .grid-cell-3-of-11-s {
    width: 27.27273%;
    max-width: 27.27273%; }
  .grid-cell-4-of-11-s {
    width: 36.36364%;
    max-width: 36.36364%; }
  .grid-cell-5-of-11-s {
    width: 45.45455%;
    max-width: 45.45455%; }
  .grid-cell-6-of-11-s {
    width: 54.54545%;
    max-width: 54.54545%; }
  .grid-cell-7-of-11-s {
    width: 63.63636%;
    max-width: 63.63636%; }
  .grid-cell-8-of-11-s {
    width: 72.72727%;
    max-width: 72.72727%; }
  .grid-cell-9-of-11-s {
    width: 81.81818%;
    max-width: 81.81818%; }
  .grid-cell-10-of-11-s {
    width: 90.90909%;
    max-width: 90.90909%; }
  .grid-cell-11-of-11-s {
    width: 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .grid-cell-1-m {
    width: 8.33333%;
    max-width: 8.33333%; }
  .grid-cell-2-m, .grid-cell-sixth-m {
    width: 16.66667%;
    max-width: 16.66667%; }
  .grid-cell-3-m, .grid-cell-quarter-m {
    width: 25%;
    max-width: 25%; }
  .grid-cell-4-m, .grid-cell-third-m {
    width: 33.33333%;
    max-width: 33.33333%; }
  .grid-cell-5-m {
    width: 41.66667%;
    max-width: 41.66667%; }
  .grid-cell-6-m, .grid-cell-half-m {
    width: 50%;
    max-width: 50%; }
  .grid-cell-7-m {
    width: 58.33333%;
    max-width: 58.33333%; }
  .grid-cell-8-m, .grid-cell-two-thirds-m {
    width: 66.66667%;
    max-width: 66.66667%; }
  .grid-cell-9-m, .grid-cell-three-quarter-m {
    width: 75%;
    max-width: 75%; }
  .grid-cell-10-m {
    width: 83.33333%;
    max-width: 83.33333%; }
  .grid-cell-11-m {
    width: 91.66667%;
    max-width: 91.66667%; }
  .grid-cell-12-m, .grid-cell-full-m {
    width: 100%;
    max-width: 100%; }
  .grid-cell-1-of-5-m {
    width: 20%;
    max-width: 20%; }
  .grid-cell-2-of-5-m {
    width: 40%;
    max-width: 40%; }
  .grid-cell-3-of-5-m {
    width: 60%;
    max-width: 60%; }
  .grid-cell-4-of-5-m {
    width: 80%;
    max-width: 80%; }
  .grid-cell-5-of-5-m {
    width: 100%;
    max-width: 100%; }
  .grid-cell-1-of-7-m {
    width: 14.28571%;
    max-width: 14.28571%; }
  .grid-cell-2-of-7-m {
    width: 28.57143%;
    max-width: 28.57143%; }
  .grid-cell-3-of-7-m {
    width: 42.85714%;
    max-width: 42.85714%; }
  .grid-cell-4-of-7-m {
    width: 57.14286%;
    max-width: 57.14286%; }
  .grid-cell-5-of-7-m {
    width: 71.42857%;
    max-width: 71.42857%; }
  .grid-cell-6-of-7-m {
    width: 85.71429%;
    max-width: 85.71429%; }
  .grid-cell-7-of-7-m {
    width: 100%;
    max-width: 100%; }
  .grid-cell-1-of-11-m {
    width: 9.09091%;
    max-width: 9.09091%; }
  .grid-cell-2-of-11-m {
    width: 18.18182%;
    max-width: 18.18182%; }
  .grid-cell-3-of-11-m {
    width: 27.27273%;
    max-width: 27.27273%; }
  .grid-cell-4-of-11-m {
    width: 36.36364%;
    max-width: 36.36364%; }
  .grid-cell-5-of-11-m {
    width: 45.45455%;
    max-width: 45.45455%; }
  .grid-cell-6-of-11-m {
    width: 54.54545%;
    max-width: 54.54545%; }
  .grid-cell-7-of-11-m {
    width: 63.63636%;
    max-width: 63.63636%; }
  .grid-cell-8-of-11-m {
    width: 72.72727%;
    max-width: 72.72727%; }
  .grid-cell-9-of-11-m {
    width: 81.81818%;
    max-width: 81.81818%; }
  .grid-cell-10-of-11-m {
    width: 90.90909%;
    max-width: 90.90909%; }
  .grid-cell-11-of-11-m {
    width: 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .grid-cell-1-l {
    width: 8.33333%;
    max-width: 8.33333%; }
  .grid-cell-2-l, .grid-cell-sixth-l {
    width: 16.66667%;
    max-width: 16.66667%; }
  .grid-cell-3-l, .grid-cell-quarter-l {
    width: 25%;
    max-width: 25%; }
  .grid-cell-4-l, .grid-cell-third-l {
    width: 33.33333%;
    max-width: 33.33333%; }
  .grid-cell-5-l {
    width: 41.66667%;
    max-width: 41.66667%; }
  .grid-cell-6-l, .grid-cell-half-l {
    width: 50%;
    max-width: 50%; }
  .grid-cell-7-l {
    width: 58.33333%;
    max-width: 58.33333%; }
  .grid-cell-8-l, .grid-cell-two-thirds-l {
    width: 66.66667%;
    max-width: 66.66667%; }
  .grid-cell-9-l, .grid-cell-three-quarter-l {
    width: 75%;
    max-width: 75%; }
  .grid-cell-10-l {
    width: 83.33333%;
    max-width: 83.33333%; }
  .grid-cell-11-l {
    width: 91.66667%;
    max-width: 91.66667%; }
  .grid-cell-12-l, .grid-cell-full-l {
    width: 100%;
    max-width: 100%; }
  .grid-cell-1-of-5-l {
    width: 20%;
    max-width: 20%; }
  .grid-cell-2-of-5-l {
    width: 40%;
    max-width: 40%; }
  .grid-cell-3-of-5-l {
    width: 60%;
    max-width: 60%; }
  .grid-cell-4-of-5-l {
    width: 80%;
    max-width: 80%; }
  .grid-cell-5-of-5-l {
    width: 100%;
    max-width: 100%; }
  .grid-cell-1-of-7-l {
    width: 14.28571%;
    max-width: 14.28571%; }
  .grid-cell-2-of-7-l {
    width: 28.57143%;
    max-width: 28.57143%; }
  .grid-cell-3-of-7-l {
    width: 42.85714%;
    max-width: 42.85714%; }
  .grid-cell-4-of-7-l {
    width: 57.14286%;
    max-width: 57.14286%; }
  .grid-cell-5-of-7-l {
    width: 71.42857%;
    max-width: 71.42857%; }
  .grid-cell-6-of-7-l {
    width: 85.71429%;
    max-width: 85.71429%; }
  .grid-cell-7-of-7-l {
    width: 100%;
    max-width: 100%; }
  .grid-cell-1-of-11-l {
    width: 9.09091%;
    max-width: 9.09091%; }
  .grid-cell-2-of-11-l {
    width: 18.18182%;
    max-width: 18.18182%; }
  .grid-cell-3-of-11-l {
    width: 27.27273%;
    max-width: 27.27273%; }
  .grid-cell-4-of-11-l {
    width: 36.36364%;
    max-width: 36.36364%; }
  .grid-cell-5-of-11-l {
    width: 45.45455%;
    max-width: 45.45455%; }
  .grid-cell-6-of-11-l {
    width: 54.54545%;
    max-width: 54.54545%; }
  .grid-cell-7-of-11-l {
    width: 63.63636%;
    max-width: 63.63636%; }
  .grid-cell-8-of-11-l {
    width: 72.72727%;
    max-width: 72.72727%; }
  .grid-cell-9-of-11-l {
    width: 81.81818%;
    max-width: 81.81818%; }
  .grid-cell-10-of-11-l {
    width: 90.90909%;
    max-width: 90.90909%; }
  .grid-cell-11-of-11-l {
    width: 100%;
    max-width: 100%; } }

@media (min-width: 1024px) {
  .grid-cell-1-xl {
    width: 8.33333%;
    max-width: 8.33333%; }
  .grid-cell-2-xl, .grid-cell-sixth-xl {
    width: 16.66667%;
    max-width: 16.66667%; }
  .grid-cell-3-xl, .grid-cell-quarter-xl {
    width: 25%;
    max-width: 25%; }
  .grid-cell-4-xl, .grid-cell-third-xl {
    width: 33.33333%;
    max-width: 33.33333%; }
  .grid-cell-5-xl {
    width: 41.66667%;
    max-width: 41.66667%; }
  .grid-cell-6-xl, .grid-cell-half-xl {
    width: 50%;
    max-width: 50%; }
  .grid-cell-7-xl {
    width: 58.33333%;
    max-width: 58.33333%; }
  .grid-cell-8-xl, .grid-cell-two-thirds-xl {
    width: 66.66667%;
    max-width: 66.66667%; }
  .grid-cell-9-xl, .grid-cell-three-quarter-xl {
    width: 75%;
    max-width: 75%; }
  .grid-cell-10-xl {
    width: 83.33333%;
    max-width: 83.33333%; }
  .grid-cell-11-xl {
    width: 91.66667%;
    max-width: 91.66667%; }
  .grid-cell-12-xl, .grid-cell-full-xl {
    width: 100%;
    max-width: 100%; }
  .grid-cell-1-of-5-xl {
    width: 20%;
    max-width: 20%; }
  .grid-cell-2-of-5-xl {
    width: 40%;
    max-width: 40%; }
  .grid-cell-3-of-5-xl {
    width: 60%;
    max-width: 60%; }
  .grid-cell-4-of-5-xl {
    width: 80%;
    max-width: 80%; }
  .grid-cell-5-of-5-xl {
    width: 100%;
    max-width: 100%; }
  .grid-cell-1-of-7-xl {
    width: 14.28571%;
    max-width: 14.28571%; }
  .grid-cell-2-of-7-xl {
    width: 28.57143%;
    max-width: 28.57143%; }
  .grid-cell-3-of-7-xl {
    width: 42.85714%;
    max-width: 42.85714%; }
  .grid-cell-4-of-7-xl {
    width: 57.14286%;
    max-width: 57.14286%; }
  .grid-cell-5-of-7-xl {
    width: 71.42857%;
    max-width: 71.42857%; }
  .grid-cell-6-of-7-xl {
    width: 85.71429%;
    max-width: 85.71429%; }
  .grid-cell-7-of-7-xl {
    width: 100%;
    max-width: 100%; }
  .grid-cell-1-of-11-xl {
    width: 9.09091%;
    max-width: 9.09091%; }
  .grid-cell-2-of-11-xl {
    width: 18.18182%;
    max-width: 18.18182%; }
  .grid-cell-3-of-11-xl {
    width: 27.27273%;
    max-width: 27.27273%; }
  .grid-cell-4-of-11-xl {
    width: 36.36364%;
    max-width: 36.36364%; }
  .grid-cell-5-of-11-xl {
    width: 45.45455%;
    max-width: 45.45455%; }
  .grid-cell-6-of-11-xl {
    width: 54.54545%;
    max-width: 54.54545%; }
  .grid-cell-7-of-11-xl {
    width: 63.63636%;
    max-width: 63.63636%; }
  .grid-cell-8-of-11-xl {
    width: 72.72727%;
    max-width: 72.72727%; }
  .grid-cell-9-of-11-xl {
    width: 81.81818%;
    max-width: 81.81818%; }
  .grid-cell-10-of-11-xl {
    width: 90.90909%;
    max-width: 90.90909%; }
  .grid-cell-11-of-11-xl {
    width: 100%;
    max-width: 100%; } }

@media (min-width: 1280px) {
  .grid-cell-1-xxl {
    width: 8.33333%;
    max-width: 8.33333%; }
  .grid-cell-2-xxl, .grid-cell-sixth-xxl {
    width: 16.66667%;
    max-width: 16.66667%; }
  .grid-cell-3-xxl, .grid-cell-quarter-xxl {
    width: 25%;
    max-width: 25%; }
  .grid-cell-4-xxl, .grid-cell-third-xxl {
    width: 33.33333%;
    max-width: 33.33333%; }
  .grid-cell-5-xxl {
    width: 41.66667%;
    max-width: 41.66667%; }
  .grid-cell-6-xxl, .grid-cell-half-xxl {
    width: 50%;
    max-width: 50%; }
  .grid-cell-7-xxl {
    width: 58.33333%;
    max-width: 58.33333%; }
  .grid-cell-8-xxl, .grid-cell-two-thirds-xxl {
    width: 66.66667%;
    max-width: 66.66667%; }
  .grid-cell-9-xxl, .grid-cell-three-quarter-xxl {
    width: 75%;
    max-width: 75%; }
  .grid-cell-10-xxl {
    width: 83.33333%;
    max-width: 83.33333%; }
  .grid-cell-11-xxl {
    width: 91.66667%;
    max-width: 91.66667%; }
  .grid-cell-12-xxl, .grid-cell-full-xxl {
    width: 100%;
    max-width: 100%; }
  .grid-cell-1-of-5-xxl {
    width: 20%;
    max-width: 20%; }
  .grid-cell-2-of-5-xxl {
    width: 40%;
    max-width: 40%; }
  .grid-cell-3-of-5-xxl {
    width: 60%;
    max-width: 60%; }
  .grid-cell-4-of-5-xxl {
    width: 80%;
    max-width: 80%; }
  .grid-cell-5-of-5-xxl {
    width: 100%;
    max-width: 100%; }
  .grid-cell-1-of-7-xxl {
    width: 14.28571%;
    max-width: 14.28571%; }
  .grid-cell-2-of-7-xxl {
    width: 28.57143%;
    max-width: 28.57143%; }
  .grid-cell-3-of-7-xxl {
    width: 42.85714%;
    max-width: 42.85714%; }
  .grid-cell-4-of-7-xxl {
    width: 57.14286%;
    max-width: 57.14286%; }
  .grid-cell-5-of-7-xxl {
    width: 71.42857%;
    max-width: 71.42857%; }
  .grid-cell-6-of-7-xxl {
    width: 85.71429%;
    max-width: 85.71429%; }
  .grid-cell-7-of-7-xxl {
    width: 100%;
    max-width: 100%; }
  .grid-cell-1-of-11-xxl {
    width: 9.09091%;
    max-width: 9.09091%; }
  .grid-cell-2-of-11-xxl {
    width: 18.18182%;
    max-width: 18.18182%; }
  .grid-cell-3-of-11-xxl {
    width: 27.27273%;
    max-width: 27.27273%; }
  .grid-cell-4-of-11-xxl {
    width: 36.36364%;
    max-width: 36.36364%; }
  .grid-cell-5-of-11-xxl {
    width: 45.45455%;
    max-width: 45.45455%; }
  .grid-cell-6-of-11-xxl {
    width: 54.54545%;
    max-width: 54.54545%; }
  .grid-cell-7-of-11-xxl {
    width: 63.63636%;
    max-width: 63.63636%; }
  .grid-cell-8-of-11-xxl {
    width: 72.72727%;
    max-width: 72.72727%; }
  .grid-cell-9-of-11-xxl {
    width: 81.81818%;
    max-width: 81.81818%; }
  .grid-cell-10-of-11-xxl {
    width: 90.90909%;
    max-width: 90.90909%; }
  .grid-cell-11-of-11-xxl {
    width: 100%;
    max-width: 100%; } }

@media (min-width: 1350px) {
  .grid-cell-1-xxxl {
    width: 8.33333%;
    max-width: 8.33333%; }
  .grid-cell-2-xxxl, .grid-cell-sixth-xxxl {
    width: 16.66667%;
    max-width: 16.66667%; }
  .grid-cell-3-xxxl, .grid-cell-quarter-xxxl {
    width: 25%;
    max-width: 25%; }
  .grid-cell-4-xxxl, .grid-cell-third-xxxl {
    width: 33.33333%;
    max-width: 33.33333%; }
  .grid-cell-5-xxxl {
    width: 41.66667%;
    max-width: 41.66667%; }
  .grid-cell-6-xxxl, .grid-cell-half-xxxl {
    width: 50%;
    max-width: 50%; }
  .grid-cell-7-xxxl {
    width: 58.33333%;
    max-width: 58.33333%; }
  .grid-cell-8-xxxl, .grid-cell-two-thirds-xxxl {
    width: 66.66667%;
    max-width: 66.66667%; }
  .grid-cell-9-xxxl, .grid-cell-three-quarter-xxxl {
    width: 75%;
    max-width: 75%; }
  .grid-cell-10-xxxl {
    width: 83.33333%;
    max-width: 83.33333%; }
  .grid-cell-11-xxxl {
    width: 91.66667%;
    max-width: 91.66667%; }
  .grid-cell-12-xxxl, .grid-cell-full-xxxl {
    width: 100%;
    max-width: 100%; }
  .grid-cell-1-of-5-xxxl {
    width: 20%;
    max-width: 20%; }
  .grid-cell-2-of-5-xxxl {
    width: 40%;
    max-width: 40%; }
  .grid-cell-3-of-5-xxxl {
    width: 60%;
    max-width: 60%; }
  .grid-cell-4-of-5-xxxl {
    width: 80%;
    max-width: 80%; }
  .grid-cell-5-of-5-xxxl {
    width: 100%;
    max-width: 100%; }
  .grid-cell-1-of-7-xxxl {
    width: 14.28571%;
    max-width: 14.28571%; }
  .grid-cell-2-of-7-xxxl {
    width: 28.57143%;
    max-width: 28.57143%; }
  .grid-cell-3-of-7-xxxl {
    width: 42.85714%;
    max-width: 42.85714%; }
  .grid-cell-4-of-7-xxxl {
    width: 57.14286%;
    max-width: 57.14286%; }
  .grid-cell-5-of-7-xxxl {
    width: 71.42857%;
    max-width: 71.42857%; }
  .grid-cell-6-of-7-xxxl {
    width: 85.71429%;
    max-width: 85.71429%; }
  .grid-cell-7-of-7-xxxl {
    width: 100%;
    max-width: 100%; }
  .grid-cell-1-of-11-xxxl {
    width: 9.09091%;
    max-width: 9.09091%; }
  .grid-cell-2-of-11-xxxl {
    width: 18.18182%;
    max-width: 18.18182%; }
  .grid-cell-3-of-11-xxxl {
    width: 27.27273%;
    max-width: 27.27273%; }
  .grid-cell-4-of-11-xxxl {
    width: 36.36364%;
    max-width: 36.36364%; }
  .grid-cell-5-of-11-xxxl {
    width: 45.45455%;
    max-width: 45.45455%; }
  .grid-cell-6-of-11-xxxl {
    width: 54.54545%;
    max-width: 54.54545%; }
  .grid-cell-7-of-11-xxxl {
    width: 63.63636%;
    max-width: 63.63636%; }
  .grid-cell-8-of-11-xxxl {
    width: 72.72727%;
    max-width: 72.72727%; }
  .grid-cell-9-of-11-xxxl {
    width: 81.81818%;
    max-width: 81.81818%; }
  .grid-cell-10-of-11-xxxl {
    width: 90.90909%;
    max-width: 90.90909%; }
  .grid-cell-11-of-11-xxxl {
    width: 100%;
    max-width: 100%; } }

/**
 * Grid pre/post spacing
 * See corresponding mixin for more informations.
 */
.grid-pre-0 {
  margin-left: 0; }

.grid-pre-1 {
  margin-left: 8.33333%; }

.grid-pre-2, .grid-pre-sixth {
  margin-left: 16.66667%; }

.grid-pre-3, .grid-pre-quarter {
  margin-left: 25%; }

.grid-pre-4, .grid-pre-third {
  margin-left: 33.33333%; }

.grid-pre-5 {
  margin-left: 41.66667%; }

.grid-pre-6, .grid-pre-half {
  margin-left: 50%; }

.grid-pre-7 {
  margin-left: 58.33333%; }

.grid-pre-8, .grid-pre-two-thirds {
  margin-left: 66.66667%; }

.grid-pre-9, .grid-pre-three-quarter {
  margin-left: 75%; }

.grid-pre-10 {
  margin-left: 83.33333%; }

.grid-pre-11 {
  margin-left: 91.66667%; }

.grid-pre-12, .grid-pre-full {
  margin-left: 100%; }

.grid-post-0 {
  margin-right: 0; }

.grid-post-1 {
  margin-right: 8.33333%; }

.grid-post-2, .grid-post-sixth {
  margin-right: 16.66667%; }

.grid-post-3, .grid-post-quarter {
  margin-right: 25%; }

.grid-post-4, .grid-post-third {
  margin-right: 33.33333%; }

.grid-post-5 {
  margin-right: 41.66667%; }

.grid-post-6, .grid-post-half {
  margin-right: 50%; }

.grid-post-7 {
  margin-right: 58.33333%; }

.grid-post-8, .grid-post-two-thirds {
  margin-right: 66.66667%; }

.grid-post-9, .grid-post-three-quarter {
  margin-right: 75%; }

.grid-post-10 {
  margin-right: 83.33333%; }

.grid-post-11 {
  margin-right: 91.66667%; }

.grid-post-12, .grid-post-full {
  margin-right: 100%; }

@media (min-width: 576px) {
  .grid-pre-0-s {
    margin-left: 0; }
  .grid-pre-1-s {
    margin-left: 8.33333%; }
  .grid-pre-2-s, .grid-pre-sixth-s {
    margin-left: 16.66667%; }
  .grid-pre-3-s, .grid-pre-quarter-s {
    margin-left: 25%; }
  .grid-pre-4-s, .grid-pre-third-s {
    margin-left: 33.33333%; }
  .grid-pre-5-s {
    margin-left: 41.66667%; }
  .grid-pre-6-s, .grid-pre-half-s {
    margin-left: 50%; }
  .grid-pre-7-s {
    margin-left: 58.33333%; }
  .grid-pre-8-s, .grid-pre-two-thirds-s {
    margin-left: 66.66667%; }
  .grid-pre-9-s, .grid-pre-three-quarter-s {
    margin-left: 75%; }
  .grid-pre-10-s {
    margin-left: 83.33333%; }
  .grid-pre-11-s {
    margin-left: 91.66667%; }
  .grid-pre-12-s, .grid-pre-full-s {
    margin-left: 100%; }
  .grid-post-0-s {
    margin-right: 0; }
  .grid-post-1-s {
    margin-right: 8.33333%; }
  .grid-post-2-s, .grid-post-sixth-s {
    margin-right: 16.66667%; }
  .grid-post-3-s, .grid-post-quarter-s {
    margin-right: 25%; }
  .grid-post-4-s, .grid-post-third-s {
    margin-right: 33.33333%; }
  .grid-post-5-s {
    margin-right: 41.66667%; }
  .grid-post-6-s, .grid-post-half-s {
    margin-right: 50%; }
  .grid-post-7-s {
    margin-right: 58.33333%; }
  .grid-post-8-s, .grid-post-two-thirds-s {
    margin-right: 66.66667%; }
  .grid-post-9-s, .grid-post-three-quarter-s {
    margin-right: 75%; }
  .grid-post-10-s {
    margin-right: 83.33333%; }
  .grid-post-11-s {
    margin-right: 91.66667%; }
  .grid-post-12-s, .grid-post-full-s {
    margin-right: 100%; } }

@media (min-width: 768px) {
  .grid-pre-0-m {
    margin-left: 0; }
  .grid-pre-1-m {
    margin-left: 8.33333%; }
  .grid-pre-2-m, .grid-pre-sixth-m {
    margin-left: 16.66667%; }
  .grid-pre-3-m, .grid-pre-quarter-m {
    margin-left: 25%; }
  .grid-pre-4-m, .grid-pre-third-m {
    margin-left: 33.33333%; }
  .grid-pre-5-m {
    margin-left: 41.66667%; }
  .grid-pre-6-m, .grid-pre-half-m {
    margin-left: 50%; }
  .grid-pre-7-m {
    margin-left: 58.33333%; }
  .grid-pre-8-m, .grid-pre-two-thirds-m {
    margin-left: 66.66667%; }
  .grid-pre-9-m, .grid-pre-three-quarter-m {
    margin-left: 75%; }
  .grid-pre-10-m {
    margin-left: 83.33333%; }
  .grid-pre-11-m {
    margin-left: 91.66667%; }
  .grid-pre-12-m, .grid-pre-full-m {
    margin-left: 100%; }
  .grid-post-0-m {
    margin-right: 0; }
  .grid-post-1-m {
    margin-right: 8.33333%; }
  .grid-post-2-m, .grid-post-sixth-m {
    margin-right: 16.66667%; }
  .grid-post-3-m, .grid-post-quarter-m {
    margin-right: 25%; }
  .grid-post-4-m, .grid-post-third-m {
    margin-right: 33.33333%; }
  .grid-post-5-m {
    margin-right: 41.66667%; }
  .grid-post-6-m, .grid-post-half-m {
    margin-right: 50%; }
  .grid-post-7-m {
    margin-right: 58.33333%; }
  .grid-post-8-m, .grid-post-two-thirds-m {
    margin-right: 66.66667%; }
  .grid-post-9-m, .grid-post-three-quarter-m {
    margin-right: 75%; }
  .grid-post-10-m {
    margin-right: 83.33333%; }
  .grid-post-11-m {
    margin-right: 91.66667%; }
  .grid-post-12-m, .grid-post-full-m {
    margin-right: 100%; } }

@media (min-width: 992px) {
  .grid-pre-0-l {
    margin-left: 0; }
  .grid-pre-1-l {
    margin-left: 8.33333%; }
  .grid-pre-2-l, .grid-pre-sixth-l {
    margin-left: 16.66667%; }
  .grid-pre-3-l, .grid-pre-quarter-l {
    margin-left: 25%; }
  .grid-pre-4-l, .grid-pre-third-l {
    margin-left: 33.33333%; }
  .grid-pre-5-l {
    margin-left: 41.66667%; }
  .grid-pre-6-l, .grid-pre-half-l {
    margin-left: 50%; }
  .grid-pre-7-l {
    margin-left: 58.33333%; }
  .grid-pre-8-l, .grid-pre-two-thirds-l {
    margin-left: 66.66667%; }
  .grid-pre-9-l, .grid-pre-three-quarter-l {
    margin-left: 75%; }
  .grid-pre-10-l {
    margin-left: 83.33333%; }
  .grid-pre-11-l {
    margin-left: 91.66667%; }
  .grid-pre-12-l, .grid-pre-full-l {
    margin-left: 100%; }
  .grid-post-0-l {
    margin-right: 0; }
  .grid-post-1-l {
    margin-right: 8.33333%; }
  .grid-post-2-l, .grid-post-sixth-l {
    margin-right: 16.66667%; }
  .grid-post-3-l, .grid-post-quarter-l {
    margin-right: 25%; }
  .grid-post-4-l, .grid-post-third-l {
    margin-right: 33.33333%; }
  .grid-post-5-l {
    margin-right: 41.66667%; }
  .grid-post-6-l, .grid-post-half-l {
    margin-right: 50%; }
  .grid-post-7-l {
    margin-right: 58.33333%; }
  .grid-post-8-l, .grid-post-two-thirds-l {
    margin-right: 66.66667%; }
  .grid-post-9-l, .grid-post-three-quarter-l {
    margin-right: 75%; }
  .grid-post-10-l {
    margin-right: 83.33333%; }
  .grid-post-11-l {
    margin-right: 91.66667%; }
  .grid-post-12-l, .grid-post-full-l {
    margin-right: 100%; } }

@media (min-width: 1024px) {
  .grid-pre-0-xl {
    margin-left: 0; }
  .grid-pre-1-xl {
    margin-left: 8.33333%; }
  .grid-pre-2-xl, .grid-pre-sixth-xl {
    margin-left: 16.66667%; }
  .grid-pre-3-xl, .grid-pre-quarter-xl {
    margin-left: 25%; }
  .grid-pre-4-xl, .grid-pre-third-xl {
    margin-left: 33.33333%; }
  .grid-pre-5-xl {
    margin-left: 41.66667%; }
  .grid-pre-6-xl, .grid-pre-half-xl {
    margin-left: 50%; }
  .grid-pre-7-xl {
    margin-left: 58.33333%; }
  .grid-pre-8-xl, .grid-pre-two-thirds-xl {
    margin-left: 66.66667%; }
  .grid-pre-9-xl, .grid-pre-three-quarter-xl {
    margin-left: 75%; }
  .grid-pre-10-xl {
    margin-left: 83.33333%; }
  .grid-pre-11-xl {
    margin-left: 91.66667%; }
  .grid-pre-12-xl, .grid-pre-full-xl {
    margin-left: 100%; }
  .grid-post-0-xl {
    margin-right: 0; }
  .grid-post-1-xl {
    margin-right: 8.33333%; }
  .grid-post-2-xl, .grid-post-sixth-xl {
    margin-right: 16.66667%; }
  .grid-post-3-xl, .grid-post-quarter-xl {
    margin-right: 25%; }
  .grid-post-4-xl, .grid-post-third-xl {
    margin-right: 33.33333%; }
  .grid-post-5-xl {
    margin-right: 41.66667%; }
  .grid-post-6-xl, .grid-post-half-xl {
    margin-right: 50%; }
  .grid-post-7-xl {
    margin-right: 58.33333%; }
  .grid-post-8-xl, .grid-post-two-thirds-xl {
    margin-right: 66.66667%; }
  .grid-post-9-xl, .grid-post-three-quarter-xl {
    margin-right: 75%; }
  .grid-post-10-xl {
    margin-right: 83.33333%; }
  .grid-post-11-xl {
    margin-right: 91.66667%; }
  .grid-post-12-xl, .grid-post-full-xl {
    margin-right: 100%; } }

@media (min-width: 1280px) {
  .grid-pre-0-xxl {
    margin-left: 0; }
  .grid-pre-1-xxl {
    margin-left: 8.33333%; }
  .grid-pre-2-xxl, .grid-pre-sixth-xxl {
    margin-left: 16.66667%; }
  .grid-pre-3-xxl, .grid-pre-quarter-xxl {
    margin-left: 25%; }
  .grid-pre-4-xxl, .grid-pre-third-xxl {
    margin-left: 33.33333%; }
  .grid-pre-5-xxl {
    margin-left: 41.66667%; }
  .grid-pre-6-xxl, .grid-pre-half-xxl {
    margin-left: 50%; }
  .grid-pre-7-xxl {
    margin-left: 58.33333%; }
  .grid-pre-8-xxl, .grid-pre-two-thirds-xxl {
    margin-left: 66.66667%; }
  .grid-pre-9-xxl, .grid-pre-three-quarter-xxl {
    margin-left: 75%; }
  .grid-pre-10-xxl {
    margin-left: 83.33333%; }
  .grid-pre-11-xxl {
    margin-left: 91.66667%; }
  .grid-pre-12-xxl, .grid-pre-full-xxl {
    margin-left: 100%; }
  .grid-post-0-xxl {
    margin-right: 0; }
  .grid-post-1-xxl {
    margin-right: 8.33333%; }
  .grid-post-2-xxl, .grid-post-sixth-xxl {
    margin-right: 16.66667%; }
  .grid-post-3-xxl, .grid-post-quarter-xxl {
    margin-right: 25%; }
  .grid-post-4-xxl, .grid-post-third-xxl {
    margin-right: 33.33333%; }
  .grid-post-5-xxl {
    margin-right: 41.66667%; }
  .grid-post-6-xxl, .grid-post-half-xxl {
    margin-right: 50%; }
  .grid-post-7-xxl {
    margin-right: 58.33333%; }
  .grid-post-8-xxl, .grid-post-two-thirds-xxl {
    margin-right: 66.66667%; }
  .grid-post-9-xxl, .grid-post-three-quarter-xxl {
    margin-right: 75%; }
  .grid-post-10-xxl {
    margin-right: 83.33333%; }
  .grid-post-11-xxl {
    margin-right: 91.66667%; }
  .grid-post-12-xxl, .grid-post-full-xxl {
    margin-right: 100%; } }

@media (min-width: 1350px) {
  .grid-pre-0-xxxl {
    margin-left: 0; }
  .grid-pre-1-xxxl {
    margin-left: 8.33333%; }
  .grid-pre-2-xxxl, .grid-pre-sixth-xxxl {
    margin-left: 16.66667%; }
  .grid-pre-3-xxxl, .grid-pre-quarter-xxxl {
    margin-left: 25%; }
  .grid-pre-4-xxxl, .grid-pre-third-xxxl {
    margin-left: 33.33333%; }
  .grid-pre-5-xxxl {
    margin-left: 41.66667%; }
  .grid-pre-6-xxxl, .grid-pre-half-xxxl {
    margin-left: 50%; }
  .grid-pre-7-xxxl {
    margin-left: 58.33333%; }
  .grid-pre-8-xxxl, .grid-pre-two-thirds-xxxl {
    margin-left: 66.66667%; }
  .grid-pre-9-xxxl, .grid-pre-three-quarter-xxxl {
    margin-left: 75%; }
  .grid-pre-10-xxxl {
    margin-left: 83.33333%; }
  .grid-pre-11-xxxl {
    margin-left: 91.66667%; }
  .grid-pre-12-xxxl, .grid-pre-full-xxxl {
    margin-left: 100%; }
  .grid-post-0-xxxl {
    margin-right: 0; }
  .grid-post-1-xxxl {
    margin-right: 8.33333%; }
  .grid-post-2-xxxl, .grid-post-sixth-xxxl {
    margin-right: 16.66667%; }
  .grid-post-3-xxxl, .grid-post-quarter-xxxl {
    margin-right: 25%; }
  .grid-post-4-xxxl, .grid-post-third-xxxl {
    margin-right: 33.33333%; }
  .grid-post-5-xxxl {
    margin-right: 41.66667%; }
  .grid-post-6-xxxl, .grid-post-half-xxxl {
    margin-right: 50%; }
  .grid-post-7-xxxl {
    margin-right: 58.33333%; }
  .grid-post-8-xxxl, .grid-post-two-thirds-xxxl {
    margin-right: 66.66667%; }
  .grid-post-9-xxxl, .grid-post-three-quarter-xxxl {
    margin-right: 75%; }
  .grid-post-10-xxxl {
    margin-right: 83.33333%; }
  .grid-post-11-xxxl {
    margin-right: 91.66667%; }
  .grid-post-12-xxxl, .grid-post-full-xxxl {
    margin-right: 100%; } }

.grid-cell-auto {
  width: auto;
  padding-right: 20px; }

@media (max-width: 991px) {
  .grid-cell {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px; } }

@media (max-width: 991px) {
  .grid-post-1,
  .grid-post-1,
  .grid-pre-1,
  .grid-pre-2 {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 991px) {
  .grid-cell-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
    max-width: 50%; }
  .grid-cell-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 100%; } }

.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  animation: slbOverlay 0.5s; }

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010; }

.slbWrap {
  position: absolute;
  text-align: center; }

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%; }

.slbContentEl .slbContentOuter {
  padding: 5em 1em; }

.slbContent {
  position: relative; }

.slbContent iframe {
  border: 3px solid #FFED00; }

.slbContentEl .slbContent {
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4); }

.slbImageWrap {
  animation: slbEnter 0.3s;
  position: relative; }

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF; }

.slbDirectionNext .slbImageWrap {
  animation: slbEnterNext 0.4s; }

.slbDirectionPrev .slbImageWrap {
  animation: slbEnterPrev 0.4s; }

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto; }

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center; }

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none; }

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0; }

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5; }

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8; }

.slbCloseBtn {
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: 20px;
  top: 120px;
  color: #fff;
  color: #FFED00;
  text-align: center;
  display: block; }

.slbLoading .slbCloseBtn {
  display: none; }

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9); }

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0; }

.slbLoading .slbArrows {
  display: none; }

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden; }

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent; }

.slbArrow.next {
  right: 0; }

.slbArrow.next:before {
  border-left-color: #fff; }

.slbArrow.prev {
  left: 0; }

.slbArrow.prev:before {
  border-right-color: #fff; }

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0; }

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000; }

@keyframes slbOverlay {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }

@keyframes slbEnter {
  from {
    opacity: 0;
    transform: translate3d(0, -1em, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes slbEnterNext {
  from {
    opacity: 0;
    transform: translate3d(4em, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes slbEnterPrev {
  from {
    opacity: 0;
    transform: translate3d(-4em, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.link {
  text-decoration: none;
  margin-bottom: 30px;
  display: inline-block; }
  .link--with-icon {
    margin-bottom: 10px; }
    .link--with-icon .icon {
      color: #FFED00;
      margin-left: 10px;
      transition: transform .2s; }
    .link--with-icon:hover .icon--arrow-right {
      transform: translateX(10px); }
    .link--with-icon:hover .icon--arrow-left {
      transform: translateX(-10px); }
    .link--with-icon--before {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .link--with-icon--before .icon {
        margin-left: 0 !important;
        width: 42px;
        height: 42px;
        background: #3A4448;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        .link--with-icon--before .icon svg {
          width: 60%;
          height: 60%; }
      .link--with-icon--before span {
        margin-left: 20px; }
  .link--back {
    float: right; }

a.link {
  cursor: pointer; }

.bg--gray .link--with-icon {
  white-space: nowrap; }

.list--grindguide li {
  list-style: none;
  padding-right: 50px;
  display: inline-block;
  position: relative; }
  .list--grindguide li:before {
    content: '|';
    position: absolute;
    right: 15px;
    line-height: 40px; }
  .list--grindguide li:last-of-type:before {
    display: none; }
  .list--grindguide li a {
    text-decoration: none;
    line-height: 40px;
    display: inline-block;
    position: relative; }
    .list--grindguide li a:hover:after {
      width: 100%; }
    .list--grindguide li a:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 5px;
      height: 3px;
      width: 0;
      background: #FFED00;
      transition: width .2s; }

.list--terms {
  margin-top: 30px; }
  .list--terms li a {
    text-decoration: none; }

.list--results li {
  width: 100%; }
  .list--results li a.link {
    display: block;
    margin-bottom: 15px;
    width: 100%; }
    .list--results li a.link span {
      min-width: 260px;
      width: 260px;
      display: inline-block;
      padding-right: 20px; }
    .list--results li a.link .icon {
      position: absolute; }

.list--categories {
  padding-bottom: 200px; }
  .list--categories li {
    margin-bottom: 15px; }
    .list--categories li ul {
      margin-left: 15px;
      margin-top: 15px; }
      .list--categories li ul li a {
        font-weight: 300; }
    .list--categories li a {
      text-decoration: none;
      font-weight: 600; }

.list--categories-breadcrumb {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -20px;
  margin-bottom: 15px; }
  .list--categories-breadcrumb li {
    opacity: .6; }
    .list--categories-breadcrumb li:after {
      content: '/'; }
    .list--categories-breadcrumb li.active {
      opacity: 1; }
    .list--categories-breadcrumb li a {
      font-size: 12px;
      padding-right: 5px;
      padding-left: 5px;
      text-decoration: none; }
    .list--categories-breadcrumb li:first-of-type a {
      padding-left: 0; }
    .list--categories-breadcrumb li:last-of-type:after {
      display: none; }
    .list--categories-breadcrumb li:last-of-type a {
      padding-right: 0; }

.loader {
  width: 100%;
  text-align: center; }
  .loader__inner {
    display: none;
    width: 42px;
    height: 42px;
    background: #3A4448; }

.is--loading .loader {
  display: inline-block;
  animation: rotate 1.2s infinite ease-in-out; }

@keyframes rotateFlip {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

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

.icon--loading {
  color: #FFED00;
  animation: rotate .8s infinite linear;
  margin-top: 20px;
  display: none; }

.is--loading .icon--loading {
  display: inline-block; }

.nav--pagination .icon--loading {
  position: absolute;
  right: -50px;
  top: 5px; }

.logo {
  position: relative;
  display: inline-block;
  transition: all .3s;
  width: 100%;
  max-width: 100%;
  margin-top: -40px; }
  .logo .icon {
    width: 100%; }
  .logo svg {
    color: #3A4448;
    fill: #3A4448; }

main {
  position: relative;
  overflow: hidden;
  padding-top: 134px; }
  @media (max-width: 1023px) {
    main {
      padding-top: 64px; } }
  @media (min-width: 1024px) {
    main.hasSubNav {
      padding-top: 198px; } }
  @media (max-width: 1023px) {
    main.hasSubNav {
      padding-top: 128px; } }

.modal {
  display: none;
  z-index: 100;
  position: fixed;
  background: #fff;
  border: 2px solid #FFED00;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 1350px;
  max-width: 1350px; }
  .modal__inner {
    padding: 30px; }
  .modal .icon--close {
    color: #FFED00 !important;
    top: 20px;
    right: 20px;
    cursor: pointer; }
  @media (max-width: 1349px) {
    .modal {
      width: calc(100% - 55px);
      max-width: calc(100% - 55px); } }

.nav {
  /*&__wrapper{
		display: flex;
		flex-direction: column-reverse;
		-webkit-overflow-scrolling: touch; 
		overflow: scroll;
	}*/ }
  .nav__wrap {
    width: 100%; }
    @media (max-width: 1023px) {
      .nav__wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
  .nav a {
    text-decoration: none; }
  .nav--main {
    position: relative;
    z-index: 5;
    width: 100%; }
    .nav--main .nav__wrapper {
      width: 100%;
      max-width: 1350px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 768px) {
        .nav--main .nav__wrapper {
          padding-left: 0px;
          padding-right: 0px; } }
      @media (max-width: 767px) {
        .nav--main .nav__wrapper {
          padding-left: calc(0px / 2);
          padding-right: calc(0px / 2); } }
      .nav--main .nav__wrapper::after {
        content: '';
        display: table;
        clear: both; }
    .nav--main .nav__container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      position: relative;
      margin-left: -15px;
      margin-right: -15px;
      min-width: 100%;
      padding-left: 25%; }
      .nav--main .nav__container > a {
        display: none; }
    .nav--main > ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding-left: 114px; }
      .nav--main > ul > li > a {
        padding-bottom: 30px;
        margin-top: 30px;
        z-index: 100;
        transition: margin padding .3s; }
      .nav--main > ul li > ul {
        position: fixed;
        background: #fff;
        -ms-flex-pack: start;
            justify-content: flex-start;
        width: 100vw;
        left: 0;
        z-index: 15;
        height: 0;
        margin-top: -30px;
        overflow: hidden;
        transition: height .3s;
        transition-delay: .3s;
        z-index: 10;
        /*&:after{
						content: '';
						position: absolute;
						width: 100vw;
						height: 100vh;
						top: 100%;
						left: 0;
						background: rgba($color-white,.5);
						z-index: 9;
					}*/ }
        .nav--main > ul li > ul:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 30px;
          height: 3px;
          width: 0;
          background: #FFED00;
          transition: width .5s; }
        .nav--main > ul li > ul a {
          text-transform: none;
          padding-bottom: 20px;
          display: inline-block; }
          @media (max-width: 1023px) {
            .nav--main > ul li > ul a {
              font-weight: 400; } }
          .nav--main > ul li > ul a:after {
            content: '';
            position: absolute;
            bottom: 18px;
            height: 3px;
            width: 0;
            background: #FFED00;
            display: block;
            transition: width .2s; }
          .nav--main > ul li > ul a:hover:after, .nav--main > ul li > ul a.active:after {
            width: 100%; }
        .nav--main > ul li > ul ul {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          position: relative;
          padding-right: 15px;
          padding-left: 15px;
          width: 33.33333%;
          max-width: 33.33333%;
          margin-top: 60px;
          display: inline-block; }
          .nav--main > ul li > ul ul > a {
            pointer-events: none; }
          .nav--main > ul li > ul ul:first-of-type {
            /*@include grid-pre(3);*/ }
        .nav--main > ul li > ul li {
          text-align: left;
          margin-left: 0; }
        .nav--main > ul li > ul:empty {
          max-height: 33px; }
      .nav--main > ul li:hover > ul {
        height: 500px;
        transition-delay: 0s; }
        .nav--main > ul li:hover > ul:before {
          width: 100%; }
    .nav--main a {
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      display: inline-block;
      /*&:after{
				content: '';
				position: absolute;
				bottom: 25px;
				height: 3px;
				width: 0;
				background: $color-yellow;
				display: block;
				transition: width .2s;
			}

			&:hover,&.active{
				&:after{							
					width: 100%;
				}
			}*/ }
  .nav--sticky {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #FFF;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .nav--sticky ul {
      max-width: 1350px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .nav--sticky ul li {
        padding-left: 10px; }
        .nav--sticky ul li:not(:last-of-type) {
          padding-right: 30px; }
        .nav--sticky ul li:last-of-type {
          padding-right: 20px; }
        .nav--sticky ul li a {
          padding-bottom: 20px;
          margin-top: 20px;
          z-index: 100;
          font-size: 16px;
          font-weight: bold;
          text-transform: uppercase;
          position: relative;
          display: inline-block;
          text-decoration: none;
          position: relative; }
          .nav--sticky ul li a:after {
            content: '';
            position: absolute;
            bottom: 18px;
            height: 3px;
            width: 0;
            background: #FFED00;
            display: block;
            transition: width .2s; }
          .nav--sticky ul li a:hover:after, .nav--sticky ul li a.active:after {
            width: 100%; }
    @media (max-width: 991px) {
      .nav--sticky {
        position: relative;
        margin-left: 15px;
        margin-right: 15px; }
        .nav--sticky ul {
          position: absolute;
          top: 64px;
          background: #3A4448;
          width: 100%; } }
    @media (max-width: 991px) and (min-width: 576px) {
      .nav--sticky ul {
        padding-right: 10px; } }
    @media (max-width: 991px) and (max-width: 575px) {
      .nav--sticky ul {
        -ms-flex-pack: distribute;
            justify-content: space-around; }
        .nav--sticky ul li {
          padding-right: 0 !important;
          padding-left: 0 !important; } }
  .nav--breadcrumb {
    margin-top: 20px; }
    .nav--breadcrumb ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .nav--breadcrumb ul li {
        padding-right: 30px;
        position: relative;
        white-space: nowrap; }
        .nav--breadcrumb ul li:not(:last-of-type):after {
          content: '|';
          display: block;
          right: 10px;
          top: 0;
          position: absolute; }
        .nav--breadcrumb ul li a {
          text-transform: uppercase;
          font-size: 14px; }
          .nav--breadcrumb ul li a:hover, .nav--breadcrumb ul li a.active {
            font-weight: 600; }
  .nav--meta {
    position: absolute;
    right: 15px;
    top: -30px;
    z-index: 10; }
    .nav--meta ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .nav--meta ul li {
        margin-left: 45px; }
        .nav--meta ul li ul {
          -ms-flex-direction: column;
              flex-direction: column;
          background: #fff;
          padding: 15px;
          padding-top: 0;
          margin-left: -60px;
          display: none;
          position: absolute; }
        .nav--meta ul li:hover ul {
          display: block; }
    .nav--meta span {
      font-size: 12px; }
    .nav--meta a {
      font-size: 12px; }
      .nav--meta a:hover, .nav--meta a.current {
        font-weight: 600; }
  .nav--share, .nav--social {
    margin-left: -7px; }
    .nav--share ul, .nav--social ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .nav--share ul li, .nav--social ul li {
        margin-left: 7px;
        margin-right: 7px;
        margin-bottom: 7px;
        margin-top: 7px; }
      .nav--share ul a, .nav--social ul a {
        display: block;
        width: 42px;
        height: 42px;
        background: #3A4448;
        text-align: center;
        line-height: 42px; }
        .nav--share ul a .icon, .nav--social ul a .icon {
          color: #FFED00; }
          .nav--share ul a .icon.icon--social-tiktok, .nav--social ul a .icon.icon--social-tiktok {
            width: 25px !important;
            height: 25px !important; }
  .nav--social {
    margin-top: 7px; }
    @media (max-width: 1023px) {
      .nav--social ul {
        margin-bottom: 15px; } }
  .nav--sidebar, .nav--scroll-up {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 22;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%) translateY(-50%);
    transition: all .2s; }
    .nav--sidebar ul, .nav--scroll-up ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: end;
          justify-content: flex-end; }
    .nav--sidebar li, .nav--scroll-up li {
      width: 49px;
      height: 49px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: relative;
      background: #3A4448;
      -ms-flex-item-align: end;
          align-self: flex-end;
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.33);
      transition: all .2s;
      cursor: pointer; }
      .nav--sidebar li:hover, .nav--scroll-up li:hover {
        width: 54px;
        padding-right: 5px; }
      .nav--sidebar li:first-of-type:after, .nav--scroll-up li:first-of-type:after {
        content: '';
        display: block;
        background: #E1E3E4;
        height: 1px;
        width: calc(39px);
        position: absolute;
        bottom: -1px;
        z-index: 2;
        right: 5px; }
      .nav--sidebar li .icon, .nav--scroll-up li .icon {
        color: #FFED00; }
  .nav--scroll-up {
    top: auto;
    bottom: 50px; }
    .nav--scroll-up li:after {
      display: none !important; }
  .nav--footer ul {
    display: -ms-flexbox;
    display: flex; }
    .nav--footer ul li {
      padding-right: 30px; }
  .nav--grindguide ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .nav--grindguide ul li {
      text-align: center;
      -ms-flex: 1;
          flex: 1;
      cursor: pointer;
      padding-top: 5px; }
      .nav--grindguide ul li.active, .nav--grindguide ul li:hover {
        font-weight: 600; }
  .nav--results {
    position: absolute;
    margin-left: -8.3333%;
    margin-top: 10px; }
    .nav--results ul li {
      margin-bottom: 20px;
      text-align: center; }
      .nav--results ul li .icon {
        color: #FFED00; }
  .nav--pagination ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .nav--pagination ul li {
      position: relative; }
    .nav--pagination ul a {
      text-decoration: none; }
    .nav--pagination ul .button {
      box-shadow: inset 0 0 0 3px #3A4448; }
      .nav--pagination ul .button:hover:before {
        border-top-color: #fff;
        border-right-color: #fff; }
      .nav--pagination ul .button:hover:after {
        border-bottom-color: #fff;
        border-left-color: #fff; }
  .nav--pagination--single ul {
    padding-bottom: 15px;
    border-bottom: 1px solid #3A4448;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .nav--pagination--single ul a .icon {
      color: #FFED00; }
  @media (max-width: 767px) {
    .nav--pagination--single ul li {
      text-align: center; }
      .nav--pagination--single ul li:first-of-type {
        text-align: left; }
      .nav--pagination--single ul li:last-of-type {
        text-align: right; }
        .nav--pagination--single ul li:last-of-type .icon {
          right: 0; }
    .nav--pagination--single ul a {
      position: relative;
      -webkit-hyphens: none;
          -ms-hyphens: none;
              hyphens: none; }
      .nav--pagination--single ul a .icon {
        position: absolute;
        top: -30px; } }
  .nav__back {
    position: absolute;
    right: 80px;
    color: #FFED00;
    z-index: 100;
    top: 13px;
    cursor: pointer;
    display: none; }
  .nav__toggle {
    display: none;
    position: absolute;
    top: 15px;
    z-index: 11;
    right: 32px;
    width: 30px;
    height: 20px;
    z-index: 100;
    cursor: pointer; }
    .nav__toggle:before, .nav__toggle:after, .nav__toggle span {
      content: '';
      display: block;
      height: 3px;
      width: 100%;
      background: #FFED00;
      position: absolute;
      transition: all .2s;
      transform: translateY(-50%) rotate(0deg); }
    .nav__toggle:before {
      top: 0; }
    .nav__toggle span {
      top: 50%;
      opacity: 1; }
    .nav__toggle:after {
      top: 100%; }
    .mobilenav--isvisible .nav__toggle:before {
      transform: rotate(45deg);
      top: 50%; }
    .mobilenav--isvisible .nav__toggle span {
      transform: translateX(-50%);
      opacity: 0; }
    .mobilenav--isvisible .nav__toggle:after {
      transform: rotate(-45deg);
      top: 50%; }
  @media (max-width: 1023px) {
    .nav__toggle {
      display: block; } }
  @media (max-width: 1023px) {
    .nav--meta {
      transform: translateX(0%);
      transition: all .3s;
      position: relative;
      top: 0;
      right: auto;
      left: 0;
      margin-top: 30px; }
      .nav--meta ul li {
        width: 100%;
        margin-left: 0;
        padding-left: 32px; }
        .nav--meta ul li ul {
          position: relative;
          margin-left: -30px;
          padding-bottom: 0; }
    .nav--main {
      padding-bottom: 30px;
      border-bottom: 1px solid #3A4448;
      transition: all .3s; }
      .nav--main--lvl-2 {
        transform: translateX(-100%); }
      .nav--main h3 {
        text-align: center;
        font-size: 16px; }
      .nav--main a:after {
        display: none !important; }
      .nav--main ul {
        padding-left: 0; }
        .nav--main ul:before {
          display: none !important; }
        .nav--main ul.has2children li:nth-of-type(odd), .nav--main ul.has3children li:nth-of-type(odd), .nav--main ul.has4children li:nth-of-type(odd), .nav--main ul.has5children li:nth-of-type(odd), .nav--main ul.has6children li:nth-of-type(odd), .nav--main ul.has7children li:nth-of-type(odd), .nav--main ul.has8children li:nth-of-type(odd), .nav--main ul.has9children li:nth-of-type(odd), .nav--main ul.has10children li:nth-of-type(odd) {
          background: #E1E3E4 !important; }
        .nav--main ul li {
          width: 100%; }
          .nav--main ul li:nth-of-type(odd) {
            background: #E1E3E4; }
          .nav--main ul li a {
            padding-bottom: 10px !important;
            margin-top: 10px !important;
            padding-left: 30px; }
          .nav--main ul li > ul {
            transform: translateX(100%);
            position: fixed;
            top: 0px;
            display: none; }
            .nav--main ul li > ul ul:nth-of-type(odd) > li {
              background: #fff; }
            .nav--main ul li > ul ul > a {
              display: block;
              padding-left: 0;
              padding-bottom: 0 !important; }
          .nav--main ul li.lvl-2 ul {
            display: block; }
          .nav--main ul li ul {
            width: 100% !important;
            max-width: 100% !important;
            height: auto;
            transition: none;
            transition-delay: none;
            margin-top: 0 !important; }
          .nav--main ul li:hover ul {
            height: auto; }
        .nav--main ul .nav__container {
          padding-left: 0; }
          .nav--main ul .nav__container > a {
            width: 100%;
            display: block;
            padding-top: 10px;
            margin-top: 0 !important;
            top: 0;
            padding-left: 44px;
            background: #E1E3E4;
            font-weight: 600; } }

.sidebar--is-visible .nav--sidebar {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(-50%); }

.scroll-up--is-visible .nav--scroll-up {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(-50%); }

.overlay {
  position: absolute;
  z-index: 10;
  padding: 0;
  background: #fff;
  left: 0;
  transform: translateX(-300%);
  visibility: hidden;
  pointer-events: none;
  transition: all .5s; }
  .overlay--is-visible {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto; }
  .overlay .icon--close {
    color: #FFED00;
    cursor: pointer;
    right: 20px; }
  .overlay__inner {
    position: relative;
    margin-left: 15px;
    background: #fff;
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 50px;
    z-index: 10;
    height: 800px;
    max-height: 80vh;
    overflow: hidden; }
  .overlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    right: 20px;
    height: calc(100% - 100px);
    width: 10px;
    box-shadow: 10px 0 70px 0 rgba(0, 0, 0, 0.49);
    z-index: 9; }
  .overlay:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    z-index: 10; }
  .overlay--search {
    height: 800px;
    max-height: 80vh;
    width: 41.66667%; }
    .overlay--search input {
      margin-right: 15px; }
    .overlay--search .scroll {
      height: 700px;
      max-height: 70vh; }
  .overlay--future {
    position: fixed;
    left: 0;
    bottom: 50px;
    z-index: 21;
    visibility: visible;
    transition: all .2s;
    background: #3A4448;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    max-width: 550px;
    border: solid 2px #FFED00;
    padding: 20px; }
    .overlay--future.hidden {
      display: none;
      transition: display 1s; }
    .overlay--future a {
      text-decoration: none; }
    .overlay--future img {
      margin-right: 10px;
      max-width: 200px; }
    .overlay--future .icon--close {
      position: absolute;
      right: 10px;
      top: 10px;
      color: #FFED00;
      cursor: pointer; }
    @media (max-width: 767px) {
      .overlay--future {
        min-width: 100%;
        bottom: 0; }
        .overlay--future h2 {
          font-size: 17px;
          line-height: 18px;
          margin-bottom: 10px; }
        .overlay--future p {
          font-size: 13px;
          line-height: 14px; }
        .overlay--future img {
          width: 130px; } }

.partner .ar {
  box-shadow: inset 0 0 0 3px #3A4448;
  z-index: 10; }
  .partner .ar img {
    border: 3px solid #3A4448; }
  .partner .ar:before, .partner .ar:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    z-index: 10; }
  .partner .ar:hover:before, .partner .ar:hover:after {
    width: 100%;
    height: 100%; }
  .partner .ar:hover:before {
    border-top-color: #FFED00;
    border-right-color: #FFED00;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s; }
  .partner .ar:hover:after {
    border-bottom-color: #FFED00;
    border-left-color: #FFED00;
    transition: height 0.15s ease-out, width 0.15s ease-out 0.15s; }

.partner h4 {
  margin-top: 10px;
  line-height: 25px;
  font-weight: 300; }

.partner a {
  text-decoration: none; }

[data-simplebar] {
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: scroll;
  max-width: 100%;
  max-height: 100%; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -ms-flex-positive: inherit;
      flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: #E1E3E4; }

.simplebar-scrollbar {
  position: absolute;
  right: 0px;
  width: 9px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #FFED00;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transition: opacity .2s linear; }

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 9px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.scroll-to {
  cursor: pointer; }

.search-results .search-result {
  padding-bottom: 40px;
  position: relative; }
  .search-results .search-result h3, .search-results .search-result p {
    max-width: 70%; }
  .search-results .search-result:after {
    height: 1px;
    width: calc(100% - 30px);
    background: #3A4448;
    display: block;
    content: '';
    position: absolute;
    bottom: 0; }
  .search-results .search-result:last-of-type {
    padding-bottom: 0; }
    .search-results .search-result:last-of-type:after {
      display: none; }

.section {
  position: relative;
  /*&--full{
		.section__wrapper{
			max-width: none;
		}
		}*/ }
  .section__wrapper {
    width: 100%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .section__wrapper {
        padding-left: 0px;
        padding-right: 0px; } }
    @media (max-width: 767px) {
      .section__wrapper {
        padding-left: calc(0px / 2);
        padding-right: calc(0px / 2); } }
    .section__wrapper::after {
      content: '';
      display: table;
      clear: both; }
  .section__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    min-width: 100%; }
    @media (max-width: 1499px) {
      .section__container {
        padding-left: 30px;
        padding-right: 30px; } }
  .section.bg--gray-light {
    padding-bottom: 150px;
    padding-top: 150px; }
    .section.bg--gray-light.paddingsmall {
      padding-bottom: 0px;
      padding-top: 50px; }
    .section.bg--gray-light + .bg--gray-light {
      padding-top: 0 !important; }
  .section.bg--gray {
    padding-bottom: 50px;
    padding-top: 50px; }
  .section.border--top {
    padding-top: 80px;
    padding-bottom: 80px; }
  .section .grid-cell {
    margin-bottom: 50px;
    /*&:last-of-type{
			margin-bottom: 0;
			}*/ }
    .section .grid-cell .grid-cell {
      margin-bottom: 0; }

.show {
  max-height: 1500px;
  transition: max-height .5s;
  margin-bottom: 0 !important; }
  .show--hidden {
    height: 0;
    max-height: 0px;
    overflow: hidden; }

*[data-show] {
  cursor: pointer; }

.slider {
  position: relative;
  overflow: hidden; }
  .slider .slide {
    position: absolute;
    opacity: 0; }
    .slider .slide:first-of-type {
      position: relative;
      opacity: 1; }
  .slider .flickity-viewport {
    transition: height .3s; }
  .slider.flickity-enabled .slide {
    opacity: 1;
    position: relative; }
  .slider--full, .slider--content {
    width: 100%; }
    .slider--full .slide, .slider--content .slide {
      width: 100%;
      height: auto; }
      .slider--full .slide__inner, .slider--content .slide__inner {
        display: -ms-flexbox;
        display: flex; }
      .slider--full .slide__image, .slider--content .slide__image {
        width: calc(50vw + 322px);
        position: relative; }
        .slider--full .slide__image:before, .slider--content .slide__image:before {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 80px;
          z-index: 10;
          pointer-events: none;
          background: linear-gradient(to bottom, rgba(58, 68, 72, 0) 0%, rgba(58, 68, 72, 0.5) 100%); }
      .slider--full .slide .videoplayer:before, .slider--content .slide .videoplayer:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        z-index: 10;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(58, 68, 72, 0) 0%, rgba(58, 68, 72, 0.5) 100%); }
      .slider--full .slide__caption, .slider--content .slide__caption {
        display: -ms-flexbox;
        display: flex;
        margin-left: auto; }
        .slider--full .slide__caption__inner, .slider--content .slide__caption__inner {
          -ms-flex-item-align: end;
              -ms-grid-row-align: end;
              align-self: end;
          width: 345px;
          margin-left: auto; }
    .slider--full .flickity-slider, .slider--content .flickity-slider {
      display: -ms-flexbox;
      display: flex; }
    .slider--full .flickity-page-dots, .slider--content .flickity-page-dots {
      position: absolute;
      left: 50%;
      z-index: 10; }
    .slider--full .flickity-button, .slider--content .flickity-button {
      position: absolute; }
    .slider--full--reversed .slide__inner, .slider--content--reversed .slide__inner {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
    .slider--full--reversed .slide__caption, .slider--content--reversed .slide__caption {
      margin-right: auto;
      margin-left: 30px; }
  .slider--content .slide__inner {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .slider--content .slide__image {
    width: 74.2%; }
  .slider--content .slide__caption {
    width: 22.5%;
    margin: 0;
    -ms-flex-item-align: end;
        align-self: flex-end; }
    .slider--content .slide__caption p:last-of-type {
      margin-bottom: 0; }
    .slider--content .slide__caption__inner {
      width: 100%; }
  .slider__controls {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    z-index: 11;
    left: 50%;
    transform: translateX(-50%) translateY(-100%); }
    .slider__controls .icon {
      color: #FFED00;
      cursor: pointer; }
  .slider__dots {
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
    margin-right: 40px; }
    .slider__dots li {
      width: 16px;
      text-align: center;
      position: relative;
      cursor: pointer; }
      .slider__dots li span {
        display: inline-block;
        position: absolute;
        bottom: 0;
        height: 28px;
        width: 3px;
        background: #FFED00;
        transition: all .2s; }
      .slider__dots li.is-selected span {
        height: 42px; }
  .slider--image .slide__image {
    width: 100%; }
  .slider--with-1 + .slider__controls {
    display: none; }
  .slider--nav .slide {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 33.33333%;
    max-width: 33.33333%;
    opacity: 0.5 !important;
    transition: opacity .3s;
    cursor: pointer; }
    .slider--nav .slide.is-selected {
      opacity: 1 !important; }
  .slider--nav p {
    padding-top: 15px;
    padding-left: 30px; }
  @media (max-width: 1349px) {
    .slider .slide__caption__inner {
      padding-left: 32px; } }
  @media (max-width: 991px) {
    .slider--full .slide__inner, .slider--content .slide__inner {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
    .slider--full .slide__image, .slider--content .slide__image {
      width: 100%; }
    .slider--full .slide__caption, .slider--content .slide__caption {
      width: 100%;
      padding-top: 20px;
      margin-left: 0;
      padding-left: 30px;
      padding-right: 30px; }
      .slider--full .slide__caption__inner, .slider--content .slide__caption__inner {
        width: 100%;
        padding-left: 32px; } }
  @media (max-width: 767px) {
    .slider--full .slide__caption__inner, .slider--content .slide__caption__inner {
      padding-left: 0; } }

.grid-cell--slider-nav {
  padding-left: 0;
  padding-right: 0;
  margin-top: -20px; }

table {
  margin-bottom: 30px; }
  table tr td:first-of-type {
    padding-right: 50px; }

.table--jobs {
  width: 100%; }
  .table--jobs tr td {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px; }
    .table--jobs tr td:first-of-type {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      position: relative;
      padding-right: 15px;
      padding-left: 15px;
      width: 58.33333%;
      max-width: 58.33333%;
      padding-left: 0; }
    .table--jobs tr td:last-of-type {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      position: relative;
      padding-right: 15px;
      padding-left: 15px;
      width: 41.66667%;
      max-width: 41.66667%;
      padding-right: 80px; }
  .table--jobs tr:hover .icon {
    right: 16px; }
  .table--jobs thead {
    border-bottom: 1px solid #000;
    font-weight: 600; }
  .table--jobs a {
    text-decoration: none; }
  .table--jobs .icon {
    position: absolute;
    right: 26px;
    color: #FFED00;
    transition: all .2s; }

.table--trainings {
  width: 100%; }
  .table--trainings thead tr th {
    text-align: left;
    cursor: pointer;
    vertical-align: middle;
    padding: 10px 0; }
    .table--trainings thead tr th span {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
      -ms-flex-direction: row;
          flex-direction: row;
      position: relative;
      height: 33px;
      width: 27px;
      margin-bottom: -5px;
      -ms-flex-item-align: end;
          align-self: flex-end;
      vertical-align: bottom; }
      .table--trainings thead tr th span i {
        display: -ms-flexbox;
        display: flex;
        position: relative;
        right: auto;
        -ms-flex-item-align: start;
            align-self: flex-start;
        width: 27px;
        height: 19px;
        opacity: 1; }
        .table--trainings thead tr th span i.icon {
          right: 0; }
        .table--trainings thead tr th span i:first-of-type {
          -ms-flex-item-align: start;
              align-self: flex-start; }
        .table--trainings thead tr th span i:last-of-type {
          -ms-flex-item-align: end;
              align-self: flex-end; }
    .table--trainings thead tr th.sorted.ascending span > i:last-of-type {
      opacity: 0.2; }
    .table--trainings thead tr th.sorted.descending span > i:first-of-type {
      opacity: 0.2; }
  .table--trainings thead tr:hover .icon {
    right: 0; }
  .table--trainings tr td {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px; }
    .table--trainings tr td:first-of-type {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      position: relative;
      padding-right: 15px;
      padding-left: 15px;
      width: 41.66667%;
      max-width: 41.66667%;
      padding-left: 0; }
    .table--trainings tr td:nth-child(2) {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      position: relative;
      padding-right: 15px;
      padding-left: 15px;
      width: 16.66667%;
      max-width: 16.66667%; }
    .table--trainings tr td:nth-child(3) {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      position: relative;
      padding-right: 15px;
      padding-left: 15px;
      width: 25%;
      max-width: 25%; }
    .table--trainings tr td:last-of-type {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      position: relative;
      padding-right: 15px;
      padding-left: 15px;
      width: 16.66667%;
      max-width: 16.66667%;
      padding-right: 80px; }
  .table--trainings tr:hover .icon {
    right: 16px; }
  .table--trainings thead {
    border-bottom: 1px solid #000;
    font-weight: 600; }
  .table--trainings a {
    text-decoration: none; }
    @media (min-width: 992px) {
      .table--trainings a {
        white-space: nowrap; } }
  .table--trainings .icon {
    position: absolute;
    right: 26px;
    color: #FFED00;
    transition: all .2s; }

.table--infos {
  width: 100%; }
  .table--infos tr td {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px; }
    .table--infos tr td:first-of-type {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      position: relative;
      padding-right: 15px;
      padding-left: 15px;
      width: 58.33333%;
      max-width: 58.33333%; }
    .table--infos tr td:last-of-type {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      position: relative;
      padding-right: 15px;
      padding-left: 15px;
      width: 41.66667%;
      max-width: 41.66667%;
      padding-right: 8.33333%; }
  .table--infos tr:nth-child(odd) {
    background: #3A4448;
    color: #fff; }
  .table--infos tr:hover .icon {
    right: 26px; }
  .table--infos thead {
    border-bottom: 1px solid #000;
    font-weight: 600; }
  .table--infos a {
    text-decoration: none; }
  .table--infos .icon {
    position: absolute;
    right: 36px;
    color: #FFED00;
    transition: all .2s; }

.table--history {
  width: 100%; }
  .table--history tbody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 50%; }
  .table--history tr {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #3A4448; }
    .table--history tr td {
      position: relative;
      padding-top: 15px;
      padding-bottom: 15px;
      vertical-align: middle;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .table--history tr td:first-of-type {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
        width: 16.66667%;
        max-width: 16.66667%;
        font-size: 24px; }
      .table--history tr td:last-of-type {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
        width: 83.33333%;
        max-width: 83.33333%; }

@media (max-width: 575px) {
  .table--jobs thead tr td:last-child {
    display: none !important; }
  .table--jobs tr {
    table-layout: fixed; }
    .table--jobs tr td {
      display: block !important; }
      .table--jobs tr td:first-of-type {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
        max-width: 100%;
        padding-left: 0; }
      .table--jobs tr td:last-of-type {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
        max-width: 100%;
        padding-right: 80px;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 50px; }
    .table--jobs tr:hover .icon {
      right: 16px; } }

@media (max-width: 991px) {
  .table--history tbody {
    width: 100%; }
  .table--history tr td:first-of-type {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 25%;
    max-width: 25%; }
  .table--history tr td:last-of-type {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 75%;
    max-width: 75%; } }

.tabs .tab {
  display: none; }
  .tabs .tab--active {
    display: block; }
  .tabs .tab .grid-cell {
    margin-bottom: 0 !important; }

.tabscats table thead {
  border-bottom: 3px solid #fff !important; }

.tabscats .tab {
  background-color: #3A4448;
  color: #fff; }

.nav--tabs {
  border-bottom: 3px solid #FFED00; }
  .nav--tabs .nav__wrapper {
    width: 100%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .nav--tabs .nav__wrapper {
        padding-left: 0px;
        padding-right: 0px; } }
    @media (max-width: 767px) {
      .nav--tabs .nav__wrapper {
        padding-left: calc(0px / 2);
        padding-right: calc(0px / 2); } }
    .nav--tabs .nav__wrapper::after {
      content: '';
      display: table;
      clear: both; }
  .nav--tabs .nav__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    min-width: 100%; }
  .nav--tabs ul {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch; }
    .nav--tabs ul li {
      width: auto;
      position: relative;
      cursor: pointer;
      top: 3px;
      -ms-flex: 1;
          flex: 1;
      text-align: center;
      height: 58px;
      line-height: 52px;
      background: #E1E3E4;
      text-transform: uppercase;
      border: 3px solid #E1E3E4;
      border-bottom: 3px solid #FFED00;
      transition: all .1s; }
      @media (min-width: 576px) and (max-width: 767px) {
        .nav--tabs ul li.longtext {
          line-height: 26px;
          font-size: 13px; } }
      @media (max-width: 575px) {
        .nav--tabs ul li.longtext {
          line-height: 17px;
          font-size: 13px; } }
      .nav--tabs ul li:hover {
        font-weight: 600; }
      .nav--tabs ul li.active {
        background: #3A4448;
        color: #fff;
        border: 3px solid #FFED00;
        border-bottom: 3px solid #3A4448; }
        .nav--tabs ul li.active:before, .nav--tabs ul li.active:after {
          content: '';
          display: block;
          width: 3px;
          height: 58px;
          background: #FFED00;
          position: absolute;
          left: -3px;
          top: 0; }
        .nav--tabs ul li.active:after {
          left: auto;
          right: -3px; }
  .nav--tabscats li {
    height: 61px !important; }
  @media (max-width: 767px) {
    .nav--tabs {
      padding-left: 20px;
      padding-right: 20px; } }

.text ul, .text ol {
  margin-bottom: 20px; }
  .text ul li, .text ol li {
    margin-bottom: 10px;
    margin-left: 20px;
    position: relative; }
    .text ul li:before, .text ol li:before {
      position: absolute;
      left: -20px;
      color: #000;
      display: inline-block; }

.text ul li {
  list-style: none; }
  .text ul li:before {
    content: '■';
    font-size: 10px;
    top: 5px; }

.text ol {
  counter-reset: counter; }
  .text ol li {
    counter-increment: counter; }
    .text ol li:before {
      content: counter(counter) ".";
      font-size: 12px;
      top: 4px; }

.text p:last-of-type {
  margin-bottom: 0; }

.tiles {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #3A4448;
  overflow: hidden; }
  .tiles .tile {
    position: relative;
    z-index: 2; }
    .tiles .tile--small {
      width: calc(100% / 3);
      max-width: calc(100% / 3);
      cursor: pointer;
      transition: background .2s; }
      .tiles .tile--small:hover {
        background: rgba(255, 255, 255, 0.1); }
        .tiles .tile--small:hover .icon--plus {
          transform: scale(1.3); }
    .tiles .tile__content {
      display: none; }
    .tiles .tile--full {
      width: 100%;
      max-width: 100%;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      cursor: default; }
      .tiles .tile--full .inner {
        max-width: 30%; }
    .tiles .tile__head {
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      color: #fff; }
      .tiles .tile__head .icon {
        color: #FFED00;
        transition: all .2s;
        transform: scale(1); }
    .tiles .tile:nth-child(2), .tiles .tile:nth-child(6) {
      border-left: 1px solid #fff;
      border-right: 1px solid #fff; }
  .tiles__content {
    background: #3A4448;
    position: absolute;
    outline: 1px solid #fff;
    outline-style: outset;
    width: calc(100% / 3);
    transition: opacity .5s;
    opacity: 0;
    pointer-events: none;
    padding-bottom: 2px;
    color: #fff;
    z-index: 3; }
    .tiles__content .icon--close {
      cursor: pointer;
      color: #FFED00;
      top: 60px;
      right: 30px;
      transition: all .2s;
      transform: scale(1); }
      .tiles__content .icon--close:hover {
        transform: scale(1.2); }
    .tiles__content .section__container {
      z-index: 3;
      visibility: hidden;
      opacity: 0;
      transition: all .1s;
      transition-delay: 0s;
      padding-top: 60px;
      padding-bottom: 60px; }
      .tiles__content .section__container .grid-cell-3 {
        margin-bottom: 100px; }
    .tiles__content--is-active {
      pointer-events: auto;
      opacity: 1; }
      .tiles__content--is-active .inner > img {
        opacity: 0.4 !important;
        transition-delay: 1s; }
      .tiles__content--is-active .section__container {
        visibility: visible;
        opacity: 1;
        transition: all .3s;
        transition-delay: .5s; }
    .tiles__content .inner > img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      font-family: "object-fit:cover";
      object-fit: cover;
      opacity: 0;
      transition-delay: 1s;
      transition: all .3s; }
  .tiles__container {
    position: relative; }
  .tiles__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }
    .tiles__bg:before, .tiles__bg:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 200px;
      z-index: 10;
      pointer-events: none;
      background: linear-gradient(to top, rgba(58, 68, 72, 0) 0%, #3a4448 100%); }
    .tiles__bg:after {
      background: rgba(58, 68, 72, 0.6);
      height: 100%; }
    .tiles__bg__img {
      visibility: hidden;
      opacity: 0;
      z-index: 2;
      transition: all 1s; }
    .tiles__bg img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      font-family: "object-fit:cover";
      object-fit: cover; }
  .tiles__content__nav {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    z-index: 5; }
    .tiles__content__nav .tile--small {
      width: calc(100% / 6);
      max-width: calc(100% / 6);
      cursor: pointer; }
  @media (max-width: 1279px) {
    .tiles__content .section__container .grid-cell-3 {
      margin-bottom: 50px; }
    .tiles__content .section__container .grid-cell-7 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      position: relative;
      padding-right: 15px;
      padding-left: 15px;
      width: 83.33333%;
      max-width: 83.33333%; } }
  @media (max-width: 1099px) {
    .tiles__content .section__container .grid-cell-7 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      position: relative;
      padding-right: 15px;
      padding-left: 15px;
      width: 100%;
      max-width: 100%; } }
  @media (max-width: 1023px) {
    .tiles {
      padding-top: 80px; }
      .tiles__content {
        display: none !important; }
      .tiles .tile .ar {
        padding-top: 0 !important; }
      .tiles .tile--small {
        width: 100%;
        max-width: 100%;
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: 1px solid #fff; }
        .tiles .tile--small:first-of-type {
          border-top: 0; }
        .tiles .tile--small .icon--plus {
          position: absolute;
          right: 32px;
          top: 50%;
          transform: translateY(-50%); }
        .tiles .tile--small:hover .icon--plus {
          transform: translateY(-50%); }
        .tiles .tile--small.active {
          height: auto !important;
          position: relative; }
          .tiles .tile--small.active .tile__content {
            display: block;
            position: relative !important;
            color: #fff;
            padding-left: 32px;
            padding-right: 32px; }
            .tiles .tile--small.active .tile__content h2 {
              display: none; }
          .tiles .tile--small.active .icon--plus {
            transform: translateY(-50%) rotate(45deg); }
      .tiles .tile--full {
        border: 0 !important;
        position: absolute;
        top: 0;
        height: 80px;
        -ms-flex-pack: center;
            justify-content: center;
        width: 100%;
        left: 0px; }
        .tiles .tile--full .inner {
          max-width: unset; }
        .tiles .tile--full:before {
          content: '';
          display: block;
          position: absolute;
          left: 32px;
          top: 0;
          width: calc(100% - 64px);
          border-bottom: 3px solid #FFED00; }
        .tiles .tile--full .tile__head {
          -ms-flex-pack: center;
              justify-content: center; }
          .tiles .tile--full .tile__head:before, .tiles .tile--full .tile__head:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            background: #fff;
            width: 32px;
            height: 100%;
            border-bottom: 3px solid #FFED00; }
          .tiles .tile--full .tile__head:before {
            border-right: 2px solid #FFED00; }
          .tiles .tile--full .tile__head:after {
            left: auto;
            right: 0;
            border-left: 2px solid #FFED00; }
          .tiles .tile--full .tile__head img {
            width: 180px;
            height: auto; }
      .tiles .tile__head {
        position: relative !important;
        text-align: left;
        -ms-flex-pack: left;
            justify-content: left;
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 20px;
        padding-bottom: 20px; }
        .tiles .tile__head h4 {
          margin-bottom: 0; }
      .tiles__bg img.active {
        opacity: 1 !important;
        visibility: visible;
        z-index: 10; } }

.tiles__reloaded {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #3A4448;
  overflow: hidden;
  border-bottom: 1px solid #fff; }
  .tiles__reloaded .tile {
    position: relative;
    z-index: 2; }
    .tiles__reloaded .tile--small {
      width: calc(100% / 4);
      max-width: calc(100% / 4);
      cursor: pointer;
      transition: background .2s;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      margin-bottom: -1px; }
      .tiles__reloaded .tile--small:hover {
        background: rgba(255, 255, 255, 0.1); }
        .tiles__reloaded .tile--small:hover .icon--plus {
          transform: scale(1.3); }
    .tiles__reloaded .tile__content {
      display: none; }
    .tiles__reloaded .tile--full {
      width: 100%;
      max-width: 100%;
      border-top: 1px solid #fff;
      border-bottom: 2px solid #FFED00;
      cursor: default;
      z-index: 4; }
      .tiles__reloaded .tile--full .inner {
        max-width: 26%; }
    .tiles__reloaded .tile__head {
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      color: #fff; }
      .tiles__reloaded .tile__head .icon {
        color: #FFED00;
        transition: all .2s;
        transform: scale(1); }
    .tiles__reloaded .tile:nth-child(4), .tiles__reloaded .tile:nth-child(8), .tiles__reloaded .tile:nth-child(12), .tiles__reloaded .tile:nth-child(16) {
      border-right: 0px solid transparent; }
  .tiles__reloaded .tiles__content {
    background: #3A4448;
    position: absolute;
    outline: none;
    width: calc(100% / 3);
    transition: opacity .5s;
    opacity: 0;
    pointer-events: none;
    padding-bottom: 2px;
    color: #fff;
    z-index: 3; }
    .tiles__reloaded .tiles__content .icon--close {
      cursor: pointer;
      color: #FFED00;
      top: 60px;
      right: 30px;
      transition: all .2s;
      transform: scale(1); }
      .tiles__reloaded .tiles__content .icon--close:hover {
        transform: scale(1.2); }
    .tiles__reloaded .tiles__content .section__container {
      z-index: 3;
      visibility: hidden;
      opacity: 0;
      transition: all .1s;
      transition-delay: 0s;
      padding-top: 60px;
      padding-bottom: 60px; }
      .tiles__reloaded .tiles__content .section__container .grid-cell-3 {
        margin-bottom: 100px; }
    .tiles__reloaded .tiles__content--is-active {
      pointer-events: auto;
      opacity: 1; }
      .tiles__reloaded .tiles__content--is-active .inner > img {
        opacity: 0.4 !important;
        transition-delay: 1s; }
      .tiles__reloaded .tiles__content--is-active .section__container {
        visibility: visible;
        opacity: 1;
        transition: all .3s;
        transition-delay: .5s; }
    .tiles__reloaded .tiles__content .inner > img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      font-family: "object-fit:cover";
      object-fit: cover;
      opacity: 0;
      transition-delay: 1s;
      transition: all .3s; }
  .tiles__reloaded__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }
    .tiles__reloaded__bg:before, .tiles__reloaded__bg:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 200px;
      z-index: 10;
      pointer-events: none;
      background: linear-gradient(to top, rgba(58, 68, 72, 0) 0%, #3a4448 100%); }
    .tiles__reloaded__bg:after {
      background: rgba(58, 68, 72, 0.6);
      height: 100%; }
    .tiles__reloaded__bg__img {
      visibility: hidden;
      opacity: 0;
      z-index: 2;
      transition: all 1s; }
    .tiles__reloaded__bg img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      font-family: "object-fit:cover";
      object-fit: cover; }
  .tiles__reloaded__content__nav {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    z-index: 5; }
    .tiles__reloaded__content__nav .tile--small {
      width: calc(100% / 6);
      max-width: calc(100% / 6);
      cursor: pointer; }
  .tiles__reloaded__wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
  @media (max-width: 1279px) {
    .tiles__reloaded__content .section__container .grid-cell-3 {
      margin-bottom: 50px; }
    .tiles__reloaded__content .section__container .grid-cell-7 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      position: relative;
      padding-right: 15px;
      padding-left: 15px;
      width: 83.33333%;
      max-width: 83.33333%; } }
  @media (max-width: 1099px) {
    .tiles__reloaded__content .section__container .grid-cell-7 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      position: relative;
      padding-right: 15px;
      padding-left: 15px;
      width: 100%;
      max-width: 100%; } }
  @media (max-width: 1023px) {
    .tiles__reloaded {
      padding-top: 80px; }
      .tiles__reloaded__content {
        display: none !important; }
      .tiles__reloaded .tile .ar {
        padding-top: 0 !important; }
      .tiles__reloaded .tile--small {
        width: 100%;
        max-width: 100%;
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: 1px solid #fff; }
        .tiles__reloaded .tile--small:first-of-type {
          border-top: 0; }
        .tiles__reloaded .tile--small .icon--plus {
          position: absolute;
          right: 32px;
          top: 50%;
          transform: translateY(-50%); }
        .tiles__reloaded .tile--small:hover .icon--plus {
          transform: translateY(-50%); }
        .tiles__reloaded .tile--small.active {
          height: auto !important;
          position: relative; }
          .tiles__reloaded .tile--small.active .tile__content {
            display: block;
            position: relative !important;
            color: #fff;
            padding-left: 32px;
            padding-right: 32px; }
            .tiles__reloaded .tile--small.active .tile__content h2 {
              display: none; }
          .tiles__reloaded .tile--small.active .icon--plus {
            transform: translateY(-50%) rotate(45deg); }
      .tiles__reloaded .tile--full {
        border: 0 !important;
        position: absolute;
        top: 0;
        height: 80px;
        -ms-flex-pack: center;
            justify-content: center;
        width: 100%;
        left: 0px; }
        .tiles__reloaded .tile--full .inner {
          max-width: unset; }
        .tiles__reloaded .tile--full:before {
          content: '';
          display: block;
          position: absolute;
          left: 32px;
          top: 0;
          width: calc(100% - 64px);
          border-bottom: 3px solid #FFED00; }
        .tiles__reloaded .tile--full .tile__head {
          -ms-flex-pack: center;
              justify-content: center; }
          .tiles__reloaded .tile--full .tile__head:before, .tiles__reloaded .tile--full .tile__head:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            background: #fff;
            width: 32px;
            height: 100%;
            border-bottom: 3px solid #FFED00; }
          .tiles__reloaded .tile--full .tile__head:before {
            border-right: 2px solid #FFED00; }
          .tiles__reloaded .tile--full .tile__head:after {
            left: auto;
            right: 0;
            border-left: 2px solid #FFED00; }
          .tiles__reloaded .tile--full .tile__head img {
            width: 180px;
            height: auto; }
      .tiles__reloaded .tile__head {
        position: relative !important;
        text-align: left;
        -ms-flex-pack: left;
            justify-content: left;
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 20px;
        padding-bottom: 20px; }
        .tiles__reloaded .tile__head h4 {
          margin-bottom: 0; }
      .tiles__reloaded__bg img.active {
        opacity: 1 !important;
        visibility: visible;
        z-index: 10; } }

.videoplayer {
  position: relative;
  width: 100%; }
  .videoplayer iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s; }
  .videoplayer__inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  .videoplayer__play {
    position: absolute;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    display: block;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: scale(1);
    transform-origin: center;
    cursor: pointer;
    background: #3A4448;
    color: #FFED00;
    transition: all 0.2s; }
    .videoplayer__play svg {
      position: absolute;
      height: 50%;
      width: 50%;
      top: 25%;
      left: 25%;
      fill: #FFED00; }
    .videoplayer__play:hover {
      transform: scale(1.1); }
  .videoplayer__thumbnail {
    z-index: 5;
    position: relative;
    width: 100%;
    height: auto; }
    .videoplayer__thumbnail img {
      display: block; }
  .videoplayer--is-playing iframe {
    z-index: 6;
    opacity: 1; }
  .videoplayer + .content__caption {
    margin-top: 0; }
  .videoplayer .content__caption {
    margin-top: 0; }
  .videoplayer--is-loading .videoplayer__play {
    animation: sk-rotateplane 1.2s infinite ease-in-out; }
    .videoplayer--is-loading .videoplayer__play svg {
      opacity: 0; }

/*@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}*/
/*@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}*/
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

.webexpo {
  width: 100%;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .webexpo {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media (max-width: 767px) {
    .webexpo.loggedout .webexpo__login__inner {
      width: 100%; } }
  .webexpo.loggedout .webexpo__container {
    padding-top: 42.5%;
    width: calc(50vw + 322px); }
    @media (max-width: 767px) {
      .webexpo.loggedout .webexpo__container {
        display: none; } }
    .webexpo.loggedout .webexpo__container__items .card .coming--soon--container {
      display: none; }
    .webexpo.loggedout .webexpo__container__items .card__image {
      padding-top: 56.25%; }
    .webexpo.loggedout .webexpo__container__items .card .icon--schloss {
      display: inline-block; }
    .webexpo.loggedout .webexpo__container__items .card .icon--plus {
      display: none; }
  .webexpo.loggedin .webexpo__login {
    transform: translateX(-150%);
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute; }
  .webexpo.loggedin .webexpo__container {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 134px); }
    .webexpo.loggedin .webexpo__container__items .webexpo--items {
      border-top: solid 2px #FFED00;
      border-bottom: solid 2px #FFED00; }
      .webexpo.loggedin .webexpo__container__items .webexpo--items .card__image {
        padding-top: 75%; }
      .webexpo.loggedin .webexpo__container__items .webexpo--items .card:hover img {
        transform: scale(1.2); }
      .webexpo.loggedin .webexpo__container__items .webexpo--items .card .icon--schloss {
        display: none; }
      .webexpo.loggedin .webexpo__container__items .webexpo--items .card .icon--plus {
        display: inline-block; }
      .webexpo.loggedin .webexpo__container__items .webexpo--items .card:not(.coming--soon) .coming--soon--container {
        display: none; }
      .webexpo.loggedin .webexpo__container__items .webexpo--items .card.coming--soon .card__content__inner * {
        display: none; }
      .webexpo.loggedin .webexpo__container__items .webexpo--items .card.coming--soon .coming--soon--container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        text-align: center;
        position: absolute;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8); }
        .webexpo.loggedin .webexpo__container__items .webexpo--items .card.coming--soon .coming--soon--container i {
          display: block; }
        .webexpo.loggedin .webexpo__container__items .webexpo--items .card.coming--soon .coming--soon--container h5 {
          color: #3A4448; }
  .webexpo.loggedin .webexpo__mobile {
    display: none; }
  .webexpo__login {
    display: -ms-flexbox;
    display: flex;
    padding: 15px 15px 15px 35px;
    margin-left: auto; }
    .webexpo__login__inner {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      width: 345px;
      margin-left: auto; }
      .webexpo__login__inner .form {
        margin: 0 !important; }
        .webexpo__login__inner .form .form-group {
          position: relative;
          width: 100%; }
          .webexpo__login__inner .form .form-group label {
            padding-left: 0; }
          .webexpo__login__inner .form .form-group input {
            margin-bottom: 10px; }
          .webexpo__login__inner .form .form-group .button {
            margin-top: 0; }
        .webexpo__login__inner .form .icon--loading {
          margin: 0 !important; }
        .webexpo__login__inner .form .loader {
          width: auto;
          margin-left: 10px; }
        .webexpo__login__inner .form--check p {
          margin-bottom: 0; }
  .webexpo__container {
    position: relative; }
    @media (max-width: 767px) {
      .webexpo__container > div {
        position: relative;
        height: auto; } }
    .webexpo__container__items {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      position: relative;
      width: 100%;
      height: 100%;
      -ms-flex-align: center;
          align-items: center; }
      .webexpo__container__items .webexpo--items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%; }
        .webexpo__container__items .webexpo--items .webexpo--item {
          opacity: 1;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          transition: all ease-in-out 0.6s; }
          @media (min-width: 768px) {
            .webexpo__container__items .webexpo--items .webexpo--item {
              width: 20%; } }
          @media (max-width: 767px) {
            .webexpo__container__items .webexpo--items .webexpo--item {
              width: 50%; } }
          .webexpo__container__items .webexpo--items .webexpo--item * {
            transition: all ease-in-out 0.6s; }
          .webexpo__container__items .webexpo--items .webexpo--item:hover {
            opacity: 0.8; }
            .webexpo__container__items .webexpo--items .webexpo--item:hover .icon--plus {
              transform: scale(1); }
            .webexpo__container__items .webexpo--items .webexpo--item:hover .icon--schloss {
              animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
              transform: translate3d(0, 0, 0);
              -webkit-backface-visibility: hidden;
                      backface-visibility: hidden;
              perspective: 1000px; }
          .webexpo__container__items .webexpo--items .webexpo--item .icon {
            color: #FFED00;
            transform: scale(0.8); }
          .webexpo__container__items .webexpo--items .webexpo--item.bg--gray {
            color: #fff; }
        .webexpo__container__items .webexpo--items .card {
          margin-bottom: 0; }
          .webexpo__container__items .webexpo--items .card__content__inner {
            padding: 10px;
            text-align: center; }
            .webexpo__container__items .webexpo--items .card__content__inner h5 {
              margin-top: 10px;
              margin-bottom: 10px; }
    .webexpo__container__content {
      background-color: #fff; }
      .webexpo__container__content .webexpo--content {
        display: none; }
        .webexpo__container__content .webexpo--content h2 {
          margin-bottom: 0; }
          @media (max-width: 767px) {
            .webexpo__container__content .webexpo--content h2 {
              margin-right: 25px; } }
        .webexpo__container__content .webexpo--content .link--back {
          cursor: pointer;
          float: right; }
          .webexpo__container__content .webexpo--content .link--back:hover .icon {
            margin-right: 10px;
            margin-left: 10px; }
        .webexpo__container__content .webexpo--content .videoplayer--is-playing .videoplayer__play {
          display: none; }
      .webexpo__container__content.isactive {
        display: block; }
        .webexpo__container__content.isactive .webexpo--content {
          border-top: solid 2px #FFED00;
          border-bottom: solid 2px #FFED00;
          padding-top: 30px; }
      .webexpo__container__content video {
        background-color: #000; }
  .webexpo__mobile {
    position: relative; }
    @media (min-width: 768px) {
      .webexpo__mobile {
        display: none; } }
    .webexpo__mobile .webexpo__mobile__overlay {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8); }
      .webexpo__mobile .webexpo__mobile__overlay i {
        color: #FFED00; }
      .webexpo__mobile .webexpo__mobile__overlay h4 {
        text-align: center; }
  .webexpo p {
    font-size: 12px;
    margin-bottom: 10px; }
  .webexpo .card__image img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .webexpo .webexpo--item:nth-child(1), .webexpo .webexpo--item:nth-child(4), .webexpo .webexpo--item:nth-child(5), .webexpo .webexpo--item:nth-child(8), .webexpo .webexpo--item:nth-child(9) {
      background-color: #fff !important; }
      .webexpo .webexpo--item:nth-child(1) h5, .webexpo .webexpo--item:nth-child(4) h5, .webexpo .webexpo--item:nth-child(5) h5, .webexpo .webexpo--item:nth-child(8) h5, .webexpo .webexpo--item:nth-child(9) h5 {
        color: #3A4448 !important; }
    .webexpo .webexpo--item:nth-child(2), .webexpo .webexpo--item:nth-child(3), .webexpo .webexpo--item:nth-child(6), .webexpo .webexpo--item:nth-child(7), .webexpo .webexpo--item:nth-child(10) {
      background-color: #3A4448 !important; }
      .webexpo .webexpo--item:nth-child(2) h5, .webexpo .webexpo--item:nth-child(3) h5, .webexpo .webexpo--item:nth-child(6) h5, .webexpo .webexpo--item:nth-child(7) h5, .webexpo .webexpo--item:nth-child(10) h5 {
        color: #fff !important; } }

.close--webexpodetail.icon {
  color: #FFED00;
  right: 15px; }

@media (max-width: 1023px) {
  .close--webexpodetail.icon--close {
    display: block; }
  .close--webexpodetail.link {
    display: none; } }

@media (min-width: 1024px) {
  .close--webexpodetail.icon--close {
    display: none; }
  .close--webexpodetail.link {
    display: block; } }

@media (max-width: 1023px) {
  .hide--mobile {
    display: none; } }

video {
  margin: 0;
  padding: 0; }

.shake-it {
  animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

.webshop {
  width: 100%;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .webshop {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media (max-width: 991px) {
    .webshop.loggedout .webshop__login__inner {
      width: 100%; } }
  .webshop.loggedout .webshop__container {
    display: block; }
    .webshop.loggedout .webshop__container > div {
      height: auto !important;
      position: relative; }
    .webshop.loggedout .webshop__container__items .card .coming--soon--container {
      display: none; }
    .webshop.loggedout .webshop__container__items .card__image {
      padding-top: 56.25%; }
    .webshop.loggedout .webshop__container__items .card .icon--schloss {
      display: none; }
    .webshop.loggedout .webshop__container__items .card .icon--plus {
      display: inline-block; }
  .webshop.loggedin .webshop__login {
    transform: translateX(-150%);
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute; }
  .webshop.loggedin .webshop__container {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 134px); }
    .webshop.loggedin .webshop__container__items .webshop--items {
      border-top: solid 2px #FFED00;
      border-bottom: solid 2px #FFED00; }
      .webshop.loggedin .webshop__container__items .webshop--items .card__image {
        padding-top: 75%; }
      .webshop.loggedin .webshop__container__items .webshop--items .card:hover img {
        transform: scale(1.2); }
      .webshop.loggedin .webshop__container__items .webshop--items .card .icon--schloss {
        display: inline-block; }
      .webshop.loggedin .webshop__container__items .webshop--items .card .icon--plus {
        display: none; }
      .webshop.loggedin .webshop__container__items .webshop--items .card:not(.coming--soon) .coming--soon--container {
        display: none; }
      .webshop.loggedin .webshop__container__items .webshop--items .card.coming--soon .card__content__inner * {
        display: none; }
      .webshop.loggedin .webshop__container__items .webshop--items .card.coming--soon .coming--soon--container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        text-align: center;
        position: absolute;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8); }
        .webshop.loggedin .webshop__container__items .webshop--items .card.coming--soon .coming--soon--container i {
          display: block; }
        .webshop.loggedin .webshop__container__items .webshop--items .card.coming--soon .coming--soon--container h5 {
          color: #3A4448;
          text-decoration: none; }
  .webshop.loggedin .webshop__mobile {
    display: none; }
  .webshop__login {
    display: -ms-flexbox;
    display: flex;
    padding: 15px; }
    @media (min-width: 992px) {
      .webshop__login {
        margin-left: auto; } }
    .webshop__login__inner {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      width: 345px;
      margin-left: auto; }
      .webshop__login__inner .form {
        margin: 0 !important; }
        .webshop__login__inner .form .form-group {
          position: relative;
          width: 100%; }
          .webshop__login__inner .form .form-group label {
            padding-left: 0; }
          .webshop__login__inner .form .form-group input {
            margin-bottom: 10px; }
          .webshop__login__inner .form .form-group .button {
            margin-top: 0; }
        .webshop__login__inner .form .icon--loading {
          margin: 0 !important; }
        .webshop__login__inner .form .loader {
          width: auto;
          margin-left: 10px; }
        .webshop__login__inner .form--check p {
          margin-bottom: 0; }
  .webshop__container {
    position: relative; }
    @media (max-width: 991px) {
      .webshop__container > div {
        position: relative;
        height: auto; } }
    .webshop__container__items {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      position: relative;
      width: 100%;
      height: 100%;
      -ms-flex-align: center;
          align-items: center; }
      .webshop__container__items .webshop--items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%; }
        .webshop__container__items .webshop--items .webshop--item {
          opacity: 1;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          text-decoration: none;
          transition: all ease-in-out 0.6s; }
          @media (min-width: 992px) {
            .webshop__container__items .webshop--items .webshop--item {
              width: 25%; } }
          @media (max-width: 991px) {
            .webshop__container__items .webshop--items .webshop--item {
              width: 50%; } }
          .webshop__container__items .webshop--items .webshop--item * {
            transition: all ease-in-out 0.6s; }
          .webshop__container__items .webshop--items .webshop--item:hover {
            opacity: 0.8; }
            .webshop__container__items .webshop--items .webshop--item:hover .icon--plus {
              transform: scale(1); }
            .webshop__container__items .webshop--items .webshop--item:hover .icon--schloss {
              animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
              transform: translate3d(0, 0, 0);
              -webkit-backface-visibility: hidden;
                      backface-visibility: hidden;
              perspective: 1000px; }
          .webshop__container__items .webshop--items .webshop--item .icon {
            color: #FFED00;
            transform: scale(0.8); }
          .webshop__container__items .webshop--items .webshop--item.bg--gray {
            color: #fff; }
        .webshop__container__items .webshop--items .card {
          margin-bottom: 0; }
          .webshop__container__items .webshop--items .card__content__inner {
            padding: 10px;
            text-align: center; }
            .webshop__container__items .webshop--items .card__content__inner h5 {
              margin-top: 10px;
              margin-bottom: 10px;
              text-decoration: none; }
    .webshop__container__content {
      background-color: #fff; }
      .webshop__container__content .webshop--content {
        display: none; }
        .webshop__container__content .webshop--content h2 {
          margin-bottom: 0; }
          @media (max-width: 767px) {
            .webshop__container__content .webshop--content h2 {
              margin-right: 25px; } }
        .webshop__container__content .webshop--content .link--back {
          cursor: pointer;
          float: right; }
          .webshop__container__content .webshop--content .link--back:hover .icon {
            margin-right: 10px;
            margin-left: 10px; }
        .webshop__container__content .webshop--content .videoplayer--is-playing .videoplayer__play {
          display: none; }
      .webshop__container__content.isactive {
        display: block; }
        .webshop__container__content.isactive .webshop--content {
          border-top: solid 2px #FFED00;
          border-bottom: solid 2px #FFED00;
          padding-top: 30px; }
      .webshop__container__content video {
        background-color: #000; }
  .webshop__mobile {
    display: none;
    position: relative; }
    .webshop__mobile .webshop__mobile__overlay {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8); }
      .webshop__mobile .webshop__mobile__overlay i {
        color: #FFED00; }
      .webshop__mobile .webshop__mobile__overlay h4 {
        text-align: center; }
  .webshop p {
    font-size: 12px;
    margin-bottom: 10px; }
  .webshop .card__image img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .webshop .webshop--item:nth-child(1), .webshop .webshop--item:nth-child(4), .webshop .webshop--item:nth-child(5), .webshop .webshop--item:nth-child(8), .webshop .webshop--item:nth-child(9) {
      background-color: #fff !important; }
      .webshop .webshop--item:nth-child(1) h5, .webshop .webshop--item:nth-child(4) h5, .webshop .webshop--item:nth-child(5) h5, .webshop .webshop--item:nth-child(8) h5, .webshop .webshop--item:nth-child(9) h5 {
        color: #3A4448 !important; }
    .webshop .webshop--item:nth-child(2), .webshop .webshop--item:nth-child(3), .webshop .webshop--item:nth-child(6), .webshop .webshop--item:nth-child(7), .webshop .webshop--item:nth-child(10) {
      background-color: #3A4448 !important; }
      .webshop .webshop--item:nth-child(2) h5, .webshop .webshop--item:nth-child(3) h5, .webshop .webshop--item:nth-child(6) h5, .webshop .webshop--item:nth-child(7) h5, .webshop .webshop--item:nth-child(10) h5 {
        color: #fff !important; } }

.close--webshopdetail.icon {
  color: #FFED00;
  right: 15px; }

@media (max-width: 1023px) {
  .close--webshopdetail.icon--close {
    display: block; }
  .close--webshopdetail.link {
    display: none; } }

@media (min-width: 1024px) {
  .close--webshopdetail.icon--close {
    display: none; }
  .close--webshopdetail.link {
    display: block; } }

@media (max-width: 1023px) {
  .hide--mobile {
    display: none; } }

video {
  margin: 0;
  padding: 0; }

.shake-it {
  animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.sr {
  visibility: hidden; }

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


