@charset "UTF-8";
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*-----------------------------------------------------------------------------------*/
/*      0.0 Reset
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------------------------*/
/*      1.0 Icomoon
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/fonts/icomoon.eot?pha8");
  src: url("../icomoon/fonts/icomoon.eot?pha8#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?pha8") format("truetype"), url("../icomoon/fonts/icomoon.woff?pha8") format("woff"), url("../icomoon/fonts/icomoon.svg?pha8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin-square:before {
  content: "\e901";
}

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

.icon-linkedin:before {
  content: "\e907";
}

.icon-instagram:before {
  content: "\e908";
}

.icon-envelope1:before {
  content: "\e909";
}

.icon-twitter:before {
  content: "\e90a";
}

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

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

.icon-close:before {
  content: "\e900";
}

.icon-search:before {
  content: "\e902";
}

.icon-navigate_next:before {
  content: "\e904";
}

.icon-chevron_right:before {
  content: "\e904";
}

.icon-download:before {
  content: "\e905";
}

.icon-navigate_before:before {
  content: "\e903";
}

.icon-navigate_next:before {
  content: "\e904";
}

.icon-chevron_right:before {
  content: "\e904";
}

/*-----------------------------------------------------------------------------------*/
/*      2.0 Helper
/*-----------------------------------------------------------------------------------*/
/* 2.1 FLOATS */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

/* 2.2 CONTENT/BG COVER */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img, .object-fit-con img, .block--header-bg img, .block--header-icon img, .slick--fullheight img, div.element-icon img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .hidden--mobile {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .hidden--desktop {
    display: none;
  }
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* 2.4 CLEARFIX */
.container::after, .grid::after, .clearfix::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

iframe {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

iframe {
  margin-left: 0;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Grid System
/*-----------------------------------------------------------------------------------*/
/*  4.1 Width */
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

@media only screen and (max-width: 1400px) {
  .xl-one-whole {
    width: 100%;
  }

  .xl-one-half {
    width: 50%;
  }

  .xl-one-third {
    width: 33.333%;
  }

  .xl-two-thirds {
    width: 66.666%;
  }

  .xl-one-quarter {
    width: 25%;
  }

  .xl-three-quarters {
    width: 75%;
  }

  .xl-one-fifth {
    width: 20%;
  }

  .xl-two-fifths {
    width: 40%;
  }

  .xl-three-fifths {
    width: 60%;
  }

  .xl-four-fifths {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .tablet-one-whole {
    width: 100%;
  }

  .tablet-one-half {
    width: 50%;
  }

  .tablet-one-third {
    width: 33.333%;
  }

  .tablet-two-thirds {
    width: 66.666%;
  }

  .tablet-one-quarter {
    width: 25%;
  }

  .tablet-three-quarters {
    width: 75%;
  }

  .tablet-one-fifth {
    width: 20%;
  }

  .tablet-two-fifths {
    width: 40%;
  }

  .tablet-three-fifths {
    width: 60%;
  }

  .tablet-four-fifths {
    width: 80%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100%;
  }

  .lg-one-half {
    width: 50%;
  }

  .lg-one-third {
    width: 33.333%;
  }

  .lg-two-thirds {
    width: 66.666%;
  }

  .lg-one-quarter {
    width: 25%;
  }

  .lg-three-quarters {
    width: 75%;
  }

  .lg-one-fifth {
    width: 20%;
  }

  .lg-two-fifths {
    width: 40%;
  }

  .lg-three-fifths {
    width: 60%;
  }

  .lg-four-fifths {
    width: 80%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100%;
  }

  .md-one-half {
    width: 50%;
  }

  .md-one-third {
    width: 33.333%;
  }

  .md-two-thirds {
    width: 66.666%;
  }

  .md-one-quarter {
    width: 25%;
  }

  .md-three-quarters {
    width: 75%;
  }

  .md-one-fifth {
    width: 20%;
  }

  .md-two-fifths {
    width: 40%;
  }

  .md-three-fifths {
    width: 60%;
  }

  .md-four-fifths {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100%;
  }

  .sm-one-half {
    width: 50%;
  }

  .sm-one-third {
    width: 33.333%;
  }

  .sm-two-thirds {
    width: 66.666%;
  }

  .sm-one-quarter {
    width: 25%;
  }

  .sm-three-quarters {
    width: 75%;
  }

  .sm-one-fifth {
    width: 20%;
  }

  .sm-two-fifths {
    width: 40%;
  }

  .sm-three-fifths {
    width: 60%;
  }

  .sm-four-fifths {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }

  .xs-one-half {
    width: 50%;
  }

  .xs-one-third {
    width: 33.333%;
  }

  .xs-two-thirds {
    width: 66.666%;
  }

  .xs-one-quarter {
    width: 25%;
  }

  .xs-three-quarters {
    width: 75%;
  }

  .xs-one-fifth {
    width: 20%;
  }

  .xs-two-fifths {
    width: 40%;
  }

  .xs-three-fifths {
    width: 60%;
  }

  .xs-four-fifths {
    width: 80%;
  }
}
/*  4.2 Container */
.container {
  max-width: 70.5rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

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

.container--small {
  max-width: 48rem !important;
}

.container--tiny {
  max-width: 34.6rem !important;
}

/*  4.3 Grid */
.grid {
  margin-left: -2.56rem;
  list-style: none;
  margin-bottom: 0;
}

.grid__item {
  float: left;
  padding-left: 2.56rem;
}

.grid--narrow {
  margin-left: -1.28rem;
}
.grid--narrow > .grid__item {
  padding-left: 1.28rem;
}

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

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

.grid--wide {
  margin-left: -3.84rem;
}
.grid--wide > .grid__item {
  padding-left: 3.84rem;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  display: flex;
}

.flexgrid--gutter {
  margin-left: -1.28rem;
}
.flexgrid--gutter .flex__item {
  padding-left: 1.28rem;
}

.flexgrid--narrow {
  margin-left: -0.64rem;
}
.flexgrid--narrow .flex__item {
  padding-left: 0.64rem;
}

.flexgrid--wide {
  margin-left: -2.56rem;
}
.flexgrid--wide .flex__item {
  padding-left: 2.56rem;
}

.flex--end {
  justify-content: flex-end;
}

.flex--between {
  justify-content: space-between;
}

.flex--middle {
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

.flex--column {
  flex-direction: column;
}

.flex--center {
  justify-content: center;
}

.flex--bottom {
  align-items: flex-end;
}

.flex1 {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "National", "Arial", sans-serif;
  font-size: 25px;
  line-height: 1.4;
  color: #000;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

*::selection {
  background: #000;
  color: white;
}

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #000;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
p a.no-underline {
  text-decoration: none;
}
a:focus, a:active {
  outline: none;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "National", "Arial", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.2rem;
  color: #000;
}

strong a,
a strong {
  text-decoration: none;
}

/*  5.2 Headlines */
h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}

h1, .alpha {
  font-size: 1.6rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  letter-spacing: 0.025em;
}
h1 span, .alpha span {
  display: block;
  font-weight: normal;
  text-transform: none;
}

h2, .beta {
  font-size: 1.6rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  letter-spacing: 0.025em;
}
h2 span, .beta span {
  display: block;
  font-weight: normal;
  text-transform: none;
}
.block--text h2, .block--text .beta {
  padding-top: 1.2rem;
  position: relative;
}
.block--text h2::before, .block--text .beta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 3.25rem;
  background: currentColor;
}
@media only screen and (min-width: 1021px) {
  .block--text aside h2, .block--text aside .beta {
    padding-top: 0;
  }
}

h3, .gamma {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: normal;
  letter-spacing: 0.025em;
}
h3 span, .gamma span {
  font-size: 1.2rem;
}

h4, .delta {
  font-size: 0.72rem;
  line-height: 1.22222;
}

h5, .epsilon {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 0.64rem;
}
h5 strong, h5 small, h5 span, .epsilon strong, .epsilon small, .epsilon span {
  display: block;
}
h5 small, .epsilon small {
  font-size: 0.72rem;
}

h6, .zeta {
  font-size: 0.56rem;
  line-height: 1.21429;
}

p, blockquote,
pre, dl {
  margin: 0 0 0.96rem;
}

.p-bigger p,
p.text--bigger {
  font-size: 1.4rem;
  line-height: 1.22857;
}

.text--small p {
  font-size: 0.72rem;
  line-height: 1.38889;
}

/*  5.3 Alignment */
.text--center {
  text-align: center;
}

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

.uppercase {
  text-transform: uppercase;
}

/*  5.4 Quotes */
blockquote {
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: 'Plantin MT Pro';
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
blockquote img {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 12.4rem;
  transform: translate3d(-50%, -50%, 0);
}
blockquote p {
  margin-bottom: 0;
}
blockquote cite {
  font-family: "National", "Arial", sans-serif;
  margin: 0;
  font-style: normal;
  font-weight: bold;
}

hr {
  border: none;
  border-top: 1px solid #A1A9AD;
  margin: 3.2rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 1.6rem;
  border-radius: 5px;
  border: 1px solid #999999;
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'National';
  src: url("../fonts/national-book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'National';
  src: url("../fonts/national-semibold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'National';
  src: url("../fonts/national-semibold-italic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'National';
  src: url("../fonts/national-book-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'National';
  src: url("../fonts/national-regular.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plantin MT Pro';
  src: url("../fonts/subset-PlantinMTPro-Light.woff2") format("woff2"), url("../fonts/subset-PlantinMTPro-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn, input[type="button"],
input[type="submit"] {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: normal;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  padding: 0.75rem 2rem 0.75rem;
  border-radius: 0;
  text-decoration: none !important;
  text-align: center;
  color: white;
  background-color: #000;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover, input[type="button"]:hover,
input[type="submit"]:hover {
  color: white;
  background-color: black;
}
.btn:active, input[type="button"]:active,
input[type="submit"]:active, .btn:focus, input[type="button"]:focus,
input[type="submit"]:focus {
  outline: none;
}

.btn--bordered {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 0.25rem 1rem 0.2rem;
}
.btn--bordered i {
  margin-left: 1rem;
  display: inline-block;
  font-size: 28px;
  vertical-align: -8px;
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.btn--toggle {
  padding: 0;
  height: 40px;
  width: 46px;
  top: 0.48rem;
  right: 1rem;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  position: absolute;
  z-index: 10001;
}
.btn--toggle .icon-bar {
  display: block;
  background: #000;
  position: relative;
  width: 38px;
  height: 4px;
  margin: 7px auto;
  transition: transform 0.2s ease-out;
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  background: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  background: #000;
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  background: #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -11px;
}

/*  6.2 Forms */
select,
input,
textarea {
  font-size: 1rem;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #000;
  padding: 0.5rem 3rem 0.5rem 0;
  background: transparent;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

textarea {
  resize: vertical;
  height: 160px !important;
}

input[type="text"]::-ms-clear {
  display: none;
}

label {
  font-weight: normal !important;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.75em;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  margin-left: 0;
}

/*
  $FORM VALIDATION
*/
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}

::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
}
.header-nav li {
  float: left;
  margin-right: 2rem;
}
.header-nav a {
  font-size: 0.72rem;
  display: inline-block;
  padding: 0.35rem 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  transition: all 0.2s ease-out;
}
.header-nav a::before {
  content: '';
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.2s ease-out;
}
.header-nav a:hover::before,
.header-nav .current-menu-item > a:not([href*='#'])::before,
.header-nav .current-menu-parent > a::before {
  width: 100%;
}
.header-nav a[href="#"] {
  cursor: default;
}
.header-nav li li a {
  padding: 0.1rem 0;
}
.header-nav li li a::before {
  bottom: 0;
}
.header-nav .menu-item-58 .sub-menu .current-menu-item a::before {
  width: 0;
}
.header-nav .menu-item-58 .sub-menu .current-menu-item a:hover::before {
  width: 100%;
}

.scrolled .sub-menu {
  background: #F5F5F5;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header ul > li {
  position: relative;
}
.site-header ul > li:hover > ul, .site-header ul > li:focus > ul, .site-header ul > li:active > ul {
  opacity: 1;
  visibility: visible;
}
.site-header ul > li > ul {
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition-delay: 100ms;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  left: -0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  white-space: nowrap;
  position: absolute;
  z-index: 5000;
  background: #F5F5F5;
}
.site-header ul > li li {
  float: none;
}

/**
 * ++++++++++++++++++++++
 * Add-to-Calendar Button
 * ++++++++++++++++++++++
 * 
 * Version: 1.4.1
 * Creator: Jens Kuerschner (https://jenskuerschner.de)
 * Project: https://github.com/jekuer/add-to-calendar-button
 * License: MIT with “Commons Clause” License Condition v1.0
 * 
 */
.atcb {
  display: none;
}

.atcb_button_wrapper {
  display: inline-block;
  position: relative;
}

.atcb_button {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  max-width: 300px;
  min-width: 150px;
  padding: 10px 16px 11px 16px;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: auto;
}

@media only screen and (max-width: 575px) {
  .atcb_button {
    font-size: 14px;
  }
}
.atcb_button.active {
  z-index: 90;
}

.atcb_icon {
  height: 16px;
  display: inline-flex;
  margin-bottom: 4px;
  margin-right: 10px;
  vertical-align: middle;
}

.atcb_icon svg {
  height: 100%;
  color: #333333;
  width: auto;
}

.atcb_list {
  box-sizing: border-box;
  color: #333333;
  display: block;
  margin: -10px auto 0 auto;
  max-width: 100%;
  position: absolute;
  padding: 0 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 80;
  min-width: 170px;
}

.atcb_list_item {
  background: #fafafa;
  border: 1px solid #d2d2d2;
  border-top: 0;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  left: 50%;
  position: relative;
  padding: 12px 18px;
  text-align: left;
  transform: translate(-50%);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.atcb_list_item:hover {
  background: white;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.4);
  color: black;
}

@media only screen and (max-width: 575px) {
  .atcb_list_item {
    font-size: 14px;
  }
}
.atcb_list_item:last-child {
  border-radius: 0 0 6px 6px;
}

.atcb_list_item .atcb_icon {
  margin-right: 8px;
}

.atcb_button_wrapper {
  position: absolute;
  top: 0;
}

.atcb_button {
  opacity: 0;
}

.atcb_bgoverlay {
  background: rgba(20, 20, 20, 0.2);
  backdrop-filter: blur(2px);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 70;
}

/*  6.4 Mobile Nav */
.nav-mobile {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.nav-mobile__inner {
  background: #F5F5F5;
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 3.6rem;
}

.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: 100%;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile-active .nav-mobile {
  opacity: 1;
}

.scrolled .nav-mobile__inner .sub-menu {
  display: block !important;
}

.nav-mobile__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-mobile__inner ul li {
  display: block;
}
.nav-mobile__inner ul a {
  font-size: 1.2rem;
  display: block;
  padding: 0.7rem 0 0.7rem 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #000;
}
.nav-mobile__inner ul li li a {
  font-weight: normal;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.57' height='15.65' viewBox='0 0 15.57 15.65'%3E%3Cg transform='translate(-2367.042 -475.451)'%3E%3Cpath d='M2368.583,491.1l-1.541-1.568L2379,477.5h-8.848v-2.046h12.463v13.021h-2.1v-9.38Z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: 4px 53%;
  background-repeat: no-repeat;
  background-size: 0.7rem;
}

/*  6.5 Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.slick-next,
.slick-prev {
  position: absolute;
  z-index: 99;
  bottom: 0;
  height: 2rem;
  width: 2rem;
  text-align: center;
  background: #F5F5F5;
  top: 50%;
  margin-top: -1rem;
  border-radius: 50%;
  border: 0;
  box-shadow: none;
  outline: none !important;
  font-size: 0;
  padding: 0;
  left: 2.7rem;
}
.slick-next::before,
.slick-prev::before {
  content: '←';
  font-size: 1.2rem;
  position: absolute;
  left: 50%;
  top: 47%;
  line-height: 1;
  transform: translate3d(-50%, -50%, 0);
}

.slick-next {
  left: auto;
  right: 1.5rem;
}
.slick-next::before {
  content: '→';
}

.slick--images {
  margin-left: -1.2rem;
}
.slick--images .slick-slide {
  padding-left: 1.2rem;
}
.slick--images figure {
  display: block;
}
.slick--images figure img {
  width: 100%;
}
.slick--images figcaption {
  display: inline-block;
  padding-top: 0.5rem;
  font-size: 0.72rem;
}

.slick-list {
  overflow: visible;
}

.slick--media {
  padding-bottom: 0.8rem;
}

.slick-dots {
  margin: 0 !important;
  width: 100% !important;
  margin: auto !important;
  position: absolute;
  bottom: -0.9rem;
  left: 0;
  z-index: 99;
  padding: 0 !important;
  text-align: left;
  z-index: 99;
  outline: none !important;
  text-align: center;
  width: 100%;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0.15rem;
  line-height: 1;
}
.slick-dots button {
  background: #A1A9AD !important;
  border: 0 !important;
  width: 7px;
  height: 7px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  text-indent: -9999px;
  outline: none !important;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.slick-dots .slick-active button {
  background: #000 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10420;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10430;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10450;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10440;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10460;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease-out;
}
.scrolled .site-header, .nav-mobile-active .site-header {
  background: #F5F5F5;
  padding-top: 0;
  padding-bottom: 0;
}
.site-header .icon-search {
  vertical-align: -0.5px;
}
.site-header .icon-linkedin-square {
  vertical-align: -1px;
}

.open-search {
  display: inline-block;
  font-size: 0.9rem;
  padding: 0.5rem 0.5rem 0.4rem;
  margin-left: 0.8rem;
}

.wpml {
  margin-right: -0.5rem;
}
.home .wpml {
  margin-right: 10rem;
}

.wpml a {
  font-size: 0.72rem;
  display: inline-block;
  padding: 0.5rem 0.5rem 0.4rem;
  margin-left: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.latest {
  border: 2px solid #000;
  border-right: 0;
  margin-left: 1.6rem;
  width: 10rem;
  position: absolute;
  right: 0;
  top: 0.45rem;
}
.scrolled .latest {
  background: #F5F5F5;
}
.latest a {
  text-decoration: none;
}
.latest > a {
  font-size: 0.72rem;
  position: relative;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.5rem 3.2rem 0.5rem 1.2rem;
}
.latest > a svg {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 1.2rem;
  width: 18px;
}
.latest > a svg + svg {
  display: none;
}
.latest .inner {
  padding: 1.2rem;
  max-height: 60vh;
  overflow-y: scroll;
}
.latest .item:not(:last-child) {
  padding-bottom: 1.2rem;
}
.latest p {
  font-size: 0.72rem;
  line-height: 1.38889;
}
.js-latest .latest > a svg {
  display: none;
}
.js-latest .latest > a svg + svg {
  display: inline-block;
}

.search-con {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.6rem 0;
  background: #FFF;
  transition: all 0.3s ease-out;
  transform: translateY(-100%);
}
.js-search .search-con {
  transform: translateY(0);
}
.search-con input {
  font-size: 1.28rem;
}
.search-con a {
  display: inline-block;
  padding: 0.6rem 0.5rem 0.4rem;
  margin-left: 0.5rem;
}
.search-con form {
  width: 100%;
  position: relative;
}
.search-con button {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1rem;
  padding: 0.9rem 0 0.5rem 1rem;
  background: transparent !important;
}

.social div + div {
  padding-left: 1.5rem;
  padding-right: 0.25rem;
}
.social .icon-instagram {
  font-size: 1rem;
  vertical-align: -1px;
}
.social .icon-facebook {
  font-size: 0.85rem;
}

.nav-mobile__inner form {
  position: relative;
  margin-bottom: 1.6rem;
}
.nav-mobile__inner form input {
  font-size: 1rem;
  padding-left: 1.6rem;
}
.nav-mobile__inner form button {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1rem;
  padding: 1rem 0.5rem 0.5rem;
  line-height: 1;
  background: transparent !important;
}
.nav-mobile__inner form i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1rem;
  transform: translateY(-50%);
}
.nav-mobile__inner .social {
  padding-top: 1rem;
}
.nav-mobile__inner .social a {
  display: inline-block;
  padding: 0.25rem 0;
  transform: translateY(5px);
}
.nav-mobile__inner .social i {
  font-size: 1.25rem;
}
.nav-mobile__inner .social .icon-instagram {
  font-size: 1.4rem;
}
.nav-mobile__inner .social div + div {
  padding-left: 1.25rem !important;
}

.wpml-m {
  padding-top: 1rem;
}
.wpml-m a {
  font-size: 1.25rem;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 1rem;
}
.wpml-m .active {
  position: relative;
}
.wpml-m .active::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: currentColor;
}

.site-branding {
  float: left;
  position: relative;
  width: 11rem;
  z-index: 9;
}
.site-branding img {
  transition: all 0.3s ease-out;
}
.site-branding img + img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  opacity: 0;
}
.scrolled .site-branding img, .nav-mobile-active .site-branding img {
  opacity: 0;
}
.scrolled .site-branding img + img, .nav-mobile-active .site-branding img + img {
  opacity: 1;
}

.site-header__toggle {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .site-header__toggle {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
}

.margin-bottom {
  margin-bottom: 1.6rem;
}

.margin-top {
  margin-top: 1.6rem;
}

.margin-bottom--small {
  margin-bottom: 0.8rem;
}

.margin-bottom--big {
  margin-bottom: 3.2rem;
}

.margin-bottom--huge {
  margin-bottom: 4.8rem;
}

.spacing {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.spacing--big {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 1.6rem;
}

.padding-top {
  padding-top: 1.6rem;
}

.padding-top--small {
  padding-top: 0.8rem;
}

.padding-bottom--small {
  padding-bottom: 0.8rem;
}

body {
  background: #F5F5F5;
}

.object-fit-con {
  display: block;
  position: relative;
}
.object-fit-con img {
  position: absolute;
  object-fit: cover;
}

.site-main {
  position: relative;
  overflow: hidden;
}

.fullheight {
  padding-top: 11.6rem;
  min-height: 100vh;
}

.block--text:first-child,
.site-main > .container:first-child {
  padding-top: 11.6rem;
}

.site {
  min-height: 100vh;
}

.content-area {
  flex: 1 0 auto;
}

.block--header .four-fifths,
.block--text-sidebar .four-fifths {
  padding-right: 3.6rem;
}

.block--header-about .svg1 {
  position: absolute;
  height: 100vh;
  left: 0;
  top: 0;
  width: auto;
}
.block--header-about .svg2 {
  position: absolute;
  height: 100vh;
  right: 15.75vw;
  top: 0;
  width: auto;
}

aside {
  padding-left: 3.2rem;
  position: relative;
}
aside::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2.8rem;
  width: 2px;
  background: #000;
}
aside h2 {
  padding-top: 0;
}
aside h2::before {
  display: none;
}
aside p {
  font-size: 0.72rem;
}

.max-width {
  max-width: 40.5rem;
}

.max-width-tiny {
  max-width: 34.5rem;
}

.max-width-2 {
  max-width: 45.5rem;
}

.block--header-bg {
  position: relative;
}
.block--header-bg img {
  position: absolute;
  object-fit: cover;
}
.block--header-bg .max-width {
  max-width: 40rem;
}

.block--text .max-width {
  max-width: 46.5rem;
}
.block--text .text--bigger {
  max-width: 52.5rem;
}

.block--header-icon .max-width {
  max-width: 46.5rem;
}
.block--header-icon img {
  position: absolute;
  object-fit: cover;
  z-index: -1;
}

.block--team .object-fit-con {
  background: #00FFC6;
  padding-bottom: 100%;
  margin-bottom: 1.2rem;
}
.block--team p {
  font-size: 0.72rem;
}
.block--team strong {
  display: block;
}

.block--logos img {
  max-height: 5.6rem;
  width: auto;
}

.block--text-image .inner {
  max-width: 34.5rem;
}

figcaption {
  padding-top: 0.25rem;
  font-size: 0.72rem;
  line-height: 1.16667;
  display: inline-block;
}

.accordion-item {
  border-bottom: 2px solid #000;
}
.accordion-item:first-child {
  border-top: 2px solid #000;
}

.accordion-item .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-item .accordion-item .accordion__link {
  padding-left: 2rem;
}
@media only screen and (min-width: 641px) {
  .accordion-item .accordion-item .accordion__content {
    padding-left: 2rem;
  }
}

.accordion__content {
  padding: 1.25rem 0.75rem 0.75rem;
}
.accordion__content .inner {
  max-width: 52rem;
}

.accordion__content--outer {
  padding: 0 !important;
}

.accordion__link {
  display: block;
  line-height: 1.2;
  font-weight: normal;
  position: relative;
  padding: 0.5rem 2.5rem 0.5rem 0.75rem;
  transition: all 0.2s ease-out;
}
.accordion__link span {
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  display: inline-block;
  height: auto;
  right: 1rem;
  top: 50%;
  transform: translateY(-48%);
  transition: all 0.3s ease-out;
}
.accordion__link.js-active {
  background: #000;
  color: #FFF;
}
.accordion__link.js-active span {
  transform: translateY(-46%) rotate(180deg);
}
.accordion__link.no-black {
  color: #000;
  background: transparent;
}
.accordion__link:hover {
  background: #000;
  color: #FFF;
}

.block--mobile-closed .accordion-item {
  border: 0 !important;
}
.block--mobile-closed .accordion__content {
  padding-left: 0;
  padding-right: 0;
}
.block--mobile-closed .accordion__link {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: normal;
  letter-spacing: 0.025em;
  padding-left: 0;
}
.block--mobile-closed .accordion__link.js-active {
  background: transparent;
  color: #000;
}
.block--mobile-closed .accordion__link:hover {
  background: transparent;
  color: #000;
}

.block--alumni .object-fit-con {
  padding-bottom: 71%;
}

.block--talks img {
  position: absolute;
  z-index: -1;
}

.talks-past .flex__item {
  margin-bottom: 2.4rem;
}
.talks-past .flex__item > p {
  line-height: 1.2;
}
.talks-past .object-fit-con {
  padding-bottom: 56.25%;
}
.talks-past .object-fit-con.empty {
  background: #FF8625;
}
.talks-past .object-fit-con img {
  object-fit: contain;
  object-position: left center;
}
.talks-past .slick-dots {
  text-align: left;
}

.block--teaser-image-grid .object-fit-con {
  padding-bottom: 73.25%;
  margin-bottom: 1.2rem;
}
.block--teaser-image-grid .object-fit-con img {
  object-fit: contain;
}

.block--sessions .object-fit-con {
  padding-bottom: 70%;
  margin-bottom: 1.2rem;
}
.block--sessions .object-fit-con img {
  object-fit: contain;
}
.block--sessions p {
  font-size: 0.72rem;
  line-height: 1.38889;
}

.search h3, .search h6 {
  margin-bottom: 0.25rem;
}

.acc__links a {
  display: inline-block;
  margin-right: 1.6rem;
  margin-bottom: 0.5rem;
}

.block--header-country aside {
  position: relative;
}
.block--header-country aside::before {
  left: -2rem;
}
.block--header-country aside p {
  font-size: 0.72rem;
}
.block--header-country .two-thirds {
  padding-right: 3.2rem;
}

.block--grid-3.lines h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -0.25rem;
}
.block--grid-3.lines .flex__item {
  position: relative;
}
.block--grid-3.lines .inner {
  padding-left: 2.8rem;
  padding-right: 2.4rem;
}
.block--grid-3.lines .flex__item + .flex__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0.64rem;
  height: 100%;
  width: 2px;
  background: #000;
}

.talks {
  border-bottom: 2px solid #000;
}

.talk {
  border-top: 2px solid #000;
  padding: 1.6rem 0 1.2rem;
}
.talk h4 {
  font-size: 1rem;
}
.talk p {
  font-size: 0.72rem;
}

.block--talks .links a,
.block--header-country .links a {
  margin-right: 2.8rem;
  white-space: nowrap;
}
.block--talks .links .relative,
.block--header-country .links .relative {
  display: inline-block;
}
.block--talks .links .relative > a,
.block--header-country .links .relative > a {
  pointer-events: none;
}

.slick--fullheight .inner {
  height: 100vh;
  position: relative;
}
.slick--fullheight img {
  position: absolute;
  object-fit: cover;
}

div.element-icon {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
div.element-icon img {
  position: absolute;
  object-fit: cover;
}

.tagline {
  font-size: 3.2rem;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Plantin MT Pro';
  font-weight: normal;
  margin-bottom: 3.6rem;
}
.tagline div, .tagline span {
  display: inline;
}
.tagline span {
  animation: cursor-blink 1s steps(2) infinite;
  color: #000;
}

@keyframes cursor-blink {
  0% {
    opacity: 0;
  }
}
.latest-m {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.latest-m a {
  text-decoration: none;
}
.latest-m > a {
  font-size: 1rem;
  position: relative;
  display: block;
  padding: 0.6rem 2.5rem 0.6rem 0.6rem;
}
.latest-m > a span {
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  display: inline-block;
  height: auto;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
.latest-m .inner {
  padding: 1.2rem 0.6rem;
}
.latest-m .item:not(:last-child) {
  padding-bottom: 1.2rem;
}
.latest-m p {
  font-size: 0.9rem;
}
.js-latest-m .latest-m > a span {
  transform: translateY(-50%) rotate(180deg);
}

.open-mobile {
  position: relative;
  display: block;
}
.open-mobile span {
  position: absolute;
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  display: inline-block;
  height: auto;
  right: 0.75rem;
  bottom: 0.1rem;
  transition: all 0.3s ease-out;
}
.open-mobile.js-open span {
  transform: rotate(180deg);
  bottom: -0.15rem;
}

.iframe-wrap--video .overlay {
  object-fit: contain;
  z-index: 99;
  opacity: 0.75;
}
.iframe-wrap--video .play-youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  line-height: 1;
  background: #FFF;
}
.iframe-wrap--video .play-youtube svg {
  position: absolute;
  z-index: 999;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 2.5rem;
  opacity: 1;
}
.iframe-wrap--video .play-youtube:hover img, .iframe-wrap--video .play-youtube:hover svg {
  opacity: 1;
}
.iframe-wrap--video.js-play .overlay,
.iframe-wrap--video.js-play .play-youtube {
  display: none;
}

.site-main a img {
  opacity: 0.85;
  transition: all 0.2s ease-out;
}
.site-main a:hover img {
  opacity: 1;
}

.iframe-wrap.iframe-wrap--video .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed,
.iframe-wrap.iframe-wrap--video .BorlabsCookie ._brlbs-content-blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  margin-top: 1.6rem;
}

.footer-nav {
  border-top: 2px solid #000;
}
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-nav li {
  flex: 1 0 auto;
}
.footer-nav li:not(:last-child) {
  border-right: 2px solid #000;
}
.footer-nav a {
  font-size: 0.84rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 1rem;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1800px) {
  html {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 20px;
  }

  .header-nav a,
  .wpml a {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 1400px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .block--header-about .svg2 {
    right: 13.75vw;
  }

  .block--header-country aside::before {
    left: 0;
  }

  .tagline {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 1200px) {
  .block--grid-3.lines .inner {
    padding-left: 1.5rem;
    padding-right: 1.4rem;
  }

  .tagline {
    font-size: 2.5rem;
  }

  aside {
    padding-left: 1.5rem;
  }

  .social div + div {
    padding-left: 1rem;
    padding-right: 0;
  }

  .header-nav li {
    margin-right: 1.5rem;
  }

  .home .wpml {
    margin-right: 9rem;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .block--grid-3.lines .inner {
    padding-left: 1rem;
    padding-right: 0.9rem;
  }

  .block--grid-3.lines .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .block--grid-3.lines .flex__item::before {
    display: none;
  }

  .accordion__link span {
    font-size: 1.4rem;
    right: 0.75rem;
  }

  .accordion__link {
    line-height: 1.4;
    padding: 0.6rem 2.5rem 0.6rem 0.6rem;
  }

  .accordion__content {
    padding: 1.25rem 0.6rem 0.75rem;
  }

  .block--text-sidebar .text--bigger {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1020px) {
  h2, .beta, h1, .alpha {
    line-height: 1;
    letter-spacing: 0.01em;
  }

  h3 {
    letter-spacing: 0.01em;
  }

  aside p {
    font-size: 0.9rem;
  }

  aside {
    padding-left: 0;
    padding-top: 2.4rem;
  }
  aside h2 {
    padding-top: 1.2rem;
    position: relative;
  }
  aside h2::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 3.25rem;
    background: currentColor;
  }

  aside::before {
    display: none;
  }

  .block--header-about .svg2 {
    display: none;
  }

  .fullheight {
    padding-top: 8rem;
  }

  .talks h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .block--text-sidebar .one-fifth {
    width: 100%;
  }
}
@media only screen and (min-width: 801px) {
  .md--show {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .block--logos .flex {
    justify-content: center;
  }

  .tagline {
    font-size: 2rem;
  }

  .md--hidden {
    display: none;
  }

  .talks {
    padding-bottom: 1.6rem;
  }
  .talks p {
    font-size: 1rem;
  }
  .talks h4 {
    font-size: 1.25rem;
  }

  .talks-past .flex__item {
    margin-bottom: 2rem;
  }

  .block--header .four-fifths,
  .block--text-sidebar .four-fifths,
  .block--header-country .two-thirds {
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .footer-nav {
    border: 0;
  }
  .footer-nav li {
    width: 100%;
    border-right: 0 !important;
    border-top: 2px solid #000;
  }

  .accordion__content {
    padding: 1.25rem 0 0.75rem;
  }

  .slick--images {
    padding-right: 1.5rem;
  }
  .slick--images .slick-arrow {
    display: none !important;
  }

  blockquote p,
  blockquote cite {
    font-size: 1rem;
  }

  blockquote img {
    max-width: 50%;
  }

  .block--grid-3.lines .flex__item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .block--grid-3.lines .flex__item:not(:last-child) .inner {
    padding-bottom: 1.25rem;
    border-bottom: 2px solid #000;
  }

  .block--grid-3:not(.lines) {
    margin-bottom: 1rem;
  }
  .block--grid-3:not(.lines) .flex__item {
    margin-bottom: 2rem;
  }

  .margin-bottom--big {
    margin-bottom: 2.5rem;
  }

  .p-bigger p,
  p.text--bigger {
    font-size: 1rem;
  }

  blockquote br {
    display: none;
  }

  .open-mobile + div p {
    font-size: 0.9rem;
  }

  .site-branding img {
    transition: none;
  }

  .scrolled .site-branding {
    margin-bottom: -0.25rem;
    clip-path: polygon(0 0, 30% 0, 30% 100%, 0% 100%);
  }

  .home .block--text:not(:last-child) h2::before,
  .home .block--text:not(:last-child) .beta::before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .acc__links a,
  .block--talks .links a {
    display: block;
  }

  .block--text:first-child, .site-main > .container:first-child {
    padding-top: 8rem;
  }

  .block--logos img {
    max-height: none;
    width: 100%;
  }
}
@media only screen and (max-width: 399px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (max-width: 360px) {
  html {
    font-size: 18px;
  }

  .nav-mobile__inner ul a {
    font-size: 1.1rem;
  }
}
