@charset "UTF-8";
/**
*  detect unstyled elements
*/
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-italic.woff2") format("woff2"), url("../fonts/roboto-v30-latin-italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* material-symbols-outlined-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material-symbols-outlined-v100-latin-200.eot"); /* IE9 Compat Modes */
  src: url("../fonts/material-symbols-outlined-v100-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/material-symbols-outlined-v100-latin-200.woff2") format("woff2"), url("../fonts/material-symbols-outlined-v100-latin-200.woff") format("woff"), url("../fonts/material-symbols-outlined-v100-latin-200.ttf") format("truetype"), url("../fonts/material-symbols-outlined-v100-latin-200.svg#MaterialSymbolsOutlined") format("svg"); /* Legacy iOS */
}
.symbol {
  position: relative;
  display: inline-block;
  top: 9px;
  padding-right: 7px;
  font-family: "Material Symbols Outlined";
  font-size: 30px;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" -25, "opsz" 30;
}

:root {
  --cerulean: #007ba7;
  --darkblue: #00445c;
}

.primary-color,
.color-ci {
  color: inherit;
}

.apure-cta-color {
  color: #93bb42;
}

a.apure-cta-color {
  color: #93bb42;
}

a.apure-cta-color:hover {
  color: #4b4c4e;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-trans {
  background-color: transparent;
}

.font-white,
.font-white p,
.font-white li,
.font-white div,
.font-white td,
.font-white h1,
.font-white h2,
.font-white h3,
.font-white h4,
.font-white label {
  color: #fff;
}

.font-black .uk-accordion-title {
  color: #000;
}

.font-black,
.font-black p,
.font-black li,
.font-black div,
.font-black td,
.font-black h1,
.font-black h2,
.font-black h3,
.font-black h4,
.font-black label {
  color: #000;
}

.uk-button.white {
  color: #fff;
  border-color: #fff;
}

.uk-button.black {
  color: #000 !important;
  border-color: #000 !important;
}

.uk-button.cta {
  color: #93bb42 !important;
  border-color: #93bb42 !important;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  border-color: #93bb42;
}

.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus {
  background-color: #93bb42;
}

.uk-button-primary {
  background-color: transparent;
  color: var(--cerulean);
  border: 1px solid var(--cerulean);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.uk-button-primary:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.font-white .uk-button-primary:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.font-white .uk-button-primary:active,
.font-white .uk-button-primary:focus {
  background-color: transparent;
  color: #93bb42;
  border: 1px solid #93bb42;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.font-black .uk-button-primary:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.font-black .uk-button-primary:active,
.font-black .uk-button-primary:focus {
  background-color: transparent;
  color: var(--cerulean);
  border: 1px solid var(--cerulean);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.uk-button.uk-button-secondary.white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.uk-button.uk-button-secondary.white:hover {
  border: 1px solid #93bb42;
  color: #93bb42;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.uk-button.white.toblack:hover {
  border: 1px solid #000;
  color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (orientation: landscape) {
  .hide-in-landscape-orientation {
    display: none !important;
  }
}
@media (orientation: portrait) {
  .hide-in-portrait-orientation {
    display: none !important;
  }
}
div,
p,
li,
td,
a,
h1,
h2,
h3,
h4,
h5,
h6,
label {
  -webkit-font-smoothing: antialiased;
}

.no-font {
  font-size: 0.000001px;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
td,
li,
div {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
}

strong,
b,
.strong,
.bold {
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

#stage2021 strong,
#stage2021 b,
#stage2021 .strong,
#stage2021 .bold {
  color: #fff;
}

a {
  color: var(--cerulean);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:hover,
a:active,
a:focus {
  color: #4b4c4e;
  text-decoration: none;
}

h1 {
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  text-align: left;
}

@media (min-width: 640px) {
  h1 {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
h2 {
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 19px;
  line-height: 19px;
  text-align: left;
}

@media (min-width: 640px) {
  h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 22px;
    line-height: 25px;
  }
}
h3 {
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
}

@media (min-width: 640px) {
  h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
h4 {
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  text-align: left;
}

.lead h1 {
  font-size: 40px;
  line-height: 45px;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 0 -2px;
}

@media (min-width: 640px) {
  .lead h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
.lead h2 {
  font-size: 25px;
  line-height: 29px;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

@media (min-width: 640px) {
  .lead h2 {
    font-size: 35px;
    line-height: 39px;
  }
}
.lead h3 {
  font-size: 28px;
  line-height: 34px;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.lead h1 + h3 {
  margin: 0 0 30px 0;
}

.lead p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

html,
body {
  background-color: #fff;
}

#stage.black {
  background-color: #000;
}

.apure-width-large {
  max-width: 1600px;
}

.apure-width-medium {
  max-width: 970px;
}

.apure-container-medium {
  max-width: 964px;
}

.apure-container-small {
  max-width: 640px;
}

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

.container-large {
  max-width: 1600px;
}

.container-broad {
  max-width: 90%;
  padding-left: 5%;
  padding-right: 5%;
}

main {
  margin: 0;
  padding: 0;
  border-top: 70px solid #fff;
}

main.white {
  background-color: #ffffff;
}

main.black {
  background-color: #000;
}

main.trans {
  background-color: transparent;
  border-color: transparent;
}

main.top {
  border-top: 0;
}

.uk-button.outline {
  border-style: solid;
  border-width: 1px;
}

.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt60 {
  padding-top: 60px;
}

.pt90 {
  padding-top: 90px;
}

.pt120 {
  padding-top: 120px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb120 {
  padding-bottom: 120px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt60 {
  margin-top: 60px;
}

.mt90 {
  margin-top: 90px;
}

.mt120 {
  margin-top: 120px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb120 {
  margin-bottom: 120px;
}

.spacing-submenu {
  margin-top: 90px !important;
}

@media (min-width: 640px) {
  .spacing-submenu {
    margin-top: 45px !important;
  }
}
@media (min-width: 1024px) {
  .spacing-submenu {
    margin-top: 45px !important;
  }
}
.spacing-20 {
  margin-top: 5px !important;
}

@media (min-width: 640px) {
  .spacing-20 {
    margin-top: 10px !important;
  }
}
@media (min-width: 1024px) {
  .spacing-20 {
    margin-top: 20px !important;
  }
}
.spacing-30 {
  margin-top: 8px !important;
}

@media (min-width: 640px) {
  .spacing-30 {
    margin-top: 15px !important;
  }
}
@media (min-width: 1024px) {
  .spacing-30 {
    margin-top: 30px !important;
  }
}
.spacing-40 {
  margin-top: 10px !important;
}

@media (min-width: 640px) {
  .spacing-40 {
    margin-top: 20px !important;
  }
}
@media (min-width: 1024px) {
  .spacing-40 {
    margin-top: 40px !important;
  }
}
.spacing-50 {
  margin-top: 13px !important;
}

@media (min-width: 640px) {
  .spacing-50 {
    margin-top: 25px !important;
  }
}
@media (min-width: 1024px) {
  .spacing-50 {
    margin-top: 50px !important;
  }
}
.spacing-60 {
  margin-top: 15px !important;
}

@media (min-width: 640px) {
  .spacing-60 {
    margin-top: 30px !important;
  }
}
@media (min-width: 1024px) {
  .spacing-60 {
    margin-top: 60px !important;
  }
}
.spacing-70 {
  margin-top: 18px !important;
}

@media (min-width: 640px) {
  .spacing-70 {
    margin-top: 35px !important;
  }
}
@media (min-width: 1024px) {
  .spacing-70 {
    margin-top: 70px !important;
  }
}
.spacing-80 {
  margin-top: 20px !important;
}

@media (min-width: 640px) {
  .spacing-80 {
    margin-top: 40px !important;
  }
}
@media (min-width: 1024px) {
  .spacing-80 {
    margin-top: 80px !important;
  }
}
.spacing-83 {
  margin-top: 21px !important;
}

@media (min-width: 640px) {
  .spacing-83 {
    margin-top: 41px !important;
  }
}
@media (min-width: 1024px) {
  .spacing-83 {
    margin-top: 83px !important;
  }
}
.spacing-88 {
  margin-top: 22px !important;
}

@media (min-width: 640px) {
  .spacing-88 {
    margin-top: 44px !important;
  }
}
@media (min-width: 1024px) {
  .spacing-88 {
    margin-top: 88px !important;
  }
}
.spacing-94 {
  margin-top: 24px !important;
}

@media (min-width: 640px) {
  .spacing-94 {
    margin-top: 47px !important;
  }
}
@media (min-width: 1024px) {
  .spacing-94 {
    margin-top: 94px !important;
  }
}
.spacing-145 {
  margin-top: 35px !important;
}

@media (min-width: 640px) {
  .spacing-145 {
    margin-top: 70px !important;
  }
}
@media (min-width: 1024px) {
  .spacing-145 {
    margin-top: 145px !important;
  }
}
.spacing-small-40 {
  margin-top: 20px !important;
}

@media (min-width: 640px) {
  .spacing-small-40 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .spacing-small-40 {
    margin-top: 0 !important;
  }
}
.spacing-medium-40 {
  margin-top: 20px !important;
}

@media (min-width: 640px) {
  .spacing-medium-40 {
    margin-top: 40px !important;
  }
}
@media (min-width: 1024px) {
  .spacing-medium-40 {
    margin-top: 0 !important;
  }
}
.spacing-medium-88 {
  margin-top: 44px !important;
}

@media (min-width: 640px) {
  .spacing-medium-88 {
    margin-top: 88px !important;
  }
}
@media (min-width: 1024px) {
  .spacing-medium-88 {
    margin-top: 0 !important;
  }
}
.spacing-colors {
  margin-top: 25px !important;
}

@media (min-width: 640px) {
  .spacing-colors {
    margin-top: 40px !important;
  }
}
@media (min-width: 1024px) {
  .spacing-colors {
    margin-top: 40px !important;
  }
}
#stage-black input[type=text].uk-input,
#stage-black input[type=email].uk-input {
  background: transparent;
  border: 0 none;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-left: 0;
}

#stage-black .uk-button-primary {
  background-color: transparent;
  border: 1px solid #93bb42;
  color: #93bb42;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#stage-black .uk-button-primary:hover {
  border-color: #93bb42;
  color: #93bb42;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#stage-black .InputfieldStateRequired > .InputfieldHeader:first-child:after {
  content: "*";
  margin-left: 0.25em;
  color: #fff;
}

.stage-white input[type=text].uk-input,
.stage-white input[type=email].uk-input {
  background: transparent;
  border: 0 none;
  border-bottom: 1px solid #000;
  color: #000;
  padding-left: 0;
}

.stage-white .uk-button-primary {
  background-color: transparent;
  border: 1px solid #93bb42;
  color: #93bb42;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.stage-white .uk-button-primary {
  background-color: #93bb42;
  border: 1px solid #93bb42;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.stage-white .uk-button-primary:hover {
  border-color: #000;
  color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.stage-white .InputfieldStateRequired > .InputfieldHeader:first-child:after {
  content: "*";
  margin-left: 0.25em;
  color: #fff;
}

.InputfieldHeader {
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.broad {
  padding-left: 5%;
  padding-right: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.limit {
  max-width: 400px;
}

.section-parallax {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.section-parallax img:first-child {
  position: absolute;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: none;
}

.section-parallax .overlay {
  position: relative;
  margin: 200px 2.5% 200px 2.5%;
  padding: 2.5%;
  max-width: 400px;
  background: rgba(100, 100, 100, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (min-width: 1100px) {
  .section-parallax .overlay {
    margin: 200px 0 200px 5%;
    padding: 0;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
.align_left {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

.align_right {
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
}

.align_center {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}

#mtm-topbar {
  height: 70px;
  background-color: rgb(255, 255, 255);
  backdrop-filter: blur(5px);
  /* background-color: red; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  border-bottom: 1px solid #e2e2e2;
}

.trans-mtm #mtm-topbar {
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0);
  border-bottom: transparent;
}

#mtm-topbar .uk-container {
  max-width: 100% !important;
  padding: 0 5% 0 5.15%;
}

#mtm-topbar + div.uk-container {
  max-width: 1800px;
}

#mtm-dropdown {
  display: none;
  opacity: 0;
}

#mtm-dropdown.open {
  display: block;
  opacity: 1;
  -webkit-animation-name: menu-fade-in;
          animation-name: menu-fade-in;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#mtm-overlay {
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(230, 230, 230, 0.6);
  /* pointer-events: none; */
  z-index: 9;
  backdrop-filter: blur(4px);
}

#mtm-menu {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 90px 0 15px 0;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #e2e2e2;
  position: fixed;
  top: 0;
  left: 0;
  height: 500px;
  overflow: scroll;
}

@media only screen and (min-width: 760px) {
  #mtm-menu {
    height: auto;
  }
}
#mtm-menu div,
#mtm-menu a,
#mtm-menu li,
#mtm-menu td,
#mtm-menu p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #000;
}

#mtm-menu a {
  color: #000;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mtm-menu a:hover {
  color: #93bb42;
  color: var(--cerulean);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mtm-menu h4 {
  font-size: 16px;
  color: #000;
  /* font-weight: bold; */
  text-transform: uppercase;
}

#mtm-menu h5 {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin: -15px 0 10px 0;
  padding: 0;
}

.uk-drop {
  --uk-position-offset: 0;
  --uk-position-viewport-offset: 0;
}

#mtm-menu-toggle {
  display: inline-block;
  margin-top: 25px;
}

#mtm-toggle-icon {
  display: inline-block;
  width: 20px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}

#mtm-toggle-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mtm-toggle-icon span:nth-child(1) {
  top: 0px;
}

#mtm-toggle-icon span:nth-child(2),
#mtm-toggle-icon span:nth-child(3) {
  top: 6px;
}

#mtm-toggle-icon span:nth-child(4) {
  top: 12px;
}

#mtm-toggle-icon.open span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}

#mtm-toggle-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mtm-toggle-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mtm-toggle-icon.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}

#mtm-menu-toggle #mtm-toggle-icon span {
  background-color: #000;
}

.trans-mtm #mtm-menu-toggle #mtm-toggle-icon span {
  background-color: #fff;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.trans-mtm #mtm-menu-toggle #mtm-toggle-icon span.scrolled {
  background-color: #000;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mtm-menu-toggle:hover #mtm-toggle-icon span {
  background-color: var(--cerulean);
}

#mtm-menu-toggle #mtm-menu-caption {
  display: none;
}

@media only screen and (min-width: 760px) {
  #mtm-menu-toggle #mtm-menu-caption {
    display: inline-block;
    position: relative;
    top: -2px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    color: #000;
  }
  .trans-mtm #mtm-menu-toggle #mtm-menu-caption {
    color: #fff;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .trans-mtm #mtm-menu-toggle #mtm-menu-caption.scrolled {
    color: #000;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #mtm-menu-toggle:hover #mtm-menu-caption {
    color: var(--cerulean);
  }
}
#mtm-menu-reseller-link {
  color: #000;
  display: inline-block;
  margin-top: 25px;
}

.trans-mtm #mtm-menu-reseller-link {
  color: #fff;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.trans-mtm #mtm-menu-reseller-link.scrolled {
  color: #000;
  -webkit-transition: 0.85s ease-in-out;
  transition: 0.85s ease-in-out;
}

#mtm-menu-reseller-link:hover {
  color: var(--cerulean);
}

#mtm-reseller-caption {
  display: none;
}

@media only screen and (min-width: 760px) {
  #mtm-reseller-caption {
    display: inline-block;
    position: relative;
    top: -2px;
  }
}
#mtm-logo {
  max-width: 270px;
  display: inline-block;
  margin-top: 22px;
}

footer {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 1px solid #000;
}

footer,
footer div,
footer a,
footer p,
footer li,
footer label,
footer td {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 14px;
}

footer.bb-typeface h4 {
  color: #000;
}

footer p {
  line-height: 20px;
  margin-bottom: 10px;
}

footer strong {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 14px;
}

footer a:hover {
  color: var(--cerulean);
}

footer .primary-button {
  border: 1px solid #fff;
  display: inline-block;
  padding: 5px 15px 5px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 14px;
}

footer .primary-button:hover {
  border-color: var(--cerulean);
}

footer input.qa-input-email {
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  width: 80%;
  display: inline-block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 14px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#section-teasers .uk-grid-small > * {
  padding-left: 1px;
}

#section-teasers .teaser {
  margin-top: 0 !important;
  margin-bottom: 1px !important;
  background-color: #fff;
}

a.teaser-link .teaser-caption {
  color: #fff;
  padding: 10%;
  text-align: left;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  font-size: 18px;
  font-weight: bold;
}

a.teaser-link:hover .teaser-caption {
  color: #333;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

a.teaser-link .teaser-more {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding: 5% 10%;
}

a.teaser-link .teaser-more span {
  border: 1px solid #fff;
  display: inline-block;
  padding: 9px 12px 7px 12px;
  color: #fff;
}

a.teaser-link:hover .teaser-more span {
  color: #333;
  border: 1px solid #333;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

a.teaser-link img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

a.teaser-link:hover img {
  opacity: 0.5;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#section-slideshow {
  position: relative;
}

.slideshow-caption {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  position: relative;
}

.slideshow-caption span {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.slideshow-caption:hover span {
  color: #ddd;
  text-decoration: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  cursor: pointer;
}

.slideshow-caption-h1 {
  display: block;
  font-size: 25px;
  line-height: 25px;
  padding-bottom: 5px;
  color: inherit;
  font-weight: bold;
}

@media (min-width: 640px) {
  .slideshow-caption-h1 {
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1440px) {
  .slideshow-caption-h1 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 10px;
  }
}
.slideshow-caption-h2 {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-weight: bold;
}

@media (min-width: 640px) {
  .slideshow-caption-h2 {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (min-width: 1440px) {
  .slideshow-caption-h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
.uk-position-small.uk-slidenav-previous {
  color: #fff;
  top: 48%;
}

.uk-position-small.uk-slidenav-previous:hover {
  color: #93bb42;
}

.uk-position-small.uk-slidenav-next {
  color: #fff;
  top: 48%;
}

.uk-position-small.uk-slidenav-next:hover {
  color: #93bb42;
}

#section-slideshow .uk-position-small.uk-slidenav-previous {
  color: #93bb42;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

#section-slideshow .uk-position-small.uk-slidenav-next {
  color: #93bb42;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

.slideshow-chevron {
  position: absolute;
  top: -4px;
  left: -28px;
  color: #93bb42;
}

@media (min-width: 640px) {
  .slideshow-chevron {
    top: -8px;
    left: -36px;
  }
}
@media (min-width: 1440px) {
  .slideshow-chevron {
    top: -11px;
    left: -42px;
  }
}
.slideshow-chevron svg {
  stroke: #93bb42;
  width: 30px;
  height: auto;
}

@media (min-width: 640px) {
  .slideshow-chevron svg {
    width: 40px;
  }
}
@media (min-width: 1440px) {
  .slideshow-chevron svg {
    width: 50px;
  }
}
.slideshow-caption-position {
  position: absolute;
  padding: 0;
  top: 25px;
  left: 39px;
  text-align: left;
}

@media (min-width: 769px) {
  .apure-position-top-left {
    top: 120px;
    left: 100px;
  }
}
@media (min-width: 769px) {
  .apure-position-semitop-left {
    top: 20%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    text-align: left;
    padding: 60px;
  }
}
@media (min-width: 769px) {
  .apure-position-middle-left {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    text-align: left;
    padding: 60px;
  }
}
@media (min-width: 769px) {
  .apure-position-semibottom-left {
    bottom: 20%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    text-align: left;
    padding: 60px;
  }
}
@media (min-width: 769px) {
  .apure-position-bottom-left {
    bottom: 105px;
    left: 0;
    text-align: left;
    padding: 60px;
  }
}
@media (min-width: 769px) {
  .apure-position-top-center {
    top: 105px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 60px;
  }
}
@media (min-width: 769px) {
  .apure-position-semitop-center {
    top: 20%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    padding: 60px;
  }
}
@media (min-width: 769px) {
  .apure-position-middle-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    padding: 60px;
  }
}
@media (min-width: 769px) {
  .apure-position-semibottom-center {
    bottom: 20%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    padding: 60px;
  }
}
@media (min-width: 769px) {
  .apure-position-bottom-center {
    bottom: 105px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 60px;
  }
}
@media (min-width: 769px) {
  .apure-position-top-right {
    top: 105px;
    right: 0;
    text-align: right;
    padding: 60px;
  }
}
@media (min-width: 769px) {
  .apure-position-semitop-right {
    top: 20%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    text-align: right;
    padding: 60px;
  }
}
@media (min-width: 769px) {
  .apure-position-center-right {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    text-align: right;
    padding: 60px;
  }
}
@media (min-width: 769px) {
  .apure-position-semibottom-right {
    bottom: 20%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    text-align: right;
    padding: 60px;
  }
}
@media (min-width: 769px) {
  .apure-position-bottom-right {
    bottom: 105px;
    right: 0;
    text-align: right;
    padding: 60px;
  }
}
.apure-slidertext-align-left {
  text-align: left;
}

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

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

.portal #index-porsche-logo {
  position: absolute;
  z-index: 1000;
  height: auto;
  max-width: 120px;
  right: 15px;
  bottom: 23%;
}

@media (min-width: 700px) {
  .portal #index-porsche-logo {
    max-width: 230px;
    right: 20px;
    bottom: 22%;
  }
}
@media (min-width: 900px) {
  .portal #index-porsche-logo {
    right: 30px;
    width: 250px;
    max-width: 100%;
    bottom: 22%;
  }
}
#dotnav-container .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.8);
  background-color: rgb(255, 0, 0);
  background-color: #93bb42;
  border-color: transparent;
}

.apure-accordion-title {
  color: #000;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  text-align: left;
  border-top: 1px solid #000;
  padding-top: 15px;
}

@media (min-width: 640px) {
  .apure-accordion-title {
    font-size: 18px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .apure-accordion-title {
    font-size: 18px;
    line-height: 50px;
  }
}
.apure-accordion-title img {
  height: 50px;
  width: 220px;
  display: inline-block;
  margin-right: 30px;
}

.apure-accordion-title span.primary-color {
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  font-size: 18px;
  line-height: 50px;
  text-align: left;
}

.apure-accordion-title:hover {
  color: #93bb42;
}

#stage2021 .apure-accordion-title {
  color: #fff;
}

.uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.8em;
  margin-left: 10px;
  background-position: 50% 100%;
}

.font-black .apure-accordion-title {
  color: #000;
}

.section-hero {
  position: relative;
  text-align: center;
}

.section-hero img {
  max-width: 800px;
  width: 100%;
  height: auto;
}

.tiles {
  background-color: #2a2a2a;
  padding-right: 1px;
  border-bottom: 1px solid #fff;
}

.tiles .tile {
  position: relative;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  height: 100%;
  padding: 0;
}

.tile.uk-first-column {
  border-left: 1px solid #2a2a2a;
}

/* climage */
.climage-container {
  /* defines the max-width of the climage */
  max-width: 900px;
  position: relative;
  height: 100%;
}

.climage-image {
  position: relative;
  top: 0;
  left: 0;
}

.climage-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.climage-overlay-anchor {
  display: inline-block;
  /* background-color:red; */
  position: absolute;
  height: 1px;
  width: 1px;
}

.climage-overlay-text {
  display: inline-block;
  /* background-color:green; */
  position: absolute;
  bottom: 4px;
  left: -3px;
  font-size: 12px;
  line-height: 14px;
  height: 16px;
  /* width:200px; */
  white-space: nowrap;
}

.climage-overlay-text.anchor-right {
  bottom: 4px;
  right: 26px;
  left: auto;
}

.climage-chevron {
  color: #93bb42 !important;
  display: inline-block;
  position: relative;
  left: 0;
  top: -1px;
}

.climage-textlink {
  color: #fff !important;
}

.chevron-caption {
  color: #fff !important;
  font-size: 12px;
}

.attach-left {
  left: -3px;
  right: auto;
}

.attach-right {
  right: 0;
  left: auto;
}

.attach-center {
  left: -50%;
}

.attach-top {
  top: -5px;
  bottom: auto;
}

.attach-bottom {
  bottom: -4px;
  top: auto;
}

.attach-middle {
  top: -10px;
  bottom: auto;
}

.climage-caption-anchor {
  display: inline-block;
  /* background-color:red; */
  position: absolute;
  height: 1px;
  width: 1px;
}

.climage-caption-anchor a {
  position: absolute;
  /* background-color: rgba(0,255,0,0.4); */
  width: 100px;
  height: 20px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 14px;
}

.climage-caption-anchor a span.climage-linktext {
  color: #fff;
  position: relative;
  top: 0;
  left: -7px;
}

.climage-caption-anchor a span.climage-linkicon {
  position: relative;
  top: -1px;
  left: -4px;
}

.climage-overlay-image {
  border: 1px solid transparent;
}

.chevron-more {
  width: 300px;
  float: right;
  text-align: right;
  padding-right: 35px;
  padding-bottom: 25px;
  font-size: 12px;
}

.chevron-caption {
  display: inline-block;
  position: relative;
  left: -6px;
}

.chevron svg {
  stroke: #93bb42;
  width: 25px;
  height: auto;
  margin-top: -3px;
}

.linkimage {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.linkimage-img-container {
  background-color: #fff;
}

.linkimage a img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.linkimage a:hover img {
  opacity: 0.95;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#section-technical-data table tr td {
  padding-right: 30px;
  padding-left: 0;
}

a.preview-tile-link img {
  overflow: hidden;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

a.preview-tile-link:hover img {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.preview-tile h3 {
  color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.preview-tile:hover h3 {
  color: var(--cerulean) !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#top-bar {
  width: 100%;
  background-color: rgb(88, 88, 88);
  background-color: rgb(98, 98, 98);
  background-color: #2a2a2a;
  border-bottom: 1px solid rgb(147, 187, 66);
  border-bottom: 1px solid #93bb42;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 0.51s all;
  -moz-transition: 0.51s all;
  -webkit-transition: 0.51s all;
  -o-transition: 0.51s all;
  height: 55px;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

@media screen and (min-width: 769px) {
  #top-bar {
    height: 85px;
  }
}
#top-bar.top-bar-flat {
  background-color: rgba(88, 88, 88, 0.7);
  transition: 0.51s all;
  -moz-transition: 0.51s all;
  -webkit-transition: 0.51s all;
  -o-transition: 0.51s all;
}

#page-index #top-bar {
  background-color: rgba(88, 88, 88, 0.9);
}
@media (min-width: 1024px) {
  #page-index #top-bar {
    background-color: rgba(88, 88, 88, 0.85);
  }
}

a.product-icon-link {
  display: block;
  margin: 0 auto 20px auto;
  opacity: 0.8;
  background-color: transparent;
  text-align: center;
  color: #333;
  font-size: 12px;
  line-height: 14px;
  width: 180px;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeShortFromLeft;
  animation-name: fadeShortFromLeft;
}
@media (min-width: 768px) {
  a.product-icon-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

a.product-icon-link:hover {
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s;
  background-color: transparent;
  color: #ad9e94;
}

.dark-fillstroke {
  fill: #3E3D40;
  stroke: #3E3D40;
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s;
}

.dark-stroke {
  fill: none;
  stroke: #3E3D40;
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s;
}

.dark-fill {
  fill: #3E3D40;
  stroke: none;
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s;
}

a.product-icon-link:hover .dark-stroke {
  stroke: #ad9e94;
}

a.product-icon-link:hover .dark-fill {
  fill: #ad9e94;
}

a.product-icon-link:hover .dark-fillstroke {
  fill: #ad9e94;
  stroke: #ad9e94;
}

a.product-icon-link img {
  max-width: 180px;
}

a.product-icon-link .product-icon {
  max-width: 110px;
  max-width: 90px;
  margin-bottom: 10px;
}

@-webkit-keyframes fadeShortFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeShortFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
#top-distance {
  min-height: 85px;
  height: 85px;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* First lower breakpoint: Use if viewport width ≥ 640 pixels */
@media screen and (max-width: 768px) {
  #top-distance {
    min-height: 55px;
    height: 55px;
    margin: 0;
    padding: 0;
  }
}
/* ==========================================================================
  BOTTOM BAR
========================================================================== */
/**
*  lorem ipsum
*/
#bottom-bar {
  background-color: #4b4c4e;
  background-color: rgb(88, 88, 88);
  background-color: #2a2a2a;
  width: 100%;
  padding-bottom: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#page-index #bottom-bar {
  position: static;
  background-color: rgba(88, 88, 88, 0.85);
  z-index: 1000;
}
@media (min-width: 640px) {
  #page-index #bottom-bar {
    position: absolute;
    bottom: 0;
  }
}

.footergrid {
  padding: 15px 5px 15px 15px;
}
@media (min-width: 640px) {
  .footergrid {
    padding: 15px 15px 15px 15px;
  }
}
@media (min-width: 1024px) {
  .footergrid {
    padding: 15px 60px 15px 60px;
  }
}

.footergrid-left {
  float: left;
}

.footergrid-right {
  clear: both;
  float: none;
}
@media (min-width: 700px) {
  .footergrid-right {
    clear: none;
    float: right;
  }
}

.footergrid-first {
  float: left;
  width: 65px;
}
@media (min-width: 700px) {
  .footergrid-first {
    width: 100px;
  }
}

.footergrid-second {
  float: left;
  width: 80px;
}
@media (min-width: 700px) {
  .footergrid-second {
    width: 150px;
  }
}

.footergrid-third {
  float: left;
  width: 100px;
}
@media (min-width: 700px) {
  .footergrid-third {
    width: 150px;
  }
}

.footergrid-fourth {
  float: left;
  width: 100px;
}
@media (min-width: 700px) {
  .footergrid-fourth {
    width: 160px;
  }
}

.bb-typeface h4 {
  color: #fff;
}

.bb-typeface p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  font-weight: normal;
  color: #aaa;
  font-size: 10px;
  line-height: 12px;
  text-align: left;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
@media (min-width: 700px) {
  .bb-typeface p {
    padding: 0;
    font-size: 12px;
    line-height: 26px;
  }
}

.bb-typeface p a {
  color: #aaa;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #fff !important;
}

.bb-typeface p a:hover {
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.bb-social-links {
  margin-top: 0;
  padding-top: 10px;
}
@media (min-width: 700px) {
  .bb-social-links {
    margin-top: 13px;
    padding-top: 0;
  }
}

.bb-social-links p {
  text-align: left;
}
@media (min-width: 700px) {
  .bb-social-links p {
    text-align: right;
  }
}

span.bb-social-link a {
  color: #333;
  font-size: 20px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 0;
  opacity: 0.7;
  padding-top: 3px;
  width: 23px;
  height: 23px;
}
@media (min-width: 700px) {
  span.bb-social-link a {
    margin-left: 5px;
    margin-right: 0;
  }
}

span.bb-social-link a:hover {
  opacity: 1;
}

.bb-copyright {
  margin-top: 12px;
}

.bb-copyright p {
  font-weight: normal;
  line-height: 12px;
}

@media (min-width: 1024px) {
  body#page-product-overview,
  body#page-newsletter,
  body#page-jobs,
  body#page-dealers {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .wrap-for-sticky-footer {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

body#page-1 {
  background-color: transparent;
}

#page-1 #mtm-topbar .uk-container {
  max-width: 100% !important;
  padding: 0 5% 0 5.15%;
}

#page-1 #stage-black {
  background-color: transparent;
  border-top: 0;
}

#page-1 #section-backgroundtopvideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  padding: 0;
}

#home-section-backgroundtopvideo-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#scrollcontent-header {
  height: 90vh;
  position: relative;
}

#scrollcontent-body {
  background-color: transparent;
  color: #fff;
}

#scrollcontent-body h1 {
  margin: 0 0 0 0;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
  padding: 0 0 0 5%;
  width: 94%;
  text-align: left;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-family: Helvetica;
  font-weight: bold;
}

#page-1 #h1-container {
  position: relative;
}

#page-1 #h1-first {
  position: absolute;
}

#page-1 #h1-second {
  visibility: hidden;
  position: absolute;
}

#page-1 #section-discoverapure {
  padding-top: 300px;
  padding-bottom: 200px;
}

#page-1 #section-featuredproducts {
  padding-top: 200px;
  padding-bottom: 200px;
}

#page-1 #section-featuredproducts .lead {
  margin-bottom: 90px;
}

img.company-thumb {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

img.company-thumb:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

img.project-thumb {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

img.project-thumb:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.apure-articles-list > li:nth-child(n+2),
.apure-articles-list > li:nth-child(n) {
  margin: 1.25rem 0 0 0;
  padding-top: 1.25rem;
}

.apure-dealers-listitem {
  border-top: 1px solid #cacaca;
  margin: 1.25rem 0 0 0;
  padding-top: 1.25rem;
}

.apure-map-infowindow,
.apure-map-infowindow p,
.apure-map-infowindow td,
.apure-map-infowindow h3 {
  color: #000 !important;
}

.apure-dealers-listitem {
  border-top: 1px solid #cacaca;
  margin: 1.25rem 0 0 0;
  padding-top: 1.25rem;
}

.apure-dealers-viewonmaplink {
  position: absolute;
  top: 45px;
  right: 0;
  font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
}

a.apure-dealers-viewonmaplink i {
  color: #f36d21;
}

.apure-dealer-card {
  display: none;
}

.apure-dealeritems-type {
  font-size: 12px;
  margin: 0;
}

.apure-dealeritems-title {
  margin: 0;
  white-space: nowrap;
}

.apure-map-infowindow {
  padding: 25px;
  min-width: 400px;
}

.apure-map-infowindow h3 {
  margin: 15px 0 15px 0;
}

.apure-map-infowindow img {
  margin: 0;
}

.apure-showonmap {
  color: #000;
}

#resellers h1 {
  margin: 0 0 0 0;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-family: Helvetica;
  font-weight: bold;
}

#map-container {
  /* padding: 30px; */
  height: calc(100vh - 400px);
  width: 100%;
  position: relative;
}

#map {
  width: 100%;
  height: calc(100vh - 400px);
  border: 1px solid #fff;
}

#list_of_selected {
  height: calc(70vh - 70px);
  overflow: scroll;
  padding: 1px;
}

#list_of_selected a {
  background-color: #000;
  margin-bottom: 40px;
  padding: 0;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px;
  position: relative;
}

#list_of_selected a:hover {
  border-color: #93bb42;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#list_of_selected a.main {
  aspect-ratio: 2/1;
  background-size: cover;
  padding: 15px;
}

#list_of_selected a h3,
#list_of_selected a div,
#list_of_selected a span {
  color: #fff;
}

#list_of_selected a:hover h3,
#list_of_selected a:hover span,
#list_of_selected a:hover div,
#list_of_selected a:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #93bb42;
}

#list_of_selected a .tag {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}

#list_of_selected h3 {
  color: #000;
  padding: 0;
  margin: 0;
}

#list_of_selected a .caption {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 11px;
  font-weight: bold;
}

#pac-input {
  width: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.infowindow {
  font-family: "Helvetica", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 16px;
  color: #000 !important;
}

#Products-ArtusSeries-ProductsItem .section-hero {
  position: relative;
  text-align: center;
}

#Products-ArtusSeries-ProductsItem .section-hero img {
  max-width: 800px;
  width: 100%;
  height: auto;
}

#Products-ArtusSeries-ProductsItem .section-info {
  border-top: 1px solid #444;
  padding-top: 45px;
}

#products #mtm-topbar .uk-container {
  max-width: 100% !important;
  padding: 0 5% 0 5.15%;
}

#products #section-main {
  margin-top: 20px;
  padding-top: 70px;
  padding-bottom: 200px;
  min-height: 100vh;
}

#products h1 {
  position: relative;
  left: -2px;
  margin-bottom: 30px;
}

.products-intro {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
}

.products-options {
  padding: 0 0 0 0;
}

.products-filter {
  padding: 0 0 0 0;
  display: inline-block;
}

#filter-feature-lists {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  display: inline-block;
}

.filter-series-list {
  border-top: 1px solid #555;
}

#products .uk-subnav-pill {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-right: 20px;
}

#products .uk-subnav-pill > * > a:hover {
  background-color: transparent;
  color: #93bb42;
}

#products .uk-subnav-pill > * > :first-child {
  padding: 5px 0 5px 0;
  background: 0 0;
  color: #ccc;
  display: inline-block;
}

#products .uk-subnav-pill > .uk-active > a {
  background-color: transparent;
  color: #eee;
}

li.filter-list-item {
  display: inline-block;
  font-size: 0;
}

li.filter-list-item a {
  display: inline-block;
  color: #ccc;
  text-align: center;
}

li.filter-list-item a::before {
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

li.filter-list-item a::after {
  margin-top: -1px;
}

li.filter-list-item.filter-active a,
li.filter-all.filter-active a {
  color: #fff;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

li.filter-list-item.disabled,
li.filter-list-item.disabled a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  opacity: 0.6;
}

#clear-filter-container {
  text-align: right;
  height: 26px;
}

#clear-filter {
  display: none;
}

div#clear-filter a,
div#clear-filter.disabled a {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

#clear-filter a:hover {
  color: #93bb42;
}

#grid3,
#grid4 {
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#grid3:hover,
#grid4:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#grid3.active,
#grid4.active {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.productsitem-preview .new {
  float: right;
  color: #93bb42 !important;
  font-weight: bold;
  font-size: 13px;
}

.productsitem-preview .pds-logo {
  width: 150px;
  display: inline-block;
  padding-top: 10px;
}

.productsitem-preview h3 {
  color: #fff;
  margin: 4px 0 0 0;
  padding: 0 0 0 0;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.productsitem-preview a:hover h3 {
  color: #93bb42;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.productsitem-preview .subline {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 14px;
  height: 25px;
  color: #fff;
}

.productsitem-preview .image-frame {
  overflow: hidden;
  position: relative;
}

.productsitem-preview a .image-frame img.main {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.productsitem-preview a .image-frame img.sec {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 0;
}

.productsitem-preview a:hover .image-frame img.main {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.productsitem-preview a:hover .image-frame img.sec {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

#ProductsItem .stage-white #section-intro {
  aspect-ratio: 16/7;
  overflow: hidden;
  position: relative;
}

#ProductsItem .stage-white #section-intro-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: auto;
}

#ProductsItem .stage-white #section-intro-overlay {
  position: absolute;
  left: 5%;
  top: 20%;
  color: #fff;
}

#ProductsItem .stage-white #section-intro-overlay h1,
#ProductsItem .stage-white #section-intro-overlay div,
#ProductsItem .stage-white #section-intro-overlay p,
#ProductsItem .stage-white #section-intro-overlay {
  color: #fff;
}

#ProductsItem #section-intro-overlay p.intro {
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  max-width: 380px;
}

.product-features {
  margin-bottom: 60px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding-top: 15px;
  padding-bottom: 15px;
}

#ProductsItem .feature {
  position: relative;
  width: 150px;
  text-align: center;
}

#ProductsItem .feature:hover {
  cursor: default;
}

#ProductsItem .feature img {
  width: 100%;
  max-width: 60px;
  height: auto;
}

#ProductsItem .feature-default {
  position: relative;
  top: 0;
  left: 0;
}

#ProductsItem .feature-active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

#ProductsItem .feature-default-caption {
  font-size: 12px;
  background-color: #fff;
}

#ProductsItem .feature-active-caption {
  font-size: 12px;
  background-color: #fff;
}

#ProductsItem #section-gallery {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.section-product-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 87vh;
}

img.product-hero {
  width: 100%;
  height: auto;
}

.section-technical-data {
  padding: 60px 0 60px 0;
}

#stage2021 .section-technical-data .uk-accordion-title::before {
  color: #2a2a2a;
  background: none;
  content: "";
}

img.product-hero-porsche {
  position: absolute;
  bottom: 10px;
  right: 30px;
  width: 100px;
  height: auto;
}
@media (min-width: 768px) {
  img.product-hero-porsche {
    bottom: 30px;
    right: 60px;
    width: 200px;
  }
}

#cmp-product-cutsheets .uk-accordion-content {
  margin-left: 22px;
}

#cmp-product-cutsheets .uk-accordion-title {
  font-size: inherit;
  color: #fff;
}

#cmp-product-cutsheets .apure-resources-listitem span.apure-listitem,
#cmp-product-cutsheets .apure-resources-listitem a.apure-listitem {
  font-family: Helvetica, "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
}

#section-resources.password-protected {
  display: none;
}

.password-unlock-container {
  padding: 40px 0;
  background-color: #fff;
  padding-bottom: 120px;
}

.password-unlock-container p {
  font-size: 16px !important;
  color: #000;
}

.password-input-wrapper input {
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 16px;
  min-width: 200px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.password-input-wrapper input:focus {
  outline: none;
  border-color: var(--cerulean);
}

.password-unlock-container button {
  background-color: var(--cerulean);
  color: #fff;
  border: none;
  padding: 14px 24px;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}

.password-unlock-container button:hover {
  background-color: var(--darkblue);
}

.password-error {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 10px;
  font-weight: normal;
}

#featured-projects .headers {
  background-color: #000;
  position: sticky;
  top: 70px;
  z-index: 2;
  padding: 30px 5% 15px 5%;
}

@media (min-width: 640px) {
  #featured-projects .headers {
    top: 70px;
    padding: 90px 5% 15px 5%;
  }
}
#featured-projects h1 {
  margin: 0 0 0 -2px;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-family: Helvetica;
  font-weight: bold;
}

@media (min-width: 640px) {
  #featured-projects h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
#featured-projects h2 {
  margin: 0 0 45px 0;
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

@media (min-width: 640px) {
  #featured-projects h2 {
    font-size: 35px;
    line-height: 39px;
  }
}
#featured-projects #section-intro {
  position: sticky;
  top: 310px;
}

.featuredprojectsitem-preview {
  margin-bottom: 45px;
}

.featuredprojectsitem-preview h3 {
  color: #fff;
  margin: 4px 0 0 0;
  padding: 0 0 0 0;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.featuredprojectsitem-preview a:hover h3 {
  color: #93bb42;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.featuredprojectsitem-preview .subline {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 14px;
  height: 25px;
  color: #fff;
}

.featuredprojectsitem-preview .image-frame {
  overflow: hidden;
}

.featuredprojectsitem-preview a .image-frame img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.featuredprojectsitem-preview a:hover .image-frame img {
  /* opacity:0.3; */
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body#DesignPartner,
#DesignPartner #stage {
  background-color: transparent;
}

#DesignPartner #mtm-topbar .uk-container {
  max-width: 100% !important;
  padding: 0 5% 0 5.15%;
}

#DesignPartner #section-intro-image-container {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  overflow: hidden;
}

#DesignPartner #section-intro-image {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: auto;
}

#DesignPartner #section-intro-lead {
  margin-left: 5%;
  width: 95%;
}

#DesignPartner #section-intro-title {
  position: relative;
  height: 50px;
}

#DesignPartner #section-intro h1 {
  position: absolute;
  margin: 0;
}

#DesignPartner #section-intro-body {
  margin-top: 30px;
  margin-bottom: 200px;
  max-width: 440px;
}

#DesignPartner #section-video {
  padding: 200px 5% 200px 5%;
  margin-top: 90px;
}

#videocontainer {
  position: relative;
  /* left:5%; */
}

#section-video-lead.limit {
  max-width: 500px;
}

#DesignPartner #section-featuredproducts {
  position: relative;
}

#DesignPartner #section-awards {
  padding: 200px 5% 200px 5%;
}

#DesignPartner #section-awards-lead {
  max-width: 440px;
  margin-bottom: 90px;
}

#DesignPartner .section-award-item {
  padding: 10px;
}

#book .stage {
  min-height: 100vh;
}

#book #section-intro-off {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85vh;
  background-size: 650px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center bottom;
}

#book #section-intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85vh;
  background-size: 650px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0;
  -webkit-animation: fadein 3s ease-in-out 1s forwards;
          animation: fadein 3s ease-in-out 1s forwards;
}

#book #book-links {
  padding-top: 87vh;
}

#book #section-intro-overlay {
  position: absolute;
  top: 80px;
  left: 5%;
  max-width: 500px;
}

@media (min-width: 640px) {
  #book #section-intro-overlay {
    top: 200px;
    left: 5%;
    max-width: 420px;
  }
}
@media (max-width: 1120px) {
  #book #section-intro-overlay.lead h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 640px) {
  #book #section-intro-overlay.lead h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 1120px) {
  #book #section-intro-overlay.lead p {
    font-size: 16.5px;
    line-height: 19px;
  }
}
@media (max-width: 640px) {
  #book #section-intro-overlay.lead p {
    font-size: 15px;
    line-height: 20px;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#book #section-intro-overlay h1 {
  width: 94%;
  text-align: left;
}

#book #english-version {
  padding-right: 20px;
}

#book #spanish-version {
  padding-left: 20px;
}

#book .uk-lightbox-iframe {
  width: 99%;
  height: 90%;
}

#book .uk-lightbox.uk-open {
  z-index: 10000 !important;
}

body#Services,
#Services #stage {
  background-color: transparent;
}

#Services #mtm-topbar .uk-container {
  max-width: 100% !important;
  padding: 0 5% 0 5.15%;
}

#Services #section-intro-lead {
  position: relative;
  padding-top: 230px;
  top: -70px;
  left: 5%;
  width: 95%;
}

#Services #section-intro-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#Services #section-intro-title {
  position: relative;
}

#Services #section-intro-body {
  margin-top: 45px;
  margin-bottom: 300px;
  max-width: 440px;
}

#section-steptabs {
  margin-top: 200px;
  margin-bottom: 200px;
}

.resources-separator {
  margin: 0 0 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.header {
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}

hr.apure-listitem {
  margin: 5px 0 5px 0;
}

body#company-story,
#company-story #stage {
  background-color: transparent;
}

#company-story #section-intro-image-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#company-story #section-intro-image {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: auto;
}

#company-story #section-intro-header {
  opacity: 0;
  -webkit-animation: company-header-fadein 3s ease-in-out 0.3s forwards;
          animation: company-header-fadein 3s ease-in-out 0.3s forwards;
}

#company-story h1 {
  margin-bottom: 0;
  padding-bottom: 0;
}

#company-story h1 + h2 {
  margin: 10px 0 0 0;
  padding: 0;
}

#company-story #section-intro-lead {
  margin-top: -20vh;
  margin-left: 5%;
  margin-bottom: 200px;
  max-width: 550px;
}

#company-story #section-intro-body {
  visibility: hidden;
  margin-top: 60px;
}

#company-story #section-timeline {
  padding-bottom: 200px;
}

.timeline-item {
  padding-top: 200px;
}

@-webkit-keyframes company-intro-image-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes company-intro-image-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes company-story-header-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes company-story-header-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes company-story-overlay-fadeout {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes company-story-overlay-fadeout {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
body#company-profile,
#company-profile #stage {
  background-color: transparent;
}

#company-profile #section-intro-image-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#company-profile #section-intro-image {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: auto;
  opacity: 1;
}

#company-profile #section-intro-image-overlay {
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100vh;
  position: absolute;
  -webkit-animation: company-overlay-fadeout 3s ease-in-out 1s forwards;
          animation: company-overlay-fadeout 3s ease-in-out 1s forwards;
}

#company-profile #section-intro-header {
  opacity: 0;
  -webkit-animation: company-header-fadein 2s ease-in-out 0.5s forwards;
          animation: company-header-fadein 2s ease-in-out 0.5s forwards;
}

#company-profile #section-intro-lead {
  margin-top: -20vh;
  margin-left: 5%;
  margin-bottom: 200px;
  max-width: 550px;
}

#company-profile #section-intro-body {
  visibility: hidden;
}

#company-profile #section-philosophy {
  padding-top: 200px;
  padding-bottom: 200px;
}

#company-profile #section-heritage .overlay {
  margin-top: 200px;
  margin-bottom: 600px;
}

#company-profile #section-products {
  padding-top: 200px;
  padding-bottom: 200px;
}

#company-profile #section-planning .overlay {
  margin-top: 200px;
  margin-bottom: 600px;
}

@-webkit-keyframes company-profile-fadein {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes company-profile-fadein {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes company-header-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes company-header-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes company-overlay-fadeout {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes company-overlay-fadeout {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
/* #parallax-3dlogo {
  z-index: 0;
  position: relative;
  height:500px;
  background-size:cover;
  background-attachment: scroll;
  background-repeat: no-repeat;


} */
/* #parallax-3dlogo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, black 100%);
} */
h2.timeline-header {
  margin-top: 200px;
  padding-left: 54px;
  position: relative;
}

#angle {
  width: 30px;
  height: 30px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  left: 0;
  bottom: -20px;
}

#timeline {
  position: relative;
  z-index: 2;
  margin-bottom: 200px;
}

.distance,
.date,
.milestone {
  border-left: 2px solid #fff;
  margin: 0;
  padding-left: 50px;
  position: relative;
}

.dot {
  position: absolute;
  top: 2px;
  left: -12px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #000;
  /* transform: scale(1.7); */
}

.date {
  font-size: 35px;
  font-weight: bold;
  color: #fff !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.milestone {
  padding-top: 0;
  padding-bottom: 30px;
}

.privacywire.privacywire-banner {
  background-color: #000;
  background-color: red;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #555;
}

.privacywire.privacywire-banner .privacywire-header {
  float: left;
  color: #ddd;
  font-size: 14px;
  font-weight: normal;
}

.privacywire.privacywire-banner .privacywire-text {
  display: none;
}

.privacywire.privacywire-banner .privacywire-buttons {
  float: right;
}

.privacywire.privacywire-banner .privacywire-buttons button {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #ddd;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.privacywire.privacywire-banner .privacywire-buttons button:hover {
  color: #93bb42;
  border: 1px solid #93bb42;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.privacywire.privacywire-options {
  background-color: #000;
  background-color: red;
  background-color: rgba(0, 0, 0, 0.85);
  border-top: 1px solid #555;
}

.privacywire.privacywire-options .privacywire-header {
  color: #ddd;
  font-size: 14px;
  font-weight: bold;
}

.privacywire.privacywire-options .privacywire-text {
  color: #ddd;
  font-size: 14px;
  font-weight: normal;
}

.privacywire.privacywire-options .privacywire-buttons button {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #ddd;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.privacywire.privacywire-options .privacywire-buttons button:hover {
  color: #93bb42;
  border: 1px solid #93bb42;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}/*# sourceMappingURL=app.css.map */