body,
html {
  height: 100%;
}
body {
  font-family: "Okomito", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
h1 {
  font-size: 70px;
  font-weight: 500;
  line-height: 85px;
  text-transform: uppercase;
  letter-spacing: 14px;
  margin-bottom: 18px;
}
h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
  text-transform: uppercase;
  letter-spacing: 10px;
}
h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 9px;
  margin-bottom: 18px;
}
h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
h5 {
  text-transform: uppercase;
}
a {
  color: #00a13a;
}
a:hover {
  color: #00a13a;
  text-decoration: none;
}
a.active {
  text-decoration: underline;
  font-weight: 600;
}
/****   Positioning inside parallax layers (Top, Center, Bottom) ****/
/* centre the content in the parallax layers */
.center-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.animate {
  transition: all 0.35s;
}
.animate-slow {
  transition: all 0.5s;
}
/** Vertical text with line **/
.vertical-text-container {
  position: absolute;
  bottom: 0;
  width: 12px;
}
.vertical-text {
  transform: rotate(-90deg);
  transform-origin: left top 0;
  padding-left: 80px;
  margin-left: -10px;
}
.vertical-text a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #00a13a;
  transition: all 0.35s;
}
.vertical-text a:hover {
  text-decoration: none;
  letter-spacing: 4px;
}
.vertical-line {
  height: 66px;
  border-left: 2px solid #00a13a;
  width: 2px;
}
.vh100 {
  height: 100vh;
}
.vh-50 {
  min-height: 50vh;
}
.vh-66 {
  min-height: 66vh;
}
.vh-75 {
  min-height: 75vh;
}
.vh-100 {
  min-height: 100vh;
}
.h-100 {
  height: 100%;
}
/** No paddings for bootstrap cols **/
.padding-none {
  padding: 0 !important;
}
.margin-none {
  margin: 0 !important;
}
.padding-small {
  padding: 0 1px !important;
}
/**  Top & bottom spacing bars  **/
.spacing-bar {
  background-color: #00a13a;
  width: 100%;
}
.spacing-bar-thin {
  height: 4px;
}
.spacing-bar-thick {
  height: 8px;
}
.btn,
input[type=submit] {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 12px;
}
/** Buttons **/
.btn-round-lg {
  border-radius: 32px;
}
.btn-round {
  border-radius: 17px;
}
.btn-round-md {
  border-radius: 25px;
}
.btn-round-sm {
  border-radius: 15px;
}
.btn-round-xs {
  border-radius: 11px;
  padding-left: 10px;
  padding-right: 10px;
}
.btn-round-md.btn-green-bg {
  padding: 13px 36px;
}
.btn-outline.btn-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 13px 36px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
}
.btn-outline.btn-outline:hover {
  background: #ffffff;
  color: #000000;
}
.btn-outline.btn-outline.btn-green {
  border-color: #00a13a;
  background: #00a13a;
  color: #ffffff;
}
.btn-outline.btn-outline.btn-green:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.btn-outline.btn-outline.btn-dark {
  border-color: #000;
  background: transparent;
  color: #000;
}
.btn-outline.btn-outline.btn-dark:hover {
  background: #000;
  color: #fff;
}
.btn-outline.btn-outline-gray {
  border-color: #666666;
  color: #666666;
}
.btn-outline.btn-outline-gray:hover {
  border-color: #00a13a;
  color: #00a13a;
}
.btn-outline.btn-multi-line {
  padding: 5px 36px;
  line-height: 1.35em;
}
.btn-rectangle {
  border-radius: 1px;
}
.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #fff;
  transition: all 0.35s;
}
.btn-dark:hover {
  color: #000;
  background-color: #fff;
}
.btn-bright {
  color: #000;
  background-color: transparent;
  border-color: #000;
  transition: all 0.35s;
}
.btn-bright:hover {
  color: #fff;
  background-color: #000;
}
.btn-green {
  color: #00a13a;
  border-color: #00a13a;
  background-color: #fff;
  padding: 10px 48px;
  font-weight: bold;
}
.btn-green:hover {
  color: #fff;
  border-color: #00a13a;
  background-color: #00a13a;
}
.btn-green-bg {
  color: #fff;
  background-color: #00a13a;
}
/* Selects */
.select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #666666;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  width: 100%;
}
.select:hover {
  border-color: #00a13a;
  color: #00a13a;
}
.select-container {
  position: relative;
}
.select-container:after {
  content: '\f078';
  font: normal normal normal 11px/1 FontAwesome;
  color: #666666;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  pointer-events: none;
}
.select-container:hover:after {
  color: #00a13a;
}
.button-container {
  display: flex;
  margin: 0 -10px 0.9rem -10px;
}
.button-container__item {
  flex-basis: 0;
  flex-grow: 1;
  padding: 0 10px;
}
.button-container__item--selected .btn,
.button-container__item--selected .btn:hover {
  background: #00a13a;
  border-color: #00a13a;
  color: #FFFFFF;
}
/*** Forms ***/
.form-check-label.form-check-label {
  color: #00a13a;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 10px;
}
/*** Utils ***/
.mb-32px {
  margin-bottom: 32px;
}
.hidden {
  visibility: hidden;
}
.display-none {
  display: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-1 {
  opacity: 1;
}
/***  Backgrounds   ***/
.background-solid-light {
  background-color: #fff;
}
.background-solid-dark {
  background-color: #000;
}
/** Paddings **/
.pl-6,
.px-6 {
  padding-left: 4rem!important;
}
.pl-7,
.px-7 {
  padding-left: 5rem!important;
}
.pl-8,
.px-8 {
  padding-left: 6rem!important;
}
.pl-9,
.px-9 {
  padding-left: 7rem!important;
}
.pl-10,
.px-10 {
  padding-left: 8rem!important;
}
.pl-11,
.px-11 {
  padding-left: 9rem!important;
}
.pl-12,
.px-12 {
  padding-left: 10rem!important;
}
.pr-6,
.px-6 {
  padding-right: 4rem!important;
}
.pr-7,
.px-7 {
  padding-right: 5rem!important;
}
.pr-8,
.px-8 {
  padding-right: 6rem!important;
}
.pr-9,
.px-9 {
  padding-right: 7rem!important;
}
.pr-10,
.px-10 {
  padding-right: 8rem!important;
}
.pr-11,
.px-11 {
  padding-right: 9rem!important;
}
.pr-12,
.px-12 {
  padding-right: 10rem!important;
}
.pt-6,
.py-6 {
  padding-top: 4rem!important;
}
.pt-7,
.py-7 {
  padding-top: 5rem!important;
}
.pt-8,
.py-8 {
  padding-top: 6rem!important;
}
.pt-9,
.py-9 {
  padding-top: 7rem!important;
}
.pt-10,
.py-10 {
  padding-top: 8rem!important;
}
.pt-11,
.py-11 {
  padding-top: 9rem!important;
}
.pt-12,
.py-12 {
  padding-top: 10rem!important;
}
.pb-6,
.py-6 {
  padding-bottom: 4rem!important;
}
.pb-7,
.py-7 {
  padding-bottom: 5rem!important;
}
.pb-8,
.py-8 {
  padding-bottom: 6rem!important;
}
.pb-9,
.py-9 {
  padding-bottom: 7rem!important;
}
.pb-10,
.py-10 {
  padding-bottom: 8rem!important;
}
.pb-11,
.py-11 {
  padding-bottom: 9rem!important;
}
.pb-12,
.py-12 {
  padding-bottom: 10rem!important;
}
/** Margins **/
.mb-6,
.my-6 {
  margin-bottom: 4rem!important;
}
.mb-7,
.my-7 {
  margin-bottom: 5rem!important;
}
.mb-8,
.my-8 {
  margin-bottom: 6rem!important;
}
.mb-9,
.my-9 {
  margin-bottom: 7rem!important;
}
.mb-10,
.my-10 {
  margin-bottom: 8rem!important;
}
.mb-11,
.my-11 {
  margin-bottom: 9rem!important;
}
.mb-12,
.my-12 {
  margin-bottom: 10rem!important;
}
.pt-p3 {
  padding-top: 20%;
}
.pr-1px {
  padding-right: 1px!important;
}
/* Letter Spacings */
.ls-1 {
  letter-spacing: 1px!important;
}
.ls-2 {
  letter-spacing: 2px!important;
}
.ls-3 {
  letter-spacing: 3px!important;
}
.ls-4 {
  letter-spacing: 4px!important;
}
.ls-5 {
  letter-spacing: 5px!important;
}
.ls-6 {
  letter-spacing: 6px!important;
}
.lh-4 {
  line-height: 30px!important;
}
/**  Gradient boxes **/
.background-gradient-light {
  background: #f6f6f6;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #f6f6f6, #d4d4d4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #f6f6f6, #d4d4d4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #f6f6f6, #d4d4d4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #f6f6f6, #d4d4d4);
  /* Standard syntax */
}
.background-gradient-dark {
  background: #1b232e;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #1b232e, #000000);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #1b232e, #000000);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #1b232e, #000000);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #1b232e, #000000);
  /* Standard syntax */
}
.bg-light-grey {
  background-color: #f6f6f6;
}
.social-links a i {
  color: #2D394B;
}
.social-links a:hover i {
  color: #00a13a;
}
/**  Font colors  **/
.color-light,
.color-light a {
  color: #fff;
}
.color-light a:hover {
  color: #00a13a;
}
.color-dark,
.color-dark a {
  color: #000;
}
.color-dark a:hover {
  color: #00a13a;
}
/* Green */
.color-green {
  color: #00a13a;
}
/* Dark Blue */
.color-dark-blue,
.color-dark-blue a {
  color: #2D394B;
}
.color-dark-blue a:hover {
  color: #00a13a;
}
/* Grey */
.color-grey {
  color: #666666;
}
/**  Blocks  **/
.block {
  padding-top: 68px;
  padding-bottom: 68px;
}
.block-padding-vertical-high {
  padding-top: 124px;
  padding-bottom: 124px;
}
.block-padding-top-normal {
  padding-top: 36px;
}
.block-padding-top-high {
  padding-top: 56px;
}
.block-padding-top-very-high {
  padding-top: 90px;
}
.block-padding-bottom-h1 {
  padding-bottom: 90px;
}
.block-padding-bottom-h1-normal {
  padding-bottom: 126px;
}
.block-padding-bottom-h1-high {
  padding-bottom: 146px;
}
.h1-color-dark-blue h1 {
  color: #2D394B;
}
.cursor-pointer {
  cursor: pointer;
}
.vertical-text-navigation-left {
  transform: rotate(90deg);
  transform-origin: left bottom 0;
  margin-left: 90%;
  margin-top: -18px;
}
.vertical-text-navigation-right {
  transform: rotate(90deg);
  transform-origin: left bottom 0;
  margin-top: -18px;
  padding-bottom: 2%;
}
.vertical-text-navigation a {
  color: #fff !important;
  text-decoration: none!important;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
}
.vertical-text-navigation a:hover {
  text-decoration: none !important;
}
video.bg-video {
  background: #000;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: -100;
}
/* Portrait */
@media screen and (orientation: portrait) {
  video.bg-video {
    height: 100%;
  }
}
/* Landscape */
@media screen and (orientation: landscape) {
  video.bg-video {
    width: 100%;
  }
}
/** XS Settings for Content **/
@media screen and (max-width: 574px) {
  h1 {
    letter-spacing: 2px;
  }
}
/** Disable Quotes on very small width **/
@media screen and (max-width: 400px) {
  #quotes {
    display: none;
  }
}
/**Contact form **/
/**label**/
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  color: #ffffff;
}
/**sub label**/
.wpforms-form .wpforms-field-sublabel {
  color: #ffffff;
}
/**Contact form response message**/
.wpforms-confirmation-container-full p {
  color: #000 !important;
}
/* wp-form adjustments requested by Sandra */
.wpforms-container.wpforms-container-full button[type=submit].wpforms-submit {
  margin: 0;
  display: block;
  padding: 13px 36px;
  background: #000;
  border: 2px solid #fff;
  border-radius: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background ease-in-out 150ms, border ease-in-out 150ms, color ease-in-out 150ms;
}
.wpforms-container.wpforms-container-full button[type=submit].wpforms-submit:hover {
  background: #00a13a;
  border: 2px solid #00a13a;
  box-shadow: none;
}
/** mobile adjustments requested by Sandra */
@media (max-width: 575px) {
  #main-menu nav a.nav-link:hover,
  #main-menu .active a.nav-link {
    border-bottom: none;
  }
  h1 {
    font-size: 50px;
    line-height: 65px;
  }
  .product-template-default .container-fluid .container-fluid .container-fluid .pl-0,
  .product-template-default .container-fluid .container-fluid .container-fluid .pr-0 {
    padding-right: 0!important;
    padding-left: 0!important;
    padding-bottom: 15px!important;
  }
  .wpforms-container.wpforms-container-full button[type=submit].wpforms-submit {
    margin: 0 auto;
  }
}
/**Customer logout**/
.woocommerce-message a {
  color: #000 !important;
}
/** TML **/
.tml {
  color: #fff;
}
.tml a {
  text-decoration: underline!important;
}
.content-filters {
  margin: 25px 0;
}
.content-filters li {
  margin: 25px 5px;
}
.page-template-page-front #footer {
  display: none;
}
/** DEV Bar **/
#dev-bar {
  position: absolute;
  top: 34px;
  width: 15%;
}
#dev-bar .devbar-collapse {
  width: 180px;
}
#dev-bar a {
  font-size: 14px;
  color: #00a13a;
}
#dev-bar a:hover {
  text-decoration: underline;
}
/***       Header (Menu, Big Picture, Page title)          ***/
.header-background {
  background-position: center;
}
.background-image {
  background-size: cover;
  background-repeat: no-repeat;
}
.header-dark h1,
.header-dark h2,
.header-dark h3,
.header-dark h4,
.header-dark p,
.header-dark ul,
#main-menu .menu-items .fa,
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.header-dark a {
  color: #00a13a;
  text-decoration: underline;
}
.header-dark a:hover {
  text-decoration: underline;
}
.header-dark-image h1,
.header-dark-image h2,
.header-dark-image h3,
.header-dark-image h4,
.header-dark-image p,
.header-dark-image ul,
#main-menu .menu-items .fa,
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.header-dark-image a {
  color: #fff;
  text-decoration: underline;
}
.header-dark-image a:hover {
  text-decoration: underline;
}
.header-dark-image .header-button {
  border-color: #fff;
}
.header-dark-image .header-button .header-button-inner {
  color: #fff;
}
.header-dark-image .header-button:hover {
  border-color: #00a13a;
  background-color: #fff;
}
.header-dark-image .header-button:hover .header-button-inner {
  color: #00a13a;
}
.header-light h1,
.header-light h2,
.header-light h3,
.header-light h4,
.header-light p,
.header-light ul,
.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.header-light .navbar-toggler i {
  color: #000;
}
.header-light a,
.header-light #main-menu a {
  color: #000;
}
.text-big {
  font-size: 18px;
}
.header-title {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .header-left,
  .header-right {
    display: none;
  }
}
/* Header Button ("Contact Jacob" or "Scroll down") */
.header-button {
  position: absolute;
  bottom: 64px;
  left: 50%;
  border: 1px solid #00a13a;
  width: 92px;
  height: 92px;
  margin-left: -46px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.35s;
}
.header-button:hover {
  background-color: #00a13a;
}
.header-button-area {
  height: 160px;
}
.header-button-area a {
  color: #00a13a;
  transition: all 0.35s;
}
.header-button-area a:hover {
  text-decoration: none;
}
.header-button:hover a {
  color: #fff;
  text-decoration: none;
}
.header-button-inner {
  color: #00a13a;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.35s;
}
.header-button-scroll .header-button-inner {
  padding-top: 16px;
}
.header-button-link .header-button-inner {
  padding-top: 16px;
}
.contact-button .fa {
  font-size: 20px;
  font-weight: 100;
  padding-top: 4px;
}
.header-button:hover .header-button-inner {
  color: #fff;
}
/******** Main Menu *********/
#main-menu .navbar {
  padding: 0;
}
/** Navbar **/
.navbar a {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-decoration: none;
}
.navbar a:hover {
  color: #00a13a;
  text-decoration: none;
}
.nav-link {
  padding-left: 4px!important;
  padding-right: 0!important;
  padding-bottom: 6px!important;
}
.nav-item {
  padding-left: 11px;
  padding-right: 11px;
}
#main-menu nav a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  border-bottom: 1px solid transparent;
}
.header-bright #main-menu nav a {
  color: #000;
}
#main-menu .active a {
  color: #00a13a;
  border-bottom: 1px solid #00a13a;
}
.header-bright #main-menu .active a {
  color: #00a13a;
}
#main-menu nav a:hover {
  color: #00A12A;
  border-bottom: 1px solid #00a13a;
}
#main-menu .dropdown:hover .dropdown-menu {
  display: block;
}
#main-menu a.navbar-brand {
  min-width: 20%;
}
#main-menu a.navbar-brand:hover {
  border-bottom: 1px solid transparent;
}
/* Brand (Logo) */
#main-menu .navbar-brand img {
  height: 33px;
  width: auto;
}
#main-menu .navbar-brand {
  padding-right: 20px;
}
.logo-svg path {
  fill: #000;
}
.navbar-toggler i {
  color: #fff;
  font-size: 32px;
}
/** XS Settings for navigation **/
@media screen and (max-width: 574px) {
  #main-menu .navbar-brand {
    width: 70%;
  }
}
/* Icons inside menu */
#main-menu .menu-icons {
  margin-left: 24px;
  margin-top: 8px;
}
#main-menu .menu-icons i {
  margin-left: 12px;
}
#main-menu .menu-icons .fa {
  font-size: 18px;
}
#main-menu .menu-icons .fa:hover {
  color: #00a13a;
}
.header-howto a,
.header-videos a {
  color: #00a13a;
  text-decoration: underline;
}
.header-howto img {
  width: 100%;
  margin-right: 2px;
}
.images-split {
  border-right: 1px solid #fff;
}
.hard-facts h3,
.hard-facts h4,
.heard-facts p,
.hard-facts ul {
  color: #00a13a;
}
#main-menu .menu-icons a .fa {
  color: #fff;
}
.header-light #main-menu .menu-icons a .fa {
  color: #000;
}
#main-menu .menu-icons a.active .fa {
  color: #00a13a;
}
#main-menu .menu-icons a:hover {
  border-bottom: 0;
}
/* Dropdown Menu */
#main-menu .dropdown-menu {
  border: 0;
  left: -30%;
  /* TODO: check in responsive! */
  padding-top: 14px;
  margin-top: -1px;
  background-color: transparent;
}
#main-menu .dropdown-menu .dropdown-menu-links {
  background-color: #fff;
}
#main-menu .dropdown-menu a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border-bottom: none;
}
#main-menu .dropdown-menu a:hover {
  color: #00a13a;
}
/* Popovers */
.popover {
  background-color: #000;
  border-color: #666666;
  border-radius: 1px;
  max-width: none;
}
.popover-body {
  color: #fff;
}
.popover-search {
  border: none;
  background-color: transparent;
  margin-right: 278px;
}
.popover-search .input-group-addon {
  border-radius: 1px;
}
#search-input {
  border-radius: 1px;
  width: 320px;
}
#search-input:focus {
  border-color: #00a13a;
  box-shadow: none;
}
.popover-search .popover-body {
  color: #fff;
}
/* Cart Item Count in cart item (main menu) */
.cart-item-count {
  position: absolute;
  margin-left: 8px;
  margin-top: -22px;
  padding-bottom: 10px;
  background-color: #00a13a;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
}
.cart-item-count p {
  color: #fff;
  font-weight: 800;
  font-size: 10px;
  margin-top: -4px;
}
/* Social Dropdown */
#main-menu .social-links-dropdown > .dropdown-toggle:after {
  display: none;
}
#main-menu .social-links-dropdown > .dropdown-toggle:hover {
  color: #fff;
  border-bottom: none;
}
#main-menu .social-links-dropdown > .dropdown-menu {
  padding: 4px;
  left: -13px;
}
#main-menu .social-links-dropdown > .dropdown-menu > a {
  color: #fff;
}
#main-menu .social-links-dropdown > .dropdown-menu > a:hover {
  background: inherit;
  border-bottom: none;
  color: #00a13a;
}
/* Open the dropdown upwards on the front page */
.page-template-page-front #main-menu .dropdown-menu {
  top: auto;
  bottom: 100%;
  background: #000;
}
/****    Teaser    ****/
/*   Product   */
#teaser .teaser-product img {
  width: 90%;
}
#teaser .teaser-product h2 {
  letter-spacing: 5px;
}
#teaser .teaser-product-arrows {
  position: absolute;
  z-index: 1000;
  padding-left: 24px;
  padding-right: 8px;
  padding-top: 16px;
  height: 32px;
}
#teaser .teaser-product-arrows .product-arrow-right {
  text-align: right;
}
#teaser .teaser-product-arrows i {
  color: #fff;
  font-size: 24px;
}
#teaser .teaser-product-arrows i:hover {
  color: #00a13a;
}
.teaser-product-image {
  height: 600px;
}
.teaser-product-image img {
  position: absolute;
  max-height: 600px;
  object-fit: contain;
  left: 0;
  right: 0;
  bottom: 0;
}
.teaser-product-content {
  margin-bottom: 80px;
}
.teaser-product-info .vertical-text-container {
  padding-left: 14px;
  margin-bottom: -16px;
}
.teaser-product-info h2,
.teaser-product-info p {
  color: #fff;
}
.teaser-product-content-title {
  color: #00a13a;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#teaser .teaser-product-expand {
  color: #00a13a;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid white;
  transform: rotate(-90deg);
  transform-origin: left top 0;
}
/*   Sections   */
#teaser .teaser-section {
  height: 350px;
  text-align: center;
}
#teaser .teaser-sections a:hover {
  text-decoration: none;
}
#teaser .teaser-section-container h2 {
  letter-spacing: 4px;
}
.teaser-section.background-gradient-light:hover,
.teaser-section.background-gradient-dark:hover {
  background: #00a13a;
  color: #fff;
}
.teaser-section.background-gradient-light:hover h2,
.teaser-section.background-gradient-light:hover p {
  color: #fff;
}
.teaser-sections a.background-gradient-dark:hover {
  color: #fff;
}
@media screen and (min-width: 752px) {
  #teaser .pr-4-xl {
    margin-left: -60px;
  }
  #teaser .pr-4-xxl {
    margin-left: -120px;
  }
}
@media screen and (min-width: 2000px) {
  #teaser .teaser-section {
    height: 500px;
  }
}
@media screen and (min-width: 3000px) {
  #teaser .teaser-section {
    height: 680px;
  }
}
.setup-result-top,
.pro-videos-top {
  height: 220px;
}
.setup-result .vertical-text-container {
  margin-bottom: -19px;
}
.setup-result-bottom p a {
  color: #00a13a;
  text-decoration: underline;
}
.setup-result-images-button {
  position: absolute;
  left: 50%;
  top: 28%;
  margin-left: -32px;
  margin-top: -8px;
  padding-left: 22px;
  padding-top: 21px;
  background-color: #00a13a;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  opacity: 0;
}
.setup-result-images:hover .setup-result-images-button {
  opacity: 1;
}
.img-button-has-header {
  top: 52%;
}
.setup-result-bottom h2,
.pro-videos-bottom h2 {
  padding-top: 24px;
  letter-spacing: 2px;
  line-height: 35px;
}
.setup-result-bottom a h2 {
  color: #000;
}
.setup-result-bottom a:hover h2 {
  color: #00a13a;
}
.pro-videos-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pro-videos-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  height: 0;
  overflow: hidden;
}
.pro-videos .vertical-text-container {
  margin-bottom: -38px;
}
@media screen and (max-width: 786px) {
  .pro-videos .vertical-text-container,
  .setup-result .vertical-text-container {
    display: none;
  }
}
.topic-link,
.topic-link:hover {
  text-decoration: underline;
}
.video-result a h2 {
  color: #000;
  letter-spacing: 2px;
}
.video-result a:hover h2 {
  color: #00a13a;
}
.video-result a:hover h2 {
  color: #00a13a;
}
.video-cover {
  position: relative;
}
.video-cover img {
  width: 100%;
}
.video-cover-pro {
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  right: 10%;
  top: -24px;
  padding-top: 10px;
  background-color: #00a13a;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
}
.front-video-cover {
  padding-left: 30px;
  padding-right: 30px;
}
.video-cover-play-button {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  position: absolute;
  top: 40%;
  left: 45%;
  right: 0;
  bottom: 0;
  padding-top: 24px;
  background-color: #00a13a;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
}
.video-cover:hover .video-cover-play-button {
  opacity: 1;
}
.header-news__published_at {
  color: #ffffff;
}
.header-news .btn {
  color: #ffffff;
  font-size: 16px;
  padding: 12px 30px;
}
.header-news .btn,
.header-news .btn:hover {
  text-decoration: none;
}
.header-news .btn:hover {
  color: #000000;
}
.news-teaser__image img {
  height: 328px;
  object-fit: cover;
  width: 100%;
}
.news-teaser__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 328px;
  padding: 25px 0;
}
.news-teaser__published_at {
  margin-bottom: 5px;
}
.news-teaser__title {
  color: #000000;
}
.news-teaser__title h2 {
  letter-spacing: 6px;
  line-height: 36px;
}
.news-teaser__permalink {
  font-size: 16px;
  text-decoration: underline;
}
.product-image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-info {
    margin-top: -160px;
  }
}
.product-info h2 {
  padding-bottom: 32px;
  letter-spacing: 9px;
  line-height: 35px;
}
@media screen and (max-width: 768px) {
  .product-shop-button-container {
    text-align: center!important;
  }
}
.product-info-main {
  background-color: #f6f6f6;
  height: 240px;
}
.product-info-title {
  height: 80px;
}
.product-info-main .btn {
  font-size: 14px;
}
.product-info-main-content {
  padding: 28px 32px;
}
.product-info-details {
  background-color: #00a13a;
  color: #fff;
  width: 290px;
  padding-left: 28px;
  padding-top: 36px;
}
.product-info-details .btn {
  color: #ffffff;
  border-color: #ffffff;
  font-size: 14px;
}
.product-info-details .btn:hover {
  color: #00a13a;
  background-color: #ffffff;
}
.product-info-details-close {
  margin-top: -24px;
  float: right;
}
.product-info-details-close a {
  font-size: 24px;
  color: #fff;
}
.product-info-details__text {
  margin-top: -15px;
}
.product-info-price {
  color: #00a13a;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}
.product-info-price sup {
  font-size: 10px;
}
.product-info .vertical-text-container {
  margin-left: -6px;
  margin-bottom: -30px;
}
@media screen and (min-width: 768px) {
  .more-products-link {
    margin-top: -72px;
  }
}
.quantity {
  float: left;
}
.quantity input[type=number] {
  width: 48px;
}
.product-thumbnail-list {
  padding: 5px 8px 0 8px;
}
.product-thumbnail {
  padding: 7px;
}
.product-thumbnail img {
  border: 1px solid transparent;
  cursor: pointer;
}
.product-thumbnail img:hover {
  border: 1px solid #00a13a;
}
.no-min-height {
  min-height: 0!important;
}
.datasheet-link {
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .product-expand-button {
    display: none !important;
  }
  .product-info-details {
    opacity: 1 !important;
  }
  .product-info-details-close {
    display: none !important;
  }
}
.product-video {
  margin: 60px 0 0 0;
}
.product-video .video-link {
  display: block;
  margin-bottom: 35px;
}
body.single.single-product .header-button-area {
  display: none;
}
body.single.single-product #header {
  padding-bottom: 80px;
}
.product-teaser-container {
  margin: 0;
  padding: 0 90px;
  overflow-x: hidden;
}
@media (min-width: 1500px) {
  .product-teaser-container {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 871px) {
  .product-teaser-container {
    padding: 0 20px;
  }
}
.product-teaser-list {
  margin: 0 -11px;
  padding: 11px 0;
}
.product-teaser {
  padding: 11px;
}
.product-teaser__image {
  display: block;
  width: 100%;
  height: auto;
}
.product-teaser__main {
  min-height: 200px;
  padding: 30px;
}
.product-teaser__actions {
  padding: 30px;
}
@media (max-width: 1499px) {
  .product-teaser__actions .btn {
    margin-bottom: 10px;
  }
  .product-teaser__actions .btn.pull-right {
    float: initial;
  }
}
.btn-small-green {
  border-color: #00a13a;
  color: #00a13a;
  font-size: 12px;
}
.btn-small-dark {
  border-color: #000;
  color: #000;
  font-size: 12px;
}
.other-clients-also-bought {
  margin-top: 22px;
}
a.product-additionals-link {
  color: #00a13a;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.product-info-breadcrumbs {
  color: #666666;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-info-breadcrumbs a {
  color: #666666;
}
.product-info-footer {
  margin-top: 50px;
}
.product-info-footer a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 574px) {
  h1.page-products-title {
    font-size: 52px;
  }
  .page-products-filter .list-inline-item {
    display: block;
    margin-bottom: 5px;
  }
}
.reseller-widget {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99;
  width: 870px;
  text-align: center;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 2px solid #00a13a;
  border-radius: 40px;
  padding: 30px 90px 50px 60px;
  transition: left ease-in-out 250ms;
}
.reseller-widget--hidden {
  left: -360px;
}
@media (max-width: 870px) {
  .reseller-widget {
    display: none;
  }
}
.reseller-widget h2,
.reseller-widget p {
  color: #00a13a;
  text-align: center;
}
.reseller-widget h2 {
  margin-bottom: 40px;
}
.reseller-widget__col {
  padding: 0 30px;
  flex: 0 0 40.45%;
  max-width: 40.45%;
}
.reseller-widget__col:first-child {
  border-right: 1px solid #00a13a;
  flex: 0 0 59.46%;
  max-width: 59.46%;
}
.reseller-widget .select {
  margin-bottom: 0.9rem;
}
.reseller-widget .btn {
  font-size: 12px;
}
.reseller-widget .btn .btn-multi-line {
  padding-top: 6px;
  padding-bottom: 6px;
}
.reseller-widget #go-to-reseller {
  text-decoration: underline;
}
.reseller-widget__handle {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 75px;
}
.reseller-widget__handle__text {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 280px;
  transform: translate(-50%, 50%) rotate(-90deg);
  color: #00a13a;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.mobile-reseller-widget {
  position: fixed;
  bottom: -40px;
  left: 50%;
  z-index: 99;
  height: 410px;
  width: 90%;
  text-align: center;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #00a13a;
  border-radius: 40px;
  padding: 30px 35px 50px 35px;
  transition: bottom ease-in-out 250ms;
}
.mobile-reseller-widget--hidden {
  bottom: -335px;
}
@media (min-width: 871px) {
  .mobile-reseller-widget {
    display: none;
  }
}
.mobile-reseller-widget__buy-or-rent {
  padding: 20px 0;
}
.mobile-reseller-widget__handle {
  cursor: pointer;
  margin-bottom: 40px;
}
.mobile-reseller-widget__handle__text {
  color: #00a13a;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.mobile-reseller-widget .select-container {
  margin-bottom: 10px;
}
.mobile-reseller-widget p {
  color: #00a13a;
}
.rent-or-buy-table {
  border-bottom: 1px solid #000000;
  margin: 0 auto 250px auto;
  max-width: 1175px;
  width: 100%;
}
.rent-or-buy-table td {
  border-top: 1px solid #000000;
  padding: 25px 0;
}
.rent-or-buy-table__name,
.rent-or-buy-table__space,
.rent-or-buy-table__country,
.rent-or-buy-table__city,
.rent-or-buy-table__title,
.rent-or-buy-table__options {
  font-size: 26px;
  line-height: 32px;
}
.rent-or-buy-table__name,
.rent-or-buy-table__space,
.rent-or-buy-table__city,
.rent-or-buy-table__country {
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 20%;
}
.rent-or-buy-table__name {
  width: 40%;
}
.rent-or-buy-table__space {
  width: 10%;
}
.rent-or-buy-table__title {
  font-size: 16px;
  line-height: 20px;
}
.rent-or-buy-table__title a {
  color: #000000;
  text-decoration: underline;
}
.rent-or-buy-table__options {
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.rent-or-buy-table__options .min-height-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 64px;
}
.text-align-right {
  text-align: right;
}
.text-align-right .rent-or-buy-table__option {
  padding-right: 10px;
}
.rent-or-buy-no-resellers {
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  margin-bottom: 250px;
}
.rent-or-buy-other-countries-note {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.rent-or-buy-other-countries-note a {
  text-decoration: underline;
}
@media (max-width: 750px) {
  .rent-or-buy-table,
  .rent-or-buy-table th,
  .rent-or-buy-table td,
  .rent-or-buy-table tr {
    display: block;
    width: 100%;
  }
  .rent-or-buy-table td {
    border: none;
    padding: 10px 0;
  }
  .rent-or-buy-table tr {
    border-top: 1px solid #000000;
    padding-bottom: 10px;
  }
}
.showbase {
  color: #ffffff;
  padding: 1px 0;
  overflow-x: hidden;
}
.showbase__filters {
  text-align: center;
  margin-top: 50px;
}
.showbase__results {
  margin-left: -11px;
  margin-right: -11px;
}
.showbase__results .row,
.showbase__results .col-xl-4.col-md-6 {
  margin: 0;
  padding: 0;
}
.showbase__no-results {
  padding: 100px 50px;
  text-align: center;
}
.showbase-video {
  cursor: pointer;
  color: #ffffff;
  display: block;
  text-decoration: none !important;
  padding: 11px;
}
.showbase-video__title {
  padding: 25px;
}
@media (max-width: 575px) {
  .content-filters li {
    margin: 5px;
  }
}
.team-quote {
  /* The quote section in the flexible content part of the Team Page. */
  margin: 100px 0;
}
.team-quote__title,
.team-quote__quote {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  max-width: 680px;
  margin: 20px auto;
}
.team-quote__title {
  color: #00a13a;
}
.team-values {
  /* The values section in the flexible content part of the Team Page. */
  margin: 100px 0;
}
.team-values__title {
  color: #00a13a;
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 14px;
  line-height: 85px;
  text-transform: uppercase;
  max-width: 740px;
  margin: 0 auto 50px auto;
}
.team-values__values {
  max-width: 650px;
  margin: 0 auto;
}
.team-values__value__key {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
@media (max-width: 575px) {
  .team-values__title {
    font-size: 38px;
    line-height: 46px;
  }
  .team-values__value {
    margin: 20px;
  }
}
@media (min-width: 576px) {
  .team-values__title {
    margin-bottom: 80px;
  }
  .team-values__value {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .team-values__value__key {
    text-align: right;
    flex-grow: 1;
    padding: 12px;
    width: 50%;
  }
  .team-values__value__desc {
    flex-grow: 1;
    text-align: left;
    padding: 12px;
    width: 50%;
  }
}
.team-job-ads {
  /* The job ads section in the flexible content part of the Team Page. */
  margin: 100px 0;
  padding: 100px 0;
}
.team-job-ads__title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 10px;
  line-height: 44px;
  text-transform: uppercase;
}
.team-job-ads__ads {
  border-top: 1px solid #000;
}
.team-job-ads__ad {
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
.team-job-ads__ad__title,
.team-job-ads__ad__desc,
.team-job-ads__ad__apply {
  text-align: left;
}
.team-job-ads__ad__title,
.team-job-ads__ad__apply {
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 9px;
  text-transform: uppercase;
}
.team-job-ads__footer {
  margin-top: 60px;
}
.team-job-ads__contact a {
  color: #000;
}
.team-job-ads__questions,
.team-job-ads__contact {
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  padding-right: 20px;
}
@media (max-width: 1099px) {
  .team-job-ads {
    padding: 80px 20px;
  }
  .team-job-ads__ads {
    margin: 80px 0;
  }
  .team-job-ads__ad__title,
  .team-job-ads__ad__desc {
    margin-bottom: 8px;
  }
  .team-job-ads__ad__title,
  .team-job-ads__ad__apply {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  .team-job-ads__questions,
  .team-job-ads__contact {
    text-align: center;
  }
  .team-job-ads__contact {
    margin-bottom: 40px;
  }
}
@media (min-width: 1100px) {
  .team-job-ads__ads {
    margin: 80px auto 60px auto;
    max-width: 1190px;
  }
  .team-job-ads__ad {
    align-items: center;
    display: flex;
  }
  .team-job-ads__ad__title,
  .team-job-ads__ad__desc {
    flex-grow: 1;
    width: 50%;
  }
  .team-job-ads__ad__apply {
    width: 120px;
    text-align: right;
  }
  .team-job-ads__footer {
    display: flex;
    margin: 60px auto 0 auto;
    max-width: 1190px;
  }
  .team-job-ads__questions {
    width: 240px;
  }
  .team-job-ads__contact {
    width: 360px;
  }
  .team-job-ads__info {
    flex-basis: 0;
    flex-grow: 1;
    text-align: left;
    width: 0;
  }
}
@media (min-width: 1100px) and (max-width: 1215px) {
  .team-job-ads__ads {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.team-text-and-image {
  /* The text-and-image section in the flexible content part of the Team Page. */
  margin: 100px 0;
}
.team-text-and-image__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 9px;
  text-transform: uppercase;
}
.team-text-and-image__image {
  display: block;
  max-width: 340px;
  width: 100%;
}
@media (max-width: 575px) {
  .team-text-and-image__title,
  .team-text-and-image__image {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) {
  .team-text-and-image {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1190px;
  }
  .team-text-and-image__image-col,
  .team-text-and-image__text-col {
    flex-basis: 0;
    flex-grow: 1;
  }
  .team-text-and-image__title {
    margin-bottom: 160px;
  }
  .team-text-and-image__content {
    padding-right: 130px;
  }
}
.team-people {
  overflow: hidden;
  margin: 100px 0;
}
.team-people__person {
  padding: 0 0 60px 0;
}
.team-people__person__photo {
  display: block;
  margin-bottom: 33px;
  width: 100%;
}
.team-people__person__name {
  margin-bottom: 18px;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.team-people__person__position {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.team-people__person__bio,
.team-people__person__hide-bio {
  display: none;
}
.team-people__person__show-bio,
.team-people__person__hide-bio {
  margin-top: 20px;
  margin-bottom: 30px;
}
.team-people__person__name,
.team-people__person__position,
.team-people__person__show-bio,
.team-people__person__hide-bio,
.team-people__person__bio {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .team-people__person--placeholder {
    display: none;
  }
}
@media (min-width: 576px) {
  .team-people__people {
    display: flex;
    flex-flow: row wrap;
    margin: -12px -12px -100px -12px;
  }
  .team-people__person {
    flex-basis: 30%;
    flex-shrink: 0;
    flex-grow: 1;
    padding: 12px 12px 100px 12px;
  }
  .team-people__person__position {
    min-height: 40px;
  }
}
.single-post__title {
  line-height: 2em;
}
.single-post__subtitle {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.single-post__content {
  font-size: 20px;
  line-height: 28px;
}
.single-post__content p {
  margin-bottom: 40px;
}
.single-post__content img {
  display: block;
  height: auto;
  width: 100%;
}
#footer {
  background-color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #00a13a;
}
.footer-contact-info {
  padding-right: 32px;
}
#footer-contact-info img {
  padding-bottom: 10px;
}
#footer img.footer-logo {
  width: 82%;
}
.footer-section ul {
  padding-left: 0;
}
.footer-section-title {
  padding-top: 4px;
  letter-spacing: 2px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.footer-copyright {
  padding-top: 64px;
  color: #8f8f8f;
}
.footer-section ul li {
  list-style-type: none;
}
.front-tiles__tile {
  display: block;
  height: 260px;
  height: 55vw;
  overflow: hidden;
  position: relative;
}
.front-tiles__tile--type-text {
  color: #FFFFFF;
}
.front-tiles__tile--type-text:hover {
  background: #00a13a;
}
.front-tiles__tile__image,
.front-tiles__tile__hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.front-tiles__tile__hover {
  display: none;
  background: #000000;
  z-index: 1;
}
.front-tiles__tile__hover h2 {
  color: #00a13a;
}
.front-tiles__tile:hover .front-tiles__tile__hover {
  display: block;
}
.front-tiles__tile__text,
.front-tiles__tile__video {
  position: absolute;
  height: auto;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
}
.front-tiles__tile__text h2 {
  margin: 0;
}
@media (min-width: 576px) {
  .front-tiles {
    position: relative;
    height: 800px;
    height: calc(100vh - 86px);
  }
  .front-tiles__tile {
    position: absolute;
    height: 50%;
    width: 50%;
  }
  .front-tiles__tile:nth-child(1) {
    top: 0;
    left: 0;
  }
  .front-tiles__tile:nth-child(2) {
    top: 0;
    right: 0;
  }
  .front-tiles__tile:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .front-tiles__tile:nth-child(4) {
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 575px) {
  .page-template.page-template-page-front #header {
    display: flex;
    flex-direction: column;
  }
  .page-template.page-template-page-front #header > .container-fluid {
    order: 1;
  }
  .page-template.page-template-page-front #header > .front-tiles {
    order: 2;
  }
}
.workshops-header h3 {
  color: #00a13a;
  padding-bottom: 8px;
}
.workshops-content a,
.header-workshop a {
  color: #00a13a;
  text-decoration: underline;
}
.workshops-content h4 a {
  color: #fff;
  text-decoration: none;
}
.workshops-content h4 a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .workshops-split {
    border-right: 1px solid #fff;
  }
}
p.workshops-date-number {
  color: #00a13a;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 42px;
}
p.workshops-date-month {
  font-weight: bold;
  padding-bottom: 12px;
}
/*  Newsletter Signup */
.newsletter-signup {
  padding: 40px 0;
}
.newsletter-signup__form {
  align-items: start;
  display: flex;
}
@media (max-width: 575px) {
  .newsletter-signup__form {
    flex-direction: column;
  }
}
.newsletter-signup__input {
  width: 100%;
}
@media (min-width: 576px) {
  .newsletter-signup__input {
    flex: 1 1 0;
    padding-right: 20px;
    width: 0;
  }
}
.newsletter-signup__input > input {
  display: block;
  padding: 13px;
  width: 100%;
}
.newsletter-signup__submit {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  cursor: pointer;
  width: 236px;
}
@media (max-width: 575px) {
  .newsletter-signup__submit {
    margin: 20px auto;
  }
}
.newsletter-signup #mce-success-response {
  font-size: 25px;
  padding-top: 15px;
}
/* Newsletter Popup */
.newsletter-popup {
  display: none;
}
.newsletter-popup--show {
  display: block;
}
.newsletter-popup__background {
  background: #fff;
  cursor: pointer;
  opacity: 0.4;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
}
.newsletter-popup__window {
  background: #000;
  color: #fff;
  border-radius: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  padding: 22px 60px;
  width: 90%;
  max-width: 467px;
  text-align: center;
}
.newsletter-popup__window > h3 {
  letter-spacing: 6px;
}
.newsletter-popup__window .newsletter-signup {
  padding: 0 0 15px 0;
}
.newsletter-popup__window .newsletter-signup__form {
  align-items: center;
  flex-direction: column;
}
.newsletter-popup__window .newsletter-signup__input {
  flex: 0 0 auto;
  width: 100%;
  max-width: 295px;
  padding: 0 0 20px 0;
}
.newsletter-popup__window .newsletter-signup__input > input {
  background: transparent;
  border: 1px solid #6A7078;
  border-radius: 4px;
  color: #fff;
}
.newsletter-popup__window .newsletter-signup__input > input:focus {
  border-color: #fff;
}
.newsletter-popup__window .newsletter-signup__submit {
  padding: 13px;
  width: 138px;
}
.newsletter-popup__close {
  cursor: pointer;
  position: absolute;
  top: 34px;
  left: 27px;
  font-size: 18px;
}
.block-id-aboutthelightbridge .fa-chars a {
  color: #2D394B;
}
.block-id-aboutthelightbridge .fa-chars a:hover {
  color: #00a13a;
}
.crls-page-block {
  padding-top: 124px;
  padding-bottom: 124px;
}
.crls-page-block h2 {
  letter-spacing: 5px;
}
.small-inline-icon {
  display: inline-block;
  height: 30px;
  margin-top: 10px;
  width: 30px;
}
.layout-event {
  text-align: center;
}
.layout-event img {
  display: block;
  width: 100%;
}
@media (max-width: 575px) {
  .layout-event {
    padding: 0 20px;
  }
}
.event-title,
.event-text-block,
.event-two-images,
.event-one-image {
  margin: 40px 0;
}
@media (min-width: 576px) {
  .event-title,
  .event-text-block,
  .event-two-images,
  .event-one-image {
    margin: 80px 0;
  }
}
.event-text-block {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4px;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 576px) {
  .event-text-block {
    margin-bottom: 110px;
  }
}
@media (min-width: 576px) {
  .event-two-images {
    display: flex;
    margin-bottom: 110px;
  }
  .event-two-images__image {
    width: 50%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .event-two-images__image img {
    display: block;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .event-two-images__image--one {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) {
  .event-two-images__image--one {
    padding-right: 90px;
  }
}
@media (min-width: 576px) {
  .event-two-images__image--two {
    padding-left: 90px;
  }
}
.event-one-image img {
  display: block;
  margin: 0 auto;
  max-width: 460px;
  width: 100%;
}
.event-highlights__feature {
  margin: 45px 0;
}
.event-highlights__feature__key {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2em;
}
.event-highlights__feature__desc {
  line-height: 1.5em;
  padding-top: 10px;
}
@media (min-width: 576px) {
  .event-highlights__feature {
    display: flex;
  }
  .event-highlights__feature__key {
    text-align: right;
    flex-grow: 1;
    padding: 12px 20px;
    width: 50%;
  }
  .event-highlights__feature__desc {
    flex-grow: 1;
    text-align: left;
    padding: 12px 20px;
    width: 50%;
  }
}
.faq-intro h4 {
  margin: 100px auto;
  max-width: 690px;
  text-align: center;
}
.faq-topics {
  text-align: center;
  margin: 100px 0;
}
.faq-topics__topic {
  border-bottom: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  margin: 0 10px;
  padding-bottom: 2px;
}
@media (min-width: 576px) {
  .faq-topics__topic {
    margin: 0 30px;
  }
}
.faq-topics__topic:hover {
  border-bottom-color: #00a13a;
}
.faq-topic {
  margin: 100px auto;
}
@media (max-width: 1099px) {
  .faq-topic {
    padding: 0 20px;
  }
}
@media (min-width: 1100px) {
  .faq-topic {
    max-width: 1190px;
  }
}
.faq-topic__title {
  text-align: center;
}
.faq-topic__questions {
  border-top: 1px solid #000;
  margin: 80px 0;
}
.faq-question {
  display: flex;
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
.faq-question__question,
.faq-question__answer {
  flex-grow: 1;
  width: 50%;
}
.faq-question__answer__content {
  display: none;
}
.faq-question__answer__content > p:last-child {
  margin-bottom: 0;
}
.faq-question__question {
  cursor: pointer;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.faq-question__toggle {
  width: 60px;
  text-align: right;
}
.faq-question__toggle button {
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  padding-left: 21px;
  padding-right: 19px;
}
.faq-question__toggle--show button {
  background: #00a13a;
  color: #fff;
}
.faq-question__toggle--hide {
  display: none;
}
@media (max-width: 575px) {
  .faq-question {
    flex-flow: wrap;
  }
  .faq-question__question {
    width: 70%;
  }
  .faq-question__answer {
    padding-top: 20px;
    order: 3;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .faq-question__question {
    padding-right: 20px;
  }
}
.block {
  background: #fff;
}
.block--alternate-bg {
  background: #f6f6f6;
}
.block .block__title {
  color: #00a13a;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.block--text .block__content {
  font-size: 16px;
}
@media (max-width: 575px) {
  .block--text .block__content,
  .block--text .block__content h4 {
    font-size: 14px;
  }
}
.block--image,
.block--video,
.block--button {
  text-align: center;
}
.block--image .block__title,
.block--video .block__title,
.block--button .block__title {
  margin: 0 auto 65px auto;
  max-width: 460px;
}
.block--image .block__content,
.block--video .block__content,
.block--button .block__content {
  margin: 20px auto 65px auto;
  width: 100%;
}
.block--image .block__content img,
.block--video .block__content img,
.block--button .block__content img {
  display: block;
  width: 100%;
}
.block--image .block__link,
.block--video .block__link,
.block--button .block__link {
  margin-bottom: 20px;
}
.block--image .block__link .btn,
.block--video .block__link .btn,
.block--button .block__link .btn {
  border: 1px solid #00a13a;
  font-size: 12px;
  font-weight: 500;
  padding: 15px 30px;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}
.block--image .block__link .btn:hover,
.block--video .block__link .btn:hover,
.block--button .block__link .btn:hover {
  background: #fff;
}
.block--hide-title .block__title {
  display: none;
}
@media (min-width: 576px) {
  .events-slider {
    margin-bottom: -50px;
  }
}
.events-slider .splide__arrow {
  background: none;
  top: 460px;
}
.events-slider .splide__arrow--next {
  transform: translateX(170px);
  right: 50%;
}
.events-slider .splide__arrow--prev {
  transform: translateX(-170px);
  left: 50%;
}
.events-slider .splide__arrow svg {
  height: 40px;
  width: 40px;
}
.events-slider .splide__arrow svg path {
  fill: #00a13a;
}
.event-slide {
  cursor: grab;
  padding: 10px;
}
.event-slide img {
  display: block;
  height: 200px;
  margin: 90px 45px;
  transition: opacity 400ms ease-in-out, height 400ms cubic-bezier(0.42, 0.65, 0.27, 0.99), width 400ms cubic-bezier(0.42, 0.65, 0.27, 0.99), margin 400ms cubic-bezier(0.42, 0.65, 0.27, 0.99);
  object-fit: cover;
  opacity: 0.6;
  width: 200px;
  z-index: 0;
}
.event-slide.is-active img {
  opacity: 1;
  height: 380px;
  margin: 0 -45px;
  width: 380px;
  z-index: 1;
}
.event-slide__year,
.event-slide__description {
  color: #00a13a;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  transition: opacity 200ms ease-in-out;
  opacity: 0;
  width: 240px;
}
.event-slide__year {
  font-size: 28px;
}
.event-slide__description {
  min-height: 160px;
}
.event-slide.is-active .event-slide__year,
.event-slide.is-active .event-slide__description {
  opacity: 1;
}
.timeline {
  position: relative;
  width: 100%;
  height: 200px;
}
.timeline .event {
  position: absolute;
  top: 0;
  height: 200px;
  width: 275px;
  transform: translateX(-50%);
  cursor: pointer;
}
.timeline .event__bullet {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 28px;
  width: 28px;
  transform: translate(-50%, -50%);
  border: 2px solid #000;
  border-radius: 14px;
  background: #fff;
}
.timeline .event__bullet--final {
  border: none;
}
.timeline .event__info,
.timeline .event__year,
.timeline .event__label {
  position: absolute;
  left: 0;
  width: 100%;
}
.timeline .event__year,
.timeline .event__label {
  text-align: center;
  text-transform: uppercase;
}
.timeline .event__label {
  bottom: 50%;
  transform: translateY(-29px);
}
.timeline .event__year {
  top: 50%;
  transform: translateY(29px);
}
.timeline .event__info {
  background: #f6f6f6;
  border-radius: 5px;
  bottom: 50%;
  left: 50%;
  max-width: 170px;
  padding: 18px;
  pointer-events: none;
  transform: translate(-50%, -41px);
}
.timeline .event__info:after {
  background: #f6f6f6;
  bottom: -10px;
  content: ' ';
  height: 20px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 20px;
}
.timeline .event .event__info,
.timeline .event .event__label {
  transition: opacity 200ms ease-in-out;
}
.timeline .event .event__bullet {
  transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out;
}
.timeline .event .event__bullet .logo-green {
  display: none;
}
.timeline .event .event__bullet .logo-black {
  display: block;
}
.timeline .event .event__info,
.timeline .event:hover .event__label {
  opacity: 0;
}
.timeline .event .event__label,
.timeline .event:hover .event__info {
  opacity: 1;
}
.timeline .event:hover .event__bullet,
.timeline .event--selected .event__bullet--final {
  border-color: #00a13a;
}
.timeline .event:hover .event__bullet .logo-green,
.timeline .event--selected .event__bullet--final .logo-green {
  display: block;
}
.timeline .event:hover .event__bullet .logo-black,
.timeline .event--selected .event__bullet--final .logo-black {
  display: none;
}
.timeline .event--selected .event__bullet:not(.event__bullet--final) {
  border-color: #00a13a;
  background-color: #00a13a;
}
.timeline .event.event-0-in-1 {
  left: calc((0 + 1) * 100% / (1 + 1));
}
.timeline .event.event-1-in-1 {
  left: calc((1 + 1) * 100% / (1 + 1));
}
.timeline .event.event-2-in-1 {
  left: calc((2 + 1) * 100% / (1 + 1));
}
.timeline .event.event-3-in-1 {
  left: calc((3 + 1) * 100% / (1 + 1));
}
.timeline .event.event-4-in-1 {
  left: calc((4 + 1) * 100% / (1 + 1));
}
.timeline .event.event-5-in-1 {
  left: calc((5 + 1) * 100% / (1 + 1));
}
.timeline .event.event-6-in-1 {
  left: calc((6 + 1) * 100% / (1 + 1));
}
.timeline .event.event-7-in-1 {
  left: calc((7 + 1) * 100% / (1 + 1));
}
.timeline .event.event-8-in-1 {
  left: calc((8 + 1) * 100% / (1 + 1));
}
.timeline .event.event-9-in-1 {
  left: calc((9 + 1) * 100% / (1 + 1));
}
.timeline .event.event-10-in-1 {
  left: calc((10 + 1) * 100% / (1 + 1));
}
.timeline .event.event-11-in-1 {
  left: calc((11 + 1) * 100% / (1 + 1));
}
.timeline .event.event-12-in-1 {
  left: calc((12 + 1) * 100% / (1 + 1));
}
.timeline .event.event-0-in-2 {
  left: calc((0 + 1) * 100% / (2 + 1));
}
.timeline .event.event-1-in-2 {
  left: calc((1 + 1) * 100% / (2 + 1));
}
.timeline .event.event-2-in-2 {
  left: calc((2 + 1) * 100% / (2 + 1));
}
.timeline .event.event-3-in-2 {
  left: calc((3 + 1) * 100% / (2 + 1));
}
.timeline .event.event-4-in-2 {
  left: calc((4 + 1) * 100% / (2 + 1));
}
.timeline .event.event-5-in-2 {
  left: calc((5 + 1) * 100% / (2 + 1));
}
.timeline .event.event-6-in-2 {
  left: calc((6 + 1) * 100% / (2 + 1));
}
.timeline .event.event-7-in-2 {
  left: calc((7 + 1) * 100% / (2 + 1));
}
.timeline .event.event-8-in-2 {
  left: calc((8 + 1) * 100% / (2 + 1));
}
.timeline .event.event-9-in-2 {
  left: calc((9 + 1) * 100% / (2 + 1));
}
.timeline .event.event-10-in-2 {
  left: calc((10 + 1) * 100% / (2 + 1));
}
.timeline .event.event-11-in-2 {
  left: calc((11 + 1) * 100% / (2 + 1));
}
.timeline .event.event-12-in-2 {
  left: calc((12 + 1) * 100% / (2 + 1));
}
.timeline .event.event-0-in-3 {
  left: calc((0 + 1) * 100% / (3 + 1));
}
.timeline .event.event-1-in-3 {
  left: calc((1 + 1) * 100% / (3 + 1));
}
.timeline .event.event-2-in-3 {
  left: calc((2 + 1) * 100% / (3 + 1));
}
.timeline .event.event-3-in-3 {
  left: calc((3 + 1) * 100% / (3 + 1));
}
.timeline .event.event-4-in-3 {
  left: calc((4 + 1) * 100% / (3 + 1));
}
.timeline .event.event-5-in-3 {
  left: calc((5 + 1) * 100% / (3 + 1));
}
.timeline .event.event-6-in-3 {
  left: calc((6 + 1) * 100% / (3 + 1));
}
.timeline .event.event-7-in-3 {
  left: calc((7 + 1) * 100% / (3 + 1));
}
.timeline .event.event-8-in-3 {
  left: calc((8 + 1) * 100% / (3 + 1));
}
.timeline .event.event-9-in-3 {
  left: calc((9 + 1) * 100% / (3 + 1));
}
.timeline .event.event-10-in-3 {
  left: calc((10 + 1) * 100% / (3 + 1));
}
.timeline .event.event-11-in-3 {
  left: calc((11 + 1) * 100% / (3 + 1));
}
.timeline .event.event-12-in-3 {
  left: calc((12 + 1) * 100% / (3 + 1));
}
.timeline .event.event-0-in-4 {
  left: calc((0 + 1) * 100% / (4 + 1));
}
.timeline .event.event-1-in-4 {
  left: calc((1 + 1) * 100% / (4 + 1));
}
.timeline .event.event-2-in-4 {
  left: calc((2 + 1) * 100% / (4 + 1));
}
.timeline .event.event-3-in-4 {
  left: calc((3 + 1) * 100% / (4 + 1));
}
.timeline .event.event-4-in-4 {
  left: calc((4 + 1) * 100% / (4 + 1));
}
.timeline .event.event-5-in-4 {
  left: calc((5 + 1) * 100% / (4 + 1));
}
.timeline .event.event-6-in-4 {
  left: calc((6 + 1) * 100% / (4 + 1));
}
.timeline .event.event-7-in-4 {
  left: calc((7 + 1) * 100% / (4 + 1));
}
.timeline .event.event-8-in-4 {
  left: calc((8 + 1) * 100% / (4 + 1));
}
.timeline .event.event-9-in-4 {
  left: calc((9 + 1) * 100% / (4 + 1));
}
.timeline .event.event-10-in-4 {
  left: calc((10 + 1) * 100% / (4 + 1));
}
.timeline .event.event-11-in-4 {
  left: calc((11 + 1) * 100% / (4 + 1));
}
.timeline .event.event-12-in-4 {
  left: calc((12 + 1) * 100% / (4 + 1));
}
.timeline .event.event-0-in-5 {
  left: calc((0 + 1) * 100% / (5 + 1));
}
.timeline .event.event-1-in-5 {
  left: calc((1 + 1) * 100% / (5 + 1));
}
.timeline .event.event-2-in-5 {
  left: calc((2 + 1) * 100% / (5 + 1));
}
.timeline .event.event-3-in-5 {
  left: calc((3 + 1) * 100% / (5 + 1));
}
.timeline .event.event-4-in-5 {
  left: calc((4 + 1) * 100% / (5 + 1));
}
.timeline .event.event-5-in-5 {
  left: calc((5 + 1) * 100% / (5 + 1));
}
.timeline .event.event-6-in-5 {
  left: calc((6 + 1) * 100% / (5 + 1));
}
.timeline .event.event-7-in-5 {
  left: calc((7 + 1) * 100% / (5 + 1));
}
.timeline .event.event-8-in-5 {
  left: calc((8 + 1) * 100% / (5 + 1));
}
.timeline .event.event-9-in-5 {
  left: calc((9 + 1) * 100% / (5 + 1));
}
.timeline .event.event-10-in-5 {
  left: calc((10 + 1) * 100% / (5 + 1));
}
.timeline .event.event-11-in-5 {
  left: calc((11 + 1) * 100% / (5 + 1));
}
.timeline .event.event-12-in-5 {
  left: calc((12 + 1) * 100% / (5 + 1));
}
.timeline .event.event-0-in-6 {
  left: calc((0 + 1) * 100% / (6 + 1));
}
.timeline .event.event-1-in-6 {
  left: calc((1 + 1) * 100% / (6 + 1));
}
.timeline .event.event-2-in-6 {
  left: calc((2 + 1) * 100% / (6 + 1));
}
.timeline .event.event-3-in-6 {
  left: calc((3 + 1) * 100% / (6 + 1));
}
.timeline .event.event-4-in-6 {
  left: calc((4 + 1) * 100% / (6 + 1));
}
.timeline .event.event-5-in-6 {
  left: calc((5 + 1) * 100% / (6 + 1));
}
.timeline .event.event-6-in-6 {
  left: calc((6 + 1) * 100% / (6 + 1));
}
.timeline .event.event-7-in-6 {
  left: calc((7 + 1) * 100% / (6 + 1));
}
.timeline .event.event-8-in-6 {
  left: calc((8 + 1) * 100% / (6 + 1));
}
.timeline .event.event-9-in-6 {
  left: calc((9 + 1) * 100% / (6 + 1));
}
.timeline .event.event-10-in-6 {
  left: calc((10 + 1) * 100% / (6 + 1));
}
.timeline .event.event-11-in-6 {
  left: calc((11 + 1) * 100% / (6 + 1));
}
.timeline .event.event-12-in-6 {
  left: calc((12 + 1) * 100% / (6 + 1));
}
.timeline .event.event-0-in-7 {
  left: calc((0 + 1) * 100% / (7 + 1));
}
.timeline .event.event-1-in-7 {
  left: calc((1 + 1) * 100% / (7 + 1));
}
.timeline .event.event-2-in-7 {
  left: calc((2 + 1) * 100% / (7 + 1));
}
.timeline .event.event-3-in-7 {
  left: calc((3 + 1) * 100% / (7 + 1));
}
.timeline .event.event-4-in-7 {
  left: calc((4 + 1) * 100% / (7 + 1));
}
.timeline .event.event-5-in-7 {
  left: calc((5 + 1) * 100% / (7 + 1));
}
.timeline .event.event-6-in-7 {
  left: calc((6 + 1) * 100% / (7 + 1));
}
.timeline .event.event-7-in-7 {
  left: calc((7 + 1) * 100% / (7 + 1));
}
.timeline .event.event-8-in-7 {
  left: calc((8 + 1) * 100% / (7 + 1));
}
.timeline .event.event-9-in-7 {
  left: calc((9 + 1) * 100% / (7 + 1));
}
.timeline .event.event-10-in-7 {
  left: calc((10 + 1) * 100% / (7 + 1));
}
.timeline .event.event-11-in-7 {
  left: calc((11 + 1) * 100% / (7 + 1));
}
.timeline .event.event-12-in-7 {
  left: calc((12 + 1) * 100% / (7 + 1));
}
.timeline .event.event-0-in-8 {
  left: calc((0 + 1) * 100% / (8 + 1));
}
.timeline .event.event-1-in-8 {
  left: calc((1 + 1) * 100% / (8 + 1));
}
.timeline .event.event-2-in-8 {
  left: calc((2 + 1) * 100% / (8 + 1));
}
.timeline .event.event-3-in-8 {
  left: calc((3 + 1) * 100% / (8 + 1));
}
.timeline .event.event-4-in-8 {
  left: calc((4 + 1) * 100% / (8 + 1));
}
.timeline .event.event-5-in-8 {
  left: calc((5 + 1) * 100% / (8 + 1));
}
.timeline .event.event-6-in-8 {
  left: calc((6 + 1) * 100% / (8 + 1));
}
.timeline .event.event-7-in-8 {
  left: calc((7 + 1) * 100% / (8 + 1));
}
.timeline .event.event-8-in-8 {
  left: calc((8 + 1) * 100% / (8 + 1));
}
.timeline .event.event-9-in-8 {
  left: calc((9 + 1) * 100% / (8 + 1));
}
.timeline .event.event-10-in-8 {
  left: calc((10 + 1) * 100% / (8 + 1));
}
.timeline .event.event-11-in-8 {
  left: calc((11 + 1) * 100% / (8 + 1));
}
.timeline .event.event-12-in-8 {
  left: calc((12 + 1) * 100% / (8 + 1));
}
.timeline .event.event-0-in-9 {
  left: calc((0 + 1) * 100% / (9 + 1));
}
.timeline .event.event-1-in-9 {
  left: calc((1 + 1) * 100% / (9 + 1));
}
.timeline .event.event-2-in-9 {
  left: calc((2 + 1) * 100% / (9 + 1));
}
.timeline .event.event-3-in-9 {
  left: calc((3 + 1) * 100% / (9 + 1));
}
.timeline .event.event-4-in-9 {
  left: calc((4 + 1) * 100% / (9 + 1));
}
.timeline .event.event-5-in-9 {
  left: calc((5 + 1) * 100% / (9 + 1));
}
.timeline .event.event-6-in-9 {
  left: calc((6 + 1) * 100% / (9 + 1));
}
.timeline .event.event-7-in-9 {
  left: calc((7 + 1) * 100% / (9 + 1));
}
.timeline .event.event-8-in-9 {
  left: calc((8 + 1) * 100% / (9 + 1));
}
.timeline .event.event-9-in-9 {
  left: calc((9 + 1) * 100% / (9 + 1));
}
.timeline .event.event-10-in-9 {
  left: calc((10 + 1) * 100% / (9 + 1));
}
.timeline .event.event-11-in-9 {
  left: calc((11 + 1) * 100% / (9 + 1));
}
.timeline .event.event-12-in-9 {
  left: calc((12 + 1) * 100% / (9 + 1));
}
.timeline .event.event-0-in-10 {
  left: calc((0 + 1) * 100% / (10 + 1));
}
.timeline .event.event-1-in-10 {
  left: calc((1 + 1) * 100% / (10 + 1));
}
.timeline .event.event-2-in-10 {
  left: calc((2 + 1) * 100% / (10 + 1));
}
.timeline .event.event-3-in-10 {
  left: calc((3 + 1) * 100% / (10 + 1));
}
.timeline .event.event-4-in-10 {
  left: calc((4 + 1) * 100% / (10 + 1));
}
.timeline .event.event-5-in-10 {
  left: calc((5 + 1) * 100% / (10 + 1));
}
.timeline .event.event-6-in-10 {
  left: calc((6 + 1) * 100% / (10 + 1));
}
.timeline .event.event-7-in-10 {
  left: calc((7 + 1) * 100% / (10 + 1));
}
.timeline .event.event-8-in-10 {
  left: calc((8 + 1) * 100% / (10 + 1));
}
.timeline .event.event-9-in-10 {
  left: calc((9 + 1) * 100% / (10 + 1));
}
.timeline .event.event-10-in-10 {
  left: calc((10 + 1) * 100% / (10 + 1));
}
.timeline .event.event-11-in-10 {
  left: calc((11 + 1) * 100% / (10 + 1));
}
.timeline .event.event-12-in-10 {
  left: calc((12 + 1) * 100% / (10 + 1));
}
.timeline .event.event-0-in-11 {
  left: calc((0 + 1) * 100% / (11 + 1));
}
.timeline .event.event-1-in-11 {
  left: calc((1 + 1) * 100% / (11 + 1));
}
.timeline .event.event-2-in-11 {
  left: calc((2 + 1) * 100% / (11 + 1));
}
.timeline .event.event-3-in-11 {
  left: calc((3 + 1) * 100% / (11 + 1));
}
.timeline .event.event-4-in-11 {
  left: calc((4 + 1) * 100% / (11 + 1));
}
.timeline .event.event-5-in-11 {
  left: calc((5 + 1) * 100% / (11 + 1));
}
.timeline .event.event-6-in-11 {
  left: calc((6 + 1) * 100% / (11 + 1));
}
.timeline .event.event-7-in-11 {
  left: calc((7 + 1) * 100% / (11 + 1));
}
.timeline .event.event-8-in-11 {
  left: calc((8 + 1) * 100% / (11 + 1));
}
.timeline .event.event-9-in-11 {
  left: calc((9 + 1) * 100% / (11 + 1));
}
.timeline .event.event-10-in-11 {
  left: calc((10 + 1) * 100% / (11 + 1));
}
.timeline .event.event-11-in-11 {
  left: calc((11 + 1) * 100% / (11 + 1));
}
.timeline .event.event-12-in-11 {
  left: calc((12 + 1) * 100% / (11 + 1));
}
.timeline .event.event-0-in-12 {
  left: calc((0 + 1) * 100% / (12 + 1));
}
.timeline .event.event-1-in-12 {
  left: calc((1 + 1) * 100% / (12 + 1));
}
.timeline .event.event-2-in-12 {
  left: calc((2 + 1) * 100% / (12 + 1));
}
.timeline .event.event-3-in-12 {
  left: calc((3 + 1) * 100% / (12 + 1));
}
.timeline .event.event-4-in-12 {
  left: calc((4 + 1) * 100% / (12 + 1));
}
.timeline .event.event-5-in-12 {
  left: calc((5 + 1) * 100% / (12 + 1));
}
.timeline .event.event-6-in-12 {
  left: calc((6 + 1) * 100% / (12 + 1));
}
.timeline .event.event-7-in-12 {
  left: calc((7 + 1) * 100% / (12 + 1));
}
.timeline .event.event-8-in-12 {
  left: calc((8 + 1) * 100% / (12 + 1));
}
.timeline .event.event-9-in-12 {
  left: calc((9 + 1) * 100% / (12 + 1));
}
.timeline .event.event-10-in-12 {
  left: calc((10 + 1) * 100% / (12 + 1));
}
.timeline .event.event-11-in-12 {
  left: calc((11 + 1) * 100% / (12 + 1));
}
.timeline .event.event-12-in-12 {
  left: calc((12 + 1) * 100% / (12 + 1));
}
.timeline__line {
  background: #000;
  position: absolute;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
}
.timeline__line--1-events {
  left: calc(100% / (1 + 1));
  width: calc(100% - 2 * 100% / (1 + 1));
}
.timeline__line--2-events {
  left: calc(100% / (2 + 1));
  width: calc(100% - 2 * 100% / (2 + 1));
}
.timeline__line--3-events {
  left: calc(100% / (3 + 1));
  width: calc(100% - 2 * 100% / (3 + 1));
}
.timeline__line--4-events {
  left: calc(100% / (4 + 1));
  width: calc(100% - 2 * 100% / (4 + 1));
}
.timeline__line--5-events {
  left: calc(100% / (5 + 1));
  width: calc(100% - 2 * 100% / (5 + 1));
}
.timeline__line--6-events {
  left: calc(100% / (6 + 1));
  width: calc(100% - 2 * 100% / (6 + 1));
}
.timeline__line--7-events {
  left: calc(100% / (7 + 1));
  width: calc(100% - 2 * 100% / (7 + 1));
}
.timeline__line--8-events {
  left: calc(100% / (8 + 1));
  width: calc(100% - 2 * 100% / (8 + 1));
}
.timeline__line--9-events {
  left: calc(100% / (9 + 1));
  width: calc(100% - 2 * 100% / (9 + 1));
}
.timeline__line--10-events {
  left: calc(100% / (10 + 1));
  width: calc(100% - 2 * 100% / (10 + 1));
}
.timeline__line--11-events {
  left: calc(100% / (11 + 1));
  width: calc(100% - 2 * 100% / (11 + 1));
}
.timeline__line--12-events {
  left: calc(100% / (12 + 1));
  width: calc(100% - 2 * 100% / (12 + 1));
}
@media (max-width: 1050px) {
  .events-slider .splide__arrow {
    top: 380px;
  }
  .events-slider .splide__arrow--next {
    transform: translateX(150px);
  }
  .events-slider .splide__arrow--prev {
    transform: translateX(-150px);
  }
  .event-slide img {
    height: 180px;
    margin: 50px 25px;
  }
  .event-slide.is-active img {
    height: 280px;
    margin: 0 -25px;
    width: 280px;
  }
  .timeline--1-events {
    height: 100px;
  }
  .timeline--2-events {
    height: 200px;
  }
  .timeline--3-events {
    height: 300px;
  }
  .timeline--4-events {
    height: 400px;
  }
  .timeline--5-events {
    height: 500px;
  }
  .timeline--6-events {
    height: 600px;
  }
  .timeline--7-events {
    height: 700px;
  }
  .timeline--8-events {
    height: 800px;
  }
  .timeline--9-events {
    height: 900px;
  }
  .timeline--10-events {
    height: 1000px;
  }
  .timeline--11-events {
    height: 1100px;
  }
  .timeline--12-events {
    height: 1200px;
  }
  .timeline .event {
    height: 100px;
    transform: translateY(-50%);
    width: 100%;
  }
  .timeline .event:hover .event__label {
    opacity: 1;
  }
  .timeline .event__year {
    bottom: unset;
    top: 50%;
    right: unset;
    left: 0;
    transform: translate(0, -50%);
    width: calc(50% - 25px);
    text-align: right;
  }
  .timeline .event__label {
    bottom: unset;
    top: 50%;
    right: 0;
    left: unset;
    transform: translate(0, -50%);
    width: calc(50% - 25px);
    text-align: left;
  }
  .timeline .event.event-0-in-1 {
    top: 50px;
    left: 0;
  }
  .timeline .event.event-1-in-1 {
    top: 150px;
    left: 0;
  }
  .timeline .event.event-2-in-1 {
    top: 250px;
    left: 0;
  }
  .timeline .event.event-3-in-1 {
    top: 350px;
    left: 0;
  }
  .timeline .event.event-4-in-1 {
    top: 450px;
    left: 0;
  }
  .timeline .event.event-5-in-1 {
    top: 550px;
    left: 0;
  }
  .timeline .event.event-6-in-1 {
    top: 650px;
    left: 0;
  }
  .timeline .event.event-7-in-1 {
    top: 750px;
    left: 0;
  }
  .timeline .event.event-8-in-1 {
    top: 850px;
    left: 0;
  }
  .timeline .event.event-9-in-1 {
    top: 950px;
    left: 0;
  }
  .timeline .event.event-10-in-1 {
    top: 1050px;
    left: 0;
  }
  .timeline .event.event-11-in-1 {
    top: 1150px;
    left: 0;
  }
  .timeline .event.event-12-in-1 {
    top: 1250px;
    left: 0;
  }
  .timeline .event.event-0-in-2 {
    top: 50px;
    left: 0;
  }
  .timeline .event.event-1-in-2 {
    top: 150px;
    left: 0;
  }
  .timeline .event.event-2-in-2 {
    top: 250px;
    left: 0;
  }
  .timeline .event.event-3-in-2 {
    top: 350px;
    left: 0;
  }
  .timeline .event.event-4-in-2 {
    top: 450px;
    left: 0;
  }
  .timeline .event.event-5-in-2 {
    top: 550px;
    left: 0;
  }
  .timeline .event.event-6-in-2 {
    top: 650px;
    left: 0;
  }
  .timeline .event.event-7-in-2 {
    top: 750px;
    left: 0;
  }
  .timeline .event.event-8-in-2 {
    top: 850px;
    left: 0;
  }
  .timeline .event.event-9-in-2 {
    top: 950px;
    left: 0;
  }
  .timeline .event.event-10-in-2 {
    top: 1050px;
    left: 0;
  }
  .timeline .event.event-11-in-2 {
    top: 1150px;
    left: 0;
  }
  .timeline .event.event-12-in-2 {
    top: 1250px;
    left: 0;
  }
  .timeline .event.event-0-in-3 {
    top: 50px;
    left: 0;
  }
  .timeline .event.event-1-in-3 {
    top: 150px;
    left: 0;
  }
  .timeline .event.event-2-in-3 {
    top: 250px;
    left: 0;
  }
  .timeline .event.event-3-in-3 {
    top: 350px;
    left: 0;
  }
  .timeline .event.event-4-in-3 {
    top: 450px;
    left: 0;
  }
  .timeline .event.event-5-in-3 {
    top: 550px;
    left: 0;
  }
  .timeline .event.event-6-in-3 {
    top: 650px;
    left: 0;
  }
  .timeline .event.event-7-in-3 {
    top: 750px;
    left: 0;
  }
  .timeline .event.event-8-in-3 {
    top: 850px;
    left: 0;
  }
  .timeline .event.event-9-in-3 {
    top: 950px;
    left: 0;
  }
  .timeline .event.event-10-in-3 {
    top: 1050px;
    left: 0;
  }
  .timeline .event.event-11-in-3 {
    top: 1150px;
    left: 0;
  }
  .timeline .event.event-12-in-3 {
    top: 1250px;
    left: 0;
  }
  .timeline .event.event-0-in-4 {
    top: 50px;
    left: 0;
  }
  .timeline .event.event-1-in-4 {
    top: 150px;
    left: 0;
  }
  .timeline .event.event-2-in-4 {
    top: 250px;
    left: 0;
  }
  .timeline .event.event-3-in-4 {
    top: 350px;
    left: 0;
  }
  .timeline .event.event-4-in-4 {
    top: 450px;
    left: 0;
  }
  .timeline .event.event-5-in-4 {
    top: 550px;
    left: 0;
  }
  .timeline .event.event-6-in-4 {
    top: 650px;
    left: 0;
  }
  .timeline .event.event-7-in-4 {
    top: 750px;
    left: 0;
  }
  .timeline .event.event-8-in-4 {
    top: 850px;
    left: 0;
  }
  .timeline .event.event-9-in-4 {
    top: 950px;
    left: 0;
  }
  .timeline .event.event-10-in-4 {
    top: 1050px;
    left: 0;
  }
  .timeline .event.event-11-in-4 {
    top: 1150px;
    left: 0;
  }
  .timeline .event.event-12-in-4 {
    top: 1250px;
    left: 0;
  }
  .timeline .event.event-0-in-5 {
    top: 50px;
    left: 0;
  }
  .timeline .event.event-1-in-5 {
    top: 150px;
    left: 0;
  }
  .timeline .event.event-2-in-5 {
    top: 250px;
    left: 0;
  }
  .timeline .event.event-3-in-5 {
    top: 350px;
    left: 0;
  }
  .timeline .event.event-4-in-5 {
    top: 450px;
    left: 0;
  }
  .timeline .event.event-5-in-5 {
    top: 550px;
    left: 0;
  }
  .timeline .event.event-6-in-5 {
    top: 650px;
    left: 0;
  }
  .timeline .event.event-7-in-5 {
    top: 750px;
    left: 0;
  }
  .timeline .event.event-8-in-5 {
    top: 850px;
    left: 0;
  }
  .timeline .event.event-9-in-5 {
    top: 950px;
    left: 0;
  }
  .timeline .event.event-10-in-5 {
    top: 1050px;
    left: 0;
  }
  .timeline .event.event-11-in-5 {
    top: 1150px;
    left: 0;
  }
  .timeline .event.event-12-in-5 {
    top: 1250px;
    left: 0;
  }
  .timeline .event.event-0-in-6 {
    top: 50px;
    left: 0;
  }
  .timeline .event.event-1-in-6 {
    top: 150px;
    left: 0;
  }
  .timeline .event.event-2-in-6 {
    top: 250px;
    left: 0;
  }
  .timeline .event.event-3-in-6 {
    top: 350px;
    left: 0;
  }
  .timeline .event.event-4-in-6 {
    top: 450px;
    left: 0;
  }
  .timeline .event.event-5-in-6 {
    top: 550px;
    left: 0;
  }
  .timeline .event.event-6-in-6 {
    top: 650px;
    left: 0;
  }
  .timeline .event.event-7-in-6 {
    top: 750px;
    left: 0;
  }
  .timeline .event.event-8-in-6 {
    top: 850px;
    left: 0;
  }
  .timeline .event.event-9-in-6 {
    top: 950px;
    left: 0;
  }
  .timeline .event.event-10-in-6 {
    top: 1050px;
    left: 0;
  }
  .timeline .event.event-11-in-6 {
    top: 1150px;
    left: 0;
  }
  .timeline .event.event-12-in-6 {
    top: 1250px;
    left: 0;
  }
  .timeline .event.event-0-in-7 {
    top: 50px;
    left: 0;
  }
  .timeline .event.event-1-in-7 {
    top: 150px;
    left: 0;
  }
  .timeline .event.event-2-in-7 {
    top: 250px;
    left: 0;
  }
  .timeline .event.event-3-in-7 {
    top: 350px;
    left: 0;
  }
  .timeline .event.event-4-in-7 {
    top: 450px;
    left: 0;
  }
  .timeline .event.event-5-in-7 {
    top: 550px;
    left: 0;
  }
  .timeline .event.event-6-in-7 {
    top: 650px;
    left: 0;
  }
  .timeline .event.event-7-in-7 {
    top: 750px;
    left: 0;
  }
  .timeline .event.event-8-in-7 {
    top: 850px;
    left: 0;
  }
  .timeline .event.event-9-in-7 {
    top: 950px;
    left: 0;
  }
  .timeline .event.event-10-in-7 {
    top: 1050px;
    left: 0;
  }
  .timeline .event.event-11-in-7 {
    top: 1150px;
    left: 0;
  }
  .timeline .event.event-12-in-7 {
    top: 1250px;
    left: 0;
  }
  .timeline .event.event-0-in-8 {
    top: 50px;
    left: 0;
  }
  .timeline .event.event-1-in-8 {
    top: 150px;
    left: 0;
  }
  .timeline .event.event-2-in-8 {
    top: 250px;
    left: 0;
  }
  .timeline .event.event-3-in-8 {
    top: 350px;
    left: 0;
  }
  .timeline .event.event-4-in-8 {
    top: 450px;
    left: 0;
  }
  .timeline .event.event-5-in-8 {
    top: 550px;
    left: 0;
  }
  .timeline .event.event-6-in-8 {
    top: 650px;
    left: 0;
  }
  .timeline .event.event-7-in-8 {
    top: 750px;
    left: 0;
  }
  .timeline .event.event-8-in-8 {
    top: 850px;
    left: 0;
  }
  .timeline .event.event-9-in-8 {
    top: 950px;
    left: 0;
  }
  .timeline .event.event-10-in-8 {
    top: 1050px;
    left: 0;
  }
  .timeline .event.event-11-in-8 {
    top: 1150px;
    left: 0;
  }
  .timeline .event.event-12-in-8 {
    top: 1250px;
    left: 0;
  }
  .timeline .event.event-0-in-9 {
    top: 50px;
    left: 0;
  }
  .timeline .event.event-1-in-9 {
    top: 150px;
    left: 0;
  }
  .timeline .event.event-2-in-9 {
    top: 250px;
    left: 0;
  }
  .timeline .event.event-3-in-9 {
    top: 350px;
    left: 0;
  }
  .timeline .event.event-4-in-9 {
    top: 450px;
    left: 0;
  }
  .timeline .event.event-5-in-9 {
    top: 550px;
    left: 0;
  }
  .timeline .event.event-6-in-9 {
    top: 650px;
    left: 0;
  }
  .timeline .event.event-7-in-9 {
    top: 750px;
    left: 0;
  }
  .timeline .event.event-8-in-9 {
    top: 850px;
    left: 0;
  }
  .timeline .event.event-9-in-9 {
    top: 950px;
    left: 0;
  }
  .timeline .event.event-10-in-9 {
    top: 1050px;
    left: 0;
  }
  .timeline .event.event-11-in-9 {
    top: 1150px;
    left: 0;
  }
  .timeline .event.event-12-in-9 {
    top: 1250px;
    left: 0;
  }
  .timeline .event.event-0-in-10 {
    top: 50px;
    left: 0;
  }
  .timeline .event.event-1-in-10 {
    top: 150px;
    left: 0;
  }
  .timeline .event.event-2-in-10 {
    top: 250px;
    left: 0;
  }
  .timeline .event.event-3-in-10 {
    top: 350px;
    left: 0;
  }
  .timeline .event.event-4-in-10 {
    top: 450px;
    left: 0;
  }
  .timeline .event.event-5-in-10 {
    top: 550px;
    left: 0;
  }
  .timeline .event.event-6-in-10 {
    top: 650px;
    left: 0;
  }
  .timeline .event.event-7-in-10 {
    top: 750px;
    left: 0;
  }
  .timeline .event.event-8-in-10 {
    top: 850px;
    left: 0;
  }
  .timeline .event.event-9-in-10 {
    top: 950px;
    left: 0;
  }
  .timeline .event.event-10-in-10 {
    top: 1050px;
    left: 0;
  }
  .timeline .event.event-11-in-10 {
    top: 1150px;
    left: 0;
  }
  .timeline .event.event-12-in-10 {
    top: 1250px;
    left: 0;
  }
  .timeline .event.event-0-in-11 {
    top: 50px;
    left: 0;
  }
  .timeline .event.event-1-in-11 {
    top: 150px;
    left: 0;
  }
  .timeline .event.event-2-in-11 {
    top: 250px;
    left: 0;
  }
  .timeline .event.event-3-in-11 {
    top: 350px;
    left: 0;
  }
  .timeline .event.event-4-in-11 {
    top: 450px;
    left: 0;
  }
  .timeline .event.event-5-in-11 {
    top: 550px;
    left: 0;
  }
  .timeline .event.event-6-in-11 {
    top: 650px;
    left: 0;
  }
  .timeline .event.event-7-in-11 {
    top: 750px;
    left: 0;
  }
  .timeline .event.event-8-in-11 {
    top: 850px;
    left: 0;
  }
  .timeline .event.event-9-in-11 {
    top: 950px;
    left: 0;
  }
  .timeline .event.event-10-in-11 {
    top: 1050px;
    left: 0;
  }
  .timeline .event.event-11-in-11 {
    top: 1150px;
    left: 0;
  }
  .timeline .event.event-12-in-11 {
    top: 1250px;
    left: 0;
  }
  .timeline .event.event-0-in-12 {
    top: 50px;
    left: 0;
  }
  .timeline .event.event-1-in-12 {
    top: 150px;
    left: 0;
  }
  .timeline .event.event-2-in-12 {
    top: 250px;
    left: 0;
  }
  .timeline .event.event-3-in-12 {
    top: 350px;
    left: 0;
  }
  .timeline .event.event-4-in-12 {
    top: 450px;
    left: 0;
  }
  .timeline .event.event-5-in-12 {
    top: 550px;
    left: 0;
  }
  .timeline .event.event-6-in-12 {
    top: 650px;
    left: 0;
  }
  .timeline .event.event-7-in-12 {
    top: 750px;
    left: 0;
  }
  .timeline .event.event-8-in-12 {
    top: 850px;
    left: 0;
  }
  .timeline .event.event-9-in-12 {
    top: 950px;
    left: 0;
  }
  .timeline .event.event-10-in-12 {
    top: 1050px;
    left: 0;
  }
  .timeline .event.event-11-in-12 {
    top: 1150px;
    left: 0;
  }
  .timeline .event.event-12-in-12 {
    top: 1250px;
    left: 0;
  }
  .timeline__line--1-events {
    left: 50%;
    width: 2px;
    height: 0px;
  }
  .timeline__line--2-events {
    left: 50%;
    width: 2px;
    height: 100px;
  }
  .timeline__line--3-events {
    left: 50%;
    width: 2px;
    height: 200px;
  }
  .timeline__line--4-events {
    left: 50%;
    width: 2px;
    height: 300px;
  }
  .timeline__line--5-events {
    left: 50%;
    width: 2px;
    height: 400px;
  }
  .timeline__line--6-events {
    left: 50%;
    width: 2px;
    height: 500px;
  }
  .timeline__line--7-events {
    left: 50%;
    width: 2px;
    height: 600px;
  }
  .timeline__line--8-events {
    left: 50%;
    width: 2px;
    height: 700px;
  }
  .timeline__line--9-events {
    left: 50%;
    width: 2px;
    height: 800px;
  }
  .timeline__line--10-events {
    left: 50%;
    width: 2px;
    height: 900px;
  }
  .timeline__line--11-events {
    left: 50%;
    width: 2px;
    height: 1000px;
  }
  .timeline__line--12-events {
    left: 50%;
    width: 2px;
    height: 1100px;
  }
}
@font-face {
  font-family: 'Okomito';
  src: url('../fonts/Okomito-Regular.ttf');
  /*URL to font*/
}
/* centre the content in the parallax layers */
/* Parallax base styles
--------------------------------------------- */
.parallax {
  height: 500px;
  /* fallback for older browsers */
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-perspective: 300px;
  perspective: 300px;
}
.parallax__group {
  height: 500px;
  /* fallback for older browsers */
  height: 100vh;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.parallax__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.parallax__layer--fore {
  -webkit-transform: translateZ(90px) scale(0.7);
  transform: translateZ(90px) scale(0.7);
  z-index: 1;
}
.parallax__layer--base {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 4;
}
.parallax__layer--back {
  -webkit-transform: translateZ(-300px) scale(2);
  transform: translateZ(-300px) scale(2);
  z-index: 3;
}
.parallax__layer--deep {
  -webkit-transform: translateZ(-600px) scale(3);
  transform: translateZ(-600px) scale(3);
  z-index: 2;
}
/* style the groups
 --------------------------------------------- */
#group-header {
  z-index: 3;
  /* slide under first content group */
}
#group-content-1 {
  z-index: 5;
  /* slide over group-header */
}
#group-content-2 {
  z-index: 5;
  /* slide under previous content group */
}
/* Debugger styles - used to show the effect
 --------------------------------------------- */
.debug {
  position: fixed;
  top: 6px;
  left: 0.5em;
  z-index: 999;
  color: #fff;
  padding: 0.5em;
  border-radius: 0 0 5px 5px;
  background-color: #000;
}
.debug-on .parallax__group {
  -webkit-transform: translate3d(800px, 0, -800px) rotateY(30deg);
  transform: translate3d(700px, 0, -800px) rotateY(30deg);
}
.debug-on .parallax__layer {
  box-shadow: 0 0 0 2px #000;
  opacity: 0.9;
}
.parallax__group {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
/*** test ***/
.overflow {
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid black;
  width: 400px;
  height: 400px;
}
.perspective {
  perspective: 1px;
  perspective-origin: top left;
}
.preserve {
  transform-style: preserve-3d;
}
.xparallax {
  position: absolute;
  top: 200px;
  margin-left: 250px;
  font-size: 24px;
}
.spacer {
  height: 1000px;
}
.sticky {
  position: sticky;
  position: -webkit-sticky;
}
