@charset "UTF-8";
/**
 * OVERVIEW
 *
 * IMPORTS
 * reset, vars, mixins, core, plugins
 *
 * LAYOUT
 * Helpers
 * Header / Main / Footer
 * Components
 * Pages (page overrides)
 *
 * Hooks (IE, ...)
 * Print
 */
/**
 * GUIDELINES
 * CLASSES
 * Naming: BEM - http://getbem.com/
 * Abbreviations: Emmet - http://docs.emmet.io/cheat-sheet/ | example: .va-m
 *
 * MEDIAQUERIES
 * @media $small, $medium, $maxMedium, $large, $larger, $huge, $massive
 */
/* =============================================================================
   IMPORTS
   ========================================================================== */
/*============================================================================
  RESET

  Adapted version of:
  - Eric Meyer reset
  - Boilerplate Normalize.css
  - Normalize opentype
==============================================================================*/
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del,
dfn, em, img, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset,
form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}

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

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

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

a:focus {
  outline: thin dotted;
}

ol, ul {
  list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

figure {
  margin: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

abbr {
  text-transform: uppercase;
}

time {
  display: block;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

/*============================================================================
  VARIABLES
==============================================================================*/
@media (min-width: 480px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 1400px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 1680px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 1800px) {
  .init-mediaqueries {
    margin: 0;
  }
}

/*============================================================================
  MIXINS
==============================================================================*/
.clearfix, ul.checkmarks, .service .content-block ul, .sub-nav-container, .sub-nav__wrap, .news-slideshow__header {
  *zoom: 1;
}

.clearfix:before, ul.checkmarks:before, .service .content-block ul:before, .sub-nav-container:before, .sub-nav__wrap:before, .news-slideshow__header:before, .clearfix:after, ul.checkmarks:after, .service .content-block ul:after, .sub-nav-container:after, .sub-nav__wrap:after, .news-slideshow__header:after {
  display: table;
  content: " ";
}

.clearfix:after, ul.checkmarks:after, .service .content-block ul:after, .sub-nav-container:after, .sub-nav__wrap:after, .news-slideshow__header:after {
  clear: both;
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

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

.vh.focusable:active, .vh.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

/*============================================================================
  GRID
==============================================================================*/
.grid, .grid--rev, .grid--full, .grid--centered, .grid--g10, .grid--g20, .grid--g40, .grid--g60, .grid--g90, .grid--g120, .grid--g140 {
  *zoom: 1;
  margin: 0 0 30px -30px;
}

.grid:before, .grid--rev:before, .grid--full:before, .grid--centered:before, .grid--g10:before, .grid--g20:before, .grid--g40:before, .grid--g60:before, .grid--g90:before, .grid--g120:before, .grid--g140:before, .grid:after, .grid--rev:after, .grid--full:after, .grid--centered:after, .grid--g10:after, .grid--g20:after, .grid--g40:after, .grid--g60:after, .grid--g90:after, .grid--g120:after, .grid--g140:after {
  display: table;
  content: " ";
}

.grid:after, .grid--rev:after, .grid--full:after, .grid--centered:after, .grid--g10:after, .grid--g20:after, .grid--g40:after, .grid--g60:after, .grid--g90:after, .grid--g120:after, .grid--g140:after {
  clear: both;
}

ul.grid, ul.grid--rev, ul.grid--full, ul.grid--centered, ul.grid--g10, ul.grid--g20, ul.grid--g40, ul.grid--g60, ul.grid--g90, ul.grid--g120, ul.grid--g140,
ul.grid-uniform {
  list-style: none;
  padding: 0;
}

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%;
}

.grid--rev {
  direction: rtl;
  text-align: left;
}

.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
  float: right;
}

.grid--full {
  margin-left: 0;
}

.grid--full > .grid__item {
  padding-left: 0;
}

.grid--centered {
  text-align: center;
  font-size: 0;
}

.grid--centered > .grid__item {
  float: none;
  text-align: left;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
}

.grid--g10 {
  margin-left: -10px;
}

.grid--g10 > .grid__item {
  padding-left: 10px;
}

.grid--g20 {
  margin-left: -20px;
}

.grid--g20 > .grid__item {
  padding-left: 20px;
}

.grid--g40 {
  margin-left: -40px;
}

.grid--g40 > .grid__item {
  padding-left: 40px;
}

@media (min-width: 1200px) {
  .grid--g60 {
    margin-left: -60px;
  }
  .grid--g60 > .grid__item {
    padding-left: 60px;
  }
}

@media (min-width: 1200px) {
  .grid--g90 {
    margin-left: -90px;
  }
  .grid--g90 > .grid__item {
    padding-left: 90px;
  }
}

@media (min-width: 1200px) {
  .grid--g120 {
    margin-left: -120px;
  }
  .grid--g120 > .grid__item {
    padding-left: 120px;
  }
}

@media (min-width: 768px) {
  .grid--g140 {
    margin-left: -70px;
  }
  .grid--g140 > .grid__item {
    padding-left: 70px;
  }
}

@media (min-width: 1200px) {
  .grid--g140 {
    margin-left: -140px;
  }
  .grid--g140 > .grid__item {
    padding-left: 140px;
  }
}

@media (min-width: 768px) {
  .push--medium-one-half {
    left: 25%;
    position: relative;
  }
}

@media (min-width: 1200px) {
  .push--medium-one-half {
    left: 0;
  }
}

.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.two-quarters {
  width: 50%;
}

.three-quarters {
  width: 75%;
}

.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

.one-sixth {
  width: 16.666%;
}

.two-sixths {
  width: 33.333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.666%;
}

.five-sixths {
  width: 83.333%;
}

.one-eighth {
  width: 12.5%;
}

.two-eighths {
  width: 25%;
}

.three-eighths {
  width: 37.5%;
}

.four-eighths {
  width: 50%;
}

.five-eighths {
  width: 62.5%;
}

.six-eighths {
  width: 75%;
}

.seven-eighths {
  width: 87.5%;
}

.one-tenth {
  width: 10%;
}

.two-tenths {
  width: 20%;
}

.three-tenths {
  width: 30%;
}

.four-tenths {
  width: 40%;
}

.five-tenths {
  width: 50%;
}

.six-tenths {
  width: 60%;
}

.seven-tenths {
  width: 70%;
}

.eight-tenths {
  width: 80%;
}

.nine-tenths {
  width: 90%;
}

.one-twelfth {
  width: 8.333%;
}

.two-twelfths {
  width: 16.666%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.333%;
}

.five-twelfths {
  width: 41.666%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.333%;
}

.eight-twelfths {
  width: 66.666%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

@media only screen and (min-width: 480px) {
  .small--one-whole {
    width: 100%;
  }
  .small--one-half {
    width: 50%;
  }
  .small--one-third {
    width: 33.333%;
  }
  .small--two-thirds {
    width: 66.666%;
  }
  .small--one-quarter {
    width: 25%;
  }
  .small--two-quarters {
    width: 50%;
  }
  .small--three-quarters {
    width: 75%;
  }
  .small--one-fifth {
    width: 20%;
  }
  .small--two-fifths {
    width: 40%;
  }
  .small--three-fifths {
    width: 60%;
  }
  .small--four-fifths {
    width: 80%;
  }
  .small--one-sixth {
    width: 16.666%;
  }
  .small--two-sixths {
    width: 33.333%;
  }
  .small--three-sixths {
    width: 50%;
  }
  .small--four-sixths {
    width: 66.666%;
  }
  .small--five-sixths {
    width: 83.333%;
  }
  .small--one-eighth {
    width: 12.5%;
  }
  .small--two-eighths {
    width: 25%;
  }
  .small--three-eighths {
    width: 37.5%;
  }
  .small--four-eighths {
    width: 50%;
  }
  .small--five-eighths {
    width: 62.5%;
  }
  .small--six-eighths {
    width: 75%;
  }
  .small--seven-eighths {
    width: 87.5%;
  }
  .small--one-tenth {
    width: 10%;
  }
  .small--two-tenths {
    width: 20%;
  }
  .small--three-tenths {
    width: 30%;
  }
  .small--four-tenths {
    width: 40%;
  }
  .small--five-tenths {
    width: 50%;
  }
  .small--six-tenths {
    width: 60%;
  }
  .small--seven-tenths {
    width: 70%;
  }
  .small--eight-tenths {
    width: 80%;
  }
  .small--nine-tenths {
    width: 90%;
  }
  .small--one-twelfth {
    width: 8.333%;
  }
  .small--two-twelfths {
    width: 16.666%;
  }
  .small--three-twelfths {
    width: 25%;
  }
  .small--four-twelfths {
    width: 33.333%;
  }
  .small--five-twelfths {
    width: 41.666%;
  }
  .small--six-twelfths {
    width: 50%;
  }
  .small--seven-twelfths {
    width: 58.333%;
  }
  .small--eight-twelfths {
    width: 66.666%;
  }
  .small--nine-twelfths {
    width: 75%;
  }
  .small--ten-twelfths {
    width: 83.333%;
  }
  .small--eleven-twelfths {
    width: 91.666%;
  }
  .small--show {
    display: block !important;
  }
  .small--hide {
    display: none !important;
  }
  .small--text-left {
    text-align: left !important;
  }
  .small--text-right {
    text-align: right !important;
  }
  .small--text-center {
    text-align: center !important;
  }
  .small--left {
    float: left !important;
  }
  .small--right {
    float: right !important;
  }
}

@media only screen and (min-width: 768px) {
  .medium--one-whole {
    width: 100%;
  }
  .medium--one-half {
    width: 50%;
  }
  .medium--one-third {
    width: 33.333%;
  }
  .medium--two-thirds {
    width: 66.666%;
  }
  .medium--one-quarter {
    width: 25%;
  }
  .medium--two-quarters {
    width: 50%;
  }
  .medium--three-quarters {
    width: 75%;
  }
  .medium--one-fifth {
    width: 20%;
  }
  .medium--two-fifths {
    width: 40%;
  }
  .medium--three-fifths {
    width: 60%;
  }
  .medium--four-fifths {
    width: 80%;
  }
  .medium--one-sixth {
    width: 16.666%;
  }
  .medium--two-sixths {
    width: 33.333%;
  }
  .medium--three-sixths {
    width: 50%;
  }
  .medium--four-sixths {
    width: 66.666%;
  }
  .medium--five-sixths {
    width: 83.333%;
  }
  .medium--one-eighth {
    width: 12.5%;
  }
  .medium--two-eighths {
    width: 25%;
  }
  .medium--three-eighths {
    width: 37.5%;
  }
  .medium--four-eighths {
    width: 50%;
  }
  .medium--five-eighths {
    width: 62.5%;
  }
  .medium--six-eighths {
    width: 75%;
  }
  .medium--seven-eighths {
    width: 87.5%;
  }
  .medium--one-tenth {
    width: 10%;
  }
  .medium--two-tenths {
    width: 20%;
  }
  .medium--three-tenths {
    width: 30%;
  }
  .medium--four-tenths {
    width: 40%;
  }
  .medium--five-tenths {
    width: 50%;
  }
  .medium--six-tenths {
    width: 60%;
  }
  .medium--seven-tenths {
    width: 70%;
  }
  .medium--eight-tenths {
    width: 80%;
  }
  .medium--nine-tenths {
    width: 90%;
  }
  .medium--one-twelfth {
    width: 8.333%;
  }
  .medium--two-twelfths {
    width: 16.666%;
  }
  .medium--three-twelfths {
    width: 25%;
  }
  .medium--four-twelfths {
    width: 33.333%;
  }
  .medium--five-twelfths {
    width: 41.666%;
  }
  .medium--six-twelfths {
    width: 50%;
  }
  .medium--seven-twelfths {
    width: 58.333%;
  }
  .medium--eight-twelfths {
    width: 66.666%;
  }
  .medium--nine-twelfths {
    width: 75%;
  }
  .medium--ten-twelfths {
    width: 83.333%;
  }
  .medium--eleven-twelfths {
    width: 91.666%;
  }
  .medium--show {
    display: block !important;
  }
  .medium--hide {
    display: none !important;
  }
  .medium--text-left {
    text-align: left !important;
  }
  .medium--text-right {
    text-align: right !important;
  }
  .medium--text-center {
    text-align: center !important;
  }
  .medium--left {
    float: left !important;
  }
  .medium--right {
    float: right !important;
  }
}

@media only screen and (min-width: 1024px) {
  .large--one-whole {
    width: 100%;
  }
  .large--one-half {
    width: 50%;
  }
  .large--one-third {
    width: 33.333%;
  }
  .large--two-thirds {
    width: 66.666%;
  }
  .large--one-quarter {
    width: 25%;
  }
  .large--two-quarters {
    width: 50%;
  }
  .large--three-quarters {
    width: 75%;
  }
  .large--one-fifth {
    width: 20%;
  }
  .large--two-fifths {
    width: 40%;
  }
  .large--three-fifths {
    width: 60%;
  }
  .large--four-fifths {
    width: 80%;
  }
  .large--one-sixth {
    width: 16.666%;
  }
  .large--two-sixths {
    width: 33.333%;
  }
  .large--three-sixths {
    width: 50%;
  }
  .large--four-sixths {
    width: 66.666%;
  }
  .large--five-sixths {
    width: 83.333%;
  }
  .large--one-eighth {
    width: 12.5%;
  }
  .large--two-eighths {
    width: 25%;
  }
  .large--three-eighths {
    width: 37.5%;
  }
  .large--four-eighths {
    width: 50%;
  }
  .large--five-eighths {
    width: 62.5%;
  }
  .large--six-eighths {
    width: 75%;
  }
  .large--seven-eighths {
    width: 87.5%;
  }
  .large--one-tenth {
    width: 10%;
  }
  .large--two-tenths {
    width: 20%;
  }
  .large--three-tenths {
    width: 30%;
  }
  .large--four-tenths {
    width: 40%;
  }
  .large--five-tenths {
    width: 50%;
  }
  .large--six-tenths {
    width: 60%;
  }
  .large--seven-tenths {
    width: 70%;
  }
  .large--eight-tenths {
    width: 80%;
  }
  .large--nine-tenths {
    width: 90%;
  }
  .large--one-twelfth {
    width: 8.333%;
  }
  .large--two-twelfths {
    width: 16.666%;
  }
  .large--three-twelfths {
    width: 25%;
  }
  .large--four-twelfths {
    width: 33.333%;
  }
  .large--five-twelfths {
    width: 41.666%;
  }
  .large--six-twelfths {
    width: 50%;
  }
  .large--seven-twelfths {
    width: 58.333%;
  }
  .large--eight-twelfths {
    width: 66.666%;
  }
  .large--nine-twelfths {
    width: 75%;
  }
  .large--ten-twelfths {
    width: 83.333%;
  }
  .large--eleven-twelfths {
    width: 91.666%;
  }
  .large--show {
    display: block !important;
  }
  .large--hide {
    display: none !important;
  }
  .large--text-left {
    text-align: left !important;
  }
  .large--text-right {
    text-align: right !important;
  }
  .large--text-center {
    text-align: center !important;
  }
  .large--left {
    float: left !important;
  }
  .large--right {
    float: right !important;
  }
}

@media only screen and (min-width: 1200px) {
  .larger--one-whole {
    width: 100%;
  }
  .larger--one-half {
    width: 50%;
  }
  .larger--one-third {
    width: 33.333%;
  }
  .larger--two-thirds {
    width: 66.666%;
  }
  .larger--one-quarter {
    width: 25%;
  }
  .larger--two-quarters {
    width: 50%;
  }
  .larger--three-quarters {
    width: 75%;
  }
  .larger--one-fifth {
    width: 20%;
  }
  .larger--two-fifths {
    width: 40%;
  }
  .larger--three-fifths {
    width: 60%;
  }
  .larger--four-fifths {
    width: 80%;
  }
  .larger--one-sixth {
    width: 16.666%;
  }
  .larger--two-sixths {
    width: 33.333%;
  }
  .larger--three-sixths {
    width: 50%;
  }
  .larger--four-sixths {
    width: 66.666%;
  }
  .larger--five-sixths {
    width: 83.333%;
  }
  .larger--one-eighth {
    width: 12.5%;
  }
  .larger--two-eighths {
    width: 25%;
  }
  .larger--three-eighths {
    width: 37.5%;
  }
  .larger--four-eighths {
    width: 50%;
  }
  .larger--five-eighths {
    width: 62.5%;
  }
  .larger--six-eighths {
    width: 75%;
  }
  .larger--seven-eighths {
    width: 87.5%;
  }
  .larger--one-tenth {
    width: 10%;
  }
  .larger--two-tenths {
    width: 20%;
  }
  .larger--three-tenths {
    width: 30%;
  }
  .larger--four-tenths {
    width: 40%;
  }
  .larger--five-tenths {
    width: 50%;
  }
  .larger--six-tenths {
    width: 60%;
  }
  .larger--seven-tenths {
    width: 70%;
  }
  .larger--eight-tenths {
    width: 80%;
  }
  .larger--nine-tenths {
    width: 90%;
  }
  .larger--one-twelfth {
    width: 8.333%;
  }
  .larger--two-twelfths {
    width: 16.666%;
  }
  .larger--three-twelfths {
    width: 25%;
  }
  .larger--four-twelfths {
    width: 33.333%;
  }
  .larger--five-twelfths {
    width: 41.666%;
  }
  .larger--six-twelfths {
    width: 50%;
  }
  .larger--seven-twelfths {
    width: 58.333%;
  }
  .larger--eight-twelfths {
    width: 66.666%;
  }
  .larger--nine-twelfths {
    width: 75%;
  }
  .larger--ten-twelfths {
    width: 83.333%;
  }
  .larger--eleven-twelfths {
    width: 91.666%;
  }
  .larger--show {
    display: block !important;
  }
  .larger--hide {
    display: none !important;
  }
  .larger--text-left {
    text-align: left !important;
  }
  .larger--text-right {
    text-align: right !important;
  }
  .larger--text-center {
    text-align: center !important;
  }
  .larger--left {
    float: left !important;
  }
  .larger--right {
    float: right !important;
  }
}

@media only screen and (min-width: 1400px) {
  .huge--one-whole {
    width: 100%;
  }
  .huge--one-half {
    width: 50%;
  }
  .huge--one-third {
    width: 33.333%;
  }
  .huge--two-thirds {
    width: 66.666%;
  }
  .huge--one-quarter {
    width: 25%;
  }
  .huge--two-quarters {
    width: 50%;
  }
  .huge--three-quarters {
    width: 75%;
  }
  .huge--one-fifth, .footer-nav-item--industrial {
    width: 20%;
  }
  .huge--two-fifths {
    width: 40%;
  }
  .huge--three-fifths {
    width: 60%;
  }
  .huge--four-fifths {
    width: 80%;
  }
  .huge--one-sixth, .footer-nav-item--public-transport {
    width: 16.666%;
  }
  .huge--two-sixths {
    width: 33.333%;
  }
  .huge--three-sixths {
    width: 50%;
  }
  .huge--four-sixths {
    width: 66.666%;
  }
  .huge--five-sixths {
    width: 83.333%;
  }
  .huge--one-eighth, .footer-nav-item--coaches {
    width: 12.5%;
  }
  .huge--two-eighths {
    width: 25%;
  }
  .huge--three-eighths {
    width: 37.5%;
  }
  .huge--four-eighths {
    width: 50%;
  }
  .huge--five-eighths {
    width: 62.5%;
  }
  .huge--six-eighths {
    width: 75%;
  }
  .huge--seven-eighths {
    width: 87.5%;
  }
  .huge--one-tenth {
    width: 10%;
  }
  .huge--two-tenths {
    width: 20%;
  }
  .huge--three-tenths {
    width: 30%;
  }
  .huge--four-tenths {
    width: 40%;
  }
  .huge--five-tenths {
    width: 50%;
  }
  .huge--six-tenths {
    width: 60%;
  }
  .huge--seven-tenths {
    width: 70%;
  }
  .huge--eight-tenths {
    width: 80%;
  }
  .huge--nine-tenths {
    width: 90%;
  }
  .huge--one-twelfth {
    width: 8.333%;
  }
  .huge--two-twelfths {
    width: 16.666%;
  }
  .huge--three-twelfths {
    width: 25%;
  }
  .huge--four-twelfths {
    width: 33.333%;
  }
  .huge--five-twelfths {
    width: 41.666%;
  }
  .huge--six-twelfths {
    width: 50%;
  }
  .huge--seven-twelfths {
    width: 58.333%;
  }
  .huge--eight-twelfths {
    width: 66.666%;
  }
  .huge--nine-twelfths {
    width: 75%;
  }
  .huge--ten-twelfths {
    width: 83.333%;
  }
  .huge--eleven-twelfths {
    width: 91.666%;
  }
  .huge--show {
    display: block !important;
  }
  .huge--hide {
    display: none !important;
  }
  .huge--text-left {
    text-align: left !important;
  }
  .huge--text-right {
    text-align: right !important;
  }
  .huge--text-center {
    text-align: center !important;
  }
  .huge--left {
    float: left !important;
  }
  .huge--right {
    float: right !important;
  }
}

@media only screen and (min-width: 1680px) {
  .massive--one-whole {
    width: 100%;
  }
  .massive--one-half {
    width: 50%;
  }
  .massive--one-third {
    width: 33.333%;
  }
  .massive--two-thirds {
    width: 66.666%;
  }
  .massive--one-quarter {
    width: 25%;
  }
  .massive--two-quarters {
    width: 50%;
  }
  .massive--three-quarters {
    width: 75%;
  }
  .massive--one-fifth {
    width: 20%;
  }
  .massive--two-fifths {
    width: 40%;
  }
  .massive--three-fifths {
    width: 60%;
  }
  .massive--four-fifths {
    width: 80%;
  }
  .massive--one-sixth, .footer-nav-item--coaches {
    width: 16.666%;
  }
  .massive--two-sixths {
    width: 33.333%;
  }
  .massive--three-sixths {
    width: 50%;
  }
  .massive--four-sixths {
    width: 66.666%;
  }
  .massive--five-sixths {
    width: 83.333%;
  }
  .massive--one-eighth {
    width: 12.5%;
  }
  .massive--two-eighths {
    width: 25%;
  }
  .massive--three-eighths {
    width: 37.5%;
  }
  .massive--four-eighths {
    width: 50%;
  }
  .massive--five-eighths {
    width: 62.5%;
  }
  .massive--six-eighths {
    width: 75%;
  }
  .massive--seven-eighths {
    width: 87.5%;
  }
  .massive--one-tenth {
    width: 10%;
  }
  .massive--two-tenths {
    width: 20%;
  }
  .massive--three-tenths {
    width: 30%;
  }
  .massive--four-tenths {
    width: 40%;
  }
  .massive--five-tenths {
    width: 50%;
  }
  .massive--six-tenths {
    width: 60%;
  }
  .massive--seven-tenths {
    width: 70%;
  }
  .massive--eight-tenths {
    width: 80%;
  }
  .massive--nine-tenths {
    width: 90%;
  }
  .massive--one-twelfth {
    width: 8.333%;
  }
  .massive--two-twelfths {
    width: 16.666%;
  }
  .massive--three-twelfths {
    width: 25%;
  }
  .massive--four-twelfths {
    width: 33.333%;
  }
  .massive--five-twelfths {
    width: 41.666%;
  }
  .massive--six-twelfths {
    width: 50%;
  }
  .massive--seven-twelfths {
    width: 58.333%;
  }
  .massive--eight-twelfths {
    width: 66.666%;
  }
  .massive--nine-twelfths {
    width: 75%;
  }
  .massive--ten-twelfths {
    width: 83.333%;
  }
  .massive--eleven-twelfths {
    width: 91.666%;
  }
  .massive--show {
    display: block !important;
  }
  .massive--hide {
    display: none !important;
  }
  .massive--text-left {
    text-align: left !important;
  }
  .massive--text-right {
    text-align: right !important;
  }
  .massive--text-center {
    text-align: center !important;
  }
  .massive--left {
    float: left !important;
  }
  .massive--right {
    float: right !important;
  }
}

/*============================================================================
  TYPOGRAPHY
==============================================================================*/
[class^="icon-"], [class*=" icon-"], .icon-font, .back:before, ul.checkmarks li:before, .service .content-block ul li:before, input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after, .article-detail__header time:before, .news .article-detail__header time:before, .card__title:after, .button-card__title:after, .vehicle-card__details:after, .article-card__content time:before, .content-card__description time:before, .pagination .arrow a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'van-hool-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wf-loading.wf-montserrat-n3-active body, .wf-loading.wf-montserrat-n5-active body, .wf-loading.wf-montserrat-n7-active body, .wf-loading.wf-poppins-n3-active body, .wf-loading.wf-poppins-n4-active body, .wf-loading.wf-poppins-n5-active body {
  visibility: visible;
}

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

strong {
  font-weight: 600;
  font-size: inherit;
}

em {
  font-style: italic;
  font-weight: inherit;
}

a {
  font-weight: inherit;
  font-style: inherit;
  color: #0096c3;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}

a:hover, a:focus {
  color: #006f90;
}

a:focus, a:active {
  outline: 0;
}

a.tdn {
  text-decoration: none;
}

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

a:not([href]) {
  color: #444;
  text-decoration: none;
}

.link, .card__model-list li a, .jobs-list a {
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1.5em;
  display: inline-block;
  color: #022b41;
  position: relative;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.link:after, .card__model-list li a:after, .jobs-list a:after {
  position: absolute;
  content: '';
  height: 1px;
  background-color: #022b41;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  bottom: 2px;
  left: 0;
  width: 100%;
}

.link:hover, .card__model-list li a:hover, .jobs-list a:hover, .link:focus, .card__model-list li a:focus, .jobs-list a:focus {
  color: #459bcc;
}

.link:hover:after, .card__model-list li a:hover:after, .jobs-list a:hover:after, .link:focus:after, .card__model-list li a:focus:after, .jobs-list a:focus:after {
  background-color: #459bcc;
}

.link--small {
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 12px;
  font-size: 1.2rem;
  opacity: 0.5;
  letter-spacing: 1px;
}

.link--small:after {
  display: none;
}

.back {
  font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1.6rem;
  color: #10395d;
  text-transform: uppercase;
  padding-left: 25px;
  position: relative;
  display: inline-block;
}

.back:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  font-size: 14px;
  font-size: 1.4rem;
}

.back span {
  border-bottom: 1px solid #10395d;
  display: block;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

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

h1, .h1, h2, .h2, .content-2-column h1 span, h3, .h3, .page-header__wrap .dropdown-link__title, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #10395d;
  line-height: 1.2em;
  margin: 0 0 0.8em;
}

h1 a, .h1 a, h2 a, .h2 a, .content-2-column h1 span a, h3 a, .h3 a, .page-header__wrap .dropdown-link__title a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
  outline: 0;
  font-weight: inherit;
  color: #459bcc;
}

h1 a:hover, h1 a:focus, .h1 a:hover, .h1 a:focus, h2 a:hover, h2 a:focus, .h2 a:hover, .content-2-column h1 span a:hover, .h2 a:focus, .content-2-column h1 span a:focus, h3 a:hover, h3 a:focus, .h3 a:hover, .page-header__wrap .dropdown-link__title a:hover, .h3 a:focus, .page-header__wrap .dropdown-link__title a:focus, h4 a:hover, h4 a:focus, .h4 a:hover, .h4 a:focus, h5 a:hover, h5 a:focus, .h5 a:hover, .h5 a:focus, h6 a:hover, h6 a:focus, .h6 a:hover, .h6 a:focus {
  color: #10395d;
}

h1, .h1 {
  font-size: 35px;
  font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: calc(35px + 10 * (100vw - 768px) / 432);
  }
}

@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 45px;
  }
}

h2, .h2, .content-2-column h1 span {
  font-size: 25px;
  color: #022b41;
}

@media screen and (min-width: 768px) {
  h2, .h2, .content-2-column h1 span {
    font-size: calc(25px + 5 * (100vw - 768px) / 432);
  }
}

@media screen and (min-width: 1200px) {
  h2, .h2, .content-2-column h1 span {
    font-size: 30px;
  }
}

h3, .h3, .page-header__wrap .dropdown-link__title {
  font-size: 16px;
  font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #459bcc;
}

@media screen and (min-width: 768px) {
  h3, .h3, .page-header__wrap .dropdown-link__title {
    font-size: calc(16px + 5 * (100vw - 768px) / 256);
  }
}

@media screen and (min-width: 1024px) {
  h3, .h3, .page-header__wrap .dropdown-link__title {
    font-size: 21px;
  }
}

h3.dark, .h3.dark, .page-header__wrap .dark.dropdown-link__title {
  color: #022b41;
}

h4, .h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

.decorated {
  position: relative;
  padding-top: 25px;
  padding-bottom: 30px;
  z-index: 1;
}

.decorated:after {
  content: attr(data-title);
  position: absolute;
  opacity: 0.05;
  top: 0;
  left: 0;
  line-height: 1em;
  z-index: -1;
  font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 75px;
  text-transform: lowercase;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .decorated:after {
    font-size: calc(75px + 75 * (100vw - 768px) / 432);
  }
}

@media screen and (min-width: 1200px) {
  .decorated:after {
    font-size: 150px;
  }
}

@media (min-width: 768px) {
  .decorated {
    padding-top: 45px;
  }
}

@media (min-width: 1024px) {
  .decorated {
    padding-top: 60px;
  }
}

@media (min-width: 1200px) {
  .decorated {
    padding-top: 70px;
  }
}

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

.decorated--centered:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

ul, ol {
  margin: 0 0 1.5em 16px;
}

ul li, ol li {
  line-height: 1.5em;
  padding: 0;
}

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

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul.styled, .rte ul:not(.lined):not(.checkmarks):not(.service .content-block ul), ul.jobs-list {
  list-style: none;
}

ul.styled ul, .rte ul:not(.lined):not(.checkmarks):not(.service .content-block ul) ul, ul.jobs-list ul {
  list-style: none;
}

ul.styled li, .rte ul:not(.lined):not(.checkmarks):not(.service .content-block ul) li, ul.jobs-list li {
  position: relative;
  padding-left: 10px;
}

ul.styled li:before, .rte ul:not(.lined):not(.checkmarks):not(.service .content-block ul) li:before, ul.jobs-list li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0096c3;
  left: 0;
  top: 9px;
}

ul.lined li {
  border-bottom: 1px solid #E3E3E3;
  padding: 5px 0;
}

ul.lined li:first-child {
  padding-top: 0;
}

ul.lined li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

ul.checkmarks, .service .content-block ul {
  list-style: none;
  margin: 0 0 40px;
}

ul.checkmarks li, .service .content-block ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}

ul.checkmarks li:before, .service .content-block ul li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  color: #0096c3;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  ul.checkmarks li, .service .content-block ul li {
    padding-left: 50px;
  }
  ul.checkmarks li:before, .service .content-block ul li:before {
    font-size: 18px;
    font-size: 1.8rem;
    top: 2px;
  }
}

ol {
  list-style: decimal;
}

.unstyled, ul.lined, .modaal-container .secondary-nav__wrap, .modaal-container .language__wrap, nav ul {
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none;
}

.unstyled ul, ul.lined ul, .modaal-container .secondary-nav__wrap ul, .modaal-container .language__wrap ul, nav ul ul {
  list-style: none;
}

.unstyled li, ul.lined li, .modaal-container .secondary-nav__wrap li, .modaal-container .language__wrap li, nav ul li {
  list-style: none;
  list-style-image: none;
  padding: 0;
  background: none;
}

nav ul {
  *zoom: 1;
}

nav ul:before, nav ul:after {
  display: table;
  content: " ";
}

nav ul:after {
  clear: both;
}

dl {
  margin: 0 0 1.5em;
}

dt, dd {
  line-height: 1.5em;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #B4B4B4;
  margin: 50px 0;
}

blockquote {
  line-height: inherit;
  padding-left: 20px;
  border-left: 5px solid #0096c3;
  margin-bottom: 1.5em;
  color: #0096c3;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  blockquote {
    font-size: calc(18px + 6 * (100vw - 768px) / 432);
  }
}

@media screen and (min-width: 1200px) {
  blockquote {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  blockquote {
    line-height: calc(24px + 6 * (100vw - 768px) / 432);
  }
}

@media screen and (min-width: 1200px) {
  blockquote {
    line-height: 30px;
  }
}

blockquote.margin {
  margin-bottom: 90px;
  margin-top: 90px;
}

blockquote p {
  margin-bottom: 0.5em;
}

blockquote cite {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  blockquote {
    padding-left: 20px;
  }
}

/*============================================================================
  TABLES
==============================================================================*/
table {
  width: 100%;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  margin: 0 0 1.7em;
  font-size: 16px;
  font-size: 1.6rem;
  color: #10395d;
}

table th, table td {
  padding: 4px 0 4px 0;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #c8d0d6;
  line-height: 1.5em;
}

table th {
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  border-bottom: 1px solid #c8d0d6;
}

table td {
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

.product-table-wrap {
  overflow: hidden;
}

.product-table-wrap .st-head-row-main:not(:first-child) {
  padding-top: 50px;
}

.product-table {
  width: 100%;
}

.product-table td, .product-table th {
  position: relative;
}

.product-table td:after, .product-table th:after {
  content: '';
  position: absolute;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
  opacity: 0;
  background-color: #eceef2;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.product-table td:hover:after, .product-table td:focus:after, .product-table th:hover:after, .product-table th:focus:after {
  opacity: 1;
}

.product-table tr th:first-child:after {
  display: none;
}

.product-table thead th, .product-table thead td {
  border-bottom: none;
  text-align: center;
  height: 200px;
  vertical-align: bottom;
}

.product-table thead th:before, .product-table thead td:before {
  display: none;
}

.product-table thead td {
  padding-left: 20px;
  padding-right: 20px;
}

.product-table tbody tr th, .product-table tbody tr td {
  padding: 8px 0 7px 0;
}

.product-table tbody tr th {
  padding-right: 20px;
}

.product-table tbody tr td {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.product-table tbody tr:nth-last-child(2) th, .product-table tbody tr:nth-last-child(2) td {
  border-bottom: none;
}

.product-table tbody tr:nth-last-child(2) th:before, .product-table tbody tr:nth-last-child(2) td:before {
  display: none;
}

.product-table tbody tr:last-child th, .product-table tbody tr:last-child td {
  border-bottom: none;
  padding-top: 35px;
  padding-bottom: 35px;
}

.product-table tbody tr:last-child th:before, .product-table tbody tr:last-child td:before {
  display: none;
}

.product-table h3 {
  margin-top: 30px;
}

.product-table__link {
  display: inline-block;
  margin-top: 50px;
}

@media (min-width: 1024px) {
  .product-table__link:after {
    content: '';
    position: absolute;
    left: 0;
    top: -5000px;
    height: 10000px;
    width: 100%;
    z-index: 1;
    opacity: 0;
  }
}

.product-table__image {
  margin-bottom: 10px;
}

.product-table__image img {
  max-height: 60px;
}

@media (min-width: 768px) {
  .product-table__image {
    margin-top: 0;
  }
}

.stacktable {
  width: 100%;
}

.st-head-row {
  padding-top: 1em;
}

.st-key {
  width: 49%;
  text-align: right;
  padding-right: 2%;
}

.st-val {
  width: 49%;
  padding-left: 2%;
}

.st-head-row.st-head-row-main .st-key {
  display: none;
}

.st-head-row.st-head-row-main .st-val {
  display: block;
  width: 200%;
  text-align: center;
}

.stacktable.large-only {
  display: none;
}

.stacktable.small-only {
  display: table;
}

.stacktable.small-only tr:last-child th, .stacktable.small-only tr:last-child td,
.stacktable.small-only .no-border th,
.stacktable.small-only .no-border td {
  border-bottom: none;
}

@media (min-width: 1024px) {
  .stacktable.large-only {
    display: table;
  }
  .stacktable.small-only {
    display: none;
  }
}

/*============================================================================
  FORMS
==============================================================================*/
form {
  margin: 0;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
  font-size: 18px;
}

button, input, select, textarea, .button {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

label, .label, input, select, textarea {
  font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  vertical-align: middle;
  color: #444;
}

label, .label {
  display: block;
  margin-bottom: 8px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  border: none;
}

input[type="checkbox"], input[type="radio"] {
  cursor: pointer;
}

input[type="text"], input[type="search"], input[type="password"],
input[type="email"], input[type="tel"], input[type="date"], textarea, select {
  padding: 6px;
  margin-bottom: 2px;
  display: block;
  border-radius: 0;
  background: #fff;
  height: 35px;
  line-height: inherit;
  width: 100%;
  border: 1px solid transparent;
}

input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus,
input[type="email"]:focus, input[type="tel"]:focus, input[type="date"]:focus, textarea:focus, select:focus {
  outline: 0;
  border-bottom-color: #777;
}

input[type="email"] {
  display: block;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  width: 100%;
  height: 185px;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  *height: 13px;
  *width: 13px;
  line-height: normal;
  border: none;
}

input[type="file"] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

button, input[type="reset"], input[type="submit"], .button {
  float: left;
  display: block;
  clear: both;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  outline: 0;
  line-height: 1.2em;
  padding: 12px 20px;
  margin: 10px 0 0;
  background-color: #0096c3;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-align: center;
}

button i, input[type="reset"] i, input[type="submit"] i, .button i {
  margin: -5px 6px 0 5px;
}

button:hover, button:focus, button:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .button:hover, .button:focus, .button:active {
  background-color: #006f90;
  color: #fff;
}

button:active, input[type="reset"]:active, input[type="submit"]:active, .button:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, .button::-moz-focus-inner {
  border: 0;
}

.button--search {
  background-color: transparent;
  color: #10395d;
  height: 40px;
  width: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  margin: 0;
}

.button--search:hover, .button--search:focus {
  background-color: transparent;
  color: #0096c3;
}

.button--dark {
  background-color: #10395d;
  color: #fff;
}

button, input[type="text"], input[type="submit"], input[type="button"], input[type="reset"],
input[type="email"], input[type="tel"], textarea {
  -webkit-appearance: none;
}

button:focus, input[type="reset"]:focus, input[type="submit"]:focus, .button:focus, a.button:focus, select:focus {
  outline: 0;
  *outline: inherit;
  box-shadow: 0 0 1px 1px rgba(200, 200, 200, 0.1);
}

input[type="text"], input[type="search"], input[type="password"],
input[type="email"], input[type="tel"], input[type="date"], textarea, select {
  padding: 4px 5px;
  display: block;
  background: transparent;
  height: 40px;
  line-height: inherit;
  width: 100%;
  border: 0px solid transparent;
  border-bottom-color: #ddd;
  box-shadow: inset 0px -1px 0px 0px #ddd;
  border-radius: 0;
}

input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus,
input[type="email"]:focus, input[type="tel"]:focus, input[type="date"]:focus, textarea:focus, select:focus {
  outline: 0;
  border-bottom-color: #0096c3;
  border-radius: 0px;
  box-shadow: inset 0px -2px 0px 0px #0096c3;
}

::-webkit-input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

::-ms-clear {
  display: none;
}

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

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-webkit-search-results-button {
  -webkit-appearance: none;
}

::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fafafa inset !important;
  border-color: #fafafa;
  border-bottom-color: #999;
}

form .row {
  margin-bottom: 0;
}

fieldset {
  width: auto;
}

fieldset p, fieldset ul, fieldset li {
  *zoom: 1;
}

fieldset p:before, fieldset p:after, fieldset ul:before, fieldset ul:after, fieldset li:before, fieldset li:after {
  display: table;
  content: " ";
}

fieldset p:after, fieldset ul:after, fieldset li:after {
  clear: both;
}

fieldset ul li {
  list-style: none;
  background: none;
  list-style-image: none;
  float: left;
  width: 100%;
}

fieldset ul li.error input {
  border-bottom-color: #f1062c;
}

fieldset ul li input.error {
  box-shadow: inset 0px -1px 0px 0px #f1062c;
}

fieldset ul li.space {
  margin-top: 25px;
}

@media (min-width: 768px) {
  fieldset ul li.one-half {
    width: 50%;
  }
  fieldset ul li.one-fourth {
    width: 25%;
  }
}

.buttons {
  *zoom: 1;
}

.buttons:before, .buttons:after {
  display: table;
  content: " ";
}

.buttons:after {
  clear: both;
}

.buttons button, .buttons input[type="reset"], .buttons input[type="submit"], .buttons .button, .buttons a.button {
  float: left;
  clear: none;
  margin-right: 15px;
}

.buttons button.right, .buttons input[type="reset"].right, .buttons input[type="submit"].right, .buttons .button.right, .buttons a.button.right {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.a-c .button, .a-c a.button, .a-c button {
  float: none;
  clear: none;
  display: inline-block;
}

.grecaptcha-badge {
  display: none;
}

.form ul li {
  margin-bottom: 30px;
}

.form ul li:last-child {
  margin-bottom: 0;
}

.form label:not(.radio-wrap) {
  position: absolute;
  left: 3px;
  top: 10px;
  z-index: 1;
  opacity: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0096c3;
  transition: 0.3s;
  cursor: text;
}

.form label:not(.radio-wrap).show {
  opacity: 1;
  top: -11px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  cursor: pointer;
}

.form input[type="submit"], .form .button {
  margin-top: 0;
}

.form input:-webkit-autofill, .form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fafafa inset !important;
  border-color: #fafafa;
  border-bottom-color: #999;
}

.form textarea {
  padding-top: 9px;
  height: 150px;
}

.no-placeholder .form label {
  opacity: 1;
}

/* Base for label styling */
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

/* checkbox aspect */
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #dadae7;
  background-color: #fff;
}

/* checked mark aspect */
input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 2px;
  font-size: 9px;
  font-size: 0.9rem;
  color: #848484;
  transition: all .2s;
}

/* checked mark aspect changes */
input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* disabled checkbox */
input[type="checkbox"]:disabled:not(:checked) + label:before,
input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #ddd;
}

input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

input[type="checkbox"]:disabled + label {
  color: #aaa;
}

/* accessibility */
input[type="checkbox"]:checked:focus + label:before,
input[type="checkbox"]:not(:checked):focus + label:before {
  border-color: #777;
}

.input-wrap,
.radio-wrap,
.select-wrap {
  position: relative;
}

.radio-wrap {
  margin: 0 0 10px;
  cursor: pointer;
}

.radio-wrap input[type="radio"] {
  display: none;
}

.radio-wrap input[type="radio"]:checked + .icon-radio:after {
  opacity: 1;
}

@media (min-width: 1024px) {
  .radio-wrap {
    float: left;
  }
  .radio-wrap + .radio-wrap:not(.vertical) {
    margin-left: 20px;
  }
  .radio-wrap.vertical {
    float: none;
  }
}

.icon-radio {
  position: relative;
  vertical-align: middle;
  top: -1px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
  border: 1px solid #9a9a9a;
  border-radius: 100%;
}

.icon-radio:after {
  content: "";
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #333333;
  transition: 0.3s;
  opacity: 0;
}

.select-wrap select {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #dadae7;
  margin-bottom: 0;
  padding: 0 15px;
  line-height: 34px;
}

.select-wrap:after {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  top: 50%;
  right: 14px;
  margin-top: -1px;
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

/* Contact form */
.contact-form {
  padding-top: 60px;
  position: relative;
}

.contact-form:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  background-color: #10395d;
  background-color: rgba(16, 57, 93, 0.05);
  bottom: 160px;
}

.contact-form h2 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .contact-form {
    padding-top: 120px;
  }
}

.contact-form__wrap {
  background-color: #fff;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .contact-form__wrap {
    padding: 50px 0;
  }
}

.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.formErrorInsideDialog.formError {
  z-index: 5000;
}

.formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001;
}

.formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError, .formError * {
  box-sizing: content-box;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  margin: 0 0 0 -128px;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #f1062c;
  position: relative;
  color: #fff;
  width: 150px;
  border: 1px solid #f1062c;
  padding: 4px 10px 4px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.formError .formErrorArrow {
  /*width: 15px; margin: -2px 0 0 13px;*/
  position: relative;
  margin: -2px 0 0 145px;
  height: 10px;
}

.formError .formErrorArrow:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 8px solid transparent;
  border-bottom: 0;
  border-top-color: #f1062c;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  display: none;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #10395d;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media (min-width: 1200px) {
  .fancybox-slide {
    padding: 0 95px;
  }
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small, .fancybox-button--close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

@media (min-width: 768px) {
  .fancybox-close-small, .fancybox-button--close {
    top: 50px;
    right: 50px;
  }
}

.fancybox-close-small:after, .fancybox-button--close:after {
  content: '×';
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font: 20px/32px Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #10395d;
  color: #10395d;
  background: #fff;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after, .fancybox-button--close:focus:after {
  outline: none;
}

.fancybox-close-small:hover:after, .fancybox-button--close:hover:after {
  color: #0096c3;
  background: #fff;
  border-color: #0096c3;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--iframe .fancybox-button--close {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--iframe .fancybox-button--close:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--iframe .fancybox-button--close:hover:after {
  color: #fff;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  background: transparent;
  top: 20px;
  right: 20px;
}

.fancybox-button--close:after {
  width: 44px;
  height: 44px;
  border-color: #fff;
  background-color: transparent;
  content: '×';
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 300;
  text-align: center;
  line-height: 43px;
}

.fancybox-button--close:hover, .fancybox-button--close:focus {
  background: transparent !important;
  opacity: 0.5;
}

.fancybox-button--close:hover:after, .fancybox-button--close:focus:after {
  background-color: transparent;
  color: white;
  border-color: #fff;
}

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s;
}

.fancybox-arrow:hover, .fancybox-arrow:focus {
  background: transparent;
}

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.fancybox-arrow--right {
  right: 10px;
}

.fancybox-arrow--left {
  left: 10px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-arrow {
  opacity: 0.6;
}

.fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

.fancybox-button--play,
.fancybox-button--fullscreen,
.fancybox-button--thumbs {
  display: none;
}

/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #f9f9fb;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 30px;
  cursor: pointer;
  opacity: 1;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  outline: none;
  background: transparent;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  /*background: #b93d0c;*/
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:after {
  content: '×';
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font: 20px/32px Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #10395d;
  color: #10395d;
  background: #fff;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  box-sizing: border-box;
  z-index: 2;
}

.modaal-content-container {
  padding: 40px 20px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

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

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

/* Mobile navigation */
.modaal-container {
  background-color: #f9f9fb;
}

.modaal-container .main-nav__trigger,
.modaal-container .dropdown-link__image-wrap,
.modaal-container .dropdown-link__description {
  display: none;
}

.modaal-container .container {
  padding: 0;
}

.modaal-container .page-header__logo {
  display: block;
  width: 150px;
  margin: 0;
  position: absolute;
  top: 25px;
  left: 20px;
}

.modaal-container .page-header__top {
  margin-top: 60px;
  position: relative;
}

.modaal-container .secondary-nav {
  padding-top: 40px;
}

.modaal-container .secondary-nav__wrap {
  text-align: center;
}

.modaal-container .secondary-nav__wrap li {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 5px;
}

.modaal-container .language {
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
}

.modaal-container .language a {
  padding: 3px;
}

.modaal-container .language__active {
  display: inline-block;
}

.modaal-container .language__active a {
  color: #10395d;
}

.modaal-container .language__wrap {
  margin: 0;
  display: inline-block;
  text-align: center;
}

.modaal-container .language__wrap li {
  display: inline-block;
}

.modaal-container .main-nav__wrap li.has-dropdown {
  margin-right: 40px;
  position: relative;
}

.modaal-container .main-nav__wrap li.has-dropdown .mobile-dropdown-trigger {
  position: absolute;
  top: 0;
  right: -40px;
  display: inline-block;
  height: 22px;
  width: 30px;
  cursor: pointer;
}

.modaal-container .main-nav__wrap li.has-dropdown .mobile-dropdown-trigger:before, .modaal-container .main-nav__wrap li.has-dropdown .mobile-dropdown-trigger:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '+';
  display: inline-block;
  height: 22px;
  width: 30px;
  color: #10395d;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
  line-height: 22px;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  visibility: visible;
  opacity: 1;
}

.modaal-container .main-nav__wrap li.has-dropdown .mobile-dropdown-trigger:after {
  visibility: hidden;
  content: '-';
  opacity: 0;
  line-height: 16px;
}

.modaal-container .main-nav__wrap li.has-dropdown .mobile-dropdown-trigger.active:before {
  visibility: hidden;
  opacity: 0;
}

.modaal-container .main-nav__wrap li.has-dropdown .mobile-dropdown-trigger.active:after {
  visibility: visible;
  opacity: 1;
}

.modaal-container .main-nav__wrap li.has-dropdown .dropdown-link {
  padding-left: 20px;
}

.modaal-container .main-nav__wrap li.has-dropdown .main-nav__dropdown-inner {
  padding-top: 10px;
}

.modaal-container .main-nav__wrap a {
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #10395d;
  font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  padding: 3px 0;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  margin-bottom: 10px;
  display: block;
}

.modaal-container .main-nav__dropdown {
  display: none;
}

.modaal-container .main-nav__dropdown a {
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem;
}

.industrial .modaal-container .page-header__logo {
  left: 35px;
}

.industrial .modaal-container .page-header__logo:after {
  content: '';
  position: absolute;
  top: -22px;
  right: -20px;
  bottom: -8px;
  left: -20px;
  background-image: url("../images/logo-industry-wrap.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* =============================================================================
   STORE LOCATOR
   ========================================================================== */
.store-locator {
  margin-bottom: -50px;
}

.store-locator .grid--full {
  margin-bottom: 0;
}

.store-container__form {
  padding-bottom: 20px;
}

.store-container__form h2 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .store-container__form h2 {
    font-size: calc(16px + 8 * (100vw - 768px) / 912);
  }
}

@media screen and (min-width: 1680px) {
  .store-container__form h2 {
    font-size: 24px;
  }
}

.store-container__form .service-icons {
  text-align: center;
  margin-top: 10px;
}

.map-container {
  position: relative;
}

.map-container .map {
  height: 420px;
}

@media (min-width: 768px) {
  .map-container .map {
    height: 650px;
  }
}

@media (min-width: 1024px) {
  .map-container .map {
    height: 800px;
  }
}

.map-container .no-results-overlay {
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.map-container .no-results-overlay span {
  display: inline-block;
  font-size: 25px;
  font-size: 2.5rem;
}

.map-container.no-results .no-results-overlay {
  display: block;
}

.store-container {
  background-color: #eceef2;
  padding: 30px;
}

@media (min-width: 1024px) {
  .store-container {
    height: 800px;
    padding: 40px;
  }
  .store-container .store-container__form {
    height: 235px;
  }
  .store-container .store-container__list {
    height: 525px;
  }
}

.search-form {
  position: relative;
  margin-bottom: 20px;
}

.search-form .floating-label--container {
  width: 100%;
  margin-bottom: 20px;
}

.search-form input {
  margin-bottom: 0;
}

.search-form input[type="text"] {
  width: 100%;
  padding-right: 40px;
}

.search-form input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 4px;
  float: left;
}

.search-form .button--search {
  position: absolute;
  bottom: 0;
  right: 0;
}

#search-results {
  width: 100%;
  height: 525px;
}

.jspPane, .jspContainer {
  width: 100% !important;
}

.search-results-wrap {
  position: relative;
  /* BASIC STYLING */
}

.search-results-wrap.using-jspPane {
  height: 500px;
}

.search-results-wrap.using-jspPane #search-results {
  max-height: 500px;
}

.search-results-wrap .loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  text-align: center;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.search-results-wrap ul {
  list-style: none;
  margin: 0;
  overflow-y: scroll;
}

.search-results-wrap ul li {
  color: #10395d;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f9f9fb;
}

.search-results-wrap ul li h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}

.search-results-wrap ul li h3:not(.ignore) {
  cursor: pointer;
}

.search-results-wrap ul li p {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.search-results-wrap ul li p:last-child {
  margin-bottom: 0;
}

.search-results-wrap ul li p span {
  display: inline-block;
  width: 20px;
}

.search-results-wrap ul li a {
  color: #10395d;
}

.search-results-wrap ul li a:hover, .search-results-wrap ul li a:focus {
  color: #0096c3;
}

.search-results-wrap ul li.hide {
  display: none;
}

.search-results-wrap.loading {
  background-color: #eceef2;
  overflow: hidden;
  height: 300px;
}

.search-results-wrap.loading .loader {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: auto;
}

.search-results-wrap.loading .loader .spinner {
  -webkit-animation: spin, 1.1s, infinite linear;
  animation: spin, 1.1s, infinite linear;
}

.search-results-wrap.loading #search-results {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.search-results-wrap .no-results {
  display: none;
}

.service-icons span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #10395d;
  border-radius: 50%;
  position: relative;
  text-align: center;
  line-height: 27px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 6px;
  margin-top: 6px;
}

.service-icons span:last-child {
  margin-right: 0;
}

.service-icons span .icon-audiovisual {
  position: relative;
  top: 1px;
}

.service-legend .service-legend__title {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-size: 1.2rem;
  opacity: 0.6;
}

.service-legend .service-icons {
  text-align: left;
}

.service-legend .service-icons p {
  margin-bottom: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
}

.service-legend .service-icons span {
  margin-top: -2px;
  margin-right: 8px;
  vertical-align: middle;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.spinner {
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-top: 5px solid white;
  border-right: 5px solid white;
  border-bottom: 5px solid white;
  border-left: 5px solid #0096c3;
}

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

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

/* =============================================================================
   INFOBOX
   ========================================================================== */
.infoBox {
  background-color: #10395d;
  padding: 20px;
  width: 270px;
}

.infoBox:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #10395d transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.infoBox h4, .infoBox a {
  color: #fff;
}

.infoBox a:hover, .infoBox:focus {
  color: #0096c3;
}

.infoBox > img {
  display: none;
}

.infoBox p span {
  width: 25px;
  display: inline-block;
}

@media (min-width: 768px) {
  .infoBox {
    padding: 25px;
  }
}

.infobox-container h3 {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0.3em;
}

@media screen and (min-width: 768px) {
  .infobox-container h3 {
    font-size: calc(12px + 4 * (100vw - 768px) / 912);
  }
}

@media screen and (min-width: 1680px) {
  .infobox-container h3 {
    font-size: 16px;
  }
}

.infobox-container p, .infobox-container a {
  color: #fff;
}

.infobox-container p {
  margin-bottom: 0;
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  .infobox-container p {
    font-size: calc(11px + 3 * (100vw - 768px) / 912);
  }
}

@media screen and (min-width: 1680px) {
  .infobox-container p {
    font-size: 14px;
  }
}

.infobox-container .service-icons span {
  border: 1px solid #fff;
  color: #fff;
  line-height: 26px;
}

.infobox-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}

.infobox-close:after {
  content: '×';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  line-height: 20px;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

@media (min-width: 768px) {
  .infobox-close {
    top: 10px;
    right: 10px;
  }
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  background: red;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #79AC9D;
  position: relative;
}

.jspDrag {
  background: #134637;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* =============================================================================
   LAYOUT
   ========================================================================== */
@media (min-width: 768px) {
  html, body {
    height: 100%;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  color: #022b41;
  background-color: #f9f9fb;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

.page-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #022b41;
  background-color: rgba(2, 43, 65, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.35s cubic-bezier(0.42, 0, 0.58, 1);
  pointer-events: none;
  z-index: 10;
}

.page-overlay.active {
  opacity: 1;
  visibility: visible;
}

.page-wrap {
  position: relative;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .page-wrap {
    height: auto;
    min-height: 100%;
    z-index: 2;
  }
}

.container {
  position: relative;
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.container--small {
  max-width: 1020px;
}

.container--medium {
  max-width: 1160px;
}

.container--wide {
  max-width: 1730px;
}

.container--full {
  max-width: 100%;
}

::-moz-selection {
  background-color: #90e5ff;
  color: inherit;
}

::selection {
  background-color: #90e5ff;
  color: inherit;
}

/* =============================================================================
   HELPERS
   ========================================================================== */
.icon {
  display: inline-block;
  vertical-align: middle;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.icon-hamburger, .icon-hamburger:before, .icon-hamburger:after {
  width: 24px;
  position: absolute;
  left: 0;
  height: 1px;
  border-top: 2px solid #10395d;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.icon-hamburger {
  position: relative;
}

.icon-hamburger:before, .icon-hamburger:after {
  content: "";
  margin-left: 0;
}

.icon-hamburger:before {
  margin-top: 5px;
}

.icon-hamburger:after {
  margin-top: 12px;
}

.icon-electro:before {
  content: "\e90b";
}

.icon-airco:before {
  content: "\e90c";
}

.icon-audiovisual:before {
  content: "\e90d";
}

.icon-glass:before {
  content: "\e90e";
}

.icon-service-24-7:before {
  content: "\e90f";
}

.icon-mechanic:before {
  content: "\e910";
}

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

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

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

.icon-arrow-up:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

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

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

.icon-squares:before {
  content: "";
}

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

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

.mb0.mb0 {
  margin-bottom: 0;
}

.mb10.mb10 {
  margin-bottom: 10px;
}

.mb50.mb50 {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .mb50.mb50 {
    margin-bottom: 50px;
  }
}

.mb75.mb75 {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .mb75.mb75 {
    margin-bottom: 75px;
  }
}

.mb100.mb100 {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .mb100.mb100 {
    margin-bottom: 100px;
  }
}

.mt50.mt50 {
  margin-top: 50px;
}

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

.o-h {
  overflow: hidden;
}

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

.gm-style img {
  max-width: inherit;
}

.video-container {
  position: relative;
  padding: 0 0 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 0 15px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.equal-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.equal-h > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.equal-h:before, .equal-h:after {
  display: none;
}

html.no-flexbox .equal-h {
  height: 100%;
}

html.no-flexbox .equal-h > div {
  float: left;
}

.va-wrap, .va-m, .va-b {
  display: table;
  width: 100%;
  height: 100%;
}

.va-wrap {
  table-layout: fixed;
}

.va-m, .va-b {
  display: table-cell;
}

.va-m {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

.block-link {
  position: relative;
  cursor: pointer;
}

.block-link__target:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Object fit */
.object-fit-cover, .equal-grid__image img, .equal-grid__image--half img, .slideshow__image img, .news-slideshow__image img, .event-slideshow__image img, .hero--home .hero__image img, .card__image img, .button-card__image img, .article-card__image img, .content-card__image img, .product-image img,
.object-fit-contain,
.slideshow__image--contain img,
.vehicle-card__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.object-fit-cover, .equal-grid__image img, .equal-grid__image--half img, .slideshow__image img, .news-slideshow__image img, .event-slideshow__image img, .hero--home .hero__image img, .card__image img, .button-card__image img, .article-card__image img, .content-card__image img, .product-image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-fit-contain, .slideshow__image--contain img, .vehicle-card__image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.no-wrap {
  white-space: nowrap;
}

/* =============================================================================
   HEADER
   ========================================================================== */
.page-header {
  z-index: 9999;
}

.page-header__wrap .page-header__top {
  height: 40px;
  background-color: #10395d;
  font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: right;
  display: none;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .page-header__wrap .page-header__top {
    display: block;
  }
}

@media (min-width: 1200px) {
  .page-header__wrap .page-header__top {
    font-size: 11px;
    font-size: 1.1rem;
    display: block;
  }
}

.page-header__wrap .page-header__bottom {
  background-color: #f9f9fb;
  height: 90px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 9999;
  position: fixed;
  will-change: position;
  width: 100%;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  top: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.page-header__wrap .page-header__bottom.dark {
  background-color: #f1f3f5;
}

.page-header__wrap .page-header__bottom.small {
  height: 65px;
}

.page-header__wrap .page-header__bottom.small .page-header__logo {
  width: 100px;
  padding-top: 17px;
}

.page-header__wrap .page-header__bottom.small .main-nav__trigger {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .page-header__wrap .page-header__bottom.small {
    height: 90px;
  }
  .page-header__wrap .page-header__bottom.small .page-header__logo {
    width: 100px;
    padding-top: 14px;
  }
  .page-header__wrap .page-header__bottom.small .main-nav__wrap > li > a {
    height: 40px;
  }
}

@media (min-width: 1024px) {
  .page-header__wrap .page-header__bottom.small {
    height: 65px;
  }
  .page-header__wrap .page-header__bottom.small .page-header__logo {
    width: 120px;
    padding-top: 14px;
    top: 0;
  }
  .page-header__wrap .page-header__bottom.small .main-nav {
    padding-top: 0;
  }
  .page-header__wrap .page-header__bottom.small .main-nav__wrap > li > a {
    height: 65px;
  }
  .page-header__wrap .page-header__bottom.small .main-nav__wrap > li > a:hover, .page-header__wrap .page-header__bottom.small .main-nav__wrap > li > a:focus {
    color: #0096c3;
    box-shadow: inset 0px -5px 0px 0px #459bcc;
  }
  .page-header__wrap .page-header__bottom.small .main-nav__wrap > li.active > a {
    box-shadow: inset 0px -5px 0px 0px #459bcc;
  }
}

.page-header__wrap .page-header__bottom .container {
  position: relative;
}

@media (min-width: 768px) {
  .page-header__wrap .page-header__bottom {
    position: relative;
    transition: none;
    height: 130px;
    box-shadow: none;
  }
  .page-header__wrap .page-header__bottom.fixed {
    position: fixed;
    width: 100%;
    transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    top: 0;
  }
}

.page-header__wrap .page-header__logo {
  text-decoration: none;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  width: 150px;
  display: block;
  float: left;
  padding-top: 22px;
  margin: 0 0 0 20px;
}

.page-header__wrap .page-header__logo:hover, .page-header__wrap .page-header__logo:focus {
  opacity: 0.8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.page-header__wrap .page-header__logo img {
  display: block;
}

@media (min-width: 768px) {
  .page-header__wrap .page-header__logo {
    width: 170px;
    margin: 0 auto;
    float: none;
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .page-header__wrap .page-header__logo {
    position: absolute;
    left: 50%;
    top: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 0;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .page-header__wrap .page-header__logo {
    width: 190px;
    top: 38px;
  }
}

@media (min-width: 1680px) {
  .page-header__wrap .page-header__logo {
    width: 215px;
    top: 35px;
  }
}

.industrial .page-header__wrap .page-header__logo {
  position: relative;
  margin: 0 0 0 35px;
}

.industrial .page-header__wrap .page-header__logo:after {
  content: '';
  position: absolute;
  top: 0px;
  right: -20px;
  bottom: -8px;
  left: -20px;
  background-image: url("../images/logo-industry-wrap.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

@media (min-width: 768px) {
  .industrial .page-header__wrap .page-header__logo {
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .industrial .page-header__wrap .page-header__logo {
    position: absolute;
  }
  .industrial .page-header__wrap .page-header__logo:after {
    top: -10px;
    right: -30px;
    bottom: -10px;
    left: -30px;
  }
}

@media (min-width: 1024px) {
  :lang(de) .page-header__bottom.small {
    height: 90px;
  }
  :lang(de) .page-header__bottom.small .page-header__logo {
    width: 100px;
    padding-top: 14px;
  }
  :lang(de) .page-header__bottom.small .main-nav__wrap > li > a {
    height: 40px;
  }
}

@media (min-width: 1400px) {
  :lang(de) .page-header__bottom.small {
    height: 65px;
  }
  :lang(de) .page-header__bottom.small .page-header__logo {
    width: 120px;
    padding-top: 14px;
    top: 0;
  }
  :lang(de) .page-header__bottom.small .main-nav {
    padding-top: 0;
  }
  :lang(de) .page-header__bottom.small .main-nav__wrap > li > a {
    height: 65px;
  }
  :lang(de) .page-header__bottom.small .main-nav__wrap > li > a:hover, :lang(de) .page-header__bottom.small .main-nav__wrap > li > a:focus {
    color: #0096c3;
    box-shadow: inset 0px -5px 0px 0px #459bcc;
  }
  :lang(de) .page-header__bottom.small .main-nav__wrap > li.active > a {
    box-shadow: inset 0px -5px 0px 0px #459bcc;
  }
}

@media (min-width: 1024px) {
  :lang(de) .page-header__wrap .page-header__logo {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 22px;
  }
}

@media (min-width: 1400px) {
  :lang(de) .page-header__wrap .page-header__logo {
    position: absolute;
    left: 50%;
    top: 38px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 0;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  :lang(de) .industrial .page-header__wrap .page-header__logo {
    width: 150px;
  }
}

@media (min-width: 1024px) {
  :lang(de) .industrial .page-header__wrap .page-header__logo:after {
    top: 0px;
    right: -20px;
    bottom: -8px;
    left: -20px;
  }
}

@media (min-width: 1200px) {
  :lang(de) .industrial .page-header__wrap .page-header__logo {
    width: 150px;
  }
}

@media (min-width: 1400px) {
  :lang(de) .industrial .page-header__wrap .page-header__logo {
    top: 45px;
  }
  :lang(de) .industrial .page-header__wrap .page-header__logo:after {
    top: -10px;
    right: -30px;
    bottom: -10px;
    left: -30px;
  }
}

@media (min-width: 1680px) {
  :lang(de) .industrial .page-header__wrap .page-header__logo {
    width: 215px;
    top: 35px;
  }
  :lang(de) .industrial .page-header__wrap .page-header__logo:after {
    top: -10px;
    right: -30px;
    bottom: -10px;
    left: -30px;
  }
}

.page-header__wrap .secondary-nav {
  display: inline-block;
}

.page-header__wrap .secondary-nav__wrap {
  margin: 0;
}

.page-header__wrap .secondary-nav__wrap li {
  display: inline-block;
  margin-right: 20px;
}

.page-header__wrap .secondary-nav__wrap li a {
  line-height: 40px;
  display: block;
  color: #fff;
  padding: 0 10px;
}

.page-header__wrap .secondary-nav__wrap li a:hover, .page-header__wrap .secondary-nav__wrap li a:focus, .page-header__wrap .secondary-nav__wrap li.active a {
  opacity: 0.5;
}

.page-header__wrap .language {
  display: inline-block;
  text-align: left;
  float: right;
  height: 40px;
  position: relative;
}

.page-header__wrap .language a {
  color: #fff;
  display: block;
  padding: 10px 0;
  width: 60px;
  text-align: center;
}

.page-header__wrap .language a:hover, .page-header__wrap .language a:focus {
  opacity: 0.5;
}

.page-header__wrap .language.open {
  height: auto;
}

.page-header__wrap .language.open .language__wrap {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.page-header__wrap .language__active a {
  padding: 0 15px 0 10px;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.page-header__wrap .language__active a:after {
  position: absolute;
  content: '';
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-header__wrap .language__wrap {
  z-index: 100000;
  background-color: #10395d;
  margin: 0;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
  transition: 0.2s cubic-bezier(0, 0, 0.58, 1);
  border: 1px solid #fff;
  border-top: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.page-header__wrap .main-nav {
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #444;
  font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1.6rem;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .page-header__wrap .main-nav {
    font-size: calc(10px + 4 * (100vw - 768px) / 912);
  }
}

@media screen and (min-width: 1680px) {
  .page-header__wrap .main-nav {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .page-header__wrap .main-nav {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 1200px) {
  .page-header__wrap .main-nav {
    letter-spacing: 0.5px;
  }
}

@media (min-width: 1400px) {
  .page-header__wrap .main-nav {
    letter-spacing: 1px;
  }
}

.page-header__wrap .main-nav__wrap {
  margin: 0;
  display: none;
}

.page-header__wrap .main-nav__wrap a {
  color: #10395d;
  padding: 15px 20px;
  display: block;
}

@media (min-width: 768px) {
  .page-header__wrap .main-nav__wrap {
    display: block;
  }
  .page-header__wrap .main-nav__wrap a {
    padding: 0;
  }
  .page-header__wrap .main-nav__wrap > li {
    display: inline-block;
    margin-right: 15px;
  }
  .page-header__wrap .main-nav__wrap > li:last-child {
    margin-right: 0;
  }
  .page-header__wrap .main-nav__wrap > li > a {
    position: relative;
    height: 50px;
  }
  .page-header__wrap .main-nav__wrap > li > a span {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
  }
  .page-header__wrap .main-nav__wrap > li > a:hover, .page-header__wrap .main-nav__wrap > li > a:focus {
    color: #0096c3;
    box-shadow: inset 0px -4px 0px 0px #459bcc;
  }
  .page-header__wrap .main-nav__wrap > li.active > a {
    box-shadow: inset 0px -4px 0px 0px #459bcc;
  }
}

@media (min-width: 1024px) {
  .page-header__wrap .main-nav__wrap > li.push {
    margin-right: 210px;
  }
  .page-header__wrap .main-nav__wrap > li > a {
    height: 115px;
  }
  .page-header__wrap .main-nav__wrap > li > a:hover, .page-header__wrap .main-nav__wrap > li > a:focus {
    box-shadow: inset 0px -8px 0px 0px #459bcc;
  }
  .page-header__wrap .main-nav__wrap > li.active > a {
    box-shadow: inset 0px -8px 0px 0px #459bcc;
  }
}

@media (min-width: 1200px) {
  .page-header__wrap .main-nav__wrap > li {
    margin-right: 20px;
  }
  .page-header__wrap .main-nav__wrap > li.push {
    margin-right: 250px;
  }
  .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 35px;
  }
}

@media (min-width: 1400px) {
  .page-header__wrap .main-nav__wrap > li {
    margin-right: 35px;
  }
  .page-header__wrap .main-nav__wrap > li.push {
    margin-right: 300px;
  }
  .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 55px;
  }
}

@media (min-width: 1680px) {
  .page-header__wrap .main-nav__wrap > li {
    margin-right: 45px;
  }
  .page-header__wrap .main-nav__wrap > li.push {
    margin-right: 400px;
  }
  .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 75px;
  }
}

@media (min-width: 1024px) {
  .flexbox:not(.no-flexboxlegacy) .page-header__wrap .main-nav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flexbox:not(.no-flexboxlegacy) .page-header__wrap .main-nav__wrap > li {
    margin-right: 25px;
  }
  .flexbox:not(.no-flexboxlegacy) .page-header__wrap .main-nav__wrap > li:last-child {
    margin-right: 0;
  }
  .flexbox:not(.no-flexboxlegacy) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .flexbox:not(.no-flexboxlegacy) .page-header__wrap .main-nav__wrap > li {
    margin-right: 35px;
  }
  .flexbox:not(.no-flexboxlegacy) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: auto;
  }
  .flexbox:not(.no-flexboxlegacy) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 45px;
  }
}

@media (min-width: 1400px) {
  .flexbox:not(.no-flexboxlegacy) .page-header__wrap .main-nav__wrap > li {
    margin-right: 60px;
  }
  .flexbox:not(.no-flexboxlegacy) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: auto;
  }
  .flexbox:not(.no-flexboxlegacy) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 70px;
  }
}

@media (min-width: 1680px) {
  .flexbox:not(.no-flexboxlegacy) .page-header__wrap .main-nav__wrap > li {
    margin-right: 65px;
  }
  .flexbox:not(.no-flexboxlegacy) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: auto;
  }
  .flexbox:not(.no-flexboxlegacy) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 75px;
  }
}

/* Menu EN */
@media (min-width: 1024px) {
  :lang(en) .page-header__wrap .main-nav__wrap > li {
    margin-right: 35px;
  }
  :lang(en) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 15px;
  }
  :lang(en) .page-header__wrap .main-nav__wrap > li:last-child {
    margin-right: 0;
  }
  :lang(en) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: 250px;
  }
}

@media (min-width: 1200px) {
  :lang(en) .page-header__wrap .main-nav__wrap > li {
    margin-right: 35px;
  }
  :lang(en) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: 280px;
  }
  :lang(en) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 15px;
  }
}

@media (min-width: 1400px) {
  :lang(en) .page-header__wrap .main-nav__wrap > li {
    margin-right: 40px;
  }
  :lang(en) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: 330px;
  }
  :lang(en) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 15px;
  }
}

@media (min-width: 1680px) {
  :lang(en) .page-header__wrap .main-nav__wrap > li {
    margin-right: 45px;
  }
  :lang(en) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: 450px;
  }
  :lang(en) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 45px;
  }
}

@media (min-width: 1024px) {
  .flexbox:not(.no-flexboxlegacy):lang(en) .page-header__wrap .main-nav__wrap > li {
    margin-right: 40px;
  }
  .flexbox:not(.no-flexboxlegacy):lang(en) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 15px;
  }
  .flexbox:not(.no-flexboxlegacy):lang(en) .page-header__wrap .main-nav__wrap > li:last-child {
    margin-right: 0;
  }
  .flexbox:not(.no-flexboxlegacy):lang(en) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .flexbox:not(.no-flexboxlegacy):lang(en) .page-header__wrap .main-nav__wrap > li {
    margin-right: 35px;
  }
  .flexbox:not(.no-flexboxlegacy):lang(en) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 20px;
  }
  .flexbox:not(.no-flexboxlegacy):lang(en) .page-header__wrap .main-nav__wrap > li:last-child {
    margin-right: 0;
  }
  .flexbox:not(.no-flexboxlegacy):lang(en) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: auto;
  }
}

@media (min-width: 1400px) {
  .flexbox:not(.no-flexboxlegacy):lang(en) .page-header__wrap .main-nav__wrap > li {
    margin-right: 60px;
  }
  .flexbox:not(.no-flexboxlegacy):lang(en) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: auto;
  }
  .flexbox:not(.no-flexboxlegacy):lang(en) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 40px;
  }
}

@media (min-width: 1680px) {
  .flexbox:not(.no-flexboxlegacy):lang(en) .page-header__wrap .main-nav__wrap > li {
    margin-right: 65px;
  }
  .flexbox:not(.no-flexboxlegacy):lang(en) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: auto;
  }
  .flexbox:not(.no-flexboxlegacy):lang(en) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 65px;
  }
}

/* Menu FR */
@media (min-width: 1024px) {
  :lang(fr) .page-header__wrap .main-nav__wrap > li {
    margin-right: 25px;
  }
  :lang(fr) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 5px;
  }
  :lang(fr) .page-header__wrap .main-nav__wrap > li:last-child {
    margin-right: 0;
  }
  :lang(fr) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: 210px;
  }
}

@media (min-width: 1200px) {
  :lang(fr) .page-header__wrap .main-nav__wrap > li {
    margin-right: 25px;
  }
  :lang(fr) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: 270px;
  }
  :lang(fr) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 15px;
  }
}

@media (min-width: 1400px) {
  :lang(fr) .page-header__wrap .main-nav__wrap > li {
    margin-right: 30px;
  }
  :lang(fr) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: 330px;
  }
  :lang(fr) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 15px;
  }
}

@media (min-width: 1680px) {
  :lang(fr) .page-header__wrap .main-nav__wrap > li {
    margin-right: 35px;
  }
  :lang(fr) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: 450px;
  }
  :lang(fr) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 45px;
  }
}

@media (min-width: 1024px) {
  .flexbox:not(.no-flexboxlegacy):lang(fr) .page-header__wrap .main-nav__wrap > li {
    margin-right: 30px;
  }
  .flexbox:not(.no-flexboxlegacy):lang(fr) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 10px;
  }
  .flexbox:not(.no-flexboxlegacy):lang(fr) .page-header__wrap .main-nav__wrap > li:last-child {
    margin-right: 0;
  }
  .flexbox:not(.no-flexboxlegacy):lang(fr) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .flexbox:not(.no-flexboxlegacy):lang(fr) .page-header__wrap .main-nav__wrap > li {
    margin-right: 35px;
  }
  .flexbox:not(.no-flexboxlegacy):lang(fr) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 20px;
  }
  .flexbox:not(.no-flexboxlegacy):lang(fr) .page-header__wrap .main-nav__wrap > li:last-child {
    margin-right: 0;
  }
  .flexbox:not(.no-flexboxlegacy):lang(fr) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: auto;
  }
}

@media (min-width: 1400px) {
  .flexbox:not(.no-flexboxlegacy):lang(fr) .page-header__wrap .main-nav__wrap > li {
    margin-right: 60px;
  }
  .flexbox:not(.no-flexboxlegacy):lang(fr) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: auto;
  }
  .flexbox:not(.no-flexboxlegacy):lang(fr) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 40px;
  }
}

@media (min-width: 1680px) {
  .flexbox:not(.no-flexboxlegacy):lang(fr) .page-header__wrap .main-nav__wrap > li {
    margin-right: 65px;
  }
  .flexbox:not(.no-flexboxlegacy):lang(fr) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: auto;
  }
  .flexbox:not(.no-flexboxlegacy):lang(fr) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 65px;
  }
}

/* Menu DE */
@media (min-width: 1024px) {
  :lang(de) .page-header__wrap .main-nav__wrap > li {
    margin-right: 20px;
  }
  :lang(de) .page-header__wrap .main-nav__wrap > li.has-dropdown {
    margin-right: 20px;
  }
  :lang(de) .page-header__wrap .main-nav__wrap > li:last-child {
    margin-right: 0;
  }
  :lang(de) .page-header__wrap .main-nav__wrap > li > a {
    height: 50px;
  }
  :lang(de) .page-header__wrap .main-nav__wrap > li > a:hover, :lang(de) .page-header__wrap .main-nav__wrap > li > a:focus {
    box-shadow: inset 0px -4px 0px 0px #459bcc;
  }
  :lang(de) .page-header__wrap .main-nav__wrap > li.active > a {
    box-shadow: inset 0px -4px 0px 0px #459bcc;
  }
}

@media (min-width: 1200px) {
  :lang(de) .page-header__wrap .main-nav__wrap > li {
    margin-right: 30px;
  }
  :lang(de) .page-header__wrap .main-nav__wrap > li.has-dropdown {
    margin-right: 30px;
  }
  :lang(de) .page-header__wrap .main-nav__wrap > li:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1400px) {
  :lang(de) .page-header__wrap .main-nav__wrap > li {
    margin-right: 10px;
  }
  :lang(de) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: 350px;
  }
  :lang(de) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 60px;
  }
  :lang(de) .page-header__wrap .main-nav__wrap > li > a {
    height: 115px;
  }
  :lang(de) .page-header__wrap .main-nav__wrap > li > a:hover, :lang(de) .page-header__wrap .main-nav__wrap > li > a:focus {
    box-shadow: inset 0px -8px 0px 0px #459bcc;
  }
  :lang(de) .page-header__wrap .main-nav__wrap > li.active > a {
    box-shadow: inset 0px -8px 0px 0px #459bcc;
  }
}

@media (min-width: 1680px) {
  :lang(de) .page-header__wrap .main-nav__wrap > li {
    margin-right: 15px;
  }
  :lang(de) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: 450px;
  }
  :lang(de) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 75px;
  }
}

@media (min-width: 1024px) {
  .flexbox:not(.no-flexboxlegacy):lang(de) .page-header__wrap .main-nav__wrap > li {
    margin-right: 20px;
  }
  .flexbox:not(.no-flexboxlegacy):lang(de) .page-header__wrap .main-nav__wrap > li.has-dropdown {
    margin-right: 20px;
  }
  .flexbox:not(.no-flexboxlegacy):lang(de) .page-header__wrap .main-nav__wrap > li:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .flexbox:not(.no-flexboxlegacy):lang(de) .page-header__wrap .main-nav__wrap > li {
    margin-right: 30px;
  }
  .flexbox:not(.no-flexboxlegacy):lang(de) .page-header__wrap .main-nav__wrap > li.has-dropdown {
    margin-right: 30px;
  }
  .flexbox:not(.no-flexboxlegacy):lang(de) .page-header__wrap .main-nav__wrap > li:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1400px) {
  .flexbox:not(.no-flexboxlegacy):lang(de) .page-header__wrap .main-nav__wrap > li {
    margin-right: 25px;
  }
  .flexbox:not(.no-flexboxlegacy):lang(de) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: auto;
  }
  .flexbox:not(.no-flexboxlegacy):lang(de) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 80px;
  }
}

@media (min-width: 1680px) {
  .flexbox:not(.no-flexboxlegacy):lang(de) .page-header__wrap .main-nav__wrap > li {
    margin-right: 35px;
  }
  .flexbox:not(.no-flexboxlegacy):lang(de) .page-header__wrap .main-nav__wrap > li.push {
    margin-right: auto;
  }
  .flexbox:not(.no-flexboxlegacy):lang(de) .page-header__wrap .main-nav__wrap > li.has-dropdown:not(.push) {
    margin-right: 100px;
  }
}

/* Navigation dropdown */
.page-header__wrap .main-nav__dropdown {
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  /*padding-top: 5px;*/
  z-index: 99999;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  pointer-events: none;
  margin: 0 30px;
  display: none;
}

.page-header__wrap .has-dropdown > a {
  padding-right: 15px;
}

.page-header__wrap .has-dropdown > a:before {
  position: absolute;
  content: '';
  top: calc(100% - 22px);
  width: 0;
  height: 0;
  left: 50%;
  visibility: hidden;
  border-style: solid;
  border-width: 0 18px 18px 18px;
  border-color: transparent transparent #fff transparent;
  opacity: 0;
  -webkit-transform: translate(-50%, 10px) scale(0);
  -ms-transform: translate(-50%, 10px) scale(0);
  transform: translate(-50%, 10px) scale(0);
  z-index: 100000;
}

.page-header__wrap .has-dropdown > a:after {
  position: absolute;
  content: '';
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #10395d transparent transparent transparent;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-header__wrap .has-dropdown:hover > a:not(.active), .page-header__wrap .has-dropdown > a:hover:not(.active), .page-header__wrap .has-dropdown > a:focus:not(.active) {
  box-shadow: none;
}

.page-header__wrap .has-dropdown:hover > a:before, .page-header__wrap .has-dropdown > a:hover:before, .page-header__wrap .has-dropdown > a:focus:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.page-header__wrap .has-dropdown:hover > a + .main-nav__dropdown, .page-header__wrap .has-dropdown > a:hover + .main-nav__dropdown, .page-header__wrap .has-dropdown > a:focus + .main-nav__dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: block;
}

.page-header__wrap .main-nav__dropdown-inner {
  background-color: #fff;
  padding: 20px 20px 5px 20px;
  pointer-events: all;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.page-header__wrap .main-nav__dropdown-inner:after {
  position: absolute;
  content: '';
  height: 5px;
  right: 0;
  bottom: 100%;
  left: 0;
}

.page-header__wrap .main-nav__dropdown-inner .grid--g20 {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .page-header__wrap .main-nav__dropdown-inner {
    padding: 45px 45px 5px 45px;
  }
}

.page-header__wrap .dropdown-link {
  display: block;
  text-align: left;
  margin-bottom: 20px;
}

.page-header__wrap .dropdown-link:hover .dropdown-link__image, .page-header__wrap .dropdown-link:focus .dropdown-link__image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media (min-width: 1200px) {
  .page-header__wrap .dropdown-link {
    margin-bottom: 40px;
  }
}

.page-header__wrap .dropdown-link__image-wrap {
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.page-header__wrap .dropdown-link__image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.page-header__wrap .dropdown-link__title {
  display: block;
  text-transform: none;
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  margin-bottom: 3px;
  font-size: 16px;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .page-header__wrap .dropdown-link__title {
    font-size: calc(16px + 2 * (100vw - 768px) / 632);
  }
}

@media screen and (min-width: 1400px) {
  .page-header__wrap .dropdown-link__title {
    font-size: 18px;
  }
}

.page-header__wrap .dropdown-link__description {
  display: block;
  text-transform: none;
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .page-header__wrap .dropdown-link__description {
    font-size: calc(12px + 2 * (100vw - 768px) / 632);
  }
}

@media screen and (min-width: 1400px) {
  .page-header__wrap .dropdown-link__description {
    font-size: 14px;
  }
}

.page-header__wrap .mobile-dropdown-trigger {
  display: none;
}

/* Dropdown nav accessible with tabs */
@media (min-width: 768px) {
  .page-header__wrap .main-nav__dropdown.cache {
    left: -999999px;
  }
}

@media (min-width: 768px) {
  html.no-js .page-header__wrap .main-nav__dropdown {
    display: none;
  }
  html.no-js .page-header__wrap .main-nav__dropdown:hover {
    display: block;
  }
}

.main-nav__trigger {
  display: block;
  visibility: visible;
  position: relative;
  padding: 18px 35px 18px 0;
  background-color: transparent;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: right;
  margin-top: 23px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #444;
}

.main-nav__trigger span {
  display: block;
}

.main-nav__trigger .icon-hamburger {
  position: absolute;
  right: 0;
  left: auto;
  top: 15px;
}

.main-nav__trigger:hover, .main-nav__trigger:focus {
  background-color: transparent;
  box-shadow: none;
}

.main-nav__trigger:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media (min-width: 768px) {
  .main-nav__trigger {
    display: none;
    visibility: hidden;
    pointer-events: none;
  }
}

/* Sub Navigation */
.sub-nav-container {
  position: relative;
  margin-bottom: 85px;
}

@media (min-width: 768px) {
  .sub-nav-container {
    height: 75px;
  }
}

.sub-nav {
  background-color: #eceef2;
}

@media (min-width: 768px) {
  .sub-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .sub-nav.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .sub-nav.small .sub-nav__wrap li {
    height: 30px;
  }
  .sub-nav.small .sub-nav__wrap a:not(.back) {
    height: 30px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .sub-nav.small .sub-nav__wrap li {
    height: 45px;
  }
  .sub-nav.small .sub-nav__wrap a:not(.back) {
    height: 45px;
    line-height: 45px;
  }
}

.sub-nav__wrap {
  list-style: none;
  margin: 0;
}

.sub-nav__wrap li {
  float: left;
  width: 100%;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.sub-nav__wrap li.right {
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.sub-nav__wrap a:not(.back) {
  height: 40px;
  line-height: 40px;
  display: block;
  color: #10395d;
  position: relative;
  padding: 0 5px;
  z-index: 1;
  font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .sub-nav__wrap a:not(.back) {
    font-size: calc(12px + 2 * (100vw - 768px) / 912);
  }
}

@media screen and (min-width: 1680px) {
  .sub-nav__wrap a:not(.back) {
    font-size: 14px;
  }
}

.sub-nav__wrap a:not(.back):after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  z-index: -1;
}

.sub-nav__wrap a:not(.back):hover, .sub-nav__wrap a:not(.back):focus, .sub-nav__wrap li.active a:not(.back) {
  color: #fff;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.45);
}

.sub-nav__wrap a:not(.back):hover:after, .sub-nav__wrap a:not(.back):focus:after, .sub-nav__wrap li.active a:not(.back):after {
  opacity: 1;
}

.sub-nav__wrap .back {
  position: relative;
  display: inline-block;
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .sub-nav__wrap .back {
    font-size: calc(12px + 4 * (100vw - 768px) / 912);
  }
}

@media screen and (min-width: 1680px) {
  .sub-nav__wrap .back {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .sub-nav__wrap li {
    width: auto;
    height: 75px;
  }
  .sub-nav__wrap li.right {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .sub-nav__wrap a:not(.back) {
    height: 75px;
    line-height: 75px;
    padding: 0 15px;
  }
  .sub-nav__wrap .back {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 1200px) {
  .sub-nav__wrap a:not(.back) {
    padding: 0 20px;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 1400px) {
  .sub-nav__wrap a:not(.back) {
    padding: 0 30px;
    letter-spacing: 1px;
  }
}

@media (min-width: 1680px) {
  .sub-nav__wrap a:not(.back) {
    padding: 0 35px;
  }
}

.skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  overflow: hidden;
  z-index: -999;
  white-space: nowrap;
}

.skip-link:focus {
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  padding: 0.5em 1em;
  font-size: 20px;
  font-size: 2rem;
}

/* =============================================================================
   MAIN
   ========================================================================== */
.main {
  padding: 90px 0 50px;
}

@media (min-width: 768px) {
  .main {
    padding: 0 0 525px;
  }
}

@media (min-width: 1400px) {
  .main {
    padding: 0 0 375px;
  }
}

@media (min-width: 768px) {
  .has-fixed-header .main {
    padding-top: 130px;
  }
}

/* =============================================================================
   FOOTER
   ========================================================================== */
.page-footer {
  position: relative;
}

.page-footer .grid, .page-footer .grid--rev, .page-footer .grid--full, .page-footer .grid--centered, .page-footer .grid--g10, .page-footer .grid--g20, .page-footer .grid--g40, .page-footer .grid--g60, .page-footer .grid--g90, .page-footer .grid--g120, .page-footer .grid--g140 {
  margin-bottom: 0;
}

.page-footer h4 {
  font-size: 21px;
  font-size: 2.1rem;
  color: #f1f3f5;
  margin-bottom: 20px;
  line-height: 1;
}

.page-footer h4 a {
  color: #f1f3f5;
}

.page-footer h4 a:hover, .page-footer h4 a:focus {
  color: #f1f3f5;
}

.page-footer a:not(.social__link):hover, .page-footer a:not(.social__link):focus {
  opacity: 0.5;
}

.page-footer ul {
  margin: 0 0 30px;
  list-style: none;
}

.page-footer ul li {
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 14px;
  font-size: 1.4rem;
  color: #b0b0b1;
}

.page-footer ul li a:not(.social__link) {
  color: #b0b0b1;
}

@media (min-width: 768px) {
  .page-footer {
    height: 475px;
    margin: -475px 0 0;
    z-index: 5;
  }
}

@media (min-width: 1400px) {
  .page-footer {
    height: 325px;
    margin: -325px 0 0;
  }
}

.page-footer__top {
  background-color: #022b41;
  padding: 40px 10px 10px;
}

@media (min-width: 768px) {
  .page-footer__top {
    height: 425px;
  }
}

@media (min-width: 1024px) {
  .page-footer__top {
    padding: 60px 10px 30px;
  }
}

@media (min-width: 1400px) {
  .page-footer__top {
    height: 275px;
  }
}

.page-footer__bottom {
  padding: 20px;
  background-color: #021f2e;
  text-align: center;
  color: #f2f2f2;
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 14px;
  font-size: 1.4rem;
}

.page-footer__bottom a {
  color: #f2f2f2;
}

.page-footer__bottom p {
  margin-bottom: 0;
  opacity: 0.5;
}

.page-footer__bottom p span {
  white-space: nowrap;
  display: inline-block;
}

@media (min-width: 768px) {
  .page-footer__bottom {
    height: 50px;
    padding: 15px 0;
  }
}

a.esign {
  width: 80px;
  height: 20px;
  outline: 0;
  z-index: 90;
  text-indent: -9999px;
  opacity: 0.5;
  display: block;
  background-image: url("../images/logo-esign.svg");
  background-size: 77px 20px;
  background-repeat: no-repeat;
  background-position: top left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  margin: 0 auto;
  margin-top: 20px;
}

@media (min-width: 768px) {
  a.esign {
    width: 16px;
    position: absolute;
    bottom: 15px;
    right: 30px;
  }
  a.esign:hover, a.esign:focus {
    opacity: 1;
    width: 80px;
  }
}

/* =============================================================================
   COMPONENTS
   ========================================================================== */
.large {
  font-size: 20px;
  font-size: 2rem;
}

.center-block {
  *zoom: 1;
  text-align: center;
  margin: 20px 0;
}

.center-block:before, .center-block:after {
  display: table;
  content: " ";
}

.center-block:after {
  clear: both;
}

.center-block .button {
  float: none;
  display: inline-block;
}

.center-margin {
  margin-left: auto;
  margin-right: auto;
}

section {
  position: relative;
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  section {
    margin-bottom: 100px;
  }
}

article {
  *zoom: 1;
  margin: 0 0 20px;
}

article:before, article:after {
  display: table;
  content: " ";
}

article:after {
  clear: both;
}

article a img {
  display: block;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

article a:hover img, article a:focus img {
  opacity: 0.8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.article-intro img {
  width: 100%;
}

.article-detail {
  margin: 0 0 100px;
}

.article-detail .grid__item:first-child {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .article-detail .grid__item {
    margin-bottom: 0;
  }
}

.article-detail__header h1 {
  font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 35px;
}

@media screen and (min-width: 768px) {
  .article-detail__header h1 {
    font-size: calc(35px + 10 * (100vw - 768px) / 432);
  }
}

@media screen and (min-width: 1200px) {
  .article-detail__header h1 {
    font-size: 45px;
  }
}

.article-detail__header time {
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  color: #999999;
  padding-left: 36px;
  position: relative;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.article-detail__header time:before {
  position: absolute;
  content: "";
  left: 1px;
  top: 0;
  font-size: 20px;
  font-size: 2rem;
}

.news .article-detail__header {
  text-align: center;
  background-color: #022b41;
  background-color: rgba(2, 43, 65, 0.1);
  padding: 40px 0;
  margin-bottom: 50px;
}

.news .article-detail__header h1 {
  font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 35px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .news .article-detail__header h1 {
    font-size: calc(35px + 10 * (100vw - 768px) / 432);
  }
}

@media screen and (min-width: 1200px) {
  .news .article-detail__header h1 {
    font-size: 45px;
  }
}

.news .article-detail__header time {
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  padding-left: 36px;
  position: relative;
  line-height: 1.5em;
  margin-bottom: 15px;
  display: inline-block;
  color: #10395d;
}

.news .article-detail__header time:before {
  position: absolute;
  content: "";
  left: 1px;
  top: 0;
  font-size: 20px;
  font-size: 2rem;
}

.news .article-detail__header.has-thumb {
  padding: 40px 0 120px;
  margin-bottom: -90px;
}

@media (min-width: 768px) {
  .news .article-detail__header {
    padding: 60px 0;
  }
  .news .article-detail__header.has-thumb {
    padding: 60px 0 140px;
  }
}

.article-detail__body {
  margin-bottom: 75px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

.article-detail__body img {
  width: 100%;
  margin-bottom: 2em;
}

.article-footer {
  background-color: #10395d;
  background-color: rgba(16, 57, 93, 0.05);
  padding: 40px 0;
  text-align: center;
  margin-bottom: -50px;
}

.article-footer--with-nav {
  position: relative;
}

@media (min-width: 768px) {
  .article-footer--with-nav {
    padding: 105px 0 40px;
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .article-footer--with-title {
    margin-top: 200px;
  }
}

@media (min-width: 768px) {
  .article-footer__nav {
    position: absolute;
    right: 0;
    bottom: 105px;
    left: 0;
  }
  .article-footer__nav .grid, .article-footer__nav .grid--rev, .article-footer__nav .grid--full, .article-footer__nav .grid--centered, .article-footer__nav .grid--g10, .article-footer__nav .grid--g20, .article-footer__nav .grid--g40, .article-footer__nav .grid--g60, .article-footer__nav .grid--g90, .article-footer__nav .grid--g120, .article-footer__nav .grid--g140 {
    margin-bottom: 0;
  }
  .article-footer__nav .button-card {
    margin-bottom: 0;
  }
}

.content-section {
  padding: 40px 0;
  margin: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .content-section {
    padding: 60px 0;
  }
}

.content-section--white {
  background-color: #fff;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .content-section--white {
    padding: 100px 0;
  }
}

.content-section--bg-left {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

@media (min-width: 1400px) {
  .content-section--bg-left {
    padding: 150px 0;
  }
}

@media (min-width: 1680px) {
  .content-section--bg-left {
    padding: 200px 0;
  }
}

.content-block p:last-child {
  margin-bottom: 0;
}

.content-block .grid--g60 {
  margin-bottom: 0;
}

.content-block .rte {
  margin-bottom: 40px;
}

.content-block .grid__item > img {
  width: 100%;
}

@media (min-width: 768px) {
  .content-block .rte {
    margin-bottom: 0;
  }
}

.content-block--small img {
  margin-top: 0;
}

.content-block--small .grid--g60 h3 {
  position: relative;
}

.content-block--small .grid--g60 h3:after {
  position: absolute;
  content: '';
  height: 2px;
  background-color: #0096c3;
  left: -130px;
  width: 120px;
  top: 11px;
}

.content-block--small .grid--g60.grid--rev h3:after {
  left: calc(100% + 10px);
}

.content-block__small-image img {
  border: 5px solid #f9f9fb;
  width: 200px;
  position: relative;
  margin: -20px auto 0;
  z-index: 1;
  display: block;
}

.content-block__small-image p {
  font-style: italic;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 480px) {
  .content-block__small-image img {
    width: 300px;
  }
}

@media (min-width: 768px) {
  .content-block__small-image img {
    width: 250px;
  }
}

@media (min-width: 1200px) {
  .content-block__small-image img {
    width: 300px;
    margin: -50px 20px 0 -20px;
    float: left;
  }
  .content-block__small-image p {
    text-align: left;
    margin-top: 40px;
  }
}

@media (min-width: 1400px) {
  .content-block__small-image img {
    margin: -100px 20px 0 -60px;
  }
}

.equal-grid .grid__item {
  position: relative;
}

@media (min-width: 1024px) {
  .equal-grid {
    margin-bottom: 40px;
  }
}

.equal-grid__image, .equal-grid__image--half {
  height: 0;
  padding-bottom: calc(61.458333333% - 5px);
  margin-bottom: 20px;
  position: relative;
}

@media (min-width: 1024px) {
  .equal-grid__image, .equal-grid__image--half {
    padding-bottom: 122.91666666%;
    margin-bottom: 10px;
  }
}

.equal-grid__image--half {
  padding-bottom: calc(61.458333333% - 5px);
}

.equal-grid__content, .equal-grid__content--left, .equal-grid__content--right {
  margin-bottom: 40px;
}

.equal-grid__content .rte.unleash p:last-child, .equal-grid__content--left .rte.unleash p:last-child, .equal-grid__content--right .rte.unleash p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .equal-grid__content, .equal-grid__content--left, .equal-grid__content--right {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .equal-grid__content--left {
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .equal-grid__content--right {
    padding-left: 40px;
  }
}

.box {
  *zoom: 1;
  margin: 0 0 20px;
  padding: 15px 20px 0;
  background: #efefef;
}

.box:before, .box:after {
  display: table;
  content: " ";
}

.box:after {
  clear: both;
}

.box ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.box ul li {
  padding-left: 0;
  margin-bottom: 10px;
}

.box ul, .box p {
  margin-bottom: 1em;
}

.box.success {
  color: #39963a;
  background-color: #eff9ef;
}

.box.error {
  color: #f1062c;
  background-color: #fff7f8;
}

.cycle-slideshow {
  width: 100%;
  position: relative;
}

.cycle-pager {
  width: 100%;
  text-align: center;
}

.cycle-pager span {
  display: inline-block;
  margin: 10px 8px 0 0;
  font-size: 0;
  color: transparent;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #e4e6e7;
  overflow: hidden;
  text-indent: -500px;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.cycle-pager span:last-child {
  margin-right: 0;
}

.cycle-pager span:hover, .cycle-pager span:focus, .cycle-pager .cycle-pager-active {
  background-color: #0096c3;
}

.slideshow {
  margin-bottom: 40px;
}

.slideshow .cycle-slideshow {
  height: 0;
  padding-bottom: 66.67%;
}

.slideshow__slide {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slideshow__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slideshow__pager {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  display: inline-block;
  width: auto;
}

.news-slideshow {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.news-slideshow .cycle-slideshow {
  height: 350px;
  margin-bottom: 20px;
}

.news-slideshow .cycle-slideshow .slide {
  height: 350px;
  width: 100%;
}

.news-slideshow .cycle-slideshow .slide:hover .news-slideshow__image:after, .news-slideshow .cycle-slideshow .slide:focus .news-slideshow__image:after {
  opacity: 0.5;
}

@media (min-width: 1200px) {
  .news-slideshow .cycle-slideshow {
    margin-bottom: 0;
  }
}

.news-slideshow .grid, .news-slideshow .grid--rev, .news-slideshow .grid--full, .news-slideshow .grid--centered, .news-slideshow .grid--g10, .news-slideshow .grid--g20, .news-slideshow .grid--g40, .news-slideshow .grid--g60, .news-slideshow .grid--g90, .news-slideshow .grid--g120, .news-slideshow .grid--g140 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .news-slideshow {
    margin-bottom: 40px;
  }
}

.news-slideshow__header {
  margin-bottom: 20px;
}

.news-slideshow__header h2 {
  display: inline-block;
  margin-bottom: 15px;
}

.news-slideshow__header .link, .news-slideshow__header .card__model-list li a, .card__model-list li .news-slideshow__header a, .news-slideshow__header .jobs-list a, .jobs-list .news-slideshow__header a {
  float: right;
  margin-bottom: 15px;
}

.news-slideshow__image {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.news-slideshow__image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  opacity: 0;
}

.news-slideshow__content {
  padding-left: 5px;
}

@media (min-width: 768px) {
  .news-slideshow__content {
    padding-left: 0;
  }
}

.news-slideshow__side {
  position: relative;
}

.news-slideshow__pager {
  width: 30px;
  position: absolute;
  top: 0;
  left: -25px;
}

.news-slideshow__pager .pager-item__trigger {
  display: block;
  height: 80px;
  width: 30px;
  margin-bottom: 10px;
  position: relative;
  border-right: 5px solid #e4e6e7;
}

.news-slideshow__pager .pager-item__trigger:last-child {
  margin-bottom: 0;
}

.news-slideshow__pager .pager-item__trigger:hover, .news-slideshow__pager .pager-item__trigger:focus, .news-slideshow__pager .pager-item__trigger.cycle-pager-active {
  border-right: 5px solid #0096c3;
}

.news-slideshow__pager .pager-item__trigger:hover time, .news-slideshow__pager .pager-item__trigger:hover h3, .news-slideshow__pager .pager-item__trigger:focus time, .news-slideshow__pager .pager-item__trigger:focus h3, .news-slideshow__pager .pager-item__trigger.cycle-pager-active time, .news-slideshow__pager .pager-item__trigger.cycle-pager-active h3 {
  color: #0096c3;
}

@media (min-width: 768px) {
  .news-slideshow__pager {
    left: -30px;
  }
}

.news-slideshow__link {
  display: block;
  height: 80px;
  margin-bottom: 10px;
  position: relative;
}

.news-slideshow__link:last-child {
  margin-bottom: 0;
}

.news-slideshow__link:hover time, .news-slideshow__link:hover h3, .news-slideshow__link:focus time, .news-slideshow__link:focus h3 {
  color: #0096c3;
}

.news-slideshow__link-content {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 20px;
}

.news-slideshow__link-content time {
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  color: #999999;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  margin-bottom: 10px;
}

.news-slideshow__link-content h3 {
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 18px;
  font-size: 1.8rem;
  color: #10395d;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  margin-bottom: 0;
}

.event-slideshow .cycle-slideshow {
  height: 420px;
}

.event-slideshow .cycle-slideshow .slide {
  height: 100%;
  width: 100%;
}

.event-slideshow .cycle-slideshow .slide:hover .event-slideshow__image:after, .event-slideshow .cycle-slideshow .slide:focus .event-slideshow__image:after {
  opacity: 0.5;
}

.event-slideshow__image {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.event-slideshow__image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  opacity: 0;
}

.map {
  width: 100%;
  height: 400px;
  background: #efefef;
  margin: 0;
}

@media (min-width: 768px) {
  .map {
    height: 800px;
  }
}

.social {
  *zoom: 1;
  list-style: none;
}

.social:before, .social:after {
  display: table;
  content: " ";
}

.social:after {
  clear: both;
}

.social li {
  margin: 0 8px 8px 0;
  float: left;
}

.social li:last-child {
  margin-right: 0;
}

.social__link {
  height: 30px;
  width: 30px;
  position: relative;
  display: block;
  border-radius: 30px;
  background-color: #375d81;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.social__link:hover, .social__link:focus {
  background-color: #fff;
}

.social__link i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social__link--twitter {
  font-size: 13px;
  font-size: 1.3rem;
}

/* Hero */
.hero {
  text-align: center;
  position: relative;
  height: 400px;
  z-index: 0;
}

@media (min-width: 768px) {
  .hero {
    height: 500px;
  }
}

@media (min-width: 1024px) {
  .hero {
    height: 600px;
  }
}

@media (min-width: 1200px) {
  .hero {
    height: 700px;
  }
}

@media (min-width: 1024px) {
  .hero__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .hero__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.hero__description p {
  margin-bottom: 0;
}

.hero--dotted {
  position: relative;
  padding: 45px 0;
  background-color: #10395d;
  background-color: rgba(16, 57, 93, 0.05);
  height: auto;
}

.hero--dotted p {
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1.6rem;
  color: #022b41;
  line-height: 1.6em;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .hero--dotted {
    padding: 75px 0;
  }
}

.hero--dark {
  background-color: #022b41;
}

.hero--dark * {
  color: #fff;
}

@media (min-width: 1800px) {
  .hero--dark {
    margin-right: 30px;
    margin-left: 30px;
  }
}

.hero--small {
  padding: 75px 0;
}

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

.hero--home .hero__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero--home .hero__image:after {
  content: '';
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero--home .hero__description {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
}

.hero--home .hero__description h1 {
  font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 30px;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1;
  text-shadow: 0px 15px 50px rgba(0, 0, 0, 0.75);
}

@media screen and (min-width: 768px) {
  .hero--home .hero__description h1 {
    font-size: calc(30px + 50 * (100vw - 768px) / 432);
  }
}

@media screen and (min-width: 1200px) {
  .hero--home .hero__description h1 {
    font-size: 80px;
  }
}

.hero--home .hero__description h2 {
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .hero--home {
    min-height: 65vh;
  }
  .hero--home .hero__description {
    bottom: 160px;
  }
  .hero--home .hero__description h1 {
    margin-bottom: 0;
  }
  .hero--home .hero__description h2 {
    color: #0099c6;
  }
}

@media (min-width: 1800px) {
  .hero--home {
    margin-right: 30px;
    margin-left: 30px;
  }
}

.hero--article {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .hero--article {
    margin-bottom: 120px;
  }
}

@media (min-width: 1800px) {
  .hero--article {
    margin-right: 30px;
    margin-left: 30px;
  }
}

.hero--product {
  background-color: #10395d;
  text-align: left;
  height: auto;
  padding: 40px 0 0 0;
}

.hero--product * {
  color: #fff;
}

.hero--product h2 {
  margin-bottom: 10px;
}

.hero--product p {
  margin-bottom: 0;
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 18px;
  font-size: 1.8rem;
}

.hero--product > .container {
  height: 100%;
}

.hero--product .grid--g140, .hero--product .grid__item {
  height: 100%;
}

.hero--product .hero__image {
  position: relative;
  height: 400px;
}

.hero--product .hero__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero--product .product-logo {
  margin-bottom: 20px;
}

.hero--product .grid__item {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .hero--product .hero__image {
    height: 500px;
  }
}

@media (min-width: 1024px) {
  .hero--product {
    height: 585px;
    padding: 40px 0 0 0;
  }
  .hero--product .hero__image {
    width: 50%;
    height: 100%;
    margin: 0;
    right: 0;
    left: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .hero--product .hero__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hero--product .product-logo {
    margin-bottom: 0;
  }
  .hero--product .grid__item {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .hero--product {
    height: 585px;
  }
}

@media (min-width: 1200px) {
  .hero--product {
    padding: 40px 0 0 0;
  }
}

.hero--detail {
  background-color: #10395d;
  padding: 60px 0;
  height: auto;
}

.hero--detail * {
  color: #fff;
}

.hero--detail .hero__image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero--detail .back {
  margin-top: 10px;
}

.hero--detail .back span {
  border-color: #fff;
}

.hero--detail .back:hover, .hero--detail .back:focus {
  color: #006f90;
}

.hero--detail .back:hover span, .hero--detail .back:focus span {
  border-color: #006f90;
  color: #006f90;
}

@media (min-width: 768px) {
  .hero--detail {
    height: 350px;
    padding: 0;
    margin-bottom: 65px;
  }
  .hero--detail .hero__description {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
  }
}

@media (min-width: 1800px) {
  .hero--detail {
    margin-right: 30px;
    margin-left: 30px;
  }
}

.hero--series {
  padding: 65px 0 200px;
}

.hero--series + .container {
  margin-top: -165px;
}

@media (min-width: 768px) {
  .hero--series {
    padding: 65px 0 120px;
  }
  .hero--series + .container {
    margin-top: -75px;
  }
}

@media (min-width: 1200px) {
  .hero--series {
    padding: 65px 0 280px;
  }
  .hero--series + .container {
    margin-top: -215px;
  }
}

/* Card */
.card {
  margin-bottom: 50px;
}

.card__image {
  position: relative;
  height: 0;
  padding-bottom: 76.1%;
  display: block;
}

.card__image:before, .card__image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.card__image:before {
  opacity: 1;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  z-index: 1;
}

.card__image:after {
  opacity: 0;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.card__image:hover, .card__image:focus {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.45);
}

.card__image:hover:before, .card__image:focus:before {
  opacity: 0;
}

.card__image:hover:after, .card__image:focus:after {
  opacity: 0.9;
}

.card__image:hover .card__title, .card__image:focus .card__title {
  padding-bottom: 10px;
}

.card__image:hover .card__title:after, .card__image:focus .card__title:after {
  opacity: 1;
}

.card--medium .card__image {
  padding-bottom: 54.35%;
}

.card__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.card__title {
  position: absolute;
  margin: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 20px;
  color: #fff;
  z-index: 1;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  line-height: 1em;
}

@media screen and (min-width: 768px) {
  .card__title {
    font-size: calc(20px + 4 * (100vw - 768px) / 432);
  }
}

@media screen and (min-width: 1200px) {
  .card__title {
    font-size: 24px;
  }
}

.card__title:after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
}

.card__description {
  margin-top: 25px;
  color: #022b41;
}

.card__description p {
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .card__description p {
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .card__description {
    margin-top: 50px;
  }
}

.card__model-title {
  font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 21px;
  font-size: 2.1rem;
  color: #459bcc;
  margin-bottom: 12px;
}

.card__model-list {
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.card__model-list li {
  display: inline-block;
  float: left;
  padding-right: 24px;
  padding-left: 14px;
  margin-left: -14px;
  position: relative;
  margin-bottom: 2px;
}

.card__model-list li:before {
  position: absolute;
  content: '';
  height: 1px;
  background-color: #022b41;
  top: 11px;
  left: -1px;
  width: 8px;
}

.card__model-list li a {
  display: block;
}

/* Button card */
.button-card {
  position: relative;
  display: block;
  margin-bottom: 20px;
  background-color: #10395d;
}

.button-card:hover, .button-card:focus {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}

.button-card:hover .button-card__image:after, .button-card:focus .button-card__image:after {
  opacity: 0.9;
}

.button-card:hover .button-card__title:after, .button-card:focus .button-card__title:after {
  -webkit-transform: translate(-50%, 5px);
  -ms-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
}

@media (min-width: 768px) {
  .button-card {
    margin-top: 0;
  }
}

.button-card__image {
  height: 0;
  padding-bottom: 37.5%;
  position: relative;
}

.button-card__image:before, .button-card__image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button-card__image:before {
  background-color: #10395d;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  z-index: 1;
  opacity: 0.5;
}

.button-card__image:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  z-index: 1;
}

.button-card__title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 1;
  padding: 0 10px;
}

.button-card__title:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
  content: "";
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

/* Vehicle card */
.vehicle-card {
  background-color: #f9f9fb;
  padding: 35px 35px 60px;
  margin-bottom: 35px;
  display: block;
  position: relative;
}

.vehicle-card:hover, .vehicle-card:focus {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.vehicle-card:hover .vehicle-card__overlay:before, .vehicle-card:focus .vehicle-card__overlay:before {
  opacity: 1;
}

.vehicle-card:hover .vehicle-card__details, .vehicle-card:focus .vehicle-card__details {
  bottom: calc(50%);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.vehicle-card:hover .vehicle-card__details:after, .vehicle-card:focus .vehicle-card__details:after {
  opacity: 1;
  bottom: -20px;
}

.vehicle-card:hover .vehicle-card__title,
.vehicle-card:hover .vehicle-card__subtitle, .vehicle-card:focus .vehicle-card__title,
.vehicle-card:focus .vehicle-card__subtitle {
  color: #fff;
}

.vehicle-card.current {
  opacity: 0.2;
  pointer-events: none;
}

.vehicle-card--border {
  background-color: transparent;
  margin-bottom: 0;
  padding: 45px 45px 105px;
}

.vehicle-card--border .vehicle-card__details {
  bottom: 35px;
}

.vehicle-card__image {
  position: relative;
  padding-bottom: 43.64%;
  height: 0;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  margin-bottom: 20px;
}

.vehicle-card__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  overflow: hidden;
}

.vehicle-card__overlay:before {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  opacity: 0;
  z-index: 0;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.vehicle-card__details {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  text-align: center;
}

.vehicle-card__details:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
}

.vehicle-card__title {
  margin-bottom: 0;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.vehicle-card__subtitle {
  color: #10395d;
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

@media (min-width: 768px) {
  .vehicle-cards--dotted {
    position: relative;
  }
  .vehicle-cards--dotted:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #f9f9fb;
    z-index: -1;
  }
  .vehicle-cards--dotted .vehicle-card:hover .vehicle-card__overlay, .vehicle-cards--dotted .vehicle-card:focus .vehicle-card__overlay {
    -webkit-transform: scale(1.1) translate3d(0, 0, 0);
    transform: scale(1.1) translate3d(0, 0, 0);
  }
  .vehicle-cards--dotted .grid__item {
    position: relative;
  }
  .vehicle-cards--dotted .grid__item:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 25%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    z-index: -1;
  }
  .vehicle-cards--dotted .grid__item:nth-child(3n+1),
  .vehicle-cards--dotted .grid__item:nth-child(3n+2) {
    position: relative;
  }
  .vehicle-cards--dotted .grid__item:nth-child(3n+1):after,
  .vehicle-cards--dotted .grid__item:nth-child(3n+2):after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3) 25%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 1px 4px;
    background-repeat: repeat-y;
    z-index: -1;
  }
}

/* Article card */
.article-card {
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
}

.article-card:hover .article-card__image img, .article-card:hover .content-card__image img, .article-card:focus .article-card__image img, .article-card:focus .content-card__image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .article-card {
    margin-bottom: 80px;
  }
  .article-card:hover, .article-card:focus {
    background-color: #fff;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);
  }
  .article-card:hover .article-card__content, .article-card:hover .content-card__description, .article-card:focus .article-card__content, .article-card:focus .content-card__description {
    padding: 35px;
  }
}

.article-card__image, .content-card__image {
  position: relative;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
}

.article-card__image:after, .content-card__image:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.article-card__image img, .content-card__image img {
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.article-card__content, .content-card__description {
  padding: 35px 70px 35px 0;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  height: 275px;
}

.article-card__content time, .content-card__description time {
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  color: #999999;
  padding-left: 36px;
  position: relative;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.article-card__content time:before, .content-card__description time:before {
  position: absolute;
  content: "";
  left: 1px;
  top: 0;
  font-size: 20px;
  font-size: 2rem;
}

.article-card__content p, .content-card__description p {
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 35px;
  color: #022b41;
  overflow: hidden;
  transition: none;
}

.article-card__description {
  height: 155px;
  overflow: hidden;
  margin-bottom: 25px;
}

.article-card--big {
  position: relative;
}

.article-card--big:hover .article-card__image:before, .article-card--big:hover .content-card__image:before, .article-card--big:focus .article-card__image:before, .article-card--big:focus .content-card__image:before {
  opacity: 0;
}

.article-card--big .article-card__image, .article-card--big .content-card__image {
  padding-bottom: calc(32.32% + 275px);
}

.article-card--big .article-card__image:before, .article-card--big .content-card__image:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
  background-color: #09325d;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.article-card--big .article-card__content, .article-card--big .content-card__description {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  padding: 35px;
  z-index: 1;
}

.article-card--big .article-card__content time, .article-card--big .content-card__description time, .article-card--big .article-card__content h3, .article-card--big .content-card__description h3 {
  color: #fff;
}

.article-card--big .link, .article-card--big .card__model-list li a, .card__model-list li .article-card--big a, .article-card--big .jobs-list a, .jobs-list .article-card--big a {
  color: #fff;
}

.article-card--big .link:after, .article-card--big .card__model-list li a:after, .card__model-list li .article-card--big a:after, .article-card--big .jobs-list a:after, .jobs-list .article-card--big a:after {
  background-color: #fff;
}

.article-card--compact {
  margin-bottom: 30px;
}

.article-card--compact .article-card__image, .article-card--compact .content-card__image {
  padding-bottom: 60%;
}

.article-card--compact .article-card__content, .article-card--compact .content-card__description {
  padding: 15px 0;
  height: auto;
}

.article-card--compact .article-card__content h3, .article-card--compact .content-card__description h3 {
  margin-bottom: 5px;
}

.article-card--compact .article-card__description {
  margin-bottom: 0;
  height: auto;
}

.article-card--compact:hover, .article-card--compact:focus {
  box-shadow: none;
  background-color: transparent;
}

.article-card--compact:hover .article-card__content, .article-card--compact:hover .content-card__description, .article-card--compact:focus .article-card__content, .article-card--compact:focus .content-card__description {
  padding: 15px 0;
}

.article-card--second-hand .article-card__content, .article-card--second-hand .content-card__description {
  padding: 35px 0 35px 0;
  height: auto;
}

.article-card--second-hand:hover .article-card__image:before, .article-card--second-hand:hover .content-card__image:before, .article-card--second-hand:focus .article-card__image:before, .article-card--second-hand:focus .content-card__image:before {
  opacity: 0;
}

.article-card--second-hand table td {
  text-align: right;
}

.article-card--second-hand p {
  margin-bottom: 0;
  font-style: italic;
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999999;
}

@media (min-width: 768px) {
  .article-card--second-hand table th {
    padding: 4px 35px 4px 0;
  }
  .article-card--second-hand table td {
    padding: 4px 0 4px 35px;
  }
  .article-card--second-hand:hover table th, .article-card--second-hand:focus table th {
    padding-right: 0;
  }
  .article-card--second-hand:hover table td, .article-card--second-hand:focus table td {
    padding-left: 0;
  }
}

.content-card {
  margin-bottom: 40px;
}

.content-card__image {
  margin-bottom: 25px;
}

.content-card__description {
  height: auto;
  padding: 0;
}

.content-card__description p {
  margin-bottom: 0;
}

.back-to-top {
  position: fixed;
  width: 30px;
  height: 30px;
  bottom: 30px;
  right: 20px;
  background-color: #10395d;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 9999999;
  padding: 0;
  line-height: 30px;
  visibility: visible;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
  display: none;
  transition: background-color 0.3s ease;
}

.back-to-top i {
  display: block;
  margin: 0;
}

@media (min-width: 768px) {
  .back-to-top {
    display: none;
    visibility: hidden;
  }
}

.bar-dotted {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC");
  opacity: 0.3;
  height: 10px;
}

.bar-coloured {
  background-color: #10395d;
  background-color: rgba(16, 57, 93, 0.05);
  height: 150px;
  margin-bottom: -100px;
}

@media (min-width: 768px) {
  .bar-coloured {
    height: 200px;
    margin-bottom: -110px;
  }
}

@media (min-width: 1024px) {
  .line-dotted-right {
    position: relative;
  }
  .line-dotted-right:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 50px;
    width: 1px;
    right: -10px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3) 25%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 1px 4px;
    background-repeat: repeat-y;
    z-index: -1;
  }
}

@media (min-width: 1200px) {
  .line-dotted-right:after {
    right: 0;
  }
}

.gradient-accentDark-to-accent, .news-slideshow__image:after, .event-slideshow__image:after, .card__image:after, .button-card__image:after, .vehicle-card__overlay:before, .article-card__image:after, .content-card__image:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b0df+0,013968+100 */
  background: #00b0df;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-129deg, #00b0df 0%, #013968 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0df', endColorstr='#013968',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.gradient-accent-to-accentDark, .sub-nav__wrap a:not(.back):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b0df+0,013968+100 */
  background: #00b0df;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(129deg, #00b0df 0%, #013968 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0df', endColorstr='#013968',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.gradient-darkblueTransparent, .card__image:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,10395d+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #10395d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#10395d',GradientType=0 );
  /* IE6-9 */
}

.gradient-darkblueTransparent-dark {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,10395d+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #10395d 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#10395d',GradientType=0 );
  /* IE6-9 */
}

.gradient-transparentAccentDark, .hero--home .hero__image:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,10395d+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #022b41 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#022b41',GradientType=0 );
  /* IE6-9 */
}

.bg, .bg--left-down, .bg--left-up, .bg--right-down, .bg--right-up {
  position: relative;
  z-index: 0;
}

.bg:after, .bg--left-down:after, .bg--left-up:after, .bg--right-down:after, .bg--right-up:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #eceef2;
  z-index: 0;
}

.bg img, .bg--left-down img, .bg--left-up img, .bg--right-down img, .bg--right-up img, .bg .video-container, .bg--left-down .video-container, .bg--left-up .video-container, .bg--right-down .video-container, .bg--right-up .video-container {
  width: 100%;
  z-index: 1;
  position: relative;
  background-color: #fff;
}

.bg--left-down:after {
  top: 30%;
  right: 20px;
  bottom: -20px;
  left: -20px;
}

@media (min-width: 1024px) {
  .bg--left-down:after {
    top: 30%;
    right: 30px;
    bottom: -30px;
    left: -30px;
  }
}

.bg--left-up:after {
  top: -20px;
  right: 20px;
  bottom: 30%;
  left: -20px;
}

@media (min-width: 1024px) {
  .bg--left-up:after {
    top: -30px;
    right: 30px;
    bottom: 30%;
    left: -30px;
  }
}

.bg--right-down:after {
  top: 30%;
  right: -20px;
  bottom: -20px;
  left: 20px;
}

@media (min-width: 1024px) {
  .bg--right-down:after {
    top: 30%;
    right: -30px;
    bottom: -30px;
    left: 30px;
  }
}

.bg--right-up:after {
  top: -20px;
  right: -20px;
  bottom: 30%;
  left: 20px;
}

@media (min-width: 1024px) {
  .bg--right-up:after {
    top: -30px;
    right: -30px;
    bottom: 30%;
    left: 30px;
  }
}

/* Pagination */
.pagination {
  text-align: center;
}

.pagination a {
  width: 20px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  color: #10395d;
}

.pagination a:hover, .pagination a:focus, .pagination a.active {
  color: #0096c3;
}

.pagination .arrow a {
  text-indent: -9999px;
  position: relative;
}

.pagination .arrow a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 25px;
}

.pagination .arrow.prev a:after {
  content: "";
}

.pagination .arrow.next a:after {
  content: "";
}

/* =============================================================================
   PAGES
   ========================================================================== */
/* =================================================
   HOME
   ================================================= */
.home .vehicle-cards {
  margin-top: -40px;
}

@media (min-width: 768px) {
  .home .vehicle-cards {
    margin-top: -80px;
  }
}

/* =================================================
   PRODUCT
   ================================================= */
.product-logo {
  position: relative;
  display: inline-block;
}

.product-logo__image {
  position: absolute;
  top: 0;
}

.product-logo--tx {
  padding-top: 25px;
}

.product-logo--tx .product-logo__image {
  width: 230px;
  left: -10px;
}

.product-logo--tx .product-logo__title {
  padding-left: 135px;
  margin-bottom: 55px;
}

.product-logo--ex {
  padding-top: 5px;
}

.product-logo--ex .product-logo__image {
  width: 150px;
  left: -3px;
}

.product-logo--ex .product-logo__title {
  padding-left: 155px;
  margin-bottom: 55px;
}

.product-image {
  position: relative;
  height: 300px;
  display: block;
}

@media (min-width: 768px) {
  .product-image {
    height: 400px;
  }
  .product-image--half {
    height: 200px;
  }
}

@media (min-width: 1024px) {
  .product-image {
    height: 500px;
  }
  .product-image--half {
    height: 250px;
  }
}

@media (min-width: 1200px) {
  .product-image {
    height: 600px;
  }
  .product-image--half {
    height: 300px;
  }
}

@media (min-width: 1400px) {
  .product-image {
    height: 700px;
  }
  .product-image--half {
    height: 350px;
  }
}

@media (min-width: 1680px) {
  .product-image {
    height: 780px;
  }
  .product-image--half {
    height: 390px;
  }
}

.product-images__slides {
  display: none;
}

.product-types {
  display: none;
}

.fancybox-slide .product-type__detail {
  width: 100%;
  padding: 20px;
}

.fancybox-slide .product-type__detail h2 {
  padding: 0 45px;
}

.fancybox-slide .product-type__detail td {
  text-align: right;
}

.fancybox-slide .product-types__container .options__group {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 30px;
}

.fancybox-slide .product-types__container .options__group th {
  padding-right: 10px;
}

@media (min-width: 768px) {
  .fancybox-slide .product-type__detail {
    padding: 50px;
  }
  .fancybox-slide .product-types__container {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    column-gap: 60px;
  }
}

@media (min-width: 1200px) {
  .fancybox-slide .product-types__container {
    -webkit-column-gap: 120px;
    column-gap: 120px;
  }
}

/* =================================================
   2 COLUMN CONTENT LAYOUT
   ================================================= */
.content-2-column {
  margin-bottom: 100px;
}

.content-2-column .back {
  margin-bottom: 30px;
}

.content-2-column h1 span {
  display: block;
}

.content-2-column table td {
  text-align: right;
}

.content-2-column .grid--g90 .grid__item:first-child {
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  .content-2-column .checkmarks li, .content-2-column .service .content-block ul li, .service .content-block .content-2-column ul li {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .content-2-column .grid--g90 .grid__item:first-child {
    margin-bottom: 0;
  }
}

.content-2-column__contact {
  background-color: #10395d;
  background-color: rgba(16, 57, 93, 0.05);
  padding: 25px;
  margin-bottom: 20px;
}

.content-2-column__contact h2 {
  margin-bottom: 15px;
}

.content-2-column__contact h3 {
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  margin-bottom: 5px;
}

.content-2-column__contact p {
  margin-bottom: 0;
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2em;
}

.content-2-column__contact p span {
  margin-right: 25px;
  position: relative;
}

.content-2-column__contact p span:after {
  position: absolute;
  top: 9px;
  right: -14px;
  content: '';
  height: 1px;
  width: 7px;
  background-color: #10395d;
}

.content-2-column__contact p span:last-child {
  margin-right: 0;
}

.content-2-column__contact p span:last-child:after {
  display: none;
}

.content-2-column__contact a {
  color: #10395d;
}

.content-2-column__contact a:hover, .content-2-column__contact a:focus {
  color: #0096c3;
}

.content-2-column__contact a[href^=mailto] {
  position: relative;
}

.content-2-column__contact a[href^=mailto]:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #10395d;
}

.content-2-column__contact .contact-address, .content-2-column__contact .contact-address a {
  color: #7b7b7b;
}

@media (min-width: 768px) {
  .content-2-column__contact {
    margin-bottom: 0;
    padding: 35px;
  }
}

/* =================================================
   HISTORY
   ================================================= */
.history-overview {
  position: relative;
}

.history-overview:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.3) 25%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 4px;
  background-repeat: repeat-y;
  z-index: -1;
}

@media (min-width: 768px) {
  .history-overview .grid__item {
    position: relative;
  }
  .history-overview .grid__item:after {
    content: '';
    position: absolute;
    left: 35px;
    top: 50px;
    width: 34px;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 25%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    z-index: -1;
  }
  .history-overview .grid__item:first-child {
    margin-top: 30px;
  }
  .history-overview .grid__item:nth-child(2) {
    margin-top: 215px;
  }
  .history-overview .grid__item:nth-child(2n-1):after {
    left: auto;
    right: -35px;
  }
  .history-overview .grid__item:nth-child(2n-1) .history-overview__link:hover .history-overview__description, .history-overview .grid__item:nth-child(2n-1) .history-overview__link:focus .history-overview__description {
    padding: 15px 30px 20px;
  }
  .history-overview .grid__item:nth-child(2n-1) .history-overview__description {
    padding: 15px 0 20px 60px;
  }
  .history-overview .grid__item:nth-child(2n-1) .history-overview__title {
    text-align: right;
  }
  .history-overview .grid__item:last-child:nth-child(2n):before {
    content: '';
    position: absolute;
    left: 30px;
    top: 51px;
    width: 10px;
    bottom: 0;
    background: #f9f9fb;
  }
  .history-overview .grid__item:last-child:nth-child(2n-1):before {
    content: '';
    position: absolute;
    right: -40px;
    top: 51px;
    width: 10px;
    bottom: 0;
    background: #f9f9fb;
  }
}

@media (min-width: 1200px) {
  .history-overview .grid__item:after {
    left: 70px;
    width: 69px;
  }
  .history-overview .grid__item:nth-child(2n-1):after {
    right: -70px;
  }
  .history-overview .grid__item:last-child:nth-child(2n):before {
    left: 65px;
  }
  .history-overview .grid__item:last-child:nth-child(2n-1):before {
    right: -75px;
  }
}

.history-overview__link {
  display: block;
  margin-bottom: 40px;
}

.history-overview__link:hover, .history-overview__link:focus {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}

.history-overview__link:hover .history-overview__image img, .history-overview__link:focus .history-overview__image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.history-overview__link:hover .history-overview__description, .history-overview__link:focus .history-overview__description {
  padding: 15px 30px 20px;
  background-color: #fff;
}

.history-overview__image {
  position: relative;
}

.history-overview__image img {
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  width: 100%;
}

.history-overview__description {
  padding: 15px 60px 20px 0;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.history-overview__title {
  margin-bottom: 0;
}

.history-overview__title span {
  display: block;
  margin: 0;
}

/* =================================================
   JOBS
   ================================================= */
.jobs-list {
  margin: 0 0 50px;
  list-style: none;
}

.jobs-list a {
  text-transform: none;
}

.jobs-list a:after {
  display: none;
}

/* =================================================
   EVENTS
   ================================================= */
.events .article-detail {
  margin-bottom: 0;
}

.events .article-detail table {
  margin-bottom: 30px;
}

.events .article-detail table th {
  width: 1%;
  padding-right: 40px;
}

.events .article-detail .link, .events .article-detail .card__model-list li a, .card__model-list li .events .article-detail a, .events .article-detail .jobs-list a, .jobs-list .events .article-detail a {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .events .article-detail {
    margin-bottom: 50px;
  }
  .events .article-detail table {
    margin-bottom: 50px;
  }
  .events .article-detail .link, .events .article-detail .card__model-list li a, .card__model-list li .events .article-detail a, .events .article-detail .jobs-list a, .jobs-list .events .article-detail a {
    margin-top: 40px;
  }
}

/* =================================================
   SERVICES
   ================================================= */
/* =================================================
   SERVICES
   ================================================= */
.dealer {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 20px;
}

.dealer p:last-child {
  margin-bottom: 0;
}

.dealer__address {
  color: #022b41;
}

.dealer__address:hover, .dealer__address:focus {
  color: #0096c3;
}

/* =================================================
   CONTACT
   ================================================= */
.contact-block {
  margin-bottom: 30px;
}

.contact-block p a {
  color: #10395d;
}

.contact-block p a:hover, .contact-block p a:focus {
  color: #0096c3;
}

.contact-block h3 span {
  font-family: 'Poppins', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .contact-block {
    margin-bottom: 50px;
  }
}

.contact-info a {
  color: #10395d;
  text-decoration: none;
}

/* =============================================================================
   PRINT
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  @page {
    margin: 2cm 0.5cm 1cm;
  }
  html {
    font-size: 10px;
  }
  * {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .ir {
    text-indent: 0;
    overflow: visible;
    direction: inherit;
  }
  a, a:visited {
    text-decoration: underline;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  .page-footer, .main-nav {
    display: none;
  }
  .medium--one-half {
    width: 50%;
  }
  .medium--two-thirds {
    width: 66.66%;
  }
  .medium--one-third {
    width: 33.33%;
  }
  .medium--three-quarters {
    width: 75%;
  }
  .medium--one-quarter {
    width: 25%;
  }
}

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