main {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  min-height: 100vh;
  background: white;
  padding-top: 6.75rem;
}
@media screen and (min-width: 50.75001em) {
  main {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
}
main.inactive {
  opacity: 0;
}
main > .headvideo,
main > .headtext.hasimage {
  margin-top: -6.75rem;
}
main section:not(.bg):not(.quoteslider):not(.headtext.hasimage):not(.bg-white):not(.newsletter),
main section.bg {
  background: #F0F5F4;
}
#body {
  background: #F0F5F4;
}
@media screen and (min-width: 50.75001em) {
  #body {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
}
main section.bg:not(.bg-default) {
  background: #fff;
}
@media screen and (min-width: 50.75001em) {
  main > section.headvideo:first-child,
  main > section.headtext.hasimage:first-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    overflow: hidden;
  }
}
/*
div.articlebody {
  section:not(:first-child) { 
    padding-top: 0; 
  }
}
*/
@media screen and (min-width: 80.001em) and (max-width: 84.501em) {
  main section {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
section.bg-default {
  color: #007B83;
}
section.bg-default a,
section.bg-default p a {
  color: #0A6269;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem auto;
}
.pagination .button {
  margin: 0 0.75rem;
}
#elc-cookie-consent {
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.125) !important;
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.125) !important;
  right: 1.5rem !important;
}
#elc-cookie-consent button.elc-button-link {
  background: #007B83 !important;
}
#elc-cookie-consent button.elc-secondary-button-link {
  background-color: #F0F5F4;
  border-color: #007B83 !important;
  color: #007B83 !important;
}
#elc-cookie-consent .elc-cookie-group {
  display: block!important;
  float: none!important;
}
#elc-cookie-consent #elc-detail-link {
  float: left!important;
}
#elc-cookie-consent .elc-cookie-name {
  font-weight: bold;
  margin-top: 0.75rem;
}
#elc-cookie-consent .elc-cookie-name small {
  color: #007B83;
  font-style: italic;
}
#elc-cookie-tab {
  background-color: #007B83 !important;
}
/*

body {
  &::after { pointer-events: none;
    content: '';
    display: block; width: @ono; height: 100vh;
    background: rgba(255,0,0,.124);
    position: fixed; z-index: 9999; 
    top: 0; bottom: 0; margin: auto; left: 0; right: 0; 
  }
  &::before { pointer-events: none;
    content: '';
    display: block; height: @ono; width: 100vw;
    background: rgba(255,0,0,.24);
    position: fixed; z-index: 9999; 
    top: 0; bottom: 0; margin: auto; left: 0; right: 0; 
  }
}

html { 
  &::after { pointer-events: none;
    content: '';
    display: block; max-width: 100vw;
    border: @ono solid rgba(255,0,0,.124);
    position: fixed; z-index: 9999; 
    top: @baseline*3; bottom: @baseline*3; margin: auto;  
    
    @media @l { width: @fullwidth; left: 0; right: 0; }
    @media @sm { width: auto; left: @baseline*1.5; right: @baseline*1.5; }
  }
}
*/
header .branding {
  z-index: 5000;
  position: absolute;
  top: 2.25rem;
  left: 2.25rem;
}
header .branding span {
  display: none;
}
header div.menu div.hamburger {
  position: fixed;
  z-index: 5000;
  border-radius: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 50.75001em) {
  header div.menu div.hamburger {
    top: 2.25rem;
    right: 2.25rem;
    width: 3.75rem;
    height: 3.75rem;
  }
}
@media screen and (max-width: 50.75em) {
  header div.menu div.hamburger {
    top: 2.25rem;
    right: 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}
header div.menu div.hamburger:not(.active) {
  background: #00CDE3;
}
header div.menu div.hamburger.active {
  z-index: 6667;
}
header div.menu div.hamburger span {
  display: block;
  height: 1.5rem;
  background: center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 50.75001em) {
  header div.menu div.hamburger span {
    width: 2.25rem;
  }
}
@media screen and (max-width: 50.75em) {
  header div.menu div.hamburger span {
    width: 1.5rem;
  }
}
header div.menu div.hamburger span.burger-open {
  background-image: url('/assets/svg/menu-open.svg');
}
header div.menu div.hamburger span.burger-close {
  background-image: url('/assets/svg/menu-close.svg');
}
header div.menu .menu-extra {
  z-index: 6668;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  mix-blend-mode: difference;
  height: 0px;
  background: black;
  margin-right: 1.5rem;
}
@media screen and (min-width: 50.75001em) {
  header div.menu .menu-extra {
    top: 2.25rem;
    right: 6.75rem;
  }
}
@media screen and (max-width: 50.75em) {
  header div.menu .menu-extra {
    top: 1.5rem;
    right: 4.5rem;
  }
}
@media screen and (max-width: 50.75em) {
  header div.menu .menu-extra {
    will-change: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header div.menu .menu-extra:not(.active) {
    opacity: 0;
  }
}
header div.menu div.language {
  line-height: 3.75rem;
  margin-right: 1.5rem;
}
header div.menu div.language a {
  color: white;
  width: 2.25rem;
  display: inline-block;
  text-align: center;
}
header div.menu div.language:not(:hover) li {
  line-height: 3.75rem;
}
header div.menu div.language:not(:hover) li:not(.active) {
  display: none;
}
header div.menu div.language:hover li {
  text-align: center;
}
header div.menu div.language:hover li.active {
  font-weight: bold;
}
header div.menu div.language:hover li:not(:first-child) {
  margin-top: -1.5rem;
}
header div.menu div.language:not(:hover) li.active::before,
header div.menu div.language:hover li:first-child::before,
header div.menu div.language:not(:hover) li.active::after,
header div.menu div.language:hover li:first-child::after {
  display: inline-block;
  content: '';
  background: center center no-repeat;
  background-size: contain;
  margin: 0 0.375rem -0.25rem;
}
header div.menu div.language:not(:hover) li.active::before,
header div.menu div.language:hover li:first-child::before {
  width: 1.26rem;
  height: 1.26rem;
  background-image: url('/assets/svg/globe.svg');
}
header div.menu div.language:not(:hover) li.active::after,
header div.menu div.language:hover li:first-child::after {
  width: 0.819rem;
  height: 1.26rem;
  background-image: url('/assets/svg/arrow-small-down.svg');
}
header div.menu div.language:hover li:first-child::after {
  background-image: url('/assets/svg/arrow-small-top.svg');
}
header div.menu div.contact {
  line-height: 3.75rem;
}
header div.menu div.contact a {
  color: white;
}
footer .center a {
  display: inline-block;
}
footer .center,
footer .center * {
  color: #fff;
}
@media screen and (min-width: 50.75001em) {
  footer .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 80.001em) {
  footer .center {
    padding: 6rem 0;
  }
  footer .center > div p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  footer .center {
    padding: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .center > div:first-child {
    width: 100%;
    display: block;
  }
  footer .center > div:first-child a {
    display: block;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 50.75em) {
  footer .center {
    padding: 3rem 0;
    text-align: center;
  }
  footer .center > * {
    padding: 0.75rem 1.5rem;
  }
}
footer .branding {
  padding-right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 50.75em) {
  footer .branding {
    width: 100%;
    display: block;
    margin-bottom: 1.5rem;
  }
  footer .branding img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 80.001em) {
  footer .footerform {
    width: 37%;
  }
  footer .footerform strong {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  footer .footerform {
    width: 100%;
    display: block;
  }
  footer .footerform p,
  footer .footerform form {
    width: 70%;
    margin: 0 auto;
  }
  footer .footerform form {
    margin-bottom: 3rem;
  }
}
footer .footerform p {
  margin-bottom: 1.5rem;
}
footer .footerform .thatinput {
  display: none;
}
footer .footerform input {
  width: 100%;
  color: #0A6269;
}
footer .footerform label {
  display: block!important;
  font-size: 0.75rem;
  text-align: center;
}
footer .footerform input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin: 0.5rem 0.5rem -0.25rem 0;
  border-color: #fff;
  padding: 0;
}
footer .footerform input[type=checkbox]:checked {
  background: #007B83;
}
footer .footerform button {
  width: 100%;
  margin-top: 0.375rem;
}
footer .footerform button:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
footer .fbox p {
  margin-bottom: 1.5rem;
}
footer .fbox strong {
  font-weight: bold;
  /*  margin-bottom: @baseline/2; */
}
@media screen and (min-width: 80.001em) {
  footer .fbox {
    width: 17.5%;
    padding-left: 1.5rem;
  }
  footer .fbox:last-child {
    width: 10%;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  footer .fbox {
    width: 33.33333333%;
    padding: 0 1.5rem;
  }
}
.end-footer {
  opacity: 0.75;
  text-align: center;
  padding: 0.75rem;
  background: #007B83;
}
.end-footer,
.end-footer a,
.end-footer a:hover {
  color: #fff;
}
.end-footer a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 50.75em) {
  .end-footer {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 50.75001em) {
  .end-footer {
    font-size: 0.85714286rem;
    margin: -0.75rem;
  }
}
@media screen and (min-width: 50.75001em) {
  .mdash {
    display: inline-block;
    margin: 0 1.5rem;
  }
}
@media screen and (max-width: 50.75em) {
  .mdash {
    display: block;
    height: 0.375rem;
    overflow: hidden;
    color: #007B83;
  }
}
nav {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
nav.active {
  opacity: 1;
}
nav.active ul {
  margin-right: 0;
}
nav:not(.active) {
  pointer-events: none;
  opacity: 0;
}
nav:not(.active) ul {
  margin-right: -31.5rem;
}
nav ul {
  margin-right: -31.5rem;
}
nav .bluroverlay {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
nav,
nav .bluroverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6666;
}
nav.active .bluroverlay {
  background: rgba(240, 245, 244, 0.85);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
nav ul {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 6668;
  width: 31.5rem;
  max-width: 100%;
  padding: 0 3rem 0 6rem;
  background: url('/assets/svg/menu.svg') left center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav ul li {
  text-align: right;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 50.75001em) {
  nav ul li {
    font-size: 3.402rem;
    line-height: 4.662rem;
  }
}
@media screen and (max-width: 50.75em) {
  nav ul li {
    font-size: 2.142rem;
    line-height: 3.402rem;
  }
}
nav ul li a {
  color: #BCBBBC;
}
nav ul li a:hover,
nav ul li.active a {
  color: #007B83;
}
nav ul li .badge {
  display: block;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 0;
  background: #007B83;
  color: #fff;
  border-radius: 100%;
}
@media screen and (min-width: 50.75001em) {
  nav ul li .badge {
    right: -1.5rem;
    font-size: 1rem;
    width: 1.6875rem;
    height: 1.6875rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 50.75em) {
  nav ul li .badge {
    right: -1.2rem;
    font-size: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 50.75001em) {
  section.fullimage,
  section.fulltext {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 50.75em) {
  section.fullimage,
  section.fulltext {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 80em) {
  section.fullimage,
  section.fulltext {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
section.fullimage img,
section.fulltext img {
  margin: 0 auto;
  max-width: 100%;
  border-radius: 1.5rem;
}
section.fullimage .center ul,
section.fulltext .center ul {
  padding: 0.375rem 0;
}
section.fullimage .center li,
section.fulltext .center li {
  list-style: disc;
  padding-left: 0.5rem;
  margin-left: 1.5rem;
}
section.fullimage p,
section.fulltext p {
  line-height: 1.5rem;
}
section.fullimage h1:not(:last-child),
section.fulltext h1:not(:last-child),
section.fullimage h2:not(:last-child),
section.fulltext h2:not(:last-child),
section.fullimage h3:not(:last-child),
section.fulltext h3:not(:last-child),
section.fullimage h4:not(:last-child),
section.fulltext h4:not(:last-child),
section.fullimage h5:not(:last-child),
section.fulltext h5:not(:last-child),
section.fullimage h6:not(:last-child),
section.fulltext h6:not(:last-child),
section.fullimage p:not(:last-child),
section.fulltext p:not(:last-child),
section.fullimage ul:not(:last-child),
section.fulltext ul:not(:last-child),
section.fullimage ol:not(:last-child),
section.fulltext ol:not(:last-child) {
  padding-bottom: 0.75rem;
}
section.fulltext .center {
  max-width: 60rem;
}
section.fulltext .center h2,
section.fulltext .center h3,
section.fulltext .center h4,
section.fulltext .center h5,
section.fulltext .center h6 {
  color: #007B83;
}
section.fulltext .center h2 {
  font-size: 1.764rem;
  line-height: 1.638rem;
}
section.fulltext .center h3 {
  font-size: 1.638rem;
  line-height: 1.764rem;
}
section.fulltext .center h4 {
  font-size: 1.512rem;
  line-height: 1.638rem;
}
section.fulltext .center h5 {
  font-size: 1.386rem;
  line-height: 1.512rem;
}
section.fulltext .center p,
section.fulltext .center li {
  font-size: 1.26rem;
  line-height: 1.764rem;
}
section.fulltext .center li {
  line-height: 1.89rem;
}
@media screen and (min-width: 50.75001em) {
  section.embed {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 50.75em) {
  section.embed {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 80em) {
  section.embed {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
section.embed div.embed {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
section.embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 solid transparent;
  margin: 0;
  padding: 0;
}
div.articlebody section.padding-topOnly {
  padding-bottom: 0;
}
div.articlebody section.padding-bottomOnly {
  padding-top: 0;
}
div.articlebody section.padding-none {
  padding-top: 0;
  padding-bottom: 0;
}
div.articlebody section.bg-white {
  background: #fff;
}
div.articlebody #form-input-whereDidYouHear {
  border-radius: 1.5rem;
  border-right: 16px solid transparent !important;
  border: 0.063rem solid #eee;
  font-size: 1rem;
  line-height: 3rem;
  height: 3rem;
  font-family: 'Montserrat', sans-serif;
  padding: 0 1rem;
}
div.articlebody #form-input-whereDidYouHear:focus {
  outline-color: #007B83;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
}
.cases {
  padding: 3rem 0;
}
@media screen and (min-width: 50.75001em) {
  .cases.caseslist ul.items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 80.001em) {
  .cases.caseslist ul.items {
    margin: 0 -1.5rem;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  .cases.caseslist ul.items {
    margin: 1.5rem;
  }
}
@media screen and (max-width: 50.75em) {
  .cases.caseslist ul.items {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  .cases.caseslist ul.items li {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 50.75em) {
  .cases.caseslist ul.items li {
    width: 100%;
    padding: 1.5rem;
  }
}
.cases.caseslist .button.normal {
  margin: 1.5rem auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.cases.casesslider {
  overflow: hidden;
}
@media screen and (min-width: 80.001em) {
  .cases.casesslider {
    padding: 6rem 0;
  }
}
.cases.casesslider .slider {
  padding-bottom: 1.5rem;
}
.cases.casesslider .slider ul.items {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
@media screen and (max-width: 80em) {
  .cases.casesslider .slider ul.items {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .cases.casesslider .slider ul.items::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 80em) {
  .cases.casesslider .slider ul.items .item {
    margin: 1.5rem;
    width: 27.66666667rem;
  }
  .cases.casesslider .slider ul.items .item .inner {
    width: 24.66666667rem;
    height: 42.07407407rem;
  }
  .cases.casesslider .slider ul.items .item.starter {
    width: 23.66666667rem;
  }
  .cases.casesslider .slider ul.items .item.starter,
  .cases.casesslider .slider ul.items .item.starter .inner {
    width: 18rem;
  }
}
@media screen and (max-width: 50.75em) {
  .cases.casesslider .slider ul.items .item .inner {
    height: 30.22222222rem;
    width: 19.16666667rem;
  }
}
.cases.casesslider .controls {
  position: relative;
  max-width: 80rem;
  margin: 0 auto;
  height: 3.375rem;
  text-align: center;
}
@media screen and (max-width: 80em) {
  .cases.casesslider .controls {
    margin: 0 1.5rem;
  }
  .cases.casesslider .controls .left,
  .cases.casesslider .controls .right {
    display: none;
  }
}
@media screen and (min-width: 80.001em) {
  .cases.casesslider .controls {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 80.001em) {
  .cases.casesslider .starter {
    padding: 0 1.5rem;
  }
}
.cases.casesslider .starter h3 {
  font-size: 2.52rem;
  color: #007B83;
  padding-bottom: 1.5rem;
}
.cases.casesslider .starter p {
  font-size: 1.323rem;
  line-height: 1.764rem;
}
.cases.casesslider ul.items:hover li.item:not(.starter):not(:hover) .inner figure img {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.cases.casesslider ul.items:hover li.starter:hover + li figure img,
.cases.casesslider ul.items:hover li.starter:hover + li + li figure img,
.cases.casesslider ul.items:hover li.starter:hover + li + li + li figure img,
.cases.casesslider ul.items:hover li.starter:hover + li + li + li + li figure img,
.cases.casesslider ul.items:hover li.starter:hover + li + li + li + li + li figure img {
  -webkit-filter: blur(0) !important;
          filter: blur(0) !important;
}
.cases li:not(.starter):hover .inner {
  border-radius: 2.25rem;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12), 0 24px 24px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12), 0 24px 24px 0 rgba(0, 0, 0, 0.24);
}
@media screen and (min-width: 80.001em) {
  .cases .item {
    width: 27.66666667rem;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  .cases .item {
    width: 50%;
  }
}
@media screen and (max-width: 50.75em) {
  .cases .item {
    width: 100%;
  }
}
.cases .item .inner {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 80.001em) {
  .cases .item .inner {
    margin: 1.5rem;
    width: 24.66666667rem;
    height: 42.07407407rem;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  .cases .item .inner {
    width: 100%;
    height: 66.66666667vw;
  }
}
@media screen and (max-width: 50.75em) {
  .cases .item .inner {
    width: 100%;
    height: 133.33333333vw;
  }
}
.cases .item .card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 1.5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  color: white;
}
.cases .item figure {
  position: static;
  background: #007B83;
}
.cases .item figure img {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
ul.tabs {
  text-align: center;
}
@media screen and (min-width: 80.001em) {
  ul.tabs {
    width: 53.33333333rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 80em) {
  ul.tabs {
    margin: 0 1.5rem;
  }
}
ul.tabs li {
  display: inline-block;
}
ul.tabs li.active {
  font-weight: bold;
}
ul.tabs li a {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: black;
  display: block;
  padding: 0.75rem 1.5rem;
  margin: 0.1875rem;
  background: #EAE8E7;
  border: 0.126rem solid #EAE8E7;
  border-radius: 1.5rem;
  font-size: 0.882rem;
  text-transform: uppercase;
}
ul.tabs li a:hover {
  background: transparent;
}
@media screen and (min-width: 80.001em) {
  section.headtext {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  section.headtext {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 50.75em) {
  section.headtext {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 50.75001em) {
  section.headtext .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  section.headtext .center > div:not(.videobox):not(.playbox) {
    width: 50%;
  }
  section.headtext .center.fullwidth > div {
    width: 100%;
  }
  section.headtext .center > div:not(.solo) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.headtext .center > div.solo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 80.001em) {
  section.headtext .center > div:first-child {
    padding-right: 1.5rem;
  }
  section.headtext .center > div:last-child {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 80em) {
  section.headtext .center {
    padding: 0 1.5rem;
  }
}
section.headtext * {
  color: #007B83;
}
@media screen and (min-width: 80.001em) {
  section.headtext h1 {
    font-size: 4.284rem;
    line-height: 4.032rem;
  }
}
@media screen and (max-width: 80em) {
  section.headtext h1 {
    font-size: 2.142rem;
    line-height: 2.016rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 80em) {
  section.headtext div.nointro h1 {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 80.001em) {
  section.headtext p {
    font-size: 1.323rem;
    line-height: 1.764rem;
  }
}
@media screen and (max-width: 80em) {
  section.headtext p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
section.headtext p:not(:last-child) {
  padding-bottom: 1.5rem;
}
section.headtext.hasimage {
  background: center center no-repeat;
  background-size: cover;
  position: relative;
  height: 56.25vw;
  max-height: 95vh;
}
@media screen and (max-width: 50.75em) {
  section.headtext.hasimage:not(.videoactive) {
    height: 75vh;
  }
}
@media screen and (max-width: 50.75em) {
  section.headtext.hasimage.videoactive {
    height: 100vw;
  }
}
section.headtext.hasimage * {
  color: white;
}
section.headtext.hasimage .center {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
section.headtext.hasimage .center > div:not(.videobox):not(.playbox) {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
section.headtext.hasimage::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.55);
  display: block;
  content: '';
}
section.headtext.videoactive .center {
  max-width: 90%;
}
section.headtext.videoactive .solo {
  pointer-events: none;
}
@media screen and (max-width: 50.75em) {
  section.headtext.videoactive .solo {
    top: auto!important;
    bottom: 1.5rem !important;
  }
}
section.headtext .videobox {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100rem;
  max-width: 100%;
}
@media screen and (max-width: 80em) {
  section.headtext .videobox {
    display: none;
  }
}
section.headtext .playbox {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100rem;
}
@media screen and (min-width: 50.75001em) {
  section.headtext .playbox {
    bottom: 0;
    max-width: 90%;
  }
}
@media screen and (max-width: 50.75em) {
  section.headtext .playbox {
    bottom: 0;
    max-width: 100%;
  }
}
section.headtext .playbox .blocker {
  background: center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
section.headtext .playbox .play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3.654rem;
  width: 3.654rem;
  margin: auto;
  z-index: 3;
  background: url('/assets/svg/play-play.svg');
}
section.headtext .playbox .play:hover {
  background: url('/assets/svg/play.svg');
  opacity: 1;
}
section.headtext .playbox .playbutton {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  background: #0ab;
  opacity: 0.5;
}
section.headtext .embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
section.headtext .embed iframe {
  z-index: 2;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.headtext.slider-container {
  max-width: 100vw;
  height: auto;
  padding: 2rem 0 ;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  color: white;
  background-color: oldlace;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
section.headtext.slider-container::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1800px) {
  section.headtext.slider-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.headtext.slider-container.dragging {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
section.headtext.slider-container .child {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 0.5rem;
  height: 90%;
  scroll-snap-align: start;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
section.headtext.slider-container .child img {
  display: block;
  height: 20rem;
  border-radius: 1.5rem;
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  section.headtext.slider-container .child img {
    height: 18rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.headtext.slider-container .child img {
    height: 15rem;
  }
}
section.headtext.slider-container .child .play-jb {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
section.headtext.slider-container .child:hover img {
  opacity: 0.7;
}
section.headtext.slider-container .child:hover .play-jb {
  opacity: 1;
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  section.headtext.slider-container {
    height: 23rem;
  }
}
.jobs-videos-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2rem;
  background-color: #f0f5f4;
}
.jobs-videos-title h2 {
  font-size: 2rem;
  line-height: 1.701rem;
}
@media screen and (max-width: 50.75em) {
  .jobs-videos-title h2 {
    font-size: 1.5rem;
  }
}
.jobs-videos-title a.left.button.outline {
  margin-top: 0.75rem;
  left: 1.5rem;
}
.jobs-videos-title a.right.button.outline {
  margin-top: 0.75rem;
  right: 1.5rem;
}
@media screen and (min-width: 80.001em) {
  .page-about section.headtext h1 {
    font-size: 3rem;
  }
}
section.headvideo {
  position: relative;
  height: 98vh;
  max-height: 56.25vw;
  background: black;
}
@media screen and (max-width: 80em) {
  section.headvideo {
    min-height: 75vh;
  }
}
@media screen and (max-width: 50.75em) {
  section.headvideo {
    max-height: none;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
section.headvideo figure {
  background-color: black;
}
@media screen and (min-width: 50.75001em) {
  section.headvideo figure {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
}
section.headvideo figure,
section.headvideo figure::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.headvideo figure::after {
  content: '';
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(24, 24, 24, 0)), color-stop(85%, rgba(24, 24, 24, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 24, 0)), color-stop(91%, rgba(24, 24, 24, 0.7)));
  background-image: linear-gradient(-270deg, rgba(24, 24, 24, 0) 0%, rgba(24, 24, 24, 0.5) 85%), linear-gradient(180deg, rgba(24, 24, 24, 0) 0%, rgba(24, 24, 24, 0.7) 91%);
}
section.headvideo .inner {
  z-index: 2;
}
@media screen and (min-width: 80.001em) {
  section.headvideo .inner {
    position: absolute;
    bottom: 6rem;
    left: 6rem;
    max-width: 50%;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  section.headvideo .inner {
    position: absolute;
    bottom: 6rem;
    left: 6rem;
    max-width: 75%;
  }
}
@media screen and (max-width: 50.75em) {
  section.headvideo .inner {
    /* bottom: @baseline * 2; left: @baseline * 2; right: @baseline * 2 */
    position: relative;
    padding: 9rem 1.5rem 0;
  }
}
section.headvideo .inner h1,
section.headvideo .inner p {
  padding-bottom: 1.5rem;
  color: white;
}
section.headvideo .inner h1 {
  color: white;
}
@media screen and (min-width: 50.75001em) {
  section.headvideo .inner h1 {
    font-size: 4.284rem;
    line-height: 4.032rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.headvideo .inner h1 {
    font-size: 2.142rem;
    line-height: 2.016rem;
  }
}
@media screen and (min-width: 50.75001em) {
  section.headvideo .inner p {
    font-size: 1.323rem;
    line-height: 1.764rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.headvideo .inner p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
section.headvideo .playbutton {
  z-index: 2;
}
@media screen and (min-width: 50.75001em) {
  section.headvideo .playbutton {
    position: absolute;
    bottom: 6rem;
    right: 6rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.headvideo .playbutton {
    position: relative;
    padding: 1.5rem 1.5rem 3rem;
  }
}
section.headvideo.simple {
  display: none;
}
section.headvideo .hvbutton {
  border-radius: 1.6875rem;
  border: 0.063rem solid #007B83;
  height: 3.375rem;
  line-height: 3.375rem;
  display: inline-block;
  color: #fff;
}
@media screen and (min-width: 50.75001em) {
  section.headvideo .hvbutton {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.headvideo .hvbutton {
    padding: 0 1.5rem;
  }
}
section.headvideo .hvbutton.color:hover,
section.headvideo .hvbutton.white:hover {
  border: 0.063rem solid #007B83;
  background: transparent;
}
section.headvideo .hvbutton.color {
  background: #007B83;
}
section.headvideo .hvbutton.white {
  border-color: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0.125);
}
section.headvideo .hvbutton.play {
  background: url('/assets/svg/play.svg') center left no-repeat;
  background-size: contain;
  border-color: #00AABB;
  padding-left: 4.5rem;
}
section.headvideo .hvbutton.play:hover {
  background-image: url('/assets/svg/play-play.svg');
  background-color: rgba(255, 255, 255, 0.125);
}
div.playoverlay {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.playoverlay:not(.active) {
  opacity: 0;
  pointer-events: none;
}
div.playoverlay .inner {
  width: 80rem;
  max-width: 100%;
  height: 45rem;
  max-height: 100%;
}
div.playoverlay div.embed {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
div.playoverlay iframe {
  position: absolute;
  z-index: 1001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 solid transparent;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.5);
}
div.playoverlay .closeoverlay {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
div.playoverlay.active .closeoverlay {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
section.imageslider {
  position: relative;
  overflow: hidden;
}
section.imageslider .button.left,
section.imageslider .button.right {
  top: inherit;
  left: inherit;
  z-index: 1;
}
@media screen and (min-width: 80.001em) {
  section.imageslider .button.left,
  section.imageslider .button.right {
    bottom: 6rem;
  }
}
@media screen and (max-width: 80em) {
  section.imageslider .button.left,
  section.imageslider .button.right {
    bottom: 3rem;
  }
}
section.imageslider .button.left:hover,
section.imageslider .button.right:hover {
  margin: 0;
}
section.imageslider .button.left {
  right: 7.5rem;
}
section.imageslider .button.right {
  right: 3rem;
}
section.imageslider ul.items {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
@media screen and (min-width: 80.001em) {
  section.imageslider ul.items,
  section.imageslider li {
    padding: 3rem;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  section.imageslider ul.items,
  section.imageslider li {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.imageslider ul.items,
  section.imageslider li {
    padding: 1.5rem 0.75rem;
  }
}
section.imageslider figure img {
  border-radius: 1.5rem;
}
@media screen and (min-width: 80.001em) {
  section.imageslider figure img {
    max-height: 36.288rem;
    max-width: 36.288rem;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  section.imageslider figure img {
    max-height: 50vw;
    max-width: 50vw;
  }
}
@media screen and (max-width: 50.75em) {
  section.imageslider figure img {
    max-height: 60vw;
    max-width: 60vw;
  }
}
@media screen and (max-width: 50.75em) {
  section.imageslider ul.items {
    scrollbar-width: none;
    overflow-x: scroll;
  }
  section.imageslider ul.items::-webkit-scrollbar {
    display: none;
  }
  section.imageslider .button {
    display: none;
  }
}
@media screen and (min-width: 80.001em) {
  section.itemlist {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  section.itemlist {
    padding: 4.5rem 0;
  }
}
@media screen and (max-width: 50.75em) {
  section.itemlist {
    padding: 3rem 0;
  }
}
section.itemlist a.article {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}
section.itemlist h3 {
  text-align: center;
  font-size: 2.25rem;
  color: #007B83;
}
@media screen and (min-width: 80.001em) {
  section.itemlist h3 {
    padding-bottom: 3.375rem;
  }
}
@media screen and (max-width: 80em) {
  section.itemlist h3 {
    padding-bottom: 2.25rem;
  }
}
section.itemlist h4 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
section.itemlist h5 {
  text-transform: uppercase;
}
section.itemlist h5,
section.itemlist p {
  font-size: 0.882rem;
  line-height: 1.197rem;
}
@media screen and (min-width: 80.001em) {
  section.itemlist.news ul.items li {
    width: 33.33333333%;
  }
  section.itemlist.news ul.items li p {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  section.itemlist.news ul.items li {
    width: 33.33333333%;
  }
  section.itemlist.news ul.items li p {
    padding-top: 0.75rem;
  }
}
section.itemlist.news ul.items li figure {
  padding-top: 67.11409396%;
}
@media screen and (min-width: 80.001em) {
  section.itemlist.news ul.items li figure {
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 80em) {
  section.itemlist.news ul.items li figure {
    margin-bottom: 0.75rem;
  }
}
section.itemlist.team h4 {
  font-weight: normal;
  line-height: 1.701rem;
}
section.itemlist.team p {
  padding-top: 1rem;
}
@media screen and (min-width: 80.001em) {
  section.itemlist.team ul.items li {
    width: 25%;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  section.itemlist.team ul.items li {
    width: 33.33333333%;
  }
}
section.itemlist.team ul.items li figure {
  padding-top: 100%;
}
@media screen and (min-width: 80.001em) {
  section.itemlist.team ul.items li figure {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 80em) {
  section.itemlist.team ul.items li figure {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 50.75001em) {
  section.itemlist ul.items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 80.001em) {
  section.itemlist ul.items {
    margin: 0 -2.25rem;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  section.itemlist ul.items {
    margin: 0 -0.75rem;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.itemlist ul.items {
    padding: 0 0.75rem;
  }
}
section.itemlist ul.items li {
  position: relative;
}
@media screen and (min-width: 80.001em) {
  section.itemlist ul.items li {
    padding: 1.125rem 2.25rem 2.25rem;
  }
}
@media screen and (max-width: 80em) {
  section.itemlist ul.items li {
    padding: 0 0.75rem 1.5rem;
  }
}
section.itemlist ul.items li a:hover + figure {
  -webkit-box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.12), 0 1.5rem 1.5rem 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.12), 0 1.5rem 1.5rem 0 rgba(0, 0, 0, 0.24);
}
section.itemlist ul.items li:hover img.hover {
  opacity: 1;
}
section.itemlist ul.items figure {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  width: 100%;
}
section.itemlist ul.items figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.itemlist ul.items figure img.hover {
  opacity: 0;
  will-change: auto;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (min-width: 80.001em) {
  section.logoslider {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  section.logoslider {
    padding: 4.5rem 0;
  }
}
@media screen and (max-width: 50.75em) {
  section.logoslider {
    padding: 3rem 0;
  }
}
section.logoslider h3 {
  text-align: center;
  color: #007B83;
}
@media screen and (min-width: 50.75001em) {
  section.logoslider h3 {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.logoslider h3 {
    padding-bottom: 1.5rem;
  }
}
section.logoslider .slider {
  height: 4.5rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
section.logoslider .slider img {
  height: 4.5rem;
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
section.logoslider .slider img:not(:hover) {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
section.logoslider ul.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
section.logoslider ul.items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 3rem;
}
/*
section.quoteslider {
  @media @l { padding: @baseline*4 0; }
  @media @m { padding: @baseline*3 0; }
  @media @s { padding: @baseline*3 0; }
  
  background: @highlight; color: @white; text-align: center;
  
  .center { display: flex; align-items: center; justify-content: center; }
  
  p { font-weight: bold; 
    @media @ml { font-size: @baseline; }
    @media @s { font-size: @baseline/1.5; }
  }
  p:not(:last-child) { padding-bottom: @baseline; }
  p.smaller { font-weight: normal; 
    @media @ml { font-size: @baseline/1.5; }
    @media @s { font-size: @baseline/2; }
  }
  
  li { 
    &.active { .transition(1s); opacity: 1; max-height: 100vh; }
    &:not(.active) { .transition(.0s); opacity: 0; overflow: hidden; max-height: 0; pointer-events: none; }

    @media @ml { max-width: 80%; margin: 0 auto; }
    @media @s { padding: 0 @baseline; }
  }
  
  .center { position: relative; }

  @media @m { 
    .button.outline.right { right: @baseline; }
    .button.outline.left { left: @baseline; }
  }
  @media @s { 
    .button.outline.right { top: auto; bottom: -@baseline*2; right: @baseline; }
    .button.outline.left { top: auto; bottom: -@baseline*2; left: @baseline; }
  }
  
}
*/
section.quoteslider {
  background: #007B83;
  color: #fff;
  text-align: center;
  /*
  @media @ml { 
    .button.outline.right { top: auto; bottom: -@baseline; }
    .button.outline.left { top: auto; bottom: -@baseline; }
  }
*/
}
@media screen and (min-width: 80.001em) {
  section.quoteslider {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  section.quoteslider {
    padding: 4.5rem 0;
  }
}
@media screen and (max-width: 50.75em) {
  section.quoteslider {
    padding: 4.5rem 0;
  }
}
section.quoteslider .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.quoteslider p {
  font-weight: bold;
}
@media screen and (min-width: 50.75001em) {
  section.quoteslider p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.quoteslider p {
    font-size: 1rem;
  }
}
section.quoteslider p:not(:last-child) {
  padding-bottom: 1.5rem;
}
section.quoteslider p.smaller {
  font-weight: normal;
}
@media screen and (min-width: 50.75001em) {
  section.quoteslider p.smaller {
    font-size: 1rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.quoteslider p.smaller {
    font-size: 0.75rem;
  }
}
section.quoteslider li.active {
  will-change: auto;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
  max-height: 100vh;
}
section.quoteslider li:not(.active) {
  will-change: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  pointer-events: none;
}
@media screen and (min-width: 50.75001em) {
  section.quoteslider li {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 50.75em) {
  section.quoteslider li {
    padding: 0 1.5rem;
  }
}
section.quoteslider .center {
  position: relative;
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  section.quoteslider .button.outline.right {
    right: 1.5rem;
  }
  section.quoteslider .button.outline.left {
    left: 1.5rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.quoteslider .button.outline.right {
    top: auto;
    bottom: -3rem;
    right: 1.5rem;
  }
  section.quoteslider .button.outline.left {
    top: auto;
    bottom: -3rem;
    left: 1.5rem;
  }
}
section.sidearticle {
  padding: 3rem 0;
}
@media screen and (min-width: 50.75001em) {
  section.sidearticle .item:nth-child(odd) > div {
    padding: 0;
  }
  section.sidearticle .item:nth-child(odd) figure {
    margin-right: 4.5rem;
  }
  section.sidearticle .item.revert,
  section.sidearticle .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  section.sidearticle .item.revert > div,
  section.sidearticle .item:nth-child(even) > div {
    padding: 0;
  }
  section.sidearticle .item.revert figure,
  section.sidearticle .item:nth-child(even) figure {
    margin-left: 4.5rem;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  section.sidearticle .center {
    padding: 0 1.5rem;
  }
  section.sidearticle .item:nth-child(odd) figure {
    margin-right: 1.5rem;
  }
  section.sidearticle .item:nth-child(even) figure {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.sidearticle .item {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 50.75001em) {
  section.sidearticle .item {
    padding: 1.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.sidearticle .item > * {
    width: 50%;
  }
}
section.sidearticle .item h3 {
  padding-bottom: 1.5rem;
  font-size: 1.638rem;
  line-height: 1.701rem;
}
section.sidearticle .item p {
  font-size: 1rem;
  padding-bottom: 1.5rem;
  line-height: 1.5rem;
}
section.sidearticle .item p:last-child {
  padding-bottom: 3rem;
}
section.sidearticle .item figure {
  position: relative;
  border-radius: 1.5rem;
}
@media screen and (min-width: 50.75001em) {
  section.sidearticle .item figure {
    padding-top: 28.125%;
  }
}
@media screen and (max-width: 50.75em) {
  section.sidearticle .item figure {
    padding-top: 56.25%;
    margin-bottom: 1.5rem;
  }
}
section.sidearticle .item figure iframe {
  border: 0px;
}
section.sidearticle .item figure iframe,
section.sidearticle .item figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.sidearticle:nth-child(1) .item .article-sustainability h3 {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}
section.sidearticle:nth-child(1) .item .article-sustainability h3::first-letter {
  font-size: 2.1rem;
}
section.sidearticle:nth-child(2) .item .article-sustainability h3,
section.sidearticle:nth-child(3) .item .article-sustainability h3,
section.sidearticle:nth-child(5) .item .article-sustainability h3 {
  display: none;
}
@media screen and (min-width: 50.75001em) {
  section.sidearticle.sidevideo:nth-child(odd) figure:nth-child(odd),
  section.sidearticle.sidevideo:nth-child(even) figure:nth-child(odd) {
    margin-right: 2.25rem;
    margin-left: 0;
  }
  section.sidearticle.sidevideo:nth-child(odd) figure:nth-child(even),
  section.sidearticle.sidevideo:nth-child(even) figure:nth-child(even) {
    margin-right: 0;
    margin-left: 2.25rem;
  }
}
iframe {
  border: 0px;
}
@media screen and (min-width: 80.001em) {
  section.tabbox {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  section.tabbox {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.tabbox {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 80.001em) {
  section.tabbox .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.tabbox .center > * {
    width: 50%;
    padding: 1.5rem 0;
  }
}
section.tabbox .center > * {
  padding: 1.5rem 0;
}
@media screen and (min-width: 50.75001em) {
  section.tabbox h3 {
    font-size: 2.52rem;
    line-height: 4.032rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.tabbox h3 {
    font-size: 1.26rem;
    line-height: 2.016rem;
  }
}
@media screen and (min-width: 50.75001em) {
  section.tabbox h4 {
    font-size: 1.89rem;
    line-height: 4.032rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.tabbox h4 {
    font-size: 1.26rem;
    line-height: 2.016rem;
  }
}
section.tabbox h3,
section.tabbox .active h4 {
  color: #007B83;
}
section.tabbox li:not(.active) h4 {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #BCBBBC;
}
section.tabbox li:not(.active) h4:hover {
  color: #007B83;
}
section.tabbox .side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
section.tabbox .side,
section.tabbox .side * {
  color: #007B83;
}
section.tabbox .side h3,
section.tabbox .side p {
  padding-bottom: 1.5rem;
}
section.tabbox .side p {
  font-size: 1.323rem;
  line-height: 1.764rem;
}
@media screen and (min-width: 80.001em) {
  section.tabbox .side p {
    padding-right: 3rem;
  }
}
section.tabbox .side .button {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.tabbox .tabs li {
  cursor: pointer;
}
section.tabbox .tabs li:not(:last-child) {
  padding-bottom: 1.5rem;
}
section.tabbox .tabs p {
  will-change: auto;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  max-height: 100vh;
  font-size: 1rem;
  overflow: hidden;
  line-height: 1.5rem;
  padding-top: 1.5rem;
}
section.tabbox .tabs p:not(:last-child) {
  padding-bottom: 0;
}
section.tabbox .tabs p a {
  text-decoration: underline;
  /*  text-transform: uppercase;  */
}
section.tabbox .tabs li:not(.active) p {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-top: 0;
}
section.tabbox .tabs li.active {
  max-height: 100vh;
}
section.tabbox .tabs li.active p {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
section.tabbox .tabs li.active p:not(:last-child) {
  padding-bottom: 1.5rem;
}
section.tabbox .tabs li span {
  display: inline-block;
  width: 0.75rem;
  margin-right: 0.75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  background: url('/assets/svg/arrow-small-right.svg') left center no-repeat;
  background-size: contain;
}
section.tabbox .tabs li:not(.active) span {
  opacity: 0.5;
}
section.tabbox .tabs li.active span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 50.75001em) {
  section.twobytwo {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 50.75em) {
  section.twobytwo {
    padding: 1.5rem 0;
  }
}
section.twobytwo h1 {
  padding: 1.5rem;
  text-align: center;
  color: #007B83;
  font-size: 2.52rem;
}
section.twobytwo > p {
  display: block;
  margin: 0 auto;
  max-width: 60rem;
  padding: 0 1.5rem 1.5rem;
  text-align: center;
  font-size: 1.26rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 80em) {
  section.twobytwo .center {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 50.75001em) {
  section.twobytwo .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.twobytwo .center > * {
    width: 50%;
  }
}
section.twobytwo .box {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 80.001em) {
  section.twobytwo .box {
    padding: 3rem;
  }
}
@media screen and (max-width: 80em) {
  section.twobytwo .box {
    padding: 1.5rem;
  }
}
section.twobytwo .box > *:not(:last-child) {
  padding-bottom: 1rem;
}
section.twobytwo .box img {
  margin: 0;
  max-height: 9.45rem;
  max-width: 50%;
}
section.twobytwo .box p {
  line-height: 1.5rem;
}
section.twobytwo .box.haslink:hover {
  background: white;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 1.5rem 1.5rem 0 rgba(0, 0, 0, 0.24), 0 0 24px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1.5rem 1.5rem 0 rgba(0, 0, 0, 0.24), 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
section.twobytwo .box1 {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 80.001em) {
  section.twobytwo .box1 {
    padding: 3rem;
  }
}
@media screen and (max-width: 80em) {
  section.twobytwo .box1 {
    padding: 1.5rem;
  }
}
section.twobytwo .box1 > *:not(:last-child) {
  padding-bottom: 1rem;
}
section.twobytwo .box1 img {
  margin: 0;
  max-height: 9.45rem;
  max-width: 50%;
}
section.twobytwo .box1 p {
  line-height: 1.5rem;
}
section.twobytwo.bg .box.haslink:hover {
  background: #F0F5F4;
}
section.twobytwo .center .box img {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
section.twobytwo .center:not(:hover) .box:not(:hover) img {
  margin: 0.75rem 0 -0.75rem 0;
}
section.twobytwo .center .box:not(:hover) img {
  margin: 1.5rem 0 -1.5rem 0;
}
section.twobytwo .center:hover .box:not(:hover) {
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: 0.5;
}
section.twobytwo .center:hover .box:not(:hover) img {
  opacity: 0.5;
  margin: 2.25rem 0 -2.25rem 0;
}
#body.page-service section.twobytwo h2 {
  text-align: center;
}
section.contactbox-small {
  background: #007B83 !important;
  color: #F0F5F4;
}
@media screen and (min-width: 80.001em) {
  section.contactbox-small {
    padding: 7.5rem 0;
  }
}
@media screen and (max-width: 80em) {
  section.contactbox-small {
    padding: 4.5rem 1.5rem;
  }
}
section.contactbox-small .inner {
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
}
section.contactbox-small h3 {
  font-size: 1.638rem;
  line-height: 1.701rem;
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 50.75001em) {
  section.contactbox {
    padding: 9rem 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.contactbox {
    padding: 3rem 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 50.75001em) {
  section.contactbox .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
section.contactbox .center > div {
  color: #007B83;
}
@media screen and (min-width: 80.001em) {
  section.contactbox .center > div {
    width: 50%;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  section.contactbox .center > div {
    width: 100%;
  }
}
@media screen and (min-width: 50.75001em) {
  section.contactbox .center > div h3 {
    font-size: 4.284rem;
    line-height: 4.032rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.contactbox .center > div h3 {
    font-size: 2.142rem;
    line-height: 2.016rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 50.75001em) {
  section.contactbox .center > div p {
    font-size: 1.323rem;
    line-height: 1.764rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.contactbox .center > div p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
section.contactbox .center > div .buttonbox {
  padding: 3rem 0;
}
section.contactbox .center > div .buttonbox .button {
  white-space: nowrap;
}
@media screen and (min-width: 50.75001em) {
  section.contactbox .center > div .buttonbox .button {
    margin: 0 1.5rem 1.5rem 0;
  }
}
@media screen and (max-width: 50.75em) {
  section.contactbox .center > div .buttonbox .button {
    margin: 0 0.75rem 0.75rem 0;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  section.contactbox .center > div:last-child {
    display: none;
  }
}
@media screen and (min-width: 80.001em) {
  section.contactbox .center > div:last-child {
    margin-top: -9rem;
  }
}
section.contactbox .center > div:last-child img {
  border-radius: 100%;
}
section.contactbox .center > div:last-child img:first-child {
  margin: 0 auto;
  width: 75%;
}
section.contactbox .center > div:last-child img:not(:first-child):not(:last-child) {
  margin: 0 0 0 auto;
  width: 50%;
}
section.contactbox .center > div:last-child img:last-child {
  width: 40%;
}
@media screen and (min-width: 80.001em) {
  section.contactbox .center > div:last-child img:last-child {
    margin: -10.5rem 0 -7.5rem 3rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.contactbox .center > div:last-child img:last-child {
    margin: -15rem 0 -4.5rem 1.5rem;
  }
}
section.contactbox-info {
  padding: 9rem 1.5rem;
}
@media screen and (max-width: 50.75em) {
  section.contactbox-info {
    padding-bottom: 3rem;
  }
}
section.contactbox-info .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 80.001em) {
  section.contactbox-info .center > div {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  section.contactbox-info .center h4 {
    margin-bottom: 1.5rem;
  }
  section.contactbox-info .center > div:first-child {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  section.contactbox-info .center > div:not(:first-child) {
    width: 50%;
  }
}
@media screen and (max-width: 50.75em) {
  section.contactbox-info .center > div {
    width: 100%;
    padding-bottom: 1.5rem;
  }
}
section.contactbox-info .center h4 {
  font-size: 1.638rem;
}
section.contactbox-info .center h5 {
  font-size: 0.882rem;
  line-height: 1.197rem;
  font-weight: bold;
  text-transform: uppercase;
}
section.contactbox-info .center p {
  font-size: 1rem;
  line-height: 1.5rem;
}
section.contactbox-info .center h5,
section.contactbox-info .center p {
  margin-bottom: 0.75rem;
}
section.contactbox-info .center p a {
  text-decoration: underline;
}
section.contactbox-info .center span.icon {
  display: inline-block;
  width: 1.197rem;
  height: 1.197rem;
  margin-right: 0.375rem;
  background: center center no-repeat;
  background-size: contain;
}
section.contactbox-info .center span.icon.clock {
  background-image: url('/assets/svg/clock.svg');
}
section.contactbox-info .center span.icon.pointer {
  background-image: url('/assets/svg/pointer.svg');
}
section.socialbar {
  padding: 9rem 0;
}
section.socialbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 53.33333333rem;
  margin: 0 auto;
}
@media screen and (min-width: 50.75001em) {
  section.socialbar ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 50.75em) {
  section.socialbar ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.socialbar ul li:first-child {
    width: 100%;
  }
}
@media screen and (min-width: 50.75001em) {
  section.socialbar ul li {
    margin: 0 1.5rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.socialbar ul li {
    margin: 0 0.75rem;
  }
}
section.socialbar ul h4 {
  font-size: 1.638rem;
}
@media screen and (min-width: 50.75001em) {
  section.socialbar ul h4 {
    margin-right: 6rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.socialbar ul h4 {
    text-align: center;
    margin-bottom: 0.75rem;
  }
}
section.socialbar ul img {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 1.5rem;
  height: 1.5rem;
}
section.socialbar ul a:hover img {
  opacity: 0.6;
}
@media screen and (min-width: 50.75001em) {
  .formbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.formbox div:last-child img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 50.75001em) {
  .formbox div:last-child img {
    height: 100%;
  }
}
@media screen and (min-width: 50.75001em) {
  .formbox > div {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .formbox > div .freeform-middle {
    max-width: 100%;
    width: 40rem;
  }
}
.formbox > div form {
  margin: 0 auto;
  width: 100%;
}
form .freeform-row {
  margin: 0.75rem 0;
}
form.freeform_form_handle label {
  display: none!important;
}
form input,
form button,
form textarea {
  border-radius: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: 'Montserrat', sans-serif;
}
form input::placerholder,
form button::placerholder,
form textarea::placerholder {
  color: #0A6269;
}
form input::-moz-selection, form button::-moz-selection, form textarea::-moz-selection {
  background: #F0F5F4;
  color: #007B83;
}
form input::selection,
form button::selection,
form textarea::selection {
  background: #F0F5F4;
  color: #007B83;
}
form input,
form textarea {
  border: 0.063rem solid #eee;
  padding: 0 1rem;
}
form input:not([type=checkbox]),
form textarea:not([type=checkbox]) {
  line-height: 3rem;
  height: 3rem;
}
form input:focus,
form textarea:focus {
  border: 0.063rem solid #007B83;
  outline-color: #007B83;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
}
form textarea {
  height: 10rem !important;
  resize: none;
}
form button {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  font-weight: normal;
  background: #007B83;
  color: #fff;
  text-align: center;
  border: 0.063rem solid #007B83;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 3rem;
  line-height: 3rem;
  height: 3rem;
}
form button:hover {
  color: #007B83;
  background: #fff;
}
section.listview h4 {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 80em) {
  section.listview h4 {
    padding: 0 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 80.001em) {
  section.listview {
    padding: 4.5rem 0;
  }
  section.listview .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  section.listview ul {
    width: 50%;
  }
}
@media screen and (max-width: 80em) {
  section.listview {
    padding: 3rem 0;
  }
}
section.listview ul {
  padding: 1.5rem;
}
@media screen and (min-width: 80.001em) {
  section.listview ul:first-child {
    padding-left: 0.375rem;
  }
  section.listview ul:last-child {
    padding-right: 0.375rem;
  }
}
@media screen and (max-width: 80em) {
  section.listview ul:first-child {
    padding-bottom: 0;
  }
  section.listview ul:last-child {
    padding-top: 0;
  }
}
section.listview li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0.375rem;
  border-bottom: solid 0.063rem #D1D5D5;
  line-height: 1.5rem;
}
section.listview li span {
  padding-right: 0.75rem;
}
section.listview li span.icon img {
  width: 1.197rem;
  height: 1.197rem;
}
section.listview li span.title {
  width: 26%;
  font-weight: bold;
  font-size: 0.882rem;
  text-transform: uppercase;
}
section.listview li span.info {
  font-size: 1rem;
}
@media screen and (min-width: 50.75001em) {
  section.headsplit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  section.headsplit > div {
    width: 50%;
    overflow: hidden;
  }
  section.headsplit > div:first-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
  section.headsplit > div:last-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
section.headsplit .introbox {
  background: #F0F5F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.headsplit .introbox .inner {
  max-width: 100%;
  width: 40rem;
  color: #007B83;
}
@media screen and (max-width: 50.75em) {
  section.headsplit .introbox .inner {
    padding: 3rem 1.5rem;
  }
}
@media screen and (min-width: 50.75001em) and (max-width: 80em) {
  section.headsplit .introbox .inner {
    padding: 1.5rem;
  }
}
section.headsplit .introbox .inner h2 {
  font-size: 2.52rem;
  line-height: 3.024rem;
  margin-bottom: 1.5rem;
  word-break: break-word;
}
@media screen and (max-width: 50.75em) {
  section.headsplit .introbox .inner h2 {
    font-size: 2.142rem;
    line-height: 2.016rem;
  }
}
section.headsplit .introbox .inner p {
  font-size: 1rem;
  line-height: 1.5rem;
}
section.headsplit .introbox .inner p:not(:last-child) {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 50.75001em) {
  section.headsplit .imagebox {
    max-height: 50vw;
    height: 41.78807947vw;
  }
}
@media screen and (max-width: 50.75em) {
  section.headsplit .imagebox {
    height: 100vw;
  }
}
section.headsplit .imagebox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.newsletter {
  background: center center no-repeat;
  background-size: cover;
}
section.newsletter,
section.newsletter * {
  color: #fff;
}
section.newsletter a:hover {
  color: grey;
}
@media screen and (min-width: 50.75001em) {
  section.newsletter .center {
    max-width: 60rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3rem 0;
  }
}
@media screen and (max-width: 50.75em) {
  section.newsletter .center {
    padding: 2.25rem 1.5rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.newsletter .half:first-child {
    padding-bottom: 1.5rem;
  }
  section.newsletter .half:first-child h4,
  section.newsletter .half:first-child p {
    text-align: center;
  }
}
@media screen and (min-width: 50.75001em) {
  section.newsletter .half {
    width: 50%;
  }
}
@media screen and (min-width: 50.75001em) {
  section.newsletter .half form {
    margin-bottom: -1.5rem;
  }
}
@media screen and (max-width: 50.75em) {
  section.newsletter .half form {
    margin-bottom: 0;
  }
}
section.newsletter .half h4 {
  margin-bottom: 0.75rem;
}
section.newsletter .half p {
  margin-bottom: 0;
}
section.newsletter .half .thatinput {
  display: none!important;
}
section.newsletter .half input[type=email] {
  color: #0A6269;
}
@media screen and (max-width: 50.75em) {
  section.newsletter .half input[type=email] {
    width: 100%;
  }
}
@media screen and (min-width: 50.75001em) {
  section.newsletter .half input[type=email] {
    width: 75%;
  }
}
section.newsletter .half label {
  display: block!important;
  font-size: 0.75rem;
  text-align: center;
}
section.newsletter .half input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin: 0.5rem 0.5rem -0.25rem 0;
  border-color: #fff;
  padding: 0;
}
section.newsletter .half input[type=checkbox]:checked {
  background: #fff;
}
section.newsletter .half button {
  margin-top: 0.375rem;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 50.75em) {
  section.newsletter .half button {
    width: 100%;
  }
}
@media screen and (min-width: 50.75001em) {
  section.newsletter .half button {
    width: 23%;
  }
}
section.newsletter .half button:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
section.newsletter .half input[type=email],
section.newsletter .half button {
  display: inline-block;
}
section.sustainability .hero {
  overflow: hidden;
}
section.sustainability .hero .sus-header {
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #007b83;
}
@media screen and (max-width: 768px) {
  section.sustainability .hero .sus-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 60vh;
  }
}
section.sustainability .hero .sus-header .sus-header-title {
  padding: 4rem 2rem 0 3rem;
}
section.sustainability .hero .sus-header .sus-header-title h2 {
  font-size: 3.5rem;
  position: relative;
}
section.sustainability .hero .sus-header .sus-header-title h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 21rem;
  width: 20%;
  height: 50%;
  background: url('https://bluemoon.be/assets/icons/Leaf_green.svg') center center no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 520px) {
  section.sustainability .hero .sus-header .sus-header-title {
    padding: 2rem 2rem 0 3rem;
  }
  section.sustainability .hero .sus-header .sus-header-title h2 {
    font-size: 2rem;
  }
  section.sustainability .hero .sus-header .sus-header-title h2::before {
    left: 8rem;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 520px) and (max-width: 768px) {
  section.sustainability .hero .sus-header .sus-header-title {
    padding: 4rem 2rem 0 3rem;
  }
  section.sustainability .hero .sus-header .sus-header-title h2 {
    font-size: 2rem;
  }
  section.sustainability .hero .sus-header .sus-header-title h2::before {
    left: 14rem;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  section.sustainability .hero .sus-header .sus-header-title {
    padding: 5rem 3rem 0 4rem;
  }
  section.sustainability .hero .sus-header .sus-header-title h2 {
    font-size: 2.5rem;
  }
  section.sustainability .hero .sus-header .sus-header-title h2::before {
    left: 15rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  section.sustainability .hero .sus-header .sus-header-title {
    padding: 7rem 3rem 0 4rem;
  }
  section.sustainability .hero .sus-header .sus-header-title h2 {
    font-size: 3.5rem;
  }
  section.sustainability .hero .sus-header .sus-header-title h2::before {
    left: 21rem;
  }
}
@media screen and (min-width: 1500px) {
  section.sustainability .hero .sus-header .sus-header-title {
    padding: 8rem 5rem 0 5rem;
  }
  section.sustainability .hero .sus-header .sus-header-title h2 {
    font-size: 4.5rem;
  }
  section.sustainability .hero .sus-header .sus-header-title h2::before {
    left: 27rem;
  }
}
section.sustainability .hero .sus-header .sus-header-intro {
  padding: 4rem 2rem 0 3rem;
}
section.sustainability .hero .sus-header .sus-header-intro p {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  section.sustainability .hero .sus-header .sus-header-intro {
    padding: 4rem 2rem 0 3rem;
  }
  section.sustainability .hero .sus-header .sus-header-intro p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  section.sustainability .hero .sus-header .sus-header-intro {
    padding: 5rem 2rem 0 3rem;
  }
  section.sustainability .hero .sus-header .sus-header-intro p {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  section.sustainability .hero .sus-header .sus-header-intro {
    padding: 8rem 3rem 0 4rem;
  }
  section.sustainability .hero .sus-header .sus-header-intro p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1500px) {
  section.sustainability .hero .sus-header .sus-header-intro {
    padding: 9rem 5rem 0 5rem;
  }
  section.sustainability .hero .sus-header .sus-header-intro p {
    font-size: 1.5rem;
  }
}
section.sustainability .hero #sus-grid-3x1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: 50vh;
  background: #F0F5F4;
}
section.sustainability .hero #sus-grid-3x1 .cell {
  position: relative;
  max-width: 50vw;
  height: 50vh;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transition: background-image 0.5s ease;
  transition: background-image 0.5s ease;
}
section.sustainability .hero #sus-grid-3x1 .cell h1 {
  z-index: 10;
  color: #F0F5F4;
  font-size: 2.52rem;
  line-height: 3.024rem;
  word-break: break-word;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
section.sustainability .hero #sus-grid-3x1 .cell:hover h1 {
  color: #fff;
  opacity: 1;
  z-index: 10;
}
section.sustainability .hero #sus-grid-3x1 .cell:nth-child(1) {
  display: -ms-grid;
  display: grid;
  place-content: center;
}
section.sustainability .hero #sus-grid-3x1 .cell:nth-child(1) .cell-item {
  width: 40rem;
  max-width: 100%;
}
@media screen and (max-width: 1400px) {
  section.sustainability .hero #sus-grid-3x1 .cell:nth-child(1) .cell-item {
    width: 30rem;
  }
}
section.sustainability .hero #sus-grid-3x1 .cell:nth-child(1) h2 {
  font-size: 2.52rem;
  line-height: 3.024rem;
  margin-bottom: 1.5rem;
  word-break: break-word;
  color: #007B83;
  opacity: 1;
}
section.sustainability .hero #sus-grid-3x1 .cell:nth-child(1) {
  cursor: pointer;
  background: #0A6269;
  border-top-right-radius: 1.5rem;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
section.sustainability .hero #sus-grid-3x1 .cell:nth-child(1):hover:before,
section.sustainability .hero #sus-grid-3x1 .cell:nth-child(1).active:before {
  opacity: 1;
}
section.sustainability .hero #sus-grid-3x1 .cell:nth-child(1):before {
  content: "";
  position: absolute;
  border-top-right-radius: 1.5rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.4))), url("/assets/images/sustainability/Bikes.webp");
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url("/assets/images/sustainability/Bikes.webp");
  background-size: cover;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
section.sustainability .hero #sus-grid-3x1 .cell:nth-child(2) {
  cursor: pointer;
  background: #00CDE3;
  border-top-right-radius: 1.5rem;
  border-top-left-radius: 1.5rem;
  background-position: -10px 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
section.sustainability .hero #sus-grid-3x1 .cell:nth-child(2):hover:before,
section.sustainability .hero #sus-grid-3x1 .cell:nth-child(2).active:before {
  opacity: 1;
}
section.sustainability .hero #sus-grid-3x1 .cell:nth-child(2):before {
  content: "";
  position: absolute;
  border-top-right-radius: 1.5rem;
  border-top-left-radius: 1.5rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.4))), url("/assets/images/sustainability/Hockey.webp");
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url("/assets/images/sustainability/Hockey.webp");
  background-size: cover;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
section.sustainability .hero #sus-grid-3x1 .cell:nth-child(3) {
  position: relative;
  cursor: pointer;
  background: #007B83;
  border-top-left-radius: 1.5rem;
  background-position: 10px 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
section.sustainability .hero #sus-grid-3x1 .cell:nth-child(3):hover:before,
section.sustainability .hero #sus-grid-3x1 .cell:nth-child(3).active:before {
  opacity: 1;
}
section.sustainability .hero #sus-grid-3x1 .cell:nth-child(3):before {
  content: "";
  position: absolute;
  border-top-left-radius: 1.5rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.4))), url("/assets/images/sustainability/Food-Plan.webp");
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url("/assets/images/sustainability/Food-Plan.webp");
  background-size: cover;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  section.sustainability .hero #sus-grid-3x1 {
    height: 25vh;
  }
  section.sustainability .hero #sus-grid-3x1 .cell {
    height: 25vh;
  }
  section.sustainability .hero #sus-grid-3x1 .cell h1 {
    font-size: 1rem;
  }
}
.page-sustainability .articlebody .sidearticle {
  display: none;
}
.page-sustainability .articlebody .sidearticle.active {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
section,
figure {
  padding: 0;
  margin: 0;
  list-style: none;
}
input {
  -webkit-appearance: none;
}
img {
  border: 0;
  margin: 0 auto;
  display: block;
}
a {
  text-decoration: none;
  color: #007B83;
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  color: #007B83;
}
a i {
  font-size: 0.75em;
}
.center {
  max-width: 80rem;
  margin: 0 auto;
}
.center::after {
  display: block;
  content: '';
  clear: both;
  max-height: 0px;
  overflow: hidden;
}
.center.small {
  max-width: 60rem;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix::after {
  display: block;
  content: '';
  clear: both;
  max-height: 0px;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.5rem;
}
h1,
h2,
h3,
h4 {
  font-family: 'Montserrat', sans-serif;
}
figure {
  background: center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
figure .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
figure .inner > * {
  color: #fff;
  display: block;
  margin: 0 auto;
}
a.article {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-indent: -1000vw;
  color: rgba(0, 0, 0, 0);
}
::-moz-selection {
  background: transparent;
  color: inherit;
}
::selection {
  background: transparent;
  color: inherit;
}
* {
  -webkit-tap-highlight-color: transparent;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nul {
  padding: 0;
  margin: 0;
  list-style: none;
}
html,
body {
  padding: 0;
  margin: 0;
  background: #0ab;
  font-family: 'Montserrat', sans-serif;
}
html {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (min-width: 50.75001em) {
  body {
    padding: 0.75rem;
  }
}
.logo {
  height: 3.75rem;
  /*  width: @baseline * 7.6; */
}
.button.underline {
  text-decoration: underline;
  color: black;
}
.button.outline {
  cursor: pointer;
  background-color: rgba(240, 245, 244, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.button.outline.normal {
  border-radius: 1.6875rem;
  border: 0.063rem solid #0A6269;
  height: 3.375rem;
  line-height: 3.375rem;
  padding: 0 1.5rem;
  display: inline-block;
}
.button.outline.normal:hover {
  background-color: #007B83;
  color: #fff;
}
.button.outline.underline {
  text-decoration: underline;
}
.button.outline.left,
.button.outline.right {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 100%;
  border: 0.063rem solid #0A6269;
  width: 3.375rem;
  height: 3.375rem;
  text-indent: -9999vw;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
}
.button.outline.left:hover,
.button.outline.right:hover {
  opacity: 0.5;
}
.button.outline.left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.button.outline.left:hover {
  margin-left: -0.375rem;
}
.button.outline.right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.button.outline.right:hover {
  margin-right: -0.375rem;
}
.button.outline.left {
  background-image: url('/assets/svg/arrow-left.svg');
}
.button.outline.right {
  background-image: url('/assets/svg/arrow-right.svg');
}
.button.outline.white {
  border: 0.063rem solid #fff;
  background-color: transparent;
}
.button.outline.white.left {
  background-image: url('/assets/svg/arrow-left-white.svg');
}
.button.outline.white.right {
  background-image: url('/assets/svg/arrow-right-white.svg');
}
.button.normal:not(.outline) {
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  font-weight: normal;
  background: #0ab;
  color: #fff;
  text-align: center;
  border: 0.063rem solid #007B83;
  padding: 0 3rem;
  line-height: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  border: 0.063rem solid #0ab;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.button.normal:not(.outline):hover {
  color: #fff;
  border: 0.063rem solid #0ab;
  background: #007B83;
}
section.bg .button.outline {
  background-color: rgba(255, 255, 255, 0.75);
}
p a {
  text-decoration: underline;
}
footer p a {
  text-decoration: none;
}
