<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* LAYOUT */

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

/* FONTS */

@font-face {
  font-family: 'Akzidenz Grotesk';
  src: url('fonts/akzidenzgrotesk-medium.woff2') format('woff2'),
       url('fonts/akzidenzgrotesk-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Akzidenz Grotesk';
  src: url('fonts/akzidenzgrotesk-regular.woff2') format('woff2'),
       url('fonts/akzidenzgrotesk-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* STYLES */

html {
  -webkit-text-size-adjust: none;
}

:root {
  --heading-space: 120px;
}

body {
  font-family: 'Akzidenz Grotesk', Helvetica, Arial, sans-serif;
  background: #fff;
  color: #808080;
  font-size: 13px;
  line-height: 24px;
  padding: calc(var(--heading-space) + 65px) 32px 0;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

header {
  line-height: 16px;
}
header strong {
  font-weight: 500;
}
header strong a:hover {
  text-decoration: none;
}

.color-primary {
  color: #000;
}
.bg-black {
  background-color: #000;
  color: #fff;
}
.bg-black .switch-label {
  border-color: #191919;
}
.color-inherit {
  color: inherit;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a.active,
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
strong {
  font-weight: 500;
}

header {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  padding: 31px 32px 0 32px;
  background: #fff;
}
#menu {
  padding-bottom: 30px;
  line-height: 24px;
  overflow: hidden;
  max-height: 0;
  transition: 0.5s all
}
#menu.open {
  max-height: 600px;
}
#menu &gt; ul {
  margin-top: var(--heading-space);
  padding-bottom: 200px;
}
#menu ul {
  text-transform: uppercase;
}
#menu ul ul {
  padding: 2.2rem 0;
}
#menu .sub-menu {
  cursor: pointer;
}
#lang li {
  display: inline;
}
#lang li:first-child:after {
  content: " â€”";
}

#burger {
  position: absolute;
  top: 46px;
  right: 32px;
  width: 18px;
  height: 14px;
  font: 0/0 a;
  color: transparent;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14'%3e%3cg fill='%23000000'%3e%3crect width='18' height='2'/%3e%3crect y='6' width='18' height='2'/%3e%3crect y='12' width='18' height='2'/%3e%3c/g%3e%3c/svg%3e") no-repeat;
}
.blocks {
  margin-top: calc(var(--heading-space) - 26px);
}
.container {
  margin: -16px;
  overflow: hidden;
}
.inset {
  padding: 16px;
}
.inset.no-top {
  padding-top: 0;
}
.negative-top-gutter {
  margin-top: -32px;
}
@media (max-width: 895px) {
  .space-above {
    margin-top: 70px;
  }
}
.info {
  margin-bottom: 70px;
}
@media (min-width: 609px) {
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .w-100 {
    width: 100%;
  }
}
@media (min-width: 609px) and (max-width: 895px) {
  .lg {
    width: 100%;
  }
  .sm {
    width: 50%;
  }
  .row.info .sm:nth-child(3) {
    margin-left: 50%;
  }
}
@media (min-width: 896px) and (max-width: 1184px) {
  .lg {
    width: 66.666667%;
  }
  .sm {
    width: 33.333333%;
  }
}
@media (min-width: 1185px) and (max-width: 1471px) {
  .lg {
    width: 50%;
  }
  .sm {
    width: 25%;
  }
}
@media (min-width: 1472px) and (max-width: 1760px) {
  .lg {
    width: 40%;
  }
  .sm {
    width: 20%;
  }
}
@media (min-width: 1761px) {
  .lg {
    width: 33.333333%;
  }
  .sm {
    width: 16.666667%;
  }
}
.sm .bx + .bx {
  margin-top: 32px;
}
.bx {
  position: relative;
  padding-bottom: 100%;
}
.bx.--image.--link a,
.bx.--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bx.--image:not(.--link):after,
.bx.--image.--link a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.bx .txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.selected {
  background: #000;
}
@media (max-width: 608px) {
  .bx {
    height: auto;
    padding-bottom: 0;
    min-height: calc(100vw - 64px);
  }
  .bx img {
    display: block;
  }
  .empty {
    display: none;
  }
}
.txt h1 + p,
.txt p + p {
  margin-top: 22px;
}
.link-wrapper:hover span {
  text-decoration: underline;
}
.link-wrapper .txt .bx-link {
  text-transform: none;
}
.txt .bx-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-style: normal;
  text-transform: uppercase;
}
.txt h1 {
  text-transform: uppercase;
}
.txt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Text sections */

p:not(:last-child) {
  margin-bottom: 24px;
}
.text-uppercase {
  text-transform: uppercase;
}
.logo {
  margin-left: auto;
}
.logo img {
  width: 100%;
}
.logo svg {
  transform: scale(0.66);
}
.logo svg text {
  fill: #fff;
  font-weight: bold;
  font-size: 3em;
}
@media (max-width: 608px) {
  .logo {
    display: none;
  }
}
@media (min-width: 609px) {
  .multicolumn {
    column-gap: 32px;
  }
  .multicolumn--2,
  .multicolumn--6 {
    columns: 2;
  }
}
@media (min-width: 896px) and (max-width: 1184px) {
  .multicolumn--6 {
    columns: 3;
  }
}
@media (min-width: 1185px) and (max-width: 1471px) {
  .multicolumn--6 {
    columns: 4;
  }
}
@media (min-width: 1472px) and (max-width: 1760px) {
  .multicolumn--6 {
    columns: 5;
  }
}
@media (min-width: 1761px) {
  .multicolumn--6 {
    columns: 6;
  }
}

@media (max-width: 1184px)  {
  .md-up-only {
    display: none;
  }
}

.video-link {
  position: relative;
  display: block;
}
.video-link:after {
  content: " " !important;
  position: absolute;
  bottom: 50% !important;
  left: 50% !important;
  margin: 0 0 -13px -11px;
  border: 13px solid transparent;
  border-left: 23px solid #fff;
}
.bx img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 0%;
}
em,
address {
  text-transform: none;
}
.popup {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 32px;
  left: 32px;
  pointer-events: none;
}
.popup-content {
  position: relative;
  margin-left: auto;
  padding-top: 124px;
  pointer-events: auto;
  max-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.popup-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: -16px;
  width: 16px;
  bottom: 0;
  background: #fff;
}
.popup-content a {
  color: inherit;
  text-decoration: underline;
}
.popup-content h2 {
  margin-bottom: 24px;
}
.popup-content .form-submit {
  color: #fff;
  text-decoration: none;
}
.popup-intro {
  min-height: 200px;
}
@media (min-width: 609px) {
  .popup {
    right: 82px;
  }
  .popup .sm {
    width: 50%;
  }
}

#contact {
  text-transform: uppercase;
}
#contact a {
  text-transform: none;
}
footer {
  margin: 50px -32px 0;
  padding: 32px;
  background: #000;
  color: #fff;
  overflow: hidden;
  line-height: 18px;
}
footer a {
  color: inherit;
}
footer .sm {
  padding: 16px;
  padding-bottom: 150px
}
footer ul {
  margin-bottom: 18px;
}
@media (min-width: 609px) {
  footer .container {
    display: flex;
    flex-wrap: wrap;
  }
}

.alert {
  position: relative;
  background-color: #000;
  color: #fff;
  padding: 64px;
  margin: 16px;
}
.alert h2 {
  margin-bottom: 32px;
  max-width: 500px;
}
.alert p {
  margin-bottom: 16px;
  max-width: 500px;
}
.alert .close {
  position: absolute;
  top: 32px;
  right: 32px;
  border: none;
  padding: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.-heading {
  margin-bottom: 24px;
}

.form-control {
  display: block;
  width: 100%;
  padding: .5rem 1em;
  border-radius: 0;
  border: 1px solid #f2f2f2;
  color: #000;
  font: inherit;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}
button.form-control {
  background-color: transparent;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
button.form-control.--with-check:after {
  content: '&gt;';
}
.custom-dropdown {
  position: relative;
}
.custom-dropdown:after {
  content: 'v';
  position: absolute;
  right: 0;
  top: 0;
  padding: .5rem 1em;
  color: #000;
  pointer-events: none;
}
.custom-dropdown .form-control {
  appearance: none;
  -webkit-appearance: none;
}
.custom-file {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.custom-file .control-label {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
.custom-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.custom-file-delete {
  color: inherit;
  border: none;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 1rem;
  margin: -1rem;
  cursor: pointer;
}
.custom-file-delete:hover {
  text-decoration: underline;
}
.custom-file:not(.file-selected) .control-label:after {
  content: "&gt;";
}
.custom-file:not(.file-selected) .custom-file-delete {
  display: none;
}
.form-checkbox {
  opacity: 0;
  height: 2rem;
  cursor: pointer;
  display: block;
}
.form-checkbox + label {
  cursor: pointer;
  margin-top: -2rem;
  display: block;
}
.form-checkbox + label:before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #a8a8a8;
}
.form-checkbox:checked + label:before {
  background: #a8a8a8;
}
.form-checkbox.error:not(:valid) + label:before  {
  background: #fff200;
  border-color: #fff200;
}
.form-control.error:not(:valid),
.form-group.has-error .form-control,
.custom-file.has-error {
  background: #fff200;
}
.form-submit {
  display: block;
  width: 100%;
  padding: .5rem 1em;
  border: 0;
  background: #000;
  color: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.form-submit:hover {
  text-decoration: none;
}
.form-submit.--white {
  color: #000;
  background: transparent;
}
@media (min-width: 609px) {
  .form-checkbox {
    display: block;
  }
}
.submission-form legend {
  padding-bottom: 1rem;
}
.submission-form .form-group {
  margin-bottom: 1rem;
}

.fancybox-active {
  background: #191919;
}
.fancybox-bg {
  background: #191919;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.96;
}
.fancybox-button {
  font-family: inherit;
  font-size: 13px;
  background: none;
  text-transform: lowercase;
}
.lightbox:focus {
  outline: none;
}

.switch label {
  display: block;
}
.switch input {
  display: none;
}
.switch-label {
  position: relative;
  display: block;
  border: 1px solid #f2f2f2;
  padding: .5rem 1em;
  cursor: pointer;
}
.switch-label span {
  position: relative;
  color: #808080;
  transition: 0.1s color;
}
.switch-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding-left: 1em;
  background: #000;
  transform: translateX(100%);
  transition: 0.1s transform;
}
.switch-label:after {
  content: attr(data-reject-label);
  position: absolute;
  left: 50%;
  padding-left: 1em;
  color: #fff;
  transition: 0.1s color;
}
.switch-label.switch-label--checked {
  cursor: default;
}
.switch-label.switch-label--checked span,
.switch input:checked ~ .switch-label span {
  color: #fff;
}
.switch-label.switch-label--checked:before,
.switch input:checked ~ .switch-label:before {
  transform: translateX(0);
}
.switch-label.switch-label--checked:after,
.switch input:checked ~ .switch-label:after {
  color: #808080;
}
.submit-group {
  margin-top: 3rem;
}

.form-submit {
  transition: 0.2s opacity;
}
#consent:not(:checked) ~ .form-submit {
  opacity: 0.5;
  pointer-events: none;
}</pre></body></html>